Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 30 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 4 | ******** |
LOC/COM | L_C | 7.500 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 4 | |
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 |
---|---|---|---|---|---|
definition
./components/ogre/EntityWorldPickListener.h:50 |
7 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
EntityWorldPickListenerVisualizer( EntityWorldPickListener & ) declaration ./components/ogre/EntityWorldPickListener.h:53 definition ./components/ogre/EntityWorldPickListener.cpp:37 | 12 | 0 | 1 | ------ | ------ |
picker_EventPickedEntity( const EntityPickResult &, const MousePickerArgs & ) declaration ./components/ogre/EntityWorldPickListener.h:59 definition ./components/ogre/EntityWorldPickListener.cpp:57 | 5 | 0 | 0 | ------ | ------ |
~EntityWorldPickListenerVisualizer( ) declaration ./components/ogre/EntityWorldPickListener.h:54 definition ./components/ogre/EntityWorldPickListener.cpp:51 | 6 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Entity [V] has by reference ./components/ogre/EntityWorldPickListener.h:57 EntityWorldPickListener [V] pass by reference ./components/ogre/EntityWorldPickListener.h:53 pass by reference ./components/ogre/EntityWorldPickListener.cpp:37 SceneNode [V] has by reference ./components/ogre/EntityWorldPickListener.h:58 trackable [CV] inheritance ./components/ogre/EntityWorldPickListener.h:50 |