Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 36 | ****** |
McCabe's Cyclomatic Number | MVG | 2 | ****** |
Lines of Comment | COM | 21 | ******** |
LOC/COM | L_C | 1.714 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
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/ChangeContext.h:41 |
8 | 0 | 10 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
ChangeContext( ) definition ./components/ogre/model/mapping/ChangeContext.cpp:34 declaration ./components/ogre/model/mapping/ChangeContext.h:47 | 4 | 0 | 0 | ------ | ------ |
addCaseToActivate( CaseBase * ) definition ./components/ogre/model/mapping/ChangeContext.cpp:43 declaration ./components/ogre/model/mapping/ChangeContext.h:55 | 5 | 0 | 4 | ------ | ------ |
addCaseToDeactivate( CaseBase * ) definition ./components/ogre/model/mapping/ChangeContext.cpp:48 declaration ./components/ogre/model/mapping/ChangeContext.h:60 | 5 | 0 | 4 | ------ | ------ |
performActions( ) definition ./components/ogre/model/mapping/ChangeContext.cpp:53 declaration ./components/ogre/model/mapping/ChangeContext.h:65 | 10 | 2 | 3 | ------ | ------ |
~ChangeContext( ) definition ./components/ogre/model/mapping/ChangeContext.cpp:39 declaration ./components/ogre/model/mapping/ChangeContext.h:49 | 4 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AbstractMatch [V] pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:94 pass by reference ./components/ogre/model/mapping/Matches/AbstractMatch.h:134 CaseBase [V] pass by reference ./components/ogre/model/mapping/Cases/CaseBase.cpp:51 pass by reference ./components/ogre/model/mapping/Cases/CaseBase.h:115 MatchBase [V] pass by reference ./components/ogre/model/mapping/Matches/MatchBase.h:52 |
CaseBase [V] pass by reference ./components/ogre/model/mapping/ChangeContext.cpp:43 pass by reference ./components/ogre/model/mapping/ChangeContext.cpp:48 pass by reference ./components/ogre/model/mapping/ChangeContext.h:55 pass by reference ./components/ogre/model/mapping/ChangeContext.h:60 CaseStore [CV] has by value ./components/ogre/model/mapping/ChangeContext.h:72 has by value ./components/ogre/model/mapping/ChangeContext.h:77 |