| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 190 | ****** |
| McCabe's Cyclomatic Number | MVG | 41 | ****** |
| Lines of Comment | COM | 21 | ******** |
| LOC/COM | L_C | 9.048 | |
| MVG/COM | M_C | 1.952 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 11 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 7 | |
| 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 |
|---|---|---|---|---|---|
| distance( const Line & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1364 | 4 | 1 | 1 | ------ | ------ |
| distance( const Vector3 & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1314 | 4 | 1 | 1 | ------ | ------ |
| intersect( const Aabb & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1369 | 5 | 1 | 1 | ------ | ------ |
| intersect( const Capsule & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1430 | 5 | 1 | 1 | ------ | ------ |
| intersect( const OBB & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1375 | 40 | 16 | 1 | 40.000 | 16.000 |
| intersect( const Sphere & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1424 | 5 | 1 | 1 | ------ | ------ |
| pick( const Aabb &, Real & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1436 | 5 | 1 | 1 | ------ | ------ |
| pick( const OBB &, Real & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1442 | 29 | 3 | 3 | 9.667 | ------ |
| pick( const Sphere &, Real & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1479 | 42 | 11 | 4 | 10.500 | 2.750 |
| squaredDistance( const Line & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1319 | 38 | 3 | 4 | 9.500 | ------ |
| squaredDistance( const Vector3 & ) definition ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1298 | 13 | 2 | 3 | ------ | ------ |