| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 12 | ****** |
| McCabe's Cyclomatic Number | MVG | 2 | ****** |
| Lines of Comment | COM | 31 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 1 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 2 | |
| Information Flow measure ( inclusive ) | IF4 | 1 | ******** |
| Information Flow measure ( visible ) | IF4v | 0 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/scripting/bindings/lua/helpers/LuaConnector.h:60 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/terrain/TerrainEditor.h:157 |
7 | 0 | 23 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| getMovements( ) declaration ./components/ogre/terrain/TerrainEditor.h:167declaration ./components/ogre/terrain/TerrainEditor.h:173definition ./components/ogre/terrain/TerrainEditor.h:184definition ./components/ogre/terrain/TerrainEditor.h:185 | 4 | 2 | 8 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
TerrainEditor [V] pass by reference ./components/ogre/terrain/TerrainEditor.cpp:458pass by reference ./components/ogre/terrain/TerrainEditor.h:257 |
MovementStore [C] has by value ./components/ogre/terrain/TerrainEditor.h:180 |