Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 23 | ****** |
McCabe's Cyclomatic Number | MVG | 2 | ****** |
Lines of Comment | COM | 14 | ******** |
LOC/COM | L_C | 1.643 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
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 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/terrain/TerrainEditor.h:44 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/terrain/TerrainEditor.h:190 |
7 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
TerrainEditBasePointMovement( Real, TerrainPosition ) definition ./components/ogre/terrain/TerrainEditor.cpp:143 declaration ./components/ogre/terrain/TerrainEditor.h:199 | 5 | 0 | 5 | ------ | ------ |
getPosition( ) definition ./components/ogre/terrain/TerrainEditor.cpp:153 declaration ./components/ogre/terrain/TerrainEditor.h:209 | 5 | 1 | 3 | ------ | ------ |
getVerticalMovement( ) definition ./components/ogre/terrain/TerrainEditor.cpp:148 declaration ./components/ogre/terrain/TerrainEditor.h:204 | 5 | 1 | 3 | ------ | ------ |
Clients | Suppliers |
---|---|
Real [CV] pass by value ./components/ogre/terrain/TerrainEditor.cpp:143 pass by value ./components/ogre/terrain/TerrainEditor.h:199 has by value ./components/ogre/terrain/TerrainEditor.h:212 TerrainPosition [CV] pass by value ./components/ogre/terrain/TerrainEditor.cpp:143 pass by value ./components/ogre/terrain/TerrainEditor.h:199 has by value ./components/ogre/terrain/TerrainEditor.h:213 |