Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 39 | ****** |
McCabe's Cyclomatic Number | MVG | 6 | ****** |
Lines of Comment | COM | 8 | ******** |
LOC/COM | L_C | 4.875 | |
MVG/COM | M_C | 0.750 | |
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 | 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 |
---|---|---|---|---|---|
definition
./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionSorter.h:11 |
7 | 0 | 1 | ------ | ------ |
declaration
./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapePrerequisites.h:93 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
FrontToBackNodeSorterOperator( const Vector3 & ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionSorter.h:15 | 0 | 0 | 0 | ------ | ------ |
operator ( )( OcclusionElement *&, OcclusionElement *& ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionSorter.h:17 | 4 | 1 | 2 | ------ | ------ |
operator ( )( const OcclusionElement *&, const OcclusionElement *& ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionSorter.h:23 | 4 | 1 | 2 | ------ | ------ |
vectorToBoxDistance( const OcclusionElement &, const Vector3 & ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeOcclusionSorter.h:29 | 23 | 4 | 3 | 7.667 | ------ |