Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 31 | ****** |
McCabe's Cyclomatic Number | MVG | 5 | ****** |
Lines of Comment | COM | 7 | ******** |
LOC/COM | L_C | 4.429 | |
MVG/COM | M_C | 0.714 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 6 | |
Information Flow measure ( inclusive ) | IF4 | 64 | ******** |
Information Flow measure ( visible ) | IF4v | 64 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./components/ogre/ogreopcode/include/OgreOpcodeMath.h:54 |
1 | 0 | 1 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
contains( const Vector3 & ) definition ./components/ogre/ogreopcode/src/OgreCapsule.cpp:38 | 5 | 1 | 1 | ------ | ------ |
intersects( const Aabb & ) definition ./components/ogre/ogreopcode/src/OgreCapsule.cpp:45 | 5 | 1 | 2 | ------ | ------ |
intersects( const Capsule & ) definition ./components/ogre/ogreopcode/src/OgreCapsule.cpp:68 | 8 | 1 | 1 | ------ | ------ |
intersects( const OrientedBox & ) definition ./components/ogre/ogreopcode/src/OgreCapsule.cpp:61 | 5 | 1 | 1 | ------ | ------ |
intersects( const sphere & ) definition ./components/ogre/ogreopcode/src/OgreCapsule.cpp:52 | 7 | 1 | 1 | ------ | ------ |
Clients | Suppliers |
---|---|
Line [V] pass by reference ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1217 Ray3 [V] pass by reference ./components/ogre/ogreopcode/src/OgreOpcodeLine.cpp:1430 |
Aabb [V] pass by reference ./components/ogre/ogreopcode/src/OgreCapsule.cpp:45 OrientedBox [V] pass by reference ./components/ogre/ogreopcode/src/OgreCapsule.cpp:61 Vector3 [V] pass by reference ./components/ogre/ogreopcode/src/OgreCapsule.cpp:38 sphere [V] pass by reference ./components/ogre/ogreopcode/src/OgreCapsule.cpp:52 |