| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 525 | ****** |
| McCabe's Cyclomatic Number | MVG | 81 | ****** |
| Lines of Comment | COM | 43 | ******** |
| LOC/COM | L_C | 12.209 | |
| MVG/COM | M_C | 1.884 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 13 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 8 | |
| Information Flow measure ( inclusive ) | IF4 | 49 | ******** |
| Information Flow measure ( visible ) | IF4v | 49 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/ogreopcode/include/OgreOpcodeMath.h:55 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| distance( const Line &, Real *, Real * ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:448 | 4 | 1 | 1 | ------ | ------ |
| distance( const OrientedBox & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1148 | 4 | 1 | 1 | ------ | ------ |
| distance( const Vector3 &, Real * ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:85 | 4 | 1 | 1 | ------ | ------ |
| intersect( const Aabb & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1155 | 5 | 1 | 3 | ------ | ------ |
| intersect( const Capsule & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1217 | 5 | 1 | 1 | ------ | ------ |
| intersect( const OBB & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1161 | 40 | 13 | 1 | 40.000 | 13.000 |
| intersect( const Sphere & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1211 | 5 | 1 | 1 | ------ | ------ |
| pick( const Aabb &, Real & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1223 | 5 | 1 | 1 | ------ | ------ |
| pick( const OBB &, Real & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1229 | 29 | 3 | 2 | 14.500 | ------ |
| pick( const Sphere &, Real & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1264 | 28 | 5 | 2 | 14.000 | 2.500 |
| squaredDistance( const Line &, Real *, Real * ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:92 | 344 | 43 | 18 | 19.111 | 2.389 |
| squaredDistance( const OrientedBox & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1113 | 25 | 6 | 8 | 3.125 | 0.750 |
| squaredDistance( const Vector3 &, Real * ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:55 | 26 | 4 | 3 | 8.667 | ------ |