Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 6 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 0 | ******** |
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 | 1 | |
Coupling between objects | CBO | 6 | |
Information Flow measure ( inclusive ) | IF4 | 64 | ******** |
Information Flow measure ( visible ) | IF4v | 64 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/terrain/TerrainPageShadow.h:33 |
5 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
createShadowData( TerrainPage &, TerrainGenerator *, char *, const Vector3 &, const ColourValue & ) declaration ./components/ogre/terrain/TerrainPageShadow.h:36 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
SimpleTerrainPageShadowTechnique [CV] inheritance ./components/ogre/terrain/TerrainPageShadow.h:41 TerrainPageShadow [V] pass by reference ./components/ogre/terrain/TerrainPageShadow.h:59 has by reference ./components/ogre/terrain/TerrainPageShadow.h:76 pass by reference ./components/ogre/terrain/TerrainPageShadow.cpp:161 |
ColourValue [V] pass by reference ./components/ogre/terrain/TerrainPageShadow.h:36 TerrainGenerator [V] pass by reference ./components/ogre/terrain/TerrainPageShadow.h:36 TerrainPage [V] pass by reference ./components/ogre/terrain/TerrainPageShadow.h:36 Vector3 [V] pass by reference ./components/ogre/terrain/TerrainPageShadow.h:36 |