Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 18 | ****** |
McCabe's Cyclomatic Number | MVG | 1 | ****** |
Lines of Comment | COM | 32 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 4 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 1 | |
Coupling between objects | CBO | 3 | |
Information Flow measure ( inclusive ) | IF4 | 4 | ******** |
Information Flow measure ( visible ) | IF4v | 4 | ******** |
Information Flow measure ( concrete ) | IF4c | 1 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
common/localsearch.h:40 |
5 | 0 | 7 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
NewIndividualLocalSearchManager( ILocalSearch * ) definition common/localsearch.cc:26 declaration common/localsearch.h:45 | 3 | 0 | 3 | ------ | ------ |
applyNewSol( ... ) declaration common/localsearch.h:68 | 1 | 0 | 16 | ------ | ------ |
reset( void ) definition common/localsearch.cc:84 declaration common/localsearch.h:50 | 3 | 0 | 3 | ------ | ------ |
~NewIndividualLocalSearchManager( void ) definition common/localsearch.cc:29 declaration common/localsearch.h:73 | 6 | 1 | 3 | ------ | ------ |
Clients | Suppliers |
---|---|
RatioLocalSearchManager [CV] inheritance common/localsearch.h:83 |
ILocalSearch [V] pass by reference common/localsearch.cc:26 pass by reference common/localsearch.h:45 has by reference common/localsearch.h:75 IReset [CV] inheritance common/localsearch.h:40 |