| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 29 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 3 | ******** |
| LOC/COM | L_C | 9.667 | |
| 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/EmberEntityModelAction.h:37 |
7 | 0 | 3 | ------ | ------ |
declaration
./components/ogre/EmberPhysicalEntity.h:50 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| EmberEntityModelAction( EmberPhysicalEntity &, string ) declaration ./components/ogre/EmberEntityModelAction.h:40definition ./components/ogre/EmberEntityModelAction.cpp:27 | 5 | 0 | 0 | ------ | ------ |
| activate( ) declaration ./components/ogre/EmberEntityModelAction.h:43definition ./components/ogre/EmberEntityModelAction.cpp:37 | 6 | 0 | 0 | ------ | ------ |
| deactivate( ) declaration ./components/ogre/EmberEntityModelAction.h:44definition ./components/ogre/EmberEntityModelAction.cpp:43 | 6 | 0 | 0 | ------ | ------ |
| ~EmberEntityModelAction( ) declaration ./components/ogre/EmberEntityModelAction.h:41definition ./components/ogre/EmberEntityModelAction.cpp:33 | 4 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
Action [CV] inheritance ./components/ogre/EmberEntityModelAction.h:37EmberPhysicalEntity [V] pass by reference ./components/ogre/EmberEntityModelAction.h:40has by reference ./components/ogre/EmberEntityModelAction.h:47pass by reference ./components/ogre/EmberEntityModelAction.cpp:27string [CV] pass by value ./components/ogre/EmberEntityModelAction.h:40has by value ./components/ogre/EmberEntityModelAction.h:49pass by value ./components/ogre/EmberEntityModelAction.cpp:27 |