Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 48 | ****** |
McCabe's Cyclomatic Number | MVG | 18 | ****** |
Lines of Comment | COM | 4 | ******** |
LOC/COM | L_C | 12.000 | |
MVG/COM | M_C | 4.500 | |
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 | 3 | |
Coupling between objects | CBO | 3 | |
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:100 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:35 |
5 | 0 | 1 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
onLeaf( ... ) declaration ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:41 | 1 | 0 | 0 | ------ | ------ |
onTree( ... ) declaration ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:40 | 1 | 0 | 0 | ------ | ------ |
traverseChildren( ... ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusionTraversal.cpp:99 declaration ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:44 | 39 | 18 | 3 | 13.000 | 6.000 |
~Traversal( ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:39 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
SWTraversal [CV] inheritance ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionSWTraversal.h:17 ViewFrustumCullingTraversal [CV] inheritance ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionVFTraversal.h:14 ViewFrustumCullingTraversalDirect [CV] inheritance ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionVFTraversal.h:31 |