| 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:113declaration ./components/ogre/terrain/TerrainEditor.h:53 | 5 | 0 | 0 | ------ | ------ |
| endPickingContext( const MousePickerArgs & ) definition ./components/ogre/terrain/TerrainEditor.cpp:135declaration ./components/ogre/terrain/TerrainEditor.h:58 | 7 | 1 | 0 | ------ | ------ |
| initializePickingContext( ) definition ./components/ogre/terrain/TerrainEditor.cpp:130declaration ./components/ogre/terrain/TerrainEditor.h:56 | 5 | 0 | 0 | ------ | ------ |
| processPickResult( bool &, RaySceneQueryResultEntry &, Ray &, const MousePickerArgs & ) definition ./components/ogre/terrain/TerrainEditor.cpp:119declaration ./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:63IWorldPickListener [CV] inheritance ./components/ogre/terrain/TerrainEditor.h:50Ray [V] pass by reference ./components/ogre/terrain/TerrainEditor.cpp:119pass by reference ./components/ogre/terrain/TerrainEditor.h:54RaySceneQueryResultEntry [V] pass by reference ./components/ogre/terrain/TerrainEditor.cpp:119pass by reference ./components/ogre/terrain/TerrainEditor.h:54TerrainEditor [V] pass by reference ./components/ogre/terrain/TerrainEditor.cpp:113pass by reference ./components/ogre/terrain/TerrainEditor.h:53has by reference ./components/ogre/terrain/TerrainEditor.h:62bool [V] pass by reference ./components/ogre/terrain/TerrainEditor.cpp:119pass by reference ./components/ogre/terrain/TerrainEditor.h:54 |