| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 13 | ****** |
| McCabe's Cyclomatic Number | MVG | 1 | ****** |
| Lines of Comment | COM | 4 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| 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/OgrePagingLandScapeQueue.h:59 |
7 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| distanceToBoxSort( const Vector3 & ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:63 | 1 | 0 | 1 | ------ | ------ |
| operator ( )( T *, T * ) definition ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:66 | 5 | 1 | 3 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
T [V] pass by reference ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:66pass by reference ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:66Vector3 [CV] pass by reference ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:63has by value ./components/ogre/SceneManagers/EmberPagingSceneManager/include/OgrePagingLandScapeQueue.h:76 |