Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 58 | ****** |
McCabe's Cyclomatic Number | MVG | 5 | ****** |
Lines of Comment | COM | 18 | ******** |
LOC/COM | L_C | 3.222 | |
MVG/COM | M_C | 0.278 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 8 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 8 | |
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 |
---|---|---|---|---|---|
definition
./cccc/cccc_htm.h:116 |
6 | 0 | 9 | ------ | ------ |
definition
./cccc/cccc_xml.h:104 |
6 | 0 | 9 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Emit_HREF( ofstream & ) definition ./cccc/cccc_htm.cc:1486 declaration ./cccc/cccc_htm.h:133 declaration ./cccc/cccc_xml.h:121 | 9 | 0 | 0 | ------ | ------ |
Emit_NAME( ofstream & ) definition ./cccc/cccc_htm.cc:1495 declaration ./cccc/cccc_htm.h:134 declaration ./cccc/cccc_xml.h:122 | 12 | 0 | 0 | ------ | ------ |
Emit_SPACE( ofstream & ) definition ./cccc/cccc_htm.cc:1506 declaration ./cccc/cccc_htm.h:135 declaration ./cccc/cccc_xml.h:123 | 7 | 0 | 0 | ------ | ------ |
Source_Anchor( ) definition ./cccc/cccc_htm.h:126 definition ./cccc/cccc_xml.h:114 | 2 | 0 | 0 | ------ | ------ |
Source_Anchor( string, int ) definition ./cccc/cccc_htm.h:127 definition ./cccc/cccc_xml.h:115 | 2 | 0 | 0 | ------ | ------ |
get_file( ) definition ./cccc/cccc_htm.h:129 definition ./cccc/cccc_xml.h:117 | 2 | 2 | 0 | ------ | ------ |
get_line( ) definition ./cccc/cccc_htm.h:130 definition ./cccc/cccc_xml.h:118 | 2 | 2 | 0 | ------ | ------ |
key( ) definition ./cccc/cccc_htm.cc:1476 declaration ./cccc/cccc_htm.h:131 declaration ./cccc/cccc_xml.h:119 | 10 | 1 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
ofstream [V] pass by reference ./cccc/cccc_htm.cc:1486 pass by reference ./cccc/cccc_htm.cc:1495 pass by reference ./cccc/cccc_htm.cc:1506 pass by reference ./cccc/cccc_htm.h:133 pass by reference ./cccc/cccc_htm.h:134 pass by reference ./cccc/cccc_htm.h:135 pass by reference ./cccc/cccc_xml.h:121 pass by reference ./cccc/cccc_xml.h:122 pass by reference ./cccc/cccc_xml.h:123 string [CV] has by value ./cccc/cccc_htm.h:123 pass by value ./cccc/cccc_htm.h:127 has by value ./cccc/cccc_xml.h:111 pass by value ./cccc/cccc_xml.h:115 |