Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 72 | ****** |
McCabe's Cyclomatic Number | MVG | 24 | ****** |
Lines of Comment | COM | 4 | ******** |
LOC/COM | L_C | 18.000 | |
MVG/COM | M_C | 6.000 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 4 | |
Information Flow measure ( inclusive ) | IF4 | 9 | ******** |
Information Flow measure ( visible ) | IF4v | 9 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./framework/tinyxml/tinyxml.h:87 |
1 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Parse( const char *, TiXmlParsingData *, TiXmlEncoding ) definition ./framework/tinyxml/tinyxmlparser.cpp:1372 | 52 | 18 | 3 | 17.333 | 6.000 |
StreamIn( istream *, TIXML_STRING * ) definition ./framework/tinyxml/tinyxmlparser.cpp:1349 | 19 | 6 | 1 | ------ | 6.000 |
Clients | Suppliers |
---|---|
TiXmlVisitor [V] pass by reference ./framework/tinyxml/tinyxml.h:141 |
TIXML_STRING [V] pass by reference ./framework/tinyxml/tinyxmlparser.cpp:1349 TiXmlParsingData [V] pass by reference ./framework/tinyxml/tinyxmlparser.cpp:1372 istream [V] pass by reference ./framework/tinyxml/tinyxmlparser.cpp:1349 |