Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 35 | ****** |
McCabe's Cyclomatic Number | MVG | 5 | ****** |
Lines of Comment | COM | 3 | ******** |
LOC/COM | L_C | 11.667 | |
MVG/COM | M_C | 1.667 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 7 | |
Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
Information Flow measure ( visible ) | IF4v | 25 | ******** |
Information Flow measure ( concrete ) | IF4c | 1 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/terrain/TerrainEditor.h:50 |
7 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
BasePointPickListener( TerrainEditor * ) definition ./components/ogre/terrain/TerrainEditor.cpp:113 declaration ./components/ogre/terrain/TerrainEditor.h:53 | 5 | 0 | 0 | ------ | ------ |
endPickingContext( const MousePickerArgs & ) definition ./components/ogre/terrain/TerrainEditor.cpp:135 declaration ./components/ogre/terrain/TerrainEditor.h:58 | 7 | 1 | 0 | ------ | ------ |
initializePickingContext( ) definition ./components/ogre/terrain/TerrainEditor.cpp:130 declaration ./components/ogre/terrain/TerrainEditor.h:56 | 5 | 0 | 0 | ------ | ------ |
processPickResult( bool &, RaySceneQueryResultEntry &, Ray &, const MousePickerArgs & ) definition ./components/ogre/terrain/TerrainEditor.cpp:119 declaration ./components/ogre/terrain/TerrainEditor.h:54 | 11 | 4 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
TerrainEditor [CV] has by value ./components/ogre/terrain/TerrainEditor.h:330 |
BasePointUserObject has by reference ./components/ogre/terrain/TerrainEditor.h:63 IWorldPickListener [CV] inheritance ./components/ogre/terrain/TerrainEditor.h:50 Ray [V] pass by reference ./components/ogre/terrain/TerrainEditor.cpp:119 pass by reference ./components/ogre/terrain/TerrainEditor.h:54 RaySceneQueryResultEntry [V] pass by reference ./components/ogre/terrain/TerrainEditor.cpp:119 pass by reference ./components/ogre/terrain/TerrainEditor.h:54 TerrainEditor [V] pass by reference ./components/ogre/terrain/TerrainEditor.cpp:113 pass by reference ./components/ogre/terrain/TerrainEditor.h:53 has by reference ./components/ogre/terrain/TerrainEditor.h:62 bool [V] pass by reference ./components/ogre/terrain/TerrainEditor.cpp:119 pass by reference ./components/ogre/terrain/TerrainEditor.h:54 |