| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 76 | ****** |
| McCabe's Cyclomatic Number | MVG | 12 | ****** |
| Lines of Comment | COM | 2 | ******** |
| LOC/COM | L_C | 38.000 | |
| MVG/COM | M_C | 6.000 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 1 | |
| 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 |
|---|---|---|---|---|---|
| DebugLines( ) definition ./components/ogre/ogreopcode/src/OgreOpcodeDebugObject.cpp:327 | 5 | 0 | 0 | ------ | ------ |
| clear( ) definition ./components/ogre/ogreopcode/src/OgreOpcodeDebugObject.cpp:333 | 10 | 1 | 0 | ------ | ------ |
| draw( ) definition ./components/ogre/ogreopcode/src/OgreOpcodeDebugObject.cpp:352 | 43 | 9 | 2 | 21.500 | 4.500 |
| getBoundingRadius( ) definition ./components/ogre/ogreopcode/src/OgreOpcodeDebugObject.cpp:421 | 4 | 1 | 0 | ------ | ------ |
| getSquaredViewDepth( const Camera * ) definition ./components/ogre/ogreopcode/src/OgreOpcodeDebugObject.cpp:410 | 9 | 1 | 0 | ------ | ------ |
| ~DebugLines( void ) definition ./components/ogre/ogreopcode/src/OgreOpcodeDebugObject.cpp:345 | 5 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
Camera [V] pass by reference ./components/ogre/ogreopcode/src/OgreOpcodeDebugObject.cpp:410 |