Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 25 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 13 | ******** |
LOC/COM | L_C | 1.923 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 5 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 13 | |
Information Flow measure ( inclusive ) | IF4 | 144 | ******** |
Information Flow measure ( visible ) | IF4v | 144 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/Opcode/Ice/IceRay.h:15 |
4 | 1 | 9 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Ray( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceRay.h:19 | 1 | 0 | 1 | ------ | ------ |
Ray( const Point &, const Point & ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceRay.h:21 | 1 | 0 | 1 | ------ | ------ |
Ray( const Ray & ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceRay.h:23 | 1 | 0 | 1 | ------ | ------ |
SquareDistance( ... ) declaration ./components/ogre/ogreopcode/include/Opcode/Ice/IceRay.h:27 | 1 | 0 | 0 | ------ | ------ |
SquareDistance( const Point &, float * ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IceRay.cpp:66 | 16 | 3 | 0 | ------ | ------ |
~Ray( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceRay.h:25 | 1 | 0 | 1 | ------ | ------ |