Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 86 | ****** |
McCabe's Cyclomatic Number | MVG | 19 | ****** |
Lines of Comment | COM | 30 | ******** |
LOC/COM | L_C | 2.867 | |
MVG/COM | M_C | 0.633 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
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 |
---|---|---|---|---|---|
No module extents have been identified for this module | |||||
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
TerrainData( const vector &, size_t, size_t, Vector3, Vector3 ) definition ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:6 | 9 | 0 | 0 | ------ | ------ |
createTileShapes( int, int ) definition ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:20 | 58 | 15 | 30 | 1.933 | 0.500 |
getDepth( ) definition ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:120 | 4 | 1 | 0 | ------ | ------ |
getOffset( ) definition ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:125 | 4 | 1 | 0 | ------ | ------ |
getScale( ) definition ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:130 | 4 | 1 | 0 | ------ | ------ |
getWidth( ) definition ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:135 | 4 | 1 | 0 | ------ | ------ |
~TerrainData( ) definition ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:16 | 3 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Vector3 [CV] pass by value ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:6 pass by value ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:6 size_t [CV] pass by value ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:6 pass by value ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:6 vector [V] pass by reference ./components/ogre/ogreopcode/src/OgreOpcodeTerrainData.cpp:6 |