| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 27 | ****** |
| McCabe's Cyclomatic Number | MVG | 10 | ****** |
| Lines of Comment | COM | 34 | ******** |
| LOC/COM | L_C | 0.794 | |
| MVG/COM | M_C | 0.294 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
| Depth of Inheritance Tree | DIT | 0 | |
| Number of Children | NOC | 0 | |
| 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 |
|---|---|---|---|---|---|
| No module extents have been identified for this module | |||||
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| ComputeGlobalBox( const udword *, udword, AABB & ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:200 | 10 | 5 | 13 | ------ | 0.385 |
| GetSplittingValue( const udword *, udword, const AABB &, udword ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:241 | 13 | 4 | 12 | ------ | ------ |
| GetSplittingValue( udword, udword ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:225 | 4 | 1 | 9 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
AABB [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:200pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:241udword [CV] pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:200pass by value ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:200pass by value ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:225pass by value ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:225pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:241pass by value ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:241pass by value ./components/ogre/ogreopcode/src/Opcode/OPC_TreeBuilders.cpp:241 |