| 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 | 0 | |
| Coupling between objects | CBO | 0 | |
| 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:102 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:11 |
5 | 0 | 1 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| onLeaf( ... ) declaration ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:17 | 1 | 0 | 0 | ------ | ------ |
| onTree( ... ) declaration ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:16 | 1 | 0 | 0 | ------ | ------ |
| traverseChildren( ... ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/src/OgrePagingLandScapeOcclusionTraversal.cpp:15declaration ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:20 | 39 | 18 | 2 | 19.500 | 9.000 |
| ~ConstTraversalConst( ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionTraversal.h:15 | 1 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|