Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 229 | ****** |
McCabe's Cyclomatic Number | MVG | 41 | ****** |
Lines of Comment | COM | 106 | ******** |
LOC/COM | L_C | 2.160 | |
MVG/COM | M_C | 0.387 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 1 | |
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_HybridModel.h:46 |
7 | 1 | 27 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Build( const OPCODECREATE & ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_HybridModel.cpp:153 | 93 | 18 | 40 | 2.325 | 0.450 |
GetUsedBytes( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_HybridModel.cpp:303 | 8 | 4 | 8 | ------ | ------ |
HybridModel( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_HybridModel.cpp:94 declaration ./components/ogre/ogreopcode/include/Opcode/OPC_HybridModel.h:50 | 8 | 0 | 6 | ------ | ------ |
Refit( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_HybridModel.cpp:342 | 100 | 18 | 15 | 6.667 | 1.200 |
Release( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_HybridModel.cpp:117 | 8 | 0 | 5 | ------ | ------ |
~HybridModel( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_HybridModel.cpp:107 declaration ./components/ogre/ogreopcode/include/Opcode/OPC_HybridModel.h:51 | 5 | 0 | 5 | ------ | ------ |
Clients | Suppliers |
---|---|
BaseModel [CV] inheritance ./components/ogre/ogreopcode/include/Opcode/OPC_HybridModel.h:46 |