Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 16 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 3 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 1 | |
Coupling between objects | CBO | 5 | |
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/MatchBase.h:44 |
6 | 0 | 3 | ------ | ------ |
declaration
./components/ogre/model/mapping/ModelMapping.h:67 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
MatchBase( ) definition ./components/ogre/model/mapping/Matches/MatchBase.h:48 | 1 | 0 | 0 | ------ | ------ |
evaluateChanges( ChangeContext & ) declaration ./components/ogre/model/mapping/Matches/MatchBase.h:52 | 1 | 0 | 0 | ------ | ------ |
setEntity( Entity * ) declaration ./components/ogre/model/mapping/Matches/MatchBase.h:51 | 1 | 0 | 0 | ------ | ------ |
setParentCase( CaseBase * ) declaration ./components/ogre/model/mapping/Matches/MatchBase.h:50 definition ./components/ogre/model/mapping/Matches/MatchBase.h:59 | 5 | 0 | 0 | ------ | ------ |
~MatchBase( ) definition ./components/ogre/model/mapping/Matches/MatchBase.h:49 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AbstractMatch [CV] inheritance ./components/ogre/model/mapping/Matches/AbstractMatch.h:62 CaseBase [V] pass by reference ./components/ogre/model/mapping/Cases/CaseBase.cpp:85 pass by reference ./components/ogre/model/mapping/Cases/CaseBase.h:106 |
CaseBase [V] pass by reference ./components/ogre/model/mapping/Matches/MatchBase.h:50 has by reference ./components/ogre/model/mapping/Matches/MatchBase.h:56 pass by reference ./components/ogre/model/mapping/Matches/MatchBase.h:59 ChangeContext [V] pass by reference ./components/ogre/model/mapping/Matches/MatchBase.h:52 Entity [V] pass by reference ./components/ogre/model/mapping/Matches/MatchBase.h:51 |