Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 54 | ****** |
McCabe's Cyclomatic Number | MVG | 7 | ****** |
Lines of Comment | COM | 38 | ******** |
LOC/COM | L_C | 1.421 | |
MVG/COM | M_C | 0.184 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 1 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 1 | |
Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/scripting/bindings/lua/helpers/LuaConnectorHelper.h:40 |
3 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
pushNamedFunction( lua_State *, const string ) definition ./components/ogre/scripting/bindings/lua/helpers/LuaConnectorHelper.cpp:48 declaration ./components/ogre/scripting/bindings/lua/helpers/LuaConnectorHelper.h:49 | 51 | 7 | 35 | 1.457 | 0.200 |
Clients | Suppliers |
---|---|
string [CV] pass by value ./components/ogre/scripting/bindings/lua/helpers/LuaConnectorHelper.cpp:48 pass by value ./components/ogre/scripting/bindings/lua/helpers/LuaConnectorHelper.h:49 |