Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 14 | ****** |
McCabe's Cyclomatic Number | MVG | 0 | ****** |
Lines of Comment | COM | 23 | ******** |
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 | 0 | |
Number of Children | NOC | 1 | |
Coupling between objects | CBO | 6 | |
Information Flow measure ( inclusive ) | IF4 | 64 | ******** |
Information Flow measure ( visible ) | IF4v | 64 | ******** |
Information Flow measure ( concrete ) | IF4c | 4 | ******** |
Description | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
definition
common/imutation.h:38 |
6 | 0 | 9 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
mutate( tChromosomeReal &, unsigned ) declaration common/imutation.h:47 | 1 | 0 | 7 | ------ | ------ |
setDomain( DomainRealPtr ) definition common/imutation.h:59 | 3 | 0 | 0 | ------ | ------ |
setRandom( Random * ) definition common/imutation.h:56 | 3 | 0 | 7 | ------ | ------ |
~IMutation( void ) definition common/imutation.h:63 | 1 | 0 | 0 | ------ | ------ |
Clients | Suppliers |
---|---|
Mutation [V] pass by reference common/mutation.cc:30 pass by reference common/mutation.h:46 has by reference common/mutation.h:68 MutationBGA [CV] inheritance common/mutation.h:77 |
DomainRealPtr [CV] pass by value common/imutation.h:59 has by value common/imutation.h:67 Random [V] pass by reference common/imutation.h:56 has by reference common/imutation.h:66 tChromosomeReal [V] pass by reference common/imutation.h:47 unsigned [CV] pass by value common/imutation.h:47 |