Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 6 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 15 | ******** |
LOC/COM | L_C | ------ | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 3 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 3 | |
Depth of Inheritance Tree | DIT | 0 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 4 | |
Information Flow measure ( inclusive ) | IF4 | 16 | ******** |
Information Flow measure ( visible ) | IF4v | 16 | ******** |
Information Flow measure ( concrete ) | IF4c | 0 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
common/selectls.h:28 |
3 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
getIndsToImprove( PopulationReal *, deque & ) declaration common/selectls.h:37 | 1 | 0 | 7 | ------ | ------ |
selectIndToImprove( deque & ) declaration common/selectls.h:47 | 1 | 0 | 8 | ------ | ------ |
~SelectImprovementLS( void ) definition common/selectls.h:48 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
MA2LSI [V] pass by reference common/ma2lsi.h:59 has by reference common/ma2lsi.h:115 MA2LSIA [V] pass by reference common/ma2lsia.h:59 has by reference common/ma2lsia.h:105 |
PopulationReal [V] pass by reference common/selectls.h:37 deque [V] pass by reference common/selectls.h:37 pass by reference common/selectls.h:47 |