| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 16 | ****** |
| McCabe's Cyclomatic Number | MVG | 1 | ****** |
| Lines of Comment | COM | 8 | ******** |
| LOC/COM | L_C | ------ | |
| 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 | 0 | |
| Number of Children | NOC | 0 | |
| Coupling between objects | CBO | 2 | |
| Information Flow measure ( inclusive ) | IF4 | 1 | ******** |
| Information Flow measure ( visible ) | IF4v | 1 | ******** |
| Information Flow measure ( concrete ) | IF4c | 0 | ******** |
| Description | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
definition
./components/ogre/model/mapping/Cases/AttributeComparers/StringComparer.h:42 |
6 | 0 | 4 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| StringComparer( string ) definition ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparer.cpp:35declaration ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparer.h:45 | 4 | 0 | 0 | ------ | ------ |
| test( const string & ) definition ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparer.cpp:39declaration ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparer.h:51 | 5 | 1 | 4 | ------ | ------ |
| ~StringComparer( ) definition ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparer.h:46 | 1 | 0 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
StringComparerWrapper [V] pass by reference ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparerWrapper.h:48pass by reference ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparerWrapper.cpp:36 |
string [CV] pass by value ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparer.cpp:35pass by reference ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparer.cpp:39pass by value ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparer.h:45pass by reference ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparer.h:51has by value ./components/ogre/model/mapping/Cases/AttributeComparers/StringComparer.h:54 |