Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 68 | ****** |
McCabe's Cyclomatic Number | MVG | 7 | ****** |
Lines of Comment | COM | 17 | ******** |
LOC/COM | L_C | 4.000 | |
MVG/COM | M_C | 0.412 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 4 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 10 | |
Information Flow measure ( inclusive ) | IF4 | 81 | ******** |
Information Flow measure ( visible ) | IF4v | 81 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/Opcode/Ice/IceMatrix4x4.h:21 |
12 | 1 | 3 | ------ | ------ |
declaration
./components/ogre/ogreopcode/include/Opcode/Ice/IcePoint.h:19 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
CoFactor( udword, udword ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IceMatrix4x4.cpp:149 | 9 | 2 | 3 | ------ | ------ |
Determinant( ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IceMatrix4x4.cpp:162 | 7 | 1 | 3 | ------ | ------ |
Invert( ) definition ./components/ogre/ogreopcode/src/Opcode/Ice/IceMatrix4x4.cpp:173 | 26 | 3 | 4 | 6.500 | ------ |
Matrix4x4( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceMatrix4x4.h:28 | 1 | 0 | 1 | ------ | ------ |
Matrix4x4( const Matrix4x4 & ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceMatrix4x4.h:41 | 1 | 0 | 1 | ------ | ------ |
Matrix4x4( float, float, float, float, float, float, float, float, float, float, float, float, float, float, float, float ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceMatrix4x4.h:30 | 10 | 0 | 1 | ------ | ------ |
~Matrix4x4( ) definition ./components/ogre/ogreopcode/include/Opcode/Ice/IceMatrix4x4.h:43 | 1 | 0 | 1 | ------ | ------ |