Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 48 | ****** |
McCabe's Cyclomatic Number | MVG | 6 | ****** |
Lines of Comment | COM | 0 | ******** |
LOC/COM | L_C | ****** | |
MVG/COM | M_C | ****** | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 5 | |
Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
Information Flow measure ( visible ) | IF4v | 16 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/BP_Proxy.h:19 |
8 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/ogreopcode/include/OgreCollisionObject.h:44 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/ogreopcode/include/BP_Scene.h:20 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/ogreopcode/include/BP_Endpoint.h:20 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
BP_Proxy( void *, BP_Scene &, const Vector3 &, const Vector3 & ) definition ./components/ogre/ogreopcode/src/BP_Proxy.cpp:18 declaration ./components/ogre/ogreopcode/include/BP_Proxy.h:21 | 18 | 1 | 0 | ------ | ------ |
getMax( int ) definition ./components/ogre/ogreopcode/include/BP_Proxy.h:31 | 1 | 1 | 0 | ------ | ------ |
getMin( int ) definition ./components/ogre/ogreopcode/include/BP_Proxy.h:30 | 1 | 1 | 0 | ------ | ------ |
getObject( ) definition ./components/ogre/ogreopcode/include/BP_Proxy.h:28 | 1 | 1 | 0 | ------ | ------ |
setBBox( const Vector3 &, const Vector3 & ) definition ./components/ogre/ogreopcode/src/BP_Proxy.cpp:51 declaration ./components/ogre/ogreopcode/include/BP_Proxy.h:26 | 16 | 2 | 0 | ------ | ------ |