Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 33 | ****** |
McCabe's Cyclomatic Number | MVG | 3 | ****** |
Lines of Comment | COM | 9 | ******** |
LOC/COM | L_C | 3.667 | |
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 | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 5 | |
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 |
---|---|---|---|---|---|
definition
./components/ogre/terrain/TerrainPageShadow.h:41 |
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:44 definition ./components/ogre/terrain/TerrainPageShadow.cpp:39 | 28 | 3 | 9 | 3.111 | ------ |
Clients | Suppliers |
---|---|
ColourValue [V] pass by reference ./components/ogre/terrain/TerrainPageShadow.h:44 pass by reference ./components/ogre/terrain/TerrainPageShadow.cpp:39 ITerrainPageShadowTechnique [CV] inheritance ./components/ogre/terrain/TerrainPageShadow.h:41 TerrainGenerator [V] pass by reference ./components/ogre/terrain/TerrainPageShadow.h:44 pass by reference ./components/ogre/terrain/TerrainPageShadow.cpp:39 TerrainPage [V] pass by reference ./components/ogre/terrain/TerrainPageShadow.h:44 pass by reference ./components/ogre/terrain/TerrainPageShadow.cpp:39 Vector3 [V] pass by reference ./components/ogre/terrain/TerrainPageShadow.h:44 pass by reference ./components/ogre/terrain/TerrainPageShadow.cpp:39 |