Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 24 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 7 | ******** |
LOC/COM | L_C | 3.429 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
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 |
---|---|---|---|---|---|
definition
./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:81 |
12 | 1 | 2 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
PagingLandScapeQueue( ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:90 | 2 | 0 | 1 | ------ | ------ |
clear( ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:99 | 3 | 0 | 1 | ------ | ------ |
push( T * ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:104 | 4 | 0 | 2 | ------ | ------ |
~PagingLandScapeQueue( ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:94 | 3 | 0 | 1 | ------ | ------ |
Clients | Suppliers |
---|---|
PagingLandScapeRenderableManager [CV] has by value ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeRenderableManager.h:138 PagingLandScapeTileManager [CV] has by value ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeTileManager.h:77 |
T [V] pass by reference ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:104 |