Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 8 | ****** |
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 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 2 | |
Coupling between objects | CBO | 6 | |
Information Flow measure ( inclusive ) | IF4 | 64 | ******** |
Information Flow measure ( visible ) | IF4v | 64 | ******** |
Information Flow measure ( concrete ) | IF4c | 4 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/terrain/TerrainPageSurfaceCompiler.h:35 |
5 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
compileMaterial( MaterialPtr, map &, TerrainPageShadow * ) declaration ./components/ogre/terrain/TerrainPageSurfaceCompiler.h:39 | 1 | 0 | 0 | ------ | ------ |
setPage( TerrainPage * ) declaration ./components/ogre/terrain/TerrainPageSurfaceCompiler.h:40 | 1 | 0 | 0 | ------ | ------ |
~TerrainPageSurfaceCompilerTechnique( ) definition ./components/ogre/terrain/TerrainPageSurfaceCompiler.h:38 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
TerrainPageSurfaceCompilerTechniqueShader [CV] inheritance ./components/ogre/terrain/TerrainPageSurfaceCompilerTechniqueShader.h:114 TerrainPageSurfaceCompilerTechniqueSimple [CV] inheritance ./components/ogre/terrain/TerrainPageSurfaceCompilerTechniqueSimple.h:37 |
MaterialPtr [CV] pass by value ./components/ogre/terrain/TerrainPageSurfaceCompiler.h:39 TerrainPage [V] pass by reference ./components/ogre/terrain/TerrainPageSurfaceCompiler.h:40 TerrainPageShadow [V] pass by reference ./components/ogre/terrain/TerrainPageSurfaceCompiler.h:39 map [V] pass by reference ./components/ogre/terrain/TerrainPageSurfaceCompiler.h:39 |