Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 5 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 5 | ******** |
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 | 0 | |
Number of Children | NOC | 1 | |
Coupling between objects | CBO | 6 | |
Information Flow measure ( inclusive ) | IF4 | 81 | ******** |
Information Flow measure ( visible ) | IF4v | 81 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
common/restart.h:35 |
3 | 0 | 5 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
apply( PopulationReal *, Problem *, IEvalInd * ) declaration common/restart.h:37 | 1 | 0 | 0 | ------ | ------ |
~RestartStrategy( ) definition common/restart.h:38 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
MA2LSI [V] pass by reference common/ma2lsi.cc:125 pass by reference common/ma2lsi.h:70 has by reference common/ma2lsi.h:114 MA2LSIA [V] pass by reference common/ma2lsia.cc:106 pass by reference common/ma2lsia.h:68 has by reference common/ma2lsia.h:104 RestartBest [CV] inheritance common/restart.h:44 |
IEvalInd [V] pass by reference common/restart.h:37 PopulationReal [V] pass by reference common/restart.h:37 Problem [V] pass by reference common/restart.h:37 |