| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 107 | ****** |
| McCabe's Cyclomatic Number | MVG | 15 | ****** |
| Lines of Comment | COM | 20 | ******** |
| LOC/COM | L_C | 5.350 | |
| MVG/COM | M_C | 0.750 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 13 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 7 | |
| Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
| Information Flow measure ( visible ) | IF4v | 36 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/terrain/TerrainPageSurface.h:48 |
10 | 0 | 3 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
TerrainPageSurfaceLayer [V] pass by reference ./components/ogre/terrain/TerrainPageSurfaceLayer.cpp:37 |
MaterialPtr [CV] has by value ./components/ogre/terrain/TerrainPageSurface.h:87Shader [V] pass by reference ./components/ogre/terrain/TerrainPageSurface.cpp:108pass by reference ./components/ogre/terrain/TerrainPageSurface.h:71TerrainPage [V] pass by reference ./components/ogre/terrain/TerrainPageSurface.cpp:35pass by reference ./components/ogre/terrain/TerrainPageSurface.h:51has by reference ./components/ogre/terrain/TerrainPageSurface.h:88TerrainPageShadow [V] pass by reference ./components/ogre/terrain/TerrainPageSurface.cpp:103pass by reference ./components/ogre/terrain/TerrainPageSurface.h:77has by reference ./components/ogre/terrain/TerrainPageSurface.h:91TerrainPageSurfaceLayerStore [CV] has by value ./components/ogre/terrain/TerrainPageSurface.h:89auto_ptr [CV] has by value ./components/ogre/terrain/TerrainPageSurface.h:90 |