| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 33 | ****** |
| McCabe's Cyclomatic Number | MVG | 0 | ****** |
| Lines of Comment | COM | 4 | ******** |
| LOC/COM | L_C | 8.250 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 7 | |
| Information Flow measure ( inclusive ) | IF4 | 36 | ******** |
| Information Flow measure ( visible ) | IF4v | 36 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/model/mapping/Matches/Observers/EntityCreationObserver.h:45 |
7 | 0 | 4 | ------ | ------ |
declaration
./components/ogre/model/mapping/Matches/OutfitMatch.h:41 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/model/mapping/Matches/OutfitMatch.h:50 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/model/mapping/ModelMapping.h:74 |
1 | 0 | 0 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| EntityCreationObserver( OutfitMatch & ) definition ./components/ogre/model/mapping/Matches/Observers/EntityCreationObserver.cpp:35declaration ./components/ogre/model/mapping/Matches/Observers/EntityCreationObserver.h:49 | 5 | 0 | 0 | ------ | ------ |
| entitySeen( Entity * ) definition ./components/ogre/model/mapping/Matches/Observers/EntityCreationObserver.cpp:51declaration ./components/ogre/model/mapping/Matches/Observers/EntityCreationObserver.h:60 | 6 | 0 | 0 | ------ | ------ |
| observeCreation( View *, const string & ) definition ./components/ogre/model/mapping/Matches/Observers/EntityCreationObserver.cpp:44declaration ./components/ogre/model/mapping/Matches/Observers/EntityCreationObserver.h:52 | 7 | 0 | 0 | ------ | ------ |
| ~EntityCreationObserver( ) definition ./components/ogre/model/mapping/Matches/Observers/EntityCreationObserver.cpp:39declaration ./components/ogre/model/mapping/Matches/Observers/EntityCreationObserver.h:50 | 5 | 0 | 0 | ------ | ------ |