Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 67 | ****** |
McCabe's Cyclomatic Number | MVG | 8 | ****** |
Lines of Comment | COM | 0 | ******** |
LOC/COM | L_C | ****** | |
MVG/COM | M_C | ****** | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 7 | |
Information Flow measure ( inclusive ) | IF4 | 100 | ******** |
Information Flow measure ( visible ) | IF4v | 100 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/ogreopcode/include/BP_Proxy.h:17 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/ogreopcode/include/BP_Scene.h:23 |
10 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/ogreopcode/include/BP_Endpoint.h:19 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/ogreopcode/include/OgreCollisionContext.h:47 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
BP_Scene( void *, BP_Callback, BP_Callback ) definition ./components/ogre/ogreopcode/include/BP_Scene.h:25 | 6 | 0 | 0 | ------ | ------ |
callBeginOverlap( void *, void * ) definition ./components/ogre/ogreopcode/include/BP_Scene.h:40 | 3 | 0 | 0 | ------ | ------ |
callEndOverlap( void *, void * ) definition ./components/ogre/ogreopcode/include/BP_Scene.h:44 | 3 | 0 | 0 | ------ | ------ |
createProxy( void *, const Vector3 &, const Vector3 & ) definition ./components/ogre/ogreopcode/src/BP_Scene.cpp:27 declaration ./components/ogre/ogreopcode/include/BP_Scene.h:34 | 17 | 3 | 0 | ------ | ------ |
deleteProxy( BP_Proxy * ) definition ./components/ogre/ogreopcode/src/BP_Scene.cpp:45 declaration ./components/ogre/ogreopcode/include/BP_Scene.h:38 | 16 | 3 | 0 | ------ | ------ |
getLists( ) definition ./components/ogre/ogreopcode/include/BP_Scene.h:48 | 1 | 1 | 0 | ------ | ------ |
~BP_Scene( ) definition ./components/ogre/ogreopcode/src/BP_Scene.cpp:18 declaration ./components/ogre/ogreopcode/include/BP_Scene.h:32 | 8 | 1 | 0 | ------ | ------ |