| Metric | Tag | Overall | Per Function |
|---|---|---|---|
| Lines of Code | LOC | 46 | ****** |
| McCabe's Cyclomatic Number | MVG | 6 | ****** |
| Lines of Comment | COM | 11 | ******** |
| LOC/COM | L_C | 4.182 | |
| MVG/COM | M_C | 0.545 | |
| 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 | 1 | |
| 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
./framework/tinyxml/tinystr.h:68 |
8 | 0 | 11 | ------ | ------ |
| Function prototype | LOC | MVG | COM | L_C | M_C |
|---|---|---|---|---|---|
| append( const char *, size_type ) definition ./framework/tinyxml/tinystr.cpp:74 | 11 | 2 | 0 | ------ | ------ |
| assign( const char *, size_type ) definition ./framework/tinyxml/tinystr.cpp:55 | 17 | 3 | 0 | ------ | ------ |
| reserve( size_type ) definition ./framework/tinyxml/tinystr.cpp:43 | 10 | 1 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
size_type [CV] has by value ./framework/tinyxml/tinystr.h:75pass by value ./framework/tinyxml/tinystr.cpp:43pass by value ./framework/tinyxml/tinystr.cpp:55pass by value ./framework/tinyxml/tinystr.cpp:74 |