Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 10 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 24 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 6 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 1 | |
Coupling between objects | CBO | 4 | |
Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
Information Flow measure ( visible ) | IF4v | 16 | ******** |
Information Flow measure ( concrete ) | IF4c | 1 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/EmberEntityUserObject.h:55 |
5 | 0 | 5 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
getVisualize( ) declaration ./components/ogre/EmberEntityUserObject.h:86 | 1 | 0 | 4 | ------ | ------ |
refit( ) declaration ./components/ogre/EmberEntityUserObject.h:69 | 1 | 0 | 3 | ------ | ------ |
reload( ) declaration ./components/ogre/EmberEntityUserObject.h:75 | 1 | 0 | 3 | ------ | ------ |
setVisualize( bool ) declaration ./components/ogre/EmberEntityUserObject.h:81 | 1 | 0 | 4 | ------ | ------ |
testCollision( Ray &, CollisionResult & ) declaration ./components/ogre/EmberEntityUserObject.h:65 | 1 | 0 | 5 | ------ | ------ |
~ICollisionDetector( ) definition ./components/ogre/EmberEntityUserObject.h:58 | 0 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
EmberEntityUserObject [V] pass by reference ./components/ogre/EmberEntityUserObject.cpp:34 pass by reference ./components/ogre/EmberEntityUserObject.h:115 has by reference ./components/ogre/EmberEntityUserObject.h:152 MeshCollisionDetector [CV] inheritance ./components/ogre/MeshCollisionDetector.h:34 |
Ray [V] pass by reference ./components/ogre/EmberEntityUserObject.h:65 bool [CV] pass by value ./components/ogre/EmberEntityUserObject.h:81 |