Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 25 | ****** |
McCabe's Cyclomatic Number | MVG | 10 | ****** |
Lines of Comment | COM | 16 | ******** |
LOC/COM | L_C | 1.562 | |
MVG/COM | M_C | 0.625 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 10 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 7 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 2 | |
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 |
---|---|---|---|---|---|
declaration
./framework/tinyxml/tinyxml.h:775 |
1 | 0 | 0 | ------ | ------ |
definition
./framework/tinyxml/tinyxml.h:897 |
6 | 0 | 12 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Add( TiXmlAttribute * ) declaration ./framework/tinyxml/tinyxml.h:903 | 1 | 0 | 0 | ------ | ------ |
Find( const char * ) declaration ./framework/tinyxml/tinyxml.h:911 definition ./framework/tinyxml/tinyxml.h:912 | 4 | 1 | 0 | ------ | ------ |
Find( const string & ) declaration ./framework/tinyxml/tinyxml.h:916 definition ./framework/tinyxml/tinyxml.h:917 | 4 | 1 | 0 | ------ | ------ |
First( ) definition ./framework/tinyxml/tinyxml.h:906 definition ./framework/tinyxml/tinyxml.h:907 | 2 | 4 | 0 | ------ | ------ |
Last( ) definition ./framework/tinyxml/tinyxml.h:908 definition ./framework/tinyxml/tinyxml.h:909 | 2 | 4 | 0 | ------ | ------ |
Remove( TiXmlAttribute * ) declaration ./framework/tinyxml/tinyxml.h:904 | 1 | 0 | 0 | ------ | ------ |
TiXmlAttributeSet( ) declaration ./framework/tinyxml/tinyxml.h:900 | 1 | 0 | 0 | ------ | ------ |
TiXmlAttributeSet( const TiXmlAttributeSet & ) declaration ./framework/tinyxml/tinyxml.h:926 | 1 | 0 | 3 | ------ | ------ |
operator =( const TiXmlAttributeSet & ) declaration ./framework/tinyxml/tinyxml.h:927 | 1 | 0 | 1 | ------ | ------ |
~TiXmlAttributeSet( ) declaration ./framework/tinyxml/tinyxml.h:901 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
TiXmlAttribute [CV] pass by reference ./framework/tinyxml/tinyxml.h:903 pass by reference ./framework/tinyxml/tinyxml.h:904 has by value ./framework/tinyxml/tinyxml.h:929 string [V] pass by reference ./framework/tinyxml/tinyxml.h:916 pass by reference ./framework/tinyxml/tinyxml.h:917 |