Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 146 | ****** |
McCabe's Cyclomatic Number | MVG | 54 | ****** |
Lines of Comment | COM | 45 | ******** |
LOC/COM | L_C | 3.244 | |
MVG/COM | M_C | 1.200 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
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 | 4 | ******** |
Information Flow measure ( visible ) | IF4v | 4 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/ogreopcode/include/OgreOpcodeMath.h:56 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
intersects( const OrientedBox & ) definition ./components/ogre/ogreopcode/src/OgreOrientedBox.cpp:152 | 72 | 27 | 22 | 3.273 | 1.227 |
intersects( const bbox3 & ) definition ./components/ogre/ogreopcode/src/OgreOrientedBox.cpp:37 | 73 | 27 | 23 | 3.174 | 1.174 |
Clients | Suppliers |
---|---|
Capsule [V] pass by reference ./components/ogre/ogreopcode/src/OgreCapsule.cpp:61 Line [V] pass by reference ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1113 pass by reference ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1148 |
bbox3 [V] pass by reference ./components/ogre/ogreopcode/src/OgreOrientedBox.cpp:37 |