EdgeRecombinationCrossover.java

1
package net.bmahe.genetics4j.core.spec.combination;
2
3
public abstract class EdgeRecombinationCrossover implements CombinationPolicy {
4
5
	public static EdgeRecombinationCrossover build() {
6 2 1. build : replaced return value with null for net/bmahe/genetics4j/core/spec/combination/EdgeRecombinationCrossover::build → NO_COVERAGE
2. build : removed call to net/bmahe/genetics4j/core/spec/combination/EdgeRecombinationCrossover$1::<init> → NO_COVERAGE
		return new EdgeRecombinationCrossover() {
7
		};
8
	}
9
}

Mutations

6

1.1
Location : build
Killed by : none
replaced return value with null for net/bmahe/genetics4j/core/spec/combination/EdgeRecombinationCrossover::build → NO_COVERAGE

2.2
Location : build
Killed by : none
removed call to net/bmahe/genetics4j/core/spec/combination/EdgeRecombinationCrossover$1::<init> → NO_COVERAGE

Active mutators

Tests examined


Report generated by PIT 1.19.6