Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 38 | ****** |
McCabe's Cyclomatic Number | MVG | 6 | ****** |
Lines of Comment | COM | 77 | ******** |
LOC/COM | L_C | 0.494 | |
MVG/COM | M_C | 0.078 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 0 | |
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
common/config.h:89 |
16 | 0 | 64 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
extractName( void ) definition common/config.cc:34 declaration common/config.h:112 | 15 | 4 | 8 | ------ | ------ |
extractType( void ) definition common/config.cc:25 declaration common/config.h:103 | 7 | 2 | 5 | ------ | ------ |
Clients | Suppliers |
---|---|
ConfigFile [CV] has by value common/config.h:92 string [CV] has by value common/config.h:93 has by value common/config.h:94 has by value common/config.h:95 |