Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 175 | ****** |
McCabe's Cyclomatic Number | MVG | 22 | ****** |
Lines of Comment | COM | 14 | ******** |
LOC/COM | L_C | 12.500 | |
MVG/COM | M_C | 1.571 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 7 | |
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
./cccc/cccc_met.h:64 |
1 | 0 | 0 | ------ | ------ |
definition
./cccc/cccc_opt.h:40 |
4 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
Add_Option( CCCC_Item & ) definition ./cccc/cccc_opt.cc:90 declaration ./cccc/cccc_opt.h:53 | 25 | 4 | 2 | 12.500 | ------ |
Load_Options( ) definition ./cccc/cccc_opt.cc:182 declaration ./cccc/cccc_opt.h:47 | 33 | 3 | 2 | 16.500 | ------ |
Load_Options( const string & ) definition ./cccc/cccc_opt.cc:164 declaration ./cccc/cccc_opt.h:44 | 15 | 3 | 1 | ------ | ------ |
Save_Options( const string & ) definition ./cccc/cccc_opt.cc:118 declaration ./cccc/cccc_opt.h:50 | 44 | 3 | 1 | 44.000 | ------ |
dialectKeywordPolicy( const string &, const string & ) definition ./cccc/cccc_opt.cc:264 declaration ./cccc/cccc_opt.h:64 | 12 | 2 | 3 | ------ | ------ |
getFileLanguage( const string & ) definition ./cccc/cccc_opt.cc:220 declaration ./cccc/cccc_opt.h:56 | 30 | 5 | 3 | 10.000 | 1.667 |
getMetricTreatment( const string & ) definition ./cccc/cccc_opt.cc:253 declaration ./cccc/cccc_opt.h:59 | 11 | 2 | 2 | ------ | ------ |
Clients | Suppliers |
---|---|
CCCC_Item [V] pass by reference ./cccc/cccc_opt.cc:90 pass by reference ./cccc/cccc_opt.h:53 string [V] pass by reference ./cccc/cccc_opt.cc:118 pass by reference ./cccc/cccc_opt.cc:164 pass by reference ./cccc/cccc_opt.cc:220 pass by reference ./cccc/cccc_opt.cc:253 pass by reference ./cccc/cccc_opt.cc:264 pass by reference ./cccc/cccc_opt.cc:264 pass by reference ./cccc/cccc_opt.h:44 pass by reference ./cccc/cccc_opt.h:50 pass by reference ./cccc/cccc_opt.h:56 pass by reference ./cccc/cccc_opt.h:59 pass by reference ./cccc/cccc_opt.h:64 pass by reference ./cccc/cccc_opt.h:64 |