Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 27 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 6 | ******** |
LOC/COM | L_C | 4.500 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 4 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
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 |
---|---|---|---|---|---|
declaration
./components/ogre/ogreopcode/include/Opcode/Ice/IcePoint.h:18 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/ogreopcode/include/Opcode/Ice/IceMatrix3x3.h:20 |
9 | 0 | 1 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Matrix3x3( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceMatrix3x3.h:24 | 1 | 0 | 1 | ------ | ------ |
Matrix3x3( const Matrix3x3 & ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceMatrix3x3.h:33 | 1 | 0 | 1 | ------ | ------ |
Matrix3x3( float, float, float, float, float, float, float, float, float ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceMatrix3x3.h:26 | 6 | 0 | 1 | ------ | ------ |
operator Matrix4x4( ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IceMatrix3x3.cpp:41 | 8 | 1 | 1 | ------ | ------ |
~Matrix3x3( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceMatrix3x3.h:35 | 1 | 0 | 1 | ------ | ------ |
Clients | Suppliers |
---|---|
HPoint [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IceHPoint.cpp:36 OBB [V] pass by reference ./components/ogre/ogreopcode/include/Opcode/Ice/IceOBB.h:24 Point [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:144 pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:152 pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:152 pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:160 pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:168 pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:176 pass by reference ./components/ogre/ogreopcode/src/Opcode/Ice/IcePoint.cpp:184 |