| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 17 | ****** |
| McCabe's Cyclomatic Number | MVG | 2 | ****** |
| Lines of Comment | COM | 5 | ******** |
| LOC/COM | L_C | ------ | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 3 | |
| Information Flow measure ( inclusive ) | IF4 | 4 | ******** |
| Information Flow measure ( visible ) | IF4v | 4 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
declaration
./components/ogre/EmberEntity.h:32 |
1 | 0 | 0 | ------ | ------ |
definition
./components/ogre/EmberEntity.cpp:56 |
4 | 0 | 3 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| getWorldOrientation( void ) definition ./components/ogre/EmberEntity.cpp:65 | 4 | 1 | 1 | ------ | ------ |
| getWorldPosition( void ) definition ./components/ogre/EmberEntity.cpp:70 | 4 | 1 | 1 | ------ | ------ |
| getWorldTransforms( Matrix4 * ) definition ./components/ogre/EmberEntity.cpp:60 | 4 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
EmberEntity [V] has by reference ./components/ogre/EmberEntity.h:299 |
Matrix4 [V] pass by reference ./components/ogre/EmberEntity.cpp:60WireBoundingBox [CV] inheritance ./components/ogre/EmberEntity.cpp:56 |