Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 29 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 12 | ******** |
LOC/COM | L_C | 2.417 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
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/EmberEntityPartAction.h:36 |
7 | 0 | 3 | ------ | ------ |
declaration
./components/ogre/EmberPhysicalEntity.h:51 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
EmberEntityPartAction( EmberPhysicalEntity &, string ) declaration ./components/ogre/EmberEntityPartAction.h:39 definition ./components/ogre/EmberEntityPartAction.cpp:32 | 5 | 0 | 0 | ------ | ------ |
activate( ) declaration ./components/ogre/EmberEntityPartAction.h:42 definition ./components/ogre/EmberEntityPartAction.cpp:42 | 6 | 0 | 5 | ------ | ------ |
deactivate( ) declaration ./components/ogre/EmberEntityPartAction.h:43 definition ./components/ogre/EmberEntityPartAction.cpp:53 | 6 | 0 | 4 | ------ | ------ |
~EmberEntityPartAction( ) declaration ./components/ogre/EmberEntityPartAction.h:40 definition ./components/ogre/EmberEntityPartAction.cpp:38 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Action [CV] inheritance ./components/ogre/EmberEntityPartAction.h:36 EmberPhysicalEntity [V] pass by reference ./components/ogre/EmberEntityPartAction.h:39 has by reference ./components/ogre/EmberEntityPartAction.h:46 pass by reference ./components/ogre/EmberEntityPartAction.cpp:32 string [CV] pass by value ./components/ogre/EmberEntityPartAction.h:39 has by value ./components/ogre/EmberEntityPartAction.h:48 pass by value ./components/ogre/EmberEntityPartAction.cpp:32 |