| 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:90declaration ./cccc/cccc_opt.h:53 | 25 | 4 | 2 | 12.500 | ------ |
| Load_Options( ) definition ./cccc/cccc_opt.cc:182declaration ./cccc/cccc_opt.h:47 | 33 | 3 | 2 | 16.500 | ------ |
| Load_Options( const string & ) definition ./cccc/cccc_opt.cc:164declaration ./cccc/cccc_opt.h:44 | 15 | 3 | 1 | ------ | ------ |
| Save_Options( const string & ) definition ./cccc/cccc_opt.cc:118declaration ./cccc/cccc_opt.h:50 | 44 | 3 | 1 | 44.000 | ------ |
| dialectKeywordPolicy( const string &, const string & ) definition ./cccc/cccc_opt.cc:264declaration ./cccc/cccc_opt.h:64 | 12 | 2 | 3 | ------ | ------ |
| getFileLanguage( const string & ) definition ./cccc/cccc_opt.cc:220declaration ./cccc/cccc_opt.h:56 | 30 | 5 | 3 | 10.000 | 1.667 |
| getMetricTreatment( const string & ) definition ./cccc/cccc_opt.cc:253declaration ./cccc/cccc_opt.h:59 | 11 | 2 | 2 | ------ | ------ |
| Clients | Suppliers |
|---|---|
|
CCCC_Item [V] pass by reference ./cccc/cccc_opt.cc:90pass by reference ./cccc/cccc_opt.h:53string [V] pass by reference ./cccc/cccc_opt.cc:118pass by reference ./cccc/cccc_opt.cc:164pass by reference ./cccc/cccc_opt.cc:220pass by reference ./cccc/cccc_opt.cc:253pass by reference ./cccc/cccc_opt.cc:264pass by reference ./cccc/cccc_opt.cc:264pass by reference ./cccc/cccc_opt.h:44pass by reference ./cccc/cccc_opt.h:50pass by reference ./cccc/cccc_opt.h:56pass by reference ./cccc/cccc_opt.h:59pass by reference ./cccc/cccc_opt.h:64pass by reference ./cccc/cccc_opt.h:64 |