Metric | Tag | Overall | Per Function |
---|---|---|---|
Lines of Code | LOC | 55 | ****** |
McCabe's Cyclomatic Number | MVG | 7 | ****** |
Lines of Comment | COM | 19 | ******** |
LOC/COM | L_C | 2.895 | |
MVG/COM | M_C | 0.368 | |
Weighted Methods per Class ( weighting = unity ) | WMC1 | 4 | |
Weighted Methods per Class ( weighting = visible ) | WMCv | 4 | |
Depth of Inheritance Tree | DIT | 2 | |
Number of Children | NOC | 0 | |
Coupling between objects | CBO | 3 | |
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/cross.h:38 |
5 | 0 | 6 | ------ | ------ |
Function prototype | LOC | MVG | COM | L_C | M_C |
---|---|---|---|---|---|
CrossBLX( double ) definition common/cross.cc:47 declaration common/cross.h:45 | 4 | 0 | 5 | ------ | ------ |
operator ( )( const tChromosomeReal &, tFitness, const tChromosomeReal &, tFitness, tChromosomeReal & ) definition common/cross.cc:56 declaration common/cross.h:56 | 42 | 7 | 5 | 8.400 | 1.400 |
reset( void ) definition common/cross.h:52 | 1 | 0 | 0 | ------ | ------ |
~CrossBLX( void ) definition common/cross.cc:51 declaration common/cross.h:50 | 3 | 0 | 3 | ------ | ------ |
Clients | Suppliers |
---|---|
ICrossBinary [CV] inheritance common/cross.h:38 tChromosomeReal [V] pass by reference common/cross.cc:56 pass by reference common/cross.cc:56 pass by reference common/cross.cc:56 pass by reference common/cross.h:56 pass by reference common/cross.h:56 pass by reference common/cross.h:56 tFitness [CV] pass by value common/cross.cc:56 pass by value common/cross.cc:56 pass by value common/cross.h:56 pass by value common/cross.h:56 |