| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 42 | ****** |
| McCabe's Cyclomatic Number | MVG | 10 | ****** |
| Lines of Comment | COM | 27 | ******** |
| LOC/COM | L_C | 1.556 | |
| MVG/COM | M_C | 0.370 | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 2 | |
| Coupling between objects | CBO | 4 | |
| Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
| Information Flow measure ( visible ) | IF4v | 16 | ******** |
| Information Flow measure ( concrete ) | IF4c | 4 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/ogreopcode/include/Opcode/OPC_VolumeCollider.h:32 |
4 | 2 | 9 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| ValidateSettings( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_VolumeCollider.cpp:64 | 4 | 1 | 6 | ------ | ------ |
| VolumeCollider( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_VolumeCollider.cpp:40declaration ./components/ogre/ogreopcode/include/Opcode/OPC_VolumeCollider.h:36 | 8 | 0 | 6 | ------ | ------ |
| _Dump( const type * ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_VolumeCollider.cpp:72definition ./components/ogre/ogreopcode/src/Opcode/OPC_VolumeCollider.cpp:84 | 21 | 7 | 1 | 21.000 | 7.000 |
| ~VolumeCollider( ) definition ./components/ogre/ogreopcode/src/Opcode/OPC_VolumeCollider.cpp:53declaration ./components/ogre/ogreopcode/include/Opcode/OPC_VolumeCollider.h:37 | 5 | 0 | 5 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
LSSCollider [CV] inheritance ./components/ogre/ogreopcode/include/Opcode/OPC_LSSCollider.h:44PlanesCollider [CV] inheritance ./components/ogre/ogreopcode/include/Opcode/OPC_PlanesCollider.h:35 |
Collider [CV] inheritance ./components/ogre/ogreopcode/include/Opcode/OPC_VolumeCollider.h:32type [V] pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_VolumeCollider.cpp:72pass by reference ./components/ogre/ogreopcode/src/Opcode/OPC_VolumeCollider.cpp:84 |