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:57 OutfitMatch [CV] inheritance ./components/ogre/model/mapping/Matches/OutfitMatch.h:48 |
ChangeContext [V] pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:94 pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:134 Entity [V] pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:84 pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:113 MatchBase [CV] inheritance ./components/ogre/model/mapping/Matches/AbstractMatch.h:62 TCase [V] pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:74 pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:128 vector [CV] has by value ./components/ogre/model/mapping/Matches/AbstractMatch.h:97 |