Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 26 | ****** |
McCabe's Cyclomatic Number | MVG | 4 | ****** |
Lines of Comment | COM | 5 | ******** |
LOC/COM | L_C | 5.200 | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 2 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 4 | |
Information Flow measure ( inclusive ) | IF4 | 0 | ******** |
Information Flow measure ( visible ) | IF4v | 0 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
./components/ogre/model/mapping/Cases/AttributeCase.h:60 |
7 | 0 | 5 | ------ | ------ |
declaration
./components/ogre/model/mapping/Matches/AttributeMatch.h:36 |
1 | 0 | 0 | ------ | ------ |
declaration
./components/ogre/model/mapping/ModelMapping.h:58 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
AttributeCase( AttributeComparerWrapper * ) definition ./components/ogre/model/mapping/Cases/AttributeCase.cpp:38 declaration ./components/ogre/model/mapping/Cases/AttributeCase.h:63 | 5 | 0 | 0 | ------ | ------ |
testMatch( const Element & ) definition ./components/ogre/model/mapping/Cases/AttributeCase.cpp:44 declaration ./components/ogre/model/mapping/Cases/AttributeCase.h:65 | 12 | 4 | 0 | ------ | ------ |
~AttributeCase( ) definition ./components/ogre/model/mapping/Cases/AttributeCase.h:64 | 0 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
AttributeComparerWrapper [V] pass by reference ./components/ogre/model/mapping/Cases/AttributeCase.cpp:38 pass by reference ./components/ogre/model/mapping/Cases/AttributeCase.h:63 Case [CV] inheritance ./components/ogre/model/mapping/Cases/AttributeCase.h:60 Element [V] pass by reference ./components/ogre/model/mapping/Cases/AttributeCase.cpp:44 pass by reference ./components/ogre/model/mapping/Cases/AttributeCase.h:65 auto_ptr [CV] has by value ./components/ogre/model/mapping/Cases/AttributeCase.h:68 |