Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 9 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 3 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 2 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 2 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 1 | |
Coupling between objects | CBO | 5 | |
Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
Information Flow measure ( visible ) | IF4v | 16 | ******** |
Information Flow measure ( concrete ) | IF4c | 1 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
common/restart.h:44 |
3 | 0 | 3 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
RestartBest( void ) definition common/restart.h:46 | 1 | 0 | 0 | ------ | ------ |
apply( PopulationReal *, Problem *, IEvalInd * ) definition common/restart.cc:5 declaration common/restart.h:47 | 5 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
RestartReduce [CV] inheritance common/restart.h:54 |
IEvalInd [V] pass by reference common/restart.cc:5 pass by reference common/restart.h:47 PopulationReal [V] pass by reference common/restart.cc:5 pass by reference common/restart.h:47 Problem [V] pass by reference common/restart.cc:5 pass by reference common/restart.h:47 RestartStrategy [CV] inheritance common/restart.h:44 |