Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 41 | ****** |
McCabe's Cyclomatic Number | MVG | 3 | ****** |
Lines of Comment | COM | 0 | ******** |
LOC/COM | L_C | ****** | |
MVG/COM | M_C | ------ | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 5 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 5 | |
Depth of Inheritance Tree | DIT | 1 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 6 | |
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/initind.h:107 |
6 | 0 | 0 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
UniformInitInd( Random * ) definition common/initind.h:109 | 3 | 0 | 0 | ------ | ------ |
createInd( DomainRealPtr, tChromosomeReal & ) definition common/initind.cc:88 declaration common/initind.h:115 | 8 | 1 | 0 | ------ | ------ |
reset( DomainRealPtr, unsigned ) definition common/initind.cc:63 declaration common/initind.h:113 | 12 | 1 | 0 | ------ | ------ |
resetBest( DomainRealPtr, const tChromosomeReal &, unsigned ) definition common/initind.cc:78 declaration common/initind.h:114 | 9 | 1 | 0 | ------ | ------ |
~UniformInitInd( void ) definition common/initind.cc:97 declaration common/initind.h:116 | 3 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
DomainRealPtr [CV] pass by value common/initind.cc:63 pass by value common/initind.cc:78 pass by value common/initind.cc:88 pass by value common/initind.h:113 pass by value common/initind.h:114 pass by value common/initind.h:115 InitIndividual [CV] inheritance common/initind.h:107 Random [V] pass by reference common/initind.h:109 has by reference common/initind.h:118 deque [C] has by value common/initind.h:119 tChromosomeReal [V] pass by reference common/initind.cc:78 pass by reference common/initind.cc:88 pass by reference common/initind.h:114 pass by reference common/initind.h:115 unsigned [CV] pass by value common/initind.cc:63 pass by value common/initind.cc:78 pass by value common/initind.h:113 pass by value common/initind.h:114 |