Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 35 | ****** |
McCabe's Cyclomatic Number | MVG | 6 | ****** |
Lines of Comment | COM | 10 | ******** |
LOC/COM | L_C | 3.500 | |
MVG/COM | M_C | 0.600 | |
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 | 1 | |
Coupling between objects | CBO | 3 | |
Information Flow measure ( inclusive ) | IF4 | 4 | ******** |
Information Flow measure ( visible ) | IF4v | 4 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreeSceneManager.h:73 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOctreeSceneManager.h:111 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
PagingLandScapeOctreeRaySceneQuery( SceneManager * ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeRaySceneQuery.cpp:46 | 4 | 0 | 1 | ------ | ------ |
execute( RaySceneQueryListener * ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeRaySceneQuery.cpp:57 | 26 | 6 | 8 | 3.250 | 0.750 |
~PagingLandScapeOctreeRaySceneQuery( void ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeRaySceneQuery.cpp:52 | 3 | 0 | 1 | ------ | ------ |
Clients | Suppliers |
---|---|
PagingLandScapeRaySceneQuery [CV] inheritance ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeRaySceneQuery.h:32 |
RaySceneQueryListener [V] pass by reference ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeRaySceneQuery.cpp:57 SceneManager [V] pass by reference ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOctreeRaySceneQuery.cpp:46 |