| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 45 | ****** |
| McCabe's Cyclomatic Number | MVG | 8 | ****** |
| Lines of Comment | COM | 68 | ******** |
| LOC/COM | L_C | 0.662 | |
| MVG/COM | M_C | 0.118 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 5 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 2 | |
| Coupling between objects | CBO | 3 | |
| Information Flow measure ( inclusive ) | IF4 | 4 | ******** |
| Information Flow measure ( visible ) | IF4v | 4 | ******** |
| Information Flow measure ( concrete ) | IF4c | 4 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/Opcode/OPC_BaseModel.h:50 |
4 | 1 | 6 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
HybridModel [CV] inheritance ./components/ogre/ogreopcode/include/Opcode/OPC_HybridModel.h:46Model [CV] inheritance ./components/ogre/ogreopcode/include/Opcode/OPC_Model.h:27 |
bool [CV] pass by value ./components/ogre/ogreopcode/src/Opcode/OPC_BaseModel.cpp:92pass by value ./components/ogre/ogreopcode/src/Opcode/OPC_BaseModel.cpp:92 |