| 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:1486declaration ./cccc/cccc_htm.h:133declaration ./cccc/cccc_xml.h:121 | 9 | 0 | 0 | ------ | ------ |
| Emit_NAME( ofstream & ) definition ./cccc/cccc_htm.cc:1495declaration ./cccc/cccc_htm.h:134declaration ./cccc/cccc_xml.h:122 | 12 | 0 | 0 | ------ | ------ |
| Emit_SPACE( ofstream & ) definition ./cccc/cccc_htm.cc:1506declaration ./cccc/cccc_htm.h:135declaration ./cccc/cccc_xml.h:123 | 7 | 0 | 0 | ------ | ------ |
| Source_Anchor( ) definition ./cccc/cccc_htm.h:126definition ./cccc/cccc_xml.h:114 | 2 | 0 | 0 | ------ | ------ |
| Source_Anchor( string, int ) definition ./cccc/cccc_htm.h:127definition ./cccc/cccc_xml.h:115 | 2 | 0 | 0 | ------ | ------ |
| get_file( ) definition ./cccc/cccc_htm.h:129definition ./cccc/cccc_xml.h:117 | 2 | 2 | 0 | ------ | ------ |
| get_line( ) definition ./cccc/cccc_htm.h:130definition ./cccc/cccc_xml.h:118 | 2 | 2 | 0 | ------ | ------ |
| key( ) definition ./cccc/cccc_htm.cc:1476declaration ./cccc/cccc_htm.h:131declaration ./cccc/cccc_xml.h:119 | 10 | 1 | 0 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
ofstream [V] pass by reference ./cccc/cccc_htm.cc:1486pass by reference ./cccc/cccc_htm.cc:1495pass by reference ./cccc/cccc_htm.cc:1506pass by reference ./cccc/cccc_htm.h:133pass by reference ./cccc/cccc_htm.h:134pass by reference ./cccc/cccc_htm.h:135pass by reference ./cccc/cccc_xml.h:121pass by reference ./cccc/cccc_xml.h:122pass by reference ./cccc/cccc_xml.h:123string [CV] has by value ./cccc/cccc_htm.h:123pass by value ./cccc/cccc_htm.h:127has by value ./cccc/cccc_xml.h:111pass by value ./cccc/cccc_xml.h:115 |