Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 36 | ****** |
McCabe's Cyclomatic Number | MVG | 7 | ****** |
Lines of Comment | COM | 39 | ******** |
LOC/COM | L_C | 0.923 | |
MVG/COM | M_C | 0.179 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 11 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 1 | |
Depth of Inheritance Tree | DIT | 2 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 6 | |
Information Flow measure ( inclusive ) | IF4 | 64 | ******** |
Information Flow measure ( visible ) | IF4v | 64 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
declaration
./framework/tinyxml/tinyxml.h:82 |
1 | 0 | 0 | ------ | ------ |
declaration
./framework/tinyxml/tinyxml.h:194 |
1 | 0 | 0 | ------ | ------ |
declaration
./framework/tinyxml/tinyxml.h:422 |
1 | 0 | 0 | ------ | ------ |
definition
./framework/tinyxml/tinyxml.h:937 |
15 | 5 | 13 | ------ | 0.385 |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Attribute( const char * ) declaration ./framework/tinyxml/tinyxml.h:957 | 1 | 0 | 3 | ------ | ------ |
Attribute( const char *, double * ) declaration ./framework/tinyxml/tinyxml.h:973 | 1 | 0 | 6 | ------ | ------ |
Attribute( const char *, int * ) declaration ./framework/tinyxml/tinyxml.h:965 | 1 | 0 | 6 | ------ | ------ |
QueryDoubleAttribute( const char *, double * ) declaration ./framework/tinyxml/tinyxml.h:984 | 1 | 0 | 1 | ------ | ------ |
QueryFloatAttribute( const char *, float * ) definition ./framework/tinyxml/tinyxml.h:986 | 8 | 2 | 1 | ------ | ------ |
QueryIntAttribute( const char *, int * ) declaration ./framework/tinyxml/tinyxml.h:982 | 1 | 0 | 7 | ------ | ------ |
TiXmlElement( const TiXmlElement & ) declaration ./framework/tinyxml/tinyxml.h:948 | 1 | 0 | 0 | ------ | ------ |
TiXmlElement( const char * ) declaration ./framework/tinyxml/tinyxml.h:941 | 1 | 0 | 1 | ------ | ------ |
TiXmlElement( const string & ) declaration ./framework/tinyxml/tinyxml.h:945 | 1 | 0 | 1 | ------ | ------ |
operator =( const TiXmlElement & ) declaration ./framework/tinyxml/tinyxml.h:950 | 1 | 0 | 0 | ------ | ------ |
~TiXmlElement( ) declaration ./framework/tinyxml/tinyxml.h:952 | 1 | 0 | 0 | ------ | ------ |