Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 65 | ****** |
McCabe's Cyclomatic Number | MVG | 15 | ****** |
Lines of Comment | COM | 7 | ******** |
LOC/COM | L_C | 9.286 | |
MVG/COM | M_C | 2.143 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 2 | |
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 |
---|---|---|---|---|---|
declaration
./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreeSceneManager.h:72 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreeSceneManager.h:110 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
PagingLandScapeOctreeIntersectionSceneQuery( SceneManager * ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp:47 | 4 | 0 | 1 | ------ | ------ |
execute( IntersectionSceneQueryListener * ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp:59 | 56 | 15 | 5 | 11.200 | 3.000 |
~PagingLandScapeOctreeIntersectionSceneQuery( void ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp:54 | 3 | 0 | 1 | ------ | ------ |
Clients | Suppliers |
---|---|
IntersectionSceneQueryListener [V] pass by reference ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp:59 SceneManager [V] pass by reference ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeIntersectionSceneQuery.cpp:47 |