Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 15 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 18 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 2 | |
Coupling between objects | CBO | 2 | |
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 |
---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/Opcode/OPC_Collider.h:37 |
4 | 1 | 7 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Collider( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_Collider.cpp:40 declaration ./components/ogre/ogreopcode/include/Opcode/OPC_Collider.h:41 | 7 | 0 | 6 | ------ | ------ |
~Collider( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_Collider.cpp:52 declaration ./components/ogre/ogreopcode/include/Opcode/OPC_Collider.h:42 | 4 | 0 | 5 | ------ | ------ |
Clients | Suppliers |
---|---|
AABBTreeCollider [CV] inheritance ./components/ogre/ogreopcode/include/Opcode/OPC_TreeCollider.h:74 VolumeCollider [CV] inheritance ./components/ogre/ogreopcode/include/Opcode/OPC_VolumeCollider.h:32 |