| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 46 | ****** |
| McCabe's Cyclomatic Number | MVG | 3 | ****** |
| Lines of Comment | COM | 18 | ******** |
| LOC/COM | L_C | 2.556 | |
| MVG/COM | M_C | ------ | |
| Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
| Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
| Depth of Inheritance Tree | DIT | 1 | |
| Number of Children | NOC | 2 | |
| Coupling between objects | CBO | 7 | |
| Information Flow measure ( inclusive ) | IF4 | 100 | ******** |
| Information Flow measure ( visible ) | IF4v | 100 | ******** |
| Information Flow measure ( concrete ) | IF4c | 16 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/model/mapping/Matches/AbstractMatch.h:62 |
6 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
AttributeMatch [CV] inheritance ./components/ogre/model/mapping/Matches/AttributeMatch.h:57OutfitMatch [CV] inheritance ./components/ogre/model/mapping/Matches/OutfitMatch.h:48 |
ChangeContext [V] pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:94pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:134Entity [V] pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:84pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:113MatchBase [CV] inheritance ./components/ogre/model/mapping/Matches/AbstractMatch.h:62TCase [V] pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:74pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:128vector [CV] has by value ./components/ogre/model/mapping/Matches/AbstractMatch.h:97 |