Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 48 | ****** |
McCabe's Cyclomatic Number | MVG | 18 | ****** |
Lines of Comment | COM | 3 | ******** |
LOC/COM | L_C | 16.000 | |
MVG/COM | M_C | 6.000 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 4 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 4 | |
Coupling between objects | CBO | 4 | |
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/OgrePagingLandScapePrerequisites.h:101 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:23 |
5 | 0 | 1 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
onLeaf( ... ) declaration ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:29 | 1 | 0 | 0 | ------ | ------ |
onTree( ... ) declaration ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:28 | 1 | 0 | 0 | ------ | ------ |
traverseChildren( ... ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusionTraversal.cpp:57 declaration ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:32 | 39 | 18 | 2 | 19.500 | 9.000 |
~TraversalConst( ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:27 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
CHCTraversal [CV] inheritance ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionCHCTraversal.h:15 RegisterCameraTraversal [CV] inheritance ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionCameraTraversal.h:11 TreeOverlayDebug [CV] inheritance ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionDebugTraversal.h:18 UnregisterCameraTraversal [CV] inheritance ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionCameraTraversal.h:23 |