diff --git a/index.md b/index.md index 9fed1d5c47..51926a292a 100644 --- a/index.md +++ b/index.md @@ -235,9 +235,13 @@ Test quality metrics for framework packages. - + + + + + @@ -314,10 +318,6 @@ Test quality metrics for framework packages. - - - -
latestdependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.8.0dependabot/github_actions/github/codeql-action-3.25.13 mutation
2024-07-22T01:03:23dependabot/github_actions/github/codeql-action-3.25.13mutation
2024-07-22T00:25:42 dependabot/maven/org.apache.maven.plugins-maven-javadoc-plugin-3.8.0 mutationdependabot/npm_and_yarn/report/report-ng/types/node-20.14.10 mutation
2024-07-01T07:27:25mainmutation
diff --git a/mutation/1719818845/branch_name.txt b/mutation/1719818845/branch_name.txt deleted file mode 100644 index 88d050b190..0000000000 --- a/mutation/1719818845/branch_name.txt +++ /dev/null @@ -1 +0,0 @@ -main \ No newline at end of file diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/To.java.html b/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/To.java.html deleted file mode 100644 index fad737c207..0000000000 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/To.java.html +++ /dev/null @@ -1,603 +0,0 @@ - - - - - - - - - -

To.java

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -1 - - - - - - -
package com.mastercard.test.flow.builder.steps;
- -2 - - - - - - -
- -3 - - - - - - -
import com.mastercard.test.flow.Actor;
- -4 - - - - - - -
import com.mastercard.test.flow.Interaction;
- -5 - - - - - - -
import com.mastercard.test.flow.builder.mutable.MutableInteraction;
- -6 - - - - - - -
- -7 - - - - - - -
/**
- -8 - - - - - - -
 * The second stage of defining an interaction - setting the destination.
- -9 - - - - - - -
 *
- -10 - - - - - - -
 * @param <R> The type that initiated the call sequence
- -11 - - - - - - -
 */
- -12 - - - - - - -
public class To<R> {
- -13 - - - - - - -
	private final R returnTo;
- -14 - - - - - - -
	private final MutableInteraction building;
- -15 - - - - - - -
- -16 - - - - - - -
	/**
- -17 - - - - - - -
	 * @param returnTo The object to return control to when the call sequence is
- -18 - - - - - - -
	 *                 complete
- -19 - - - - - - -
	 * @param building The interaction that we're populating
- -20 - - - - - - -
	 */
- -21 - - - - - - -
	public To( R returnTo, MutableInteraction building ) {
- -22 - - - - - - -
		this.returnTo = returnTo;
- -23 - - - - - - -
		this.building = building;
- -24 - - - - - - -
	}
- -25 - - - - - - -
- -26 - - - - - - -
	/**
- -27 - - - - - - -
	 * Sets the destination of the interaction
- -28 - - - - - - -
	 *
- -29 - - - - - - -
	 * @param destination The responder in the resulting {@link Interaction}
- -30 - - - - - - -
	 * @return The next stage of the call sequence
- -31 - - - - - - -
	 */
- -32 - - - - - - -
	public Request<R> to( Actor destination ) {
- -33 - - - - - - -
		building.responder( destination );
- -34 - - -1 - -1. to : replaced return value with null for com/mastercard/test/flow/builder/steps/To::to → KILLED
- -
-
-
		return new Request<>( returnTo, building );
- -35 - - - - - - -
	}
- -36 - - - - - - -
- -37 - - - - - - -
}

Mutations

34 - - - -

1.1
Location : to
Killed by : com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest]/[method:call()]
replaced return value with null for com/mastercard/test/flow/builder/steps/To::to → KILLED

-
- - -

Active mutators

- - -

Tests examined

- - -
- -Report generated by PIT 1.16.1 - - - \ No newline at end of file diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Duct.java.html b/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Duct.java.html deleted file mode 100644 index 00bff4b403..0000000000 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Duct.java.html +++ /dev/null @@ -1,5379 +0,0 @@ - - - - - - - - - -

Duct.java

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -1 - - - - - - -
package com.mastercard.test.flow.report.duct;
- -2 - - - - - - -
- -3 - - - - - - -
import static com.mastercard.test.flow.report.FailureSink.SILENT;
- -4 - - - - - - -
import static java.util.stream.Collectors.joining;
- -5 - - - - - - -
- -6 - - - - - - -
import java.awt.GraphicsEnvironment;
- -7 - - - - - - -
import java.io.File;
- -8 - - - - - - -
import java.net.URL;
- -9 - - - - - - -
import java.nio.file.Files;
- -10 - - - - - - -
import java.nio.file.Path;
- -11 - - - - - - -
import java.nio.file.Paths;
- -12 - - - - - - -
import java.time.Duration;
- -13 - - - - - - -
import java.time.Instant;
- -14 - - - - - - -
import java.time.temporal.ChronoUnit;
- -15 - - - - - - -
import java.util.ArrayList;
- -16 - - - - - - -
import java.util.Collection;
- -17 - - - - - - -
import java.util.HashMap;
- -18 - - - - - - -
import java.util.List;
- -19 - - - - - - -
import java.util.Map;
- -20 - - - - - - -
import java.util.Objects;
- -21 - - - - - - -
import java.util.prefs.Preferences;
- -22 - - - - - - -
import java.util.stream.Stream;
- -23 - - - - - - -
- -24 - - - - - - -
import org.slf4j.Logger;
- -25 - - - - - - -
import org.slf4j.LoggerFactory;
- -26 - - - - - - -
- -27 - - - - - - -
import com.mastercard.test.flow.report.FailureSink;
- -28 - - - - - - -
import com.mastercard.test.flow.report.LocalBrowse;
- -29 - - - - - - -
import com.mastercard.test.flow.report.Reader;
- -30 - - - - - - -
import com.mastercard.test.flow.report.Writer;
- -31 - - - - - - -
import com.mastercard.test.flow.report.data.Index;
- -32 - - - - - - -
import com.mastercard.test.flow.report.duct.HttpClient.Response;
- -33 - - - - - - -
import com.mastercard.test.flow.util.Option;
- -34 - - - - - - -
- -35 - - - - - - -
/**
- -36 - - - - - - -
 * An application that lives in the system tray and serves flow reports.
- -37 - - - - - - -
 */
- -38 - - - - - - -
public class Duct {
- -39 - - - - - - -
- -40 - - - - - - -
	/**
- -41 - - - - - - -
	 * Will be supplied with diagnostic data for duct initialisation failures. This
- -42 - - - - - - -
	 * framework does not assume that clients use a logging framework, and it tries
- -43 - - - - - - -
	 * to keep silent on stdout. <i>This</i> class uses slf4j for the bulk of
- -44 - - - - - - -
	 * operations, but those will be running in a different process to the test. The
- -45 - - - - - - -
	 * interaction between the test and the duct process (where we can't use slf4j)
- -46 - - - - - - -
	 * does a bunch of failure-prone things though, so it's nice to have the option
- -47 - - - - - - -
	 * of seeing the issues when you're wondering why your report is not being
- -48 - - - - - - -
	 * served.
- -49 - - - - - - -
	 */
- -50 - - - - - - -
	private static FailureSink debug = SILENT;
- -51 - - - - - - -
- -52 - - - - - - -
	/**
- -53 - - - - - - -
	 * Allows insight into failures of duct launch behaviour
- -54 - - - - - - -
	 *
- -55 - - - - - - -
	 * @param sink Will be supplied with duct launch failure diagnostics
- -56 - - - - - - -
	 */
- -57 - - - - - - -
	public static void debuggingTo( FailureSink sink ) {
- -58 - - - - - - -
		debug = sink;
- -59 - - - - - - -
	}
- -60 - - - - - - -
- -61 - - - - - - -
	/**
- -62 - - - - - - -
	 * Allows control over whether a duct gui is shown or not
- -63 - - - - - - -
	 */
- -64 - - - - - - -
	public static final Option GUI_SUPPRESS = new Option.Builder()
- -65 - - - - - - -
			.property( "mctf.suppress.duct.gui" )
- -66 - - - - - - -
			.description( "Supply 'true' to suppress the duct gui" );
- -67 - - - - - - -
- -68 - - - - - - -
	/**
- -69 - - - - - - -
	 * The preference name where we save our index directories
- -70 - - - - - - -
	 */
- -71 - - - - - - -
	static final String SERVED_REPORT_PATHS_PREF = "served_report_paths";
- -72 - - - - - - -
	/**
- -73 - - - - - - -
	 * Our preferences object
- -74 - - - - - - -
	 */
- -75 - - - - - - -
	static final Preferences PREFS = Preferences.userNodeForPackage( Duct.class );
- -76 - - - - - - -
- -77 - - - - - - -
	/**
- -78 - - - - - - -
	 * Application entrypoint
- -79 - - - - - - -
	 *
- -80 - - - - - - -
	 * @param args List of report paths to serve and browse
- -81 - - - - - - -
	 */
- -82 - - - - - - -
	public static void main( String... args ) {
- -83 - - - - - - -
		Duct duct = new Duct();
- -84 - - -1 - -1. main : removed call to com/mastercard/test/flow/report/duct/Duct::start → RUN_ERROR
- -
-
-
		duct.start();
- -85 - - - - - - -
		Stream.of( args )
- -86 - - -1 - -1. lambda$main$0 : replaced return value with null for com/mastercard/test/flow/report/duct/Duct::lambda$main$0 → KILLED
- -
-
-
				.map( Paths::get )
- -87 - - - - - - -
				.map( Path::toAbsolutePath )
- -88 - - - - - - -
				.map( duct::add )
- -89 - - - - - - -
				.filter( Objects::nonNull )
- -90 - - -1 - -1. lambda$main$1 : replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::lambda$main$1 → RUN_ERROR
- -
-
-
				.map( path -> "http://localhost:" + PORT + path )
- -91 - - -2 - -1. main : removed call to java/util/stream/Stream::forEach → RUN_ERROR
-2. lambda$main$2 : removed call to com/mastercard/test/flow/report/LocalBrowse::to → RUN_ERROR
- -
-
-
				.forEach( served -> LocalBrowse.WITH_AWT.to( served, LOG::info ) );
- -92 - - - - - - -
	}
- -93 - - - - - - -
- -94 - - - - - - -
	/**
- -95 - - - - - - -
	 * Makes a best-effort attempt at serving a report via {@link Duct} and opening
- -96 - - - - - - -
	 * a browser to it. This might involve starting a fresh instance of the duct
- -97 - - - - - - -
	 * application. It might fail silently
- -98 - - - - - - -
	 *
- -99 - - - - - - -
	 * @param report The report directory to serve
- -100 - - - - - - -
	 */
- -101 - - - - - - -
	public static void serve( Path report ) {
- -102 - - - - - - -
		// try adding via http request
- -103 - - - - - - -
		URL added = tryAdd( report );
- -104 - - -1 - -1. serve : negated conditional → KILLED
- -
-
-
		if( added != null ) {
- -105 - - - - - - -
			// there's an existing instance!
- -106 - - -1 - -1. serve : removed call to com/mastercard/test/flow/report/LocalBrowse::to → KILLED
- -
-
-
			LocalBrowse.WITH_AWT.to( added, debug );
- -107 - - - - - - -
		}
- -108 - - - - - - -
		else {
- -109 - - -1 - -1. serve : removed call to com/mastercard/test/flow/report/duct/Spawn::launchFor → RUN_ERROR
- -
-
-
			Spawn.launchFor( report, debug );
- -110 - - - - - - -
		}
- -111 - - - - - - -
	}
- -112 - - - - - - -
- -113 - - - - - - -
	/**
- -114 - - - - - - -
	 * Attempts to add a report to an existing duct instance
- -115 - - - - - - -
	 *
- -116 - - - - - - -
	 * @return The URL of the served report, or <code>null</code> if the request
- -117 - - - - - - -
	 *         failed, perhaps because there <i>was</i> no existing duct instance
- -118 - - - - - - -
	 */
- -119 - - - - - - -
	private static URL tryAdd( Path report ) {
- -120 - - - - - - -
		Response<String> res = HttpClient.request(
- -121 - - - - - - -
				"http://localhost:" + PORT + "/add",
- -122 - - - - - - -
				"POST",
- -123 - - - - - - -
				report.toAbsolutePath().toString() );
- -124 - - - - - - -
- -125 - - -1 - -1. tryAdd : negated conditional → KILLED
- -
-
-
		if( res.code != 200 ) {
- -126 - - -1 - -1. tryAdd : removed call to com/mastercard/test/flow/report/FailureSink::log → SURVIVED
- -
-
-
			debug.log( "Unsuccessful addition response\n:{}", res );
- -127 - - - - - - -
			return null;
- -128 - - - - - - -
		}
- -129 - - - - - - -
- -130 - - -1 - -1. tryAdd : negated conditional → SURVIVED
- -
-
-
		if( !res.body.matches( "[\\w/]+" ) ) {
- -131 - - -1 - -1. tryAdd : removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE
- -
-
-
			debug.log( "Declining to browse dubious path '{}", res.body );
- -132 - - - - - - -
			return null;
- -133 - - - - - - -
		}
- -134 - - - - - - -
- -135 - - - - - - -
		try {
- -136 - - -1 - -1. tryAdd : replaced return value with null for com/mastercard/test/flow/report/duct/Duct::tryAdd → KILLED
- -
-
-
			return new URL( String.format( "http://localhost:%s/%s", PORT, res.body ) );
- -137 - - - - - - -
		}
- -138 - - - - - - -
		catch( Exception e ) {
- -139 - - -1 - -1. tryAdd : removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE
- -
-
-
			debug.log( "Failed to parse '{}' as a url", res.body, e );
- -140 - - - - - - -
			return null;
- -141 - - - - - - -
		}
- -142 - - - - - - -
	}
- -143 - - - - - - -
- -144 - - - - - - -
	/**
- -145 - - - - - - -
	 * How long a {@link Duct} instance will live without heartbeat requests
- -146 - - - - - - -
	 */
- -147 - - - - - - -
	private static final Duration LIFESPAN = Duration.of( 90, ChronoUnit.SECONDS );
- -148 - - - - - - -
- -149 - - - - - - -
	/**
- -150 - - - - - - -
	 * The port that {@link Duct} will serve on
- -151 - - - - - - -
	 */
- -152 - - - - - - -
	public static final int PORT = 2276;
- -153 - - - - - - -
- -154 - - - - - - -
	/**
- -155 - - - - - - -
	 * The directory that holds our index application and log file
- -156 - - - - - - -
	 */
- -157 - - - - - - -
	static final Path INDEX_DIRECTORY = Paths.get( System.getProperty( "java.io.tmpdir" ) )
- -158 - - - - - - -
			.resolve( "mctf_duct" );
- -159 - - - - - - -
- -160 - - - - - - -
	private static final Logger LOG;
- -161 - - - - - - -
	static {
- -162 - - - - - - -
		// logger initialisation has to happen *after* the index directory is known
- -163 - - - - - - -
		try {
- -164 - - - - - - -
			Files.createDirectories( INDEX_DIRECTORY );
- -165 - - - - - - -
			System.setProperty( "org.slf4j.simpleLogger.logFile",
- -166 - - - - - - -
					INDEX_DIRECTORY.resolve( "log.txt" ).toAbsolutePath().toString() );
- -167 - - - - - - -
			LOG = LoggerFactory.getLogger( Duct.class );
- -168 - - - - - - -
- -169 - - - - - - -
			LOG.info( "Creating index files" );
- -170 - - - - - - -
			Writer.writeDuctIndex( INDEX_DIRECTORY );
- -171 - - - - - - -
		}
- -172 - - - - - - -
		catch( Exception e ) {
- -173 - - - - - - -
			throw new IllegalStateException( "Failed to create index directory", e );
- -174 - - - - - - -
		}
- -175 - - - - - - -
	}
- -176 - - - - - - -
- -177 - - - - - - -
	private final Gui gui;
- -178 - - - - - - -
	private final Server server = new Server( this, PORT );
- -179 - - - - - - -
	private Instant expiry = Instant.now();
- -180 - - - - - - -
	private Map<Path, ReportSummary> index = new HashMap<>();
- -181 - - - - - - -
- -182 - - - - - - -
	/**
- -183 - - - - - - -
	 * Constructs a new {@link Duct} instance
- -184 - - - - - - -
	 */
- -185 - - - - - - -
	public Duct() {
- -186 - - -2 - -1. <init> : negated conditional → RUN_ERROR
-2. <init> : negated conditional → RUN_ERROR
- -
-
-
		if( GUI_SUPPRESS.isTrue() || GraphicsEnvironment.isHeadless() ) {
- -187 - - - - - - -
			gui = new HeadlessGui();
- -188 - - - - - - -
		}
- -189 - - - - - - -
		else {
- -190 - - - - - - -
			gui = new SystrayGui( this );
- -191 - - - - - - -
		}
- -192 - - - - - - -
	}
- -193 - - - - - - -
- -194 - - - - - - -
	/**
- -195 - - - - - - -
	 * Starts duct. The GUI will be shown and the server kicked off
- -196 - - - - - - -
	 */
- -197 - - - - - - -
	public void start() {
- -198 - - -1 - -1. start : removed call to com/mastercard/test/flow/report/duct/Gui::show → RUN_ERROR
- -
-
-
		gui.show();
- -199 - - - - - - -
- -200 - - -1 - -1. start : removed call to com/mastercard/test/flow/report/duct/Server::start → RUN_ERROR
- -
-
-
		server.start();
- -201 - - - - - - -
		// map the index page routes
- -202 - - -1 - -1. start : removed call to com/mastercard/test/flow/report/duct/Server::map → RUN_ERROR
- -
-
-
		server.map( "/", INDEX_DIRECTORY );
- -203 - - - - - - -
- -204 - - - - - - -
		// load the saved report directories
- -205 - - - - - - -
		Stream.of( PREFS.get( SERVED_REPORT_PATHS_PREF, "" )
- -206 - - - - - - -
				.split( File.pathSeparator ) )
- -207 - - -2 - -1. lambda$start$3 : negated conditional → RUN_ERROR
-2. lambda$start$3 : replaced boolean return with true for com/mastercard/test/flow/report/duct/Duct::lambda$start$3 → RUN_ERROR
- -
-
-
				.filter( s -> !s.isEmpty() )
- -208 - - -1 - -1. lambda$start$4 : replaced return value with null for com/mastercard/test/flow/report/duct/Duct::lambda$start$4 → RUN_ERROR
- -
-
-
				.map( Paths::get )
- -209 - - -1 - -1. start : removed call to java/util/stream/Stream::forEach → RUN_ERROR
- -
-
-
				.forEach( p -> index.put( p, null ) );
- -210 - - - - - - -
- -211 - - -1 - -1. start : removed call to com/mastercard/test/flow/report/duct/Duct::reindex → RUN_ERROR
- -
-
-
		reindex();
- -212 - - - - - - -
- -213 - - - - - - -
		expiry = Instant.now().plus( LIFESPAN );
- -214 - - -1 - -1. start : removed call to com/mastercard/test/flow/report/duct/Reaper::start → RUN_ERROR
- -
-
-
		new Reaper( this ).start();
- -215 - - - - - - -
	}
- -216 - - - - - - -
- -217 - - - - - - -
	/**
- -218 - - - - - - -
	 * Shuts down the server and hides the GUI. The JVM will be free to exit after
- -219 - - - - - - -
	 * this.
- -220 - - - - - - -
	 */
- -221 - - - - - - -
	public void stop() {
- -222 - - -1 - -1. stop : removed call to com/mastercard/test/flow/report/duct/Server::stop → KILLED
- -
-
-
		server.stop();
- -223 - - -1 - -1. stop : removed call to com/mastercard/test/flow/report/duct/Gui::hide → KILLED
- -
-
-
		gui.hide();
- -224 - - - - - - -
	}
- -225 - - - - - - -
- -226 - - - - - - -
	/**
- -227 - - - - - - -
	 * Extends the lifespan
- -228 - - - - - - -
	 *
- -229 - - - - - - -
	 * @return the new expiry
- -230 - - - - - - -
	 */
- -231 - - - - - - -
	public Instant heartbeat() {
- -232 - - - - - - -
		expiry = Instant.now().plus( LIFESPAN );
- -233 - - - - - - -
		LOG.debug( "beep! life extended to {}", expiry );
- -234 - - -1 - -1. heartbeat : replaced return value with null for com/mastercard/test/flow/report/duct/Duct::heartbeat → RUN_ERROR
- -
-
-
		return expiry;
- -235 - - - - - - -
	}
- -236 - - - - - - -
- -237 - - - - - - -
	/**
- -238 - - - - - - -
	 * Gets the time at which duct should shut down
- -239 - - - - - - -
	 *
- -240 - - - - - - -
	 * @return The expiry time
- -241 - - - - - - -
	 */
- -242 - - - - - - -
	Instant expiry() {
- -243 - - -1 - -1. expiry : replaced return value with null for com/mastercard/test/flow/report/duct/Duct::expiry → RUN_ERROR
- -
-
-
		return expiry;
- -244 - - - - - - -
	}
- -245 - - - - - - -
- -246 - - - - - - -
	/**
- -247 - - - - - - -
	 * Adds a report to be served
- -248 - - - - - - -
	 *
- -249 - - - - - - -
	 * @param source The report directory
- -250 - - - - - - -
	 * @return The served report path, or <code>null</code> on failure
- -251 - - - - - - -
	 */
- -252 - - - - - - -
	public String add( Path source ) {
- -253 - - - - - - -
		heartbeat();
- -254 - - - - - - -
- -255 - - -1 - -1. add : negated conditional → RUN_ERROR
- -
-
-
		if( !Reader.isReportDir( source ) ) {
- -256 - - - - - - -
			LOG.error( "{} is not a report", source );
- -257 - - -1 - -1. add : replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → RUN_ERROR
- -
-
-
			return null;
- -258 - - - - - - -
		}
- -259 - - - - - - -
- -260 - - - - - - -
		LOG.info( "Adding {}", source );
- -261 - - - - - - -
- -262 - - - - - - -
		try {
- -263 - - - - - - -
			Index idx = new Reader( source ).read();
- -264 - - - - - - -
- -265 - - - - - - -
			String servedPath = String.format( "/%s/", source.toString().replaceAll( "\\W+", "_" ) );
- -266 - - -1 - -1. add : removed call to com/mastercard/test/flow/report/duct/Server::map → RUN_ERROR
- -
-
-
			server.map( servedPath, source );
- -267 - - - - - - -
			index.put( source, new ReportSummary( idx, servedPath ) );
- -268 - - - - - - -
- -269 - - -1 - -1. add : removed call to java/util/prefs/Preferences::put → RUN_ERROR
- -
-
-
			PREFS.put( SERVED_REPORT_PATHS_PREF, index.keySet().stream()
- -270 - - - - - - -
					.map( Path::toString )
- -271 - - - - - - -
					.collect( joining( File.pathSeparator ) ) );
- -272 - - - - - - -
- -273 - - -1 - -1. add : replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → RUN_ERROR
- -
-
-
			return servedPath;
- -274 - - - - - - -
		}
- -275 - - - - - - -
		catch( Exception e ) {
- -276 - - - - - - -
			LOG.error( "Failed to add {}", source, e );
- -277 - - -1 - -1. add : replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → RUN_ERROR
- -
-
-
			return null;
- -278 - - - - - - -
		}
- -279 - - - - - - -
	}
- -280 - - - - - - -
- -281 - - - - - - -
	/**
- -282 - - - - - - -
	 * @return The port that {@link Duct} is serving on
- -283 - - - - - - -
	 */
- -284 - - - - - - -
	int port() {
- -285 - - -1 - -1. port : replaced int return with 0 for com/mastercard/test/flow/report/duct/Duct::port → RUN_ERROR
- -
-
-
		return server.port();
- -286 - - - - - - -
	}
- -287 - - - - - - -
- -288 - - - - - - -
	/**
- -289 - - - - - - -
	 * Clears the index
- -290 - - - - - - -
	 */
- -291 - - - - - - -
	public void clearIndex() {
- -292 - - -1 - -1. clearIndex : removed call to java/util/Set::forEach → RUN_ERROR
- -
-
-
		index.keySet().forEach( server::unmap );
- -293 - - -1 - -1. clearIndex : removed call to java/util/Map::clear → RUN_ERROR
- -
-
-
		index.clear();
- -294 - - -1 - -1. clearIndex : removed call to java/util/prefs/Preferences::remove → RUN_ERROR
- -
-
-
		PREFS.remove( SERVED_REPORT_PATHS_PREF );
- -295 - - - - - - -
	}
- -296 - - - - - - -
- -297 - - - - - - -
	/**
- -298 - - - - - - -
	 * Regenerates the served index list
- -299 - - - - - - -
	 */
- -300 - - - - - - -
	public void reindex() {
- -301 - - - - - - -
		LOG.info( "Regenerating index" );
- -302 - - - - - - -
		List<Path> dirs = new ArrayList<>( index.keySet() );
- -303 - - - - - - -
		List<Path> toRemove = new ArrayList<>();
- -304 - - - - - - -
- -305 - - - - - - -
		// try to remap each of our existing reports
- -306 - - -1 - -1. reindex : removed call to java/util/List::forEach → RUN_ERROR
- -
-
-
		dirs.forEach( dir -> {
- -307 - - -1 - -1. lambda$reindex$6 : negated conditional → RUN_ERROR
- -
-
-
			if( add( dir ) == null ) {
- -308 - - - - - - -
				// if they failed to map then we should remove it from the index
- -309 - - - - - - -
				toRemove.add( dir );
- -310 - - - - - - -
			}
- -311 - - - - - - -
		} );
- -312 - - - - - - -
- -313 - - -1 - -1. reindex : removed call to java/util/List::forEach → RUN_ERROR
- -
-
-
		toRemove.forEach( index::remove );
- -314 - - - - - - -
	}
- -315 - - - - - - -
- -316 - - - - - - -
	/**
- -317 - - - - - - -
	 * Gets a summary of served reports
- -318 - - - - - - -
	 *
- -319 - - - - - - -
	 * @return served report summaries
- -320 - - - - - - -
	 */
- -321 - - - - - - -
	Collection<ReportSummary> index() {
- -322 - - -1 - -1. index : replaced return value with Collections.emptyList for com/mastercard/test/flow/report/duct/Duct::index → RUN_ERROR
- -
-
-
		return index.values();
- -323 - - - - - - -
	}
- -324 - - - - - - -
}

Mutations

84 - - - -

1.1
Location : main
Killed by :
removed call to com/mastercard/test/flow/report/duct/Duct::start → RUN_ERROR

-
86 - - - -

1.1
Location : lambda$main$0
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:main()]
replaced return value with null for com/mastercard/test/flow/report/duct/Duct::lambda$main$0 → KILLED

-
90 - - - -

1.1
Location : lambda$main$1
Killed by :
replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::lambda$main$1 → RUN_ERROR

-
91 - - - -

1.1
Location : main
Killed by :
removed call to java/util/stream/Stream::forEach → RUN_ERROR

2.2
Location : lambda$main$2
Killed by :
removed call to com/mastercard/test/flow/report/LocalBrowse::to → RUN_ERROR

-
104 - - - -

1.1
Location : serve
Killed by : com.mastercard.test.flow.report.duct.ServeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServeTest]/[method:serve()]
negated conditional → KILLED

-
106 - - - -

1.1
Location : serve
Killed by : com.mastercard.test.flow.report.duct.ServeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServeTest]/[method:serve()]
removed call to com/mastercard/test/flow/report/LocalBrowse::to → KILLED

-
109 - - - -

1.1
Location : serve
Killed by :
removed call to com/mastercard/test/flow/report/duct/Spawn::launchFor → RUN_ERROR

-
125 - - - -

1.1
Location : tryAdd
Killed by : com.mastercard.test.flow.report.duct.ServeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServeTest]/[method:serve()]
negated conditional → KILLED

-
126 - - - -

1.1
Location : tryAdd
Killed by :
removed call to com/mastercard/test/flow/report/FailureSink::log → SURVIVED

-
130 - - - -

1.1
Location : tryAdd
Killed by :
negated conditional → SURVIVED

-
131 - - - -

1.1
Location : tryAdd
Killed by :
removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE

-
136 - - - -

1.1
Location : tryAdd
Killed by : com.mastercard.test.flow.report.duct.ServeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServeTest]/[method:serve()]
replaced return value with null for com/mastercard/test/flow/report/duct/Duct::tryAdd → KILLED

-
139 - - - -

1.1
Location : tryAdd
Killed by :
removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE

-
186 - - - -

1.1
Location : <init>
Killed by :
negated conditional → RUN_ERROR

2.2
Location : <init>
Killed by :
negated conditional → RUN_ERROR

-
198 - - - -

1.1
Location : start
Killed by :
removed call to com/mastercard/test/flow/report/duct/Gui::show → RUN_ERROR

-
200 - - - -

1.1
Location : start
Killed by :
removed call to com/mastercard/test/flow/report/duct/Server::start → RUN_ERROR

-
202 - - - -

1.1
Location : start
Killed by :
removed call to com/mastercard/test/flow/report/duct/Server::map → RUN_ERROR

-
207 - - - -

1.1
Location : lambda$start$3
Killed by :
negated conditional → RUN_ERROR

2.2
Location : lambda$start$3
Killed by :
replaced boolean return with true for com/mastercard/test/flow/report/duct/Duct::lambda$start$3 → RUN_ERROR

-
208 - - - -

1.1
Location : lambda$start$4
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/Duct::lambda$start$4 → RUN_ERROR

-
209 - - - -

1.1
Location : start
Killed by :
removed call to java/util/stream/Stream::forEach → RUN_ERROR

-
211 - - - -

1.1
Location : start
Killed by :
removed call to com/mastercard/test/flow/report/duct/Duct::reindex → RUN_ERROR

-
214 - - - -

1.1
Location : start
Killed by :
removed call to com/mastercard/test/flow/report/duct/Reaper::start → RUN_ERROR

-
222 - - - -

1.1
Location : stop
Killed by : com.mastercard.test.flow.report.duct.ServeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServeTest]/[method:serve()]
removed call to com/mastercard/test/flow/report/duct/Server::stop → KILLED

-
223 - - - -

1.1
Location : stop
Killed by : com.mastercard.test.flow.report.duct.ServeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServeTest]/[method:serve()]
removed call to com/mastercard/test/flow/report/duct/Gui::hide → KILLED

-
234 - - - -

1.1
Location : heartbeat
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/Duct::heartbeat → RUN_ERROR

-
243 - - - -

1.1
Location : expiry
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/Duct::expiry → RUN_ERROR

-
255 - - - -

1.1
Location : add
Killed by :
negated conditional → RUN_ERROR

-
257 - - - -

1.1
Location : add
Killed by :
replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → RUN_ERROR

-
266 - - - -

1.1
Location : add
Killed by :
removed call to com/mastercard/test/flow/report/duct/Server::map → RUN_ERROR

-
269 - - - -

1.1
Location : add
Killed by :
removed call to java/util/prefs/Preferences::put → RUN_ERROR

-
273 - - - -

1.1
Location : add
Killed by :
replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → RUN_ERROR

-
277 - - - -

1.1
Location : add
Killed by :
replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → RUN_ERROR

-
285 - - - -

1.1
Location : port
Killed by :
replaced int return with 0 for com/mastercard/test/flow/report/duct/Duct::port → RUN_ERROR

-
292 - - - -

1.1
Location : clearIndex
Killed by :
removed call to java/util/Set::forEach → RUN_ERROR

-
293 - - - -

1.1
Location : clearIndex
Killed by :
removed call to java/util/Map::clear → RUN_ERROR

-
294 - - - -

1.1
Location : clearIndex
Killed by :
removed call to java/util/prefs/Preferences::remove → RUN_ERROR

-
306 - - - -

1.1
Location : reindex
Killed by :
removed call to java/util/List::forEach → RUN_ERROR

-
307 - - - -

1.1
Location : lambda$reindex$6
Killed by :
negated conditional → RUN_ERROR

-
313 - - - -

1.1
Location : reindex
Killed by :
removed call to java/util/List::forEach → RUN_ERROR

-
322 - - - -

1.1
Location : index
Killed by :
replaced return value with Collections.emptyList for com/mastercard/test/flow/report/duct/Duct::index → RUN_ERROR

-
- - -

Active mutators

- - -

Tests examined

- - -
- -Report generated by PIT 1.16.1 - - - \ No newline at end of file diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/HttpClient.java.html b/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/HttpClient.java.html deleted file mode 100644 index 54daf57bae..0000000000 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/HttpClient.java.html +++ /dev/null @@ -1,2141 +0,0 @@ - - - - - - - - - -

HttpClient.java

- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- -1 - - - - - - -
package com.mastercard.test.flow.report.duct;
- -2 - - - - - - -
- -3 - - - - - - -
import static java.nio.charset.StandardCharsets.UTF_8;
- -4 - - - - - - -
- -5 - - - - - - -
import java.io.ByteArrayOutputStream;
- -6 - - - - - - -
import java.io.IOException;
- -7 - - - - - - -
import java.io.InputStream;
- -8 - - - - - - -
import java.io.OutputStream;
- -9 - - - - - - -
import java.net.HttpURLConnection;
- -10 - - - - - - -
import java.net.URL;
- -11 - - - - - - -
import java.util.function.Function;
- -12 - - - - - - -
- -13 - - - - - - -
/**
- -14 - - - - - - -
 * A very simple HTTP client
- -15 - - - - - - -
 */
- -16 - - - - - - -
class HttpClient {
- -17 - - - - - - -
- -18 - - - - - - -
	private HttpClient() {
- -19 - - - - - - -
		// no instances
- -20 - - - - - - -
	}
- -21 - - - - - - -
- -22 - - - - - - -
	/**
- -23 - - - - - - -
	 * Does a HTTP request
- -24 - - - - - - -
	 *
- -25 - - - - - - -
	 * @param url    request URL
- -26 - - - - - - -
	 * @param method request method
- -27 - - - - - - -
	 * @param body   request body
- -28 - - - - - - -
	 * @return The response body string
- -29 - - - - - - -
	 */
- -30 - - - - - - -
	static Response<String> request( String url, String method, String body ) {
- -31 - - -2 - -1. lambda$request$0 : replaced return value with "" for com/mastercard/test/flow/report/duct/HttpClient::lambda$request$0 → RUN_ERROR
-2. request : replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → KILLED
- -
-
-
		return request( url, method, body, b -> new String( b, UTF_8 ) );
- -32 - - - - - - -
	}
- -33 - - - - - - -
- -34 - - - - - - -
	/**
- -35 - - - - - - -
	 * Does a HTTP request
- -36 - - - - - - -
	 *
- -37 - - - - - - -
	 * @param <T>    response body type
- -38 - - - - - - -
	 * @param url    request URL
- -39 - - - - - - -
	 * @param method request method
- -40 - - - - - - -
	 * @param body   request body
- -41 - - - - - - -
	 * @param parse  How to parse the response body
- -42 - - - - - - -
	 * @return The parsed response, which will have response code -1 in the event of
- -43 - - - - - - -
	 *         failure
- -44 - - - - - - -
	 */
- -45 - - - - - - -
	static <T> Response<T> request( String url, String method, String body,
- -46 - - - - - - -
			Function<byte[], T> parse ) {
- -47 - - - - - - -
		try {
- -48 - - - - - - -
			HttpURLConnection connection = (HttpURLConnection) new URL( url )
- -49 - - - - - - -
					.openConnection();
- -50 - - -1 - -1. request : removed call to java/net/HttpURLConnection::setRequestMethod → RUN_ERROR
- -
-
-
			connection.setRequestMethod( method );
- -51 - - -1 - -1. request : removed call to java/net/HttpURLConnection::setDoInput → RUN_ERROR
- -
-
-
			connection.setDoInput( true );
- -52 - - -1 - -1. request : removed call to java/net/HttpURLConnection::setConnectTimeout → SURVIVED
- -
-
-
			connection.setConnectTimeout( 3000 );
- -53 - - -1 - -1. request : removed call to java/net/HttpURLConnection::setReadTimeout → RUN_ERROR
- -
-
-
			connection.setReadTimeout( 3000 );
- -54 - - - - - - -
- -55 - - -1 - -1. request : negated conditional → RUN_ERROR
- -
-
-
			if( body != null ) {
- -56 - - -1 - -1. request : removed call to java/net/HttpURLConnection::setDoOutput → RUN_ERROR
- -
-
-
				connection.setDoOutput( true );
- -57 - - - - - - -
				try( OutputStream out = connection.getOutputStream() ) {
- -58 - - -1 - -1. request : removed call to java/io/OutputStream::write → KILLED
- -
-
-
					out.write( body.getBytes( UTF_8 ) );
- -59 - - - - - - -
				}
- -60 - - - - - - -
			}
- -61 - - - - - - -
- -62 - - - - - - -
			ByteArrayOutputStream baos = new ByteArrayOutputStream();
- -63 - - - - - - -
			byte[] buff = new byte[1024];
- -64 - - - - - - -
			int read = 0;
- -65 - - - - - - -
- -66 - - - - - - -
			try( InputStream in = response( connection ) ) {
- -67 - - - - - - -
				while( (read = in.read( buff )) != -1 ) {
- -68 - - - - - - -
					baos.write( buff, 0, read );
- -69 - - - - - - -
				}
- -70 - - - - - - -
			}
- -71 - - - - - - -
- -72 - - -1 - -1. request : replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → RUN_ERROR
- -
-
-
			return new Response<>( connection.getResponseCode(), baos.toByteArray(), parse );
- -73 - - - - - - -
		}
- -74 - - - - - - -
		catch( IOException e ) {
- -75 - - -1 - -1. request : replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → KILLED
- -
-
-
			return new Response<>( -1, e.getMessage().getBytes( UTF_8 ), parse );
- -76 - - - - - - -
		}
- -77 - - - - - - -
	}
- -78 - - - - - - -
- -79 - - - - - - -
	/**
- -80 - - - - - - -
	 * Response details
- -81 - - - - - - -
	 *
- -82 - - - - - - -
	 * @param <T> parsed body type
- -83 - - - - - - -
	 */
- -84 - - - - - - -
	static class Response<T> {
- -85 - - - - - - -
		/**
- -86 - - - - - - -
		 * Response code
- -87 - - - - - - -
		 */
- -88 - - - - - - -
		int code;
- -89 - - - - - - -
		/**
- -90 - - - - - - -
		 * body text
- -91 - - - - - - -
		 */
- -92 - - - - - - -
		final String raw;
- -93 - - - - - - -
		/**
- -94 - - - - - - -
		 * parsed body
- -95 - - - - - - -
		 */
- -96 - - - - - - -
		final T body;
- -97 - - - - - - -
- -98 - - - - - - -
		/**
- -99 - - - - - - -
		 * @param code  Response code
- -100 - - - - - - -
		 * @param data  body bytes
- -101 - - - - - - -
		 * @param parse how to parse the body
- -102 - - - - - - -
		 */
- -103 - - - - - - -
		Response( int code, byte[] data, Function<byte[], T> parse ) {
- -104 - - - - - - -
			this.code = code;
- -105 - - - - - - -
			String r = new String( data, UTF_8 );
- -106 - - - - - - -
			T parsed = null;
- -107 - - - - - - -
			try {
- -108 - - - - - - -
				parsed = parse.apply( data );
- -109 - - - - - - -
			}
- -110 - - - - - - -
			catch( Exception e ) {
- -111 - - - - - - -
				r += "\nParse failure : " + e.getMessage();
- -112 - - - - - - -
			}
- -113 - - - - - - -
			body = parsed;
- -114 - - - - - - -
			raw = r;
- -115 - - - - - - -
		}
- -116 - - - - - - -
- -117 - - - - - - -
		@Override
- -118 - - - - - - -
		public String toString() {
- -119 - - -1 - -1. toString : replaced return value with "" for com/mastercard/test/flow/report/duct/HttpClient$Response::toString → KILLED
- -
-
-
			return "rc: " + code + "\n" + raw;
- -120 - - - - - - -
		}
- -121 - - - - - - -
	}
- -122 - - - - - - -
- -123 - - - - - - -
	private static InputStream response( HttpURLConnection conn ) throws IOException {
- -124 - - -2 - -1. response : negated conditional → RUN_ERROR
-2. response : changed conditional boundary → RUN_ERROR
- -
-
-
		if( conn.getResponseCode() < HttpURLConnection.HTTP_BAD_REQUEST ) {
- -125 - - -1 - -1. response : replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::response → RUN_ERROR
- -
-
-
			return conn.getInputStream();
- -126 - - - - - - -
		}
- -127 - - -1 - -1. response : replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::response → KILLED
- -
-
-
		return conn.getErrorStream();
- -128 - - - - - - -
	}
- -129 - - - - - - -
}

Mutations

31 - - - -

1.1
Location : lambda$request$0
Killed by :
replaced return value with "" for com/mastercard/test/flow/report/duct/HttpClient::lambda$request$0 → RUN_ERROR

2.2
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → KILLED

-
50 - - - -

1.1
Location : request
Killed by :
removed call to java/net/HttpURLConnection::setRequestMethod → RUN_ERROR

-
51 - - - -

1.1
Location : request
Killed by :
removed call to java/net/HttpURLConnection::setDoInput → RUN_ERROR

-
52 - - - -

1.1
Location : request
Killed by :
removed call to java/net/HttpURLConnection::setConnectTimeout → SURVIVED

-
53 - - - -

1.1
Location : request
Killed by :
removed call to java/net/HttpURLConnection::setReadTimeout → RUN_ERROR

-
55 - - - -

1.1
Location : request
Killed by :
negated conditional → RUN_ERROR

-
56 - - - -

1.1
Location : request
Killed by :
removed call to java/net/HttpURLConnection::setDoOutput → RUN_ERROR

-
58 - - - -

1.1
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:endpoints()]
removed call to java/io/OutputStream::write → KILLED

-
72 - - - -

1.1
Location : request
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → RUN_ERROR

-
75 - - - -

1.1
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → KILLED

-
119 - - - -

1.1
Location : toString
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
replaced return value with "" for com/mastercard/test/flow/report/duct/HttpClient$Response::toString → KILLED

-
124 - - - -

1.1
Location : response
Killed by :
negated conditional → RUN_ERROR

2.2
Location : response
Killed by :
changed conditional boundary → RUN_ERROR

-
125 - - - -

1.1
Location : response
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::response → RUN_ERROR

-
127 - - - -

1.1
Location : response
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::response → KILLED

-
- - -

Active mutators

- - -

Tests examined

- - -
- -Report generated by PIT 1.16.1 - - - \ No newline at end of file diff --git a/mutation/1721610203/branch_name.txt b/mutation/1721610203/branch_name.txt new file mode 100644 index 0000000000..82080ca18b --- /dev/null +++ b/mutation/1721610203/branch_name.txt @@ -0,0 +1 @@ +dependabot/github_actions/github/codeql-action-3.25.13 \ No newline at end of file diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Cli.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Cli.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Cli.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Cli.java.html index e1b1f3bdf5..6e9c35955a 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Cli.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Cli.java.html @@ -15,12 +15,12 @@

Cli.java

- + 1 - + @@ -30,12 +30,12 @@

Cli.java

- + 2 - + @@ -45,12 +45,12 @@

Cli.java

- + 3 - + @@ -60,12 +60,12 @@

Cli.java

- + 4 - + @@ -75,12 +75,12 @@

Cli.java

- + 5 - + @@ -90,12 +90,12 @@

Cli.java

- + 6 - + @@ -105,12 +105,12 @@

Cli.java

- + 7 - + @@ -120,12 +120,12 @@

Cli.java

- + 8 - + @@ -135,12 +135,12 @@

Cli.java

- + 9 - + @@ -150,12 +150,12 @@

Cli.java

- + 10 - + @@ -165,12 +165,12 @@

Cli.java

- + 11 - + @@ -180,12 +180,12 @@

Cli.java

- + 12 - + @@ -195,12 +195,12 @@

Cli.java

- + 13 - + @@ -210,12 +210,12 @@

Cli.java

- + 14 - + @@ -225,12 +225,12 @@

Cli.java

- + 15 - + @@ -240,12 +240,12 @@

Cli.java

- + 16 - + @@ -255,12 +255,12 @@

Cli.java

- + 17 - + @@ -270,12 +270,12 @@

Cli.java

- + 18 - + @@ -285,12 +285,12 @@

Cli.java

- + 19 - + @@ -300,12 +300,12 @@

Cli.java

- + 20 - + @@ -315,12 +315,12 @@

Cli.java

- + 21 - + @@ -330,12 +330,12 @@

Cli.java

- + 22 - + @@ -345,12 +345,12 @@

Cli.java

- + 23 - + @@ -360,12 +360,12 @@

Cli.java

- + 24 - + @@ -375,12 +375,12 @@

Cli.java

- + 25 - + @@ -390,12 +390,12 @@

Cli.java

- + 26 - + @@ -405,12 +405,12 @@

Cli.java

- + 27 - + @@ -420,12 +420,12 @@

Cli.java

- + 28 - + @@ -435,12 +435,12 @@

Cli.java

- + 29 - + @@ -450,12 +450,12 @@

Cli.java

- + 30 - + @@ -465,12 +465,12 @@

Cli.java

- + 31 - + @@ -480,12 +480,12 @@

Cli.java

- + 32 - + @@ -495,12 +495,12 @@

Cli.java

- + 33 - + @@ -510,12 +510,12 @@

Cli.java

- + 34 - + @@ -525,12 +525,12 @@

Cli.java

- + 35 - + @@ -540,12 +540,12 @@

Cli.java

- + 36 - + @@ -555,12 +555,12 @@

Cli.java

- + 37 - + @@ -570,12 +570,12 @@

Cli.java

- + 38 - + @@ -585,12 +585,12 @@

Cli.java

- + 39 - + @@ -600,12 +600,12 @@

Cli.java

- + 40 - + @@ -615,12 +615,12 @@

Cli.java

- + 41 - + @@ -630,12 +630,12 @@

Cli.java

- + 42 - + @@ -645,12 +645,12 @@

Cli.java

- + 43 - + @@ -660,12 +660,12 @@

Cli.java

- + 44 - + @@ -675,12 +675,12 @@

Cli.java

- + 45 - + @@ -690,12 +690,12 @@

Cli.java

- + 46 - + @@ -705,12 +705,12 @@

Cli.java

- + 47 - + @@ -720,12 +720,12 @@

Cli.java

- + 48 - + @@ -735,12 +735,12 @@

Cli.java

- + 49 - + @@ -750,12 +750,12 @@

Cli.java

- + 50 - + @@ -765,12 +765,12 @@

Cli.java

- + 51 - + @@ -780,12 +780,12 @@

Cli.java

- + 52 - + @@ -795,12 +795,12 @@

Cli.java

- + 53 - + @@ -810,12 +810,12 @@

Cli.java

- + 54 - + @@ -825,12 +825,12 @@

Cli.java

- + 55 - + @@ -840,12 +840,12 @@

Cli.java

- + 56 -1 +1 1. box : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::box → KILLED
@@ -857,12 +857,12 @@

Cli.java

- + 57 - +
@@ -872,12 +872,12 @@

Cli.java

- + 58 - + @@ -887,12 +887,12 @@

Cli.java

- + 59 - + @@ -902,12 +902,12 @@

Cli.java

- + 60 - + @@ -917,12 +917,12 @@

Cli.java

- + 61 - + @@ -932,12 +932,12 @@

Cli.java

- + 62 - + @@ -947,12 +947,12 @@

Cli.java

- + 63 - + @@ -962,12 +962,12 @@

Cli.java

- + 64 - + @@ -977,12 +977,12 @@

Cli.java

- + 65 - + @@ -992,12 +992,12 @@

Cli.java

- + 66 - + @@ -1007,12 +1007,12 @@

Cli.java

- + 67 - + @@ -1022,12 +1022,12 @@

Cli.java

- + 68 - + @@ -1037,12 +1037,12 @@

Cli.java

- + 69 - + @@ -1052,12 +1052,12 @@

Cli.java

- + 70 -1 +1 1. box : removed call to java/util/function/Consumer::accept → KILLED
@@ -1069,12 +1069,12 @@

Cli.java

- + 71 -1 +1 1. box : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::box → KILLED
@@ -1086,12 +1086,12 @@

Cli.java

- + 72 - +
@@ -1101,12 +1101,12 @@

Cli.java

- + 73 - +
@@ -1116,12 +1116,12 @@

Cli.java

- + 74 - + @@ -1131,12 +1131,12 @@

Cli.java

- + 75 - + @@ -1146,12 +1146,12 @@

Cli.java

- + 76 - + @@ -1161,12 +1161,12 @@

Cli.java

- + 77 - + @@ -1176,12 +1176,12 @@

Cli.java

- + 78 -1 +1 1. content : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::content → KILLED
@@ -1193,12 +1193,12 @@

Cli.java

- + 79 - +
@@ -1208,12 +1208,12 @@

Cli.java

- + 80 - + @@ -1223,12 +1223,12 @@

Cli.java

- + 81 - + @@ -1238,12 +1238,12 @@

Cli.java

- + 82 - + @@ -1253,12 +1253,12 @@

Cli.java

- + 83 - + @@ -1268,12 +1268,12 @@

Cli.java

- + 84 - + @@ -1283,12 +1283,12 @@

Cli.java

- + 85 - + @@ -1298,12 +1298,12 @@

Cli.java

- + 86 - + @@ -1313,12 +1313,12 @@

Cli.java

- + 87 - + @@ -1328,12 +1328,12 @@

Cli.java

- + 88 -1 +1 1. append : Replaced integer addition with subtraction → KILLED
@@ -1345,12 +1345,12 @@

Cli.java

- + 89 - +
@@ -1360,12 +1360,12 @@

Cli.java

- + 90 -1 +1 1. append : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::append → KILLED
@@ -1377,12 +1377,12 @@

Cli.java

- + 91 - +
@@ -1392,12 +1392,12 @@

Cli.java

- + 92 - + @@ -1407,12 +1407,12 @@

Cli.java

- + 93 - + @@ -1422,12 +1422,12 @@

Cli.java

- + 94 - + @@ -1437,12 +1437,12 @@

Cli.java

- + 95 - + @@ -1452,12 +1452,12 @@

Cli.java

- + 96 - + @@ -1467,12 +1467,12 @@

Cli.java

- + 97 - + @@ -1482,12 +1482,12 @@

Cli.java

- + 98 - + @@ -1497,12 +1497,12 @@

Cli.java

- + 99 - + @@ -1512,12 +1512,12 @@

Cli.java

- + 100 - + @@ -1527,12 +1527,12 @@

Cli.java

- + 101 - + @@ -1542,12 +1542,12 @@

Cli.java

- + 102 -2 +2 1. fill : negated conditional → KILLED
2. fill : changed conditional boundary → KILLED
@@ -1560,12 +1560,12 @@

Cli.java

- + 103 - +
@@ -1575,12 +1575,12 @@

Cli.java

- + 104 - + @@ -1590,12 +1590,12 @@

Cli.java

- + 105 -1 +1 1. fill : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::fill → KILLED
@@ -1607,12 +1607,12 @@

Cli.java

- + 106 - +
@@ -1622,12 +1622,12 @@

Cli.java

- + 107 - + @@ -1637,12 +1637,12 @@

Cli.java

- + 108 - + @@ -1652,12 +1652,12 @@

Cli.java

- + 109 - + @@ -1667,12 +1667,12 @@

Cli.java

- + 110 - + @@ -1682,12 +1682,12 @@

Cli.java

- + 111 - + @@ -1697,12 +1697,12 @@

Cli.java

- + 112 - + @@ -1712,12 +1712,12 @@

Cli.java

- + 113 - + @@ -1727,12 +1727,12 @@

Cli.java

- + 114 - + @@ -1742,12 +1742,12 @@

Cli.java

- + 115 - + @@ -1757,12 +1757,12 @@

Cli.java

- + 116 -1 +1 1. styled : Replaced integer addition with subtraction → KILLED
@@ -1774,12 +1774,12 @@

Cli.java

- + 117 - +
@@ -1789,12 +1789,12 @@

Cli.java

- + 118 -1 +1 1. styled : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::styled → KILLED
@@ -1806,12 +1806,12 @@

Cli.java

- + 119 - +
@@ -1821,12 +1821,12 @@

Cli.java

- + 120 - + @@ -1836,12 +1836,12 @@

Cli.java

- + 121 - + @@ -1851,12 +1851,12 @@

Cli.java

- + 122 - + @@ -1866,12 +1866,12 @@

Cli.java

- + 123 - + @@ -1881,12 +1881,12 @@

Cli.java

- + 124 - + @@ -1896,12 +1896,12 @@

Cli.java

- + 125 - + @@ -1911,12 +1911,12 @@

Cli.java

- + 126 - + @@ -1926,12 +1926,12 @@

Cli.java

- + 127 - + @@ -1941,12 +1941,12 @@

Cli.java

- + 128 - + @@ -1956,12 +1956,12 @@

Cli.java

- + 129 - + @@ -1971,12 +1971,12 @@

Cli.java

- + 130 - + @@ -1986,12 +1986,12 @@

Cli.java

- + 131 -3 +3 1. ellipsised : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::ellipsised → KILLED
2. ellipsised : Replaced integer subtraction with addition → KILLED
@@ -2005,12 +2005,12 @@

Cli.java

- + 132 - +
@@ -2020,12 +2020,12 @@

Cli.java

- + 133 - + @@ -2035,12 +2035,12 @@

Cli.java

- + 134 - + @@ -2050,12 +2050,12 @@

Cli.java

- + 135 - + @@ -2065,12 +2065,12 @@

Cli.java

- + 136 - + @@ -2080,12 +2080,12 @@

Cli.java

- + 137 - + @@ -2095,12 +2095,12 @@

Cli.java

- + 138 - + @@ -2110,12 +2110,12 @@

Cli.java

- + 139 - + @@ -2125,12 +2125,12 @@

Cli.java

- + 140 - + @@ -2140,12 +2140,12 @@

Cli.java

- + 141 - + @@ -2155,12 +2155,12 @@

Cli.java

- + 142 -2 +2 1. endLine : Replaced integer subtraction with addition → KILLED
2. endLine : Replaced integer subtraction with addition → KILLED
@@ -2173,12 +2173,12 @@

Cli.java

- + 143 -2 +2 1. endLine : negated conditional → TIMED_OUT
2. endLine : changed conditional boundary → KILLED
@@ -2191,12 +2191,12 @@

Cli.java

- + 144 - +
@@ -2206,12 +2206,12 @@

Cli.java

- + 145 - +
@@ -2221,12 +2221,12 @@

Cli.java

- + 146 - + @@ -2236,12 +2236,12 @@

Cli.java

- + 147 - + @@ -2251,12 +2251,12 @@

Cli.java

- + 148 -1 +1 1. endLine : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::endLine → KILLED
@@ -2268,12 +2268,12 @@

Cli.java

- + 149 - +
@@ -2283,12 +2283,12 @@

Cli.java

- + 150 - + @@ -2298,12 +2298,12 @@

Cli.java

- + 151 - + @@ -2313,12 +2313,12 @@

Cli.java

- + 152 - + @@ -2328,12 +2328,12 @@

Cli.java

- + 153 - + @@ -2343,12 +2343,12 @@

Cli.java

- + 154 - + @@ -2358,12 +2358,12 @@

Cli.java

- + 155 - + @@ -2373,12 +2373,12 @@

Cli.java

- + 156 - + @@ -2388,12 +2388,12 @@

Cli.java

- + 157 - + @@ -2403,12 +2403,12 @@

Cli.java

- + 158 - + @@ -2418,12 +2418,12 @@

Cli.java

- + 159 - + @@ -2433,12 +2433,12 @@

Cli.java

- + 160 - + @@ -2448,12 +2448,12 @@

Cli.java

- + 161 - + @@ -2463,12 +2463,12 @@

Cli.java

- + 162 - + @@ -2478,12 +2478,12 @@

Cli.java

- + 163 - + @@ -2493,12 +2493,12 @@

Cli.java

- + 164 - + @@ -2508,12 +2508,12 @@

Cli.java

- + 165 - + @@ -2523,12 +2523,12 @@

Cli.java

- + 166 - + @@ -2538,12 +2538,12 @@

Cli.java

- + 167 - + @@ -2553,12 +2553,12 @@

Cli.java

- + 168 - + @@ -2568,12 +2568,12 @@

Cli.java

- + 169 - + @@ -2583,12 +2583,12 @@

Cli.java

- + 170 - + @@ -2598,12 +2598,12 @@

Cli.java

- + 171 - + @@ -2613,12 +2613,12 @@

Cli.java

- + 172 - + @@ -2628,12 +2628,12 @@

Cli.java

- + 173 - + @@ -2643,12 +2643,12 @@

Cli.java

- + 174 - + @@ -2658,12 +2658,12 @@

Cli.java

- + 175 - + @@ -2673,12 +2673,12 @@

Cli.java

- + 176 - + @@ -2688,12 +2688,12 @@

Cli.java

- + 177 -1 +1 1. <init> : Replaced integer subtraction with addition → KILLED
@@ -2705,12 +2705,12 @@

Cli.java

- + 178 - +
@@ -2720,12 +2720,12 @@

Cli.java

- + 179 - + @@ -2735,12 +2735,12 @@

Cli.java

- + 180 - + @@ -2750,12 +2750,12 @@

Cli.java

- + 181 -1 +1 1. <init> : negated conditional → KILLED
@@ -2767,12 +2767,12 @@

Cli.java

- + 182 -1 +1 1. <init> : Replaced integer subtraction with addition → KILLED
@@ -2784,12 +2784,12 @@

Cli.java

- + 183 - +
@@ -2799,12 +2799,12 @@

Cli.java

- + 184 - +
@@ -2814,12 +2814,12 @@

Cli.java

- + 185 - + @@ -2829,12 +2829,12 @@

Cli.java

- + 186 - + @@ -2844,12 +2844,12 @@

Cli.java

- + 187 - + @@ -2859,12 +2859,12 @@

Cli.java

- + 188 - + @@ -2874,12 +2874,12 @@

Cli.java

- + 189 - + @@ -2889,12 +2889,12 @@

Cli.java

- + 190 - + @@ -2904,12 +2904,12 @@

Cli.java

- + 191 - + @@ -2919,12 +2919,12 @@

Cli.java

- + 192 - + @@ -2934,12 +2934,12 @@

Cli.java

- + 193 - + @@ -2949,12 +2949,12 @@

Cli.java

- + 194 - + @@ -2964,12 +2964,12 @@

Cli.java

- + 195 - + @@ -2979,12 +2979,12 @@

Cli.java

- + 196 - + @@ -2994,12 +2994,12 @@

Cli.java

- + 197 -1 +1 1. section : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::section → KILLED
@@ -3011,12 +3011,12 @@

Cli.java

- + 198 - +
@@ -3026,12 +3026,12 @@

Cli.java

- + 199 - + @@ -3041,12 +3041,12 @@

Cli.java

- + 200 - + @@ -3056,12 +3056,12 @@

Cli.java

- + 201 - + @@ -3071,12 +3071,12 @@

Cli.java

- + 202 - + @@ -3086,12 +3086,12 @@

Cli.java

- + 203 - + @@ -3101,12 +3101,12 @@

Cli.java

- + 204 - + @@ -3116,12 +3116,12 @@

Cli.java

- + 205 - + @@ -3131,12 +3131,12 @@

Cli.java

- + 206 - + @@ -3146,12 +3146,12 @@

Cli.java

- + 207 - + @@ -3161,12 +3161,12 @@

Cli.java

- + 208 -1 +1 1. box : Replaced integer addition with subtraction → KILLED
@@ -3178,12 +3178,12 @@

Cli.java

- + 209 - +
@@ -3193,12 +3193,12 @@

Cli.java

- + 210 -1 +1 1. box : removed call to java/util/function/Consumer::accept → KILLED
@@ -3210,12 +3210,12 @@

Cli.java

- + 211 -1 +1 1. box : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::box → KILLED
@@ -3227,12 +3227,12 @@

Cli.java

- + 212 - +
@@ -3242,12 +3242,12 @@

Cli.java

- + 213 - +
@@ -3257,12 +3257,12 @@

Cli.java

- + 214 - + @@ -3272,12 +3272,12 @@

Cli.java

- + 215 - + @@ -3287,12 +3287,12 @@

Cli.java

- + 216 - + @@ -3302,12 +3302,12 @@

Cli.java

- + 217 - + @@ -3317,12 +3317,12 @@

Cli.java

- + 218 - + @@ -3332,12 +3332,12 @@

Cli.java

- + 219 - + @@ -3347,12 +3347,12 @@

Cli.java

- + 220 - + @@ -3362,12 +3362,12 @@

Cli.java

- + 221 - + @@ -3377,12 +3377,12 @@

Cli.java

- + 222 -1 +1 1. paragraph : removed call to java/util/stream/Stream::forEach → KILLED
@@ -3394,12 +3394,12 @@

Cli.java

- + 223 -1 +1 1. lambda$paragraph$1 : removed call to java/util/Deque::forEach → KILLED
@@ -3411,12 +3411,12 @@

Cli.java

- + 224 - +
@@ -3426,12 +3426,12 @@

Cli.java

- + 225 - +
@@ -3441,12 +3441,12 @@

Cli.java

- + 226 -1 +1 1. paragraph : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::paragraph → KILLED
@@ -3458,12 +3458,12 @@

Cli.java

- + 227 - +
@@ -3473,12 +3473,12 @@

Cli.java

- + 228 - + @@ -3488,12 +3488,12 @@

Cli.java

- + 229 - + @@ -3503,12 +3503,12 @@

Cli.java

- + 230 - + @@ -3518,12 +3518,12 @@

Cli.java

- + 231 - + @@ -3533,12 +3533,12 @@

Cli.java

- + 232 - + @@ -3548,12 +3548,12 @@

Cli.java

- + 233 - + @@ -3563,12 +3563,12 @@

Cli.java

- + 234 - + @@ -3578,12 +3578,12 @@

Cli.java

- + 235 - + @@ -3593,12 +3593,12 @@

Cli.java

- + 236 - + @@ -3608,12 +3608,12 @@

Cli.java

- + 237 -1 +1 1. line : removed call to java/util/stream/Stream::forEach → KILLED
@@ -3625,12 +3625,12 @@

Cli.java

- + 238 - +
@@ -3640,12 +3640,12 @@

Cli.java

- + 239 - + @@ -3655,12 +3655,12 @@

Cli.java

- + 240 -1 +1 1. line : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::line → KILLED
@@ -3672,12 +3672,12 @@

Cli.java

- + 241 - +
@@ -3687,12 +3687,12 @@

Cli.java

- + 242 - + @@ -3702,12 +3702,12 @@

Cli.java

- + 243 - + @@ -3717,12 +3717,12 @@

Cli.java

- + 244 - + @@ -3732,12 +3732,12 @@

Cli.java

- + 245 - + @@ -3747,12 +3747,12 @@

Cli.java

- + 246 - + @@ -3762,12 +3762,12 @@

Cli.java

- + 247 - + @@ -3777,12 +3777,12 @@

Cli.java

- + 248 - + @@ -3792,12 +3792,12 @@

Cli.java

- + 249 - + @@ -3807,12 +3807,12 @@

Cli.java

- + 250 - + @@ -3822,12 +3822,12 @@

Cli.java

- + 251 - + @@ -3837,12 +3837,12 @@

Cli.java

- + 252 -1 +1 1. words : removed call to java/util/Deque::forEach → KILLED
@@ -3854,12 +3854,12 @@

Cli.java

- + 253 - +
@@ -3869,12 +3869,12 @@

Cli.java

- + 254 -1 +1 1. lambda$words$4 : removed call to java/util/List::forEach → KILLED
@@ -3886,12 +3886,12 @@

Cli.java

- + 255 - +
@@ -3901,12 +3901,12 @@

Cli.java

- + 256 - + @@ -3916,12 +3916,12 @@

Cli.java

- + 257 - + @@ -3931,12 +3931,12 @@

Cli.java

- + 258 -1 +1 1. words : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::words → KILLED
@@ -3948,12 +3948,12 @@

Cli.java

- + 259 - +
@@ -3963,12 +3963,12 @@

Cli.java

- + 260 - + @@ -3978,12 +3978,12 @@

Cli.java

- + 261 - + @@ -3993,12 +3993,12 @@

Cli.java

- + 262 - + @@ -4008,12 +4008,12 @@

Cli.java

- + 263 - + @@ -4023,12 +4023,12 @@

Cli.java

- + 264 - + @@ -4038,12 +4038,12 @@

Cli.java

- + 265 - + @@ -4053,12 +4053,12 @@

Cli.java

- + 266 - + @@ -4068,12 +4068,12 @@

Cli.java

- + 267 - + @@ -4083,12 +4083,12 @@

Cli.java

- + 268 -1 +1 1. descriptionList : Replaced integer addition with subtraction → KILLED
@@ -4100,12 +4100,12 @@

Cli.java

- + 269 - +
@@ -4115,12 +4115,12 @@

Cli.java

- + 270 -1 +1 1. descriptionList : removed call to java/util/function/Consumer::accept → KILLED
@@ -4132,12 +4132,12 @@

Cli.java

- + 271 -1 +1 1. descriptionList : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::descriptionList → KILLED
@@ -4149,12 +4149,12 @@

Cli.java

- + 272 - +
@@ -4164,12 +4164,12 @@

Cli.java

- + 273 - +
@@ -4179,12 +4179,12 @@

Cli.java

- + 274 - + @@ -4194,12 +4194,12 @@

Cli.java

- + 275 - + @@ -4209,12 +4209,12 @@

Cli.java

- + 276 - + @@ -4224,12 +4224,12 @@

Cli.java

- + 277 - + @@ -4239,12 +4239,12 @@

Cli.java

- + 278 - + @@ -4254,12 +4254,12 @@

Cli.java

- + 279 - + @@ -4269,12 +4269,12 @@

Cli.java

- + 280 - + @@ -4284,12 +4284,12 @@

Cli.java

- + 281 - + @@ -4299,12 +4299,12 @@

Cli.java

- + 282 - + @@ -4314,12 +4314,12 @@

Cli.java

- + 283 -1 +1 1. indexedTaggedList : Replaced integer addition with subtraction → KILLED
@@ -4331,12 +4331,12 @@

Cli.java

- + 284 - +
@@ -4346,12 +4346,12 @@

Cli.java

- + 285 - + @@ -4361,12 +4361,12 @@

Cli.java

- + 286 -1 +1 1. indexedTaggedList : removed call to java/util/function/Consumer::accept → KILLED
@@ -4378,12 +4378,12 @@

Cli.java

- + 287 -1 +1 1. indexedTaggedList : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::indexedTaggedList → KILLED
@@ -4395,12 +4395,12 @@

Cli.java

- + 288 - +
@@ -4410,12 +4410,12 @@

Cli.java

- + 289 - +
@@ -4425,12 +4425,12 @@

Cli.java

- + 290 - + @@ -4440,12 +4440,12 @@

Cli.java

- + 291 - + @@ -4455,12 +4455,12 @@

Cli.java

- + 292 - + @@ -4470,12 +4470,12 @@

Cli.java

- + 293 - + @@ -4485,12 +4485,12 @@

Cli.java

- + 294 - + @@ -4500,12 +4500,12 @@

Cli.java

- + 295 - + @@ -4515,12 +4515,12 @@

Cli.java

- + 296 - + @@ -4530,12 +4530,12 @@

Cli.java

- + 297 - + @@ -4545,12 +4545,12 @@

Cli.java

- + 298 -1 +1 1. close : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::close → KILLED
@@ -4562,12 +4562,12 @@

Cli.java

- + 299 - +
@@ -4577,12 +4577,12 @@

Cli.java

- + 300 - + @@ -4592,12 +4592,12 @@

Cli.java

- + 301 - + @@ -4607,12 +4607,12 @@

Cli.java

- + 302 - + @@ -4622,12 +4622,12 @@

Cli.java

- + 303 - + @@ -4637,12 +4637,12 @@

Cli.java

- + 304 - + @@ -4652,12 +4652,12 @@

Cli.java

- + 305 - + @@ -4667,12 +4667,12 @@

Cli.java

- + 306 - + @@ -4682,12 +4682,12 @@

Cli.java

- + 307 - + @@ -4697,12 +4697,12 @@

Cli.java

- + 308 - + @@ -4712,12 +4712,12 @@

Cli.java

- + 309 - + @@ -4727,12 +4727,12 @@

Cli.java

- + 310 - + @@ -4742,12 +4742,12 @@

Cli.java

- + 311 - + @@ -4757,12 +4757,12 @@

Cli.java

- + 312 - + @@ -4772,12 +4772,12 @@

Cli.java

- + 313 - + @@ -4787,12 +4787,12 @@

Cli.java

- + 314 - + @@ -4802,12 +4802,12 @@

Cli.java

- + 315 - + @@ -4817,12 +4817,12 @@

Cli.java

- + 316 - + @@ -4832,12 +4832,12 @@

Cli.java

- + 317 - + @@ -4847,12 +4847,12 @@

Cli.java

- + 318 - + @@ -4862,12 +4862,12 @@

Cli.java

- + 319 - + @@ -4877,12 +4877,12 @@

Cli.java

- + 320 - + @@ -4892,12 +4892,12 @@

Cli.java

- + 321 - + @@ -4907,12 +4907,12 @@

Cli.java

- + 322 - + @@ -4922,12 +4922,12 @@

Cli.java

- + 323 - + @@ -4937,12 +4937,12 @@

Cli.java

- + 324 - + @@ -4952,12 +4952,12 @@

Cli.java

- + 325 - + @@ -4967,12 +4967,12 @@

Cli.java

- + 326 - + @@ -4982,12 +4982,12 @@

Cli.java

- + 327 - + @@ -4997,12 +4997,12 @@

Cli.java

- + 328 - + @@ -5012,12 +5012,12 @@

Cli.java

- + 329 - + @@ -5027,12 +5027,12 @@

Cli.java

- + 330 - + @@ -5042,12 +5042,12 @@

Cli.java

- + 331 - + @@ -5057,12 +5057,12 @@

Cli.java

- + 332 - + @@ -5072,12 +5072,12 @@

Cli.java

- + 333 - + @@ -5087,12 +5087,12 @@

Cli.java

- + 334 - + @@ -5102,12 +5102,12 @@

Cli.java

- + 335 - + @@ -5117,12 +5117,12 @@

Cli.java

- + 336 - + @@ -5132,12 +5132,12 @@

Cli.java

- + 337 - + @@ -5147,12 +5147,12 @@

Cli.java

- + 338 -1 +1 1. item : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$DescriptionList::item → KILLED
@@ -5164,12 +5164,12 @@

Cli.java

- + 339 - +
@@ -5179,12 +5179,12 @@

Cli.java

- + 340 - + @@ -5194,12 +5194,12 @@

Cli.java

- + 341 - + @@ -5209,12 +5209,12 @@

Cli.java

- + 342 - + @@ -5224,12 +5224,12 @@

Cli.java

- + 343 - + @@ -5239,12 +5239,12 @@

Cli.java

- + 344 - + @@ -5254,12 +5254,12 @@

Cli.java

- + 345 - + @@ -5269,12 +5269,12 @@

Cli.java

- + 346 - + @@ -5284,12 +5284,12 @@

Cli.java

- + 347 - + @@ -5299,12 +5299,12 @@

Cli.java

- + 348 - + @@ -5314,12 +5314,12 @@

Cli.java

- + 349 - + @@ -5329,12 +5329,12 @@

Cli.java

- + 350 - + @@ -5344,12 +5344,12 @@

Cli.java

- + 351 - + @@ -5359,12 +5359,12 @@

Cli.java

- + 352 -1 +1 1. close : removed call to java/util/Map::forEach → KILLED
@@ -5376,12 +5376,12 @@

Cli.java

- + 353 - +
@@ -5391,12 +5391,12 @@

Cli.java

- + 354 - + @@ -5406,12 +5406,12 @@

Cli.java

- + 355 - + @@ -5421,12 +5421,12 @@

Cli.java

- + 356 -2 +2 1. lambda$close$1 : Replaced integer subtraction with addition → KILLED
2. lambda$close$1 : Replaced integer subtraction with addition → KILLED
@@ -5439,12 +5439,12 @@

Cli.java

- + 357 - +
@@ -5454,12 +5454,12 @@

Cli.java

- + 358 -1 +1 1. lambda$close$1 : removed call to java/util/Deque::forEach → KILLED
@@ -5471,12 +5471,12 @@

Cli.java

- + 359 - +
@@ -5486,12 +5486,12 @@

Cli.java

- + 360 - + @@ -5501,12 +5501,12 @@

Cli.java

- + 361 - + @@ -5516,12 +5516,12 @@

Cli.java

- + 362 - + @@ -5531,12 +5531,12 @@

Cli.java

- + 363 - + @@ -5546,12 +5546,12 @@

Cli.java

- + 364 -1 +1 1. close : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$DescriptionList::close → KILLED
@@ -5563,12 +5563,12 @@

Cli.java

- + 365 - +
@@ -5578,12 +5578,12 @@

Cli.java

- + 366 - + @@ -5593,12 +5593,12 @@

Cli.java

- + 367 - + @@ -5608,12 +5608,12 @@

Cli.java

- + 368 - + @@ -5623,12 +5623,12 @@

Cli.java

- + 369 - + @@ -5638,12 +5638,12 @@

Cli.java

- + 370 - + @@ -5653,12 +5653,12 @@

Cli.java

- + 371 - + @@ -5668,12 +5668,12 @@

Cli.java

- + 372 - + @@ -5683,12 +5683,12 @@

Cli.java

- + 373 - + @@ -5698,12 +5698,12 @@

Cli.java

- + 374 - + @@ -5713,12 +5713,12 @@

Cli.java

- + 375 - + @@ -5728,12 +5728,12 @@

Cli.java

- + 376 - + @@ -5743,12 +5743,12 @@

Cli.java

- + 377 - + @@ -5758,12 +5758,12 @@

Cli.java

- + 378 - + @@ -5773,12 +5773,12 @@

Cli.java

- + 379 - + @@ -5788,12 +5788,12 @@

Cli.java

- + 380 - + @@ -5803,12 +5803,12 @@

Cli.java

- + 381 - + @@ -5818,12 +5818,12 @@

Cli.java

- + 382 - + @@ -5833,12 +5833,12 @@

Cli.java

- + 383 - + @@ -5848,12 +5848,12 @@

Cli.java

- + 384 - + @@ -5863,12 +5863,12 @@

Cli.java

- + 385 - + @@ -5878,12 +5878,12 @@

Cli.java

- + 386 - + @@ -5893,12 +5893,12 @@

Cli.java

- + 387 - + @@ -5908,12 +5908,12 @@

Cli.java

- + 388 - + @@ -5923,12 +5923,12 @@

Cli.java

- + 389 - + @@ -5938,12 +5938,12 @@

Cli.java

- + 390 - + @@ -5953,12 +5953,12 @@

Cli.java

- + 391 - + @@ -5968,12 +5968,12 @@

Cli.java

- + 392 - + @@ -5983,12 +5983,12 @@

Cli.java

- + 393 - + @@ -5998,12 +5998,12 @@

Cli.java

- + 394 - + @@ -6013,12 +6013,12 @@

Cli.java

- + 395 - + @@ -6028,12 +6028,12 @@

Cli.java

- + 396 - + @@ -6043,12 +6043,12 @@

Cli.java

- + 397 - + @@ -6058,12 +6058,12 @@

Cli.java

- + 398 - + @@ -6073,12 +6073,12 @@

Cli.java

- + 399 - + @@ -6088,12 +6088,12 @@

Cli.java

- + 400 - + @@ -6103,12 +6103,12 @@

Cli.java

- + 401 - + @@ -6118,12 +6118,12 @@

Cli.java

- + 402 - + @@ -6133,12 +6133,12 @@

Cli.java

- + 403 - + @@ -6148,12 +6148,12 @@

Cli.java

- + 404 - + @@ -6163,12 +6163,12 @@

Cli.java

- + 405 - + @@ -6178,12 +6178,12 @@

Cli.java

- + 406 - + @@ -6193,12 +6193,12 @@

Cli.java

- + 407 - + @@ -6208,12 +6208,12 @@

Cli.java

- + 408 -1 +1 1. item : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$IndexedTaggedList::item → KILLED
@@ -6225,12 +6225,12 @@

Cli.java

- + 409 - +
@@ -6240,12 +6240,12 @@

Cli.java

- + 410 - + @@ -6255,12 +6255,12 @@

Cli.java

- + 411 - + @@ -6270,12 +6270,12 @@

Cli.java

- + 412 - + @@ -6285,12 +6285,12 @@

Cli.java

- + 413 - + @@ -6300,12 +6300,12 @@

Cli.java

- + 414 - + @@ -6315,12 +6315,12 @@

Cli.java

- + 415 - + @@ -6330,12 +6330,12 @@

Cli.java

- + 416 - + @@ -6345,12 +6345,12 @@

Cli.java

- + 417 -1 +1 1. lambda$close$0 : replaced int return with 0 for com/mastercard/test/flow/assrt/filter/cli/Cli$IndexedTaggedList::lambda$close$0 → KILLED
@@ -6362,12 +6362,12 @@

Cli.java

- + 418 -1 +1 1. close : Replaced integer addition with subtraction → KILLED
@@ -6379,12 +6379,12 @@

Cli.java

- + 419 - +
@@ -6394,12 +6394,12 @@

Cli.java

- + 420 -1 +1 1. close : removed call to java/util/List::forEach → KILLED
@@ -6411,12 +6411,12 @@

Cli.java

- + 421 - +
@@ -6426,12 +6426,12 @@

Cli.java

- + 422 - +
@@ -6441,12 +6441,12 @@

Cli.java

- + 423 -1 +1 1. lambda$close$4 : Replaced integer addition with subtraction → KILLED
@@ -6458,12 +6458,12 @@

Cli.java

- + 424 - +
@@ -6473,12 +6473,12 @@

Cli.java

- + 425 - + @@ -6488,12 +6488,12 @@

Cli.java

- + 426 -3 +3 1. lambda$close$4 : Replaced integer subtraction with addition → KILLED
2. lambda$close$4 : Replaced integer subtraction with addition → KILLED
@@ -6507,12 +6507,12 @@

Cli.java

- + 427 -1 +1 1. lambda$close$4 : removed call to java/util/List::forEach → KILLED
@@ -6524,12 +6524,12 @@

Cli.java

- + 428 - +
@@ -6539,12 +6539,12 @@

Cli.java

- + 429 - +
@@ -6554,12 +6554,12 @@

Cli.java

- + 430 -2 +2 1. lambda$close$4 : removed call to java/util/Deque::forEach → KILLED
2. lambda$close$4 : Replaced integer subtraction with addition → KILLED
@@ -6572,12 +6572,12 @@

Cli.java

- + 431 - +
@@ -6587,12 +6587,12 @@

Cli.java

- + 432 -1 +1 1. lambda$null$3 : removed call to java/util/List::forEach → KILLED
@@ -6604,12 +6604,12 @@

Cli.java

- + 433 - +
@@ -6619,12 +6619,12 @@

Cli.java

- + 434 - + @@ -6634,12 +6634,12 @@

Cli.java

- + 435 - + @@ -6649,12 +6649,12 @@

Cli.java

- + 436 -1 +1 1. close : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$IndexedTaggedList::close → KILLED
@@ -6666,12 +6666,12 @@

Cli.java

- + 437 - +
@@ -6681,12 +6681,12 @@

Cli.java

- + 438 - + @@ -6696,12 +6696,12 @@

Cli.java

- + 439 - + @@ -6711,12 +6711,12 @@

Cli.java

- + 440 - + @@ -6726,12 +6726,12 @@

Cli.java

- + 441 - + @@ -6741,12 +6741,12 @@

Cli.java

- + 442 - + @@ -6756,12 +6756,12 @@

Cli.java

- + 443 - + @@ -6771,12 +6771,12 @@

Cli.java

- + 444 - + @@ -6786,12 +6786,12 @@

Cli.java

- + 445 - + @@ -6801,12 +6801,12 @@

Cli.java

- + 446 - + @@ -6816,12 +6816,12 @@

Cli.java

- + 447 - + @@ -6831,12 +6831,12 @@

Cli.java

- + 448 - + @@ -6846,12 +6846,12 @@

Cli.java

- + 449 - + @@ -6861,12 +6861,12 @@

Cli.java

- + 450 - + @@ -6876,12 +6876,12 @@

Cli.java

- + 451 - + @@ -6891,12 +6891,12 @@

Cli.java

- + 452 - + @@ -6908,511 +6908,511 @@

Cli.java

Mutations

-56 +56 - +

1.1
Location : box
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::box → KILLED

-
70 +70 - +

1.1
Location : box
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
removed call to java/util/function/Consumer::accept → KILLED

-
71 +71 - +

1.1
Location : box
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::box → KILLED

-
78 +78 - +

1.1
Location : content
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::content → KILLED

-
88 +88 - +

1.1
Location : append
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
Replaced integer addition with subtraction → KILLED

-
90 +90 - +

1.1
Location : append
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::append → KILLED

-
102 +102 - +

1.1
Location : fill
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
negated conditional → KILLED

2.2
Location : fill
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
changed conditional boundary → KILLED

-
105 +105 - +

1.1
Location : fill
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::fill → KILLED

-
116 +116 - +

1.1
Location : styled
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:descriptionList()]
Replaced integer addition with subtraction → KILLED

-
118 +118 - +

1.1
Location : styled
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:descriptionList()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::styled → KILLED

-
131 +131 - +

1.1
Location : ellipsised
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::ellipsised → KILLED

2.2
Location : ellipsised
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
Replaced integer subtraction with addition → KILLED

3.3
Location : ellipsised
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
Replaced integer subtraction with addition → KILLED

-
142 +142 - +

1.1
Location : endLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
Replaced integer subtraction with addition → KILLED

2.2
Location : endLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
Replaced integer subtraction with addition → KILLED

-
143 +143 - +

1.1
Location : endLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
changed conditional boundary → KILLED

2.2
Location : endLine
Killed by :
negated conditional → TIMED_OUT

-
148 +148 - +

1.1
Location : endLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli::endLine → KILLED

-
177 +177 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
Replaced integer subtraction with addition → KILLED

-
181 +181 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
negated conditional → KILLED

-
182 +182 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:title()]
Replaced integer subtraction with addition → KILLED

-
197 +197 - +

1.1
Location : section
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:nesting()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::section → KILLED

-
208 +208 - +

1.1
Location : box
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:nesting()]
Replaced integer addition with subtraction → KILLED

-
210 +210 - +

1.1
Location : box
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:nesting()]
removed call to java/util/function/Consumer::accept → KILLED

-
211 +211 - +

1.1
Location : box
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:nesting()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::box → KILLED

-
222 +222 - +

1.1
Location : paragraph
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:title()]
removed call to java/util/stream/Stream::forEach → KILLED

-
223 +223 - +

1.1
Location : lambda$paragraph$1
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:title()]
removed call to java/util/Deque::forEach → KILLED

-
226 +226 - +

1.1
Location : paragraph
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:paragraph()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::paragraph → KILLED

-
237 +237 - +

1.1
Location : line
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
removed call to java/util/stream/Stream::forEach → KILLED

-
240 +240 - +

1.1
Location : line
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::line → KILLED

-
252 +252 - +

1.1
Location : words
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:wrapping()]
removed call to java/util/Deque::forEach → KILLED

-
254 +254 - +

1.1
Location : lambda$words$4
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:wrapping()]
removed call to java/util/List::forEach → KILLED

-
258 +258 - +

1.1
Location : words
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::words → KILLED

-
268 +268 - +

1.1
Location : descriptionList
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:descriptionList()]
Replaced integer addition with subtraction → KILLED

-
270 +270 - +

1.1
Location : descriptionList
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:descriptionList()]
removed call to java/util/function/Consumer::accept → KILLED

-
271 +271 - +

1.1
Location : descriptionList
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::descriptionList → KILLED

-
283 +283 - +

1.1
Location : indexedTaggedList
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
Replaced integer addition with subtraction → KILLED

-
286 +286 - +

1.1
Location : indexedTaggedList
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
removed call to java/util/function/Consumer::accept → KILLED

-
287 +287 - +

1.1
Location : indexedTaggedList
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::indexedTaggedList → KILLED

-
298 +298 - +

1.1
Location : close
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$Box::close → KILLED

-
338 +338 - +

1.1
Location : item
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:descriptionList()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$DescriptionList::item → KILLED

-
352 +352 - +

1.1
Location : close
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:descriptionList()]
removed call to java/util/Map::forEach → KILLED

-
356 +356 - +

1.1
Location : lambda$close$1
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:descriptionList()]
Replaced integer subtraction with addition → KILLED

2.2
Location : lambda$close$1
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:descriptionList()]
Replaced integer subtraction with addition → KILLED

-
358 +358 - +

1.1
Location : lambda$close$1
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:descriptionList()]
removed call to java/util/Deque::forEach → KILLED

-
364 +364 - +

1.1
Location : close
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$DescriptionList::close → KILLED

-
408 +408 - +

1.1
Location : item
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$IndexedTaggedList::item → KILLED

-
417 +417 - +

1.1
Location : lambda$close$0
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
replaced int return with 0 for com/mastercard/test/flow/assrt/filter/cli/Cli$IndexedTaggedList::lambda$close$0 → KILLED

-
418 +418 - +

1.1
Location : close
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
Replaced integer addition with subtraction → KILLED

-
420 +420 - +

1.1
Location : close
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
removed call to java/util/List::forEach → KILLED

-
423 +423 - +

1.1
Location : lambda$close$4
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
Replaced integer addition with subtraction → KILLED

-
426 +426 - +

1.1
Location : lambda$close$4
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
Replaced integer subtraction with addition → KILLED

2.2
Location : lambda$close$4
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
Replaced integer subtraction with addition → KILLED

3.3
Location : lambda$close$4
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
Replaced integer subtraction with addition → KILLED

-
427 +427 - +

1.1
Location : lambda$close$4
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
removed call to java/util/List::forEach → KILLED

-
430 +430 - +

1.1
Location : lambda$close$4
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
removed call to java/util/Deque::forEach → KILLED

2.2
Location : lambda$close$4
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
Replaced integer subtraction with addition → KILLED

-
432 +432 - +

1.1
Location : lambda$null$3
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:indexedTaggedList()]
removed call to java/util/List::forEach → KILLED

-
436 +436 - +

1.1
Location : close
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Cli$IndexedTaggedList::close → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/CommandCompleter.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/CommandCompleter.java.html similarity index 57% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/CommandCompleter.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/CommandCompleter.java.html index 4270112b46..7c1ebf98f5 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/CommandCompleter.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/CommandCompleter.java.html @@ -15,12 +15,12 @@

CommandCompleter.java

-
+ 1 - + @@ -30,12 +30,12 @@

CommandCompleter.java

- + 2 - + @@ -45,12 +45,12 @@

CommandCompleter.java

- + 3 - + @@ -60,12 +60,12 @@

CommandCompleter.java

- + 4 - + @@ -75,12 +75,12 @@

CommandCompleter.java

- + 5 - + @@ -90,12 +90,12 @@

CommandCompleter.java

- + 6 - + @@ -105,12 +105,12 @@

CommandCompleter.java

- + 7 - + @@ -120,12 +120,12 @@

CommandCompleter.java

- + 8 - + @@ -135,12 +135,12 @@

CommandCompleter.java

- + 9 - + @@ -150,12 +150,12 @@

CommandCompleter.java

- + 10 - + @@ -165,12 +165,12 @@

CommandCompleter.java

- + 11 - + @@ -180,12 +180,12 @@

CommandCompleter.java

- + 12 - + @@ -195,12 +195,12 @@

CommandCompleter.java

- + 13 - + @@ -210,12 +210,12 @@

CommandCompleter.java

- + 14 - + @@ -225,12 +225,12 @@

CommandCompleter.java

- + 15 - + @@ -240,12 +240,12 @@

CommandCompleter.java

- + 16 - + @@ -255,12 +255,12 @@

CommandCompleter.java

- + 17 - + @@ -270,12 +270,12 @@

CommandCompleter.java

- + 18 - + @@ -285,12 +285,12 @@

CommandCompleter.java

- + 19 - + @@ -300,12 +300,12 @@

CommandCompleter.java

- + 20 - + @@ -315,12 +315,12 @@

CommandCompleter.java

- + 21 - + @@ -330,12 +330,12 @@

CommandCompleter.java

- + 22 - + @@ -345,12 +345,12 @@

CommandCompleter.java

- + 23 - + @@ -360,12 +360,12 @@

CommandCompleter.java

- + 24 - + @@ -375,12 +375,12 @@

CommandCompleter.java

- + 25 - + @@ -390,12 +390,12 @@

CommandCompleter.java

- + 26 - + @@ -405,12 +405,12 @@

CommandCompleter.java

- + 27 - + @@ -420,12 +420,12 @@

CommandCompleter.java

- + 28 - + @@ -435,12 +435,12 @@

CommandCompleter.java

- + 29 - + @@ -450,12 +450,12 @@

CommandCompleter.java

- + 30 - + @@ -465,12 +465,12 @@

CommandCompleter.java

- + 31 - + @@ -480,12 +480,12 @@

CommandCompleter.java

- + 32 - + @@ -495,12 +495,12 @@

CommandCompleter.java

- + 33 - + @@ -510,12 +510,12 @@

CommandCompleter.java

- + 34 - + @@ -525,12 +525,12 @@

CommandCompleter.java

- + 35 - + @@ -540,12 +540,12 @@

CommandCompleter.java

- + 36 - + @@ -555,12 +555,12 @@

CommandCompleter.java

- + 37 - + @@ -570,12 +570,12 @@

CommandCompleter.java

- + 38 - + @@ -585,12 +585,12 @@

CommandCompleter.java

- + 39 - + @@ -600,12 +600,12 @@

CommandCompleter.java

- + 40 - + @@ -615,12 +615,12 @@

CommandCompleter.java

- + 41 - + @@ -630,12 +630,12 @@

CommandCompleter.java

- + 42 - + @@ -645,12 +645,12 @@

CommandCompleter.java

- + 43 - + @@ -660,12 +660,12 @@

CommandCompleter.java

- + 44 -1 +1 1. syntax : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/CommandCompleter$Command::syntax → KILLED
@@ -677,12 +677,12 @@

CommandCompleter.java

- + 45 - +
@@ -692,12 +692,12 @@

CommandCompleter.java

- + 46 - + @@ -707,12 +707,12 @@

CommandCompleter.java

- + 47 - + @@ -722,12 +722,12 @@

CommandCompleter.java

- + 48 - + @@ -737,12 +737,12 @@

CommandCompleter.java

- + 49 - + @@ -752,12 +752,12 @@

CommandCompleter.java

- + 50 - + @@ -767,12 +767,12 @@

CommandCompleter.java

- + 51 - + @@ -782,12 +782,12 @@

CommandCompleter.java

- + 52 - + @@ -797,12 +797,12 @@

CommandCompleter.java

- + 53 -2 +2 1. invokedBy : replaced boolean return with false for com/mastercard/test/flow/assrt/filter/cli/CommandCompleter$Command::invokedBy → KILLED
2. invokedBy : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/CommandCompleter$Command::invokedBy → KILLED
@@ -815,12 +815,12 @@

CommandCompleter.java

- + 54 - +
@@ -830,12 +830,12 @@

CommandCompleter.java

- + 55 - + @@ -845,12 +845,12 @@

CommandCompleter.java

- + 56 - + @@ -860,12 +860,12 @@

CommandCompleter.java

- + 57 - + @@ -875,12 +875,12 @@

CommandCompleter.java

- + 58 - + @@ -890,12 +890,12 @@

CommandCompleter.java

- + 59 - + @@ -905,12 +905,12 @@

CommandCompleter.java

- + 60 - + @@ -920,12 +920,12 @@

CommandCompleter.java

- + 61 - + @@ -935,12 +935,12 @@

CommandCompleter.java

- + 62 - + @@ -950,12 +950,12 @@

CommandCompleter.java

- + 63 - + @@ -965,12 +965,12 @@

CommandCompleter.java

- + 64 - + @@ -980,12 +980,12 @@

CommandCompleter.java

- + 65 - + @@ -995,12 +995,12 @@

CommandCompleter.java

- + 66 - + @@ -1010,12 +1010,12 @@

CommandCompleter.java

- + 67 - + @@ -1025,12 +1025,12 @@

CommandCompleter.java

- + 68 - + @@ -1040,12 +1040,12 @@

CommandCompleter.java

- + 69 -1 +1 1. complete : negated conditional → KILLED
@@ -1057,12 +1057,12 @@

CommandCompleter.java

- + 70 - +
@@ -1072,12 +1072,12 @@

CommandCompleter.java

- + 71 - + @@ -1087,12 +1087,12 @@

CommandCompleter.java

- + 72 - + @@ -1102,12 +1102,12 @@

CommandCompleter.java

- + 73 - + @@ -1117,12 +1117,12 @@

CommandCompleter.java

- + 74 - + @@ -1132,12 +1132,12 @@

CommandCompleter.java

- + 75 - + @@ -1147,12 +1147,12 @@

CommandCompleter.java

- + 76 - + @@ -1162,12 +1162,12 @@

CommandCompleter.java

- + 77 - + @@ -1177,12 +1177,12 @@

CommandCompleter.java

- + 78 - + @@ -1194,33 +1194,33 @@

CommandCompleter.java

Mutations

-44 +44 - +

1.1
Location : syntax
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/CommandCompleter$Command::syntax → KILLED

-
53 +53 - +

1.1
Location : invokedBy
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
replaced boolean return with false for com/mastercard/test/flow/assrt/filter/cli/CommandCompleter$Command::invokedBy → KILLED

2.2
Location : invokedBy
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/CommandCompleter$Command::invokedBy → KILLED

-
69 +69 - + -

1.1
Location : complete
Killed by : com.mastercard.test.flow.assrt.filter.cli.HelpTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.HelpTest]/[method:help()]
negated conditional → KILLED

+

1.1
Location : complete
Killed by : com.mastercard.test.flow.assrt.filter.cli.ResetTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.ResetTest]/[method:reset()]
negated conditional → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Corner.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Corner.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Corner.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Corner.java.html index cb83fba467..31f4f09007 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Corner.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Corner.java.html @@ -15,12 +15,12 @@

Corner.java

-
+ 1 - + @@ -30,12 +30,12 @@

Corner.java

- + 2 - + @@ -45,12 +45,12 @@

Corner.java

- + 3 - + @@ -60,12 +60,12 @@

Corner.java

- + 4 - + @@ -75,12 +75,12 @@

Corner.java

- + 5 - + @@ -90,12 +90,12 @@

Corner.java

- + 6 - + @@ -105,12 +105,12 @@

Corner.java

- + 7 - + @@ -120,12 +120,12 @@

Corner.java

- + 8 - + @@ -135,12 +135,12 @@

Corner.java

- + 9 - + @@ -150,12 +150,12 @@

Corner.java

- + 10 - + @@ -165,12 +165,12 @@

Corner.java

- + 11 - + @@ -180,12 +180,12 @@

Corner.java

- + 12 - + @@ -195,12 +195,12 @@

Corner.java

- + 13 - + @@ -210,12 +210,12 @@

Corner.java

- + 14 - + @@ -225,12 +225,12 @@

Corner.java

- + 15 - + @@ -240,12 +240,12 @@

Corner.java

- + 16 - + @@ -255,12 +255,12 @@

Corner.java

- + 17 - + @@ -270,12 +270,12 @@

Corner.java

- + 18 - + @@ -285,12 +285,12 @@

Corner.java

- + 19 - + @@ -300,12 +300,12 @@

Corner.java

- + 20 - + @@ -315,12 +315,12 @@

Corner.java

- + 21 - + @@ -330,12 +330,12 @@

Corner.java

- + 22 - + @@ -345,12 +345,12 @@

Corner.java

- + 23 - + @@ -360,12 +360,12 @@

Corner.java

- + 24 - + @@ -375,12 +375,12 @@

Corner.java

- + 25 - + @@ -390,12 +390,12 @@

Corner.java

- + 26 - + @@ -405,12 +405,12 @@

Corner.java

- + 27 - + @@ -420,12 +420,12 @@

Corner.java

- + 28 - + @@ -435,12 +435,12 @@

Corner.java

- + 29 - + @@ -450,12 +450,12 @@

Corner.java

- + 30 - + @@ -465,12 +465,12 @@

Corner.java

- + 31 - + @@ -480,12 +480,12 @@

Corner.java

- + 32 - + @@ -495,12 +495,12 @@

Corner.java

- + 33 - + @@ -510,12 +510,12 @@

Corner.java

- + 34 - + @@ -525,12 +525,12 @@

Corner.java

- + 35 - + @@ -540,12 +540,12 @@

Corner.java

- + 36 - + @@ -555,12 +555,12 @@

Corner.java

- + 37 - + @@ -570,12 +570,12 @@

Corner.java

- + 38 - + @@ -585,12 +585,12 @@

Corner.java

- + 39 - + @@ -600,12 +600,12 @@

Corner.java

- + 40 - + @@ -615,12 +615,12 @@

Corner.java

- + 41 - + @@ -630,12 +630,12 @@

Corner.java

- + 42 - + @@ -645,12 +645,12 @@

Corner.java

- + 43 - + @@ -660,12 +660,12 @@

Corner.java

- + 44 - + @@ -675,12 +675,12 @@

Corner.java

- + 45 - + @@ -690,12 +690,12 @@

Corner.java

- + 46 - + @@ -705,12 +705,12 @@

Corner.java

- + 47 - + @@ -720,12 +720,12 @@

Corner.java

- + 48 - + @@ -735,12 +735,12 @@

Corner.java

- + 49 - + @@ -750,12 +750,12 @@

Corner.java

- + 50 - + @@ -765,12 +765,12 @@

Corner.java

- + 51 - + @@ -780,12 +780,12 @@

Corner.java

- + 52 - + @@ -795,12 +795,12 @@

Corner.java

- + 53 - + @@ -810,12 +810,12 @@

Corner.java

- + 54 - + @@ -825,12 +825,12 @@

Corner.java

- + 55 - + @@ -840,12 +840,12 @@

Corner.java

- + 56 - + @@ -855,12 +855,12 @@

Corner.java

- + 57 - + @@ -870,12 +870,12 @@

Corner.java

- + 58 - + @@ -885,12 +885,12 @@

Corner.java

- + 59 - + @@ -900,12 +900,12 @@

Corner.java

- + 60 - + @@ -915,12 +915,12 @@

Corner.java

- + 61 - + @@ -930,12 +930,12 @@

Corner.java

- + 62 - + @@ -945,12 +945,12 @@

Corner.java

- + 63 - + @@ -960,12 +960,12 @@

Corner.java

- + 64 - + @@ -975,12 +975,12 @@

Corner.java

- + 65 - + @@ -990,12 +990,12 @@

Corner.java

- + 66 - + @@ -1005,12 +1005,12 @@

Corner.java

- + 67 - + @@ -1020,12 +1020,12 @@

Corner.java

- + 68 -1 +1 1. tr : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::tr → KILLED
@@ -1037,12 +1037,12 @@

Corner.java

- + 69 - +
@@ -1052,12 +1052,12 @@

Corner.java

- + 70 - + @@ -1067,12 +1067,12 @@

Corner.java

- + 71 - + @@ -1082,12 +1082,12 @@

Corner.java

- + 72 - + @@ -1097,12 +1097,12 @@

Corner.java

- + 73 - + @@ -1112,12 +1112,12 @@

Corner.java

- + 74 - + @@ -1127,12 +1127,12 @@

Corner.java

- + 75 - + @@ -1142,12 +1142,12 @@

Corner.java

- + 76 - + @@ -1157,12 +1157,12 @@

Corner.java

- + 77 -1 +1 1. tl : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::tl → KILLED
@@ -1174,12 +1174,12 @@

Corner.java

- + 78 - +
@@ -1189,12 +1189,12 @@

Corner.java

- + 79 - + @@ -1204,12 +1204,12 @@

Corner.java

- + 80 - + @@ -1219,12 +1219,12 @@

Corner.java

- + 81 - + @@ -1234,12 +1234,12 @@

Corner.java

- + 82 - + @@ -1249,12 +1249,12 @@

Corner.java

- + 83 - + @@ -1264,12 +1264,12 @@

Corner.java

- + 84 - + @@ -1279,12 +1279,12 @@

Corner.java

- + 85 - + @@ -1294,12 +1294,12 @@

Corner.java

- + 86 -1 +1 1. br : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::br → KILLED
@@ -1311,12 +1311,12 @@

Corner.java

- + 87 - +
@@ -1326,12 +1326,12 @@

Corner.java

- + 88 - + @@ -1341,12 +1341,12 @@

Corner.java

- + 89 - + @@ -1356,12 +1356,12 @@

Corner.java

- + 90 - + @@ -1371,12 +1371,12 @@

Corner.java

- + 91 - + @@ -1386,12 +1386,12 @@

Corner.java

- + 92 - + @@ -1401,12 +1401,12 @@

Corner.java

- + 93 - + @@ -1416,12 +1416,12 @@

Corner.java

- + 94 - + @@ -1431,12 +1431,12 @@

Corner.java

- + 95 -1 +1 1. bl : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::bl → KILLED
@@ -1448,12 +1448,12 @@

Corner.java

- + 96 - +
@@ -1463,12 +1463,12 @@

Corner.java

- + 97 - + @@ -1478,12 +1478,12 @@

Corner.java

- + 98 - + @@ -1493,12 +1493,12 @@

Corner.java

- + 99 - + @@ -1508,12 +1508,12 @@

Corner.java

- + 100 - + @@ -1523,12 +1523,12 @@

Corner.java

- + 101 - + @@ -1538,12 +1538,12 @@

Corner.java

- + 102 - + @@ -1553,12 +1553,12 @@

Corner.java

- + 103 - + @@ -1568,12 +1568,12 @@

Corner.java

- + 104 -1 +1 1. lTee : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::lTee → KILLED
@@ -1585,12 +1585,12 @@

Corner.java

- + 105 - +
@@ -1600,12 +1600,12 @@

Corner.java

- + 106 - + @@ -1615,12 +1615,12 @@

Corner.java

- + 107 - + @@ -1630,12 +1630,12 @@

Corner.java

- + 108 - + @@ -1645,12 +1645,12 @@

Corner.java

- + 109 - + @@ -1660,12 +1660,12 @@

Corner.java

- + 110 - + @@ -1675,12 +1675,12 @@

Corner.java

- + 111 - + @@ -1690,12 +1690,12 @@

Corner.java

- + 112 - + @@ -1705,12 +1705,12 @@

Corner.java

- + 113 -1 +1 1. rTee : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::rTee → KILLED
@@ -1722,12 +1722,12 @@

Corner.java

- + 114 - +
@@ -1737,12 +1737,12 @@

Corner.java

- + 115 - + @@ -1752,12 +1752,12 @@

Corner.java

- + 116 - + @@ -1767,12 +1767,12 @@

Corner.java

- + 117 - + @@ -1782,12 +1782,12 @@

Corner.java

- + 118 - + @@ -1797,12 +1797,12 @@

Corner.java

- + 119 - + @@ -1812,12 +1812,12 @@

Corner.java

- + 120 - + @@ -1827,12 +1827,12 @@

Corner.java

- + 121 - + @@ -1842,12 +1842,12 @@

Corner.java

- + 122 -1 +1 1. tTee : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::tTee → KILLED
@@ -1859,12 +1859,12 @@

Corner.java

- + 123 - +
@@ -1874,12 +1874,12 @@

Corner.java

- + 124 - + @@ -1889,12 +1889,12 @@

Corner.java

- + 125 - + @@ -1904,12 +1904,12 @@

Corner.java

- + 126 - + @@ -1919,12 +1919,12 @@

Corner.java

- + 127 - + @@ -1934,12 +1934,12 @@

Corner.java

- + 128 - + @@ -1949,12 +1949,12 @@

Corner.java

- + 129 - + @@ -1964,12 +1964,12 @@

Corner.java

- + 130 - + @@ -1979,12 +1979,12 @@

Corner.java

- + 131 -1 +1 1. bTee : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::bTee → KILLED
@@ -1996,12 +1996,12 @@

Corner.java

- + 132 - +
@@ -2011,12 +2011,12 @@

Corner.java

- + 133 - + @@ -2028,81 +2028,81 @@

Corner.java

Mutations

-68 +68 - +

1.1
Location : tr
Killed by : com.mastercard.test.flow.assrt.filter.cli.CornerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CornerTest]/[method:boxen()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::tr → KILLED

-
77 +77 - +

1.1
Location : tl
Killed by : com.mastercard.test.flow.assrt.filter.cli.CornerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CornerTest]/[method:boxen()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::tl → KILLED

-
86 +86 - +

1.1
Location : br
Killed by : com.mastercard.test.flow.assrt.filter.cli.CornerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CornerTest]/[method:boxen()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::br → KILLED

-
95 +95 - +

1.1
Location : bl
Killed by : com.mastercard.test.flow.assrt.filter.cli.CornerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CornerTest]/[method:boxen()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::bl → KILLED

-
104 +104 - +

1.1
Location : lTee
Killed by : com.mastercard.test.flow.assrt.filter.cli.CornerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CornerTest]/[method:boxen()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::lTee → KILLED

-
113 +113 - +

1.1
Location : rTee
Killed by : com.mastercard.test.flow.assrt.filter.cli.CornerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CornerTest]/[method:boxen()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::rTee → KILLED

-
122 +122 - +

1.1
Location : tTee
Killed by : com.mastercard.test.flow.assrt.filter.cli.CornerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CornerTest]/[method:boxen()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::tTee → KILLED

-
131 +131 - +

1.1
Location : bTee
Killed by : com.mastercard.test.flow.assrt.filter.cli.CornerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CornerTest]/[method:boxen()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Corner::bTee → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/DescriptionCompleter.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/DescriptionCompleter.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/DescriptionCompleter.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/DescriptionCompleter.java.html index ac8a690090..a466b480b1 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/DescriptionCompleter.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/DescriptionCompleter.java.html @@ -15,12 +15,12 @@

DescriptionCompleter.java

-
+ 1 - + @@ -30,12 +30,12 @@

DescriptionCompleter.java

- + 2 - + @@ -45,12 +45,12 @@

DescriptionCompleter.java

- + 3 - + @@ -60,12 +60,12 @@

DescriptionCompleter.java

- + 4 - + @@ -75,12 +75,12 @@

DescriptionCompleter.java

- + 5 - + @@ -90,12 +90,12 @@

DescriptionCompleter.java

- + 6 - + @@ -105,12 +105,12 @@

DescriptionCompleter.java

- + 7 - + @@ -120,12 +120,12 @@

DescriptionCompleter.java

- + 8 - + @@ -135,12 +135,12 @@

DescriptionCompleter.java

- + 9 - + @@ -150,12 +150,12 @@

DescriptionCompleter.java

- + 10 - + @@ -165,12 +165,12 @@

DescriptionCompleter.java

- + 11 - + @@ -180,12 +180,12 @@

DescriptionCompleter.java

- + 12 - + @@ -195,12 +195,12 @@

DescriptionCompleter.java

- + 13 - + @@ -210,12 +210,12 @@

DescriptionCompleter.java

- + 14 - + @@ -225,12 +225,12 @@

DescriptionCompleter.java

- + 15 - + @@ -240,12 +240,12 @@

DescriptionCompleter.java

- + 16 - + @@ -255,12 +255,12 @@

DescriptionCompleter.java

- + 17 - + @@ -270,12 +270,12 @@

DescriptionCompleter.java

- + 18 - + @@ -285,12 +285,12 @@

DescriptionCompleter.java

- + 19 - + @@ -300,12 +300,12 @@

DescriptionCompleter.java

- + 20 - + @@ -315,12 +315,12 @@

DescriptionCompleter.java

- + 21 - + @@ -330,12 +330,12 @@

DescriptionCompleter.java

- + 22 - + @@ -345,12 +345,12 @@

DescriptionCompleter.java

- + 23 - + @@ -360,12 +360,12 @@

DescriptionCompleter.java

- + 24 - + @@ -375,12 +375,12 @@

DescriptionCompleter.java

- + 25 - + @@ -390,12 +390,12 @@

DescriptionCompleter.java

- + 26 - + @@ -405,12 +405,12 @@

DescriptionCompleter.java

- + 27 - + @@ -420,12 +420,12 @@

DescriptionCompleter.java

- + 28 - + @@ -435,12 +435,12 @@

DescriptionCompleter.java

- + 29 - + @@ -450,12 +450,12 @@

DescriptionCompleter.java

- + 30 - + @@ -465,12 +465,12 @@

DescriptionCompleter.java

- + 31 - + @@ -480,12 +480,12 @@

DescriptionCompleter.java

- + 32 - + @@ -495,12 +495,12 @@

DescriptionCompleter.java

- + 33 - + @@ -510,12 +510,12 @@

DescriptionCompleter.java

- + 34 - + @@ -525,12 +525,12 @@

DescriptionCompleter.java

- + 35 - + @@ -540,12 +540,12 @@

DescriptionCompleter.java

- + 36 - + @@ -555,12 +555,12 @@

DescriptionCompleter.java

- + 37 - + @@ -570,12 +570,12 @@

DescriptionCompleter.java

- + 38 - + @@ -585,12 +585,12 @@

DescriptionCompleter.java

- + 39 - + @@ -600,12 +600,12 @@

DescriptionCompleter.java

- + 40 - + @@ -615,12 +615,12 @@

DescriptionCompleter.java

- + 41 - + @@ -630,12 +630,12 @@

DescriptionCompleter.java

- + 42 - + @@ -645,12 +645,12 @@

DescriptionCompleter.java

- + 43 - + @@ -660,12 +660,12 @@

DescriptionCompleter.java

- + 44 - + @@ -675,12 +675,12 @@

DescriptionCompleter.java

- + 45 - + @@ -690,12 +690,12 @@

DescriptionCompleter.java

- + 46 - + @@ -705,12 +705,12 @@

DescriptionCompleter.java

- + 47 -1 +1 1. match : negated conditional → KILLED
@@ -722,12 +722,12 @@

DescriptionCompleter.java

- + 48 - +
@@ -737,12 +737,12 @@

DescriptionCompleter.java

- + 49 -1 +1 1. match : negated conditional → KILLED
@@ -754,12 +754,12 @@

DescriptionCompleter.java

- + 50 -1 +1 1. match : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter$Inclusion::match → KILLED
@@ -771,12 +771,12 @@

DescriptionCompleter.java

- + 51 - +
@@ -786,12 +786,12 @@

DescriptionCompleter.java

- + 52 - +
@@ -801,12 +801,12 @@

DescriptionCompleter.java

- + 53 - + @@ -816,12 +816,12 @@

DescriptionCompleter.java

- + 54 - + @@ -831,12 +831,12 @@

DescriptionCompleter.java

- + 55 - + @@ -846,12 +846,12 @@

DescriptionCompleter.java

- + 56 - + @@ -861,12 +861,12 @@

DescriptionCompleter.java

- + 57 - + @@ -876,12 +876,12 @@

DescriptionCompleter.java

- + 58 - + @@ -891,12 +891,12 @@

DescriptionCompleter.java

- + 59 - + @@ -906,12 +906,12 @@

DescriptionCompleter.java

- + 60 - + @@ -921,12 +921,12 @@

DescriptionCompleter.java

- + 61 - + @@ -936,12 +936,12 @@

DescriptionCompleter.java

- + 62 - + @@ -951,12 +951,12 @@

DescriptionCompleter.java

- + 63 - + @@ -966,12 +966,12 @@

DescriptionCompleter.java

- + 64 - + @@ -981,12 +981,12 @@

DescriptionCompleter.java

- + 65 - + @@ -996,12 +996,12 @@

DescriptionCompleter.java

- + 66 - + @@ -1011,12 +1011,12 @@

DescriptionCompleter.java

- + 67 - + @@ -1026,12 +1026,12 @@

DescriptionCompleter.java

- + 68 - + @@ -1041,12 +1041,12 @@

DescriptionCompleter.java

- + 69 - + @@ -1056,12 +1056,12 @@

DescriptionCompleter.java

- + 70 - + @@ -1071,12 +1071,12 @@

DescriptionCompleter.java

- + 71 - + @@ -1086,12 +1086,12 @@

DescriptionCompleter.java

- + 72 - + @@ -1101,12 +1101,12 @@

DescriptionCompleter.java

- + 73 - + @@ -1116,12 +1116,12 @@

DescriptionCompleter.java

- + 74 - + @@ -1131,12 +1131,12 @@

DescriptionCompleter.java

- + 75 - + @@ -1146,12 +1146,12 @@

DescriptionCompleter.java

- + 76 - + @@ -1161,12 +1161,12 @@

DescriptionCompleter.java

- + 77 -1 +1 1. compileOrLiteral : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::compileOrLiteral → KILLED
@@ -1178,12 +1178,12 @@

DescriptionCompleter.java

- + 78 - +
@@ -1193,12 +1193,12 @@

DescriptionCompleter.java

- + 79 - + @@ -1208,12 +1208,12 @@

DescriptionCompleter.java

- + 80 -1 +1 1. compileOrLiteral : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::compileOrLiteral → KILLED
@@ -1225,12 +1225,12 @@

DescriptionCompleter.java

- + 81 - +
@@ -1240,12 +1240,12 @@

DescriptionCompleter.java

- + 82 - + @@ -1255,12 +1255,12 @@

DescriptionCompleter.java

- + 83 - + @@ -1270,12 +1270,12 @@

DescriptionCompleter.java

- + 84 - + @@ -1285,12 +1285,12 @@

DescriptionCompleter.java

- + 85 - + @@ -1300,12 +1300,12 @@

DescriptionCompleter.java

- + 86 - + @@ -1315,12 +1315,12 @@

DescriptionCompleter.java

- + 87 -1 +1 1. lambda$complete$0 : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::lambda$complete$0 → KILLED
@@ -1332,12 +1332,12 @@

DescriptionCompleter.java

- + 88 - +
@@ -1347,12 +1347,12 @@

DescriptionCompleter.java

- + 89 - + @@ -1362,12 +1362,12 @@

DescriptionCompleter.java

- + 90 - + @@ -1377,12 +1377,12 @@

DescriptionCompleter.java

- + 91 -1 +1 1. complete : negated conditional → KILLED
@@ -1394,12 +1394,12 @@

DescriptionCompleter.java

- + 92 - +
@@ -1409,12 +1409,12 @@

DescriptionCompleter.java

- + 93 - + @@ -1424,12 +1424,12 @@

DescriptionCompleter.java

- + 94 - + @@ -1439,12 +1439,12 @@

DescriptionCompleter.java

- + 95 - + @@ -1454,12 +1454,12 @@

DescriptionCompleter.java

- + 96 - + @@ -1469,12 +1469,12 @@

DescriptionCompleter.java

- + 97 -2 +2 1. lambda$complete$1 : replaced boolean return with false for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::lambda$complete$1 → KILLED
2. lambda$complete$1 : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::lambda$complete$1 → KILLED
@@ -1487,12 +1487,12 @@

DescriptionCompleter.java

- + 98 -2 +2 1. lambda$complete$2 : replaced int return with 0 for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::lambda$complete$2 → KILLED
2. lambda$complete$2 : Replaced integer subtraction with addition → KILLED
@@ -1505,12 +1505,12 @@

DescriptionCompleter.java

- + 99 -1 +1 1. complete : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1522,12 +1522,12 @@

DescriptionCompleter.java

- + 100 - +
@@ -1537,12 +1537,12 @@

DescriptionCompleter.java

- + 101 - +
@@ -1552,12 +1552,12 @@

DescriptionCompleter.java

- + 102 - +
@@ -1567,12 +1567,12 @@

DescriptionCompleter.java

- + 103 - + @@ -1582,12 +1582,12 @@

DescriptionCompleter.java

- + 104 - + @@ -1597,12 +1597,12 @@

DescriptionCompleter.java

- + 105 - + @@ -1612,12 +1612,12 @@

DescriptionCompleter.java

- + 106 - + @@ -1627,12 +1627,12 @@

DescriptionCompleter.java

- + 107 -1 +1 1. complete : negated conditional → KILLED
@@ -1644,12 +1644,12 @@

DescriptionCompleter.java

- + 108 - +
@@ -1659,12 +1659,12 @@

DescriptionCompleter.java

- + 109 - + @@ -1674,12 +1674,12 @@

DescriptionCompleter.java

- + 110 - + @@ -1689,12 +1689,12 @@

DescriptionCompleter.java

- + 111 - + @@ -1704,12 +1704,12 @@

DescriptionCompleter.java

- + 112 - + @@ -1719,12 +1719,12 @@

DescriptionCompleter.java

- + 113 - + @@ -1734,12 +1734,12 @@

DescriptionCompleter.java

- + 114 - + @@ -1749,12 +1749,12 @@

DescriptionCompleter.java

- + 115 - + @@ -1764,12 +1764,12 @@

DescriptionCompleter.java

- + 116 - + @@ -1779,12 +1779,12 @@

DescriptionCompleter.java

- + 117 - + @@ -1794,12 +1794,12 @@

DescriptionCompleter.java

- + 118 - + @@ -1809,12 +1809,12 @@

DescriptionCompleter.java

- + 119 - + @@ -1824,12 +1824,12 @@

DescriptionCompleter.java

- + 120 - + @@ -1839,12 +1839,12 @@

DescriptionCompleter.java

- + 121 - + @@ -1854,12 +1854,12 @@

DescriptionCompleter.java

- + 122 - + @@ -1869,12 +1869,12 @@

DescriptionCompleter.java

- + 123 - + @@ -1884,12 +1884,12 @@

DescriptionCompleter.java

- + 124 - + @@ -1899,12 +1899,12 @@

DescriptionCompleter.java

- + 125 - + @@ -1914,12 +1914,12 @@

DescriptionCompleter.java

- + 126 - + @@ -1929,12 +1929,12 @@

DescriptionCompleter.java

- + 127 -1 +1 1. offer : negated conditional → KILLED
@@ -1946,12 +1946,12 @@

DescriptionCompleter.java

- + 128 -1 +1 1. offer : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::offer → KILLED
@@ -1963,12 +1963,12 @@

DescriptionCompleter.java

- + 129 - +
@@ -1978,12 +1978,12 @@

DescriptionCompleter.java

- + 130 - +
@@ -1993,12 +1993,12 @@

DescriptionCompleter.java

- + 131 - + @@ -2008,12 +2008,12 @@

DescriptionCompleter.java

- + 132 - + @@ -2023,12 +2023,12 @@

DescriptionCompleter.java

- + 133 - + @@ -2038,12 +2038,12 @@

DescriptionCompleter.java

- + 134 - + @@ -2053,12 +2053,12 @@

DescriptionCompleter.java

- + 135 - + @@ -2068,12 +2068,12 @@

DescriptionCompleter.java

- + 136 - + @@ -2083,12 +2083,12 @@

DescriptionCompleter.java

- + 137 -1 +1 1. offer : removed call to java/util/Map::forEach → KILLED
@@ -2100,12 +2100,12 @@

DescriptionCompleter.java

- + 138 -1 +1 1. lambda$offer$4 : negated conditional → KILLED
@@ -2117,12 +2117,12 @@

DescriptionCompleter.java

- + 139 - +
@@ -2132,12 +2132,12 @@

DescriptionCompleter.java

- + 140 - +
@@ -2147,12 +2147,12 @@

DescriptionCompleter.java

- + 141 - + @@ -2162,12 +2162,12 @@

DescriptionCompleter.java

- + 142 - + @@ -2177,12 +2177,12 @@

DescriptionCompleter.java

- + 143 - + @@ -2192,12 +2192,12 @@

DescriptionCompleter.java

- + 144 - + @@ -2207,12 +2207,12 @@

DescriptionCompleter.java

- + 145 -1 +1 1. offer : replaced boolean return with false for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::offer → KILLED
@@ -2224,12 +2224,12 @@

DescriptionCompleter.java

- + 146 - +
@@ -2239,12 +2239,12 @@

DescriptionCompleter.java

- + 147 - + @@ -2254,12 +2254,12 @@

DescriptionCompleter.java

- + 148 - + @@ -2269,12 +2269,12 @@

DescriptionCompleter.java

- + 149 - + @@ -2284,12 +2284,12 @@

DescriptionCompleter.java

- + 150 - + @@ -2299,12 +2299,12 @@

DescriptionCompleter.java

- + 151 -1 +1 1. indexedDescriptions : negated conditional → KILLED
@@ -2316,12 +2316,12 @@

DescriptionCompleter.java

- + 152 - +
@@ -2331,12 +2331,12 @@

DescriptionCompleter.java

- + 153 -1 +1 1. indexedDescriptions : removed call to java/util/stream/IntStream::forEach → KILLED
@@ -2348,12 +2348,12 @@

DescriptionCompleter.java

- + 154 - +
@@ -2363,12 +2363,12 @@

DescriptionCompleter.java

- + 155 - + @@ -2378,12 +2378,12 @@

DescriptionCompleter.java

- + 156 -1 +1 1. indexedDescriptions : removed call to java/util/Set::forEach → KILLED
@@ -2395,12 +2395,12 @@

DescriptionCompleter.java

- + 157 -1 +1 1. indexedDescriptions : replaced return value with Collections.emptyMap for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::indexedDescriptions → KILLED
@@ -2412,12 +2412,12 @@

DescriptionCompleter.java

- + 158 - +
@@ -2427,12 +2427,12 @@

DescriptionCompleter.java

- + 159 - +
@@ -2444,201 +2444,201 @@

DescriptionCompleter.java

Mutations

-47 +47 - +

1.1
Location : match
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:fromEmpty()]
negated conditional → KILLED

-
49 +49 - +

1.1
Location : match
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:regex()]
negated conditional → KILLED

-
50 +50 - +

1.1
Location : match
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:regex()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter$Inclusion::match → KILLED

-
77 +77 - +

1.1
Location : compileOrLiteral
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:regex()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::compileOrLiteral → KILLED

-
80 +80 - +

1.1
Location : compileOrLiteral
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:badRegex()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::compileOrLiteral → KILLED

-
87 +87 - +

1.1
Location : lambda$complete$0
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:regex()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::lambda$complete$0 → KILLED

-
91 +91 - +

1.1
Location : complete
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:fromEmpty()]
negated conditional → KILLED

-
97 +97 - +

1.1
Location : lambda$complete$1
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:regex()]
replaced boolean return with false for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::lambda$complete$1 → KILLED

2.2
Location : lambda$complete$1
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:badRegex()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::lambda$complete$1 → KILLED

-
98 +98 - +

1.1
Location : lambda$complete$2
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:order()]
replaced int return with 0 for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::lambda$complete$2 → KILLED

2.2
Location : lambda$complete$2
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:order()]
Replaced integer subtraction with addition → KILLED

-
99 +99 - +

1.1
Location : complete
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:regex()]
removed call to java/util/stream/Stream::forEach → KILLED

-
107 +107 - +

1.1
Location : complete
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:badRegex()]
negated conditional → KILLED

-
127 +127 - +

1.1
Location : offer
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:refine()]
negated conditional → KILLED

-
128 +128 - +

1.1
Location : offer
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:output()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::offer → KILLED

-
137 +137 - +

1.1
Location : offer
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:refine()]
removed call to java/util/Map::forEach → KILLED

-
138 +138 - +

1.1
Location : lambda$offer$4
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:refine()]
negated conditional → KILLED

-
145 +145 - +

1.1
Location : offer
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:offer()]
replaced boolean return with false for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::offer → KILLED

-
151 +151 - +

1.1
Location : indexedDescriptions
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:refine()]
negated conditional → KILLED

-
153 +153 - +

1.1
Location : indexedDescriptions
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:refine()]
removed call to java/util/stream/IntStream::forEach → KILLED

-
156 +156 - +

1.1
Location : indexedDescriptions
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:refine()]
removed call to java/util/Set::forEach → KILLED

-
157 +157 - +

1.1
Location : indexedDescriptions
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:refine()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/assrt/filter/cli/DescriptionCompleter::indexedDescriptions → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/FilterCli.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/FilterCli.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/FilterCli.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/FilterCli.java.html index a604ca4f75..88670f18d0 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/FilterCli.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/FilterCli.java.html @@ -15,12 +15,12 @@

FilterCli.java

-
+ 1 - + @@ -30,12 +30,12 @@

FilterCli.java

- + 2 - + @@ -45,12 +45,12 @@

FilterCli.java

- + 3 - + @@ -60,12 +60,12 @@

FilterCli.java

- + 4 - + @@ -75,12 +75,12 @@

FilterCli.java

- + 5 - + @@ -90,12 +90,12 @@

FilterCli.java

- + 6 - + @@ -105,12 +105,12 @@

FilterCli.java

- + 7 - + @@ -120,12 +120,12 @@

FilterCli.java

- + 8 - + @@ -135,12 +135,12 @@

FilterCli.java

- + 9 - + @@ -150,12 +150,12 @@

FilterCli.java

- + 10 - + @@ -165,12 +165,12 @@

FilterCli.java

- + 11 - + @@ -180,12 +180,12 @@

FilterCli.java

- + 12 - + @@ -195,12 +195,12 @@

FilterCli.java

- + 13 - + @@ -210,12 +210,12 @@

FilterCli.java

- + 14 - + @@ -225,12 +225,12 @@

FilterCli.java

- + 15 - + @@ -240,12 +240,12 @@

FilterCli.java

- + 16 - + @@ -255,12 +255,12 @@

FilterCli.java

- + 17 - + @@ -270,12 +270,12 @@

FilterCli.java

- + 18 - + @@ -285,12 +285,12 @@

FilterCli.java

- + 19 - + @@ -300,12 +300,12 @@

FilterCli.java

- + 20 - + @@ -315,12 +315,12 @@

FilterCli.java

- + 21 - + @@ -330,12 +330,12 @@

FilterCli.java

- + 22 - + @@ -345,12 +345,12 @@

FilterCli.java

- + 23 - + @@ -360,12 +360,12 @@

FilterCli.java

- + 24 - + @@ -375,12 +375,12 @@

FilterCli.java

- + 25 - + @@ -390,12 +390,12 @@

FilterCli.java

- + 26 - + @@ -405,12 +405,12 @@

FilterCli.java

- + 27 - + @@ -420,12 +420,12 @@

FilterCli.java

- + 28 -2 +2 1. requested : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/FilterCli::requested → KILLED
2. requested : negated conditional → KILLED
@@ -438,12 +438,12 @@

FilterCli.java

- + 29 -1 +1 1. requested : negated conditional → KILLED
@@ -455,12 +455,12 @@

FilterCli.java

- + 30 -1 +1 1. requested : negated conditional → KILLED
@@ -472,12 +472,12 @@

FilterCli.java

- + 31 - +
@@ -487,12 +487,12 @@

FilterCli.java

- + 32 - +
@@ -502,12 +502,12 @@

FilterCli.java

- + 33 - +
@@ -517,12 +517,12 @@

FilterCli.java

- + 34 - + @@ -532,12 +532,12 @@

FilterCli.java

- + 35 - + @@ -547,12 +547,12 @@

FilterCli.java

- + 36 - + @@ -562,12 +562,12 @@

FilterCli.java

- + 37 -1 +1 1. lambda$new$0 : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/FilterCli::lambda$new$0 → NO_COVERAGE
@@ -579,12 +579,12 @@

FilterCli.java

- + 38 - +
@@ -594,12 +594,12 @@

FilterCli.java

- + 39 - + @@ -609,12 +609,12 @@

FilterCli.java

- + 40 - + @@ -624,12 +624,12 @@

FilterCli.java

- + 41 - + @@ -639,12 +639,12 @@

FilterCli.java

- + 42 - + @@ -654,12 +654,12 @@

FilterCli.java

- + 43 - + @@ -669,12 +669,12 @@

FilterCli.java

- + 44 - + @@ -684,12 +684,12 @@

FilterCli.java

- + 45 - + @@ -699,12 +699,12 @@

FilterCli.java

- + 46 - + @@ -714,12 +714,12 @@

FilterCli.java

- + 47 - + @@ -729,12 +729,12 @@

FilterCli.java

- + 48 - + @@ -744,12 +744,12 @@

FilterCli.java

- + 49 - + @@ -759,12 +759,12 @@

FilterCli.java

- + 50 - + @@ -774,12 +774,12 @@

FilterCli.java

- + 51 - + @@ -789,12 +789,12 @@

FilterCli.java

- + 52 - + @@ -804,12 +804,12 @@

FilterCli.java

- + 53 - + @@ -819,12 +819,12 @@

FilterCli.java

- + 54 - + @@ -834,12 +834,12 @@

FilterCli.java

- + 55 - + @@ -849,12 +849,12 @@

FilterCli.java

- + 56 - + @@ -864,12 +864,12 @@

FilterCli.java

- + 57 - + @@ -879,12 +879,12 @@

FilterCli.java

- + 58 - + @@ -894,12 +894,12 @@

FilterCli.java

- + 59 -1 +1 1. lambda$in$1 : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/FilterCli::lambda$in$1 → TIMED_OUT
@@ -911,12 +911,12 @@

FilterCli.java

- + 60 - +
@@ -926,12 +926,12 @@

FilterCli.java

- + 61 - + @@ -941,12 +941,12 @@

FilterCli.java

- + 62 - + @@ -956,12 +956,12 @@

FilterCli.java

- + 63 - + @@ -971,12 +971,12 @@

FilterCli.java

- + 64 - + @@ -986,12 +986,12 @@

FilterCli.java

- + 65 - + @@ -1001,12 +1001,12 @@

FilterCli.java

- + 66 - + @@ -1016,12 +1016,12 @@

FilterCli.java

- + 67 - + @@ -1031,12 +1031,12 @@

FilterCli.java

- + 68 - + @@ -1046,12 +1046,12 @@

FilterCli.java

- + 69 - + @@ -1061,12 +1061,12 @@

FilterCli.java

- + 70 - + @@ -1076,12 +1076,12 @@

FilterCli.java

- + 71 -1 +1 1. blockForInput : negated conditional → TIMED_OUT
@@ -1093,12 +1093,12 @@

FilterCli.java

- + 72 - +
@@ -1108,12 +1108,12 @@

FilterCli.java

- + 73 -1 +1 1. blockForInput : removed call to org/jline/terminal/Terminal::flush → TIMED_OUT
@@ -1125,12 +1125,12 @@

FilterCli.java

- + 74 - +
@@ -1140,12 +1140,12 @@

FilterCli.java

- + 75 - + @@ -1155,12 +1155,12 @@

FilterCli.java

- + 76 - + @@ -1170,12 +1170,12 @@

FilterCli.java

- + 77 - + @@ -1185,12 +1185,12 @@

FilterCli.java

- + 78 - + @@ -1200,12 +1200,12 @@

FilterCli.java

- + 79 - + @@ -1215,12 +1215,12 @@

FilterCli.java

- + 80 - + @@ -1230,12 +1230,12 @@

FilterCli.java

- + 81 -1 +1 1. blockForInput : removed call to com/mastercard/test/flow/assrt/filter/cli/UiPhase::render → KILLED
@@ -1247,12 +1247,12 @@

FilterCli.java

- + 82 -1 +1 1. blockForInput : removed call to org/jline/reader/LineReader::printAbove → KILLED
@@ -1264,12 +1264,12 @@

FilterCli.java

- + 83 - +
@@ -1279,12 +1279,12 @@

FilterCli.java

- + 84 - +
@@ -1294,12 +1294,12 @@

FilterCli.java

- + 85 - + @@ -1309,12 +1309,12 @@

FilterCli.java

- + 86 - + @@ -1324,12 +1324,12 @@

FilterCli.java

- + 87 - + @@ -1339,12 +1339,12 @@

FilterCli.java

- + 88 -1 +1 1. blockForInput : removed call to java/lang/Exception::printStackTrace → NO_COVERAGE
@@ -1356,12 +1356,12 @@

FilterCli.java

- + 89 - +
@@ -1371,12 +1371,12 @@

FilterCli.java

- + 90 - + @@ -1386,12 +1386,12 @@

FilterCli.java

- + 91 - + @@ -1401,12 +1401,12 @@

FilterCli.java

- + 92 - + @@ -1418,101 +1418,101 @@

FilterCli.java

Mutations

-28 +28 - +

1.1
Location : requested
Killed by : com.mastercard.test.flow.assrt.filter.cli.FilterCliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.FilterCliTest]/[method:requested()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/FilterCli::requested → KILLED

2.2
Location : requested
Killed by : com.mastercard.test.flow.assrt.filter.cli.FilterCliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.FilterCliTest]/[method:requested()]
negated conditional → KILLED

-
29 +29 - +

1.1
Location : requested
Killed by : com.mastercard.test.flow.assrt.filter.cli.FilterCliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.FilterCliTest]/[method:requested()]
negated conditional → KILLED

-
30 +30 - +

1.1
Location : requested
Killed by : com.mastercard.test.flow.assrt.filter.cli.FilterCliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.FilterCliTest]/[method:requested()]
negated conditional → KILLED

-
37 +37 - +

1.1
Location : lambda$new$0
Killed by :
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/FilterCli::lambda$new$0 → NO_COVERAGE

-
59 +59 - +

1.1
Location : lambda$in$1
Killed by :
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/FilterCli::lambda$in$1 → TIMED_OUT

-
71 +71 - +

1.1
Location : blockForInput
Killed by :
negated conditional → TIMED_OUT

-
73 +73 - +

1.1
Location : blockForInput
Killed by :
removed call to org/jline/terminal/Terminal::flush → TIMED_OUT

-
81 +81 - +

1.1
Location : blockForInput
Killed by : com.mastercard.test.flow.assrt.filter.cli.FilterCliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.FilterCliTest]/[method:noop()]
removed call to com/mastercard/test/flow/assrt/filter/cli/UiPhase::render → KILLED

-
82 +82 - +

1.1
Location : blockForInput
Killed by : com.mastercard.test.flow.assrt.filter.cli.FilterCliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.FilterCliTest]/[method:noop()]
removed call to org/jline/reader/LineReader::printAbove → KILLED

-
88 +88 - +

1.1
Location : blockForInput
Killed by :
removed call to java/lang/Exception::printStackTrace → NO_COVERAGE

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/IndexPhase.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/IndexPhase.java.html similarity index 63% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/IndexPhase.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/IndexPhase.java.html index ab1283e1b5..27c211bf43 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/IndexPhase.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/IndexPhase.java.html @@ -15,12 +15,12 @@

IndexPhase.java

-
+ 1 - + @@ -30,12 +30,12 @@

IndexPhase.java

- + 2 - + @@ -45,12 +45,12 @@

IndexPhase.java

- + 3 - + @@ -60,12 +60,12 @@

IndexPhase.java

- + 4 - + @@ -75,12 +75,12 @@

IndexPhase.java

- + 5 - + @@ -90,12 +90,12 @@

IndexPhase.java

- + 6 - + @@ -105,12 +105,12 @@

IndexPhase.java

- + 7 - + @@ -120,12 +120,12 @@

IndexPhase.java

- + 8 - + @@ -135,12 +135,12 @@

IndexPhase.java

- + 9 - + @@ -150,12 +150,12 @@

IndexPhase.java

- + 10 - + @@ -165,12 +165,12 @@

IndexPhase.java

- + 11 - + @@ -180,12 +180,12 @@

IndexPhase.java

- + 12 - + @@ -195,12 +195,12 @@

IndexPhase.java

- + 13 - + @@ -210,12 +210,12 @@

IndexPhase.java

- + 14 - + @@ -225,12 +225,12 @@

IndexPhase.java

- + 15 - + @@ -240,12 +240,12 @@

IndexPhase.java

- + 16 - + @@ -255,12 +255,12 @@

IndexPhase.java

- + 17 - + @@ -270,12 +270,12 @@

IndexPhase.java

- + 18 - + @@ -285,12 +285,12 @@

IndexPhase.java

- + 19 - + @@ -300,12 +300,12 @@

IndexPhase.java

- + 20 - + @@ -315,12 +315,12 @@

IndexPhase.java

- + 21 - + @@ -330,12 +330,12 @@

IndexPhase.java

- + 22 - + @@ -345,12 +345,12 @@

IndexPhase.java

- + 23 - + @@ -360,12 +360,12 @@

IndexPhase.java

- + 24 - + @@ -375,12 +375,12 @@

IndexPhase.java

- + 25 - + @@ -390,12 +390,12 @@

IndexPhase.java

- + 26 - + @@ -405,12 +405,12 @@

IndexPhase.java

- + 27 - + @@ -420,12 +420,12 @@

IndexPhase.java

- + 28 - + @@ -435,12 +435,12 @@

IndexPhase.java

- + 29 - + @@ -450,12 +450,12 @@

IndexPhase.java

- + 30 - + @@ -465,12 +465,12 @@

IndexPhase.java

- + 31 - + @@ -480,12 +480,12 @@

IndexPhase.java

- + 32 - + @@ -495,12 +495,12 @@

IndexPhase.java

- + 33 - + @@ -510,12 +510,12 @@

IndexPhase.java

- + 34 - + @@ -525,12 +525,12 @@

IndexPhase.java

- + 35 - + @@ -540,12 +540,12 @@

IndexPhase.java

- + 36 - + @@ -555,12 +555,12 @@

IndexPhase.java

- + 37 - + @@ -570,12 +570,12 @@

IndexPhase.java

- + 38 - + @@ -585,12 +585,12 @@

IndexPhase.java

- + 39 - + @@ -600,12 +600,12 @@

IndexPhase.java

- + 40 - + @@ -615,12 +615,12 @@

IndexPhase.java

- + 41 - + @@ -630,12 +630,12 @@

IndexPhase.java

- + 42 - + @@ -645,12 +645,12 @@

IndexPhase.java

- + 43 - + @@ -660,12 +660,12 @@

IndexPhase.java

- + 44 - + @@ -675,12 +675,12 @@

IndexPhase.java

- + 45 - + @@ -690,12 +690,12 @@

IndexPhase.java

- + 46 - + @@ -705,12 +705,12 @@

IndexPhase.java

- + 47 - + @@ -720,12 +720,12 @@

IndexPhase.java

- + 48 - + @@ -735,12 +735,12 @@

IndexPhase.java

- + 49 -1 +1 1. completer : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::completer → KILLED
@@ -752,12 +752,12 @@

IndexPhase.java

- + 50 - +
@@ -767,12 +767,12 @@

IndexPhase.java

- + 51 - + @@ -782,12 +782,12 @@

IndexPhase.java

- + 52 - + @@ -797,12 +797,12 @@

IndexPhase.java

- + 53 - + @@ -812,12 +812,12 @@

IndexPhase.java

- + 54 -1 +1 1. render : removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::printFlows → KILLED
@@ -829,12 +829,12 @@

IndexPhase.java

- + 55 - +
@@ -844,12 +844,12 @@

IndexPhase.java

- + 56 - + @@ -859,12 +859,12 @@

IndexPhase.java

- + 57 -1 +1 1. lambda$render$0 : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$render$0 → KILLED
@@ -876,12 +876,12 @@

IndexPhase.java

- + 58 - +
@@ -891,12 +891,12 @@

IndexPhase.java

- + 59 -3 +3 1. lambda$render$1 : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$render$1 → KILLED
2. lambda$render$1 : negated conditional → KILLED
@@ -910,12 +910,12 @@

IndexPhase.java

- + 60 -1 +1 1. render : removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::drawHelp → TIMED_OUT
@@ -927,12 +927,12 @@

IndexPhase.java

- + 61 -1 +1 1. render : removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::printErrors → KILLED
@@ -944,12 +944,12 @@

IndexPhase.java

- + 62 - +
@@ -959,12 +959,12 @@

IndexPhase.java

- + 63 - +
@@ -974,12 +974,12 @@

IndexPhase.java

- + 64 - +
@@ -989,12 +989,12 @@

IndexPhase.java

- + 65 - + @@ -1004,12 +1004,12 @@

IndexPhase.java

- + 66 - + @@ -1019,12 +1019,12 @@

IndexPhase.java

- + 67 -1 +1 1. next : removed call to java/util/List::clear → TIMED_OUT
@@ -1036,12 +1036,12 @@

IndexPhase.java

- + 68 - +
@@ -1051,12 +1051,12 @@

IndexPhase.java

- + 69 -1 +1 1. next : negated conditional → KILLED
@@ -1068,12 +1068,12 @@

IndexPhase.java

- + 70 - +
@@ -1083,12 +1083,12 @@

IndexPhase.java

- + 71 - + @@ -1098,12 +1098,12 @@

IndexPhase.java

- + 72 - + @@ -1113,12 +1113,12 @@

IndexPhase.java

- + 73 - + @@ -1128,12 +1128,12 @@

IndexPhase.java

- + 74 -1 +1 1. next : negated conditional → KILLED
@@ -1145,12 +1145,12 @@

IndexPhase.java

- + 75 - +
@@ -1160,12 +1160,12 @@

IndexPhase.java

- + 76 - + @@ -1175,12 +1175,12 @@

IndexPhase.java

- + 77 - + @@ -1190,12 +1190,12 @@

IndexPhase.java

- + 78 - + @@ -1205,12 +1205,12 @@

IndexPhase.java

- + 79 -1 +1 1. next : negated conditional → KILLED
@@ -1222,12 +1222,12 @@

IndexPhase.java

- + 80 - +
@@ -1237,12 +1237,12 @@

IndexPhase.java

- + 81 - + @@ -1252,12 +1252,12 @@

IndexPhase.java

- + 82 - + @@ -1267,12 +1267,12 @@

IndexPhase.java

- + 83 -1 +1 1. next : negated conditional → KILLED
@@ -1284,12 +1284,12 @@

IndexPhase.java

- + 84 - +
@@ -1299,12 +1299,12 @@

IndexPhase.java

- + 85 - + @@ -1314,12 +1314,12 @@

IndexPhase.java

- + 86 -1 +1 1. next : negated conditional → KILLED
@@ -1331,12 +1331,12 @@

IndexPhase.java

- + 87 - +
@@ -1346,12 +1346,12 @@

IndexPhase.java

- + 88 - + @@ -1361,12 +1361,12 @@

IndexPhase.java

- + 89 - + @@ -1376,12 +1376,12 @@

IndexPhase.java

- + 90 - + @@ -1391,12 +1391,12 @@

IndexPhase.java

- + 91 - + @@ -1406,12 +1406,12 @@

IndexPhase.java

- + 92 -1 +1 1. next : negated conditional → KILLED
@@ -1423,12 +1423,12 @@

IndexPhase.java

- + 93 - +
@@ -1438,12 +1438,12 @@

IndexPhase.java

- + 94 - + @@ -1453,12 +1453,12 @@

IndexPhase.java

- + 95 -1 +1 1. next : negated conditional → KILLED
@@ -1470,12 +1470,12 @@

IndexPhase.java

- + 96 - +
@@ -1485,12 +1485,12 @@

IndexPhase.java

- + 97 - + @@ -1500,12 +1500,12 @@

IndexPhase.java

- + 98 - + @@ -1515,12 +1515,12 @@

IndexPhase.java

- + 99 - + @@ -1530,12 +1530,12 @@

IndexPhase.java

- + 100 -1 +1 1. next : removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::updateTagFilters → KILLED
@@ -1547,12 +1547,12 @@

IndexPhase.java

- + 101 - +
@@ -1562,12 +1562,12 @@

IndexPhase.java

- + 102 - + @@ -1577,12 +1577,12 @@

IndexPhase.java

- + 103 - + @@ -1592,12 +1592,12 @@

IndexPhase.java

- + 104 - + @@ -1607,12 +1607,12 @@

IndexPhase.java

- + 105 -1 +1 1. next : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::next → TIMED_OUT
@@ -1624,12 +1624,12 @@

IndexPhase.java

- + 106 - +
@@ -1639,12 +1639,12 @@

IndexPhase.java

- + 107 - + @@ -1654,12 +1654,12 @@

IndexPhase.java

- + 108 - + @@ -1669,12 +1669,12 @@

IndexPhase.java

- + 109 - + @@ -1684,12 +1684,12 @@

IndexPhase.java

- + 110 -1 +1 1. updateIndices : negated conditional → KILLED
@@ -1701,12 +1701,12 @@

IndexPhase.java

- + 111 -1 +1 1. updateIndices : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::updateIndices → KILLED
@@ -1718,12 +1718,12 @@

IndexPhase.java

- + 112 - +
@@ -1733,12 +1733,12 @@

IndexPhase.java

- + 113 - +
@@ -1748,12 +1748,12 @@

IndexPhase.java

- + 114 - + @@ -1763,12 +1763,12 @@

IndexPhase.java

- + 115 - + @@ -1778,12 +1778,12 @@

IndexPhase.java

- + 116 - + @@ -1793,12 +1793,12 @@

IndexPhase.java

- + 117 - + @@ -1808,12 +1808,12 @@

IndexPhase.java

- + 118 - + @@ -1823,12 +1823,12 @@

IndexPhase.java

- + 119 - + @@ -1838,12 +1838,12 @@

IndexPhase.java

- + 120 - + @@ -1853,12 +1853,12 @@

IndexPhase.java

- + 121 - + @@ -1868,12 +1868,12 @@

IndexPhase.java

- + 122 - + @@ -1883,12 +1883,12 @@

IndexPhase.java

- + 123 - + @@ -1898,12 +1898,12 @@

IndexPhase.java

- + 124 - + @@ -1913,12 +1913,12 @@

IndexPhase.java

- + 125 - + @@ -1928,12 +1928,12 @@

IndexPhase.java

- + 126 - + @@ -1943,12 +1943,12 @@

IndexPhase.java

- + 127 -1 +1 1. updateIndices : Changed increment from -1 to 1 → KILLED
@@ -1960,12 +1960,12 @@

IndexPhase.java

- + 128 -1 +1 1. updateIndices : Changed increment from -1 to 1 → KILLED
@@ -1977,12 +1977,12 @@

IndexPhase.java

- + 129 - +
@@ -1992,12 +1992,12 @@

IndexPhase.java

- + 130 - +
@@ -2007,12 +2007,12 @@

IndexPhase.java

- + 131 - + @@ -2022,12 +2022,12 @@

IndexPhase.java

- + 132 - + @@ -2037,12 +2037,12 @@

IndexPhase.java

- + 133 - + @@ -2052,12 +2052,12 @@

IndexPhase.java

- + 134 - + @@ -2067,12 +2067,12 @@

IndexPhase.java

- + 135 -1 +1 1. updateIndices : negated conditional → KILLED
@@ -2084,12 +2084,12 @@

IndexPhase.java

- + 136 -1 +1 1. updateIndices : negated conditional → KILLED
@@ -2101,12 +2101,12 @@

IndexPhase.java

- + 137 - +
@@ -2116,12 +2116,12 @@

IndexPhase.java

- + 138 -1 +1 1. updateIndices : removed call to java/util/stream/IntStream::forEach → KILLED
@@ -2133,12 +2133,12 @@

IndexPhase.java

- + 139 - +
@@ -2148,12 +2148,12 @@

IndexPhase.java

- + 140 - +
@@ -2163,12 +2163,12 @@

IndexPhase.java

- + 141 -1 +1 1. updateIndices : removed call to java/util/stream/IntStream::forEach → KILLED
@@ -2180,12 +2180,12 @@

IndexPhase.java

- + 142 - +
@@ -2195,12 +2195,12 @@

IndexPhase.java

- + 143 - + @@ -2210,12 +2210,12 @@

IndexPhase.java

- + 144 - + @@ -2225,12 +2225,12 @@

IndexPhase.java

- + 145 -1 +1 1. updateIndices : removed call to java/util/stream/IntStream::forEach → KILLED
@@ -2242,12 +2242,12 @@

IndexPhase.java

- + 146 - +
@@ -2257,12 +2257,12 @@

IndexPhase.java

- + 147 - + @@ -2272,29 +2272,29 @@

IndexPhase.java

- + 148 - + -1 +1 -1. updateIndices : replaced boolean return with false for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::updateIndices → TIMED_OUT
+1. updateIndices : replaced boolean return with false for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::updateIndices → SURVIVED
-
		return true;
+
		return true;
- + 149 - + @@ -2304,12 +2304,12 @@

IndexPhase.java

- + 150 - + @@ -2319,12 +2319,12 @@

IndexPhase.java

- + 151 - + @@ -2334,12 +2334,12 @@

IndexPhase.java

- + 152 -1 +1 1. highIndex : negated conditional → KILLED
@@ -2351,12 +2351,12 @@

IndexPhase.java

- + 153 -1 +1 1. highIndex : negated conditional → KILLED
@@ -2368,12 +2368,12 @@

IndexPhase.java

- + 154 - +
@@ -2383,12 +2383,12 @@

IndexPhase.java

- + 155 -1 +1 1. highIndex : replaced int return with 0 for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::highIndex → KILLED
@@ -2400,12 +2400,12 @@

IndexPhase.java

- + 156 - +
@@ -2415,12 +2415,12 @@

IndexPhase.java

- + 157 - +
@@ -2430,12 +2430,12 @@

IndexPhase.java

- + 158 -1 +1 1. highIndex : replaced int return with 0 for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::highIndex → KILLED
@@ -2447,12 +2447,12 @@

IndexPhase.java

- + 159 - +
@@ -2462,12 +2462,12 @@

IndexPhase.java

- + 160 - + @@ -2477,12 +2477,12 @@

IndexPhase.java

- + 161 -1 +1 1. highIndex : replaced int return with 0 for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::highIndex → KILLED
@@ -2494,12 +2494,12 @@

IndexPhase.java

- + 162 - +
@@ -2509,12 +2509,12 @@

IndexPhase.java

- + 163 - + @@ -2524,12 +2524,12 @@

IndexPhase.java

- + 164 - + @@ -2539,12 +2539,12 @@

IndexPhase.java

- + 165 - + @@ -2554,12 +2554,12 @@

IndexPhase.java

- + 166 - + @@ -2569,12 +2569,12 @@

IndexPhase.java

- + 167 - + @@ -2584,12 +2584,12 @@

IndexPhase.java

- + 168 - + @@ -2599,12 +2599,12 @@

IndexPhase.java

- + 169 - + @@ -2614,12 +2614,12 @@

IndexPhase.java

- + 170 -1 +1 1. lambda$printFlows$7 : negated conditional → KILLED
@@ -2631,12 +2631,12 @@

IndexPhase.java

- + 171 - +
@@ -2646,12 +2646,12 @@

IndexPhase.java

- + 172 -2 +2 1. lambda$null$4 : removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::flowItems → KILLED
2. lambda$null$2 : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$null$2 → KILLED
@@ -2664,12 +2664,12 @@

IndexPhase.java

- + 173 -2 +2 1. lambda$null$3 : negated conditional → KILLED
2. lambda$null$3 : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$null$3 → KILLED
@@ -2682,12 +2682,12 @@

IndexPhase.java

- + 174 - +
@@ -2697,12 +2697,12 @@

IndexPhase.java

- + 175 - +
@@ -2712,12 +2712,12 @@

IndexPhase.java

- + 176 -1 +1 1. lambda$null$6 : removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::flowItems → KILLED
@@ -2729,12 +2729,12 @@

IndexPhase.java

- + 177 -3 +3 1. lambda$null$5 : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$null$5 → KILLED
2. lambda$null$5 : negated conditional → KILLED
@@ -2748,12 +2748,12 @@

IndexPhase.java

- + 178 - +
@@ -2763,12 +2763,12 @@

IndexPhase.java

- + 179 - +
@@ -2778,12 +2778,12 @@

IndexPhase.java

- + 180 - + @@ -2793,12 +2793,12 @@

IndexPhase.java

- + 181 - + @@ -2808,12 +2808,12 @@

IndexPhase.java

- + 182 - + @@ -2823,12 +2823,12 @@

IndexPhase.java

- + 183 -2 +2 1. flowItems : negated conditional → KILLED
2. flowItems : changed conditional boundary → KILLED
@@ -2841,12 +2841,12 @@

IndexPhase.java

- + 184 -1 +1 1. flowItems : negated conditional → KILLED
@@ -2858,12 +2858,12 @@

IndexPhase.java

- + 185 - +
@@ -2873,12 +2873,12 @@

IndexPhase.java

- + 186 -1 +1 1. flowItems : Replaced integer addition with subtraction → KILLED
@@ -2890,12 +2890,12 @@

IndexPhase.java

- + 187 - +
@@ -2905,12 +2905,12 @@

IndexPhase.java

- + 188 - +
@@ -2920,12 +2920,12 @@

IndexPhase.java

- + 189 - + @@ -2935,12 +2935,12 @@

IndexPhase.java

- + 190 - + @@ -2950,12 +2950,12 @@

IndexPhase.java

- + 191 -2 +2 1. lambda$flowItems$8 : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$flowItems$8 → KILLED
2. lambda$flowItems$8 : negated conditional → KILLED
@@ -2968,12 +2968,12 @@

IndexPhase.java

- + 192 - +
@@ -2983,12 +2983,12 @@

IndexPhase.java

- + 193 - + @@ -2998,12 +2998,12 @@

IndexPhase.java

- + 194 - + @@ -3013,12 +3013,12 @@

IndexPhase.java

- + 195 - + @@ -3028,12 +3028,12 @@

IndexPhase.java

- + 196 - + @@ -3043,12 +3043,12 @@

IndexPhase.java

- + 197 - + @@ -3058,12 +3058,12 @@

IndexPhase.java

- + 198 - + @@ -3073,12 +3073,12 @@

IndexPhase.java

- + 199 -1 +1 1. drawHelp : negated conditional → KILLED
@@ -3090,12 +3090,12 @@

IndexPhase.java

- + 200 - +
@@ -3105,12 +3105,12 @@

IndexPhase.java

- + 201 - + @@ -3120,12 +3120,12 @@

IndexPhase.java

- + 202 - + @@ -3135,12 +3135,12 @@

IndexPhase.java

- + 203 - + @@ -3150,12 +3150,12 @@

IndexPhase.java

- + 204 - + @@ -3165,12 +3165,12 @@

IndexPhase.java

- + 205 - + @@ -3180,12 +3180,12 @@

IndexPhase.java

- + 206 - + @@ -3195,12 +3195,12 @@

IndexPhase.java

- + 207 - + @@ -3210,12 +3210,12 @@

IndexPhase.java

- + 208 - + @@ -3225,12 +3225,12 @@

IndexPhase.java

- + 209 - + @@ -3240,12 +3240,12 @@

IndexPhase.java

- + 210 - + @@ -3255,12 +3255,12 @@

IndexPhase.java

- + 211 - + @@ -3270,12 +3270,12 @@

IndexPhase.java

- + 212 - + @@ -3285,12 +3285,12 @@

IndexPhase.java

- + 213 - + @@ -3300,12 +3300,12 @@

IndexPhase.java

- + 214 - + @@ -3315,12 +3315,12 @@

IndexPhase.java

- + 215 - + @@ -3330,12 +3330,12 @@

IndexPhase.java

- + 216 - + @@ -3345,12 +3345,12 @@

IndexPhase.java

- + 217 - + @@ -3360,12 +3360,12 @@

IndexPhase.java

- + 218 - + @@ -3375,12 +3375,12 @@

IndexPhase.java

- + 219 - + @@ -3392,411 +3392,411 @@

IndexPhase.java

Mutations

-49 +49 - + -

1.1
Location : completer
Killed by : com.mastercard.test.flow.assrt.filter.cli.HelpTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.HelpTest]/[method:help()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::completer → KILLED

+

1.1
Location : completer
Killed by : com.mastercard.test.flow.assrt.filter.cli.ResetTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.ResetTest]/[method:reset()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::completer → KILLED

-
54 +54 - +

1.1
Location : render
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::printFlows → KILLED

-
57 +57 - +

1.1
Location : lambda$render$0
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$render$0 → KILLED

-
59 +59 - +

1.1
Location : lambda$render$1
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$render$1 → KILLED

2.2
Location : lambda$render$1
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
negated conditional → KILLED

3.3
Location : render
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::printTags → KILLED

-
60 +60 - +

1.1
Location : render
Killed by :
removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::drawHelp → TIMED_OUT

-
61 +61 - +

1.1
Location : render
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:output()]
removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::printErrors → KILLED

-
67 +67 - +

1.1
Location : next
Killed by :
removed call to java/util/List::clear → TIMED_OUT

-
69 +69 - +

1.1
Location : next
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
negated conditional → KILLED

-
74 +74 - +

1.1
Location : next
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
negated conditional → KILLED

-
79 +79 - +

1.1
Location : next
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
negated conditional → KILLED

-
83 +83 - +

1.1
Location : next
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
negated conditional → KILLED

-
86 +86 - +

1.1
Location : next
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
negated conditional → KILLED

-
92 +92 - +

1.1
Location : next
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
negated conditional → KILLED

-
95 +95 - +

1.1
Location : next
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:output()]
negated conditional → KILLED

-
100 +100 - +

1.1
Location : next
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:output()]
removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::updateTagFilters → KILLED

-
105 +105 - +

1.1
Location : next
Killed by :
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::next → TIMED_OUT

-
110 +110 - +

1.1
Location : updateIndices
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
negated conditional → KILLED

-
111 +111 - +

1.1
Location : updateIndices
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::updateIndices → KILLED

-
127 +127 - +

1.1
Location : updateIndices
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
Changed increment from -1 to 1 → KILLED

-
128 +128 - +

1.1
Location : updateIndices
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
Changed increment from -1 to 1 → KILLED

-
135 +135 - +

1.1
Location : updateIndices
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
negated conditional → KILLED

-
136 +136 - +

1.1
Location : updateIndices
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
negated conditional → KILLED

-
138 +138 - +

1.1
Location : updateIndices
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
removed call to java/util/stream/IntStream::forEach → KILLED

-
141 +141 - +

1.1
Location : updateIndices
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
removed call to java/util/stream/IntStream::forEach → KILLED

-
145 +145 - +

1.1
Location : updateIndices
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
removed call to java/util/stream/IntStream::forEach → KILLED

-
148 +148 - + -

1.1
Location : updateIndices
Killed by :
replaced boolean return with false for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::updateIndices → TIMED_OUT

+

1.1
Location : updateIndices
Killed by :
replaced boolean return with false for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::updateIndices → SURVIVED

-
152 +152 - +

1.1
Location : highIndex
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
negated conditional → KILLED

-
153 +153 - +

1.1
Location : highIndex
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
negated conditional → KILLED

-
155 +155 - +

1.1
Location : highIndex
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
replaced int return with 0 for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::highIndex → KILLED

-
158 +158 - +

1.1
Location : highIndex
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
replaced int return with 0 for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::highIndex → KILLED

-
161 +161 - +

1.1
Location : highIndex
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:input()]
replaced int return with 0 for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::highIndex → KILLED

-
170 +170 - +

1.1
Location : lambda$printFlows$7
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
negated conditional → KILLED

-
172 +172 - +

1.1
Location : lambda$null$4
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:output()]
removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::flowItems → KILLED

2.2
Location : lambda$null$2
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:output()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$null$2 → KILLED

-
173 +173 - +

1.1
Location : lambda$null$3
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:output()]
negated conditional → KILLED

2.2
Location : lambda$null$3
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:output()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$null$3 → KILLED

-
176 +176 - +

1.1
Location : lambda$null$6
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
removed call to com/mastercard/test/flow/assrt/filter/cli/IndexPhase::flowItems → KILLED

-
177 +177 - +

1.1
Location : lambda$null$5
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:output()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$null$5 → KILLED

2.2
Location : lambda$null$5
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:output()]
negated conditional → KILLED

3.3
Location : lambda$null$5
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
negated conditional → KILLED

-
183 +183 - +

1.1
Location : flowItems
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
negated conditional → KILLED

2.2
Location : flowItems
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
changed conditional boundary → KILLED

-
184 +184 - +

1.1
Location : flowItems
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
negated conditional → KILLED

-
186 +186 - +

1.1
Location : flowItems
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
Replaced integer addition with subtraction → KILLED

-
191 +191 - +

1.1
Location : lambda$flowItems$8
Killed by : com.mastercard.test.flow.assrt.filter.cli.FilterCliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.FilterCliTest]/[method:tagInExclude()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/IndexPhase::lambda$flowItems$8 → KILLED

2.2
Location : lambda$flowItems$8
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
negated conditional → KILLED

-
199 +199 - +

1.1
Location : drawHelp
Killed by : com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.IndexPhaseTest]/[method:wrappedTags()]
negated conditional → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Line.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Line.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Line.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Line.java.html index 0bdcaeae05..36c3ec0f5d 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Line.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/Line.java.html @@ -15,12 +15,12 @@

Line.java

-
+ 1 - + @@ -30,12 +30,12 @@

Line.java

- + 2 - + @@ -45,12 +45,12 @@

Line.java

- + 3 - + @@ -60,12 +60,12 @@

Line.java

- + 4 - + @@ -75,12 +75,12 @@

Line.java

- + 5 - + @@ -90,12 +90,12 @@

Line.java

- + 6 - + @@ -105,12 +105,12 @@

Line.java

- + 7 - + @@ -120,12 +120,12 @@

Line.java

- + 8 - + @@ -135,12 +135,12 @@

Line.java

- + 9 - + @@ -150,12 +150,12 @@

Line.java

- + 10 - + @@ -165,12 +165,12 @@

Line.java

- + 11 - + @@ -180,12 +180,12 @@

Line.java

- + 12 - + @@ -195,12 +195,12 @@

Line.java

- + 13 - + @@ -210,12 +210,12 @@

Line.java

- + 14 - + @@ -225,12 +225,12 @@

Line.java

- + 15 - + @@ -240,12 +240,12 @@

Line.java

- + 16 - + @@ -255,12 +255,12 @@

Line.java

- + 17 - + @@ -270,12 +270,12 @@

Line.java

- + 18 - + @@ -285,12 +285,12 @@

Line.java

- + 19 - + @@ -300,12 +300,12 @@

Line.java

- + 20 - + @@ -315,12 +315,12 @@

Line.java

- + 21 - + @@ -330,12 +330,12 @@

Line.java

- + 22 - + @@ -345,12 +345,12 @@

Line.java

- + 23 - + @@ -360,12 +360,12 @@

Line.java

- + 24 - + @@ -375,12 +375,12 @@

Line.java

- + 25 - + @@ -390,12 +390,12 @@

Line.java

- + 26 - + @@ -405,12 +405,12 @@

Line.java

- + 27 - + @@ -420,12 +420,12 @@

Line.java

- + 28 - + @@ -435,12 +435,12 @@

Line.java

- + 29 - + @@ -450,12 +450,12 @@

Line.java

- + 30 - + @@ -465,12 +465,12 @@

Line.java

- + 31 - + @@ -480,12 +480,12 @@

Line.java

- + 32 - + @@ -495,12 +495,12 @@

Line.java

- + 33 - + @@ -510,12 +510,12 @@

Line.java

- + 34 - + @@ -525,12 +525,12 @@

Line.java

- + 35 - + @@ -540,12 +540,12 @@

Line.java

- + 36 - + @@ -555,12 +555,12 @@

Line.java

- + 37 - + @@ -570,12 +570,12 @@

Line.java

- + 38 - + @@ -585,12 +585,12 @@

Line.java

- + 39 - + @@ -600,12 +600,12 @@

Line.java

- + 40 - + @@ -615,12 +615,12 @@

Line.java

- + 41 - + @@ -630,12 +630,12 @@

Line.java

- + 42 - + @@ -645,12 +645,12 @@

Line.java

- + 43 - + @@ -660,12 +660,12 @@

Line.java

- + 44 - + @@ -675,12 +675,12 @@

Line.java

- + 45 -1 +1 1. h : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::h → KILLED
@@ -692,12 +692,12 @@

Line.java

- + 46 - +
@@ -707,12 +707,12 @@

Line.java

- + 47 - + @@ -722,12 +722,12 @@

Line.java

- + 48 - + @@ -737,12 +737,12 @@

Line.java

- + 49 - + @@ -752,12 +752,12 @@

Line.java

- + 50 - + @@ -767,12 +767,12 @@

Line.java

- + 51 - + @@ -782,12 +782,12 @@

Line.java

- + 52 - + @@ -797,12 +797,12 @@

Line.java

- + 53 - + @@ -812,12 +812,12 @@

Line.java

- + 54 -1 +1 1. v : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::v → KILLED
@@ -829,12 +829,12 @@

Line.java

- + 55 - +
@@ -844,12 +844,12 @@

Line.java

- + 56 - + @@ -859,12 +859,12 @@

Line.java

- + 57 - + @@ -874,12 +874,12 @@

Line.java

- + 58 - + @@ -889,12 +889,12 @@

Line.java

- + 59 - + @@ -904,12 +904,12 @@

Line.java

- + 60 - + @@ -919,12 +919,12 @@

Line.java

- + 61 - + @@ -934,12 +934,12 @@

Line.java

- + 62 - + @@ -949,12 +949,12 @@

Line.java

- + 63 - + @@ -964,12 +964,12 @@

Line.java

- + 64 - + @@ -979,12 +979,12 @@

Line.java

- + 65 - + @@ -994,12 +994,12 @@

Line.java

- + 66 - + @@ -1009,12 +1009,12 @@

Line.java

- + 67 - + @@ -1024,12 +1024,12 @@

Line.java

- + 68 - + @@ -1039,12 +1039,12 @@

Line.java

- + 69 - + @@ -1054,12 +1054,12 @@

Line.java

- + 70 - + @@ -1069,12 +1069,12 @@

Line.java

- + 71 -1 +1 1. wrap : negated conditional → KILLED
@@ -1086,12 +1086,12 @@

Line.java

- + 72 - +
@@ -1101,12 +1101,12 @@

Line.java

- + 73 - + @@ -1116,12 +1116,12 @@

Line.java

- + 74 - + @@ -1131,12 +1131,12 @@

Line.java

- + 75 -2 +2 1. wrap : changed conditional boundary → TIMED_OUT
2. wrap : negated conditional → KILLED
@@ -1149,12 +1149,12 @@

Line.java

- + 76 - +
@@ -1164,12 +1164,12 @@

Line.java

- + 77 - + @@ -1179,12 +1179,12 @@

Line.java

- + 78 - + @@ -1194,12 +1194,12 @@

Line.java

- + 79 - + @@ -1209,12 +1209,12 @@

Line.java

- + 80 - + @@ -1224,12 +1224,12 @@

Line.java

- + 81 -1 +1 1. wrap : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Line::wrap → KILLED
@@ -1241,12 +1241,12 @@

Line.java

- + 82 - +
@@ -1256,12 +1256,12 @@

Line.java

- + 83 - + @@ -1271,12 +1271,12 @@

Line.java

- + 84 - + @@ -1286,12 +1286,12 @@

Line.java

- + 85 - + @@ -1301,12 +1301,12 @@

Line.java

- + 86 - + @@ -1316,12 +1316,12 @@

Line.java

- + 87 - + @@ -1331,12 +1331,12 @@

Line.java

- + 88 - + @@ -1346,12 +1346,12 @@

Line.java

- + 89 - + @@ -1361,12 +1361,12 @@

Line.java

- + 90 - + @@ -1376,12 +1376,12 @@

Line.java

- + 91 - + @@ -1391,12 +1391,12 @@

Line.java

- + 92 - + @@ -1406,12 +1406,12 @@

Line.java

- + 93 - + @@ -1421,12 +1421,12 @@

Line.java

- + 94 - + @@ -1436,12 +1436,12 @@

Line.java

- + 95 - + @@ -1451,12 +1451,12 @@

Line.java

- + 96 -2 +2 1. fillLine : changed conditional boundary → TIMED_OUT
2. fillLine : negated conditional → KILLED
@@ -1469,12 +1469,12 @@

Line.java

- + 97 - +
@@ -1484,12 +1484,12 @@

Line.java

- + 98 - + @@ -1499,12 +1499,12 @@

Line.java

- + 99 - + @@ -1514,12 +1514,12 @@

Line.java

- + 100 - + @@ -1529,12 +1529,12 @@

Line.java

- + 101 - + @@ -1544,12 +1544,12 @@

Line.java

- + 102 - + @@ -1559,12 +1559,12 @@

Line.java

- + 103 -1 +1 1. fillLine : negated conditional → KILLED
@@ -1576,12 +1576,12 @@

Line.java

- + 104 - +
@@ -1591,12 +1591,12 @@

Line.java

- + 105 -1 +1 1. fillLine : Replaced integer subtraction with addition → KILLED
@@ -1608,12 +1608,12 @@

Line.java

- + 106 - +
@@ -1623,12 +1623,12 @@

Line.java

- + 107 -2 +2 1. fillLine : changed conditional boundary → KILLED
2. fillLine : negated conditional → KILLED
@@ -1641,12 +1641,12 @@

Line.java

- + 108 - +
@@ -1656,12 +1656,12 @@

Line.java

- + 109 - + @@ -1671,12 +1671,12 @@

Line.java

- + 110 -2 +2 1. fillLine : Replaced integer addition with subtraction → KILLED
2. fillLine : Replaced integer addition with subtraction → KILLED
@@ -1689,12 +1689,12 @@

Line.java

- + 111 - +
@@ -1704,12 +1704,12 @@

Line.java

- + 112 -4 +4 1. fillLine : negated conditional → KILLED
2. fillLine : changed conditional boundary → KILLED
@@ -1724,12 +1724,12 @@

Line.java

- + 113 -4 +4 1. fillLine : changed conditional boundary → KILLED
2. fillLine : Replaced integer addition with subtraction → KILLED
@@ -1744,12 +1744,12 @@

Line.java

- + 114 - +
@@ -1759,12 +1759,12 @@

Line.java

- + 115 -1 +1 1. fillLine : removed call to java/util/Deque::addFirst → KILLED
@@ -1776,12 +1776,12 @@

Line.java

- + 116 -1 +1 1. fillLine : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/filter/cli/Line::fillLine → KILLED
@@ -1793,12 +1793,12 @@

Line.java

- + 117 - +
@@ -1808,12 +1808,12 @@

Line.java

- + 118 - +
@@ -1823,12 +1823,12 @@

Line.java

- + 119 - +
@@ -1838,12 +1838,12 @@

Line.java

- + 120 -1 +1 1. fillLine : Replaced integer subtraction with addition → KILLED
@@ -1855,12 +1855,12 @@

Line.java

- + 121 -1 +1 1. fillLine : Replaced integer subtraction with addition → KILLED
@@ -1872,12 +1872,12 @@

Line.java

- + 122 - +
@@ -1887,12 +1887,12 @@

Line.java

- + 123 -1 +1 1. fillLine : removed call to java/util/Deque::addFirst → KILLED
@@ -1904,12 +1904,12 @@

Line.java

- + 124 -1 +1 1. fillLine : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/filter/cli/Line::fillLine → KILLED
@@ -1921,12 +1921,12 @@

Line.java

- + 125 - +
@@ -1936,12 +1936,12 @@

Line.java

- + 126 - +
@@ -1951,12 +1951,12 @@

Line.java

- + 127 - +
@@ -1966,12 +1966,12 @@

Line.java

- + 128 -1 +1 1. fillLine : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/filter/cli/Line::fillLine → KILLED
@@ -1983,12 +1983,12 @@

Line.java

- + 129 - +
@@ -1998,12 +1998,12 @@

Line.java

- + 130 - + @@ -2013,12 +2013,12 @@

Line.java

- + 131 - + @@ -2028,12 +2028,12 @@

Line.java

- + 132 - + @@ -2043,12 +2043,12 @@

Line.java

- + 133 - + @@ -2058,12 +2058,12 @@

Line.java

- + 134 - + @@ -2073,12 +2073,12 @@

Line.java

- + 135 - + @@ -2088,12 +2088,12 @@

Line.java

- + 136 - + @@ -2103,12 +2103,12 @@

Line.java

- + 137 - + @@ -2118,12 +2118,12 @@

Line.java

- + 138 - + @@ -2133,12 +2133,12 @@

Line.java

- + 139 - + @@ -2148,12 +2148,12 @@

Line.java

- + 140 - + @@ -2163,12 +2163,12 @@

Line.java

- + 141 - + @@ -2178,12 +2178,12 @@

Line.java

- + 142 -1 +1 1. wrap : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Line::wrap → KILLED
@@ -2195,12 +2195,12 @@

Line.java

- + 143 - +
@@ -2210,12 +2210,12 @@

Line.java

- + 144 -1 +1 1. lambda$wrap$0 : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::lambda$wrap$0 → KILLED
@@ -2227,12 +2227,12 @@

Line.java

- + 145 - +
@@ -2242,12 +2242,12 @@

Line.java

- + 146 - + @@ -2257,12 +2257,12 @@

Line.java

- + 147 - + @@ -2272,12 +2272,12 @@

Line.java

- + 148 - + @@ -2287,12 +2287,12 @@

Line.java

- + 149 - + @@ -2302,12 +2302,12 @@

Line.java

- + 150 - + @@ -2317,12 +2317,12 @@

Line.java

- + 151 - + @@ -2332,12 +2332,12 @@

Line.java

- + 152 - + @@ -2347,12 +2347,12 @@

Line.java

- + 153 - + @@ -2362,12 +2362,12 @@

Line.java

- + 154 - + @@ -2377,12 +2377,12 @@

Line.java

- + 155 - + @@ -2392,12 +2392,12 @@

Line.java

- + 156 -1 +1 1. words : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Line::words → KILLED
@@ -2409,12 +2409,12 @@

Line.java

- + 157 -1 +1 1. lambda$words$1 : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::lambda$words$1 → KILLED
@@ -2426,12 +2426,12 @@

Line.java

- + 158 - +
@@ -2441,12 +2441,12 @@

Line.java

- + 159 - +
@@ -2456,12 +2456,12 @@

Line.java

- + 160 - + @@ -2471,12 +2471,12 @@

Line.java

- + 161 - + @@ -2486,12 +2486,12 @@

Line.java

- + 162 - + @@ -2501,12 +2501,12 @@

Line.java

- + 163 - + @@ -2516,12 +2516,12 @@

Line.java

- + 164 - + @@ -2531,12 +2531,12 @@

Line.java

- + 165 - + @@ -2546,12 +2546,12 @@

Line.java

- + 166 - + @@ -2561,12 +2561,12 @@

Line.java

- + 167 - + @@ -2576,12 +2576,12 @@

Line.java

- + 168 - + @@ -2591,12 +2591,12 @@

Line.java

- + 169 -2 +2 1. ellipsise : changed conditional boundary → KILLED
2. ellipsise : negated conditional → KILLED
@@ -2609,12 +2609,12 @@

Line.java

- + 170 -2 +2 1. ellipsise : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::ellipsise → KILLED
2. ellipsise : Replaced integer subtraction with addition → KILLED
@@ -2627,12 +2627,12 @@

Line.java

- + 171 - +
@@ -2642,12 +2642,12 @@

Line.java

- + 172 -1 +1 1. ellipsise : replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::ellipsise → KILLED
@@ -2659,12 +2659,12 @@

Line.java

- + 173 - +
@@ -2674,12 +2674,12 @@

Line.java

- + 174 - +
@@ -2691,261 +2691,261 @@

Line.java

Mutations

-45 +45 - +

1.1
Location : h
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::h → KILLED

-
54 +54 - +

1.1
Location : v
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:lines()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::v → KILLED

-
71 +71 - +

1.1
Location : wrap
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
negated conditional → KILLED

-
75 +75 - +

1.1
Location : wrap
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
negated conditional → KILLED

2.2
Location : wrap
Killed by :
changed conditional boundary → TIMED_OUT

-
81 +81 - +

1.1
Location : wrap
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Line::wrap → KILLED

-
96 +96 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
negated conditional → KILLED

2.2
Location : fillLine
Killed by :
changed conditional boundary → TIMED_OUT

-
103 +103 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
negated conditional → KILLED

-
105 +105 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
Replaced integer subtraction with addition → KILLED

-
107 +107 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
changed conditional boundary → KILLED

2.2
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
negated conditional → KILLED

-
110 +110 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
Replaced integer addition with subtraction → KILLED

2.2
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
Replaced integer addition with subtraction → KILLED

-
112 +112 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
negated conditional → KILLED

2.2
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
changed conditional boundary → KILLED

3.3
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
Replaced integer addition with subtraction → KILLED

4.4
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
negated conditional → KILLED

-
113 +113 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
changed conditional boundary → KILLED

2.2
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
Replaced integer addition with subtraction → KILLED

3.3
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
negated conditional → KILLED

4.4
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
Replaced integer subtraction with addition → KILLED

-
115 +115 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
removed call to java/util/Deque::addFirst → KILLED

-
116 +116 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/filter/cli/Line::fillLine → KILLED

-
120 +120 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
Replaced integer subtraction with addition → KILLED

-
121 +121 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
Replaced integer subtraction with addition → KILLED

-
123 +123 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
removed call to java/util/Deque::addFirst → KILLED

-
124 +124 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/filter/cli/Line::fillLine → KILLED

-
128 +128 - +

1.1
Location : fillLine
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:wrap()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/filter/cli/Line::fillLine → KILLED

-
142 +142 - +

1.1
Location : wrap
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:title()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Line::wrap → KILLED

-
144 +144 - +

1.1
Location : lambda$wrap$0
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:title()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::lambda$wrap$0 → KILLED

-
156 +156 - +

1.1
Location : words
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:title()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/Line::words → KILLED

-
157 +157 - +

1.1
Location : lambda$words$1
Killed by : com.mastercard.test.flow.assrt.filter.cli.CliTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.CliTest]/[method:title()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::lambda$words$1 → KILLED

-
169 +169 - +

1.1
Location : ellipsise
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:ellipsise()]
changed conditional boundary → KILLED

2.2
Location : ellipsise
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:ellipsise()]
negated conditional → KILLED

-
170 +170 - +

1.1
Location : ellipsise
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:ellipsise()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::ellipsise → KILLED

2.2
Location : ellipsise
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:ellipsise()]
Replaced integer subtraction with addition → KILLED

-
172 +172 - +

1.1
Location : ellipsise
Killed by : com.mastercard.test.flow.assrt.filter.cli.LineTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.LineTest]/[method:ellipsise()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/cli/Line::ellipsise → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagCompleter.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagCompleter.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagCompleter.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagCompleter.java.html index 648812a5a0..1f62cd4eed 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagCompleter.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagCompleter.java.html @@ -15,12 +15,12 @@

TagCompleter.java

-
+ 1 - + @@ -30,12 +30,12 @@

TagCompleter.java

- + 2 - + @@ -45,12 +45,12 @@

TagCompleter.java

- + 3 - + @@ -60,12 +60,12 @@

TagCompleter.java

- + 4 - + @@ -75,12 +75,12 @@

TagCompleter.java

- + 5 - + @@ -90,12 +90,12 @@

TagCompleter.java

- + 6 - + @@ -105,12 +105,12 @@

TagCompleter.java

- + 7 - + @@ -120,12 +120,12 @@

TagCompleter.java

- + 8 - + @@ -135,12 +135,12 @@

TagCompleter.java

- + 9 - + @@ -150,12 +150,12 @@

TagCompleter.java

- + 10 - + @@ -165,12 +165,12 @@

TagCompleter.java

- + 11 - + @@ -180,12 +180,12 @@

TagCompleter.java

- + 12 - + @@ -195,12 +195,12 @@

TagCompleter.java

- + 13 - + @@ -210,12 +210,12 @@

TagCompleter.java

- + 14 - + @@ -225,12 +225,12 @@

TagCompleter.java

- + 15 - + @@ -240,12 +240,12 @@

TagCompleter.java

- + 16 - + @@ -255,12 +255,12 @@

TagCompleter.java

- + 17 - + @@ -270,12 +270,12 @@

TagCompleter.java

- + 18 - + @@ -285,12 +285,12 @@

TagCompleter.java

- + 19 - + @@ -300,12 +300,12 @@

TagCompleter.java

- + 20 - + @@ -315,12 +315,12 @@

TagCompleter.java

- + 21 - + @@ -330,12 +330,12 @@

TagCompleter.java

- + 22 - + @@ -345,12 +345,12 @@

TagCompleter.java

- + 23 - + @@ -360,12 +360,12 @@

TagCompleter.java

- + 24 - + @@ -375,12 +375,12 @@

TagCompleter.java

- + 25 - + @@ -390,12 +390,12 @@

TagCompleter.java

- + 26 - + @@ -405,12 +405,12 @@

TagCompleter.java

- + 27 - + @@ -420,12 +420,12 @@

TagCompleter.java

- + 28 - + @@ -435,12 +435,12 @@

TagCompleter.java

- + 29 - + @@ -450,12 +450,12 @@

TagCompleter.java

- + 30 - + @@ -465,12 +465,12 @@

TagCompleter.java

- + 31 - + @@ -480,12 +480,12 @@

TagCompleter.java

- + 32 - + @@ -495,12 +495,12 @@

TagCompleter.java

- + 33 -1 +1 1. complete : negated conditional → KILLED
@@ -512,12 +512,12 @@

TagCompleter.java

- + 34 - +
@@ -527,12 +527,12 @@

TagCompleter.java

- + 35 - + @@ -542,12 +542,12 @@

TagCompleter.java

- + 36 - + @@ -557,12 +557,12 @@

TagCompleter.java

- + 37 - + @@ -572,12 +572,12 @@

TagCompleter.java

- + 38 - + @@ -587,12 +587,12 @@

TagCompleter.java

- + 39 -1 +1 1. complete : negated conditional → KILLED
@@ -604,12 +604,12 @@

TagCompleter.java

- + 40 - +
@@ -619,12 +619,12 @@

TagCompleter.java

- + 41 -2 +2 1. lambda$complete$0 : negated conditional → KILLED
2. lambda$complete$0 : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/TagCompleter::lambda$complete$0 → KILLED
@@ -637,12 +637,12 @@

TagCompleter.java

- + 42 -1 +1 1. complete : removed call to java/util/stream/Stream::forEach → KILLED
@@ -654,12 +654,12 @@

TagCompleter.java

- + 43 - +
@@ -669,12 +669,12 @@

TagCompleter.java

- + 44 -1 +1 1. complete : negated conditional → KILLED
@@ -686,12 +686,12 @@

TagCompleter.java

- + 45 - +
@@ -701,12 +701,12 @@

TagCompleter.java

- + 46 -2 +2 1. lambda$complete$2 : negated conditional → KILLED
2. lambda$complete$2 : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/TagCompleter::lambda$complete$2 → KILLED
@@ -719,12 +719,12 @@

TagCompleter.java

- + 47 -1 +1 1. complete : removed call to java/util/stream/Stream::forEach → KILLED
@@ -736,12 +736,12 @@

TagCompleter.java

- + 48 - +
@@ -751,12 +751,12 @@

TagCompleter.java

- + 49 - +
@@ -766,12 +766,12 @@

TagCompleter.java

- + 50 - +
@@ -783,71 +783,71 @@

TagCompleter.java

Mutations

-33 +33 - +

1.1
Location : complete
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest]/[method:fromEmpty()]
negated conditional → KILLED

-
39 +39 - +

1.1
Location : complete
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest]/[method:fromPlus()]
negated conditional → KILLED

-
41 +41 - +

1.1
Location : lambda$complete$0
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest]/[method:fromPlus()]
negated conditional → KILLED

2.2
Location : lambda$complete$0
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest]/[method:alreadyFiltered()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/TagCompleter::lambda$complete$0 → KILLED

-
42 +42 - +

1.1
Location : complete
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest]/[method:fromPlus()]
removed call to java/util/stream/Stream::forEach → KILLED

-
44 +44 - +

1.1
Location : complete
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest]/[method:alreadyFiltered()]
negated conditional → KILLED

-
46 +46 - +

1.1
Location : lambda$complete$2
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest]/[method:alreadyFiltered()]
negated conditional → KILLED

2.2
Location : lambda$complete$2
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest]/[method:alreadyFiltered()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/TagCompleter::lambda$complete$2 → KILLED

-
47 +47 - +

1.1
Location : complete
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest]/[method:alreadyFiltered()]
removed call to java/util/stream/Stream::forEach → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagPhase.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagPhase.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagPhase.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagPhase.java.html index c1f4b129ec..0632e9d3a0 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagPhase.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/TagPhase.java.html @@ -15,12 +15,12 @@

TagPhase.java

-
+ 1 - + @@ -30,12 +30,12 @@

TagPhase.java

- + 2 - + @@ -45,12 +45,12 @@

TagPhase.java

- + 3 - + @@ -60,12 +60,12 @@

TagPhase.java

- + 4 - + @@ -75,12 +75,12 @@

TagPhase.java

- + 5 - + @@ -90,12 +90,12 @@

TagPhase.java

- + 6 - + @@ -105,12 +105,12 @@

TagPhase.java

- + 7 - + @@ -120,12 +120,12 @@

TagPhase.java

- + 8 - + @@ -135,12 +135,12 @@

TagPhase.java

- + 9 - + @@ -150,12 +150,12 @@

TagPhase.java

- + 10 - + @@ -165,12 +165,12 @@

TagPhase.java

- + 11 - + @@ -180,12 +180,12 @@

TagPhase.java

- + 12 - + @@ -195,12 +195,12 @@

TagPhase.java

- + 13 - + @@ -210,12 +210,12 @@

TagPhase.java

- + 14 - + @@ -225,12 +225,12 @@

TagPhase.java

- + 15 - + @@ -240,12 +240,12 @@

TagPhase.java

- + 16 - + @@ -255,12 +255,12 @@

TagPhase.java

- + 17 - + @@ -270,12 +270,12 @@

TagPhase.java

- + 18 - + @@ -285,12 +285,12 @@

TagPhase.java

- + 19 - + @@ -300,12 +300,12 @@

TagPhase.java

- + 20 - + @@ -315,12 +315,12 @@

TagPhase.java

- + 21 - + @@ -330,12 +330,12 @@

TagPhase.java

- + 22 - + @@ -345,12 +345,12 @@

TagPhase.java

- + 23 - + @@ -360,12 +360,12 @@

TagPhase.java

- + 24 - + @@ -375,12 +375,12 @@

TagPhase.java

- + 25 - + @@ -390,12 +390,12 @@

TagPhase.java

- + 26 - + @@ -405,12 +405,12 @@

TagPhase.java

- + 27 - + @@ -420,12 +420,12 @@

TagPhase.java

- + 28 - + @@ -435,12 +435,12 @@

TagPhase.java

- + 29 - + @@ -450,12 +450,12 @@

TagPhase.java

- + 30 - + @@ -465,12 +465,12 @@

TagPhase.java

- + 31 - + @@ -480,12 +480,12 @@

TagPhase.java

- + 32 - + @@ -495,12 +495,12 @@

TagPhase.java

- + 33 - + @@ -510,12 +510,12 @@

TagPhase.java

- + 34 - + @@ -525,12 +525,12 @@

TagPhase.java

- + 35 - + @@ -540,12 +540,12 @@

TagPhase.java

- + 36 - + @@ -555,12 +555,12 @@

TagPhase.java

- + 37 - + @@ -570,12 +570,12 @@

TagPhase.java

- + 38 - + @@ -585,12 +585,12 @@

TagPhase.java

- + 39 - + @@ -600,12 +600,12 @@

TagPhase.java

- + 40 - + @@ -615,12 +615,12 @@

TagPhase.java

- + 41 - + @@ -630,12 +630,12 @@

TagPhase.java

- + 42 - + @@ -645,12 +645,12 @@

TagPhase.java

- + 43 - + @@ -660,12 +660,12 @@

TagPhase.java

- + 44 - + @@ -675,12 +675,12 @@

TagPhase.java

- + 45 - + @@ -690,12 +690,12 @@

TagPhase.java

- + 46 - + @@ -705,12 +705,12 @@

TagPhase.java

- + 47 - + @@ -720,12 +720,12 @@

TagPhase.java

- + 48 -1 +1 1. completer : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/TagPhase::completer → KILLED
@@ -737,12 +737,12 @@

TagPhase.java

- + 49 - +
@@ -752,12 +752,12 @@

TagPhase.java

- + 50 - + @@ -767,12 +767,12 @@

TagPhase.java

- + 51 - + @@ -782,12 +782,12 @@

TagPhase.java

- + 52 - + @@ -797,12 +797,12 @@

TagPhase.java

- + 53 -1 +1 1. render : removed call to com/mastercard/test/flow/assrt/filter/cli/TagPhase::printTags → KILLED
@@ -814,12 +814,12 @@

TagPhase.java

- + 54 - +
@@ -829,12 +829,12 @@

TagPhase.java

- + 55 -1 +1 1. lambda$render$0 : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/TagPhase::lambda$render$0 → KILLED
@@ -846,12 +846,12 @@

TagPhase.java

- + 56 -1 +1 1. render : removed call to com/mastercard/test/flow/assrt/filter/cli/TagPhase::drawHelp → TIMED_OUT
@@ -863,12 +863,12 @@

TagPhase.java

- + 57 -1 +1 1. render : removed call to com/mastercard/test/flow/assrt/filter/cli/TagPhase::printErrors → KILLED
@@ -880,12 +880,12 @@

TagPhase.java

- + 58 - +
@@ -895,12 +895,12 @@

TagPhase.java

- + 59 - +
@@ -910,12 +910,12 @@

TagPhase.java

- + 60 - +
@@ -925,12 +925,12 @@

TagPhase.java

- + 61 - + @@ -940,12 +940,12 @@

TagPhase.java

- + 62 - + @@ -955,29 +955,29 @@

TagPhase.java

- + 63 - + -1 +1 -1. next : removed call to java/util/List::clear → TIMED_OUT
+1. next : removed call to java/util/List::clear → KILLED
-
		errors.clear();
+
		errors.clear();
- + 64 - + @@ -987,12 +987,12 @@

TagPhase.java

- + 65 -1 +1 1. next : negated conditional → KILLED
@@ -1004,12 +1004,12 @@

TagPhase.java

- + 66 -1 +1 1. next : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/TagPhase::next → TIMED_OUT
@@ -1021,12 +1021,12 @@

TagPhase.java

- + 67 - +
@@ -1036,12 +1036,12 @@

TagPhase.java

- + 68 - +
@@ -1051,12 +1051,12 @@

TagPhase.java

- + 69 -1 +1 1. next : removed call to com/mastercard/test/flow/assrt/filter/cli/TagPhase::updateTagFilters → KILLED
@@ -1068,12 +1068,12 @@

TagPhase.java

- + 70 - +
@@ -1083,12 +1083,12 @@

TagPhase.java

- + 71 -1 +1 1. next : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/TagPhase::next → TIMED_OUT
@@ -1100,12 +1100,12 @@

TagPhase.java

- + 72 - +
@@ -1115,12 +1115,12 @@

TagPhase.java

- + 73 - + @@ -1130,12 +1130,12 @@

TagPhase.java

- + 74 - + @@ -1145,12 +1145,12 @@

TagPhase.java

- + 75 - + @@ -1160,12 +1160,12 @@

TagPhase.java

- + 76 - + @@ -1175,12 +1175,12 @@

TagPhase.java

- + 77 - + @@ -1190,12 +1190,12 @@

TagPhase.java

- + 78 - + @@ -1205,12 +1205,12 @@

TagPhase.java

- + 79 - + @@ -1220,12 +1220,12 @@

TagPhase.java

- + 80 - + @@ -1235,12 +1235,12 @@

TagPhase.java

- + 81 - + @@ -1250,12 +1250,12 @@

TagPhase.java

- + 82 - + @@ -1265,12 +1265,12 @@

TagPhase.java

- + 83 - + @@ -1280,12 +1280,12 @@

TagPhase.java

- + 84 -1 +1 1. updateTagFilters : negated conditional → KILLED
@@ -1297,12 +1297,12 @@

TagPhase.java

- + 85 -1 +1 1. updateTagFilters : negated conditional → KILLED
@@ -1314,12 +1314,12 @@

TagPhase.java

- + 86 - +
@@ -1329,12 +1329,12 @@

TagPhase.java

- + 87 - +
@@ -1344,12 +1344,12 @@

TagPhase.java

- + 88 -1 +1 1. updateTagFilters : negated conditional → KILLED
@@ -1361,12 +1361,12 @@

TagPhase.java

- + 89 -1 +1 1. updateTagFilters : removed call to java/util/Set::clear → KILLED
@@ -1378,12 +1378,12 @@

TagPhase.java

- + 90 -1 +1 1. updateTagFilters : removed call to java/util/Set::clear → KILLED
@@ -1395,12 +1395,12 @@

TagPhase.java

- + 91 - +
@@ -1410,12 +1410,12 @@

TagPhase.java

- + 92 -2 +2 1. updateTagFilters : negated conditional → KILLED
2. updateTagFilters : negated conditional → KILLED
@@ -1428,12 +1428,12 @@

TagPhase.java

- + 93 - +
@@ -1443,12 +1443,12 @@

TagPhase.java

- + 94 - +
@@ -1458,12 +1458,12 @@

TagPhase.java

- + 95 - +
@@ -1473,12 +1473,12 @@

TagPhase.java

- + 96 -1 +1 1. updateTagFilters : negated conditional → KILLED
@@ -1490,12 +1490,12 @@

TagPhase.java

- + 97 -1 +1 1. updateTagFilters : negated conditional → KILLED
@@ -1507,12 +1507,12 @@

TagPhase.java

- + 98 -1 +1 1. updateTagFilters : negated conditional → KILLED
@@ -1524,12 +1524,12 @@

TagPhase.java

- + 99 - +
@@ -1539,12 +1539,12 @@

TagPhase.java

- + 100 - +
@@ -1554,12 +1554,12 @@

TagPhase.java

- + 101 - +
@@ -1569,12 +1569,12 @@

TagPhase.java

- + 102 -1 +1 1. updateTagFilters : negated conditional → KILLED
@@ -1586,12 +1586,12 @@

TagPhase.java

- + 103 - +
@@ -1601,12 +1601,12 @@

TagPhase.java

- + 104 - + @@ -1616,12 +1616,12 @@

TagPhase.java

- + 105 - + @@ -1631,12 +1631,12 @@

TagPhase.java

- + 106 - + @@ -1646,12 +1646,12 @@

TagPhase.java

- + 107 - + @@ -1661,12 +1661,12 @@

TagPhase.java

- + 108 - + @@ -1676,12 +1676,12 @@

TagPhase.java

- + 109 - + @@ -1691,12 +1691,12 @@

TagPhase.java

- + 110 - + @@ -1706,12 +1706,12 @@

TagPhase.java

- + 111 - + @@ -1721,12 +1721,12 @@

TagPhase.java

- + 112 - + @@ -1736,12 +1736,12 @@

TagPhase.java

- + 113 - + @@ -1751,12 +1751,12 @@

TagPhase.java

- + 114 - + @@ -1766,12 +1766,12 @@

TagPhase.java

- + 115 - + @@ -1781,12 +1781,12 @@

TagPhase.java

- + 116 - + @@ -1796,12 +1796,12 @@

TagPhase.java

- + 117 - + @@ -1811,12 +1811,12 @@

TagPhase.java

- + 118 - + @@ -1826,12 +1826,12 @@

TagPhase.java

- + 119 - + @@ -1841,12 +1841,12 @@

TagPhase.java

- + 120 - + @@ -1856,12 +1856,12 @@

TagPhase.java

- + 121 - + @@ -1871,12 +1871,12 @@

TagPhase.java

- + 122 - + @@ -1886,12 +1886,12 @@

TagPhase.java

- + 123 - + @@ -1901,12 +1901,12 @@

TagPhase.java

- + 124 - + @@ -1916,12 +1916,12 @@

TagPhase.java

- + 125 - + @@ -1931,12 +1931,12 @@

TagPhase.java

- + 126 - + @@ -1946,12 +1946,12 @@

TagPhase.java

- + 127 - + @@ -1961,12 +1961,12 @@

TagPhase.java

- + 128 - + @@ -1976,12 +1976,12 @@

TagPhase.java

- + 129 - + @@ -1991,12 +1991,12 @@

TagPhase.java

- + 130 - + @@ -2006,12 +2006,12 @@

TagPhase.java

- + 131 - + @@ -2021,12 +2021,12 @@

TagPhase.java

- + 132 - + @@ -2036,12 +2036,12 @@

TagPhase.java

- + 133 - + @@ -2051,12 +2051,12 @@

TagPhase.java

- + 134 - + @@ -2066,12 +2066,12 @@

TagPhase.java

- + 135 -1 +1 1. lambda$printTags$2 : negated conditional → KILLED
@@ -2083,12 +2083,12 @@

TagPhase.java

- + 136 - +
@@ -2098,12 +2098,12 @@

TagPhase.java

- + 137 - + @@ -2113,12 +2113,12 @@

TagPhase.java

- + 138 - + @@ -2128,12 +2128,12 @@

TagPhase.java

- + 139 -1 +1 1. lambda$printTags$2 : negated conditional → KILLED
@@ -2145,12 +2145,12 @@

TagPhase.java

- + 140 - +
@@ -2160,12 +2160,12 @@

TagPhase.java

- + 141 -1 +1 1. lambda$null$1 : replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/TagPhase::lambda$null$1 → KILLED
@@ -2177,12 +2177,12 @@

TagPhase.java

- + 142 - +
@@ -2192,12 +2192,12 @@

TagPhase.java

- + 143 - + @@ -2207,12 +2207,12 @@

TagPhase.java

- + 144 - + @@ -2222,12 +2222,12 @@

TagPhase.java

- + 145 - + @@ -2237,12 +2237,12 @@

TagPhase.java

- + 146 - + @@ -2252,12 +2252,12 @@

TagPhase.java

- + 147 - + @@ -2267,12 +2267,12 @@

TagPhase.java

- + 148 - + @@ -2282,12 +2282,12 @@

TagPhase.java

- + 149 - + @@ -2297,12 +2297,12 @@

TagPhase.java

- + 150 - + @@ -2312,12 +2312,12 @@

TagPhase.java

- + 151 - + @@ -2327,12 +2327,12 @@

TagPhase.java

- + 152 -1 +1 1. drawHelp : negated conditional → KILLED
@@ -2344,12 +2344,12 @@

TagPhase.java

- + 153 - +
@@ -2359,12 +2359,12 @@

TagPhase.java

- + 154 - + @@ -2374,12 +2374,12 @@

TagPhase.java

- + 155 - + @@ -2389,12 +2389,12 @@

TagPhase.java

- + 156 - + @@ -2404,12 +2404,12 @@

TagPhase.java

- + 157 - + @@ -2419,12 +2419,12 @@

TagPhase.java

- + 158 - + @@ -2434,12 +2434,12 @@

TagPhase.java

- + 159 - + @@ -2449,12 +2449,12 @@

TagPhase.java

- + 160 - + @@ -2464,12 +2464,12 @@

TagPhase.java

- + 161 - + @@ -2479,12 +2479,12 @@

TagPhase.java

- + 162 - + @@ -2494,12 +2494,12 @@

TagPhase.java

- + 163 - + @@ -2509,12 +2509,12 @@

TagPhase.java

- + 164 - + @@ -2524,12 +2524,12 @@

TagPhase.java

- + 165 - + @@ -2539,12 +2539,12 @@

TagPhase.java

- + 166 - + @@ -2554,12 +2554,12 @@

TagPhase.java

- + 167 - + @@ -2569,12 +2569,12 @@

TagPhase.java

- + 168 - + @@ -2584,12 +2584,12 @@

TagPhase.java

- + 169 - + @@ -2599,12 +2599,12 @@

TagPhase.java

- + 170 - + @@ -2614,12 +2614,12 @@

TagPhase.java

- + 171 - + @@ -2629,12 +2629,12 @@

TagPhase.java

- + 172 -1 +1 1. printErrors : negated conditional → KILLED
@@ -2646,12 +2646,12 @@

TagPhase.java

- + 173 - +
@@ -2661,12 +2661,12 @@

TagPhase.java

- + 174 -1 +1 1. lambda$printErrors$5 : removed call to java/util/List::forEach → KILLED
@@ -2678,12 +2678,12 @@

TagPhase.java

- + 175 - +
@@ -2693,12 +2693,12 @@

TagPhase.java

- + 176 - + @@ -2708,12 +2708,12 @@

TagPhase.java

- + 177 - + @@ -2723,12 +2723,12 @@

TagPhase.java

- + 178 - + @@ -2738,12 +2738,12 @@

TagPhase.java

- + 179 - + @@ -2755,261 +2755,261 @@

TagPhase.java

Mutations

-48 +48 - +

1.1
Location : completer
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest]/[method:tagCompletion()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/TagPhase::completer → KILLED

-
53 +53 - +

1.1
Location : render
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:empty()]
removed call to com/mastercard/test/flow/assrt/filter/cli/TagPhase::printTags → KILLED

-
55 +55 - +

1.1
Location : lambda$render$0
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:wrapping()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/cli/TagPhase::lambda$render$0 → KILLED

-
56 +56 - +

1.1
Location : render
Killed by :
removed call to com/mastercard/test/flow/assrt/filter/cli/TagPhase::drawHelp → TIMED_OUT

-
57 +57 - +

1.1
Location : render
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:output()]
removed call to com/mastercard/test/flow/assrt/filter/cli/TagPhase::printErrors → KILLED

-
63 +63 - + -

1.1
Location : next
Killed by :
removed call to java/util/List::clear → TIMED_OUT

+

1.1
Location : next
Killed by : com.mastercard.test.flow.assrt.filter.cli.ErrorsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.ErrorsTest]/[method:errors()]
removed call to java/util/List::clear → KILLED

-
65 +65 - +

1.1
Location : next
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
negated conditional → KILLED

-
66 +66 - +

1.1
Location : next
Killed by :
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/TagPhase::next → TIMED_OUT

-
69 +69 - +

1.1
Location : next
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
removed call to com/mastercard/test/flow/assrt/filter/cli/TagPhase::updateTagFilters → KILLED

-
71 +71 - +

1.1
Location : next
Killed by :
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/TagPhase::next → TIMED_OUT

-
84 +84 - +

1.1
Location : updateTagFilters
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
negated conditional → KILLED

-
85 +85 - +

1.1
Location : updateTagFilters
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
negated conditional → KILLED

-
88 +88 - +

1.1
Location : updateTagFilters
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
negated conditional → KILLED

-
89 +89 - +

1.1
Location : updateTagFilters
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:output()]
removed call to java/util/Set::clear → KILLED

-
90 +90 - +

1.1
Location : updateTagFilters
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:output()]
removed call to java/util/Set::clear → KILLED

-
92 +92 - +

1.1
Location : updateTagFilters
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
negated conditional → KILLED

2.2
Location : updateTagFilters
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
negated conditional → KILLED

-
96 +96 - +

1.1
Location : updateTagFilters
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
negated conditional → KILLED

-
97 +97 - +

1.1
Location : updateTagFilters
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
negated conditional → KILLED

-
98 +98 - +

1.1
Location : updateTagFilters
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
negated conditional → KILLED

-
102 +102 - +

1.1
Location : updateTagFilters
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
negated conditional → KILLED

-
135 +135 - +

1.1
Location : lambda$printTags$2
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:empty()]
negated conditional → KILLED

-
139 +139 - +

1.1
Location : lambda$printTags$2
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:empty()]
negated conditional → KILLED

-
141 +141 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:output()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/cli/TagPhase::lambda$null$1 → KILLED

-
152 +152 - +

1.1
Location : drawHelp
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:empty()]
negated conditional → KILLED

-
172 +172 - +

1.1
Location : printErrors
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:empty()]
negated conditional → KILLED

-
174 +174 - +

1.1
Location : lambda$printErrors$5
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:output()]
removed call to java/util/List::forEach → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/index.html similarity index 91% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/index.html index 70f28a2a61..c9c5587c1a 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter.cli/index.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter.cli/index.html @@ -22,8 +22,8 @@

com.mastercard.test.flow.assrt.filter.cli

9 98%
510/518
- 99%
226/228
- 100%
226/226
+ 99%
225/228
+ 99%
225/226
@@ -79,8 +79,8 @@

Breakdown by Class

IndexPhase.java
99%
105/106
-
100%
49/49
-
100%
49/49
+
98%
48/49
+
98%
48/49
diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter/Filter.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter/Filter.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter/Filter.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter/Filter.java.html index e9513e1267..f9d1569ad5 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter/Filter.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter/Filter.java.html @@ -15,12 +15,12 @@

Filter.java

- + 1 - + @@ -30,12 +30,12 @@

Filter.java

- + 2 - + @@ -45,12 +45,12 @@

Filter.java

- + 3 - + @@ -60,12 +60,12 @@

Filter.java

- + 4 - + @@ -75,12 +75,12 @@

Filter.java

- + 5 - + @@ -90,12 +90,12 @@

Filter.java

- + 6 - + @@ -105,12 +105,12 @@

Filter.java

- + 7 - + @@ -120,12 +120,12 @@

Filter.java

- + 8 - + @@ -135,12 +135,12 @@

Filter.java

- + 9 - + @@ -150,12 +150,12 @@

Filter.java

- + 10 - + @@ -165,12 +165,12 @@

Filter.java

- + 11 - + @@ -180,12 +180,12 @@

Filter.java

- + 12 - + @@ -195,12 +195,12 @@

Filter.java

- + 13 - + @@ -210,12 +210,12 @@

Filter.java

- + 14 - + @@ -225,12 +225,12 @@

Filter.java

- + 15 - + @@ -240,12 +240,12 @@

Filter.java

- + 16 - + @@ -255,12 +255,12 @@

Filter.java

- + 17 - + @@ -270,12 +270,12 @@

Filter.java

- + 18 - + @@ -285,12 +285,12 @@

Filter.java

- + 19 - + @@ -300,12 +300,12 @@

Filter.java

- + 20 - + @@ -315,12 +315,12 @@

Filter.java

- + 21 - + @@ -330,12 +330,12 @@

Filter.java

- + 22 - + @@ -345,12 +345,12 @@

Filter.java

- + 23 - + @@ -360,12 +360,12 @@

Filter.java

- + 24 - + @@ -375,12 +375,12 @@

Filter.java

- + 25 - + @@ -390,12 +390,12 @@

Filter.java

- + 26 - + @@ -405,12 +405,12 @@

Filter.java

- + 27 - + @@ -420,12 +420,12 @@

Filter.java

- + 28 - + @@ -435,12 +435,12 @@

Filter.java

- + 29 - + @@ -450,12 +450,12 @@

Filter.java

- + 30 - + @@ -465,12 +465,12 @@

Filter.java

- + 31 - + @@ -480,12 +480,12 @@

Filter.java

- + 32 - + @@ -495,12 +495,12 @@

Filter.java

- + 33 - + @@ -510,12 +510,12 @@

Filter.java

- + 34 - + @@ -525,12 +525,12 @@

Filter.java

- + 35 - + @@ -540,12 +540,12 @@

Filter.java

- + 36 - + @@ -555,12 +555,12 @@

Filter.java

- + 37 - + @@ -570,12 +570,12 @@

Filter.java

- + 38 - + @@ -585,12 +585,12 @@

Filter.java

- + 39 - + @@ -600,12 +600,12 @@

Filter.java

- + 40 - + @@ -615,12 +615,12 @@

Filter.java

- + 41 - + @@ -630,12 +630,12 @@

Filter.java

- + 42 - + @@ -645,12 +645,12 @@

Filter.java

- + 43 - + @@ -660,12 +660,12 @@

Filter.java

- + 44 - + @@ -675,12 +675,12 @@

Filter.java

- + 45 - + @@ -690,12 +690,12 @@

Filter.java

- + 46 - + @@ -705,12 +705,12 @@

Filter.java

- + 47 - + @@ -720,12 +720,12 @@

Filter.java

- + 48 - + @@ -735,12 +735,12 @@

Filter.java

- + 49 - + @@ -750,12 +750,12 @@

Filter.java

- + 50 - + @@ -765,12 +765,12 @@

Filter.java

- + 51 - + @@ -780,12 +780,12 @@

Filter.java

- + 52 - + @@ -795,12 +795,12 @@

Filter.java

- + 53 - + @@ -810,12 +810,12 @@

Filter.java

- + 54 - + @@ -825,12 +825,12 @@

Filter.java

- + 55 - + @@ -840,12 +840,12 @@

Filter.java

- + 56 - + @@ -855,12 +855,12 @@

Filter.java

- + 57 - + @@ -870,12 +870,12 @@

Filter.java

- + 58 - + @@ -885,12 +885,12 @@

Filter.java

- + 59 - + @@ -900,12 +900,12 @@

Filter.java

- + 60 - + @@ -915,12 +915,12 @@

Filter.java

- + 61 - + @@ -930,12 +930,12 @@

Filter.java

- + 62 - + @@ -945,12 +945,12 @@

Filter.java

- + 63 - + @@ -960,12 +960,12 @@

Filter.java

- + 64 - + @@ -975,12 +975,12 @@

Filter.java

- + 65 - + @@ -990,12 +990,12 @@

Filter.java

- + 66 - + @@ -1005,12 +1005,12 @@

Filter.java

- + 67 - + @@ -1020,12 +1020,12 @@

Filter.java

- + 68 - + @@ -1035,12 +1035,12 @@

Filter.java

- + 69 - + @@ -1050,12 +1050,12 @@

Filter.java

- + 70 - + @@ -1065,12 +1065,12 @@

Filter.java

- + 71 - + @@ -1080,12 +1080,12 @@

Filter.java

- + 72 - + @@ -1095,12 +1095,12 @@

Filter.java

- + 73 - + @@ -1110,12 +1110,12 @@

Filter.java

- + 74 - + @@ -1125,12 +1125,12 @@

Filter.java

- + 75 -1 +1 1. parseIndices : negated conditional → KILLED
@@ -1142,12 +1142,12 @@

Filter.java

- + 76 - +
@@ -1157,12 +1157,12 @@

Filter.java

- + 77 - + @@ -1172,12 +1172,12 @@

Filter.java

- + 78 - + @@ -1187,12 +1187,12 @@

Filter.java

- + 79 -1 +1 1. parseIndices : negated conditional → KILLED
@@ -1204,12 +1204,12 @@

Filter.java

- + 80 - +
@@ -1219,12 +1219,12 @@

Filter.java

- + 81 - + @@ -1234,12 +1234,12 @@

Filter.java

- + 82 - + @@ -1249,12 +1249,12 @@

Filter.java

- + 83 - + @@ -1264,12 +1264,12 @@

Filter.java

- + 84 -1 +1 1. parseIndices : negated conditional → KILLED
@@ -1281,12 +1281,12 @@

Filter.java

- + 85 - +
@@ -1296,12 +1296,12 @@

Filter.java

- + 86 - + @@ -1311,12 +1311,12 @@

Filter.java

- + 87 - + @@ -1326,12 +1326,12 @@

Filter.java

- + 88 -1 +1 1. parseIndices : removed call to java/util/stream/IntStream::forEach → KILLED
@@ -1343,12 +1343,12 @@

Filter.java

- + 89 - +
@@ -1358,12 +1358,12 @@

Filter.java

- + 90 - + @@ -1373,12 +1373,12 @@

Filter.java

- + 91 - + @@ -1388,12 +1388,12 @@

Filter.java

- + 92 - + @@ -1403,12 +1403,12 @@

Filter.java

- + 93 -1 +1 1. parseIndices : replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter::parseIndices → KILLED
@@ -1420,12 +1420,12 @@

Filter.java

- + 94 - +
@@ -1435,12 +1435,12 @@

Filter.java

- + 95 - + @@ -1450,12 +1450,12 @@

Filter.java

- + 96 - + @@ -1465,12 +1465,12 @@

Filter.java

- + 97 - + @@ -1480,12 +1480,12 @@

Filter.java

- + 98 - + @@ -1495,12 +1495,12 @@

Filter.java

- + 99 - + @@ -1510,12 +1510,12 @@

Filter.java

- + 100 - + @@ -1525,12 +1525,12 @@

Filter.java

- + 101 - + @@ -1540,12 +1540,12 @@

Filter.java

- + 102 - + @@ -1555,12 +1555,12 @@

Filter.java

- + 103 - + @@ -1570,12 +1570,12 @@

Filter.java

- + 104 - + @@ -1585,12 +1585,12 @@

Filter.java

- + 105 - + @@ -1600,12 +1600,12 @@

Filter.java

- + 106 - + @@ -1615,12 +1615,12 @@

Filter.java

- + 107 - + @@ -1630,12 +1630,12 @@

Filter.java

- + 108 - + @@ -1645,12 +1645,12 @@

Filter.java

- + 109 - + @@ -1660,12 +1660,12 @@

Filter.java

- + 110 - + @@ -1675,12 +1675,12 @@

Filter.java

- + 111 - + @@ -1690,12 +1690,12 @@

Filter.java

- + 112 - + @@ -1705,12 +1705,12 @@

Filter.java

- + 113 - + @@ -1720,12 +1720,12 @@

Filter.java

- + 114 - + @@ -1735,12 +1735,12 @@

Filter.java

- + 115 - + @@ -1750,12 +1750,12 @@

Filter.java

- + 116 - + @@ -1765,12 +1765,12 @@

Filter.java

- + 117 - + @@ -1780,12 +1780,12 @@

Filter.java

- + 118 - + @@ -1795,12 +1795,12 @@

Filter.java

- + 119 - + @@ -1810,12 +1810,12 @@

Filter.java

- + 120 - + @@ -1825,12 +1825,12 @@

Filter.java

- + 121 - + @@ -1840,12 +1840,12 @@

Filter.java

- + 122 - + @@ -1855,12 +1855,12 @@

Filter.java

- + 123 - + @@ -1870,12 +1870,12 @@

Filter.java

- + 124 - + @@ -1885,12 +1885,12 @@

Filter.java

- + 125 -1 +1 1. listener : replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::listener → KILLED
@@ -1902,12 +1902,12 @@

Filter.java

- + 126 - +
@@ -1917,12 +1917,12 @@

Filter.java

- + 127 - + @@ -1932,12 +1932,12 @@

Filter.java

- + 128 - + @@ -1947,12 +1947,12 @@

Filter.java

- + 129 - + @@ -1962,12 +1962,12 @@

Filter.java

- + 130 - + @@ -1977,12 +1977,12 @@

Filter.java

- + 131 - + @@ -1992,12 +1992,12 @@

Filter.java

- + 132 - + @@ -2007,12 +2007,12 @@

Filter.java

- + 133 - + @@ -2022,12 +2022,12 @@

Filter.java

- + 134 - + @@ -2037,12 +2037,12 @@

Filter.java

- + 135 - + @@ -2052,12 +2052,12 @@

Filter.java

- + 136 - + @@ -2067,12 +2067,12 @@

Filter.java

- + 137 - + @@ -2082,12 +2082,12 @@

Filter.java

- + 138 - + @@ -2097,12 +2097,12 @@

Filter.java

- + 139 - + @@ -2112,12 +2112,12 @@

Filter.java

- + 140 - + @@ -2127,12 +2127,12 @@

Filter.java

- + 141 - + @@ -2142,12 +2142,12 @@

Filter.java

- + 142 - + @@ -2157,12 +2157,12 @@

Filter.java

- + 143 -1 +1 1. load : negated conditional → KILLED
@@ -2174,12 +2174,12 @@

Filter.java

- + 144 -1 +1 1. load : removed call to java/util/Optional::ifPresent → KILLED
@@ -2191,12 +2191,12 @@

Filter.java

- + 145 - +
@@ -2206,12 +2206,12 @@

Filter.java

- + 146 - +
@@ -2221,12 +2221,12 @@

Filter.java

- + 147 - + @@ -2236,12 +2236,12 @@

Filter.java

- + 148 - + @@ -2251,12 +2251,12 @@

Filter.java

- + 149 - + @@ -2266,12 +2266,12 @@

Filter.java

- + 150 - + @@ -2281,12 +2281,12 @@

Filter.java

- + 151 -1 +1 1. load : negated conditional → KILLED
@@ -2298,12 +2298,12 @@

Filter.java

- + 152 - +
@@ -2313,12 +2313,12 @@

Filter.java

- + 153 - + @@ -2328,12 +2328,12 @@

Filter.java

- + 154 - + @@ -2343,12 +2343,12 @@

Filter.java

- + 155 -1 +1 1. load : replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::load → KILLED
@@ -2360,12 +2360,12 @@

Filter.java

- + 156 - +
@@ -2375,12 +2375,12 @@

Filter.java

- + 157 - + @@ -2390,12 +2390,12 @@

Filter.java

- + 158 - + @@ -2405,12 +2405,12 @@

Filter.java

- + 159 - + @@ -2420,12 +2420,12 @@

Filter.java

- + 160 - + @@ -2435,12 +2435,12 @@

Filter.java

- + 161 - + @@ -2450,12 +2450,12 @@

Filter.java

- + 162 - + @@ -2465,12 +2465,12 @@

Filter.java

- + 163 - + @@ -2480,12 +2480,12 @@

Filter.java

- + 164 - + @@ -2495,12 +2495,12 @@

Filter.java

- + 165 - + @@ -2510,12 +2510,12 @@

Filter.java

- + 166 - + @@ -2525,12 +2525,12 @@

Filter.java

- + 167 - + @@ -2540,12 +2540,12 @@

Filter.java

- + 168 - + @@ -2555,12 +2555,12 @@

Filter.java

- + 169 - + @@ -2570,12 +2570,12 @@

Filter.java

- + 170 - + @@ -2585,12 +2585,12 @@

Filter.java

- + 171 - + @@ -2600,12 +2600,12 @@

Filter.java

- + 172 -1 +1 1. blockForUpdates : negated conditional → NO_COVERAGE
@@ -2617,12 +2617,12 @@

Filter.java

- + 173 -1 +1 1. blockForUpdates : removed call to com/mastercard/test/flow/assrt/filter/gui/FilterGui::blockForInput → NO_COVERAGE
@@ -2634,12 +2634,12 @@

Filter.java

- + 174 - +
@@ -2649,12 +2649,12 @@

Filter.java

- + 175 -1 +1 1. blockForUpdates : negated conditional → NO_COVERAGE
@@ -2666,12 +2666,12 @@

Filter.java

- + 176 -1 +1 1. blockForUpdates : removed call to com/mastercard/test/flow/assrt/filter/cli/FilterCli::blockForInput → NO_COVERAGE
@@ -2683,12 +2683,12 @@

Filter.java

- + 177 - +
@@ -2698,12 +2698,12 @@

Filter.java

- + 178 - +
@@ -2713,12 +2713,12 @@

Filter.java

- + 179 -1 +1 1. blockForUpdates : replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::blockForUpdates → NO_COVERAGE
@@ -2730,12 +2730,12 @@

Filter.java

- + 180 - +
@@ -2745,12 +2745,12 @@

Filter.java

- + 181 - +
@@ -2760,12 +2760,12 @@

Filter.java

- + 182 - + @@ -2775,12 +2775,12 @@

Filter.java

- + 183 - + @@ -2790,12 +2790,12 @@

Filter.java

- + 184 - + @@ -2805,12 +2805,12 @@

Filter.java

- + 185 - + @@ -2820,12 +2820,12 @@

Filter.java

- + 186 - + @@ -2835,12 +2835,12 @@

Filter.java

- + 187 - + @@ -2850,12 +2850,12 @@

Filter.java

- + 188 - + @@ -2865,12 +2865,12 @@

Filter.java

- + 189 -1 +1 1. save : removed call to com/mastercard/test/flow/assrt/filter/Filter$Persistence::save → KILLED
@@ -2882,12 +2882,12 @@

Filter.java

- + 190 -1 +1 1. save : replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::save → KILLED
@@ -2899,12 +2899,12 @@

Filter.java

- + 191 - +
@@ -2914,12 +2914,12 @@

Filter.java

- + 192 - +
@@ -2929,12 +2929,12 @@

Filter.java

- + 193 - + @@ -2944,12 +2944,12 @@

Filter.java

- + 194 - + @@ -2959,12 +2959,12 @@

Filter.java

- + 195 -1 +1 1. includedTags : replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter::includedTags → KILLED
@@ -2976,12 +2976,12 @@

Filter.java

- + 196 - +
@@ -2991,12 +2991,12 @@

Filter.java

- + 197 - + @@ -3006,12 +3006,12 @@

Filter.java

- + 198 - + @@ -3021,12 +3021,12 @@

Filter.java

- + 199 - + @@ -3036,12 +3036,12 @@

Filter.java

- + 200 -1 +1 1. includedTags : negated conditional → KILLED
@@ -3053,12 +3053,12 @@

Filter.java

- + 201 - +
@@ -3068,12 +3068,12 @@

Filter.java

- + 202 -2 +2 1. includedTags : negated conditional → KILLED
2. includedTags : negated conditional → KILLED
@@ -3086,12 +3086,12 @@

Filter.java

- + 203 -1 +1 1. includedTags : removed call to java/util/stream/Stream::forEach → KILLED
@@ -3103,12 +3103,12 @@

Filter.java

- + 204 - +
@@ -3118,12 +3118,12 @@

Filter.java

- + 205 - +
@@ -3133,12 +3133,12 @@

Filter.java

- + 206 -1 +1 1. includedTags : removed call to java/util/Set::clear → KILLED
@@ -3150,12 +3150,12 @@

Filter.java

- + 207 - +
@@ -3165,12 +3165,12 @@

Filter.java

- + 208 -1 +1 1. includedTags : removed call to com/mastercard/test/flow/assrt/filter/Filter::matchIndexSelection → KILLED
@@ -3182,12 +3182,12 @@

Filter.java

- + 209 -1 +1 1. includedTags : removed call to java/util/function/Consumer::accept → KILLED
@@ -3199,12 +3199,12 @@

Filter.java

- + 210 - +
@@ -3214,12 +3214,12 @@

Filter.java

- + 211 -1 +1 1. includedTags : replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::includedTags → KILLED
@@ -3231,12 +3231,12 @@

Filter.java

- + 212 - +
@@ -3246,12 +3246,12 @@

Filter.java

- + 213 - +
@@ -3261,12 +3261,12 @@

Filter.java

- + 214 - + @@ -3276,12 +3276,12 @@

Filter.java

- + 215 - + @@ -3291,12 +3291,12 @@

Filter.java

- + 216 - + @@ -3306,12 +3306,12 @@

Filter.java

- + 217 - + @@ -3321,12 +3321,12 @@

Filter.java

- + 218 - + @@ -3336,12 +3336,12 @@

Filter.java

- + 219 - + @@ -3351,12 +3351,12 @@

Filter.java

- + 220 - + @@ -3366,12 +3366,12 @@

Filter.java

- + 221 -1 +1 1. matchIndexSelection : removed call to java/util/Set::clear → KILLED
@@ -3383,12 +3383,12 @@

Filter.java

- + 222 - +
@@ -3398,12 +3398,12 @@

Filter.java

- + 223 - + @@ -3413,12 +3413,12 @@

Filter.java

- + 224 -1 +1 1. matchIndexSelection : negated conditional → KILLED
@@ -3430,12 +3430,12 @@

Filter.java

- + 225 - +
@@ -3445,12 +3445,12 @@

Filter.java

- + 226 - + @@ -3460,12 +3460,12 @@

Filter.java

- + 227 -1 +1 1. matchIndexSelection : negated conditional → KILLED
@@ -3477,12 +3477,12 @@

Filter.java

- + 228 - +
@@ -3492,12 +3492,12 @@

Filter.java

- + 229 - + @@ -3507,12 +3507,12 @@

Filter.java

- + 230 -1 +1 1. matchIndexSelection : Changed increment from 1 to -1 → KILLED
@@ -3524,12 +3524,12 @@

Filter.java

- + 231 - +
@@ -3539,12 +3539,12 @@

Filter.java

- + 232 - + @@ -3554,12 +3554,12 @@

Filter.java

- + 233 -1 +1 1. matchIndexSelection : negated conditional → KILLED
@@ -3571,12 +3571,12 @@

Filter.java

- + 234 - +
@@ -3586,12 +3586,12 @@

Filter.java

- + 235 -1 +1 1. matchIndexSelection : removed call to java/util/Set::clear → KILLED
@@ -3603,12 +3603,12 @@

Filter.java

- + 236 - +
@@ -3618,12 +3618,12 @@

Filter.java

- + 237 - + @@ -3633,12 +3633,12 @@

Filter.java

- + 238 - + @@ -3648,12 +3648,12 @@

Filter.java

- + 239 - + @@ -3663,12 +3663,12 @@

Filter.java

- + 240 - + @@ -3678,12 +3678,12 @@

Filter.java

- + 241 - + @@ -3693,12 +3693,12 @@

Filter.java

- + 242 -1 +1 1. excludedTags : replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter::excludedTags → KILLED
@@ -3710,12 +3710,12 @@

Filter.java

- + 243 - +
@@ -3725,12 +3725,12 @@

Filter.java

- + 244 - + @@ -3740,12 +3740,12 @@

Filter.java

- + 245 - + @@ -3755,12 +3755,12 @@

Filter.java

- + 246 - + @@ -3770,12 +3770,12 @@

Filter.java

- + 247 -1 +1 1. excludedTags : negated conditional → KILLED
@@ -3787,12 +3787,12 @@

Filter.java

- + 248 - +
@@ -3802,12 +3802,12 @@

Filter.java

- + 249 -2 +2 1. excludedTags : negated conditional → KILLED
2. excludedTags : negated conditional → KILLED
@@ -3820,12 +3820,12 @@

Filter.java

- + 250 -1 +1 1. excludedTags : removed call to java/util/stream/Stream::forEach → KILLED
@@ -3837,12 +3837,12 @@

Filter.java

- + 251 - +
@@ -3852,12 +3852,12 @@

Filter.java

- + 252 - +
@@ -3867,12 +3867,12 @@

Filter.java

- + 253 -1 +1 1. excludedTags : removed call to java/util/Set::clear → KILLED
@@ -3884,12 +3884,12 @@

Filter.java

- + 254 - +
@@ -3899,12 +3899,12 @@

Filter.java

- + 255 -1 +1 1. excludedTags : removed call to com/mastercard/test/flow/assrt/filter/Filter::matchIndexSelection → KILLED
@@ -3916,12 +3916,12 @@

Filter.java

- + 256 -1 +1 1. excludedTags : removed call to java/util/function/Consumer::accept → KILLED
@@ -3933,12 +3933,12 @@

Filter.java

- + 257 - +
@@ -3948,12 +3948,12 @@

Filter.java

- + 258 -1 +1 1. excludedTags : replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::excludedTags → KILLED
@@ -3965,12 +3965,12 @@

Filter.java

- + 259 - +
@@ -3980,12 +3980,12 @@

Filter.java

- + 260 - +
@@ -3995,12 +3995,12 @@

Filter.java

- + 261 - + @@ -4010,12 +4010,12 @@

Filter.java

- + 262 - + @@ -4025,12 +4025,12 @@

Filter.java

- + 263 -1 +1 1. indices : replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter::indices → KILLED
@@ -4042,12 +4042,12 @@

Filter.java

- + 264 - +
@@ -4057,12 +4057,12 @@

Filter.java

- + 265 - + @@ -4072,12 +4072,12 @@

Filter.java

- + 266 - + @@ -4087,12 +4087,12 @@

Filter.java

- + 267 - + @@ -4102,12 +4102,12 @@

Filter.java

- + 268 - + @@ -4117,12 +4117,12 @@

Filter.java

- + 269 - + @@ -4132,12 +4132,12 @@

Filter.java

- + 270 - + @@ -4147,12 +4147,12 @@

Filter.java

- + 271 -5 +5 1. lambda$indices$2 : negated conditional → KILLED
2. lambda$indices$2 : negated conditional → KILLED
@@ -4168,12 +4168,12 @@

Filter.java

- + 272 - +
@@ -4183,12 +4183,12 @@

Filter.java

- + 273 - + @@ -4198,12 +4198,12 @@

Filter.java

- + 274 -1 +1 1. indices : negated conditional → KILLED
@@ -4215,12 +4215,12 @@

Filter.java

- + 275 -1 +1 1. indices : removed call to java/util/Set::clear → KILLED
@@ -4232,12 +4232,12 @@

Filter.java

- + 276 - +
@@ -4247,12 +4247,12 @@

Filter.java

- + 277 - +
@@ -4262,12 +4262,12 @@

Filter.java

- + 278 -1 +1 1. indices : removed call to java/util/Set::clear → KILLED
@@ -4279,12 +4279,12 @@

Filter.java

- + 279 - +
@@ -4294,12 +4294,12 @@

Filter.java

- + 280 -1 +1 1. indices : removed call to java/util/function/Consumer::accept → KILLED
@@ -4311,12 +4311,12 @@

Filter.java

- + 281 -1 +1 1. indices : replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::indices → KILLED
@@ -4328,12 +4328,12 @@

Filter.java

- + 282 - +
@@ -4343,12 +4343,12 @@

Filter.java

- + 283 - +
@@ -4358,12 +4358,12 @@

Filter.java

- + 284 - + @@ -4373,12 +4373,12 @@

Filter.java

- + 285 - + @@ -4388,12 +4388,12 @@

Filter.java

- + 286 - + @@ -4403,12 +4403,12 @@

Filter.java

- + 287 - + @@ -4418,12 +4418,12 @@

Filter.java

- + 288 - + @@ -4433,12 +4433,12 @@

Filter.java

- + 289 - + @@ -4448,12 +4448,12 @@

Filter.java

- + 290 - + @@ -4463,12 +4463,12 @@

Filter.java

- + 291 - + @@ -4478,12 +4478,12 @@

Filter.java

- + 292 - + @@ -4493,12 +4493,12 @@

Filter.java

- + 293 - + @@ -4508,12 +4508,12 @@

Filter.java

- + 294 -1 +1 1. loadFailureIndices : negated conditional → KILLED
@@ -4525,12 +4525,12 @@

Filter.java

- + 295 - +
@@ -4540,12 +4540,12 @@

Filter.java

- + 296 - + @@ -4555,12 +4555,12 @@

Filter.java

- + 297 -1 +1 1. loadFailureIndices : replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::loadFailureIndices → KILLED
@@ -4572,12 +4572,12 @@

Filter.java

- + 298 - +
@@ -4587,12 +4587,12 @@

Filter.java

- + 299 - + @@ -4602,12 +4602,12 @@

Filter.java

- + 300 - + @@ -4617,12 +4617,12 @@

Filter.java

- + 301 - + @@ -4632,12 +4632,12 @@

Filter.java

- + 302 - + @@ -4647,12 +4647,12 @@

Filter.java

- + 303 - + @@ -4662,12 +4662,12 @@

Filter.java

- + 304 - + @@ -4677,12 +4677,12 @@

Filter.java

- + 305 - + @@ -4692,12 +4692,12 @@

Filter.java

- + 306 - + @@ -4707,12 +4707,12 @@

Filter.java

- + 307 -1 +1 1. lambda$historicReport$3 : replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::lambda$historicReport$3 → KILLED
@@ -4724,12 +4724,12 @@

Filter.java

- + 308 - +
@@ -4739,12 +4739,12 @@

Filter.java

- + 309 - + @@ -4754,12 +4754,12 @@

Filter.java

- + 310 - + @@ -4769,12 +4769,12 @@

Filter.java

- + 311 -1 +1 1. historicReport : negated conditional → KILLED
@@ -4786,12 +4786,12 @@

Filter.java

- + 312 - +
@@ -4801,12 +4801,12 @@

Filter.java

- + 313 - + @@ -4816,12 +4816,12 @@

Filter.java

- + 314 -1 +1 1. historicReport : negated conditional → KILLED
@@ -4833,12 +4833,12 @@

Filter.java

- + 315 - +
@@ -4848,12 +4848,12 @@

Filter.java

- + 316 - + @@ -4863,12 +4863,12 @@

Filter.java

- + 317 -1 +1 1. lambda$historicReport$4 : replaced boolean return with false for com/mastercard/test/flow/assrt/filter/Filter::lambda$historicReport$4 → KILLED
@@ -4880,12 +4880,12 @@

Filter.java

- + 318 - +
@@ -4895,12 +4895,12 @@

Filter.java

- + 319 -1 +1 1. historicReport : replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::historicReport → KILLED
@@ -4912,12 +4912,12 @@

Filter.java

- + 320 - +
@@ -4927,12 +4927,12 @@

Filter.java

- + 321 - + @@ -4942,12 +4942,12 @@

Filter.java

- + 322 - + @@ -4957,12 +4957,12 @@

Filter.java

- + 323 - + @@ -4972,12 +4972,12 @@

Filter.java

- + 324 - + @@ -4987,12 +4987,12 @@

Filter.java

- + 325 - + @@ -5002,12 +5002,12 @@

Filter.java

- + 326 - + @@ -5017,12 +5017,12 @@

Filter.java

- + 327 - + @@ -5032,12 +5032,12 @@

Filter.java

- + 328 - + @@ -5047,12 +5047,12 @@

Filter.java

- + 329 - + @@ -5062,12 +5062,12 @@

Filter.java

- + 330 -1 +1 1. loadFailureIndices : negated conditional → KILLED
@@ -5079,12 +5079,12 @@

Filter.java

- + 331 - +
@@ -5094,12 +5094,12 @@

Filter.java

- + 332 - + @@ -5109,12 +5109,12 @@

Filter.java

- + 333 - + @@ -5124,12 +5124,12 @@

Filter.java

- + 334 - + @@ -5139,12 +5139,12 @@

Filter.java

- + 335 -2 +2 1. lambda$loadFailureIndices$5 : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/Filter::lambda$loadFailureIndices$5 → KILLED
2. lambda$loadFailureIndices$5 : negated conditional → KILLED
@@ -5157,12 +5157,12 @@

Filter.java

- + 336 - +
@@ -5172,12 +5172,12 @@

Filter.java

- + 337 - + @@ -5187,12 +5187,12 @@

Filter.java

- + 338 - + @@ -5202,12 +5202,12 @@

Filter.java

- + 339 - + @@ -5217,12 +5217,12 @@

Filter.java

- + 340 - + @@ -5232,12 +5232,12 @@

Filter.java

- + 341 - + @@ -5247,12 +5247,12 @@

Filter.java

- + 342 -3 +3 1. lambda$loadFailureIndices$6 : replaced boolean return with false for com/mastercard/test/flow/assrt/filter/Filter::lambda$loadFailureIndices$6 → KILLED
2. loadFailureIndices : negated conditional → KILLED
@@ -5266,12 +5266,12 @@

Filter.java

- + 343 - +
@@ -5281,12 +5281,12 @@

Filter.java

- + 344 - + @@ -5296,12 +5296,12 @@

Filter.java

- + 345 -1 +1 1. loadFailureIndices : Changed increment from 1 to -1 → KILLED
@@ -5313,12 +5313,12 @@

Filter.java

- + 346 - +
@@ -5328,12 +5328,12 @@

Filter.java

- + 347 - + @@ -5343,12 +5343,12 @@

Filter.java

- + 348 - + @@ -5358,12 +5358,12 @@

Filter.java

- + 349 - + @@ -5373,12 +5373,12 @@

Filter.java

- + 350 -1 +1 1. loadFailureIndices : replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::loadFailureIndices → KILLED
@@ -5390,12 +5390,12 @@

Filter.java

- + 351 - +
@@ -5405,12 +5405,12 @@

Filter.java

- + 352 - + @@ -5420,12 +5420,12 @@

Filter.java

- + 353 - + @@ -5435,12 +5435,12 @@

Filter.java

- + 354 - + @@ -5450,12 +5450,12 @@

Filter.java

- + 355 -1 +1 1. allTags : replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter::allTags → KILLED
@@ -5467,12 +5467,12 @@

Filter.java

- + 356 - +
@@ -5482,12 +5482,12 @@

Filter.java

- + 357 - + @@ -5497,12 +5497,12 @@

Filter.java

- + 358 - + @@ -5512,12 +5512,12 @@

Filter.java

- + 359 - + @@ -5527,12 +5527,12 @@

Filter.java

- + 360 - + @@ -5542,12 +5542,12 @@

Filter.java

- + 361 - + @@ -5557,12 +5557,12 @@

Filter.java

- + 362 - + @@ -5572,12 +5572,12 @@

Filter.java

- + 363 - + @@ -5587,12 +5587,12 @@

Filter.java

- + 364 - + @@ -5602,12 +5602,12 @@

Filter.java

- + 365 -1 +1 1. taggedFlows : negated conditional → KILLED
@@ -5619,12 +5619,12 @@

Filter.java

- + 366 - +
@@ -5634,12 +5634,12 @@

Filter.java

- + 367 - + @@ -5649,12 +5649,12 @@

Filter.java

- + 368 -1 +1 1. lambda$taggedFlows$7 : replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::lambda$taggedFlows$7 → KILLED
@@ -5666,12 +5666,12 @@

Filter.java

- + 369 - +
@@ -5681,12 +5681,12 @@

Filter.java

- + 370 - + @@ -5696,12 +5696,12 @@

Filter.java

- + 371 -1 +1 1. taggedFlows : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/filter/Filter::taggedFlows → KILLED
@@ -5713,12 +5713,12 @@

Filter.java

- + 372 - +
@@ -5728,12 +5728,12 @@

Filter.java

- + 373 - + @@ -5743,12 +5743,12 @@

Filter.java

- + 374 - + @@ -5758,12 +5758,12 @@

Filter.java

- + 375 - + @@ -5773,12 +5773,12 @@

Filter.java

- + 376 - + @@ -5788,12 +5788,12 @@

Filter.java

- + 377 -1 +1 1. matches : negated conditional → KILLED
@@ -5805,12 +5805,12 @@

Filter.java

- + 378 - +
@@ -5820,12 +5820,12 @@

Filter.java

- + 379 - + @@ -5835,12 +5835,12 @@

Filter.java

- + 380 - + @@ -5850,12 +5850,12 @@

Filter.java

- + 381 -2 +2 1. matches : negated conditional → KILLED
2. matches : Replaced bitwise AND with OR → KILLED
@@ -5868,12 +5868,12 @@

Filter.java

- + 382 - +
@@ -5883,12 +5883,12 @@

Filter.java

- + 383 - + @@ -5898,12 +5898,12 @@

Filter.java

- + 384 -1 +1 1. matches : negated conditional → KILLED
@@ -5915,12 +5915,12 @@

Filter.java

- + 385 - +
@@ -5930,12 +5930,12 @@

Filter.java

- + 386 - + @@ -5945,12 +5945,12 @@

Filter.java

- + 387 - + @@ -5960,12 +5960,12 @@

Filter.java

- + 388 -1 +1 1. matches : Replaced bitwise AND with OR → KILLED
@@ -5977,12 +5977,12 @@

Filter.java

- + 389 - +
@@ -5992,12 +5992,12 @@

Filter.java

- + 390 - + @@ -6007,12 +6007,12 @@

Filter.java

- + 391 -2 +2 1. matches : replaced boolean return with false for com/mastercard/test/flow/assrt/filter/Filter::matches → KILLED
2. matches : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/Filter::matches → KILLED
@@ -6025,12 +6025,12 @@

Filter.java

- + 392 - +
@@ -6040,12 +6040,12 @@

Filter.java

- + 393 - + @@ -6055,12 +6055,12 @@

Filter.java

- + 394 - + @@ -6070,12 +6070,12 @@

Filter.java

- + 395 - + @@ -6085,12 +6085,12 @@

Filter.java

- + 396 - + @@ -6100,12 +6100,12 @@

Filter.java

- + 397 - + @@ -6115,12 +6115,12 @@

Filter.java

- + 398 - + @@ -6130,12 +6130,12 @@

Filter.java

- + 399 - + @@ -6145,12 +6145,12 @@

Filter.java

- + 400 - + @@ -6160,12 +6160,12 @@

Filter.java

- + 401 - + @@ -6175,12 +6175,12 @@

Filter.java

- + 402 - + @@ -6190,12 +6190,12 @@

Filter.java

- + 403 - + @@ -6205,12 +6205,12 @@

Filter.java

- + 404 -1 +1 1. flows : negated conditional → KILLED
@@ -6222,12 +6222,12 @@

Filter.java

- + 405 - +
@@ -6237,12 +6237,12 @@

Filter.java

- + 406 - + @@ -6252,12 +6252,12 @@

Filter.java

- + 407 - + @@ -6267,12 +6267,12 @@

Filter.java

- + 408 - + @@ -6282,12 +6282,12 @@

Filter.java

- + 409 - + @@ -6297,12 +6297,12 @@

Filter.java

- + 410 - + @@ -6312,12 +6312,12 @@

Filter.java

- + 411 - + @@ -6327,12 +6327,12 @@

Filter.java

- + 412 - + @@ -6342,12 +6342,12 @@

Filter.java

- + 413 -1 +1 1. flows : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/filter/Filter::flows → KILLED
@@ -6359,12 +6359,12 @@

Filter.java

- + 414 - +
@@ -6374,12 +6374,12 @@

Filter.java

- + 415 - + @@ -6389,12 +6389,12 @@

Filter.java

- + 416 - + @@ -6404,12 +6404,12 @@

Filter.java

- + 417 - + @@ -6419,12 +6419,12 @@

Filter.java

- + 418 - + @@ -6434,12 +6434,12 @@

Filter.java

- + 419 - + @@ -6449,12 +6449,12 @@

Filter.java

- + 420 - + @@ -6464,12 +6464,12 @@

Filter.java

- + 421 - + @@ -6479,12 +6479,12 @@

Filter.java

- + 422 - + @@ -6494,12 +6494,12 @@

Filter.java

- + 423 - + @@ -6509,12 +6509,12 @@

Filter.java

- + 424 - + @@ -6524,12 +6524,12 @@

Filter.java

- + 425 - + @@ -6539,12 +6539,12 @@

Filter.java

- + 426 -2 +2 1. property : negated conditional → KILLED
2. property : negated conditional → KILLED
@@ -6557,12 +6557,12 @@

Filter.java

- + 427 -1 +1 1. property : replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::property → KILLED
@@ -6574,12 +6574,12 @@

Filter.java

- + 428 - +
@@ -6589,12 +6589,12 @@

Filter.java

- + 429 -2 +2 1. property : negated conditional → KILLED
2. property : negated conditional → KILLED
@@ -6607,12 +6607,12 @@

Filter.java

- + 430 -1 +1 1. property : replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::property → KILLED
@@ -6624,12 +6624,12 @@

Filter.java

- + 431 - +
@@ -6639,12 +6639,12 @@

Filter.java

- + 432 -1 +1 1. property : negated conditional → KILLED
@@ -6656,12 +6656,12 @@

Filter.java

- + 433 -1 +1 1. property : replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::property → KILLED
@@ -6673,12 +6673,12 @@

Filter.java

- + 434 - +
@@ -6688,12 +6688,12 @@

Filter.java

- + 435 -1 +1 1. property : replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::property → KILLED
@@ -6705,12 +6705,12 @@

Filter.java

- + 436 - +
@@ -6720,12 +6720,12 @@

Filter.java

- + 437 - +
@@ -6735,12 +6735,12 @@

Filter.java

- + 438 - +
@@ -6750,12 +6750,12 @@

Filter.java

- + 439 - +
@@ -6765,12 +6765,12 @@

Filter.java

- + 440 - + @@ -6780,12 +6780,12 @@

Filter.java

- + 441 - + @@ -6795,12 +6795,12 @@

Filter.java

- + 442 - + @@ -6810,12 +6810,12 @@

Filter.java

- + 443 - + @@ -6825,12 +6825,12 @@

Filter.java

- + 444 - + @@ -6840,12 +6840,12 @@

Filter.java

- + 445 - + @@ -6855,12 +6855,12 @@

Filter.java

- + 446 - + @@ -6870,12 +6870,12 @@

Filter.java

- + 447 - + @@ -6885,12 +6885,12 @@

Filter.java

- + 448 - + @@ -6900,12 +6900,12 @@

Filter.java

- + 449 - + @@ -6915,12 +6915,12 @@

Filter.java

- + 450 - + @@ -6930,12 +6930,12 @@

Filter.java

- + 451 - + @@ -6945,12 +6945,12 @@

Filter.java

- + 452 -1 +1 1. ranges : negated conditional → KILLED
@@ -6962,12 +6962,12 @@

Filter.java

- + 453 - +
@@ -6977,12 +6977,12 @@

Filter.java

- + 454 - + @@ -6992,12 +6992,12 @@

Filter.java

- + 455 -3 +3 1. ranges : negated conditional → KILLED
2. ranges : negated conditional → KILLED
@@ -7011,12 +7011,12 @@

Filter.java

- + 456 - +
@@ -7026,12 +7026,12 @@

Filter.java

- + 457 - + @@ -7041,12 +7041,12 @@

Filter.java

- + 458 -1 +1 1. ranges : negated conditional → KILLED
@@ -7058,12 +7058,12 @@

Filter.java

- + 459 - +
@@ -7073,12 +7073,12 @@

Filter.java

- + 460 - + @@ -7088,12 +7088,12 @@

Filter.java

- + 461 -2 +2 1. ranges : negated conditional → KILLED
2. ranges : Replaced integer subtraction with addition → KILLED
@@ -7106,12 +7106,12 @@

Filter.java

- + 462 - +
@@ -7121,12 +7121,12 @@

Filter.java

- + 463 - + @@ -7136,12 +7136,12 @@

Filter.java

- + 464 - + @@ -7151,12 +7151,12 @@

Filter.java

- + 465 - + @@ -7166,12 +7166,12 @@

Filter.java

- + 466 - + @@ -7181,12 +7181,12 @@

Filter.java

- + 467 - + @@ -7196,12 +7196,12 @@

Filter.java

- + 468 - + @@ -7211,12 +7211,12 @@

Filter.java

- + 469 - + @@ -7226,12 +7226,12 @@

Filter.java

- + 470 -1 +1 1. ranges : replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::ranges → KILLED
@@ -7243,12 +7243,12 @@

Filter.java

- + 471 - +
@@ -7258,12 +7258,12 @@

Filter.java

- + 472 - + @@ -7273,12 +7273,12 @@

Filter.java

- + 473 - + @@ -7288,12 +7288,12 @@

Filter.java

- + 474 - + @@ -7303,12 +7303,12 @@

Filter.java

- + 475 - + @@ -7318,12 +7318,12 @@

Filter.java

- + 476 - + @@ -7333,12 +7333,12 @@

Filter.java

- + 477 - + @@ -7348,12 +7348,12 @@

Filter.java

- + 478 - + @@ -7363,12 +7363,12 @@

Filter.java

- + 479 - + @@ -7378,12 +7378,12 @@

Filter.java

- + 480 - + @@ -7393,12 +7393,12 @@

Filter.java

- + 481 - + @@ -7408,12 +7408,12 @@

Filter.java

- + 482 - + @@ -7423,12 +7423,12 @@

Filter.java

- + 483 - + @@ -7438,12 +7438,12 @@

Filter.java

- + 484 - + @@ -7453,12 +7453,12 @@

Filter.java

- + 485 - + @@ -7468,12 +7468,12 @@

Filter.java

- + 486 - + @@ -7483,12 +7483,12 @@

Filter.java

- + 487 - + @@ -7498,12 +7498,12 @@

Filter.java

- + 488 - + @@ -7513,12 +7513,12 @@

Filter.java

- + 489 - + @@ -7528,12 +7528,12 @@

Filter.java

- + 490 - + @@ -7543,12 +7543,12 @@

Filter.java

- + 491 - + @@ -7558,12 +7558,12 @@

Filter.java

- + 492 - + @@ -7573,12 +7573,12 @@

Filter.java

- + 493 - + @@ -7588,12 +7588,12 @@

Filter.java

- + 494 - + @@ -7603,12 +7603,12 @@

Filter.java

- + 495 - + @@ -7618,12 +7618,12 @@

Filter.java

- + 496 - + @@ -7633,12 +7633,12 @@

Filter.java

- + 497 - + @@ -7648,12 +7648,12 @@

Filter.java

- + 498 -1 +1 1. load : replaced return value with Optional.empty for com/mastercard/test/flow/assrt/filter/Filter$Persistence::load → KILLED
@@ -7665,12 +7665,12 @@

Filter.java

- + 499 - +
@@ -7680,12 +7680,12 @@

Filter.java

- + 500 - + @@ -7695,12 +7695,12 @@

Filter.java

- + 501 - + @@ -7710,12 +7710,12 @@

Filter.java

- + 502 - + @@ -7725,12 +7725,12 @@

Filter.java

- + 503 - + @@ -7740,12 +7740,12 @@

Filter.java

- + 504 - + @@ -7755,12 +7755,12 @@

Filter.java

- + 505 - + @@ -7770,12 +7770,12 @@

Filter.java

- + 506 - + @@ -7785,12 +7785,12 @@

Filter.java

- + 507 - + @@ -7800,12 +7800,12 @@

Filter.java

- + 508 - + @@ -7815,12 +7815,12 @@

Filter.java

- + 509 - + @@ -7830,12 +7830,12 @@

Filter.java

- + 510 - + @@ -7845,12 +7845,12 @@

Filter.java

- + 511 - + @@ -7860,12 +7860,12 @@

Filter.java

- + 512 -1 +1 1. save : removed call to com/fasterxml/jackson/databind/ObjectMapper::writeValue → KILLED
@@ -7877,12 +7877,12 @@

Filter.java

- + 513 - +
@@ -7892,12 +7892,12 @@

Filter.java

- + 514 - + @@ -7907,12 +7907,12 @@

Filter.java

- + 515 - + @@ -7922,12 +7922,12 @@

Filter.java

- + 516 - + @@ -7937,12 +7937,12 @@

Filter.java

- + 517 - + @@ -7952,12 +7952,12 @@

Filter.java

- + 518 - + @@ -7967,12 +7967,12 @@

Filter.java

- + 519 - + @@ -7982,12 +7982,12 @@

Filter.java

- + 520 -1 +1 1. includeTags : replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter$Persistence::includeTags → KILLED
@@ -7999,12 +7999,12 @@

Filter.java

- + 521 - +
@@ -8014,12 +8014,12 @@

Filter.java

- + 522 - + @@ -8029,12 +8029,12 @@

Filter.java

- + 523 - + @@ -8044,12 +8044,12 @@

Filter.java

- + 524 -1 +1 1. excludeTags : replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter$Persistence::excludeTags → KILLED
@@ -8061,12 +8061,12 @@

Filter.java

- + 525 - +
@@ -8076,12 +8076,12 @@

Filter.java

- + 526 - + @@ -8091,12 +8091,12 @@

Filter.java

- + 527 - + @@ -8106,12 +8106,12 @@

Filter.java

- + 528 -1 +1 1. indices : replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter$Persistence::indices → KILLED
@@ -8123,12 +8123,12 @@

Filter.java

- + 529 - +
@@ -8138,12 +8138,12 @@

Filter.java

- + 530 - + @@ -8153,12 +8153,12 @@

Filter.java

- + 531 - + @@ -8170,861 +8170,861 @@

Filter.java

Mutations

-75 +75 - + -

1.1
Location : parseIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:parseIndices()]
negated conditional → KILLED

+

1.1
Location : parseIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:propertyLoad()]
negated conditional → KILLED

-
79 +79 - + -

1.1
Location : parseIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:parseIndices()]
negated conditional → KILLED

+

1.1
Location : parseIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:propertyLoad()]
negated conditional → KILLED

-
84 +84 - + -

1.1
Location : parseIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:parseIndices()]
negated conditional → KILLED

+

1.1
Location : parseIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:propertyLoad()]
negated conditional → KILLED

-
88 +88 - +

1.1
Location : parseIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:parseIndices()]
removed call to java/util/stream/IntStream::forEach → KILLED

-
93 +93 - + -

1.1
Location : parseIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:parseIndices()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter::parseIndices → KILLED

+

1.1
Location : parseIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:propertyLoad()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter::parseIndices → KILLED

-
125 +125 - +

1.1
Location : listener
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::listener → KILLED

-
143 +143 - +

1.1
Location : load
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
negated conditional → KILLED

-
144 +144 - +

1.1
Location : load
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
removed call to java/util/Optional::ifPresent → KILLED

-
151 +151 - +

1.1
Location : load
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
negated conditional → KILLED

-
155 +155 - +

1.1
Location : load
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::load → KILLED

-
172 +172 - +

1.1
Location : blockForUpdates
Killed by :
negated conditional → NO_COVERAGE

-
173 +173 - +

1.1
Location : blockForUpdates
Killed by :
removed call to com/mastercard/test/flow/assrt/filter/gui/FilterGui::blockForInput → NO_COVERAGE

-
175 +175 - +

1.1
Location : blockForUpdates
Killed by :
negated conditional → NO_COVERAGE

-
176 +176 - +

1.1
Location : blockForUpdates
Killed by :
removed call to com/mastercard/test/flow/assrt/filter/cli/FilterCli::blockForInput → NO_COVERAGE

-
179 +179 - +

1.1
Location : blockForUpdates
Killed by :
replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::blockForUpdates → NO_COVERAGE

-
189 +189 - +

1.1
Location : save
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
removed call to com/mastercard/test/flow/assrt/filter/Filter$Persistence::save → KILLED

-
190 +190 - +

1.1
Location : save
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::save → KILLED

-
195 +195 - +

1.1
Location : includedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:propertyLoad()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter::includedTags → KILLED

-
200 +200 - +

1.1
Location : includedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagProperty()]
negated conditional → KILLED

-
202 +202 - +

1.1
Location : includedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
negated conditional → KILLED

2.2
Location : includedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
negated conditional → KILLED

-
203 +203 - +

1.1
Location : includedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
removed call to java/util/stream/Stream::forEach → KILLED

-
206 +206 - +

1.1
Location : includedTags
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
removed call to java/util/Set::clear → KILLED

-
208 +208 - +

1.1
Location : includedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
removed call to com/mastercard/test/flow/assrt/filter/Filter::matchIndexSelection → KILLED

-
209 +209 - +

1.1
Location : includedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
removed call to java/util/function/Consumer::accept → KILLED

-
211 +211 - +

1.1
Location : includedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagFilter()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::includedTags → KILLED

-
221 +221 - +

1.1
Location : matchIndexSelection
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
removed call to java/util/Set::clear → KILLED

-
224 +224 - +

1.1
Location : matchIndexSelection
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
negated conditional → KILLED

-
227 +227 - +

1.1
Location : matchIndexSelection
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
negated conditional → KILLED

-
230 +230 - +

1.1
Location : matchIndexSelection
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
Changed increment from 1 to -1 → KILLED

-
233 +233 - +

1.1
Location : matchIndexSelection
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
negated conditional → KILLED

-
235 +235 - +

1.1
Location : matchIndexSelection
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
removed call to java/util/Set::clear → KILLED

-
242 +242 - +

1.1
Location : excludedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:propertyLoad()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter::excludedTags → KILLED

-
247 +247 - +

1.1
Location : excludedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagProperty()]
negated conditional → KILLED

-
249 +249 - +

1.1
Location : excludedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
negated conditional → KILLED

2.2
Location : excludedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
negated conditional → KILLED

-
250 +250 - +

1.1
Location : excludedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
removed call to java/util/stream/Stream::forEach → KILLED

-
253 +253 - +

1.1
Location : excludedTags
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagPhaseTest]/[method:input()]
removed call to java/util/Set::clear → KILLED

-
255 +255 - +

1.1
Location : excludedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
removed call to com/mastercard/test/flow/assrt/filter/Filter::matchIndexSelection → KILLED

-
256 +256 - +

1.1
Location : excludedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
removed call to java/util/function/Consumer::accept → KILLED

-
258 +258 - +

1.1
Location : excludedTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagExclude()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::excludedTags → KILLED

-
263 +263 - +

1.1
Location : indices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:propertyLoad()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter::indices → KILLED

-
271 +271 - +

1.1
Location : lambda$indices$2
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexFilter()]
negated conditional → KILLED

2.2
Location : lambda$indices$2
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexFilter()]
negated conditional → KILLED

3.3
Location : lambda$indices$2
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
changed conditional boundary → KILLED

4.4
Location : lambda$indices$2
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/Filter::lambda$indices$2 → KILLED

5.5
Location : lambda$indices$2
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexFilter()]
changed conditional boundary → KILLED

-
274 +274 - +

1.1
Location : indices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexFilter()]
negated conditional → KILLED

-
275 +275 - +

1.1
Location : indices
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:offer()]
removed call to java/util/Set::clear → KILLED

-
278 +278 - +

1.1
Location : indices
Killed by : com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.DescriptionCompleterTest]/[method:refine()]
removed call to java/util/Set::clear → KILLED

-
280 +280 - +

1.1
Location : indices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexUpdates()]
removed call to java/util/function/Consumer::accept → KILLED

-
281 +281 - +

1.1
Location : indices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexFilter()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::indices → KILLED

-
294 +294 - +

1.1
Location : loadFailureIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
negated conditional → KILLED

-
297 +297 - +

1.1
Location : loadFailureIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::loadFailureIndices → KILLED

-
307 +307 - +

1.1
Location : lambda$historicReport$3
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::lambda$historicReport$3 → KILLED

-
311 +311 - +

1.1
Location : historicReport
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
negated conditional → KILLED

-
314 +314 - +

1.1
Location : historicReport
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
negated conditional → KILLED

-
317 +317 - +

1.1
Location : lambda$historicReport$4
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
replaced boolean return with false for com/mastercard/test/flow/assrt/filter/Filter::lambda$historicReport$4 → KILLED

-
319 +319 - +

1.1
Location : historicReport
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::historicReport → KILLED

-
330 +330 - +

1.1
Location : loadFailureIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
negated conditional → KILLED

-
335 +335 - +

1.1
Location : lambda$loadFailureIndices$5
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/Filter::lambda$loadFailureIndices$5 → KILLED

2.2
Location : lambda$loadFailureIndices$5
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
negated conditional → KILLED

-
342 +342 - +

1.1
Location : lambda$loadFailureIndices$6
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
replaced boolean return with false for com/mastercard/test/flow/assrt/filter/Filter::lambda$loadFailureIndices$6 → KILLED

2.2
Location : loadFailureIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
negated conditional → KILLED

3.3
Location : lambda$loadFailureIndices$6
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/Filter::lambda$loadFailureIndices$6 → KILLED

-
345 +345 - +

1.1
Location : loadFailureIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
Changed increment from 1 to -1 → KILLED

-
350 +350 - +

1.1
Location : loadFailureIndices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:failures()]
replaced return value with null for com/mastercard/test/flow/assrt/filter/Filter::loadFailureIndices → KILLED

-
355 +355 - +

1.1
Location : allTags
Killed by : com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.cli.TagCompleterTest]/[method:fromPlus()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter::allTags → KILLED

-
365 +365 - +

1.1
Location : taggedFlows
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagExclude()]
negated conditional → KILLED

-
368 +368 - +

1.1
Location : lambda$taggedFlows$7
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::lambda$taggedFlows$7 → KILLED

-
371 +371 - +

1.1
Location : taggedFlows
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagExclude()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/filter/Filter::taggedFlows → KILLED

-
377 +377 - +

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagFilter()]
negated conditional → KILLED

-
381 +381 - +

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagFilter()]
negated conditional → KILLED

2.2
Location : matches
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagFilter()]
Replaced bitwise AND with OR → KILLED

-
384 +384 - +

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagExclude()]
negated conditional → KILLED

-
388 +388 - +

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagExclude()]
Replaced bitwise AND with OR → KILLED

-
391 +391 - +

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagExclude()]
replaced boolean return with false for com/mastercard/test/flow/assrt/filter/Filter::matches → KILLED

2.2
Location : matches
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagExclude()]
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/Filter::matches → KILLED

-
404 +404 - +

1.1
Location : flows
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagExclude()]
negated conditional → KILLED

-
413 +413 - +

1.1
Location : flows
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagExclude()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/filter/Filter::flows → KILLED

-
426 +426 - +

1.1
Location : property
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagProperty()]
negated conditional → KILLED

2.2
Location : property
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagProperty()]
negated conditional → KILLED

-
427 +427 - +

1.1
Location : property
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagProperty()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::property → KILLED

-
429 +429 - +

1.1
Location : property
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagProperty()]
negated conditional → KILLED

2.2
Location : property
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagProperty()]
negated conditional → KILLED

-
430 +430 - +

1.1
Location : property
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagProperty()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::property → KILLED

-
432 +432 - +

1.1
Location : property
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagProperty()]
negated conditional → KILLED

-
433 +433 - +

1.1
Location : property
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexProperty()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::property → KILLED

-
435 +435 - +

1.1
Location : property
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:tagProperty()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::property → KILLED

-
452 +452 - +

1.1
Location : ranges
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexProperty()]
negated conditional → KILLED

-
455 +455 - +

1.1
Location : ranges
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexProperty()]
negated conditional → KILLED

2.2
Location : ranges
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexProperty()]
negated conditional → KILLED

3.3
Location : ranges
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexProperty()]
Replaced integer addition with subtraction → KILLED

-
458 +458 - +

1.1
Location : ranges
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexProperty()]
negated conditional → KILLED

-
461 +461 - +

1.1
Location : ranges
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexProperty()]
negated conditional → KILLED

2.2
Location : ranges
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexProperty()]
Replaced integer subtraction with addition → KILLED

-
470 +470 - +

1.1
Location : ranges
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:indexProperty()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/Filter::ranges → KILLED

-
498 +498 - +

1.1
Location : load
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
replaced return value with Optional.empty for com/mastercard/test/flow/assrt/filter/Filter$Persistence::load → KILLED

-
512 +512 - +

1.1
Location : save
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
removed call to com/fasterxml/jackson/databind/ObjectMapper::writeValue → KILLED

-
520 +520 - +

1.1
Location : includeTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter$Persistence::includeTags → KILLED

-
524 +524 - +

1.1
Location : excludeTags
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter$Persistence::excludeTags → KILLED

-
528 +528 - +

1.1
Location : indices
Killed by : com.mastercard.test.flow.assrt.filter.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterTest]/[method:persistence()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/filter/Filter$Persistence::indices → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter/FilterOptions.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter/FilterOptions.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter/FilterOptions.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter/FilterOptions.java.html index 45b6b53083..c762c28940 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter/FilterOptions.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter/FilterOptions.java.html @@ -15,12 +15,12 @@

FilterOptions.java

-
+ 1 - + @@ -30,12 +30,12 @@

FilterOptions.java

- + 2 - + @@ -45,12 +45,12 @@

FilterOptions.java

- + 3 - + @@ -60,12 +60,12 @@

FilterOptions.java

- + 4 - + @@ -75,12 +75,12 @@

FilterOptions.java

- + 5 - + @@ -90,12 +90,12 @@

FilterOptions.java

- + 6 - + @@ -105,12 +105,12 @@

FilterOptions.java

- + 7 - + @@ -120,12 +120,12 @@

FilterOptions.java

- + 8 - + @@ -135,12 +135,12 @@

FilterOptions.java

- + 9 - + @@ -150,12 +150,12 @@

FilterOptions.java

- + 10 - + @@ -165,12 +165,12 @@

FilterOptions.java

- + 11 - + @@ -180,12 +180,12 @@

FilterOptions.java

- + 12 - + @@ -195,12 +195,12 @@

FilterOptions.java

- + 13 - + @@ -210,12 +210,12 @@

FilterOptions.java

- + 14 - + @@ -225,12 +225,12 @@

FilterOptions.java

- + 15 - + @@ -240,12 +240,12 @@

FilterOptions.java

- + 16 - + @@ -255,12 +255,12 @@

FilterOptions.java

- + 17 - + @@ -270,12 +270,12 @@

FilterOptions.java

- + 18 - + @@ -285,12 +285,12 @@

FilterOptions.java

- + 19 - + @@ -300,12 +300,12 @@

FilterOptions.java

- + 20 - + @@ -315,12 +315,12 @@

FilterOptions.java

- + 21 - + @@ -330,12 +330,12 @@

FilterOptions.java

- + 22 - + @@ -345,12 +345,12 @@

FilterOptions.java

- + 23 - + @@ -360,12 +360,12 @@

FilterOptions.java

- + 24 - + @@ -375,12 +375,12 @@

FilterOptions.java

- + 25 - + @@ -390,12 +390,12 @@

FilterOptions.java

- + 26 - + @@ -405,12 +405,12 @@

FilterOptions.java

- + 27 - + @@ -420,12 +420,12 @@

FilterOptions.java

- + 28 - + @@ -435,12 +435,12 @@

FilterOptions.java

- + 29 - + @@ -450,12 +450,12 @@

FilterOptions.java

- + 30 - + @@ -465,12 +465,12 @@

FilterOptions.java

- + 31 - + @@ -480,12 +480,12 @@

FilterOptions.java

- + 32 - + @@ -495,12 +495,12 @@

FilterOptions.java

- + 33 - + @@ -510,12 +510,12 @@

FilterOptions.java

- + 34 - + @@ -525,12 +525,12 @@

FilterOptions.java

- + 35 - + @@ -540,12 +540,12 @@

FilterOptions.java

- + 36 - + @@ -555,12 +555,12 @@

FilterOptions.java

- + 37 - + @@ -570,12 +570,12 @@

FilterOptions.java

- + 38 - + @@ -585,12 +585,12 @@

FilterOptions.java

- + 39 - + @@ -600,12 +600,12 @@

FilterOptions.java

- + 40 - + @@ -615,12 +615,12 @@

FilterOptions.java

- + 41 - + @@ -630,12 +630,12 @@

FilterOptions.java

- + 42 - + @@ -645,12 +645,12 @@

FilterOptions.java

- + 43 - + @@ -660,12 +660,12 @@

FilterOptions.java

- + 44 - + @@ -675,12 +675,12 @@

FilterOptions.java

- + 45 - + @@ -690,12 +690,12 @@

FilterOptions.java

- + 46 - + @@ -705,12 +705,12 @@

FilterOptions.java

- + 47 - + @@ -720,12 +720,12 @@

FilterOptions.java

- + 48 - + @@ -735,12 +735,12 @@

FilterOptions.java

- + 49 - + @@ -750,12 +750,12 @@

FilterOptions.java

- + 50 - + @@ -765,12 +765,12 @@

FilterOptions.java

- + 51 - + @@ -780,12 +780,12 @@

FilterOptions.java

- + 52 - + @@ -795,12 +795,12 @@

FilterOptions.java

- + 53 - + @@ -810,12 +810,12 @@

FilterOptions.java

- + 54 - + @@ -825,12 +825,12 @@

FilterOptions.java

- + 55 - + @@ -840,12 +840,12 @@

FilterOptions.java

- + 56 - + @@ -855,12 +855,12 @@

FilterOptions.java

- + 57 - + @@ -870,12 +870,12 @@

FilterOptions.java

- + 58 - + @@ -885,12 +885,12 @@

FilterOptions.java

- + 59 - + @@ -900,12 +900,12 @@

FilterOptions.java

- + 60 - + @@ -915,12 +915,12 @@

FilterOptions.java

- + 61 - + @@ -930,12 +930,12 @@

FilterOptions.java

- + 62 - + @@ -945,12 +945,12 @@

FilterOptions.java

- + 63 - + @@ -960,12 +960,12 @@

FilterOptions.java

- + 64 - + @@ -975,12 +975,12 @@

FilterOptions.java

- + 65 - + @@ -990,12 +990,12 @@

FilterOptions.java

- + 66 - + @@ -1005,12 +1005,12 @@

FilterOptions.java

- + 67 - + @@ -1020,12 +1020,12 @@

FilterOptions.java

- + 68 - + @@ -1035,12 +1035,12 @@

FilterOptions.java

- + 69 - + @@ -1050,12 +1050,12 @@

FilterOptions.java

- + 70 - + @@ -1065,12 +1065,12 @@

FilterOptions.java

- + 71 - + @@ -1080,12 +1080,12 @@

FilterOptions.java

- + 72 - + @@ -1095,12 +1095,12 @@

FilterOptions.java

- + 73 - + @@ -1110,12 +1110,12 @@

FilterOptions.java

- + 74 - + @@ -1125,12 +1125,12 @@

FilterOptions.java

- + 75 - + @@ -1140,12 +1140,12 @@

FilterOptions.java

- + 76 - + @@ -1155,12 +1155,12 @@

FilterOptions.java

- + 77 - + @@ -1170,12 +1170,12 @@

FilterOptions.java

- + 78 - + @@ -1185,12 +1185,12 @@

FilterOptions.java

- + 79 - + @@ -1200,12 +1200,12 @@

FilterOptions.java

- + 80 - + @@ -1215,12 +1215,12 @@

FilterOptions.java

- + 81 - + @@ -1230,12 +1230,12 @@

FilterOptions.java

- + 82 - + @@ -1245,12 +1245,12 @@

FilterOptions.java

- + 83 - + @@ -1260,12 +1260,12 @@

FilterOptions.java

- + 84 - + @@ -1275,12 +1275,12 @@

FilterOptions.java

- + 85 - + @@ -1290,12 +1290,12 @@

FilterOptions.java

- + 86 - + @@ -1305,12 +1305,12 @@

FilterOptions.java

- + 87 - + @@ -1320,12 +1320,12 @@

FilterOptions.java

- + 88 - + @@ -1335,12 +1335,12 @@

FilterOptions.java

- + 89 - + @@ -1350,12 +1350,12 @@

FilterOptions.java

- + 90 - + @@ -1365,12 +1365,12 @@

FilterOptions.java

- + 91 - + @@ -1380,12 +1380,12 @@

FilterOptions.java

- + 92 - + @@ -1395,12 +1395,12 @@

FilterOptions.java

- + 93 - + @@ -1410,12 +1410,12 @@

FilterOptions.java

- + 94 -1 +1 1. description : replaced return value with "" for com/mastercard/test/flow/assrt/filter/FilterOptions::description → KILLED
@@ -1427,12 +1427,12 @@

FilterOptions.java

- + 95 - +
@@ -1442,12 +1442,12 @@

FilterOptions.java

- + 96 - + @@ -1457,12 +1457,12 @@

FilterOptions.java

- + 97 - + @@ -1472,12 +1472,12 @@

FilterOptions.java

- + 98 - + @@ -1487,12 +1487,12 @@

FilterOptions.java

- + 99 -1 +1 1. property : replaced return value with "" for com/mastercard/test/flow/assrt/filter/FilterOptions::property → KILLED
@@ -1504,12 +1504,12 @@

FilterOptions.java

- + 100 - +
@@ -1519,12 +1519,12 @@

FilterOptions.java

- + 101 - + @@ -1534,12 +1534,12 @@

FilterOptions.java

- + 102 - + @@ -1549,12 +1549,12 @@

FilterOptions.java

- + 103 - + @@ -1564,12 +1564,12 @@

FilterOptions.java

- + 104 -1 +1 1. defaultValue : replaced return value with "" for com/mastercard/test/flow/assrt/filter/FilterOptions::defaultValue → KILLED
@@ -1581,12 +1581,12 @@

FilterOptions.java

- + 105 - +
@@ -1596,12 +1596,12 @@

FilterOptions.java

- + 106 - + @@ -1611,12 +1611,12 @@

FilterOptions.java

- + 107 - + @@ -1626,12 +1626,12 @@

FilterOptions.java

- + 108 - + @@ -1641,12 +1641,12 @@

FilterOptions.java

- + 109 -1 +1 1. buildDir : replaced return value with "" for com/mastercard/test/flow/assrt/filter/FilterOptions::buildDir → SURVIVED
@@ -1658,12 +1658,12 @@

FilterOptions.java

- + 110 -2 +2 1. lambda$buildDir$8 : replaced boolean return with false for com/mastercard/test/flow/assrt/filter/FilterOptions::lambda$buildDir$8 → SURVIVED
2. lambda$buildDir$8 : replaced boolean return with true for com/mastercard/test/flow/assrt/filter/FilterOptions::lambda$buildDir$8 → SURVIVED
@@ -1676,12 +1676,12 @@

FilterOptions.java

- + 111 - +
@@ -1691,12 +1691,12 @@

FilterOptions.java

- + 112 -1 +1 1. lambda$buildDir$9 : replaced return value with "" for com/mastercard/test/flow/assrt/filter/FilterOptions::lambda$buildDir$9 → SURVIVED
@@ -1708,12 +1708,12 @@

FilterOptions.java

- + 113 - +
@@ -1723,12 +1723,12 @@

FilterOptions.java

- + 114 - +
@@ -1738,12 +1738,12 @@

FilterOptions.java

- + 115 - + @@ -1753,12 +1753,12 @@

FilterOptions.java

- + 116 - + @@ -1770,61 +1770,61 @@

FilterOptions.java

Mutations

-94 +94 - +

1.1
Location : description
Killed by : com.mastercard.test.flow.assrt.filter.FilterOptionsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterOptionsTest]/[method:access()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/FilterOptions::description → KILLED

-
99 +99 - +

1.1
Location : property
Killed by : com.mastercard.test.flow.assrt.filter.FilterOptionsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterOptionsTest]/[method:artifactDir()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/FilterOptions::property → KILLED

-
104 +104 - +

1.1
Location : defaultValue
Killed by : com.mastercard.test.flow.assrt.filter.FilterOptionsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.filter.FilterOptionsTest]/[method:artifactDir()]
replaced return value with "" for com/mastercard/test/flow/assrt/filter/FilterOptions::defaultValue → KILLED

-
109 +109 - +

1.1
Location : buildDir
Killed by :
replaced return value with "" for com/mastercard/test/flow/assrt/filter/FilterOptions::buildDir → SURVIVED

-
110 +110 - +

1.1
Location : lambda$buildDir$8
Killed by :
replaced boolean return with false for com/mastercard/test/flow/assrt/filter/FilterOptions::lambda$buildDir$8 → SURVIVED

2.2
Location : lambda$buildDir$8
Killed by :
replaced boolean return with true for com/mastercard/test/flow/assrt/filter/FilterOptions::lambda$buildDir$8 → SURVIVED

-
112 +112 - +

1.1
Location : lambda$buildDir$9
Killed by :
replaced return value with "" for com/mastercard/test/flow/assrt/filter/FilterOptions::lambda$buildDir$9 → SURVIVED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.filter/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.filter/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.junit5/Flocessor.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.junit5/Flocessor.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.junit5/Flocessor.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.junit5/Flocessor.java.html index e4a581d786..28a74646d8 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.junit5/Flocessor.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.junit5/Flocessor.java.html @@ -15,12 +15,12 @@

Flocessor.java

-
+ 1 - + @@ -30,12 +30,12 @@

Flocessor.java

- + 2 - + @@ -45,12 +45,12 @@

Flocessor.java

- + 3 - + @@ -60,12 +60,12 @@

Flocessor.java

- + 4 - + @@ -75,12 +75,12 @@

Flocessor.java

- + 5 - + @@ -90,12 +90,12 @@

Flocessor.java

- + 6 - + @@ -105,12 +105,12 @@

Flocessor.java

- + 7 - + @@ -120,12 +120,12 @@

Flocessor.java

- + 8 - + @@ -135,12 +135,12 @@

Flocessor.java

- + 9 - + @@ -150,12 +150,12 @@

Flocessor.java

- + 10 - + @@ -165,12 +165,12 @@

Flocessor.java

- + 11 - + @@ -180,12 +180,12 @@

Flocessor.java

- + 12 - + @@ -195,12 +195,12 @@

Flocessor.java

- + 13 - + @@ -210,12 +210,12 @@

Flocessor.java

- + 14 - + @@ -225,12 +225,12 @@

Flocessor.java

- + 15 - + @@ -240,12 +240,12 @@

Flocessor.java

- + 16 - + @@ -255,12 +255,12 @@

Flocessor.java

- + 17 - + @@ -270,12 +270,12 @@

Flocessor.java

- + 18 - + @@ -285,12 +285,12 @@

Flocessor.java

- + 19 - + @@ -300,12 +300,12 @@

Flocessor.java

- + 20 - + @@ -315,12 +315,12 @@

Flocessor.java

- + 21 - + @@ -330,12 +330,12 @@

Flocessor.java

- + 22 - + @@ -345,12 +345,12 @@

Flocessor.java

- + 23 - + @@ -360,12 +360,12 @@

Flocessor.java

- + 24 - + @@ -375,12 +375,12 @@

Flocessor.java

- + 25 - + @@ -390,12 +390,12 @@

Flocessor.java

- + 26 - + @@ -405,12 +405,12 @@

Flocessor.java

- + 27 - + @@ -420,12 +420,12 @@

Flocessor.java

- + 28 - + @@ -435,12 +435,12 @@

Flocessor.java

- + 29 - + @@ -450,12 +450,12 @@

Flocessor.java

- + 30 - + @@ -465,12 +465,12 @@

Flocessor.java

- + 31 - + @@ -480,12 +480,12 @@

Flocessor.java

- + 32 - + @@ -495,12 +495,12 @@

Flocessor.java

- + 33 - + @@ -510,12 +510,12 @@

Flocessor.java

- + 34 - + @@ -525,12 +525,12 @@

Flocessor.java

- + 35 - + @@ -540,12 +540,12 @@

Flocessor.java

- + 36 - + @@ -555,12 +555,12 @@

Flocessor.java

- + 37 - + @@ -570,12 +570,12 @@

Flocessor.java

- + 38 - + @@ -585,12 +585,12 @@

Flocessor.java

- + 39 - + @@ -600,12 +600,12 @@

Flocessor.java

- + 40 - + @@ -615,12 +615,12 @@

Flocessor.java

- + 41 - + @@ -630,12 +630,12 @@

Flocessor.java

- + 42 - + @@ -645,12 +645,12 @@

Flocessor.java

- + 43 - + @@ -660,12 +660,12 @@

Flocessor.java

- + 44 - + @@ -675,12 +675,12 @@

Flocessor.java

- + 45 - + @@ -690,12 +690,12 @@

Flocessor.java

- + 46 - + @@ -705,12 +705,12 @@

Flocessor.java

- + 47 - + @@ -720,12 +720,12 @@

Flocessor.java

- + 48 - + @@ -735,12 +735,12 @@

Flocessor.java

- + 49 - + @@ -750,12 +750,12 @@

Flocessor.java

- + 50 - + @@ -765,12 +765,12 @@

Flocessor.java

- + 51 - + @@ -780,12 +780,12 @@

Flocessor.java

- + 52 - + @@ -795,12 +795,12 @@

Flocessor.java

- + 53 - + @@ -810,12 +810,12 @@

Flocessor.java

- + 54 - + @@ -825,12 +825,12 @@

Flocessor.java

- + 55 - + @@ -840,12 +840,12 @@

Flocessor.java

- + 56 -2 +2 1. tests : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/junit5/Flocessor::tests → KILLED
2. lambda$tests$1 : replaced return value with null for com/mastercard/test/flow/assrt/junit5/Flocessor::lambda$tests$1 → KILLED
@@ -858,12 +858,12 @@

Flocessor.java

- + 57 - +
@@ -873,12 +873,12 @@

Flocessor.java

- + 58 - + @@ -888,12 +888,12 @@

Flocessor.java

- + 59 - + @@ -903,12 +903,12 @@

Flocessor.java

- + 60 - + @@ -918,12 +918,12 @@

Flocessor.java

- + 61 -1 +1 1. lambda$null$0 : removed call to com/mastercard/test/flow/assrt/junit5/Flocessor::process → KILLED
@@ -935,12 +935,12 @@

Flocessor.java

- + 62 -1 +1 1. lambda$null$0 : removed call to com/mastercard/test/flow/assrt/History::recordResult → KILLED
@@ -952,12 +952,12 @@

Flocessor.java

- + 63 - +
@@ -967,12 +967,12 @@

Flocessor.java

- + 64 - +
@@ -982,12 +982,12 @@

Flocessor.java

- + 65 - + @@ -997,12 +997,12 @@

Flocessor.java

- + 66 - + @@ -1012,12 +1012,12 @@

Flocessor.java

- + 67 - + @@ -1027,12 +1027,12 @@

Flocessor.java

- + 68 -1 +1 1. lambda$null$0 : removed call to com/mastercard/test/flow/assrt/History::recordResult → SURVIVED
@@ -1044,12 +1044,12 @@

Flocessor.java

- + 69 - +
@@ -1059,12 +1059,12 @@

Flocessor.java

- + 70 - + @@ -1074,12 +1074,12 @@

Flocessor.java

- + 71 - + @@ -1089,12 +1089,12 @@

Flocessor.java

- + 72 -1 +1 1. lambda$null$0 : removed call to com/mastercard/test/flow/assrt/History::recordResult → KILLED
@@ -1106,12 +1106,12 @@

Flocessor.java

- + 73 - +
@@ -1121,12 +1121,12 @@

Flocessor.java

- + 74 - + @@ -1136,12 +1136,12 @@

Flocessor.java

- + 75 - + @@ -1151,12 +1151,12 @@

Flocessor.java

- + 76 - + @@ -1166,12 +1166,12 @@

Flocessor.java

- + 77 - + @@ -1181,12 +1181,12 @@

Flocessor.java

- + 78 - + @@ -1196,12 +1196,12 @@

Flocessor.java

- + 79 -1 +1 1. lambda$null$0 : removed call to com/mastercard/test/flow/assrt/History::recordResult → SURVIVED
@@ -1213,12 +1213,12 @@

Flocessor.java

- + 80 - +
@@ -1228,12 +1228,12 @@

Flocessor.java

- + 81 - + @@ -1243,12 +1243,12 @@

Flocessor.java

- + 82 - + @@ -1258,12 +1258,12 @@

Flocessor.java

- + 83 - + @@ -1273,12 +1273,12 @@

Flocessor.java

- + 84 - + @@ -1288,12 +1288,12 @@

Flocessor.java

- + 85 - + @@ -1303,12 +1303,12 @@

Flocessor.java

- + 86 - + @@ -1318,12 +1318,12 @@

Flocessor.java

- + 87 - + @@ -1333,12 +1333,12 @@

Flocessor.java

- + 88 - + @@ -1348,12 +1348,12 @@

Flocessor.java

- + 89 - + @@ -1363,12 +1363,12 @@

Flocessor.java

- + 90 - + @@ -1378,12 +1378,12 @@

Flocessor.java

- + 91 - + @@ -1393,12 +1393,12 @@

Flocessor.java

- + 92 - + @@ -1408,12 +1408,12 @@

Flocessor.java

- + 93 - + @@ -1423,12 +1423,12 @@

Flocessor.java

- + 94 - + @@ -1438,12 +1438,12 @@

Flocessor.java

- + 95 - + @@ -1453,12 +1453,12 @@

Flocessor.java

- + 96 - + @@ -1468,12 +1468,12 @@

Flocessor.java

- + 97 - + @@ -1483,12 +1483,12 @@

Flocessor.java

- + 98 - + @@ -1498,12 +1498,12 @@

Flocessor.java

- + 99 - + @@ -1513,12 +1513,12 @@

Flocessor.java

- + 100 - + @@ -1528,12 +1528,12 @@

Flocessor.java

- + 101 - + @@ -1543,12 +1543,12 @@

Flocessor.java

- + 102 -1 +1 1. lambda$testSource$2 : replaced return value with "" for com/mastercard/test/flow/assrt/junit5/Flocessor::lambda$testSource$2 → KILLED
@@ -1560,12 +1560,12 @@

Flocessor.java

- + 103 - +
@@ -1575,12 +1575,12 @@

Flocessor.java

- + 104 -1 +1 1. testSource : negated conditional → KILLED
@@ -1592,12 +1592,12 @@

Flocessor.java

- + 105 - +
@@ -1607,12 +1607,12 @@

Flocessor.java

- + 106 - + @@ -1622,12 +1622,12 @@

Flocessor.java

- + 107 - + @@ -1637,12 +1637,12 @@

Flocessor.java

- + 108 - + @@ -1652,12 +1652,12 @@

Flocessor.java

- + 109 - + @@ -1667,12 +1667,12 @@

Flocessor.java

- + 110 - + @@ -1682,12 +1682,12 @@

Flocessor.java

- + 111 - + @@ -1697,12 +1697,12 @@

Flocessor.java

- + 112 - + @@ -1712,12 +1712,12 @@

Flocessor.java

- + 113 - + @@ -1727,12 +1727,12 @@

Flocessor.java

- + 114 - + @@ -1742,12 +1742,12 @@

Flocessor.java

- + 115 - + @@ -1757,12 +1757,12 @@

Flocessor.java

- + 116 - + @@ -1772,12 +1772,12 @@

Flocessor.java

- + 117 -1 +1 1. testSource : replaced return value with null for com/mastercard/test/flow/assrt/junit5/Flocessor::testSource → KILLED
@@ -1789,12 +1789,12 @@

Flocessor.java

- + 118 - +
@@ -1804,12 +1804,12 @@

Flocessor.java

- + 119 - + @@ -1819,12 +1819,12 @@

Flocessor.java

- + 120 - + @@ -1834,12 +1834,12 @@

Flocessor.java

- + 121 - + @@ -1849,12 +1849,12 @@

Flocessor.java

- + 122 - + @@ -1864,12 +1864,12 @@

Flocessor.java

- + 123 - + @@ -1879,12 +1879,12 @@

Flocessor.java

- + 124 - + @@ -1894,12 +1894,12 @@

Flocessor.java

- + 125 - + @@ -1909,12 +1909,12 @@

Flocessor.java

- + 126 - + @@ -1924,12 +1924,12 @@

Flocessor.java

- + 127 - + @@ -1939,12 +1939,12 @@

Flocessor.java

- + 128 - + @@ -1954,12 +1954,12 @@

Flocessor.java

- + 129 -1 +1 1. compare : removed call to org/junit/jupiter/api/Assertions::assertEquals → KILLED
@@ -1971,12 +1971,12 @@

Flocessor.java

- + 130 - +
@@ -1986,12 +1986,12 @@

Flocessor.java

- + 131 - + @@ -2001,12 +2001,12 @@

Flocessor.java

- + 132 - + @@ -2018,101 +2018,101 @@

Flocessor.java

Mutations

-56 +56 - +

1.1
Location : tests
Killed by : com.mastercard.test.flow.assrt.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.junit5.MetaTest]/[method:test()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/junit5/Flocessor::tests → KILLED

2.2
Location : lambda$tests$1
Killed by : com.mastercard.test.flow.assrt.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.junit5.MetaTest]/[method:test()]
replaced return value with null for com/mastercard/test/flow/assrt/junit5/Flocessor::lambda$tests$1 → KILLED

-
61 +61 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.assrt.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.junit5.MetaTest]/[method:test()]
removed call to com/mastercard/test/flow/assrt/junit5/Flocessor::process → KILLED

-
62 +62 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.assrt.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.junit5.MetaTest]/[method:test()]
removed call to com/mastercard/test/flow/assrt/History::recordResult → KILLED

-
68 +68 - +

1.1
Location : lambda$null$0
Killed by :
removed call to com/mastercard/test/flow/assrt/History::recordResult → SURVIVED

-
72 +72 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.assrt.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.junit5.MetaTest]/[method:test()]
removed call to com/mastercard/test/flow/assrt/History::recordResult → KILLED

-
79 +79 - +

1.1
Location : lambda$null$0
Killed by :
removed call to com/mastercard/test/flow/assrt/History::recordResult → SURVIVED

-
102 +102 - +

1.1
Location : lambda$testSource$2
Killed by : com.mastercard.test.flow.assrt.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.junit5.MetaTest]/[method:test()]
replaced return value with "" for com/mastercard/test/flow/assrt/junit5/Flocessor::lambda$testSource$2 → KILLED

-
104 +104 - +

1.1
Location : testSource
Killed by : com.mastercard.test.flow.assrt.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.junit5.MetaTest]/[method:test()]
negated conditional → KILLED

-
117 +117 - +

1.1
Location : testSource
Killed by : com.mastercard.test.flow.assrt.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.junit5.MetaTest]/[method:test()]
replaced return value with null for com/mastercard/test/flow/assrt/junit5/Flocessor::testSource → KILLED

-
129 +129 - +

1.1
Location : compare
Killed by : com.mastercard.test.flow.assrt.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.junit5.MetaTest]/[method:test()]
removed call to org/junit/jupiter/api/Assertions::assertEquals → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.junit5/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.junit5/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.junit5/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.junit5/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.log/Merge.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.log/Merge.java.html similarity index 63% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.log/Merge.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.log/Merge.java.html index 646725cd31..e6b4e45746 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.log/Merge.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.log/Merge.java.html @@ -15,12 +15,12 @@

Merge.java

-
+ 1 - + @@ -30,12 +30,12 @@

Merge.java

- + 2 - + @@ -45,12 +45,12 @@

Merge.java

- + 3 - + @@ -60,12 +60,12 @@

Merge.java

- + 4 - + @@ -75,12 +75,12 @@

Merge.java

- + 5 - + @@ -90,12 +90,12 @@

Merge.java

- + 6 - + @@ -105,12 +105,12 @@

Merge.java

- + 7 - + @@ -120,12 +120,12 @@

Merge.java

- + 8 - + @@ -135,12 +135,12 @@

Merge.java

- + 9 - + @@ -150,12 +150,12 @@

Merge.java

- + 10 - + @@ -165,12 +165,12 @@

Merge.java

- + 11 - + @@ -180,12 +180,12 @@

Merge.java

- + 12 - + @@ -195,12 +195,12 @@

Merge.java

- + 13 - + @@ -210,12 +210,12 @@

Merge.java

- + 14 - + @@ -225,12 +225,12 @@

Merge.java

- + 15 - + @@ -240,12 +240,12 @@

Merge.java

- + 16 - + @@ -255,12 +255,12 @@

Merge.java

- + 17 - + @@ -270,12 +270,12 @@

Merge.java

- + 18 - + @@ -285,12 +285,12 @@

Merge.java

- + 19 - + @@ -300,12 +300,12 @@

Merge.java

- + 20 - + @@ -315,12 +315,12 @@

Merge.java

- + 21 - + @@ -330,12 +330,12 @@

Merge.java

- + 22 - + @@ -345,12 +345,12 @@

Merge.java

- + 23 - + @@ -360,12 +360,12 @@

Merge.java

- + 24 - + @@ -375,12 +375,12 @@

Merge.java

- + 25 - + @@ -390,12 +390,12 @@

Merge.java

- + 26 - + @@ -405,12 +405,12 @@

Merge.java

- + 27 - + @@ -420,12 +420,12 @@

Merge.java

- + 28 - + @@ -435,12 +435,12 @@

Merge.java

- + 29 - + @@ -450,12 +450,12 @@

Merge.java

- + 30 - + @@ -465,12 +465,12 @@

Merge.java

- + 31 -1 +1 1. with : replaced return value with null for com/mastercard/test/flow/assrt/log/Merge::with → KILLED
@@ -482,12 +482,12 @@

Merge.java

- + 32 - +
@@ -497,12 +497,12 @@

Merge.java

- + 33 - + @@ -512,12 +512,12 @@

Merge.java

- + 34 - + @@ -527,12 +527,12 @@

Merge.java

- + 35 - + @@ -542,12 +542,12 @@

Merge.java

- + 36 -2 +2 1. start : removed call to java/util/List::forEach → KILLED
2. lambda$start$0 : removed call to com/mastercard/test/flow/assrt/LogCapture::start → KILLED
@@ -560,12 +560,12 @@

Merge.java

- + 37 - +
@@ -575,12 +575,12 @@

Merge.java

- + 38 - + @@ -590,12 +590,12 @@

Merge.java

- + 39 - + @@ -605,12 +605,12 @@

Merge.java

- + 40 - + @@ -620,12 +620,12 @@

Merge.java

- + 41 - + @@ -635,12 +635,12 @@

Merge.java

- + 42 -2 +2 1. lambda$end$1 : removed call to java/util/stream/Stream::forEach → KILLED
2. end : removed call to java/util/List::forEach → KILLED
@@ -653,12 +653,12 @@

Merge.java

- + 43 -2 +2 1. end : removed call to java/util/List::sort → KILLED
2. lambda$end$2 : replaced return value with "" for com/mastercard/test/flow/assrt/log/Merge::lambda$end$2 → KILLED
@@ -671,12 +671,12 @@

Merge.java

- + 44 -1 +1 1. end : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/log/Merge::end → KILLED
@@ -688,12 +688,12 @@

Merge.java

- + 45 - +
@@ -703,12 +703,12 @@

Merge.java

- + 46 - +
@@ -720,51 +720,51 @@

Merge.java

Mutations

-31 +31 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.assrt.log.MergeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.MergeTest]/[method:merge()]
replaced return value with null for com/mastercard/test/flow/assrt/log/Merge::with → KILLED

-
36 +36 - +

1.1
Location : start
Killed by : com.mastercard.test.flow.assrt.log.MergeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.MergeTest]/[method:delegate()]
removed call to java/util/List::forEach → KILLED

2.2
Location : lambda$start$0
Killed by : com.mastercard.test.flow.assrt.log.MergeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.MergeTest]/[method:delegate()]
removed call to com/mastercard/test/flow/assrt/LogCapture::start → KILLED

-
42 +42 - +

1.1
Location : lambda$end$1
Killed by : com.mastercard.test.flow.assrt.log.MergeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.MergeTest]/[method:merge()]
removed call to java/util/stream/Stream::forEach → KILLED

2.2
Location : end
Killed by : com.mastercard.test.flow.assrt.log.MergeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.MergeTest]/[method:merge()]
removed call to java/util/List::forEach → KILLED

-
43 +43 - +

1.1
Location : end
Killed by : com.mastercard.test.flow.assrt.log.MergeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.MergeTest]/[method:merge()]
removed call to java/util/List::sort → KILLED

2.2
Location : lambda$end$2
Killed by : com.mastercard.test.flow.assrt.log.MergeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.MergeTest]/[method:merge()]
replaced return value with "" for com/mastercard/test/flow/assrt/log/Merge::lambda$end$2 → KILLED

-
44 +44 - +

1.1
Location : end
Killed by : com.mastercard.test.flow.assrt.log.MergeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.MergeTest]/[method:merge()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/log/Merge::end → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.log/Tail.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.log/Tail.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.log/Tail.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.log/Tail.java.html index c2e1b9f8b3..b8487061e3 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.log/Tail.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.log/Tail.java.html @@ -15,12 +15,12 @@

Tail.java

-
+ 1 - +
@@ -30,12 +30,12 @@

Tail.java

- + 2 - + @@ -45,12 +45,12 @@

Tail.java

- + 3 - + @@ -60,12 +60,12 @@

Tail.java

- + 4 - + @@ -75,12 +75,12 @@

Tail.java

- + 5 - + @@ -90,12 +90,12 @@

Tail.java

- + 6 - + @@ -105,12 +105,12 @@

Tail.java

- + 7 - + @@ -120,12 +120,12 @@

Tail.java

- + 8 - + @@ -135,12 +135,12 @@

Tail.java

- + 9 - + @@ -150,12 +150,12 @@

Tail.java

- + 10 - + @@ -165,12 +165,12 @@

Tail.java

- + 11 - + @@ -180,12 +180,12 @@

Tail.java

- + 12 - + @@ -195,12 +195,12 @@

Tail.java

- + 13 - + @@ -210,12 +210,12 @@

Tail.java

- + 14 - + @@ -225,12 +225,12 @@

Tail.java

- + 15 - + @@ -240,12 +240,12 @@

Tail.java

- + 16 - + @@ -255,12 +255,12 @@

Tail.java

- + 17 - + @@ -270,12 +270,12 @@

Tail.java

- + 18 - + @@ -285,12 +285,12 @@

Tail.java

- + 19 - + @@ -300,12 +300,12 @@

Tail.java

- + 20 - + @@ -315,12 +315,12 @@

Tail.java

- + 21 - + @@ -330,12 +330,12 @@

Tail.java

- + 22 - + @@ -345,12 +345,12 @@

Tail.java

- + 23 - + @@ -360,12 +360,12 @@

Tail.java

- + 24 - + @@ -375,12 +375,12 @@

Tail.java

- + 25 - + @@ -390,12 +390,12 @@

Tail.java

- + 26 - + @@ -405,12 +405,12 @@

Tail.java

- + 27 - + @@ -420,12 +420,12 @@

Tail.java

- + 28 - + @@ -435,12 +435,12 @@

Tail.java

- + 29 - + @@ -450,12 +450,12 @@

Tail.java

- + 30 - + @@ -465,12 +465,12 @@

Tail.java

- + 31 - + @@ -480,12 +480,12 @@

Tail.java

- + 32 - + @@ -495,12 +495,12 @@

Tail.java

- + 33 - + @@ -510,12 +510,12 @@

Tail.java

- + 34 - + @@ -525,12 +525,12 @@

Tail.java

- + 35 - + @@ -540,12 +540,12 @@

Tail.java

- + 36 - + @@ -555,12 +555,12 @@

Tail.java

- + 37 - + @@ -570,12 +570,12 @@

Tail.java

- + 38 - + @@ -585,12 +585,12 @@

Tail.java

- + 39 - + @@ -600,12 +600,12 @@

Tail.java

- + 40 - + @@ -615,12 +615,12 @@

Tail.java

- + 41 - + @@ -630,12 +630,12 @@

Tail.java

- + 42 - + @@ -645,12 +645,12 @@

Tail.java

- + 43 - + @@ -660,12 +660,12 @@

Tail.java

- + 44 - + @@ -675,12 +675,12 @@

Tail.java

- + 45 - + @@ -690,12 +690,12 @@

Tail.java

- + 46 - + @@ -705,12 +705,12 @@

Tail.java

- + 47 - + @@ -720,12 +720,12 @@

Tail.java

- + 48 - + @@ -735,12 +735,12 @@

Tail.java

- + 49 - + @@ -750,12 +750,12 @@

Tail.java

- + 50 - + @@ -765,12 +765,12 @@

Tail.java

- + 51 - + @@ -780,12 +780,12 @@

Tail.java

- + 52 - + @@ -795,12 +795,12 @@

Tail.java

- + 53 - + @@ -810,12 +810,12 @@

Tail.java

- + 54 - + @@ -825,12 +825,12 @@

Tail.java

- + 55 - + @@ -840,12 +840,12 @@

Tail.java

- + 56 - + @@ -855,12 +855,12 @@

Tail.java

- + 57 - + @@ -870,12 +870,12 @@

Tail.java

- + 58 - + @@ -885,12 +885,12 @@

Tail.java

- + 59 - + @@ -900,12 +900,12 @@

Tail.java

- + 60 - + @@ -915,12 +915,12 @@

Tail.java

- + 61 - + @@ -930,12 +930,12 @@

Tail.java

- + 62 - + @@ -945,12 +945,12 @@

Tail.java

- + 63 - + @@ -960,12 +960,12 @@

Tail.java

- + 64 - + @@ -975,12 +975,12 @@

Tail.java

- + 65 - + @@ -990,12 +990,12 @@

Tail.java

- + 66 - + @@ -1005,12 +1005,12 @@

Tail.java

- + 67 - + @@ -1020,12 +1020,12 @@

Tail.java

- + 68 - + @@ -1035,12 +1035,12 @@

Tail.java

- + 69 -1 +1 1. errors : replaced return value with null for com/mastercard/test/flow/assrt/log/Tail::errors → KILLED
@@ -1052,12 +1052,12 @@

Tail.java

- + 70 - +
@@ -1067,12 +1067,12 @@

Tail.java

- + 71 - + @@ -1082,12 +1082,12 @@

Tail.java

- + 72 - + @@ -1097,12 +1097,12 @@

Tail.java

- + 73 - + @@ -1112,12 +1112,12 @@

Tail.java

- + 74 - + @@ -1127,12 +1127,12 @@

Tail.java

- + 75 - + @@ -1142,12 +1142,12 @@

Tail.java

- + 76 - + @@ -1157,12 +1157,12 @@

Tail.java

- + 77 - + @@ -1172,12 +1172,12 @@

Tail.java

- + 78 -1 +1 1. start : removed call to java/util/function/BiConsumer::accept → KILLED
@@ -1189,12 +1189,12 @@

Tail.java

- + 79 - +
@@ -1204,12 +1204,12 @@

Tail.java

- + 80 - + @@ -1219,12 +1219,12 @@

Tail.java

- + 81 - + @@ -1234,12 +1234,12 @@

Tail.java

- + 82 - + @@ -1249,12 +1249,12 @@

Tail.java

- + 83 - + @@ -1264,12 +1264,12 @@

Tail.java

- + 84 - + @@ -1279,12 +1279,12 @@

Tail.java

- + 85 - + @@ -1294,12 +1294,12 @@

Tail.java

- + 86 - + @@ -1309,12 +1309,12 @@

Tail.java

- + 87 - + @@ -1324,12 +1324,12 @@

Tail.java

- + 88 - + @@ -1339,12 +1339,12 @@

Tail.java

- + 89 - + @@ -1354,12 +1354,12 @@

Tail.java

- + 90 - + @@ -1369,12 +1369,12 @@

Tail.java

- + 91 - + @@ -1384,12 +1384,12 @@

Tail.java

- + 92 - + @@ -1399,12 +1399,12 @@

Tail.java

- + 93 - + @@ -1414,12 +1414,12 @@

Tail.java

- + 94 - + @@ -1429,12 +1429,12 @@

Tail.java

- + 95 -1 +1 1. end : negated conditional → KILLED
@@ -1446,12 +1446,12 @@

Tail.java

- + 96 - +
@@ -1461,12 +1461,12 @@

Tail.java

- + 97 -1 +1 1. end : negated conditional → KILLED
@@ -1478,12 +1478,12 @@

Tail.java

- + 98 - +
@@ -1493,12 +1493,12 @@

Tail.java

- + 99 - + @@ -1508,12 +1508,12 @@

Tail.java

- + 100 - + @@ -1523,12 +1523,12 @@

Tail.java

- + 101 - + @@ -1538,12 +1538,12 @@

Tail.java

- + 102 - + @@ -1553,12 +1553,12 @@

Tail.java

- + 103 - + @@ -1568,12 +1568,12 @@

Tail.java

- + 104 - + @@ -1583,12 +1583,12 @@

Tail.java

- + 105 - + @@ -1598,12 +1598,12 @@

Tail.java

- + 106 - + @@ -1613,12 +1613,12 @@

Tail.java

- + 107 - + @@ -1628,12 +1628,12 @@

Tail.java

- + 108 -1 +1 1. end : negated conditional → KILLED
@@ -1645,12 +1645,12 @@

Tail.java

- + 109 - +
@@ -1660,12 +1660,12 @@

Tail.java

- + 110 - + @@ -1675,12 +1675,12 @@

Tail.java

- + 111 - + @@ -1690,12 +1690,12 @@

Tail.java

- + 112 - + @@ -1705,12 +1705,12 @@

Tail.java

- + 113 -1 +1 1. end : negated conditional → KILLED
@@ -1722,12 +1722,12 @@

Tail.java

- + 114 - +
@@ -1737,12 +1737,12 @@

Tail.java

- + 115 - + @@ -1752,12 +1752,12 @@

Tail.java

- + 116 - + @@ -1767,12 +1767,12 @@

Tail.java

- + 117 - + @@ -1782,12 +1782,12 @@

Tail.java

- + 118 - + @@ -1797,12 +1797,12 @@

Tail.java

- + 119 - + @@ -1812,12 +1812,12 @@

Tail.java

- + 120 - + @@ -1827,12 +1827,12 @@

Tail.java

- + 121 -1 +1 1. end : negated conditional → KILLED
@@ -1844,12 +1844,12 @@

Tail.java

- + 122 - +
@@ -1859,12 +1859,12 @@

Tail.java

- + 123 - + @@ -1874,12 +1874,12 @@

Tail.java

- + 124 - + @@ -1889,12 +1889,12 @@

Tail.java

- + 125 - + @@ -1904,12 +1904,12 @@

Tail.java

- + 126 - + @@ -1919,12 +1919,12 @@

Tail.java

- + 127 -1 +1 1. end : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/log/Tail::end → KILLED
@@ -1936,12 +1936,12 @@

Tail.java

- + 128 - +
@@ -1951,12 +1951,12 @@

Tail.java

- + 129 - + @@ -1966,12 +1966,12 @@

Tail.java

- + 130 - + @@ -1981,12 +1981,12 @@

Tail.java

- + 131 - + @@ -1996,12 +1996,12 @@

Tail.java

- + 132 - + @@ -2011,12 +2011,12 @@

Tail.java

- + 133 - + @@ -2026,12 +2026,12 @@

Tail.java

- + 134 -1 +1 1. extractLineRange : Replaced long subtraction with addition → KILLED
@@ -2043,12 +2043,12 @@

Tail.java

- + 135 - +
@@ -2058,12 +2058,12 @@

Tail.java

- + 136 -1 +1 1. extractLineRange : removed call to java/io/RandomAccessFile::seek → KILLED
@@ -2075,12 +2075,12 @@

Tail.java

- + 137 -1 +1 1. extractLineRange : removed call to java/io/RandomAccessFile::readFully → KILLED
@@ -2092,12 +2092,12 @@

Tail.java

- + 138 - +
@@ -2107,12 +2107,12 @@

Tail.java

- + 139 -1 +1 1. extractLineRange : replaced return value with null for com/mastercard/test/flow/assrt/log/Tail::extractLineRange → KILLED
@@ -2124,12 +2124,12 @@

Tail.java

- + 140 - +
@@ -2139,12 +2139,12 @@

Tail.java

- + 141 - +
@@ -2154,12 +2154,12 @@

Tail.java

- + 142 -1 +1 1. extractLineRange : removed call to java/util/function/BiConsumer::accept → KILLED
@@ -2171,12 +2171,12 @@

Tail.java

- + 143 - +
@@ -2186,12 +2186,12 @@

Tail.java

- + 144 -1 +1 1. extractLineRange : replaced return value with null for com/mastercard/test/flow/assrt/log/Tail::extractLineRange → KILLED
@@ -2203,12 +2203,12 @@

Tail.java

- + 145 - +
@@ -2218,12 +2218,12 @@

Tail.java

- + 146 - + @@ -2233,12 +2233,12 @@

Tail.java

- + 147 - + @@ -2248,12 +2248,12 @@

Tail.java

- + 148 -1 +1 1. uncapturedContent : Replaced integer multiplication with division → KILLED
@@ -2265,12 +2265,12 @@

Tail.java

- + 149 -2 +2 1. uncapturedContent : changed conditional boundary → KILLED
2. uncapturedContent : negated conditional → KILLED
@@ -2283,12 +2283,12 @@

Tail.java

- + 150 -1 +1 1. uncapturedContent : Replaced integer multiplication with division → KILLED
@@ -2300,12 +2300,12 @@

Tail.java

- + 151 -2 +2 1. uncapturedContent : Replaced integer multiplication with division → KILLED
2. uncapturedContent : Replaced integer addition with subtraction → KILLED
@@ -2318,12 +2318,12 @@

Tail.java

- + 152 - +
@@ -2333,12 +2333,12 @@

Tail.java

- + 153 - +
@@ -2348,12 +2348,12 @@

Tail.java

- + 154 - +
@@ -2363,12 +2363,12 @@

Tail.java

- + 155 -1 +1 1. uncapturedContent : removed call to java/util/Arrays::sort → KILLED
@@ -2380,12 +2380,12 @@

Tail.java

- + 156 - +
@@ -2395,12 +2395,12 @@

Tail.java

- + 157 - +
@@ -2410,12 +2410,12 @@

Tail.java

- + 158 - + @@ -2425,12 +2425,12 @@

Tail.java

- + 159 - + @@ -2440,12 +2440,12 @@

Tail.java

- + 160 - + @@ -2455,12 +2455,12 @@

Tail.java

- + 161 -3 +3 1. uncapturedContent : changed conditional boundary → KILLED
2. uncapturedContent : Replaced integer subtraction with addition → KILLED
@@ -2474,12 +2474,12 @@

Tail.java

- + 162 -1 +1 1. uncapturedContent : Replaced integer addition with subtraction → KILLED
@@ -2491,12 +2491,12 @@

Tail.java

- + 163 - +
@@ -2506,12 +2506,12 @@

Tail.java

- + 164 - +
@@ -2521,12 +2521,12 @@

Tail.java

- + 165 -1 +1 1. uncapturedContent : Replaced integer subtraction with addition → KILLED
@@ -2538,12 +2538,12 @@

Tail.java

- + 166 - +
@@ -2553,12 +2553,12 @@

Tail.java

- + 167 -1 +1 1. uncapturedContent : replaced return value with "" for com/mastercard/test/flow/assrt/log/Tail::uncapturedContent → KILLED
@@ -2570,12 +2570,12 @@

Tail.java

- + 168 - +
@@ -2585,12 +2585,12 @@

Tail.java

- + 169 - + @@ -2602,231 +2602,231 @@

Tail.java

Mutations

-69 +69 - +

1.1
Location : errors
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:failuresCaptured()]
replaced return value with null for com/mastercard/test/flow/assrt/log/Tail::errors → KILLED

-
78 +78 - +

1.1
Location : start
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:failuresCaptured()]
removed call to java/util/function/BiConsumer::accept → KILLED

-
95 +95 - +

1.1
Location : end
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
negated conditional → KILLED

-
97 +97 - +

1.1
Location : end
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
negated conditional → KILLED

-
108 +108 - +

1.1
Location : end
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
negated conditional → KILLED

-
113 +113 - +

1.1
Location : end
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
negated conditional → KILLED

-
121 +121 - +

1.1
Location : end
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:failuresIgnored()]
negated conditional → KILLED

-
127 +127 - +

1.1
Location : end
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/log/Tail::end → KILLED

-
134 +134 - +

1.1
Location : extractLineRange
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
Replaced long subtraction with addition → KILLED

-
136 +136 - +

1.1
Location : extractLineRange
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
removed call to java/io/RandomAccessFile::seek → KILLED

-
137 +137 - +

1.1
Location : extractLineRange
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
removed call to java/io/RandomAccessFile::readFully → KILLED

-
139 +139 - +

1.1
Location : extractLineRange
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
replaced return value with null for com/mastercard/test/flow/assrt/log/Tail::extractLineRange → KILLED

-
142 +142 - +

1.1
Location : extractLineRange
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:failuresCaptured()]
removed call to java/util/function/BiConsumer::accept → KILLED

-
144 +144 - +

1.1
Location : extractLineRange
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:failuresIgnored()]
replaced return value with null for com/mastercard/test/flow/assrt/log/Tail::extractLineRange → KILLED

-
148 +148 - +

1.1
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
Replaced integer multiplication with division → KILLED

-
149 +149 - +

1.1
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
changed conditional boundary → KILLED

2.2
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
negated conditional → KILLED

-
150 +150 - +

1.1
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
Replaced integer multiplication with division → KILLED

-
151 +151 - +

1.1
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
Replaced integer multiplication with division → KILLED

2.2
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
Replaced integer addition with subtraction → KILLED

-
155 +155 - +

1.1
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
removed call to java/util/Arrays::sort → KILLED

-
161 +161 - +

1.1
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
changed conditional boundary → KILLED

2.2
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
Replaced integer subtraction with addition → KILLED

3.3
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
negated conditional → KILLED

-
162 +162 - +

1.1
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
Replaced integer addition with subtraction → KILLED

-
165 +165 - +

1.1
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
Replaced integer subtraction with addition → KILLED

-
167 +167 - +

1.1
Location : uncapturedContent
Killed by : com.mastercard.test.flow.assrt.log.TailTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.log.TailTest]/[method:tail()]
replaced return value with "" for com/mastercard/test/flow/assrt/log/Tail::uncapturedContent → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.log/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.log/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.log/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.log/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.order/Edge.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.order/Edge.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.order/Edge.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.order/Edge.java.html index 4df6081d66..c180cf8795 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.order/Edge.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.order/Edge.java.html @@ -15,12 +15,12 @@

Edge.java

-
+ 1 - + @@ -30,12 +30,12 @@

Edge.java

- + 2 - + @@ -45,12 +45,12 @@

Edge.java

- + 3 - + @@ -60,12 +60,12 @@

Edge.java

- + 4 - + @@ -75,12 +75,12 @@

Edge.java

- + 5 - + @@ -90,12 +90,12 @@

Edge.java

- + 6 - + @@ -105,12 +105,12 @@

Edge.java

- + 7 - + @@ -120,12 +120,12 @@

Edge.java

- + 8 - + @@ -135,12 +135,12 @@

Edge.java

- + 9 - + @@ -150,12 +150,12 @@

Edge.java

- + 10 - + @@ -165,12 +165,12 @@

Edge.java

- + 11 - + @@ -180,12 +180,12 @@

Edge.java

- + 12 - + @@ -195,12 +195,12 @@

Edge.java

- + 13 - + @@ -210,12 +210,12 @@

Edge.java

- + 14 - + @@ -225,12 +225,12 @@

Edge.java

- + 15 - + @@ -240,12 +240,12 @@

Edge.java

- + 16 - + @@ -255,12 +255,12 @@

Edge.java

- + 17 - + @@ -270,12 +270,12 @@

Edge.java

- + 18 - + @@ -285,12 +285,12 @@

Edge.java

- + 19 - + @@ -300,12 +300,12 @@

Edge.java

- + 20 - + @@ -315,12 +315,12 @@

Edge.java

- + 21 - + @@ -330,12 +330,12 @@

Edge.java

- + 22 - + @@ -345,12 +345,12 @@

Edge.java

- + 23 - + @@ -360,12 +360,12 @@

Edge.java

- + 24 - + @@ -375,12 +375,12 @@

Edge.java

- + 25 - + @@ -390,12 +390,12 @@

Edge.java

- + 26 - + @@ -405,12 +405,12 @@

Edge.java

- + 27 - + @@ -420,12 +420,12 @@

Edge.java

- + 28 - + @@ -435,12 +435,12 @@

Edge.java

- + 29 -1 +1 1. to : replaced return value with null for com/mastercard/test/flow/assrt/order/Edge::to → KILLED
@@ -452,12 +452,12 @@

Edge.java

- + 30 - +
@@ -467,12 +467,12 @@

Edge.java

- + 31 - + @@ -482,12 +482,12 @@

Edge.java

- + 32 - + @@ -497,12 +497,12 @@

Edge.java

- + 33 - + @@ -512,12 +512,12 @@

Edge.java

- + 34 - + @@ -527,12 +527,12 @@

Edge.java

- + 35 - + @@ -542,12 +542,12 @@

Edge.java

- + 36 -1 +1 1. weight : replaced int return with 0 for com/mastercard/test/flow/assrt/order/Edge::weight → KILLED
@@ -559,12 +559,12 @@

Edge.java

- + 37 - +
@@ -574,12 +574,12 @@

Edge.java

- + 38 - + @@ -589,12 +589,12 @@

Edge.java

- + 39 - + @@ -604,12 +604,12 @@

Edge.java

- + 40 - + @@ -619,12 +619,12 @@

Edge.java

- + 41 - + @@ -634,12 +634,12 @@

Edge.java

- + 42 - + @@ -649,12 +649,12 @@

Edge.java

- + 43 -1 +1 1. delete : removed call to com/mastercard/test/flow/assrt/order/Node::remove → KILLED
@@ -666,12 +666,12 @@

Edge.java

- + 44 - +
@@ -681,12 +681,12 @@

Edge.java

- + 45 - + @@ -696,12 +696,12 @@

Edge.java

- + 46 - + @@ -711,12 +711,12 @@

Edge.java

- + 47 - + @@ -726,12 +726,12 @@

Edge.java

- + 48 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/assrt/order/Edge::toString → KILLED
@@ -743,12 +743,12 @@

Edge.java

- + 49 - +
@@ -758,12 +758,12 @@

Edge.java

- + 50 - + @@ -775,41 +775,41 @@

Edge.java

Mutations

-29 +29 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:edge()]
replaced return value with null for com/mastercard/test/flow/assrt/order/Edge::to → KILLED

-
36 +36 - +

1.1
Location : weight
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
replaced int return with 0 for com/mastercard/test/flow/assrt/order/Edge::weight → KILLED

-
43 +43 - +

1.1
Location : delete
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
removed call to com/mastercard/test/flow/assrt/order/Node::remove → KILLED

-
48 +48 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
replaced return value with "" for com/mastercard/test/flow/assrt/order/Edge::toString → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.order/Graph.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.order/Graph.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.order/Graph.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.order/Graph.java.html index 97d213c8c1..9fba9be0dc 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.order/Graph.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.order/Graph.java.html @@ -15,12 +15,12 @@

Graph.java

-
+ 1 - + @@ -30,12 +30,12 @@

Graph.java

- + 2 - + @@ -45,12 +45,12 @@

Graph.java

- + 3 - + @@ -60,12 +60,12 @@

Graph.java

- + 4 - + @@ -75,12 +75,12 @@

Graph.java

- + 5 - + @@ -90,12 +90,12 @@

Graph.java

- + 6 - + @@ -105,12 +105,12 @@

Graph.java

- + 7 - + @@ -120,12 +120,12 @@

Graph.java

- + 8 - + @@ -135,12 +135,12 @@

Graph.java

- + 9 - + @@ -150,12 +150,12 @@

Graph.java

- + 10 - + @@ -165,12 +165,12 @@

Graph.java

- + 11 - + @@ -180,12 +180,12 @@

Graph.java

- + 12 - + @@ -195,12 +195,12 @@

Graph.java

- + 13 - + @@ -210,12 +210,12 @@

Graph.java

- + 14 - + @@ -225,12 +225,12 @@

Graph.java

- + 15 - + @@ -240,12 +240,12 @@

Graph.java

- + 16 - + @@ -255,12 +255,12 @@

Graph.java

- + 17 - + @@ -270,12 +270,12 @@

Graph.java

- + 18 - + @@ -285,12 +285,12 @@

Graph.java

- + 19 - + @@ -300,12 +300,12 @@

Graph.java

- + 20 - + @@ -315,12 +315,12 @@

Graph.java

- + 21 - + @@ -330,12 +330,12 @@

Graph.java

- + 22 - + @@ -345,12 +345,12 @@

Graph.java

- + 23 - + @@ -360,12 +360,12 @@

Graph.java

- + 24 - + @@ -375,12 +375,12 @@

Graph.java

- + 25 - + @@ -390,12 +390,12 @@

Graph.java

- + 26 - + @@ -405,12 +405,12 @@

Graph.java

- + 27 - + @@ -420,12 +420,12 @@

Graph.java

- + 28 - + @@ -435,12 +435,12 @@

Graph.java

- + 29 - + @@ -450,12 +450,12 @@

Graph.java

- + 30 - + @@ -465,12 +465,12 @@

Graph.java

- + 31 - + @@ -480,12 +480,12 @@

Graph.java

- + 32 - + @@ -495,12 +495,12 @@

Graph.java

- + 33 - + @@ -510,12 +510,12 @@

Graph.java

- + 34 - + @@ -525,12 +525,12 @@

Graph.java

- + 35 - + @@ -540,12 +540,12 @@

Graph.java

- + 36 - + @@ -555,12 +555,12 @@

Graph.java

- + 37 - + @@ -570,12 +570,12 @@

Graph.java

- + 38 -1 +1 1. with : replaced return value with null for com/mastercard/test/flow/assrt/order/Graph::with → KILLED
@@ -587,12 +587,12 @@

Graph.java

- + 39 - +
@@ -602,12 +602,12 @@

Graph.java

- + 40 - + @@ -617,12 +617,12 @@

Graph.java

- + 41 - + @@ -632,12 +632,12 @@

Graph.java

- + 42 - + @@ -647,12 +647,12 @@

Graph.java

- + 43 - + @@ -662,12 +662,12 @@

Graph.java

- + 44 - + @@ -677,12 +677,12 @@

Graph.java

- + 45 - + @@ -692,12 +692,12 @@

Graph.java

- + 46 - + @@ -707,12 +707,12 @@

Graph.java

- + 47 - + @@ -722,12 +722,12 @@

Graph.java

- + 48 - + @@ -737,12 +737,12 @@

Graph.java

- + 49 - + @@ -752,12 +752,12 @@

Graph.java

- + 50 - + @@ -767,12 +767,12 @@

Graph.java

- + 51 - + @@ -782,12 +782,12 @@

Graph.java

- + 52 -2 +2 1. edge : negated conditional → KILLED
2. edge : negated conditional → KILLED
@@ -800,12 +800,12 @@

Graph.java

- + 53 -1 +1 1. edge : removed call to com/mastercard/test/flow/assrt/order/Node::edgeTo → KILLED
@@ -817,12 +817,12 @@

Graph.java

- + 54 - +
@@ -832,12 +832,12 @@

Graph.java

- + 55 -1 +1 1. edge : replaced return value with null for com/mastercard/test/flow/assrt/order/Graph::edge → KILLED
@@ -849,12 +849,12 @@

Graph.java

- + 56 - +
@@ -864,12 +864,12 @@

Graph.java

- + 57 - +
@@ -879,12 +879,12 @@

Graph.java

- + 58 - + @@ -894,12 +894,12 @@

Graph.java

- + 59 - + @@ -909,12 +909,12 @@

Graph.java

- + 60 - + @@ -924,12 +924,12 @@

Graph.java

- + 61 - + @@ -939,12 +939,12 @@

Graph.java

- + 62 - + @@ -954,12 +954,12 @@

Graph.java

- + 63 -1 +1 1. removeCycles : removed call to java/util/Collection::forEach → KILLED
@@ -971,12 +971,12 @@

Graph.java

- + 64 - +
@@ -986,12 +986,12 @@

Graph.java

- + 65 - + @@ -1001,12 +1001,12 @@

Graph.java

- + 66 - + @@ -1016,12 +1016,12 @@

Graph.java

- + 67 - + @@ -1031,12 +1031,12 @@

Graph.java

- + 68 - + @@ -1046,12 +1046,12 @@

Graph.java

- + 69 - + @@ -1061,12 +1061,12 @@

Graph.java

- + 70 - + @@ -1076,12 +1076,12 @@

Graph.java

- + 71 - + @@ -1091,12 +1091,12 @@

Graph.java

- + 72 - + @@ -1106,12 +1106,12 @@

Graph.java

- + 73 - + @@ -1121,12 +1121,12 @@

Graph.java

- + 74 - + @@ -1136,12 +1136,12 @@

Graph.java

- + 75 - + @@ -1151,12 +1151,12 @@

Graph.java

- + 76 -1 +1 1. order : removed call to com/mastercard/test/flow/assrt/order/Graph::removeCycles → KILLED
@@ -1168,12 +1168,12 @@

Graph.java

- + 77 - +
@@ -1183,12 +1183,12 @@

Graph.java

- + 78 - + @@ -1198,12 +1198,12 @@

Graph.java

- + 79 - + @@ -1213,12 +1213,12 @@

Graph.java

- + 80 -1 +1 1. order : negated conditional → KILLED
@@ -1230,12 +1230,12 @@

Graph.java

- + 81 - +
@@ -1245,12 +1245,12 @@

Graph.java

- + 82 -1 +1 1. order : removed call to com/mastercard/test/flow/assrt/order/Node::add → TIMED_OUT
@@ -1262,12 +1262,12 @@

Graph.java

- + 83 - +
@@ -1277,12 +1277,12 @@

Graph.java

- + 84 -1 +1 1. order : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/order/Graph::order → KILLED
@@ -1294,12 +1294,12 @@

Graph.java

- + 85 - +
@@ -1309,12 +1309,12 @@

Graph.java

- + 86 - + @@ -1324,12 +1324,12 @@

Graph.java

- + 87 - + @@ -1339,12 +1339,12 @@

Graph.java

- + 88 - + @@ -1354,12 +1354,12 @@

Graph.java

- + 89 - + @@ -1369,12 +1369,12 @@

Graph.java

- + 90 - + @@ -1384,12 +1384,12 @@

Graph.java

- + 91 - + @@ -1399,12 +1399,12 @@

Graph.java

- + 92 - + @@ -1414,12 +1414,12 @@

Graph.java

- + 93 -1 +1 1. values : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/order/Graph::values → KILLED
@@ -1431,12 +1431,12 @@

Graph.java

- + 94 - +
@@ -1446,12 +1446,12 @@

Graph.java

- + 95 - + @@ -1461,12 +1461,12 @@

Graph.java

- + 96 - + @@ -1476,12 +1476,12 @@

Graph.java

- + 97 - + @@ -1491,12 +1491,12 @@

Graph.java

- + 98 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/assrt/order/Graph::toString → KILLED
@@ -1508,12 +1508,12 @@

Graph.java

- + 99 - +
@@ -1523,12 +1523,12 @@

Graph.java

- + 100 - + @@ -1538,12 +1538,12 @@

Graph.java

- + 101 - + @@ -1553,12 +1553,12 @@

Graph.java

- + 102 - + @@ -1568,12 +1568,12 @@

Graph.java

- + 103 - + @@ -1585,111 +1585,111 @@

Graph.java

Mutations

-38 +38 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:unconnected()]
replaced return value with null for com/mastercard/test/flow/assrt/order/Graph::with → KILLED

-
52 +52 - +

1.1
Location : edge
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:edge()]
negated conditional → KILLED

2.2
Location : edge
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:edge()]
negated conditional → KILLED

-
53 +53 - +

1.1
Location : edge
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:edge()]
removed call to com/mastercard/test/flow/assrt/order/Node::edgeTo → KILLED

-
55 +55 - +

1.1
Location : edge
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:edges()]
replaced return value with null for com/mastercard/test/flow/assrt/order/Graph::edge → KILLED

-
63 +63 - +

1.1
Location : removeCycles
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
removed call to java/util/Collection::forEach → KILLED

-
76 +76 - +

1.1
Location : order
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
removed call to com/mastercard/test/flow/assrt/order/Graph::removeCycles → KILLED

-
80 +80 - +

1.1
Location : order
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:unconnected()]
negated conditional → KILLED

-
82 +82 - +

1.1
Location : order
Killed by :
removed call to com/mastercard/test/flow/assrt/order/Node::add → TIMED_OUT

-
84 +84 - +

1.1
Location : order
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:unconnected()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/order/Graph::order → KILLED

-
93 +93 - +

1.1
Location : values
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:basis()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/order/Graph::values → KILLED

-
98 +98 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:badEdges()]
replaced return value with "" for com/mastercard/test/flow/assrt/order/Graph::toString → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.order/Node.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.order/Node.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.order/Node.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.order/Node.java.html index c128de6df4..083fff7c52 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.order/Node.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.order/Node.java.html @@ -15,12 +15,12 @@

Node.java

-
+ 1 - + @@ -30,12 +30,12 @@

Node.java

- + 2 - + @@ -45,12 +45,12 @@

Node.java

- + 3 - + @@ -60,12 +60,12 @@

Node.java

- + 4 - + @@ -75,12 +75,12 @@

Node.java

- + 5 - + @@ -90,12 +90,12 @@

Node.java

- + 6 - + @@ -105,12 +105,12 @@

Node.java

- + 7 - + @@ -120,12 +120,12 @@

Node.java

- + 8 - + @@ -135,12 +135,12 @@

Node.java

- + 9 - + @@ -150,12 +150,12 @@

Node.java

- + 10 - + @@ -165,12 +165,12 @@

Node.java

- + 11 - + @@ -180,12 +180,12 @@

Node.java

- + 12 - + @@ -195,12 +195,12 @@

Node.java

- + 13 - + @@ -210,12 +210,12 @@

Node.java

- + 14 - + @@ -225,12 +225,12 @@

Node.java

- + 15 - + @@ -240,12 +240,12 @@

Node.java

- + 16 - + @@ -255,12 +255,12 @@

Node.java

- + 17 - + @@ -270,12 +270,12 @@

Node.java

- + 18 - + @@ -285,12 +285,12 @@

Node.java

- + 19 - + @@ -300,12 +300,12 @@

Node.java

- + 20 - + @@ -315,12 +315,12 @@

Node.java

- + 21 - + @@ -330,12 +330,12 @@

Node.java

- + 22 - + @@ -345,12 +345,12 @@

Node.java

- + 23 - + @@ -360,12 +360,12 @@

Node.java

- + 24 - + @@ -375,12 +375,12 @@

Node.java

- + 25 - + @@ -390,12 +390,12 @@

Node.java

- + 26 - + @@ -405,12 +405,12 @@

Node.java

- + 27 - + @@ -420,12 +420,12 @@

Node.java

- + 28 - + @@ -435,12 +435,12 @@

Node.java

- + 29 - + @@ -450,12 +450,12 @@

Node.java

- + 30 - + @@ -465,12 +465,12 @@

Node.java

- + 31 - + @@ -480,12 +480,12 @@

Node.java

- + 32 - + @@ -495,12 +495,12 @@

Node.java

- + 33 - + @@ -510,12 +510,12 @@

Node.java

- + 34 - + @@ -525,12 +525,12 @@

Node.java

- + 35 - + @@ -540,12 +540,12 @@

Node.java

- + 36 - + @@ -555,12 +555,12 @@

Node.java

- + 37 - + @@ -570,12 +570,12 @@

Node.java

- + 38 - + @@ -585,12 +585,12 @@

Node.java

- + 39 - + @@ -600,12 +600,12 @@

Node.java

- + 40 - + @@ -615,12 +615,12 @@

Node.java

- + 41 - + @@ -630,12 +630,12 @@

Node.java

- + 42 - + @@ -645,12 +645,12 @@

Node.java

- + 43 - + @@ -660,12 +660,12 @@

Node.java

- + 44 - + @@ -675,12 +675,12 @@

Node.java

- + 45 - + @@ -690,12 +690,12 @@

Node.java

- + 46 - + @@ -705,12 +705,12 @@

Node.java

- + 47 - + @@ -720,12 +720,12 @@

Node.java

- + 48 -1 +1 1. value : replaced return value with null for com/mastercard/test/flow/assrt/order/Node::value → KILLED
@@ -737,12 +737,12 @@

Node.java

- + 49 - +
@@ -752,12 +752,12 @@

Node.java

- + 50 - + @@ -767,12 +767,12 @@

Node.java

- + 51 - + @@ -782,12 +782,12 @@

Node.java

- + 52 - + @@ -797,12 +797,12 @@

Node.java

- + 53 - + @@ -812,12 +812,12 @@

Node.java

- + 54 - + @@ -827,12 +827,12 @@

Node.java

- + 55 - + @@ -842,12 +842,12 @@

Node.java

- + 56 - + @@ -857,12 +857,12 @@

Node.java

- + 57 - + @@ -872,12 +872,12 @@

Node.java

- + 58 - + @@ -887,12 +887,12 @@

Node.java

- + 59 - + @@ -902,12 +902,12 @@

Node.java

- + 60 - + @@ -917,12 +917,12 @@

Node.java

- + 61 - + @@ -932,12 +932,12 @@

Node.java

- + 62 - + @@ -947,12 +947,12 @@

Node.java

- + 63 - + @@ -962,12 +962,12 @@

Node.java

- + 64 - + @@ -977,12 +977,12 @@

Node.java

- + 65 - + @@ -992,12 +992,12 @@

Node.java

- + 66 - + @@ -1007,12 +1007,12 @@

Node.java

- + 67 - + @@ -1022,12 +1022,12 @@

Node.java

- + 68 - + @@ -1037,12 +1037,12 @@

Node.java

- + 69 - + @@ -1052,12 +1052,12 @@

Node.java

- + 70 - + @@ -1067,12 +1067,12 @@

Node.java

- + 71 - + @@ -1082,12 +1082,12 @@

Node.java

- + 72 - + @@ -1097,12 +1097,12 @@

Node.java

- + 73 - + @@ -1112,12 +1112,12 @@

Node.java

- + 74 - + @@ -1127,12 +1127,12 @@

Node.java

- + 75 -1 +1 1. removeCycles : negated conditional → KILLED
@@ -1144,12 +1144,12 @@

Node.java

- + 76 - +
@@ -1159,12 +1159,12 @@

Node.java

- + 77 - + @@ -1174,12 +1174,12 @@

Node.java

- + 78 -1 +1 1. removeCycles : negated conditional → KILLED
@@ -1191,12 +1191,12 @@

Node.java

- + 79 - +
@@ -1206,12 +1206,12 @@

Node.java

- + 80 - + @@ -1221,12 +1221,12 @@

Node.java

- + 81 - + @@ -1236,12 +1236,12 @@

Node.java

- + 82 - + @@ -1251,12 +1251,12 @@

Node.java

- + 83 -1 +1 1. removeCycles : negated conditional → KILLED
@@ -1268,12 +1268,12 @@

Node.java

- + 84 - +
@@ -1283,12 +1283,12 @@

Node.java

- + 85 -1 +1 1. removeCycles : removed call to com/mastercard/test/flow/assrt/order/Node::removeCycles → KILLED
@@ -1300,12 +1300,12 @@

Node.java

- + 86 - +
@@ -1315,12 +1315,12 @@

Node.java

- + 87 - + @@ -1330,12 +1330,12 @@

Node.java

- + 88 - + @@ -1345,12 +1345,12 @@

Node.java

- + 89 - + @@ -1360,12 +1360,12 @@

Node.java

- + 90 - + @@ -1375,12 +1375,12 @@

Node.java

- + 91 -1 +1 1. removeCycles : negated conditional → KILLED
@@ -1392,12 +1392,12 @@

Node.java

- + 92 - +
@@ -1407,12 +1407,12 @@

Node.java

- + 93 - + @@ -1422,12 +1422,12 @@

Node.java

- + 94 - + @@ -1437,12 +1437,12 @@

Node.java

- + 95 - + @@ -1452,12 +1452,12 @@

Node.java

- + 96 - + @@ -1467,12 +1467,12 @@

Node.java

- + 97 - + @@ -1482,12 +1482,12 @@

Node.java

- + 98 -1 +1 1. removeCycles : negated conditional → KILLED
@@ -1499,12 +1499,12 @@

Node.java

- + 99 -2 +2 1. removeCycles : negated conditional → KILLED
2. removeCycles : changed conditional boundary → KILLED
@@ -1517,12 +1517,12 @@

Node.java

- + 100 - +
@@ -1532,12 +1532,12 @@

Node.java

- + 101 - +
@@ -1547,12 +1547,12 @@

Node.java

- + 102 - + @@ -1562,12 +1562,12 @@

Node.java

- + 103 - + @@ -1577,12 +1577,12 @@

Node.java

- + 104 - + @@ -1592,12 +1592,12 @@

Node.java

- + 105 -1 +1 1. removeCycles : removed call to com/mastercard/test/flow/assrt/order/Edge::delete → KILLED
@@ -1609,12 +1609,12 @@

Node.java

- + 106 - +
@@ -1624,12 +1624,12 @@

Node.java

- + 107 - + @@ -1639,12 +1639,12 @@

Node.java

- + 108 - + @@ -1654,12 +1654,12 @@

Node.java

- + 109 - + @@ -1669,12 +1669,12 @@

Node.java

- + 110 - + @@ -1684,12 +1684,12 @@

Node.java

- + 111 - + @@ -1699,12 +1699,12 @@

Node.java

- + 112 - + @@ -1714,12 +1714,12 @@

Node.java

- + 113 - + @@ -1729,12 +1729,12 @@

Node.java

- + 114 - + @@ -1744,12 +1744,12 @@

Node.java

- + 115 - + @@ -1759,12 +1759,12 @@

Node.java

- + 116 - + @@ -1774,12 +1774,12 @@

Node.java

- + 117 - + @@ -1789,12 +1789,12 @@

Node.java

- + 118 -1 +1 1. add : negated conditional → KILLED
@@ -1806,12 +1806,12 @@

Node.java

- + 119 - +
@@ -1821,12 +1821,12 @@

Node.java

- + 120 -1 +1 1. lambda$add$0 : replaced return value with null for com/mastercard/test/flow/assrt/order/Node::lambda$add$0 → KILLED
@@ -1838,12 +1838,12 @@

Node.java

- + 121 -2 +2 1. add : removed call to java/util/stream/Stream::forEach → KILLED
2. lambda$add$1 : removed call to com/mastercard/test/flow/assrt/order/Node::add → KILLED
@@ -1856,12 +1856,12 @@

Node.java

- + 122 - +
@@ -1871,12 +1871,12 @@

Node.java

- + 123 - +
@@ -1886,12 +1886,12 @@

Node.java

- + 124 - + @@ -1901,12 +1901,12 @@

Node.java

- + 125 - + @@ -1916,12 +1916,12 @@

Node.java

- + 126 - + @@ -1931,12 +1931,12 @@

Node.java

- + 127 - + @@ -1946,12 +1946,12 @@

Node.java

- + 128 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/assrt/order/Node::toString → KILLED
@@ -1963,12 +1963,12 @@

Node.java

- + 129 -1 +1 1. lambda$toString$2 : replaced return value with "" for com/mastercard/test/flow/assrt/order/Node::lambda$toString$2 → KILLED
@@ -1980,12 +1980,12 @@

Node.java

- + 130 - +
@@ -1995,12 +1995,12 @@

Node.java

- + 131 - +
@@ -2010,12 +2010,12 @@

Node.java

- + 132 - + @@ -2027,141 +2027,141 @@

Node.java

Mutations

-48 +48 - +

1.1
Location : value
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:unconnected()]
replaced return value with null for com/mastercard/test/flow/assrt/order/Node::value → KILLED

-
75 +75 - +

1.1
Location : removeCycles
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
negated conditional → KILLED

-
78 +78 - +

1.1
Location : removeCycles
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
negated conditional → KILLED

-
83 +83 - +

1.1
Location : removeCycles
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
negated conditional → KILLED

-
85 +85 - +

1.1
Location : removeCycles
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
removed call to com/mastercard/test/flow/assrt/order/Node::removeCycles → KILLED

-
91 +91 - +

1.1
Location : removeCycles
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
negated conditional → KILLED

-
98 +98 - +

1.1
Location : removeCycles
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
negated conditional → KILLED

-
99 +99 - +

1.1
Location : removeCycles
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
negated conditional → KILLED

2.2
Location : removeCycles
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
changed conditional boundary → KILLED

-
105 +105 - +

1.1
Location : removeCycles
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
removed call to com/mastercard/test/flow/assrt/order/Edge::delete → KILLED

-
118 +118 - +

1.1
Location : add
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:unconnected()]
negated conditional → KILLED

-
120 +120 - +

1.1
Location : lambda$add$0
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:equalDeps()]
replaced return value with null for com/mastercard/test/flow/assrt/order/Node::lambda$add$0 → KILLED

-
121 +121 - +

1.1
Location : add
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:edge()]
removed call to java/util/stream/Stream::forEach → KILLED

2.2
Location : lambda$add$1
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:edge()]
removed call to com/mastercard/test/flow/assrt/order/Node::add → KILLED

-
128 +128 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:badEdges()]
replaced return value with "" for com/mastercard/test/flow/assrt/order/Node::toString → KILLED

-
129 +129 - +

1.1
Location : lambda$toString$2
Killed by : com.mastercard.test.flow.assrt.order.GraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.order.GraphTest]/[method:cycles()]
replaced return value with "" for com/mastercard/test/flow/assrt/order/Node::lambda$toString$2 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.order/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.order/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt.order/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt.order/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/AbstractFlocessor.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/AbstractFlocessor.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/AbstractFlocessor.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/AbstractFlocessor.java.html index ccd687bf3a..04d97a3f4e 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/AbstractFlocessor.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/AbstractFlocessor.java.html @@ -15,12 +15,12 @@

AbstractFlocessor.java

-
+ 1 - + @@ -30,12 +30,12 @@

AbstractFlocessor.java

- + 2 - + @@ -45,12 +45,12 @@

AbstractFlocessor.java

- + 3 - + @@ -60,12 +60,12 @@

AbstractFlocessor.java

- + 4 - + @@ -75,12 +75,12 @@

AbstractFlocessor.java

- + 5 - + @@ -90,12 +90,12 @@

AbstractFlocessor.java

- + 6 - + @@ -105,12 +105,12 @@

AbstractFlocessor.java

- + 7 - + @@ -120,12 +120,12 @@

AbstractFlocessor.java

- + 8 - + @@ -135,12 +135,12 @@

AbstractFlocessor.java

- + 9 - + @@ -150,12 +150,12 @@

AbstractFlocessor.java

- + 10 - + @@ -165,12 +165,12 @@

AbstractFlocessor.java

- + 11 - + @@ -180,12 +180,12 @@

AbstractFlocessor.java

- + 12 - + @@ -195,12 +195,12 @@

AbstractFlocessor.java

- + 13 - + @@ -210,12 +210,12 @@

AbstractFlocessor.java

- + 14 - + @@ -225,12 +225,12 @@

AbstractFlocessor.java

- + 15 - + @@ -240,12 +240,12 @@

AbstractFlocessor.java

- + 16 - + @@ -255,12 +255,12 @@

AbstractFlocessor.java

- + 17 - + @@ -270,12 +270,12 @@

AbstractFlocessor.java

- + 18 - + @@ -285,12 +285,12 @@

AbstractFlocessor.java

- + 19 - + @@ -300,12 +300,12 @@

AbstractFlocessor.java

- + 20 - + @@ -315,12 +315,12 @@

AbstractFlocessor.java

- + 21 - + @@ -330,12 +330,12 @@

AbstractFlocessor.java

- + 22 - + @@ -345,12 +345,12 @@

AbstractFlocessor.java

- + 23 - + @@ -360,12 +360,12 @@

AbstractFlocessor.java

- + 24 - + @@ -375,12 +375,12 @@

AbstractFlocessor.java

- + 25 - + @@ -390,12 +390,12 @@

AbstractFlocessor.java

- + 26 - + @@ -405,12 +405,12 @@

AbstractFlocessor.java

- + 27 - + @@ -420,12 +420,12 @@

AbstractFlocessor.java

- + 28 - + @@ -435,12 +435,12 @@

AbstractFlocessor.java

- + 29 - + @@ -450,12 +450,12 @@

AbstractFlocessor.java

- + 30 - + @@ -465,12 +465,12 @@

AbstractFlocessor.java

- + 31 - + @@ -480,12 +480,12 @@

AbstractFlocessor.java

- + 32 - + @@ -495,12 +495,12 @@

AbstractFlocessor.java

- + 33 - + @@ -510,12 +510,12 @@

AbstractFlocessor.java

- + 34 - + @@ -525,12 +525,12 @@

AbstractFlocessor.java

- + 35 - + @@ -540,12 +540,12 @@

AbstractFlocessor.java

- + 36 - + @@ -555,12 +555,12 @@

AbstractFlocessor.java

- + 37 - + @@ -570,12 +570,12 @@

AbstractFlocessor.java

- + 38 - + @@ -585,12 +585,12 @@

AbstractFlocessor.java

- + 39 - + @@ -600,12 +600,12 @@

AbstractFlocessor.java

- + 40 - + @@ -615,12 +615,12 @@

AbstractFlocessor.java

- + 41 - + @@ -630,12 +630,12 @@

AbstractFlocessor.java

- + 42 - + @@ -645,12 +645,12 @@

AbstractFlocessor.java

- + 43 - + @@ -660,12 +660,12 @@

AbstractFlocessor.java

- + 44 - + @@ -675,12 +675,12 @@

AbstractFlocessor.java

- + 45 - + @@ -690,12 +690,12 @@

AbstractFlocessor.java

- + 46 - + @@ -705,12 +705,12 @@

AbstractFlocessor.java

- + 47 - + @@ -720,12 +720,12 @@

AbstractFlocessor.java

- + 48 - + @@ -735,12 +735,12 @@

AbstractFlocessor.java

- + 49 - + @@ -750,12 +750,12 @@

AbstractFlocessor.java

- + 50 - + @@ -765,12 +765,12 @@

AbstractFlocessor.java

- + 51 - + @@ -780,12 +780,12 @@

AbstractFlocessor.java

- + 52 - + @@ -795,12 +795,12 @@

AbstractFlocessor.java

- + 53 - + @@ -810,12 +810,12 @@

AbstractFlocessor.java

- + 54 - + @@ -825,12 +825,12 @@

AbstractFlocessor.java

- + 55 - + @@ -840,12 +840,12 @@

AbstractFlocessor.java

- + 56 - + @@ -855,12 +855,12 @@

AbstractFlocessor.java

- + 57 - + @@ -870,12 +870,12 @@

AbstractFlocessor.java

- + 58 - + @@ -885,12 +885,12 @@

AbstractFlocessor.java

- + 59 - + @@ -900,12 +900,12 @@

AbstractFlocessor.java

- + 60 - + @@ -915,12 +915,12 @@

AbstractFlocessor.java

- + 61 - + @@ -930,12 +930,12 @@

AbstractFlocessor.java

- + 62 - + @@ -945,12 +945,12 @@

AbstractFlocessor.java

- + 63 - + @@ -960,12 +960,12 @@

AbstractFlocessor.java

- + 64 - + @@ -975,12 +975,12 @@

AbstractFlocessor.java

- + 65 - + @@ -990,12 +990,12 @@

AbstractFlocessor.java

- + 66 - + @@ -1005,12 +1005,12 @@

AbstractFlocessor.java

- + 67 - + @@ -1020,12 +1020,12 @@

AbstractFlocessor.java

- + 68 - + @@ -1035,12 +1035,12 @@

AbstractFlocessor.java

- + 69 - + @@ -1050,12 +1050,12 @@

AbstractFlocessor.java

- + 70 - + @@ -1065,12 +1065,12 @@

AbstractFlocessor.java

- + 71 - + @@ -1080,12 +1080,12 @@

AbstractFlocessor.java

- + 72 - + @@ -1095,12 +1095,12 @@

AbstractFlocessor.java

- + 73 - + @@ -1110,12 +1110,12 @@

AbstractFlocessor.java

- + 74 - + @@ -1125,12 +1125,12 @@

AbstractFlocessor.java

- + 75 - + @@ -1140,12 +1140,12 @@

AbstractFlocessor.java

- + 76 - + @@ -1155,12 +1155,12 @@

AbstractFlocessor.java

- + 77 - + @@ -1170,12 +1170,12 @@

AbstractFlocessor.java

- + 78 - + @@ -1185,12 +1185,12 @@

AbstractFlocessor.java

- + 79 - + @@ -1200,12 +1200,12 @@

AbstractFlocessor.java

- + 80 - + @@ -1215,12 +1215,12 @@

AbstractFlocessor.java

- + 81 - + @@ -1230,12 +1230,12 @@

AbstractFlocessor.java

- + 82 - + @@ -1245,12 +1245,12 @@

AbstractFlocessor.java

- + 83 - + @@ -1260,12 +1260,12 @@

AbstractFlocessor.java

- + 84 - + @@ -1275,12 +1275,12 @@

AbstractFlocessor.java

- + 85 - + @@ -1290,12 +1290,12 @@

AbstractFlocessor.java

- + 86 - + @@ -1305,12 +1305,12 @@

AbstractFlocessor.java

- + 87 - + @@ -1320,12 +1320,12 @@

AbstractFlocessor.java

- + 88 - + @@ -1335,12 +1335,12 @@

AbstractFlocessor.java

- + 89 - + @@ -1350,12 +1350,12 @@

AbstractFlocessor.java

- + 90 - + @@ -1365,12 +1365,12 @@

AbstractFlocessor.java

- + 91 - + @@ -1380,12 +1380,12 @@

AbstractFlocessor.java

- + 92 - + @@ -1395,12 +1395,12 @@

AbstractFlocessor.java

- + 93 - + @@ -1410,12 +1410,12 @@

AbstractFlocessor.java

- + 94 - + @@ -1425,12 +1425,12 @@

AbstractFlocessor.java

- + 95 - + @@ -1440,12 +1440,12 @@

AbstractFlocessor.java

- + 96 - + @@ -1455,12 +1455,12 @@

AbstractFlocessor.java

- + 97 - + @@ -1470,12 +1470,12 @@

AbstractFlocessor.java

- + 98 - + @@ -1485,12 +1485,12 @@

AbstractFlocessor.java

- + 99 - + @@ -1500,12 +1500,12 @@

AbstractFlocessor.java

- + 100 - + @@ -1515,12 +1515,12 @@

AbstractFlocessor.java

- + 101 - + @@ -1530,12 +1530,12 @@

AbstractFlocessor.java

- + 102 - + @@ -1545,12 +1545,12 @@

AbstractFlocessor.java

- + 103 - + @@ -1560,12 +1560,12 @@

AbstractFlocessor.java

- + 104 - + @@ -1575,12 +1575,12 @@

AbstractFlocessor.java

- + 105 - + @@ -1590,12 +1590,12 @@

AbstractFlocessor.java

- + 106 - + @@ -1605,12 +1605,12 @@

AbstractFlocessor.java

- + 107 - + @@ -1620,12 +1620,12 @@

AbstractFlocessor.java

- + 108 - + @@ -1635,12 +1635,12 @@

AbstractFlocessor.java

- + 109 - + @@ -1650,12 +1650,12 @@

AbstractFlocessor.java

- + 110 - + @@ -1665,12 +1665,12 @@

AbstractFlocessor.java

- + 111 - + @@ -1680,12 +1680,12 @@

AbstractFlocessor.java

- + 112 - + @@ -1695,12 +1695,12 @@

AbstractFlocessor.java

- + 113 - + @@ -1710,12 +1710,12 @@

AbstractFlocessor.java

- + 114 - + @@ -1725,12 +1725,12 @@

AbstractFlocessor.java

- + 115 - + @@ -1740,12 +1740,12 @@

AbstractFlocessor.java

- + 116 - + @@ -1755,12 +1755,12 @@

AbstractFlocessor.java

- + 117 - + @@ -1770,12 +1770,12 @@

AbstractFlocessor.java

- + 118 - + @@ -1785,12 +1785,12 @@

AbstractFlocessor.java

- + 119 - + @@ -1800,12 +1800,12 @@

AbstractFlocessor.java

- + 120 - + @@ -1815,12 +1815,12 @@

AbstractFlocessor.java

- + 121 - + @@ -1830,12 +1830,12 @@

AbstractFlocessor.java

- + 122 - + @@ -1845,12 +1845,12 @@

AbstractFlocessor.java

- + 123 - + @@ -1860,12 +1860,12 @@

AbstractFlocessor.java

- + 124 - + @@ -1875,12 +1875,12 @@

AbstractFlocessor.java

- + 125 - + @@ -1890,12 +1890,12 @@

AbstractFlocessor.java

- + 126 - + @@ -1905,12 +1905,12 @@

AbstractFlocessor.java

- + 127 - + @@ -1920,12 +1920,12 @@

AbstractFlocessor.java

- + 128 - + @@ -1935,12 +1935,12 @@

AbstractFlocessor.java

- + 129 - + @@ -1950,12 +1950,12 @@

AbstractFlocessor.java

- + 130 - + @@ -1965,12 +1965,12 @@

AbstractFlocessor.java

- + 131 - + @@ -1980,12 +1980,12 @@

AbstractFlocessor.java

- + 132 - + @@ -1995,12 +1995,12 @@

AbstractFlocessor.java

- + 133 - + @@ -2010,12 +2010,12 @@

AbstractFlocessor.java

- + 134 - + @@ -2025,12 +2025,12 @@

AbstractFlocessor.java

- + 135 - + @@ -2040,12 +2040,12 @@

AbstractFlocessor.java

- + 136 - + @@ -2055,12 +2055,12 @@

AbstractFlocessor.java

- + 137 - + @@ -2070,12 +2070,12 @@

AbstractFlocessor.java

- + 138 - + @@ -2085,12 +2085,12 @@

AbstractFlocessor.java

- + 139 - + @@ -2100,12 +2100,12 @@

AbstractFlocessor.java

- + 140 - + @@ -2115,12 +2115,12 @@

AbstractFlocessor.java

- + 141 - + @@ -2130,12 +2130,12 @@

AbstractFlocessor.java

- + 142 - + @@ -2145,12 +2145,12 @@

AbstractFlocessor.java

- + 143 - + @@ -2160,12 +2160,12 @@

AbstractFlocessor.java

- + 144 - + @@ -2175,12 +2175,12 @@

AbstractFlocessor.java

- + 145 - + @@ -2190,12 +2190,12 @@

AbstractFlocessor.java

- + 146 - + @@ -2205,12 +2205,12 @@

AbstractFlocessor.java

- + 147 - + @@ -2220,12 +2220,12 @@

AbstractFlocessor.java

- + 148 - + @@ -2235,12 +2235,12 @@

AbstractFlocessor.java

- + 149 - + @@ -2250,12 +2250,12 @@

AbstractFlocessor.java

- + 150 - + @@ -2265,12 +2265,12 @@

AbstractFlocessor.java

- + 151 - + @@ -2280,12 +2280,12 @@

AbstractFlocessor.java

- + 152 - + @@ -2295,12 +2295,12 @@

AbstractFlocessor.java

- + 153 - + @@ -2310,12 +2310,12 @@

AbstractFlocessor.java

- + 154 - + @@ -2325,12 +2325,12 @@

AbstractFlocessor.java

- + 155 - + @@ -2340,12 +2340,12 @@

AbstractFlocessor.java

- + 156 - + @@ -2355,12 +2355,12 @@

AbstractFlocessor.java

- + 157 - + @@ -2370,12 +2370,12 @@

AbstractFlocessor.java

- + 158 - + @@ -2385,12 +2385,12 @@

AbstractFlocessor.java

- + 159 - + @@ -2400,12 +2400,12 @@

AbstractFlocessor.java

- + 160 - + @@ -2415,12 +2415,12 @@

AbstractFlocessor.java

- + 161 - + @@ -2430,12 +2430,12 @@

AbstractFlocessor.java

- + 162 - + @@ -2445,12 +2445,12 @@

AbstractFlocessor.java

- + 163 - + @@ -2460,12 +2460,12 @@

AbstractFlocessor.java

- + 164 - + @@ -2475,12 +2475,12 @@

AbstractFlocessor.java

- + 165 - + @@ -2490,12 +2490,12 @@

AbstractFlocessor.java

- + 166 - + @@ -2505,12 +2505,12 @@

AbstractFlocessor.java

- + 167 - + @@ -2520,12 +2520,12 @@

AbstractFlocessor.java

- + 168 - + @@ -2535,12 +2535,12 @@

AbstractFlocessor.java

- + 169 - + @@ -2550,12 +2550,12 @@

AbstractFlocessor.java

- + 170 - + @@ -2565,12 +2565,12 @@

AbstractFlocessor.java

- + 171 - + @@ -2580,12 +2580,12 @@

AbstractFlocessor.java

- + 172 - + @@ -2595,12 +2595,12 @@

AbstractFlocessor.java

- + 173 - + @@ -2610,12 +2610,12 @@

AbstractFlocessor.java

- + 174 - + @@ -2625,12 +2625,12 @@

AbstractFlocessor.java

- + 175 - + @@ -2640,12 +2640,12 @@

AbstractFlocessor.java

- + 176 - + @@ -2655,12 +2655,12 @@

AbstractFlocessor.java

- + 177 - + @@ -2670,12 +2670,12 @@

AbstractFlocessor.java

- + 178 - + @@ -2685,12 +2685,12 @@

AbstractFlocessor.java

- + 179 - + @@ -2700,12 +2700,12 @@

AbstractFlocessor.java

- + 180 - + @@ -2715,12 +2715,12 @@

AbstractFlocessor.java

- + 181 -1 +1 1. lambda$new$2 : replaced boolean return with false for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$new$2 → KILLED
@@ -2732,12 +2732,12 @@

AbstractFlocessor.java

- + 182 - +
@@ -2747,12 +2747,12 @@

AbstractFlocessor.java

- + 183 - + @@ -2762,12 +2762,12 @@

AbstractFlocessor.java

- + 184 - + @@ -2777,12 +2777,12 @@

AbstractFlocessor.java

- + 185 - + @@ -2792,12 +2792,12 @@

AbstractFlocessor.java

- + 186 - + @@ -2807,12 +2807,12 @@

AbstractFlocessor.java

- + 187 - + @@ -2822,12 +2822,12 @@

AbstractFlocessor.java

- + 188 - + @@ -2837,12 +2837,12 @@

AbstractFlocessor.java

- + 189 - + @@ -2852,12 +2852,12 @@

AbstractFlocessor.java

- + 190 - + @@ -2867,12 +2867,12 @@

AbstractFlocessor.java

- + 191 - + @@ -2882,12 +2882,12 @@

AbstractFlocessor.java

- + 192 - + @@ -2897,12 +2897,12 @@

AbstractFlocessor.java

- + 193 - + @@ -2912,12 +2912,12 @@

AbstractFlocessor.java

- + 194 - + @@ -2927,12 +2927,12 @@

AbstractFlocessor.java

- + 195 - + @@ -2942,12 +2942,12 @@

AbstractFlocessor.java

- + 196 - + @@ -2957,12 +2957,12 @@

AbstractFlocessor.java

- + 197 - + @@ -2972,12 +2972,12 @@

AbstractFlocessor.java

- + 198 - + @@ -2987,12 +2987,12 @@

AbstractFlocessor.java

- + 199 - + @@ -3002,12 +3002,12 @@

AbstractFlocessor.java

- + 200 - + @@ -3017,12 +3017,12 @@

AbstractFlocessor.java

- + 201 - + @@ -3032,12 +3032,12 @@

AbstractFlocessor.java

- + 202 - + @@ -3047,12 +3047,12 @@

AbstractFlocessor.java

- + 203 - + @@ -3062,12 +3062,12 @@

AbstractFlocessor.java

- + 204 - + @@ -3077,12 +3077,12 @@

AbstractFlocessor.java

- + 205 - + @@ -3092,12 +3092,12 @@

AbstractFlocessor.java

- + 206 - + @@ -3107,12 +3107,12 @@

AbstractFlocessor.java

- + 207 - + @@ -3122,12 +3122,12 @@

AbstractFlocessor.java

- + 208 - + @@ -3137,12 +3137,12 @@

AbstractFlocessor.java

- + 209 -1 +1 1. reporting : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::reporting → KILLED
@@ -3154,12 +3154,12 @@

AbstractFlocessor.java

- + 210 - +
@@ -3169,12 +3169,12 @@

AbstractFlocessor.java

- + 211 - + @@ -3184,12 +3184,12 @@

AbstractFlocessor.java

- + 212 - + @@ -3199,12 +3199,12 @@

AbstractFlocessor.java

- + 213 - + @@ -3214,12 +3214,12 @@

AbstractFlocessor.java

- + 214 - + @@ -3229,12 +3229,12 @@

AbstractFlocessor.java

- + 215 - + @@ -3244,12 +3244,12 @@

AbstractFlocessor.java

- + 216 - + @@ -3259,12 +3259,12 @@

AbstractFlocessor.java

- + 217 - + @@ -3274,12 +3274,12 @@

AbstractFlocessor.java

- + 218 - + @@ -3289,12 +3289,12 @@

AbstractFlocessor.java

- + 219 - + @@ -3304,12 +3304,12 @@

AbstractFlocessor.java

- + 220 - + @@ -3319,12 +3319,12 @@

AbstractFlocessor.java

- + 221 -1 +1 1. masking : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::masking → KILLED
@@ -3336,12 +3336,12 @@

AbstractFlocessor.java

- + 222 - +
@@ -3351,12 +3351,12 @@

AbstractFlocessor.java

- + 223 - + @@ -3366,12 +3366,12 @@

AbstractFlocessor.java

- + 224 - + @@ -3381,12 +3381,12 @@

AbstractFlocessor.java

- + 225 - + @@ -3396,12 +3396,12 @@

AbstractFlocessor.java

- + 226 - + @@ -3411,12 +3411,12 @@

AbstractFlocessor.java

- + 227 - + @@ -3426,12 +3426,12 @@

AbstractFlocessor.java

- + 228 - + @@ -3441,12 +3441,12 @@

AbstractFlocessor.java

- + 229 - + @@ -3456,12 +3456,12 @@

AbstractFlocessor.java

- + 230 - + @@ -3471,12 +3471,12 @@

AbstractFlocessor.java

- + 231 - + @@ -3486,12 +3486,12 @@

AbstractFlocessor.java

- + 232 - + @@ -3501,12 +3501,12 @@

AbstractFlocessor.java

- + 233 - + @@ -3516,12 +3516,12 @@

AbstractFlocessor.java

- + 234 -1 +1 1. system : removed call to java/util/Set::clear → KILLED
@@ -3533,12 +3533,12 @@

AbstractFlocessor.java

- + 235 - +
@@ -3548,12 +3548,12 @@

AbstractFlocessor.java

- + 236 -1 +1 1. system : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::system → KILLED
@@ -3565,12 +3565,12 @@

AbstractFlocessor.java

- + 237 - +
@@ -3580,12 +3580,12 @@

AbstractFlocessor.java

- + 238 - + @@ -3595,12 +3595,12 @@

AbstractFlocessor.java

- + 239 - + @@ -3610,12 +3610,12 @@

AbstractFlocessor.java

- + 240 - + @@ -3625,12 +3625,12 @@

AbstractFlocessor.java

- + 241 - + @@ -3640,12 +3640,12 @@

AbstractFlocessor.java

- + 242 - + @@ -3655,12 +3655,12 @@

AbstractFlocessor.java

- + 243 - + @@ -3670,12 +3670,12 @@

AbstractFlocessor.java

- + 244 - + @@ -3685,12 +3685,12 @@

AbstractFlocessor.java

- + 245 - + @@ -3700,12 +3700,12 @@

AbstractFlocessor.java

- + 246 - + @@ -3715,12 +3715,12 @@

AbstractFlocessor.java

- + 247 -1 +1 1. autonomous : removed call to java/util/Set::clear → KILLED
@@ -3732,12 +3732,12 @@

AbstractFlocessor.java

- + 248 - +
@@ -3747,12 +3747,12 @@

AbstractFlocessor.java

- + 249 -1 +1 1. autonomous : negated conditional → KILLED
@@ -3764,12 +3764,12 @@

AbstractFlocessor.java

- + 250 - +
@@ -3779,12 +3779,12 @@

AbstractFlocessor.java

- + 251 - + @@ -3794,12 +3794,12 @@

AbstractFlocessor.java

- + 252 - + @@ -3809,12 +3809,12 @@

AbstractFlocessor.java

- + 253 - + @@ -3824,12 +3824,12 @@

AbstractFlocessor.java

- + 254 - + @@ -3839,12 +3839,12 @@

AbstractFlocessor.java

- + 255 -1 +1 1. autonomous : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::autonomous → KILLED
@@ -3856,12 +3856,12 @@

AbstractFlocessor.java

- + 256 - +
@@ -3871,12 +3871,12 @@

AbstractFlocessor.java

- + 257 - + @@ -3886,12 +3886,12 @@

AbstractFlocessor.java

- + 258 - + @@ -3901,12 +3901,12 @@

AbstractFlocessor.java

- + 259 - + @@ -3916,12 +3916,12 @@

AbstractFlocessor.java

- + 260 - + @@ -3931,12 +3931,12 @@

AbstractFlocessor.java

- + 261 - + @@ -3946,12 +3946,12 @@

AbstractFlocessor.java

- + 262 - + @@ -3961,12 +3961,12 @@

AbstractFlocessor.java

- + 263 - + @@ -3976,12 +3976,12 @@

AbstractFlocessor.java

- + 264 - + @@ -3991,12 +3991,12 @@

AbstractFlocessor.java

- + 265 - + @@ -4006,12 +4006,12 @@

AbstractFlocessor.java

- + 266 - + @@ -4021,12 +4021,12 @@

AbstractFlocessor.java

- + 267 - + @@ -4036,12 +4036,12 @@

AbstractFlocessor.java

- + 268 -1 +1 1. applicators : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::applicators → KILLED
@@ -4053,12 +4053,12 @@

AbstractFlocessor.java

- + 269 - +
@@ -4068,12 +4068,12 @@

AbstractFlocessor.java

- + 270 - + @@ -4083,12 +4083,12 @@

AbstractFlocessor.java

- + 271 - + @@ -4098,12 +4098,12 @@

AbstractFlocessor.java

- + 272 - + @@ -4113,12 +4113,12 @@

AbstractFlocessor.java

- + 273 - + @@ -4128,12 +4128,12 @@

AbstractFlocessor.java

- + 274 - + @@ -4143,12 +4143,12 @@

AbstractFlocessor.java

- + 275 - + @@ -4158,12 +4158,12 @@

AbstractFlocessor.java

- + 276 - + @@ -4173,12 +4173,12 @@

AbstractFlocessor.java

- + 277 - + @@ -4188,12 +4188,12 @@

AbstractFlocessor.java

- + 278 - + @@ -4203,12 +4203,12 @@

AbstractFlocessor.java

- + 279 - + @@ -4218,12 +4218,12 @@

AbstractFlocessor.java

- + 280 - + @@ -4233,12 +4233,12 @@

AbstractFlocessor.java

- + 281 -1 +1 1. checkers : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::checkers → KILLED
@@ -4250,12 +4250,12 @@

AbstractFlocessor.java

- + 282 - +
@@ -4265,12 +4265,12 @@

AbstractFlocessor.java

- + 283 - + @@ -4280,12 +4280,12 @@

AbstractFlocessor.java

- + 284 - + @@ -4295,12 +4295,12 @@

AbstractFlocessor.java

- + 285 - + @@ -4310,12 +4310,12 @@

AbstractFlocessor.java

- + 286 - + @@ -4325,12 +4325,12 @@

AbstractFlocessor.java

- + 287 - + @@ -4340,12 +4340,12 @@

AbstractFlocessor.java

- + 288 - + @@ -4355,12 +4355,12 @@

AbstractFlocessor.java

- + 289 - + @@ -4370,12 +4370,12 @@

AbstractFlocessor.java

- + 290 - + @@ -4385,12 +4385,12 @@

AbstractFlocessor.java

- + 291 - + @@ -4400,12 +4400,12 @@

AbstractFlocessor.java

- + 292 - + @@ -4415,12 +4415,12 @@

AbstractFlocessor.java

- + 293 -1 +1 1. logs : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::logs → KILLED
@@ -4432,12 +4432,12 @@

AbstractFlocessor.java

- + 294 - +
@@ -4447,12 +4447,12 @@

AbstractFlocessor.java

- + 295 - + @@ -4462,12 +4462,12 @@

AbstractFlocessor.java

- + 296 - + @@ -4477,12 +4477,12 @@

AbstractFlocessor.java

- + 297 - + @@ -4492,12 +4492,12 @@

AbstractFlocessor.java

- + 298 - + @@ -4507,12 +4507,12 @@

AbstractFlocessor.java

- + 299 - + @@ -4522,12 +4522,12 @@

AbstractFlocessor.java

- + 300 - + @@ -4537,12 +4537,12 @@

AbstractFlocessor.java

- + 301 - + @@ -4552,12 +4552,12 @@

AbstractFlocessor.java

- + 302 - + @@ -4567,12 +4567,12 @@

AbstractFlocessor.java

- + 303 - + @@ -4582,12 +4582,12 @@

AbstractFlocessor.java

- + 304 -1 +1 1. listening : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::listening → KILLED
@@ -4599,12 +4599,12 @@

AbstractFlocessor.java

- + 305 - +
@@ -4614,12 +4614,12 @@

AbstractFlocessor.java

- + 306 - + @@ -4629,12 +4629,12 @@

AbstractFlocessor.java

- + 307 - + @@ -4644,12 +4644,12 @@

AbstractFlocessor.java

- + 308 - + @@ -4659,12 +4659,12 @@

AbstractFlocessor.java

- + 309 - + @@ -4674,12 +4674,12 @@

AbstractFlocessor.java

- + 310 - + @@ -4689,12 +4689,12 @@

AbstractFlocessor.java

- + 311 - + @@ -4704,12 +4704,12 @@

AbstractFlocessor.java

- + 312 - + @@ -4719,12 +4719,12 @@

AbstractFlocessor.java

- + 313 -1 +1 1. system : replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/AbstractFlocessor::system → KILLED
@@ -4736,12 +4736,12 @@

AbstractFlocessor.java

- + 314 - +
@@ -4751,12 +4751,12 @@

AbstractFlocessor.java

- + 315 - + @@ -4766,12 +4766,12 @@

AbstractFlocessor.java

- + 316 - + @@ -4781,12 +4781,12 @@

AbstractFlocessor.java

- + 317 - + @@ -4796,12 +4796,12 @@

AbstractFlocessor.java

- + 318 - + @@ -4811,12 +4811,12 @@

AbstractFlocessor.java

- + 319 - + @@ -4826,12 +4826,12 @@

AbstractFlocessor.java

- + 320 - + @@ -4841,12 +4841,12 @@

AbstractFlocessor.java

- + 321 - + @@ -4856,12 +4856,12 @@

AbstractFlocessor.java

- + 322 - + @@ -4871,12 +4871,12 @@

AbstractFlocessor.java

- + 323 - + @@ -4886,12 +4886,12 @@

AbstractFlocessor.java

- + 324 - + @@ -4901,12 +4901,12 @@

AbstractFlocessor.java

- + 325 - + @@ -4916,12 +4916,12 @@

AbstractFlocessor.java

- + 326 -1 +1 1. filtering : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::filtering → KILLED
@@ -4933,12 +4933,12 @@

AbstractFlocessor.java

- + 327 - +
@@ -4948,12 +4948,12 @@

AbstractFlocessor.java

- + 328 - + @@ -4963,12 +4963,12 @@

AbstractFlocessor.java

- + 329 - + @@ -4978,12 +4978,12 @@

AbstractFlocessor.java

- + 330 - + @@ -4993,12 +4993,12 @@

AbstractFlocessor.java

- + 331 - + @@ -5008,12 +5008,12 @@

AbstractFlocessor.java

- + 332 - + @@ -5023,12 +5023,12 @@

AbstractFlocessor.java

- + 333 - + @@ -5038,12 +5038,12 @@

AbstractFlocessor.java

- + 334 - + @@ -5053,12 +5053,12 @@

AbstractFlocessor.java

- + 335 - + @@ -5068,12 +5068,12 @@

AbstractFlocessor.java

- + 336 - + @@ -5083,12 +5083,12 @@

AbstractFlocessor.java

- + 337 - + @@ -5098,12 +5098,12 @@

AbstractFlocessor.java

- + 338 - + @@ -5113,12 +5113,12 @@

AbstractFlocessor.java

- + 339 - + @@ -5128,12 +5128,12 @@

AbstractFlocessor.java

- + 340 - + @@ -5143,12 +5143,12 @@

AbstractFlocessor.java

- + 341 - + @@ -5158,12 +5158,12 @@

AbstractFlocessor.java

- + 342 - + @@ -5173,12 +5173,12 @@

AbstractFlocessor.java

- + 343 - + @@ -5188,12 +5188,12 @@

AbstractFlocessor.java

- + 344 - + @@ -5203,12 +5203,12 @@

AbstractFlocessor.java

- + 345 - + @@ -5218,12 +5218,12 @@

AbstractFlocessor.java

- + 346 - + @@ -5233,12 +5233,12 @@

AbstractFlocessor.java

- + 347 - + @@ -5248,12 +5248,12 @@

AbstractFlocessor.java

- + 348 - + @@ -5263,12 +5263,12 @@

AbstractFlocessor.java

- + 349 - + @@ -5278,12 +5278,12 @@

AbstractFlocessor.java

- + 350 - + @@ -5293,12 +5293,12 @@

AbstractFlocessor.java

- + 351 - + @@ -5308,12 +5308,12 @@

AbstractFlocessor.java

- + 352 - + @@ -5323,12 +5323,12 @@

AbstractFlocessor.java

- + 353 - + @@ -5338,12 +5338,12 @@

AbstractFlocessor.java

- + 354 - + @@ -5353,12 +5353,12 @@

AbstractFlocessor.java

- + 355 - + @@ -5368,12 +5368,12 @@

AbstractFlocessor.java

- + 356 - + @@ -5383,12 +5383,12 @@

AbstractFlocessor.java

- + 357 -1 +1 1. exercising : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::exercising → KILLED
@@ -5400,12 +5400,12 @@

AbstractFlocessor.java

- + 358 - +
@@ -5415,12 +5415,12 @@

AbstractFlocessor.java

- + 359 - + @@ -5430,12 +5430,12 @@

AbstractFlocessor.java

- + 360 - + @@ -5445,12 +5445,12 @@

AbstractFlocessor.java

- + 361 - + @@ -5460,12 +5460,12 @@

AbstractFlocessor.java

- + 362 - + @@ -5475,12 +5475,12 @@

AbstractFlocessor.java

- + 363 - + @@ -5490,12 +5490,12 @@

AbstractFlocessor.java

- + 364 - + @@ -5505,12 +5505,12 @@

AbstractFlocessor.java

- + 365 - + @@ -5520,12 +5520,12 @@

AbstractFlocessor.java

- + 366 - + @@ -5535,12 +5535,12 @@

AbstractFlocessor.java

- + 367 - + @@ -5550,12 +5550,12 @@

AbstractFlocessor.java

- + 368 -1 +1 1. behaviour : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::behaviour → KILLED
@@ -5567,12 +5567,12 @@

AbstractFlocessor.java

- + 369 - +
@@ -5582,12 +5582,12 @@

AbstractFlocessor.java

- + 370 - + @@ -5597,12 +5597,12 @@

AbstractFlocessor.java

- + 371 - + @@ -5612,12 +5612,12 @@

AbstractFlocessor.java

- + 372 - + @@ -5627,12 +5627,12 @@

AbstractFlocessor.java

- + 373 - + @@ -5642,12 +5642,12 @@

AbstractFlocessor.java

- + 374 - + @@ -5657,12 +5657,12 @@

AbstractFlocessor.java

- + 375 - + @@ -5672,12 +5672,12 @@

AbstractFlocessor.java

- + 376 - + @@ -5687,12 +5687,12 @@

AbstractFlocessor.java

- + 377 -1 +1 1. flows : removed call to com/mastercard/test/flow/assrt/Listener::filtering → KILLED
@@ -5704,12 +5704,12 @@

AbstractFlocessor.java

- + 378 - +
@@ -5719,12 +5719,12 @@

AbstractFlocessor.java

- + 379 -1 +1 1. flows : negated conditional → KILLED
@@ -5736,12 +5736,12 @@

AbstractFlocessor.java

- + 380 - +
@@ -5751,12 +5751,12 @@

AbstractFlocessor.java

- + 381 - + @@ -5766,12 +5766,12 @@

AbstractFlocessor.java

- + 382 - + @@ -5781,12 +5781,12 @@

AbstractFlocessor.java

- + 383 - + @@ -5796,12 +5796,12 @@

AbstractFlocessor.java

- + 384 -1 +1 1. flows : removed call to java/util/function/Consumer::accept → KILLED
@@ -5813,12 +5813,12 @@

AbstractFlocessor.java

- + 385 - +
@@ -5828,12 +5828,12 @@

AbstractFlocessor.java

- + 386 - + @@ -5843,12 +5843,12 @@

AbstractFlocessor.java

- + 387 - + @@ -5858,12 +5858,12 @@

AbstractFlocessor.java

- + 388 - + @@ -5873,12 +5873,12 @@

AbstractFlocessor.java

- + 389 - + @@ -5888,12 +5888,12 @@

AbstractFlocessor.java

- + 390 - + @@ -5903,12 +5903,12 @@

AbstractFlocessor.java

- + 391 - + @@ -5918,12 +5918,12 @@

AbstractFlocessor.java

- + 392 - + @@ -5933,12 +5933,12 @@

AbstractFlocessor.java

- + 393 - + @@ -5948,12 +5948,12 @@

AbstractFlocessor.java

- + 394 - + @@ -5963,12 +5963,12 @@

AbstractFlocessor.java

- + 395 -1 +1 1. lambda$flows$4 : negated conditional → KILLED
@@ -5980,12 +5980,12 @@

AbstractFlocessor.java

- + 396 -1 +1 1. lambda$flows$4 : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$flows$4 → KILLED
@@ -5997,12 +5997,12 @@

AbstractFlocessor.java

- + 397 - +
@@ -6012,12 +6012,12 @@

AbstractFlocessor.java

- + 398 -1 +1 1. lambda$flows$4 : removed call to java/util/function/Consumer::accept → KILLED
@@ -6029,12 +6029,12 @@

AbstractFlocessor.java

- + 399 - +
@@ -6044,12 +6044,12 @@

AbstractFlocessor.java

- + 400 - +
@@ -6059,12 +6059,12 @@

AbstractFlocessor.java

- + 401 - + @@ -6074,12 +6074,12 @@

AbstractFlocessor.java

- + 402 - + @@ -6089,12 +6089,12 @@

AbstractFlocessor.java

- + 403 - + @@ -6104,12 +6104,12 @@

AbstractFlocessor.java

- + 404 - + @@ -6119,12 +6119,12 @@

AbstractFlocessor.java

- + 405 - + @@ -6134,12 +6134,12 @@

AbstractFlocessor.java

- + 406 - + @@ -6149,12 +6149,12 @@

AbstractFlocessor.java

- + 407 - + @@ -6164,12 +6164,12 @@

AbstractFlocessor.java

- + 408 -1 +1 1. flows : removed call to com/mastercard/test/flow/assrt/Listener::dependencies → KILLED
@@ -6181,12 +6181,12 @@

AbstractFlocessor.java

- + 409 - +
@@ -6196,12 +6196,12 @@

AbstractFlocessor.java

- + 410 - + @@ -6211,12 +6211,12 @@

AbstractFlocessor.java

- + 411 - + @@ -6226,12 +6226,12 @@

AbstractFlocessor.java

- + 412 - + @@ -6241,12 +6241,12 @@

AbstractFlocessor.java

- + 413 - + @@ -6256,12 +6256,12 @@

AbstractFlocessor.java

- + 414 - + @@ -6271,12 +6271,12 @@

AbstractFlocessor.java

- + 415 - + @@ -6286,12 +6286,12 @@

AbstractFlocessor.java

- + 416 - + @@ -6301,12 +6301,12 @@

AbstractFlocessor.java

- + 417 - + @@ -6316,12 +6316,12 @@

AbstractFlocessor.java

- + 418 - + @@ -6331,12 +6331,12 @@

AbstractFlocessor.java

- + 419 -1 +1 1. flows : removed call to com/mastercard/test/flow/assrt/Listener::ordering → KILLED
@@ -6348,12 +6348,12 @@

AbstractFlocessor.java

- + 420 - +
@@ -6363,12 +6363,12 @@

AbstractFlocessor.java

- + 421 -1 +1 1. flows : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/AbstractFlocessor::flows → KILLED
@@ -6380,12 +6380,12 @@

AbstractFlocessor.java

- + 422 - +
@@ -6395,12 +6395,12 @@

AbstractFlocessor.java

- + 423 - + @@ -6410,12 +6410,12 @@

AbstractFlocessor.java

- + 424 - + @@ -6425,12 +6425,12 @@

AbstractFlocessor.java

- + 425 - + @@ -6440,12 +6440,12 @@

AbstractFlocessor.java

- + 426 - + @@ -6455,12 +6455,12 @@

AbstractFlocessor.java

- + 427 - + @@ -6470,12 +6470,12 @@

AbstractFlocessor.java

- + 428 - + @@ -6485,12 +6485,12 @@

AbstractFlocessor.java

- + 429 - + @@ -6500,12 +6500,12 @@

AbstractFlocessor.java

- + 430 -1 +1 1. process : negated conditional → KILLED
@@ -6517,12 +6517,12 @@

AbstractFlocessor.java

- + 431 -1 +1 1. process : removed call to com/mastercard/test/flow/assrt/LogCapture::start → KILLED
@@ -6534,12 +6534,12 @@

AbstractFlocessor.java

- + 432 - +
@@ -6549,12 +6549,12 @@

AbstractFlocessor.java

- + 433 -1 +1 1. process : removed call to com/mastercard/test/flow/assrt/Listener::flow → KILLED
@@ -6566,12 +6566,12 @@

AbstractFlocessor.java

- + 434 - +
@@ -6581,12 +6581,12 @@

AbstractFlocessor.java

- + 435 - +
@@ -6596,12 +6596,12 @@

AbstractFlocessor.java

- + 436 - + @@ -6611,12 +6611,12 @@

AbstractFlocessor.java

- + 437 -2 +2 1. lambda$process$5 : replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$process$5 → KILLED
2. lambda$process$5 : negated conditional → KILLED
@@ -6629,12 +6629,12 @@

AbstractFlocessor.java

- + 438 -1 +1 1. lambda$process$5 : negated conditional → KILLED
@@ -6646,12 +6646,12 @@

AbstractFlocessor.java

- + 439 - +
@@ -6661,12 +6661,12 @@

AbstractFlocessor.java

- + 440 - +
@@ -6676,12 +6676,12 @@

AbstractFlocessor.java

- + 441 -1 +1 1. process : negated conditional → KILLED
@@ -6693,12 +6693,12 @@

AbstractFlocessor.java

- + 442 -2 +2 1. process : negated conditional → KILLED
2. process : negated conditional → KILLED
@@ -6711,12 +6711,12 @@

AbstractFlocessor.java

- + 443 -1 +1 1. process : removed call to com/mastercard/test/flow/assrt/History::recordResult → KILLED
@@ -6728,12 +6728,12 @@

AbstractFlocessor.java

- + 444 -1 +1 1. process : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::reportAndSkip → KILLED
@@ -6745,12 +6745,12 @@

AbstractFlocessor.java

- + 445 - +
@@ -6760,12 +6760,12 @@

AbstractFlocessor.java

- + 446 - +
@@ -6775,12 +6775,12 @@

AbstractFlocessor.java

- + 447 - +
@@ -6790,12 +6790,12 @@

AbstractFlocessor.java

- + 448 - +
@@ -6805,12 +6805,12 @@

AbstractFlocessor.java

- + 449 - + @@ -6820,12 +6820,12 @@

AbstractFlocessor.java

- + 450 - + @@ -6835,12 +6835,12 @@

AbstractFlocessor.java

- + 451 - + @@ -6850,12 +6850,12 @@

AbstractFlocessor.java

- + 452 - + @@ -6865,12 +6865,12 @@

AbstractFlocessor.java

- + 453 -1 +1 1. process : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::reportAndSkip → KILLED
@@ -6882,12 +6882,12 @@

AbstractFlocessor.java

- + 454 - +
@@ -6897,12 +6897,12 @@

AbstractFlocessor.java

- + 455 - + @@ -6912,12 +6912,12 @@

AbstractFlocessor.java

- + 456 - + @@ -6927,12 +6927,12 @@

AbstractFlocessor.java

- + 457 - + @@ -6942,12 +6942,12 @@

AbstractFlocessor.java

- + 458 - + @@ -6957,12 +6957,12 @@

AbstractFlocessor.java

- + 459 - + @@ -6972,12 +6972,12 @@

AbstractFlocessor.java

- + 460 - + @@ -6987,12 +6987,12 @@

AbstractFlocessor.java

- + 461 - + @@ -7002,12 +7002,12 @@

AbstractFlocessor.java

- + 462 - + @@ -7017,12 +7017,12 @@

AbstractFlocessor.java

- + 463 - + @@ -7032,12 +7032,12 @@

AbstractFlocessor.java

- + 464 - + @@ -7047,12 +7047,12 @@

AbstractFlocessor.java

- + 465 - + @@ -7062,12 +7062,12 @@

AbstractFlocessor.java

- + 466 - + @@ -7077,12 +7077,12 @@

AbstractFlocessor.java

- + 467 - + @@ -7092,12 +7092,12 @@

AbstractFlocessor.java

- + 468 -1 +1 1. process : negated conditional → KILLED
@@ -7109,12 +7109,12 @@

AbstractFlocessor.java

- + 469 - +
@@ -7124,12 +7124,12 @@

AbstractFlocessor.java

- + 470 - + @@ -7139,12 +7139,12 @@

AbstractFlocessor.java

- + 471 - + @@ -7154,12 +7154,12 @@

AbstractFlocessor.java

- + 472 - + @@ -7169,12 +7169,12 @@

AbstractFlocessor.java

- + 473 -1 +1 1. process : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::checkPreconditions → KILLED
@@ -7186,12 +7186,12 @@

AbstractFlocessor.java

- + 474 -1 +1 1. process : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::applyContexts → KILLED
@@ -7203,12 +7203,12 @@

AbstractFlocessor.java

- + 475 - +
@@ -7218,12 +7218,12 @@

AbstractFlocessor.java

- + 476 - +
@@ -7233,12 +7233,12 @@

AbstractFlocessor.java

- + 477 - + @@ -7248,12 +7248,12 @@

AbstractFlocessor.java

- + 478 - + @@ -7263,12 +7263,12 @@

AbstractFlocessor.java

- + 479 - + @@ -7278,12 +7278,12 @@

AbstractFlocessor.java

- + 480 - + @@ -7293,12 +7293,12 @@

AbstractFlocessor.java

- + 481 - + @@ -7308,12 +7308,12 @@

AbstractFlocessor.java

- + 482 - + @@ -7323,12 +7323,12 @@

AbstractFlocessor.java

- + 483 -1 +1 1. process : removed call to java/util/Collection::forEach → KILLED
@@ -7340,12 +7340,12 @@

AbstractFlocessor.java

- + 484 - +
@@ -7355,12 +7355,12 @@

AbstractFlocessor.java

- + 485 - + @@ -7370,12 +7370,12 @@

AbstractFlocessor.java

- + 486 - + @@ -7385,12 +7385,12 @@

AbstractFlocessor.java

- + 487 - + @@ -7400,12 +7400,12 @@

AbstractFlocessor.java

- + 488 - + @@ -7415,12 +7415,12 @@

AbstractFlocessor.java

- + 489 - + @@ -7430,12 +7430,12 @@

AbstractFlocessor.java

- + 490 - + @@ -7445,12 +7445,12 @@

AbstractFlocessor.java

- + 491 - + @@ -7460,12 +7460,12 @@

AbstractFlocessor.java

- + 492 - + @@ -7475,12 +7475,12 @@

AbstractFlocessor.java

- + 493 - + @@ -7490,12 +7490,12 @@

AbstractFlocessor.java

- + 494 - + @@ -7505,12 +7505,12 @@

AbstractFlocessor.java

- + 495 -1 +1 1. process : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::finaliseReport → KILLED
@@ -7522,12 +7522,12 @@

AbstractFlocessor.java

- + 496 - +
@@ -7537,12 +7537,12 @@

AbstractFlocessor.java

- + 497 - + @@ -7552,12 +7552,12 @@

AbstractFlocessor.java

- + 498 -1 +1 1. process : removed call to com/mastercard/test/flow/assrt/Listener::flowComplete → KILLED
@@ -7569,12 +7569,12 @@

AbstractFlocessor.java

- + 499 - +
@@ -7584,12 +7584,12 @@

AbstractFlocessor.java

- + 500 - + @@ -7599,12 +7599,12 @@

AbstractFlocessor.java

- + 501 -1 +1 1. process : negated conditional → KILLED
@@ -7616,12 +7616,12 @@

AbstractFlocessor.java

- + 502 - +
@@ -7631,12 +7631,12 @@

AbstractFlocessor.java

- + 503 - + @@ -7646,12 +7646,12 @@

AbstractFlocessor.java

- + 504 -1 +1 1. process : negated conditional → KILLED
@@ -7663,12 +7663,12 @@

AbstractFlocessor.java

- + 505 - +
@@ -7678,12 +7678,12 @@

AbstractFlocessor.java

- + 506 - + @@ -7693,12 +7693,12 @@

AbstractFlocessor.java

- + 507 -1 +1 1. process : negated conditional → KILLED
@@ -7710,12 +7710,12 @@

AbstractFlocessor.java

- + 508 -1 +1 1. process : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::skip → KILLED
@@ -7727,12 +7727,12 @@

AbstractFlocessor.java

- + 509 - +
@@ -7742,12 +7742,12 @@

AbstractFlocessor.java

- + 510 -1 +1 1. process : negated conditional → KILLED
@@ -7759,12 +7759,12 @@

AbstractFlocessor.java

- + 511 - +
@@ -7774,12 +7774,12 @@

AbstractFlocessor.java

- + 512 - +
@@ -7789,12 +7789,12 @@

AbstractFlocessor.java

- + 513 -1 +1 1. process : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::skip → KILLED
@@ -7806,12 +7806,12 @@

AbstractFlocessor.java

- + 514 - +
@@ -7821,12 +7821,12 @@

AbstractFlocessor.java

- + 515 - + @@ -7836,12 +7836,12 @@

AbstractFlocessor.java

- + 516 - + @@ -7851,12 +7851,12 @@

AbstractFlocessor.java

- + 517 - + @@ -7866,12 +7866,12 @@

AbstractFlocessor.java

- + 518 - + @@ -7881,12 +7881,12 @@

AbstractFlocessor.java

- + 519 - + @@ -7896,12 +7896,12 @@

AbstractFlocessor.java

- + 520 - + @@ -7911,12 +7911,12 @@

AbstractFlocessor.java

- + 521 - + @@ -7926,12 +7926,12 @@

AbstractFlocessor.java

- + 522 -1 +1 1. processInteraction : removed call to com/mastercard/test/flow/assrt/Listener::interaction → KILLED
@@ -7943,12 +7943,12 @@

AbstractFlocessor.java

- + 523 - +
@@ -7958,12 +7958,12 @@

AbstractFlocessor.java

- + 524 - + @@ -7973,12 +7973,12 @@

AbstractFlocessor.java

- + 525 - + @@ -7988,12 +7988,12 @@

AbstractFlocessor.java

- + 526 - + @@ -8003,12 +8003,12 @@

AbstractFlocessor.java

- + 527 -1 +1 1. processInteraction : negated conditional → KILLED
@@ -8020,12 +8020,12 @@

AbstractFlocessor.java

- + 528 -1 +1 1. processInteraction : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::warn → KILLED
@@ -8037,12 +8037,12 @@

AbstractFlocessor.java

- + 529 - +
@@ -8052,12 +8052,12 @@

AbstractFlocessor.java

- + 530 -1 +1 1. processInteraction : negated conditional → KILLED
@@ -8069,12 +8069,12 @@

AbstractFlocessor.java

- + 531 -1 +1 1. processInteraction : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::warn → SURVIVED
@@ -8086,12 +8086,12 @@

AbstractFlocessor.java

- + 532 - +
@@ -8101,12 +8101,12 @@

AbstractFlocessor.java

- + 533 - +
@@ -8116,12 +8116,12 @@

AbstractFlocessor.java

- + 534 - +
@@ -8131,12 +8131,12 @@

AbstractFlocessor.java

- + 535 - + @@ -8146,12 +8146,12 @@

AbstractFlocessor.java

- + 536 -1 +1 1. processInteraction : removed call to java/util/function/Consumer::accept → KILLED
@@ -8163,12 +8163,12 @@

AbstractFlocessor.java

- + 537 - +
@@ -8178,12 +8178,12 @@

AbstractFlocessor.java

- + 538 - + @@ -8193,12 +8193,12 @@

AbstractFlocessor.java

- + 539 - + @@ -8208,12 +8208,12 @@

AbstractFlocessor.java

- + 540 - + @@ -8223,12 +8223,12 @@

AbstractFlocessor.java

- + 541 - + @@ -8238,12 +8238,12 @@

AbstractFlocessor.java

- + 542 - + @@ -8253,12 +8253,12 @@

AbstractFlocessor.java

- + 543 - + @@ -8268,12 +8268,12 @@

AbstractFlocessor.java

- + 544 - + @@ -8283,12 +8283,12 @@

AbstractFlocessor.java

- + 545 - + @@ -8298,12 +8298,12 @@

AbstractFlocessor.java

- + 546 - + @@ -8313,12 +8313,12 @@

AbstractFlocessor.java

- + 547 -1 +1 1. lambda$processInteraction$8 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -8330,12 +8330,12 @@

AbstractFlocessor.java

- + 548 - +
@@ -8345,12 +8345,12 @@

AbstractFlocessor.java

- + 549 - + @@ -8360,12 +8360,12 @@

AbstractFlocessor.java

- + 550 -1 +1 1. processInteraction : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::report → KILLED
@@ -8377,12 +8377,12 @@

AbstractFlocessor.java

- + 551 - +
@@ -8392,12 +8392,12 @@

AbstractFlocessor.java

- + 552 - + @@ -8407,12 +8407,12 @@

AbstractFlocessor.java

- + 553 - + @@ -8422,12 +8422,12 @@

AbstractFlocessor.java

- + 554 - + @@ -8437,12 +8437,12 @@

AbstractFlocessor.java

- + 555 - + @@ -8452,12 +8452,12 @@

AbstractFlocessor.java

- + 556 - + @@ -8467,12 +8467,12 @@

AbstractFlocessor.java

- + 557 - + @@ -8482,12 +8482,12 @@

AbstractFlocessor.java

- + 558 - + @@ -8497,12 +8497,12 @@

AbstractFlocessor.java

- + 559 - + @@ -8512,12 +8512,12 @@

AbstractFlocessor.java

- + 560 - + @@ -8527,12 +8527,12 @@

AbstractFlocessor.java

- + 561 - + @@ -8542,12 +8542,12 @@

AbstractFlocessor.java

- + 562 - + @@ -8557,12 +8557,12 @@

AbstractFlocessor.java

- + 563 - + @@ -8572,12 +8572,12 @@

AbstractFlocessor.java

- + 564 - + @@ -8587,12 +8587,12 @@

AbstractFlocessor.java

- + 565 -1 +1 1. processInteraction : Replaced integer addition with subtraction → KILLED
@@ -8604,12 +8604,12 @@

AbstractFlocessor.java

- + 566 - +
@@ -8619,12 +8619,12 @@

AbstractFlocessor.java

- + 567 - + @@ -8634,12 +8634,12 @@

AbstractFlocessor.java

- + 568 - + @@ -8649,12 +8649,12 @@

AbstractFlocessor.java

- + 569 - + @@ -8664,12 +8664,12 @@

AbstractFlocessor.java

- + 570 -1 +1 1. processInteraction : replaced int return with 0 for com/mastercard/test/flow/assrt/AbstractFlocessor::processInteraction → KILLED
@@ -8681,12 +8681,12 @@

AbstractFlocessor.java

- + 571 - +
@@ -8696,12 +8696,12 @@

AbstractFlocessor.java

- + 572 - + @@ -8711,12 +8711,12 @@

AbstractFlocessor.java

- + 573 - + @@ -8726,12 +8726,12 @@

AbstractFlocessor.java

- + 574 - + @@ -8741,12 +8741,12 @@

AbstractFlocessor.java

- + 575 - + @@ -8756,12 +8756,12 @@

AbstractFlocessor.java

- + 576 - + @@ -8771,12 +8771,12 @@

AbstractFlocessor.java

- + 577 - + @@ -8786,12 +8786,12 @@

AbstractFlocessor.java

- + 578 - + @@ -8801,12 +8801,12 @@

AbstractFlocessor.java

- + 579 -1 +1 1. processMessage : negated conditional → KILLED
@@ -8818,12 +8818,12 @@

AbstractFlocessor.java

- + 580 -1 +1 1. lambda$processMessage$14 : removed call to com/mastercard/test/flow/report/data/InteractionData::update → KILLED
@@ -8835,12 +8835,12 @@

AbstractFlocessor.java

- + 581 -2 +2 1. lambda$null$12 : negated conditional → KILLED
2. lambda$null$12 : replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$12 → KILLED
@@ -8853,12 +8853,12 @@

AbstractFlocessor.java

- + 582 - +
@@ -8868,12 +8868,12 @@

AbstractFlocessor.java

- + 583 - +
@@ -8883,12 +8883,12 @@

AbstractFlocessor.java

- + 584 - +
@@ -8898,12 +8898,12 @@

AbstractFlocessor.java

- + 585 -1 +1 1. processMessage : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::checkResult → KILLED
@@ -8915,12 +8915,12 @@

AbstractFlocessor.java

- + 586 - +
@@ -8930,12 +8930,12 @@

AbstractFlocessor.java

- + 587 - + @@ -8945,12 +8945,12 @@

AbstractFlocessor.java

- + 588 -1 +1 1. lambda$null$17 : removed call to com/mastercard/test/flow/report/data/InteractionData::update → KILLED
@@ -8962,12 +8962,12 @@

AbstractFlocessor.java

- + 589 -2 +2 1. lambda$null$15 : replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$15 → KILLED
2. lambda$null$15 : negated conditional → KILLED
@@ -8980,12 +8980,12 @@

AbstractFlocessor.java

- + 590 - +
@@ -8995,12 +8995,12 @@

AbstractFlocessor.java

- + 591 - +
@@ -9010,12 +9010,12 @@

AbstractFlocessor.java

- + 592 - + @@ -9025,12 +9025,12 @@

AbstractFlocessor.java

- + 593 - + @@ -9040,12 +9040,12 @@

AbstractFlocessor.java

- + 594 - + @@ -9055,12 +9055,12 @@

AbstractFlocessor.java

- + 595 - + @@ -9070,12 +9070,12 @@

AbstractFlocessor.java

- + 596 - + @@ -9085,12 +9085,12 @@

AbstractFlocessor.java

- + 597 - + @@ -9100,12 +9100,12 @@

AbstractFlocessor.java

- + 598 -2 +2 1. processMessage : negated conditional → KILLED
2. processMessage : negated conditional → KILLED
@@ -9118,12 +9118,12 @@

AbstractFlocessor.java

- + 599 - +
@@ -9133,12 +9133,12 @@

AbstractFlocessor.java

- + 600 - + @@ -9148,12 +9148,12 @@

AbstractFlocessor.java

- + 601 - + @@ -9163,12 +9163,12 @@

AbstractFlocessor.java

- + 602 - + @@ -9178,12 +9178,12 @@

AbstractFlocessor.java

- + 603 - + @@ -9193,12 +9193,12 @@

AbstractFlocessor.java

- + 604 - + @@ -9208,12 +9208,12 @@

AbstractFlocessor.java

- + 605 - + @@ -9223,12 +9223,12 @@

AbstractFlocessor.java

- + 606 - + @@ -9238,12 +9238,12 @@

AbstractFlocessor.java

- + 607 -2 +2 1. processMessage : negated conditional → NO_COVERAGE
2. processMessage : negated conditional → KILLED
@@ -9256,12 +9256,12 @@

AbstractFlocessor.java

- + 608 - +
@@ -9271,12 +9271,12 @@

AbstractFlocessor.java

- + 609 - + @@ -9286,12 +9286,12 @@

AbstractFlocessor.java

- + 610 - + @@ -9301,12 +9301,12 @@

AbstractFlocessor.java

- + 611 - + @@ -9316,12 +9316,12 @@

AbstractFlocessor.java

- + 612 - + @@ -9331,12 +9331,12 @@

AbstractFlocessor.java

- + 613 - + @@ -9346,12 +9346,12 @@

AbstractFlocessor.java

- + 614 - + @@ -9361,12 +9361,12 @@

AbstractFlocessor.java

- + 615 -1 +1 1. processMessage : replaced int return with 0 for com/mastercard/test/flow/assrt/AbstractFlocessor::processMessage → KILLED
@@ -9378,12 +9378,12 @@

AbstractFlocessor.java

- + 616 - +
@@ -9393,12 +9393,12 @@

AbstractFlocessor.java

- + 617 - + @@ -9408,12 +9408,12 @@

AbstractFlocessor.java

- + 618 - + @@ -9423,12 +9423,12 @@

AbstractFlocessor.java

- + 619 - + @@ -9438,12 +9438,12 @@

AbstractFlocessor.java

- + 620 - + @@ -9453,12 +9453,12 @@

AbstractFlocessor.java

- + 621 - + @@ -9468,12 +9468,12 @@

AbstractFlocessor.java

- + 622 - + @@ -9483,12 +9483,12 @@

AbstractFlocessor.java

- + 623 - + @@ -9498,12 +9498,12 @@

AbstractFlocessor.java

- + 624 - + @@ -9513,12 +9513,12 @@

AbstractFlocessor.java

- + 625 - + @@ -9528,12 +9528,12 @@

AbstractFlocessor.java

- + 626 - + @@ -9543,12 +9543,12 @@

AbstractFlocessor.java

- + 627 -1 +1 1. finaliseReport : negated conditional → KILLED
@@ -9560,12 +9560,12 @@

AbstractFlocessor.java

- + 628 -1 +1 1. finaliseReport : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::warn → KILLED
@@ -9577,12 +9577,12 @@

AbstractFlocessor.java

- + 629 - +
@@ -9592,12 +9592,12 @@

AbstractFlocessor.java

- + 630 -1 +1 1. lambda$finaliseReport$20 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -9609,12 +9609,12 @@

AbstractFlocessor.java

- + 631 - +
@@ -9624,12 +9624,12 @@

AbstractFlocessor.java

- + 632 -1 +1 1. lambda$null$21 : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$21 → KILLED
@@ -9641,12 +9641,12 @@

AbstractFlocessor.java

- + 633 -1 +1 1. lambda$finaliseReport$22 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -9658,12 +9658,12 @@

AbstractFlocessor.java

- + 634 - +
@@ -9673,12 +9673,12 @@

AbstractFlocessor.java

- + 635 - +
@@ -9688,12 +9688,12 @@

AbstractFlocessor.java

- + 636 -1 +1 1. lambda$finaliseReport$23 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -9705,12 +9705,12 @@

AbstractFlocessor.java

- + 637 -1 +1 1. finaliseReport : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::report → KILLED
@@ -9722,12 +9722,12 @@

AbstractFlocessor.java

- + 638 - +
@@ -9737,12 +9737,12 @@

AbstractFlocessor.java

- + 639 - +
@@ -9752,12 +9752,12 @@

AbstractFlocessor.java

- + 640 - +
@@ -9767,12 +9767,12 @@

AbstractFlocessor.java

- + 641 - + @@ -9782,12 +9782,12 @@

AbstractFlocessor.java

- + 642 -1 +1 1. finaliseReport : negated conditional → SURVIVED
@@ -9799,12 +9799,12 @@

AbstractFlocessor.java

- + 643 - +
@@ -9814,12 +9814,12 @@

AbstractFlocessor.java

- + 644 - + @@ -9829,12 +9829,12 @@

AbstractFlocessor.java

- + 645 - + @@ -9844,12 +9844,12 @@

AbstractFlocessor.java

- + 646 - + @@ -9859,12 +9859,12 @@

AbstractFlocessor.java

- + 647 - + @@ -9874,12 +9874,12 @@

AbstractFlocessor.java

- + 648 - + @@ -9889,12 +9889,12 @@

AbstractFlocessor.java

- + 649 - + @@ -9904,12 +9904,12 @@

AbstractFlocessor.java

- + 650 - + @@ -9919,12 +9919,12 @@

AbstractFlocessor.java

- + 651 - + @@ -9934,12 +9934,12 @@

AbstractFlocessor.java

- + 652 - + @@ -9949,12 +9949,12 @@

AbstractFlocessor.java

- + 653 -1 +1 1. checkPreconditions : negated conditional → KILLED
@@ -9966,12 +9966,12 @@

AbstractFlocessor.java

- + 654 - +
@@ -9981,12 +9981,12 @@

AbstractFlocessor.java

- + 655 - + @@ -9996,12 +9996,12 @@

AbstractFlocessor.java

- + 656 -2 +2 1. lambda$checkPreconditions$26 : negated conditional → KILLED
2. lambda$checkPreconditions$26 : replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$checkPreconditions$26 → KILLED
@@ -10014,12 +10014,12 @@

AbstractFlocessor.java

- + 657 - +
@@ -10029,12 +10029,12 @@

AbstractFlocessor.java

- + 658 -2 +2 1. checkPreconditions : removed call to java/util/Optional::ifPresent → KILLED
2. lambda$checkPreconditions$27 : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::reportAndSkip → KILLED
@@ -10047,12 +10047,12 @@

AbstractFlocessor.java

- + 659 - +
@@ -10062,12 +10062,12 @@

AbstractFlocessor.java

- + 660 - + @@ -10077,12 +10077,12 @@

AbstractFlocessor.java

- + 661 - + @@ -10092,12 +10092,12 @@

AbstractFlocessor.java

- + 662 - + @@ -10107,12 +10107,12 @@

AbstractFlocessor.java

- + 663 - + @@ -10122,12 +10122,12 @@

AbstractFlocessor.java

- + 664 - + @@ -10137,12 +10137,12 @@

AbstractFlocessor.java

- + 665 -2 +2 1. checkPreconditions : removed call to java/util/Optional::ifPresent → KILLED
2. lambda$checkPreconditions$28 : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::reportAndSkip → KILLED
@@ -10155,12 +10155,12 @@

AbstractFlocessor.java

- + 666 - +
@@ -10170,12 +10170,12 @@

AbstractFlocessor.java

- + 667 - + @@ -10185,12 +10185,12 @@

AbstractFlocessor.java

- + 668 - + @@ -10200,12 +10200,12 @@

AbstractFlocessor.java

- + 669 - + @@ -10215,12 +10215,12 @@

AbstractFlocessor.java

- + 670 - + @@ -10230,12 +10230,12 @@

AbstractFlocessor.java

- + 671 - + @@ -10245,12 +10245,12 @@

AbstractFlocessor.java

- + 672 - + @@ -10260,12 +10260,12 @@

AbstractFlocessor.java

- + 673 - + @@ -10275,12 +10275,12 @@

AbstractFlocessor.java

- + 674 - + @@ -10290,12 +10290,12 @@

AbstractFlocessor.java

- + 675 - + @@ -10305,12 +10305,12 @@

AbstractFlocessor.java

- + 676 - + @@ -10320,12 +10320,12 @@

AbstractFlocessor.java

- + 677 - + @@ -10335,12 +10335,12 @@

AbstractFlocessor.java

- + 678 - + @@ -10350,12 +10350,12 @@

AbstractFlocessor.java

- + 679 - + @@ -10365,12 +10365,12 @@

AbstractFlocessor.java

- + 680 -1 +1 1. lambda$applyContexts$29 : replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$applyContexts$29 → KILLED
@@ -10382,12 +10382,12 @@

AbstractFlocessor.java

- + 681 - +
@@ -10397,12 +10397,12 @@

AbstractFlocessor.java

- + 682 -2 +2 1. lambda$applyContexts$30 : replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$applyContexts$30 → KILLED
2. lambda$applyContexts$30 : replaced boolean return with false for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$applyContexts$30 → KILLED
@@ -10415,12 +10415,12 @@

AbstractFlocessor.java

- + 683 -1 +1 1. applyContexts : removed call to java/util/stream/Stream::forEach → KILLED
@@ -10432,12 +10432,12 @@

AbstractFlocessor.java

- + 684 - +
@@ -10447,12 +10447,12 @@

AbstractFlocessor.java

- + 685 - +
@@ -10462,12 +10462,12 @@

AbstractFlocessor.java

- + 686 - + @@ -10477,12 +10477,12 @@

AbstractFlocessor.java

- + 687 - + @@ -10492,12 +10492,12 @@

AbstractFlocessor.java

- + 688 - + @@ -10507,12 +10507,12 @@

AbstractFlocessor.java

- + 689 - + @@ -10522,12 +10522,12 @@

AbstractFlocessor.java

- + 690 - + @@ -10537,12 +10537,12 @@

AbstractFlocessor.java

- + 691 - + @@ -10552,12 +10552,12 @@

AbstractFlocessor.java

- + 692 - + @@ -10567,12 +10567,12 @@

AbstractFlocessor.java

- + 693 -1 +1 1. applyContexts : removed call to java/util/Set::forEach → KILLED
@@ -10584,12 +10584,12 @@

AbstractFlocessor.java

- + 694 - +
@@ -10599,12 +10599,12 @@

AbstractFlocessor.java

- + 695 - + @@ -10614,12 +10614,12 @@

AbstractFlocessor.java

- + 696 -1 +1 1. applyContexts : removed call to java/util/Set::forEach → KILLED
@@ -10631,12 +10631,12 @@

AbstractFlocessor.java

- + 697 - +
@@ -10646,12 +10646,12 @@

AbstractFlocessor.java

- + 698 - + @@ -10661,12 +10661,12 @@

AbstractFlocessor.java

- + 699 -1 +1 1. applyContexts : negated conditional → KILLED
@@ -10678,12 +10678,12 @@

AbstractFlocessor.java

- + 700 - +
@@ -10693,12 +10693,12 @@

AbstractFlocessor.java

- + 701 - + @@ -10708,12 +10708,12 @@

AbstractFlocessor.java

- + 702 - + @@ -10723,12 +10723,12 @@

AbstractFlocessor.java

- + 703 - + @@ -10738,12 +10738,12 @@

AbstractFlocessor.java

- + 704 - + @@ -10753,12 +10753,12 @@

AbstractFlocessor.java

- + 705 - + @@ -10768,12 +10768,12 @@

AbstractFlocessor.java

- + 706 - + @@ -10783,12 +10783,12 @@

AbstractFlocessor.java

- + 707 - + @@ -10798,12 +10798,12 @@

AbstractFlocessor.java

- + 708 - + @@ -10813,12 +10813,12 @@

AbstractFlocessor.java

- + 709 - + @@ -10828,12 +10828,12 @@

AbstractFlocessor.java

- + 710 - + @@ -10843,12 +10843,12 @@

AbstractFlocessor.java

- + 711 -1 +1 1. updateContext : removed call to com/mastercard/test/flow/assrt/Listener::context → KILLED
@@ -10860,12 +10860,12 @@

AbstractFlocessor.java

- + 712 - +
@@ -10875,12 +10875,12 @@

AbstractFlocessor.java

- + 713 - + @@ -10890,12 +10890,12 @@

AbstractFlocessor.java

- + 714 - + @@ -10905,12 +10905,12 @@

AbstractFlocessor.java

- + 715 -1 +1 1. updateContext : removed call to com/mastercard/test/flow/assrt/Applicator::transition → KILLED
@@ -10922,12 +10922,12 @@

AbstractFlocessor.java

- + 716 - +
@@ -10937,12 +10937,12 @@

AbstractFlocessor.java

- + 717 - + @@ -10952,12 +10952,12 @@

AbstractFlocessor.java

- + 718 - + @@ -10967,12 +10967,12 @@

AbstractFlocessor.java

- + 719 - + @@ -10982,12 +10982,12 @@

AbstractFlocessor.java

- + 720 - + @@ -10997,12 +10997,12 @@

AbstractFlocessor.java

- + 721 - + @@ -11012,12 +11012,12 @@

AbstractFlocessor.java

- + 722 - + @@ -11027,12 +11027,12 @@

AbstractFlocessor.java

- + 723 -1 +1 1. removeContext : removed call to com/mastercard/test/flow/assrt/Applicator::transition → KILLED
@@ -11044,12 +11044,12 @@

AbstractFlocessor.java

- + 724 - +
@@ -11059,12 +11059,12 @@

AbstractFlocessor.java

- + 725 - + @@ -11074,12 +11074,12 @@

AbstractFlocessor.java

- + 726 - + @@ -11089,12 +11089,12 @@

AbstractFlocessor.java

- + 727 - + @@ -11104,12 +11104,12 @@

AbstractFlocessor.java

- + 728 - + @@ -11119,12 +11119,12 @@

AbstractFlocessor.java

- + 729 -1 +1 1. applicator : negated conditional → KILLED
@@ -11136,12 +11136,12 @@

AbstractFlocessor.java

- + 730 - +
@@ -11151,12 +11151,12 @@

AbstractFlocessor.java

- + 731 - + @@ -11166,12 +11166,12 @@

AbstractFlocessor.java

- + 732 -1 +1 1. applicator : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::applicator → KILLED
@@ -11183,12 +11183,12 @@

AbstractFlocessor.java

- + 733 - +
@@ -11198,12 +11198,12 @@

AbstractFlocessor.java

- + 734 - + @@ -11213,12 +11213,12 @@

AbstractFlocessor.java

- + 735 - + @@ -11228,12 +11228,12 @@

AbstractFlocessor.java

- + 736 - + @@ -11243,12 +11243,12 @@

AbstractFlocessor.java

- + 737 - + @@ -11258,12 +11258,12 @@

AbstractFlocessor.java

- + 738 -2 +2 1. lambda$expectedResidue$32 : replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$expectedResidue$32 → KILLED
2. lambda$expectedResidue$32 : replaced boolean return with false for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$expectedResidue$32 → KILLED
@@ -11276,12 +11276,12 @@

AbstractFlocessor.java

- + 739 -1 +1 1. expectedResidue : removed call to java/util/stream/Stream::forEach → KILLED
@@ -11293,12 +11293,12 @@

AbstractFlocessor.java

- + 740 -1 +1 1. lambda$expectedResidue$33 : removed call to com/mastercard/test/flow/assrt/Listener::before → KILLED
@@ -11310,12 +11310,12 @@

AbstractFlocessor.java

- + 741 - +
@@ -11325,12 +11325,12 @@

AbstractFlocessor.java

- + 742 - +
@@ -11340,12 +11340,12 @@

AbstractFlocessor.java

- + 743 -1 +1 1. expectedResidue : replaced return value with Collections.emptyMap for com/mastercard/test/flow/assrt/AbstractFlocessor::expectedResidue → KILLED
@@ -11357,12 +11357,12 @@

AbstractFlocessor.java

- + 744 - +
@@ -11372,12 +11372,12 @@

AbstractFlocessor.java

- + 745 - +
@@ -11387,12 +11387,12 @@

AbstractFlocessor.java

- + 746 - + @@ -11402,12 +11402,12 @@

AbstractFlocessor.java

- + 747 - + @@ -11417,12 +11417,12 @@

AbstractFlocessor.java

- + 748 -1 +1 1. checker : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::checker → KILLED
@@ -11434,12 +11434,12 @@

AbstractFlocessor.java

- + 749 - +
@@ -11449,12 +11449,12 @@

AbstractFlocessor.java

- + 750 - + @@ -11464,12 +11464,12 @@

AbstractFlocessor.java

- + 751 - + @@ -11479,12 +11479,12 @@

AbstractFlocessor.java

- + 752 - + @@ -11494,12 +11494,12 @@

AbstractFlocessor.java

- + 753 - + @@ -11509,12 +11509,12 @@

AbstractFlocessor.java

- + 754 - + @@ -11524,12 +11524,12 @@

AbstractFlocessor.java

- + 755 - + @@ -11539,12 +11539,12 @@

AbstractFlocessor.java

- + 756 - + @@ -11554,12 +11554,12 @@

AbstractFlocessor.java

- + 757 -1 +1 1. checkResidue : removed call to java/util/Map::forEach → KILLED
@@ -11571,12 +11571,12 @@

AbstractFlocessor.java

- + 758 -1 +1 1. lambda$checkResidue$37 : removed call to com/mastercard/test/flow/assrt/Listener::after → KILLED
@@ -11588,12 +11588,12 @@

AbstractFlocessor.java

- + 759 - +
@@ -11603,12 +11603,12 @@

AbstractFlocessor.java

- + 760 - +
@@ -11618,12 +11618,12 @@

AbstractFlocessor.java

- + 761 - + @@ -11633,12 +11633,12 @@

AbstractFlocessor.java

- + 762 - + @@ -11648,12 +11648,12 @@

AbstractFlocessor.java

- + 763 - + @@ -11663,12 +11663,12 @@

AbstractFlocessor.java

- + 764 - + @@ -11678,12 +11678,12 @@

AbstractFlocessor.java

- + 765 - + @@ -11693,12 +11693,12 @@

AbstractFlocessor.java

- + 766 -1 +1 1. lambda$checkResidue$37 : negated conditional → NO_COVERAGE
@@ -11710,12 +11710,12 @@

AbstractFlocessor.java

- + 767 - +
@@ -11725,12 +11725,12 @@

AbstractFlocessor.java

- + 768 - + @@ -11740,12 +11740,12 @@

AbstractFlocessor.java

- + 769 - + @@ -11755,12 +11755,12 @@

AbstractFlocessor.java

- + 770 - + @@ -11770,12 +11770,12 @@

AbstractFlocessor.java

- + 771 -1 +1 1. lambda$checkResidue$37 : negated conditional → KILLED
@@ -11787,12 +11787,12 @@

AbstractFlocessor.java

- + 772 - +
@@ -11802,12 +11802,12 @@

AbstractFlocessor.java

- + 773 - + @@ -11817,12 +11817,12 @@

AbstractFlocessor.java

- + 774 - + @@ -11832,12 +11832,12 @@

AbstractFlocessor.java

- + 775 - + @@ -11847,12 +11847,12 @@

AbstractFlocessor.java

- + 776 - + @@ -11862,12 +11862,12 @@

AbstractFlocessor.java

- + 777 - + @@ -11877,12 +11877,12 @@

AbstractFlocessor.java

- + 778 - + @@ -11892,12 +11892,12 @@

AbstractFlocessor.java

- + 779 - + @@ -11907,12 +11907,12 @@

AbstractFlocessor.java

- + 780 - + @@ -11922,12 +11922,12 @@

AbstractFlocessor.java

- + 781 - + @@ -11937,12 +11937,12 @@

AbstractFlocessor.java

- + 782 - + @@ -11952,12 +11952,12 @@

AbstractFlocessor.java

- + 783 -2 +2 1. lambda$null$34 : replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$34 → SURVIVED
2. lambda$null$34 : replaced boolean return with false for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$34 → KILLED
@@ -11970,12 +11970,12 @@

AbstractFlocessor.java

- + 784 - +
@@ -11985,12 +11985,12 @@

AbstractFlocessor.java

- + 785 - + @@ -12000,12 +12000,12 @@

AbstractFlocessor.java

- + 786 - + @@ -12015,12 +12015,12 @@

AbstractFlocessor.java

- + 787 - + @@ -12030,12 +12030,12 @@

AbstractFlocessor.java

- + 788 -1 +1 1. lambda$null$35 : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$35 → NO_COVERAGE
@@ -12047,12 +12047,12 @@

AbstractFlocessor.java

- + 789 - +
@@ -12062,12 +12062,12 @@

AbstractFlocessor.java

- + 790 - + @@ -12077,12 +12077,12 @@

AbstractFlocessor.java

- + 791 - + @@ -12092,12 +12092,12 @@

AbstractFlocessor.java

- + 792 - + @@ -12107,12 +12107,12 @@

AbstractFlocessor.java

- + 793 - + @@ -12122,12 +12122,12 @@

AbstractFlocessor.java

- + 794 - + @@ -12137,12 +12137,12 @@

AbstractFlocessor.java

- + 795 -1 +1 1. lambda$checkResidue$37 : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::compare → KILLED
@@ -12154,12 +12154,12 @@

AbstractFlocessor.java

- + 796 - +
@@ -12169,12 +12169,12 @@

AbstractFlocessor.java

- + 797 - + @@ -12184,12 +12184,12 @@

AbstractFlocessor.java

- + 798 - + @@ -12199,12 +12199,12 @@

AbstractFlocessor.java

- + 799 - + @@ -12214,12 +12214,12 @@

AbstractFlocessor.java

- + 800 -1 +1 1. lambda$checkResidue$37 : negated conditional → SURVIVED
@@ -12231,12 +12231,12 @@

AbstractFlocessor.java

- + 801 - +
@@ -12246,12 +12246,12 @@

AbstractFlocessor.java

- + 802 - + @@ -12261,12 +12261,12 @@

AbstractFlocessor.java

- + 803 - + @@ -12276,12 +12276,12 @@

AbstractFlocessor.java

- + 804 - + @@ -12291,12 +12291,12 @@

AbstractFlocessor.java

- + 805 - + @@ -12306,12 +12306,12 @@

AbstractFlocessor.java

- + 806 - + @@ -12321,12 +12321,12 @@

AbstractFlocessor.java

- + 807 - + @@ -12336,12 +12336,12 @@

AbstractFlocessor.java

- + 808 -1 +1 1. lambda$checkResidue$37 : negated conditional → NO_COVERAGE
@@ -12353,12 +12353,12 @@

AbstractFlocessor.java

- + 809 - +
@@ -12368,12 +12368,12 @@

AbstractFlocessor.java

- + 810 - + @@ -12383,12 +12383,12 @@

AbstractFlocessor.java

- + 811 - + @@ -12398,12 +12398,12 @@

AbstractFlocessor.java

- + 812 - + @@ -12413,12 +12413,12 @@

AbstractFlocessor.java

- + 813 - + @@ -12428,12 +12428,12 @@

AbstractFlocessor.java

- + 814 - + @@ -12443,12 +12443,12 @@

AbstractFlocessor.java

- + 815 - + @@ -12458,12 +12458,12 @@

AbstractFlocessor.java

- + 816 -1 +1 1. checkResidue : replaced int return with 0 for com/mastercard/test/flow/assrt/AbstractFlocessor::checkResidue → KILLED
@@ -12475,12 +12475,12 @@

AbstractFlocessor.java

- + 817 - +
@@ -12490,12 +12490,12 @@

AbstractFlocessor.java

- + 818 - + @@ -12505,12 +12505,12 @@

AbstractFlocessor.java

- + 819 - + @@ -12520,12 +12520,12 @@

AbstractFlocessor.java

- + 820 - + @@ -12535,12 +12535,12 @@

AbstractFlocessor.java

- + 821 - + @@ -12550,12 +12550,12 @@

AbstractFlocessor.java

- + 822 - + @@ -12565,12 +12565,12 @@

AbstractFlocessor.java

- + 823 -1 +1 1. resultTag : negated conditional → KILLED
@@ -12582,12 +12582,12 @@

AbstractFlocessor.java

- + 824 - +
@@ -12597,12 +12597,12 @@

AbstractFlocessor.java

- + 825 -1 +1 1. resultTag : replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::resultTag → KILLED
@@ -12614,12 +12614,12 @@

AbstractFlocessor.java

- + 826 - +
@@ -12629,12 +12629,12 @@

AbstractFlocessor.java

- + 827 -1 +1 1. resultTag : negated conditional → KILLED
@@ -12646,12 +12646,12 @@

AbstractFlocessor.java

- + 828 - +
@@ -12661,12 +12661,12 @@

AbstractFlocessor.java

- + 829 -1 +1 1. resultTag : replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::resultTag → KILLED
@@ -12678,12 +12678,12 @@

AbstractFlocessor.java

- + 830 - +
@@ -12693,12 +12693,12 @@

AbstractFlocessor.java

- + 831 -1 +1 1. resultTag : negated conditional → KILLED
@@ -12710,12 +12710,12 @@

AbstractFlocessor.java

- + 832 - +
@@ -12725,12 +12725,12 @@

AbstractFlocessor.java

- + 833 -1 +1 1. resultTag : replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::resultTag → KILLED
@@ -12742,12 +12742,12 @@

AbstractFlocessor.java

- + 834 - +
@@ -12757,12 +12757,12 @@

AbstractFlocessor.java

- + 835 -1 +1 1. resultTag : replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::resultTag → KILLED
@@ -12774,12 +12774,12 @@

AbstractFlocessor.java

- + 836 - +
@@ -12789,12 +12789,12 @@

AbstractFlocessor.java

- + 837 - + @@ -12804,12 +12804,12 @@

AbstractFlocessor.java

- + 838 - + @@ -12819,12 +12819,12 @@

AbstractFlocessor.java

- + 839 - + @@ -12834,12 +12834,12 @@

AbstractFlocessor.java

- + 840 -1 +1 1. reportAndSkip : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::report → KILLED
@@ -12851,12 +12851,12 @@

AbstractFlocessor.java

- + 841 - +
@@ -12866,12 +12866,12 @@

AbstractFlocessor.java

- + 842 -1 +1 1. lambda$null$38 : removed call to java/util/stream/Stream::forEach → SURVIVED
@@ -12883,12 +12883,12 @@

AbstractFlocessor.java

- + 843 - +
@@ -12898,12 +12898,12 @@

AbstractFlocessor.java

- + 844 - + @@ -12913,12 +12913,12 @@

AbstractFlocessor.java

- + 845 - + @@ -12928,12 +12928,12 @@

AbstractFlocessor.java

- + 846 - + @@ -12943,12 +12943,12 @@

AbstractFlocessor.java

- + 847 -1 +1 1. reportAndSkip : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::skip → KILLED
@@ -12960,12 +12960,12 @@

AbstractFlocessor.java

- + 848 - +
@@ -12975,12 +12975,12 @@

AbstractFlocessor.java

- + 849 - + @@ -12990,12 +12990,12 @@

AbstractFlocessor.java

- + 850 - + @@ -13005,12 +13005,12 @@

AbstractFlocessor.java

- + 851 - + @@ -13020,12 +13020,12 @@

AbstractFlocessor.java

- + 852 - + @@ -13035,12 +13035,12 @@

AbstractFlocessor.java

- + 853 - + @@ -13050,12 +13050,12 @@

AbstractFlocessor.java

- + 854 - + @@ -13065,12 +13065,12 @@

AbstractFlocessor.java

- + 855 -1 +1 1. warn : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::warn → KILLED
@@ -13082,12 +13082,12 @@

AbstractFlocessor.java

- + 856 - +
@@ -13097,12 +13097,12 @@

AbstractFlocessor.java

- + 857 - + @@ -13112,12 +13112,12 @@

AbstractFlocessor.java

- + 858 - + @@ -13127,12 +13127,12 @@

AbstractFlocessor.java

- + 859 - + @@ -13142,12 +13142,12 @@

AbstractFlocessor.java

- + 860 -1 +1 1. error : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::error → KILLED
@@ -13159,12 +13159,12 @@

AbstractFlocessor.java

- + 861 - +
@@ -13174,12 +13174,12 @@

AbstractFlocessor.java

- + 862 - + @@ -13189,12 +13189,12 @@

AbstractFlocessor.java

- + 863 - + @@ -13204,12 +13204,12 @@

AbstractFlocessor.java

- + 864 - + @@ -13219,12 +13219,12 @@

AbstractFlocessor.java

- + 865 - + @@ -13234,12 +13234,12 @@

AbstractFlocessor.java

- + 866 - + @@ -13249,12 +13249,12 @@

AbstractFlocessor.java

- + 867 -1 +1 1. lambda$static$0 : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$0 → KILLED
@@ -13266,12 +13266,12 @@

AbstractFlocessor.java

- + 868 -1 +1 1. lambda$static$1 : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$1 → KILLED
@@ -13283,12 +13283,12 @@

AbstractFlocessor.java

- + 869 -1 +1 1. lambda$static$2 : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$2 → KILLED
@@ -13300,12 +13300,12 @@

AbstractFlocessor.java

- + 870 - +
@@ -13315,12 +13315,12 @@

AbstractFlocessor.java

- + 871 -1 +1 1. lambda$static$3 : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$3 → KILLED
@@ -13332,12 +13332,12 @@

AbstractFlocessor.java

- + 872 -1 +1 1. lambda$static$4 : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$4 → KILLED
@@ -13349,12 +13349,12 @@

AbstractFlocessor.java

- + 873 -1 +1 1. lambda$static$5 : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$5 → KILLED
@@ -13366,12 +13366,12 @@

AbstractFlocessor.java

- + 874 - +
@@ -13381,12 +13381,12 @@

AbstractFlocessor.java

- + 875 - +
@@ -13396,12 +13396,12 @@

AbstractFlocessor.java

- + 876 - +
@@ -13411,12 +13411,12 @@

AbstractFlocessor.java

- + 877 - +
@@ -13426,12 +13426,12 @@

AbstractFlocessor.java

- + 878 - +
@@ -13441,12 +13441,12 @@

AbstractFlocessor.java

- + 879 - + @@ -13456,12 +13456,12 @@

AbstractFlocessor.java

- + 880 - + @@ -13471,12 +13471,12 @@

AbstractFlocessor.java

- + 881 - + @@ -13486,12 +13486,12 @@

AbstractFlocessor.java

- + 882 - + @@ -13501,12 +13501,12 @@

AbstractFlocessor.java

- + 883 - + @@ -13516,12 +13516,12 @@

AbstractFlocessor.java

- + 884 - + @@ -13531,12 +13531,12 @@

AbstractFlocessor.java

- + 885 - + @@ -13546,12 +13546,12 @@

AbstractFlocessor.java

- + 886 - + @@ -13561,12 +13561,12 @@

AbstractFlocessor.java

- + 887 - + @@ -13576,12 +13576,12 @@

AbstractFlocessor.java

- + 888 -1 +1 1. actual : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::actual → KILLED
@@ -13593,12 +13593,12 @@

AbstractFlocessor.java

- + 889 - +
@@ -13608,12 +13608,12 @@

AbstractFlocessor.java

- + 890 - + @@ -13623,12 +13623,12 @@

AbstractFlocessor.java

- + 891 - + @@ -13638,12 +13638,12 @@

AbstractFlocessor.java

- + 892 -1 +1 1. expected : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::expected → KILLED
@@ -13655,12 +13655,12 @@

AbstractFlocessor.java

- + 893 - +
@@ -13670,12 +13670,12 @@

AbstractFlocessor.java

- + 894 - + @@ -13685,12 +13685,12 @@

AbstractFlocessor.java

- + 895 - + @@ -13700,12 +13700,12 @@

AbstractFlocessor.java

- + 896 -1 +1 1. report : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::report → KILLED
@@ -13717,12 +13717,12 @@

AbstractFlocessor.java

- + 897 - +
@@ -13732,12 +13732,12 @@

AbstractFlocessor.java

- + 898 - + @@ -13747,12 +13747,12 @@

AbstractFlocessor.java

- + 899 - + @@ -13762,12 +13762,12 @@

AbstractFlocessor.java

- + 900 - + @@ -13777,12 +13777,12 @@

AbstractFlocessor.java

- + 901 - + @@ -13792,12 +13792,12 @@

AbstractFlocessor.java

- + 902 - + @@ -13807,12 +13807,12 @@

AbstractFlocessor.java

- + 903 - + @@ -13822,12 +13822,12 @@

AbstractFlocessor.java

- + 904 - + @@ -13837,12 +13837,12 @@

AbstractFlocessor.java

- + 905 - + @@ -13852,12 +13852,12 @@

AbstractFlocessor.java

- + 906 - + @@ -13867,12 +13867,12 @@

AbstractFlocessor.java

- + 907 - + @@ -13882,12 +13882,12 @@

AbstractFlocessor.java

- + 908 - + @@ -13897,12 +13897,12 @@

AbstractFlocessor.java

- + 909 -1 +1 1. checkResult : removed call to java/util/function/Consumer::accept → KILLED
@@ -13914,12 +13914,12 @@

AbstractFlocessor.java

- + 910 -1 +1 1. checkResult : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::compare → KILLED
@@ -13931,12 +13931,12 @@

AbstractFlocessor.java

- + 911 - +
@@ -13946,12 +13946,12 @@

AbstractFlocessor.java

- + 912 - +
@@ -13961,12 +13961,12 @@

AbstractFlocessor.java

- + 913 - + @@ -13976,12 +13976,12 @@

AbstractFlocessor.java

- + 914 - + @@ -13991,12 +13991,12 @@

AbstractFlocessor.java

- + 915 - + @@ -14006,12 +14006,12 @@

AbstractFlocessor.java

- + 916 - + @@ -14021,12 +14021,12 @@

AbstractFlocessor.java

- + 917 - + @@ -14036,12 +14036,12 @@

AbstractFlocessor.java

- + 918 - + @@ -14051,12 +14051,12 @@

AbstractFlocessor.java

- + 919 - + @@ -14066,12 +14066,12 @@

AbstractFlocessor.java

- + 920 - + @@ -14081,12 +14081,12 @@

AbstractFlocessor.java

- + 921 - + @@ -14096,12 +14096,12 @@

AbstractFlocessor.java

- + 922 - + @@ -14111,12 +14111,12 @@

AbstractFlocessor.java

- + 923 - + @@ -14126,12 +14126,12 @@

AbstractFlocessor.java

- + 924 - + @@ -14141,12 +14141,12 @@

AbstractFlocessor.java

- + 925 - + @@ -14156,12 +14156,12 @@

AbstractFlocessor.java

- + 926 - + @@ -14171,12 +14171,12 @@

AbstractFlocessor.java

- + 927 - + @@ -14186,12 +14186,12 @@

AbstractFlocessor.java

- + 928 - + @@ -14201,12 +14201,12 @@

AbstractFlocessor.java

- + 929 - + @@ -14216,12 +14216,12 @@

AbstractFlocessor.java

- + 930 - + @@ -14231,12 +14231,12 @@

AbstractFlocessor.java

- + 931 - + @@ -14246,12 +14246,12 @@

AbstractFlocessor.java

- + 932 - + @@ -14261,12 +14261,12 @@

AbstractFlocessor.java

- + 933 - + @@ -14276,12 +14276,12 @@

AbstractFlocessor.java

- + 934 - + @@ -14291,12 +14291,12 @@

AbstractFlocessor.java

- + 935 - + @@ -14306,12 +14306,12 @@

AbstractFlocessor.java

- + 936 - + @@ -14321,12 +14321,12 @@

AbstractFlocessor.java

- + 937 - + @@ -14336,12 +14336,12 @@

AbstractFlocessor.java

- + 938 - + @@ -14351,12 +14351,12 @@

AbstractFlocessor.java

- + 939 - + @@ -14366,12 +14366,12 @@

AbstractFlocessor.java

- + 940 - + @@ -14381,12 +14381,12 @@

AbstractFlocessor.java

- + 941 -1 +1 1. self : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::self → KILLED
@@ -14398,12 +14398,12 @@

AbstractFlocessor.java

- + 942 - +
@@ -14413,12 +14413,12 @@

AbstractFlocessor.java

- + 943 - + @@ -14428,12 +14428,12 @@

AbstractFlocessor.java

- + 944 -1 +1 1. lambda$static$41 : replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$static$41 → KILLED
@@ -14445,12 +14445,12 @@

AbstractFlocessor.java

- + 945 - +
@@ -14460,12 +14460,12 @@

AbstractFlocessor.java

- + 946 - + @@ -14475,12 +14475,12 @@

AbstractFlocessor.java

- + 947 - + @@ -14490,12 +14490,12 @@

AbstractFlocessor.java

- + 948 - + @@ -14505,12 +14505,12 @@

AbstractFlocessor.java

- + 949 -1 +1 1. report : negated conditional → KILLED
@@ -14522,12 +14522,12 @@

AbstractFlocessor.java

- + 950 - +
@@ -14537,12 +14537,12 @@

AbstractFlocessor.java

- + 951 - + @@ -14552,12 +14552,12 @@

AbstractFlocessor.java

- + 952 -1 +1 1. report : negated conditional → KILLED
@@ -14569,12 +14569,12 @@

AbstractFlocessor.java

- + 953 - +
@@ -14584,12 +14584,12 @@

AbstractFlocessor.java

- + 954 - + @@ -14599,12 +14599,12 @@

AbstractFlocessor.java

- + 955 - + @@ -14614,12 +14614,12 @@

AbstractFlocessor.java

- + 956 - + @@ -14629,12 +14629,12 @@

AbstractFlocessor.java

- + 957 - + @@ -14644,12 +14644,12 @@

AbstractFlocessor.java

- + 958 - + @@ -14659,12 +14659,12 @@

AbstractFlocessor.java

- + 959 - + @@ -14674,12 +14674,12 @@

AbstractFlocessor.java

- + 960 -1 +1 1. report : negated conditional → KILLED
@@ -14691,12 +14691,12 @@

AbstractFlocessor.java

- + 961 - +
@@ -14706,12 +14706,12 @@

AbstractFlocessor.java

- + 962 - + @@ -14721,12 +14721,12 @@

AbstractFlocessor.java

- + 963 -1 +1 1. report : negated conditional → KILLED
@@ -14738,12 +14738,12 @@

AbstractFlocessor.java

- + 964 - +
@@ -14753,12 +14753,12 @@

AbstractFlocessor.java

- + 965 - + @@ -14768,12 +14768,12 @@

AbstractFlocessor.java

- + 966 - + @@ -14783,12 +14783,12 @@

AbstractFlocessor.java

- + 967 - + @@ -14798,12 +14798,12 @@

AbstractFlocessor.java

- + 968 - + @@ -14813,12 +14813,12 @@

AbstractFlocessor.java

- + 969 - + @@ -14828,12 +14828,12 @@

AbstractFlocessor.java

- + 970 - + @@ -14843,12 +14843,12 @@

AbstractFlocessor.java

- + 971 - + @@ -14858,12 +14858,12 @@

AbstractFlocessor.java

- + 972 - + @@ -14873,12 +14873,12 @@

AbstractFlocessor.java

- + 973 - + @@ -14888,12 +14888,12 @@

AbstractFlocessor.java

- + 974 - + @@ -14903,12 +14903,12 @@

AbstractFlocessor.java

- + 975 - + @@ -14918,12 +14918,12 @@

AbstractFlocessor.java

- + 976 - + @@ -14933,12 +14933,12 @@

AbstractFlocessor.java

- + 977 - + @@ -14948,12 +14948,12 @@

AbstractFlocessor.java

- + 978 - + @@ -14963,12 +14963,12 @@

AbstractFlocessor.java

- + 979 -1 +1 1. report : removed call to java/util/function/Consumer::accept → KILLED
@@ -14980,12 +14980,12 @@

AbstractFlocessor.java

- + 980 - +
@@ -14995,12 +14995,12 @@

AbstractFlocessor.java

- + 981 -2 +2 1. report : negated conditional → SURVIVED
2. report : negated conditional → KILLED
@@ -15013,12 +15013,12 @@

AbstractFlocessor.java

- + 982 - +
@@ -15028,12 +15028,12 @@

AbstractFlocessor.java

- + 983 - + @@ -15043,12 +15043,12 @@

AbstractFlocessor.java

- + 984 - + @@ -15058,12 +15058,12 @@

AbstractFlocessor.java

- + 985 -1 +1 1. report : negated conditional → KILLED
@@ -15075,12 +15075,12 @@

AbstractFlocessor.java

- + 986 - +
@@ -15090,12 +15090,12 @@

AbstractFlocessor.java

- + 987 - + @@ -15105,12 +15105,12 @@

AbstractFlocessor.java

- + 988 - + @@ -15120,12 +15120,12 @@

AbstractFlocessor.java

- + 989 - + @@ -15135,12 +15135,12 @@

AbstractFlocessor.java

- + 990 - + @@ -15150,12 +15150,12 @@

AbstractFlocessor.java

- + 991 -1 +1 1. report : negated conditional → SURVIVED
@@ -15167,12 +15167,12 @@

AbstractFlocessor.java

- + 992 -1 +1 1. report : negated conditional → KILLED
@@ -15184,12 +15184,12 @@

AbstractFlocessor.java

- + 993 -1 +1 1. report : removed call to java/nio/file/Files::delete → SURVIVED
@@ -15201,12 +15201,12 @@

AbstractFlocessor.java

- + 994 - +
@@ -15216,12 +15216,12 @@

AbstractFlocessor.java

- + 995 - +
@@ -15231,12 +15231,12 @@

AbstractFlocessor.java

- + 996 - +
@@ -15246,12 +15246,12 @@

AbstractFlocessor.java

- + 997 - + @@ -15261,12 +15261,12 @@

AbstractFlocessor.java

- + 998 - + @@ -15276,12 +15276,12 @@

AbstractFlocessor.java

- + 999 - + @@ -15291,12 +15291,12 @@

AbstractFlocessor.java

- + 1000 - + @@ -15306,12 +15306,12 @@

AbstractFlocessor.java

- + 1001 - + @@ -15321,12 +15321,12 @@

AbstractFlocessor.java

- + 1002 - + @@ -15336,12 +15336,12 @@

AbstractFlocessor.java

- + 1003 - + @@ -15351,12 +15351,12 @@

AbstractFlocessor.java

- + 1004 -1 +1 1. report : negated conditional → KILLED
@@ -15368,12 +15368,12 @@

AbstractFlocessor.java

- + 1005 - +
@@ -15383,12 +15383,12 @@

AbstractFlocessor.java

- + 1006 - + @@ -15398,12 +15398,12 @@

AbstractFlocessor.java

- + 1007 - + @@ -15413,12 +15413,12 @@

AbstractFlocessor.java

- + 1008 - + @@ -15428,12 +15428,12 @@

AbstractFlocessor.java

- + 1009 - + @@ -15443,12 +15443,12 @@

AbstractFlocessor.java

- + 1010 - + @@ -15458,12 +15458,12 @@

AbstractFlocessor.java

- + 1011 - + @@ -15473,12 +15473,12 @@

AbstractFlocessor.java

- + 1012 - + @@ -15488,12 +15488,12 @@

AbstractFlocessor.java

- + 1013 - + @@ -15503,12 +15503,12 @@

AbstractFlocessor.java

- + 1014 - + @@ -15518,12 +15518,12 @@

AbstractFlocessor.java

- + 1015 - + @@ -15533,12 +15533,12 @@

AbstractFlocessor.java

- + 1016 -1 +1 1. report : negated conditional → SURVIVED
@@ -15550,12 +15550,12 @@

AbstractFlocessor.java

- + 1017 -1 +1 1. report : negated conditional → NO_COVERAGE
@@ -15567,12 +15567,12 @@

AbstractFlocessor.java

- + 1018 - +
@@ -15582,12 +15582,12 @@

AbstractFlocessor.java

- + 1019 - +
@@ -15597,12 +15597,12 @@

AbstractFlocessor.java

- + 1020 -1 +1 1. report : removed call to com/mastercard/test/flow/report/duct/Duct::serve → NO_COVERAGE
@@ -15614,12 +15614,12 @@

AbstractFlocessor.java

- + 1021 - +
@@ -15629,12 +15629,12 @@

AbstractFlocessor.java

- + 1022 - + @@ -15644,12 +15644,12 @@

AbstractFlocessor.java

- + 1023 -1 +1 1. report : removed call to com/mastercard/test/flow/report/Writer::browse → NO_COVERAGE
@@ -15661,12 +15661,12 @@

AbstractFlocessor.java

- + 1024 - +
@@ -15676,12 +15676,12 @@

AbstractFlocessor.java

- + 1025 - + @@ -15691,12 +15691,12 @@

AbstractFlocessor.java

- + 1026 - + @@ -15706,12 +15706,12 @@

AbstractFlocessor.java

- + 1027 - + @@ -15721,12 +15721,12 @@

AbstractFlocessor.java

- + 1028 - + @@ -15736,12 +15736,12 @@

AbstractFlocessor.java

- + 1029 - + @@ -15751,12 +15751,12 @@

AbstractFlocessor.java

- + 1030 - + @@ -15766,12 +15766,12 @@

AbstractFlocessor.java

- + 1031 - + @@ -15781,12 +15781,12 @@

AbstractFlocessor.java

- + 1032 - + @@ -15796,12 +15796,12 @@

AbstractFlocessor.java

- + 1033 - + @@ -15811,12 +15811,12 @@

AbstractFlocessor.java

- + 1034 - + @@ -15826,12 +15826,12 @@

AbstractFlocessor.java

- + 1035 - + @@ -15841,12 +15841,12 @@

AbstractFlocessor.java

- + 1036 - + @@ -15856,12 +15856,12 @@

AbstractFlocessor.java

- + 1037 - + @@ -15871,12 +15871,12 @@

AbstractFlocessor.java

- + 1038 -1 +1 1. report : negated conditional → KILLED
@@ -15888,12 +15888,12 @@

AbstractFlocessor.java

- + 1039 -1 +1 1. report : replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::report → KILLED
@@ -15905,12 +15905,12 @@

AbstractFlocessor.java

- + 1040 - +
@@ -15920,12 +15920,12 @@

AbstractFlocessor.java

- + 1041 - +
@@ -15935,12 +15935,12 @@

AbstractFlocessor.java

- + 1042 - + @@ -15950,12 +15950,12 @@

AbstractFlocessor.java

- + 1043 - + @@ -15965,12 +15965,12 @@

AbstractFlocessor.java

- + 1044 - + @@ -15980,12 +15980,12 @@

AbstractFlocessor.java

- + 1045 - + @@ -15995,12 +15995,12 @@

AbstractFlocessor.java

- + 1046 - + @@ -16010,12 +16010,12 @@

AbstractFlocessor.java

- + 1047 - + @@ -16025,12 +16025,12 @@

AbstractFlocessor.java

- + 1048 - + @@ -16040,12 +16040,12 @@

AbstractFlocessor.java

- + 1049 - + @@ -16055,12 +16055,12 @@

AbstractFlocessor.java

- + 1050 - + @@ -16070,12 +16070,12 @@

AbstractFlocessor.java

- + 1051 - + @@ -16085,12 +16085,12 @@

AbstractFlocessor.java

- + 1052 - + @@ -16100,12 +16100,12 @@

AbstractFlocessor.java

- + 1053 - + @@ -16115,12 +16115,12 @@

AbstractFlocessor.java

- + 1054 - + @@ -16130,12 +16130,12 @@

AbstractFlocessor.java

- + 1055 - + @@ -16145,12 +16145,12 @@

AbstractFlocessor.java

- + 1056 - + @@ -16160,12 +16160,12 @@

AbstractFlocessor.java

- + 1057 - + @@ -16175,12 +16175,12 @@

AbstractFlocessor.java

- + 1058 - + @@ -16190,12 +16190,12 @@

AbstractFlocessor.java

- + 1059 - + @@ -16205,12 +16205,12 @@

AbstractFlocessor.java

- + 1060 - + @@ -16220,12 +16220,12 @@

AbstractFlocessor.java

- + 1061 - + @@ -16237,1461 +16237,1461 @@

AbstractFlocessor.java

Mutations

-181 +181 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
replaced boolean return with false for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$new$2 → KILLED

-
209 +209 - + -

1.1
Location : reporting
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::reporting → KILLED

+

1.1
Location : reporting
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:noBehaviour()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::reporting → KILLED

-
221 +221 - +

1.1
Location : masking
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::masking → KILLED

-
234 +234 - +

1.1
Location : system
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:entryPoint()]
removed call to java/util/Set::clear → KILLED

-
236 +236 - +

1.1
Location : system
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::system → KILLED

-
247 +247 - + -

1.1
Location : autonomous
Killed by : com.mastercard.test.flow.assrt.AutonomyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AutonomyTest]/[method:stateless()]
removed call to java/util/Set::clear → KILLED

+

1.1
Location : autonomous
Killed by : com.mastercard.test.flow.assrt.AutonomyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AutonomyTest]/[method:stateful()]
removed call to java/util/Set::clear → KILLED

-
249 +249 - +

1.1
Location : autonomous
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:fluency()]
negated conditional → KILLED

-
255 +255 - +

1.1
Location : autonomous
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::autonomous → KILLED

-
268 +268 - +

1.1
Location : applicators
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::applicators → KILLED

-
281 +281 - +

1.1
Location : checkers
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::checkers → KILLED

-
293 +293 - +

1.1
Location : logs
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::logs → KILLED

-
304 +304 - +

1.1
Location : listening
Killed by : com.mastercard.test.flow.assrt.ListenerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ListenerTest]/[method:listener()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::listening → KILLED

-
313 +313 - +

1.1
Location : system
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/assrt/AbstractFlocessor::system → KILLED

-
326 +326 - +

1.1
Location : filtering
Killed by : com.mastercard.test.flow.assrt.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.FilterTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::filtering → KILLED

-
357 +357 - +

1.1
Location : exercising
Killed by : com.mastercard.test.flow.assrt.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.FilterTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::exercising → KILLED

-
368 +368 - +

1.1
Location : behaviour
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::behaviour → KILLED

-
377 +377 - + -

1.1
Location : flows
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:noBehaviour()]
removed call to com/mastercard/test/flow/assrt/Listener::filtering → KILLED

+

1.1
Location : flows
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
removed call to com/mastercard/test/flow/assrt/Listener::filtering → KILLED

-
379 +379 - +

1.1
Location : flows
Killed by : com.mastercard.test.flow.assrt.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.FilterTest]/[method:supression()]
negated conditional → KILLED

-
384 +384 - +

1.1
Location : flows
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
removed call to java/util/function/Consumer::accept → KILLED

-
395 +395 - +

1.1
Location : lambda$flows$4
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
negated conditional → KILLED

-
396 +396 - +

1.1
Location : lambda$flows$4
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$flows$4 → KILLED

-
398 +398 - +

1.1
Location : lambda$flows$4
Killed by : com.mastercard.test.flow.assrt.FilterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.FilterTest]/[method:exercising()]
removed call to java/util/function/Consumer::accept → KILLED

-
408 +408 - +

1.1
Location : flows
Killed by : com.mastercard.test.flow.assrt.ListenerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ListenerTest]/[method:listener()]
removed call to com/mastercard/test/flow/assrt/Listener::dependencies → KILLED

-
419 +419 - + -

1.1
Location : flows
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
removed call to com/mastercard/test/flow/assrt/Listener::ordering → KILLED

+

1.1
Location : flows
Killed by : com.mastercard.test.flow.assrt.ListenerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ListenerTest]/[method:listener()]
removed call to com/mastercard/test/flow/assrt/Listener::ordering → KILLED

-
421 +421 - +

1.1
Location : flows
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/AbstractFlocessor::flows → KILLED

-
430 +430 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.LogCaptureTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.LogCaptureTest]/[method:noReportLogCapture()]
negated conditional → KILLED

-
431 +431 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.LogCaptureTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.LogCaptureTest]/[method:errorCapture()]
removed call to com/mastercard/test/flow/assrt/LogCapture::start → KILLED

-
433 +433 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.ListenerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ListenerTest]/[method:listener()]
removed call to com/mastercard/test/flow/assrt/Listener::flow → KILLED

-
437 +437 - +

1.1
Location : lambda$process$5
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$process$5 → KILLED

2.2
Location : lambda$process$5
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
negated conditional → KILLED

-
438 +438 - +

1.1
Location : lambda$process$5
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
negated conditional → KILLED

-
441 +441 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
negated conditional → KILLED

-
442 +442 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AutonomyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AutonomyTest]/[method:autonomous()]
negated conditional → KILLED

2.2
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:entryPoint()]
negated conditional → KILLED

-
443 +443 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AutonomyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AutonomyTest]/[method:autonomous()]
removed call to com/mastercard/test/flow/assrt/History::recordResult → KILLED

-
444 +444 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AutonomyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AutonomyTest]/[method:autonomous()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::reportAndSkip → KILLED

-
453 +453 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:entryPoint()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::reportAndSkip → KILLED

-
468 +468 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
negated conditional → KILLED

-
473 +473 - + -

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::checkPreconditions → KILLED

+

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:noBehaviour()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::checkPreconditions → KILLED

-
474 +474 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:noApplicator()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::applyContexts → KILLED

-
483 +483 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
removed call to java/util/Collection::forEach → KILLED

-
495 +495 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:failedBasis()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::finaliseReport → KILLED

-
498 +498 - + -

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:emptyTest()]
removed call to com/mastercard/test/flow/assrt/Listener::flowComplete → KILLED

+

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:failedBasis()]
removed call to com/mastercard/test/flow/assrt/Listener::flowComplete → KILLED

-
501 +501 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
negated conditional → KILLED

-
504 +504 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
negated conditional → KILLED

-
507 +507 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
negated conditional → KILLED

-
508 +508 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndexEntry()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::skip → KILLED

-
510 +510 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
negated conditional → KILLED

-
513 +513 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:emptyTest()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::skip → KILLED

-
522 +522 - +

1.1
Location : processInteraction
Killed by : com.mastercard.test.flow.assrt.ListenerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ListenerTest]/[method:listener()]
removed call to com/mastercard/test/flow/assrt/Listener::interaction → KILLED

-
527 +527 - +

1.1
Location : processInteraction
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
negated conditional → KILLED

-
528 +528 - +

1.1
Location : processInteraction
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:latest()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::warn → KILLED

-
530 +530 - +

1.1
Location : processInteraction
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndexEntry()]
negated conditional → KILLED

-
531 +531 - +

1.1
Location : processInteraction
Killed by :
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::warn → SURVIVED

-
536 +536 - +

1.1
Location : processInteraction
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
removed call to java/util/function/Consumer::accept → KILLED

-
547 +547 - +

1.1
Location : lambda$processInteraction$8
Killed by : com.mastercard.test.flow.assrt.LogCaptureTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.LogCaptureTest]/[method:errorCapture()]
removed call to java/util/stream/Stream::forEach → KILLED

-
550 +550 - +

1.1
Location : processInteraction
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:noBehaviour()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::report → KILLED

-
565 +565 - +

1.1
Location : processInteraction
Killed by : com.mastercard.test.flow.assrt.ListenerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ListenerTest]/[method:listener()]
Replaced integer addition with subtraction → KILLED

-
570 +570 - +

1.1
Location : processInteraction
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
replaced int return with 0 for com/mastercard/test/flow/assrt/AbstractFlocessor::processInteraction → KILLED

-
579 +579 - +

1.1
Location : processMessage
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
negated conditional → KILLED

-
580 +580 - + -

1.1
Location : lambda$processMessage$14
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:failedBasis()]
removed call to com/mastercard/test/flow/report/data/InteractionData::update → KILLED

+

1.1
Location : lambda$processMessage$14
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:successTagging()]
removed call to com/mastercard/test/flow/report/data/InteractionData::update → KILLED

-
581 +581 - +

1.1
Location : lambda$null$12
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failureReporting()]
negated conditional → KILLED

2.2
Location : lambda$null$12
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failureReporting()]
replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$12 → KILLED

-
585 +585 - +

1.1
Location : processMessage
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::checkResult → KILLED

-
588 +588 - +

1.1
Location : lambda$null$17
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failureReporting()]
removed call to com/mastercard/test/flow/report/data/InteractionData::update → KILLED

-
589 +589 - +

1.1
Location : lambda$null$15
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failureReporting()]
replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$15 → KILLED

2.2
Location : lambda$null$15
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failureReporting()]
negated conditional → KILLED

-
598 +598 - +

1.1
Location : processMessage
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:unreportedFailure()]
negated conditional → KILLED

2.2
Location : processMessage
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:failedBasis()]
negated conditional → KILLED

-
607 +607 - +

1.1
Location : processMessage
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:parseFailureTagging()]
negated conditional → KILLED

2.2
Location : processMessage
Killed by :
negated conditional → NO_COVERAGE

-
615 +615 - +

1.1
Location : processMessage
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
replaced int return with 0 for com/mastercard/test/flow/assrt/AbstractFlocessor::processMessage → KILLED

-
627 +627 - +

1.1
Location : finaliseReport
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:emptyTest()]
negated conditional → KILLED

-
628 +628 - +

1.1
Location : finaliseReport
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:emptyTest()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::warn → KILLED

-
630 +630 - +

1.1
Location : lambda$finaliseReport$20
Killed by : com.mastercard.test.flow.assrt.LogCaptureTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.LogCaptureTest]/[method:skipCapture()]
removed call to java/util/stream/Stream::forEach → KILLED

-
632 +632 - +

1.1
Location : lambda$null$21
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:parseFailureTagging()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$21 → KILLED

-
633 +633 - +

1.1
Location : lambda$finaliseReport$22
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:parseFailureTagging()]
removed call to java/util/stream/Stream::forEach → KILLED

-
636 +636 - +

1.1
Location : lambda$finaliseReport$23
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:exercised()]
removed call to java/util/stream/Stream::forEach → KILLED

-
637 +637 - +

1.1
Location : finaliseReport
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:failedBasis()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::report → KILLED

-
642 +642 - +

1.1
Location : finaliseReport
Killed by :
negated conditional → SURVIVED

-
653 +653 - + -

1.1
Location : checkPreconditions
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
negated conditional → KILLED

+

1.1
Location : checkPreconditions
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:noBehaviour()]
negated conditional → KILLED

-
656 +656 - +

1.1
Location : lambda$checkPreconditions$26
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
negated conditional → KILLED

2.2
Location : lambda$checkPreconditions$26
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$checkPreconditions$26 → KILLED

-
658 +658 - +

1.1
Location : checkPreconditions
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
removed call to java/util/Optional::ifPresent → KILLED

2.2
Location : lambda$checkPreconditions$27
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::reportAndSkip → KILLED

-
665 +665 - +

1.1
Location : checkPreconditions
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:failedDependency()]
removed call to java/util/Optional::ifPresent → KILLED

2.2
Location : lambda$checkPreconditions$28
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:failedDependency()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::reportAndSkip → KILLED

-
680 +680 - + -

1.1
Location : lambda$applyContexts$29
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:contextSwitch()]
replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$applyContexts$29 → KILLED

+

1.1
Location : lambda$applyContexts$29
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:noApplicator()]
replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$applyContexts$29 → KILLED

-
682 +682 - +

1.1
Location : lambda$applyContexts$30
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:outOfContext()]
replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$applyContexts$30 → KILLED

2.2
Location : lambda$applyContexts$30
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:noApplicator()]
replaced boolean return with false for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$applyContexts$30 → KILLED

-
683 +683 - +

1.1
Location : applyContexts
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:noApplicator()]
removed call to java/util/stream/Stream::forEach → KILLED

-
693 +693 - + -

1.1
Location : applyContexts
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:noBehaviour()]
removed call to java/util/Set::forEach → KILLED

+

1.1
Location : applyContexts
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:contextSwitch()]
removed call to java/util/Set::forEach → KILLED

-
696 +696 - +

1.1
Location : applyContexts
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:noApplicator()]
removed call to java/util/Set::forEach → KILLED

-
699 +699 - +

1.1
Location : applyContexts
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:noApplicator()]
negated conditional → KILLED

-
711 +711 - +

1.1
Location : updateContext
Killed by : com.mastercard.test.flow.assrt.ListenerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ListenerTest]/[method:listener()]
removed call to com/mastercard/test/flow/assrt/Listener::context → KILLED

-
715 +715 - +

1.1
Location : updateContext
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:contextSwitch()]
removed call to com/mastercard/test/flow/assrt/Applicator::transition → KILLED

-
723 +723 - +

1.1
Location : removeContext
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:contextSwitch()]
removed call to com/mastercard/test/flow/assrt/Applicator::transition → KILLED

-
729 +729 - +

1.1
Location : applicator
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:noApplicator()]
negated conditional → KILLED

-
732 +732 - +

1.1
Location : applicator
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:contextSwitch()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::applicator → KILLED

-
738 +738 - +

1.1
Location : lambda$expectedResidue$32
Killed by : com.mastercard.test.flow.assrt.CheckerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.CheckerTest]/[method:unchecked()]
replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$expectedResidue$32 → KILLED

2.2
Location : lambda$expectedResidue$32
Killed by : com.mastercard.test.flow.assrt.CheckerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.CheckerTest]/[method:unmasked()]
replaced boolean return with false for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$expectedResidue$32 → KILLED

-
739 +739 - +

1.1
Location : expectedResidue
Killed by : com.mastercard.test.flow.assrt.CheckerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.CheckerTest]/[method:unmasked()]
removed call to java/util/stream/Stream::forEach → KILLED

-
740 +740 - +

1.1
Location : lambda$expectedResidue$33
Killed by : com.mastercard.test.flow.assrt.ListenerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ListenerTest]/[method:listener()]
removed call to com/mastercard/test/flow/assrt/Listener::before → KILLED

-
743 +743 - + -

1.1
Location : expectedResidue
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:failedDependency()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/assrt/AbstractFlocessor::expectedResidue → KILLED

+

1.1
Location : expectedResidue
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:failedBasis()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/assrt/AbstractFlocessor::expectedResidue → KILLED

-
748 +748 - +

1.1
Location : checker
Killed by : com.mastercard.test.flow.assrt.CheckerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.CheckerTest]/[method:unmasked()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::checker → KILLED

-
757 +757 - +

1.1
Location : checkResidue
Killed by : com.mastercard.test.flow.assrt.CheckerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.CheckerTest]/[method:unmasked()]
removed call to java/util/Map::forEach → KILLED

-
758 +758 - +

1.1
Location : lambda$checkResidue$37
Killed by : com.mastercard.test.flow.assrt.ListenerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ListenerTest]/[method:listener()]
removed call to com/mastercard/test/flow/assrt/Listener::after → KILLED

-
766 +766 - +

1.1
Location : lambda$checkResidue$37
Killed by :
negated conditional → NO_COVERAGE

-
771 +771 - +

1.1
Location : lambda$checkResidue$37
Killed by : com.mastercard.test.flow.assrt.CheckerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.CheckerTest]/[method:unmasked()]
negated conditional → KILLED

-
783 +783 - +

1.1
Location : lambda$null$34
Killed by :
replaced boolean return with true for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$34 → SURVIVED

2.2
Location : lambda$null$34
Killed by : com.mastercard.test.flow.assrt.CheckerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.CheckerTest]/[method:fullyMasked()]
replaced boolean return with false for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$34 → KILLED

-
788 +788 - +

1.1
Location : lambda$null$35
Killed by :
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$null$35 → NO_COVERAGE

-
795 +795 - +

1.1
Location : lambda$checkResidue$37
Killed by : com.mastercard.test.flow.assrt.CheckerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.CheckerTest]/[method:unmasked()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::compare → KILLED

-
800 +800 - +

1.1
Location : lambda$checkResidue$37
Killed by :
negated conditional → SURVIVED

-
808 +808 - +

1.1
Location : lambda$checkResidue$37
Killed by :
negated conditional → NO_COVERAGE

-
816 +816 - +

1.1
Location : checkResidue
Killed by : com.mastercard.test.flow.assrt.CheckerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.CheckerTest]/[method:partlyMasked()]
replaced int return with 0 for com/mastercard/test/flow/assrt/AbstractFlocessor::checkResidue → KILLED

-
823 +823 - +

1.1
Location : resultTag
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:emptyTest()]
negated conditional → KILLED

-
825 +825 - +

1.1
Location : resultTag
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:parseFailureTagging()]
replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::resultTag → KILLED

-
827 +827 - +

1.1
Location : resultTag
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:failedBasis()]
negated conditional → KILLED

-
829 +829 - +

1.1
Location : resultTag
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failureReporting()]
replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::resultTag → KILLED

-
831 +831 - +

1.1
Location : resultTag
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:emptyTest()]
negated conditional → KILLED

-
833 +833 - +

1.1
Location : resultTag
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:emptyTest()]
replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::resultTag → KILLED

-
835 +835 - +

1.1
Location : resultTag
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:successTagging()]
replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::resultTag → KILLED

-
840 +840 - +

1.1
Location : reportAndSkip
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::report → KILLED

-
842 +842 - +

1.1
Location : lambda$null$38
Killed by :
removed call to java/util/stream/Stream::forEach → SURVIVED

-
847 +847 - +

1.1
Location : reportAndSkip
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::skip → KILLED

-
855 +855 - +

1.1
Location : warn
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::warn → KILLED

-
860 +860 - +

1.1
Location : error
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:noBehaviour()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::error → KILLED

-
867 +867 - +

1.1
Location : lambda$static$0
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:unreportedFailure()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$0 → KILLED

-
868 +868 - +

1.1
Location : lambda$static$1
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:unreportedFailure()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$1 → KILLED

-
869 +869 - +

1.1
Location : lambda$static$2
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failureReporting()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$2 → KILLED

-
871 +871 - +

1.1
Location : lambda$static$3
Killed by : com.mastercard.test.flow.assrt.SupressionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.SupressionTest]/[method:failedBasis()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$3 → KILLED

-
872 +872 - +

1.1
Location : lambda$static$4
Killed by : com.mastercard.test.flow.assrt.SupressionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.SupressionTest]/[method:failedBasis()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$4 → KILLED

-
873 +873 - +

1.1
Location : lambda$static$5
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:parseFailureTagging()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::lambda$static$5 → KILLED

-
888 +888 - +

1.1
Location : actual
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:unreportedFailure()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::actual → KILLED

-
892 +892 - +

1.1
Location : expected
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:unreportedFailure()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::expected → KILLED

-
896 +896 - +

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:parseFailureTagging()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor$MessageAssertion::report → KILLED

-
909 +909 - +

1.1
Location : checkResult
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failureReporting()]
removed call to java/util/function/Consumer::accept → KILLED

-
910 +910 - +

1.1
Location : checkResult
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:includedImplicit()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::compare → KILLED

-
941 +941 - +

1.1
Location : self
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::self → KILLED

-
944 +944 - +

1.1
Location : lambda$static$41
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndex()]
replaced return value with "" for com/mastercard/test/flow/assrt/AbstractFlocessor::lambda$static$41 → KILLED

-
949 +949 - + -

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:messageTypeOrder()]
negated conditional → KILLED

+

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:noBehaviour()]
negated conditional → KILLED

-
952 +952 - +

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
negated conditional → KILLED

-
960 +960 - +

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
negated conditional → KILLED

-
963 +963 - +

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:symlink()]
negated conditional → KILLED

-
979 +979 - +

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
removed call to java/util/function/Consumer::accept → KILLED

-
981 +981 - +

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:symlink()]
negated conditional → KILLED

2.2
Location : report
Killed by :
negated conditional → SURVIVED

-
985 +985 - +

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:symlink()]
negated conditional → KILLED

-
991 +991 - +

1.1
Location : report
Killed by :
negated conditional → SURVIVED

-
992 +992 - +

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:failedBasis()]
negated conditional → KILLED

-
993 +993 - +

1.1
Location : report
Killed by :
removed call to java/nio/file/Files::delete → SURVIVED

-
1004 +1004 - +

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:symlink()]
negated conditional → KILLED

-
1016 +1016 - +

1.1
Location : report
Killed by :
negated conditional → SURVIVED

-
1017 +1017 - +

1.1
Location : report
Killed by :
negated conditional → NO_COVERAGE

-
1020 +1020 - +

1.1
Location : report
Killed by :
removed call to com/mastercard/test/flow/report/duct/Duct::serve → NO_COVERAGE

-
1023 +1023 - +

1.1
Location : report
Killed by :
removed call to com/mastercard/test/flow/report/Writer::browse → NO_COVERAGE

-
1038 +1038 - +

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
negated conditional → KILLED

-
1039 +1039 - +

1.1
Location : report
Killed by : com.mastercard.test.flow.assrt.AbstractFlocessorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AbstractFlocessorTest]/[method:missingImplicit()]
replaced return value with null for com/mastercard/test/flow/assrt/AbstractFlocessor::report → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Actual.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Actual.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Actual.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Actual.java.html index 46dd2bea1b..a915d66dba 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Actual.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Actual.java.html @@ -15,12 +15,12 @@

Actual.java

-
+ 1 - + @@ -30,12 +30,12 @@

Actual.java

- + 2 - + @@ -45,12 +45,12 @@

Actual.java

- + 3 - + @@ -60,12 +60,12 @@

Actual.java

- + 4 - + @@ -75,12 +75,12 @@

Actual.java

- + 5 - + @@ -90,12 +90,12 @@

Actual.java

- + 6 - + @@ -105,12 +105,12 @@

Actual.java

- + 7 - + @@ -120,12 +120,12 @@

Actual.java

- + 8 - + @@ -135,12 +135,12 @@

Actual.java

- + 9 - + @@ -150,12 +150,12 @@

Actual.java

- + 10 - + @@ -165,12 +165,12 @@

Actual.java

- + 11 - + @@ -180,12 +180,12 @@

Actual.java

- + 12 - + @@ -195,12 +195,12 @@

Actual.java

- + 13 - + @@ -210,12 +210,12 @@

Actual.java

- + 14 - + @@ -225,12 +225,12 @@

Actual.java

- + 15 - + @@ -240,12 +240,12 @@

Actual.java

- + 16 - + @@ -255,12 +255,12 @@

Actual.java

- + 17 - + @@ -270,12 +270,12 @@

Actual.java

- + 18 - + @@ -285,12 +285,12 @@

Actual.java

- + 19 - + @@ -300,12 +300,12 @@

Actual.java

- + 20 - + @@ -315,12 +315,12 @@

Actual.java

- + 21 - + @@ -330,12 +330,12 @@

Actual.java

- + 22 - + @@ -345,12 +345,12 @@

Actual.java

- + 23 - + @@ -360,12 +360,12 @@

Actual.java

- + 24 - + @@ -375,12 +375,12 @@

Actual.java

- + 25 -1 +1 1. request : negated conditional → KILLED
@@ -392,12 +392,12 @@

Actual.java

- + 26 - +
@@ -407,12 +407,12 @@

Actual.java

- + 27 - + @@ -422,12 +422,12 @@

Actual.java

- + 28 - + @@ -437,12 +437,12 @@

Actual.java

- + 29 - + @@ -452,12 +452,12 @@

Actual.java

- + 30 - + @@ -467,12 +467,12 @@

Actual.java

- + 31 - + @@ -482,12 +482,12 @@

Actual.java

- + 32 - + @@ -497,12 +497,12 @@

Actual.java

- + 33 - + @@ -512,12 +512,12 @@

Actual.java

- + 34 - + @@ -527,12 +527,12 @@

Actual.java

- + 35 - + @@ -542,12 +542,12 @@

Actual.java

- + 36 - + @@ -557,12 +557,12 @@

Actual.java

- + 37 -1 +1 1. request : negated conditional → KILLED
@@ -574,12 +574,12 @@

Actual.java

- + 38 - +
@@ -589,12 +589,12 @@

Actual.java

- + 39 - + @@ -604,12 +604,12 @@

Actual.java

- + 40 -1 +1 1. request : replaced return value with null for com/mastercard/test/flow/assrt/Actual::request → KILLED
@@ -621,12 +621,12 @@

Actual.java

- + 41 - +
@@ -636,12 +636,12 @@

Actual.java

- + 42 - + @@ -651,12 +651,12 @@

Actual.java

- + 43 - + @@ -666,12 +666,12 @@

Actual.java

- + 44 - + @@ -681,12 +681,12 @@

Actual.java

- + 45 - + @@ -696,12 +696,12 @@

Actual.java

- + 46 - + @@ -711,12 +711,12 @@

Actual.java

- + 47 - + @@ -726,12 +726,12 @@

Actual.java

- + 48 - + @@ -741,12 +741,12 @@

Actual.java

- + 49 -1 +1 1. response : negated conditional → KILLED
@@ -758,12 +758,12 @@

Actual.java

- + 50 - +
@@ -773,12 +773,12 @@

Actual.java

- + 51 - + @@ -788,12 +788,12 @@

Actual.java

- + 52 - + @@ -803,12 +803,12 @@

Actual.java

- + 53 - + @@ -818,12 +818,12 @@

Actual.java

- + 54 - + @@ -833,12 +833,12 @@

Actual.java

- + 55 - + @@ -848,12 +848,12 @@

Actual.java

- + 56 - + @@ -863,12 +863,12 @@

Actual.java

- + 57 - + @@ -878,12 +878,12 @@

Actual.java

- + 58 - + @@ -893,12 +893,12 @@

Actual.java

- + 59 - + @@ -908,12 +908,12 @@

Actual.java

- + 60 - + @@ -923,12 +923,12 @@

Actual.java

- + 61 -1 +1 1. response : negated conditional → KILLED
@@ -940,12 +940,12 @@

Actual.java

- + 62 - +
@@ -955,12 +955,12 @@

Actual.java

- + 63 - + @@ -970,12 +970,12 @@

Actual.java

- + 64 -1 +1 1. response : replaced return value with null for com/mastercard/test/flow/assrt/Actual::response → KILLED
@@ -987,12 +987,12 @@

Actual.java

- + 65 - +
@@ -1002,12 +1002,12 @@

Actual.java

- + 66 - + @@ -1019,63 +1019,63 @@

Actual.java

Mutations

-25 +25 - +

1.1
Location : request
Killed by : com.mastercard.test.flow.assrt.ActualTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ActualTest]/[method:request()]
negated conditional → KILLED

-
37 +37 - +

1.1
Location : request
Killed by : com.mastercard.test.flow.assrt.ActualTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ActualTest]/[method:request()]
negated conditional → KILLED

-
40 +40 - +

1.1
Location : request
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:unreportedFailure()]
replaced return value with null for com/mastercard/test/flow/assrt/Actual::request → KILLED

-
49 +49 - +

1.1
Location : response
Killed by : com.mastercard.test.flow.assrt.ActualTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ActualTest]/[method:response()]
negated conditional → KILLED

-
61 +61 - +

1.1
Location : response
Killed by : com.mastercard.test.flow.assrt.ActualTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ActualTest]/[method:response()]
negated conditional → KILLED

-
64 +64 - + -

1.1
Location : response
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failureReporting()]
replaced return value with null for com/mastercard/test/flow/assrt/Actual::response → KILLED

+

1.1
Location : response
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:parseFailureTagging()]
replaced return value with null for com/mastercard/test/flow/assrt/Actual::response → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Applicator.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Applicator.java.html similarity index 57% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Applicator.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Applicator.java.html index c247b0f5f7..5571569e6d 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Applicator.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Applicator.java.html @@ -15,12 +15,12 @@

Applicator.java

-
+ 1 - + @@ -30,12 +30,12 @@

Applicator.java

- + 2 - + @@ -45,12 +45,12 @@

Applicator.java

- + 3 - + @@ -60,12 +60,12 @@

Applicator.java

- + 4 - + @@ -75,12 +75,12 @@

Applicator.java

- + 5 - + @@ -90,12 +90,12 @@

Applicator.java

- + 6 - + @@ -105,12 +105,12 @@

Applicator.java

- + 7 - + @@ -120,12 +120,12 @@

Applicator.java

- + 8 - + @@ -135,12 +135,12 @@

Applicator.java

- + 9 - + @@ -150,12 +150,12 @@

Applicator.java

- + 10 - + @@ -165,12 +165,12 @@

Applicator.java

- + 11 - + @@ -180,12 +180,12 @@

Applicator.java

- + 12 - + @@ -195,12 +195,12 @@

Applicator.java

- + 13 - + @@ -210,12 +210,12 @@

Applicator.java

- + 14 - + @@ -225,12 +225,12 @@

Applicator.java

- + 15 - + @@ -240,12 +240,12 @@

Applicator.java

- + 16 - + @@ -255,12 +255,12 @@

Applicator.java

- + 17 - + @@ -270,12 +270,12 @@

Applicator.java

- + 18 - + @@ -285,12 +285,12 @@

Applicator.java

- + 19 - + @@ -300,12 +300,12 @@

Applicator.java

- + 20 - + @@ -315,12 +315,12 @@

Applicator.java

- + 21 - + @@ -330,12 +330,12 @@

Applicator.java

- + 22 - + @@ -345,12 +345,12 @@

Applicator.java

- + 23 - + @@ -360,12 +360,12 @@

Applicator.java

- + 24 - + @@ -375,12 +375,12 @@

Applicator.java

- + 25 - + @@ -390,12 +390,12 @@

Applicator.java

- + 26 - + @@ -405,12 +405,12 @@

Applicator.java

- + 27 - + @@ -420,12 +420,12 @@

Applicator.java

- + 28 - + @@ -435,12 +435,12 @@

Applicator.java

- + 29 - + @@ -450,12 +450,12 @@

Applicator.java

- + 30 - + @@ -465,12 +465,12 @@

Applicator.java

- + 31 - + @@ -480,12 +480,12 @@

Applicator.java

- + 32 - + @@ -495,12 +495,12 @@

Applicator.java

- + 33 - + @@ -510,12 +510,12 @@

Applicator.java

- + 34 - + @@ -525,12 +525,12 @@

Applicator.java

- + 35 - + @@ -540,12 +540,12 @@

Applicator.java

- + 36 -1 +1 1. contextType : replaced return value with null for com/mastercard/test/flow/assrt/Applicator::contextType → KILLED
@@ -557,12 +557,12 @@

Applicator.java

- + 37 - +
@@ -572,12 +572,12 @@

Applicator.java

- + 38 - + @@ -587,12 +587,12 @@

Applicator.java

- + 39 - + @@ -602,12 +602,12 @@

Applicator.java

- + 40 - + @@ -617,12 +617,12 @@

Applicator.java

- + 41 - + @@ -632,12 +632,12 @@

Applicator.java

- + 42 - + @@ -647,12 +647,12 @@

Applicator.java

- + 43 - + @@ -662,12 +662,12 @@

Applicator.java

- + 44 - + @@ -677,12 +677,12 @@

Applicator.java

- + 45 - + @@ -692,12 +692,12 @@

Applicator.java

- + 46 - + @@ -707,12 +707,12 @@

Applicator.java

- + 47 - + @@ -722,12 +722,12 @@

Applicator.java

- + 48 - + @@ -737,12 +737,12 @@

Applicator.java

- + 49 - + @@ -752,12 +752,12 @@

Applicator.java

- + 50 - + @@ -767,12 +767,12 @@

Applicator.java

- + 51 - + @@ -782,12 +782,12 @@

Applicator.java

- + 52 - + @@ -797,12 +797,12 @@

Applicator.java

- + 53 -1 +1 1. transitionCost : replaced int return with 0 for com/mastercard/test/flow/assrt/Applicator::transitionCost → KILLED
@@ -814,12 +814,12 @@

Applicator.java

- + 54 - +
@@ -829,12 +829,12 @@

Applicator.java

- + 55 - + @@ -844,12 +844,12 @@

Applicator.java

- + 56 - + @@ -859,12 +859,12 @@

Applicator.java

- + 57 - + @@ -874,12 +874,12 @@

Applicator.java

- + 58 - + @@ -889,12 +889,12 @@

Applicator.java

- + 59 - + @@ -904,12 +904,12 @@

Applicator.java

- + 60 - + @@ -919,12 +919,12 @@

Applicator.java

- + 61 - + @@ -934,12 +934,12 @@

Applicator.java

- + 62 - + @@ -949,12 +949,12 @@

Applicator.java

- + 63 - + @@ -964,12 +964,12 @@

Applicator.java

- + 64 - + @@ -979,12 +979,12 @@

Applicator.java

- + 65 - + @@ -994,12 +994,12 @@

Applicator.java

- + 66 - + @@ -1009,12 +1009,12 @@

Applicator.java

- + 67 - + @@ -1024,12 +1024,12 @@

Applicator.java

- + 68 - + @@ -1039,12 +1039,12 @@

Applicator.java

- + 69 - + @@ -1054,12 +1054,12 @@

Applicator.java

- + 70 - + @@ -1069,12 +1069,12 @@

Applicator.java

- + 71 - + @@ -1084,12 +1084,12 @@

Applicator.java

- + 72 - + @@ -1099,12 +1099,12 @@

Applicator.java

- + 73 - + @@ -1114,12 +1114,12 @@

Applicator.java

- + 74 - + @@ -1129,12 +1129,12 @@

Applicator.java

- + 75 - + @@ -1144,12 +1144,12 @@

Applicator.java

- + 76 - + @@ -1159,12 +1159,12 @@

Applicator.java

- + 77 - + @@ -1174,12 +1174,12 @@

Applicator.java

- + 78 - + @@ -1189,12 +1189,12 @@

Applicator.java

- + 79 - + @@ -1204,12 +1204,12 @@

Applicator.java

- + 80 - + @@ -1219,12 +1219,12 @@

Applicator.java

- + 81 - + @@ -1234,12 +1234,12 @@

Applicator.java

- + 82 - + @@ -1249,12 +1249,12 @@

Applicator.java

- + 83 - + @@ -1266,21 +1266,21 @@

Applicator.java

Mutations

-36 +36 - +

1.1
Location : contextType
Killed by : com.mastercard.test.flow.assrt.ApplicatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ApplicatorTest]/[method:contextSwitch()]
replaced return value with null for com/mastercard/test/flow/assrt/Applicator::contextType → KILLED

-
53 +53 - +

1.1
Location : transitionCost
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
replaced int return with 0 for com/mastercard/test/flow/assrt/Applicator::transitionCost → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Assertion.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Assertion.java.html similarity index 76% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Assertion.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Assertion.java.html index 9d06ec8d5c..4cf3cb9238 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Assertion.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Assertion.java.html @@ -15,12 +15,12 @@

Assertion.java

-
+ 1 - + @@ -30,12 +30,12 @@

Assertion.java

- + 2 - + @@ -45,12 +45,12 @@

Assertion.java

- + 3 - + @@ -60,12 +60,12 @@

Assertion.java

- + 4 - + @@ -75,12 +75,12 @@

Assertion.java

- + 5 - + @@ -90,12 +90,12 @@

Assertion.java

- + 6 - + @@ -105,12 +105,12 @@

Assertion.java

- + 7 - + @@ -120,12 +120,12 @@

Assertion.java

- + 8 - + @@ -135,12 +135,12 @@

Assertion.java

- + 9 - + @@ -150,12 +150,12 @@

Assertion.java

- + 10 - + @@ -165,12 +165,12 @@

Assertion.java

- + 11 - + @@ -180,12 +180,12 @@

Assertion.java

- + 12 - + @@ -195,12 +195,12 @@

Assertion.java

- + 13 - + @@ -210,12 +210,12 @@

Assertion.java

- + 14 - + @@ -225,12 +225,12 @@

Assertion.java

- + 15 - + @@ -240,12 +240,12 @@

Assertion.java

- + 16 - + @@ -255,12 +255,12 @@

Assertion.java

- + 17 - + @@ -270,12 +270,12 @@

Assertion.java

- + 18 - + @@ -285,12 +285,12 @@

Assertion.java

- + 19 - + @@ -300,12 +300,12 @@

Assertion.java

- + 20 - + @@ -315,12 +315,12 @@

Assertion.java

- + 21 - + @@ -330,12 +330,12 @@

Assertion.java

- + 22 - + @@ -345,12 +345,12 @@

Assertion.java

- + 23 - + @@ -360,12 +360,12 @@

Assertion.java

- + 24 - + @@ -375,12 +375,12 @@

Assertion.java

- + 25 - + @@ -390,12 +390,12 @@

Assertion.java

- + 26 - + @@ -405,12 +405,12 @@

Assertion.java

- + 27 - + @@ -420,12 +420,12 @@

Assertion.java

- + 28 - + @@ -435,12 +435,12 @@

Assertion.java

- + 29 - + @@ -450,12 +450,12 @@

Assertion.java

- + 30 - + @@ -465,12 +465,12 @@

Assertion.java

- + 31 - + @@ -480,12 +480,12 @@

Assertion.java

- + 32 - + @@ -495,12 +495,12 @@

Assertion.java

- + 33 - + @@ -510,12 +510,12 @@

Assertion.java

- + 34 - + @@ -525,12 +525,12 @@

Assertion.java

- + 35 - + @@ -540,12 +540,12 @@

Assertion.java

- + 36 - + @@ -555,12 +555,12 @@

Assertion.java

- + 37 - + @@ -570,12 +570,12 @@

Assertion.java

- + 38 - + @@ -585,12 +585,12 @@

Assertion.java

- + 39 - + @@ -600,12 +600,12 @@

Assertion.java

- + 40 - + @@ -615,12 +615,12 @@

Assertion.java

- + 41 - + @@ -630,12 +630,12 @@

Assertion.java

- + 42 - + @@ -645,12 +645,12 @@

Assertion.java

- + 43 - + @@ -660,12 +660,12 @@

Assertion.java

- + 44 - + @@ -675,12 +675,12 @@

Assertion.java

- + 45 - + @@ -690,12 +690,12 @@

Assertion.java

- + 46 - + @@ -705,12 +705,12 @@

Assertion.java

- + 47 - + @@ -720,12 +720,12 @@

Assertion.java

- + 48 - + @@ -735,12 +735,12 @@

Assertion.java

- + 49 - + @@ -750,12 +750,12 @@

Assertion.java

- + 50 - + @@ -765,12 +765,12 @@

Assertion.java

- + 51 - + @@ -780,12 +780,12 @@

Assertion.java

- + 52 - + @@ -795,12 +795,12 @@

Assertion.java

- + 53 - + @@ -810,12 +810,12 @@

Assertion.java

- + 54 - + @@ -825,12 +825,12 @@

Assertion.java

- + 55 -1 +1 1. flow : replaced return value with null for com/mastercard/test/flow/assrt/Assertion::flow → KILLED
@@ -842,12 +842,12 @@

Assertion.java

- + 56 - +
@@ -857,12 +857,12 @@

Assertion.java

- + 57 - + @@ -872,12 +872,12 @@

Assertion.java

- + 58 - + @@ -887,12 +887,12 @@

Assertion.java

- + 59 - + @@ -902,12 +902,12 @@

Assertion.java

- + 60 - + @@ -917,12 +917,12 @@

Assertion.java

- + 61 - + @@ -932,12 +932,12 @@

Assertion.java

- + 62 - + @@ -947,12 +947,12 @@

Assertion.java

- + 63 - + @@ -962,12 +962,12 @@

Assertion.java

- + 64 -1 +1 1. expected : replaced return value with null for com/mastercard/test/flow/assrt/Assertion::expected → KILLED
@@ -979,12 +979,12 @@

Assertion.java

- + 65 - +
@@ -994,12 +994,12 @@

Assertion.java

- + 66 - + @@ -1009,12 +1009,12 @@

Assertion.java

- + 67 - + @@ -1024,12 +1024,12 @@

Assertion.java

- + 68 - + @@ -1039,12 +1039,12 @@

Assertion.java

- + 69 - + @@ -1054,12 +1054,12 @@

Assertion.java

- + 70 - + @@ -1069,12 +1069,12 @@

Assertion.java

- + 71 - + @@ -1084,12 +1084,12 @@

Assertion.java

- + 72 - + @@ -1099,12 +1099,12 @@

Assertion.java

- + 73 -1 +1 1. actual : replaced return value with null for com/mastercard/test/flow/assrt/Assertion::actual → KILLED
@@ -1116,12 +1116,12 @@

Assertion.java

- + 74 - +
@@ -1131,12 +1131,12 @@

Assertion.java

- + 75 - + @@ -1146,12 +1146,12 @@

Assertion.java

- + 76 - + @@ -1161,12 +1161,12 @@

Assertion.java

- + 77 - + @@ -1176,12 +1176,12 @@

Assertion.java

- + 78 - + @@ -1191,12 +1191,12 @@

Assertion.java

- + 79 - + @@ -1206,12 +1206,12 @@

Assertion.java

- + 80 - + @@ -1221,12 +1221,12 @@

Assertion.java

- + 81 - + @@ -1236,12 +1236,12 @@

Assertion.java

- + 82 - + @@ -1251,12 +1251,12 @@

Assertion.java

- + 83 - + @@ -1266,12 +1266,12 @@

Assertion.java

- + 84 -1 +1 1. assertChildren : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Assertion::assertChildren → KILLED
@@ -1283,12 +1283,12 @@

Assertion.java

- + 85 - +
@@ -1298,12 +1298,12 @@

Assertion.java

- + 86 -1 +1 1. lambda$assertChildren$1 : replaced return value with null for com/mastercard/test/flow/assrt/Assertion::lambda$assertChildren$1 → KILLED
@@ -1315,12 +1315,12 @@

Assertion.java

- + 87 -1 +1 1. lambda$null$0 : replaced return value with null for com/mastercard/test/flow/assrt/Assertion::lambda$null$0 → KILLED
@@ -1332,12 +1332,12 @@

Assertion.java

- + 88 - +
@@ -1347,12 +1347,12 @@

Assertion.java

- + 89 - +
@@ -1362,12 +1362,12 @@

Assertion.java

- + 90 - + @@ -1377,12 +1377,12 @@

Assertion.java

- + 91 - + @@ -1392,12 +1392,12 @@

Assertion.java

- + 92 - + @@ -1407,12 +1407,12 @@

Assertion.java

- + 93 - + @@ -1422,12 +1422,12 @@

Assertion.java

- + 94 - + @@ -1437,12 +1437,12 @@

Assertion.java

- + 95 - + @@ -1452,12 +1452,12 @@

Assertion.java

- + 96 - + @@ -1467,12 +1467,12 @@

Assertion.java

- + 97 -1 +1 1. assertDownstream : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Assertion::assertDownstream → KILLED
@@ -1484,12 +1484,12 @@

Assertion.java

- + 98 - +
@@ -1499,12 +1499,12 @@

Assertion.java

- + 99 - + @@ -1514,12 +1514,12 @@

Assertion.java

- + 100 - + @@ -1529,12 +1529,12 @@

Assertion.java

- + 101 -1 +1 1. lambda$assertDownstream$2 : replaced boolean return with false for com/mastercard/test/flow/assrt/Assertion::lambda$assertDownstream$2 → KILLED
@@ -1546,12 +1546,12 @@

Assertion.java

- + 102 - +
@@ -1561,12 +1561,12 @@

Assertion.java

- + 103 -1 +1 1. assertDownstream : removed call to java/util/Set::forEach → KILLED
@@ -1578,12 +1578,12 @@

Assertion.java

- + 104 -1 +1 1. assertDownstream : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Assertion::assertDownstream → KILLED
@@ -1595,12 +1595,12 @@

Assertion.java

- + 105 - +
@@ -1610,12 +1610,12 @@

Assertion.java

- + 106 - +
@@ -1625,12 +1625,12 @@

Assertion.java

- + 107 - + @@ -1640,12 +1640,12 @@

Assertion.java

- + 108 - + @@ -1655,12 +1655,12 @@

Assertion.java

- + 109 - + @@ -1670,12 +1670,12 @@

Assertion.java

- + 110 - + @@ -1685,12 +1685,12 @@

Assertion.java

- + 111 - + @@ -1700,12 +1700,12 @@

Assertion.java

- + 112 - + @@ -1715,12 +1715,12 @@

Assertion.java

- + 113 - + @@ -1730,12 +1730,12 @@

Assertion.java

- + 114 -1 +1 1. assertConsequests : replaced return value with null for com/mastercard/test/flow/assrt/Assertion::assertConsequests → KILLED
@@ -1747,12 +1747,12 @@

Assertion.java

- + 115 - +
@@ -1762,12 +1762,12 @@

Assertion.java

- + 116 - + @@ -1777,12 +1777,12 @@

Assertion.java

- + 117 - + @@ -1792,12 +1792,12 @@

Assertion.java

- + 118 - + @@ -1807,12 +1807,12 @@

Assertion.java

- + 119 - + @@ -1822,12 +1822,12 @@

Assertion.java

- + 120 - + @@ -1837,12 +1837,12 @@

Assertion.java

- + 121 - + @@ -1852,12 +1852,12 @@

Assertion.java

- + 122 - + @@ -1867,12 +1867,12 @@

Assertion.java

- + 123 - + @@ -1882,12 +1882,12 @@

Assertion.java

- + 124 - + @@ -1897,12 +1897,12 @@

Assertion.java

- + 125 - + @@ -1912,12 +1912,12 @@

Assertion.java

- + 126 - + @@ -1927,12 +1927,12 @@

Assertion.java

- + 127 - + @@ -1942,12 +1942,12 @@

Assertion.java

- + 128 - + @@ -1957,12 +1957,12 @@

Assertion.java

- + 129 - + @@ -1972,12 +1972,12 @@

Assertion.java

- + 130 - + @@ -1987,12 +1987,12 @@

Assertion.java

- + 131 - + @@ -2002,12 +2002,12 @@

Assertion.java

- + 132 - + @@ -2017,12 +2017,12 @@

Assertion.java

- + 133 -1 +1 1. assertConsequests : removed call to java/util/Map::forEach → KILLED
@@ -2034,12 +2034,12 @@

Assertion.java

- + 134 - +
@@ -2049,12 +2049,12 @@

Assertion.java

- + 135 - + @@ -2064,12 +2064,12 @@

Assertion.java

- + 136 - + @@ -2079,12 +2079,12 @@

Assertion.java

- + 137 -1 +1 1. lambda$assertConsequests$6 : negated conditional → KILLED
@@ -2096,12 +2096,12 @@

Assertion.java

- + 138 - +
@@ -2111,12 +2111,12 @@

Assertion.java

- + 139 -1 +1 1. lambda$assertConsequests$6 : negated conditional → KILLED
@@ -2128,12 +2128,12 @@

Assertion.java

- + 140 - +
@@ -2143,12 +2143,12 @@

Assertion.java

- + 141 - + @@ -2158,12 +2158,12 @@

Assertion.java

- + 142 -1 +1 1. lambda$assertConsequests$6 : removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::compare → KILLED
@@ -2175,12 +2175,12 @@

Assertion.java

- + 143 - +
@@ -2190,12 +2190,12 @@

Assertion.java

- + 144 - + @@ -2205,12 +2205,12 @@

Assertion.java

- + 145 - + @@ -2220,12 +2220,12 @@

Assertion.java

- + 146 -1 +1 1. lambda$null$4 : replaced return value with "" for com/mastercard/test/flow/assrt/Assertion::lambda$null$4 → KILLED
@@ -2237,12 +2237,12 @@

Assertion.java

- + 147 - +
@@ -2252,12 +2252,12 @@

Assertion.java

- + 148 - + @@ -2267,12 +2267,12 @@

Assertion.java

- + 149 -1 +1 1. lambda$null$5 : replaced return value with "" for com/mastercard/test/flow/assrt/Assertion::lambda$null$5 → KILLED
@@ -2284,12 +2284,12 @@

Assertion.java

- + 150 - +
@@ -2299,12 +2299,12 @@

Assertion.java

- + 151 - + @@ -2314,12 +2314,12 @@

Assertion.java

- + 152 - + @@ -2329,12 +2329,12 @@

Assertion.java

- + 153 - + @@ -2344,12 +2344,12 @@

Assertion.java

- + 154 - + @@ -2359,12 +2359,12 @@

Assertion.java

- + 155 - + @@ -2374,12 +2374,12 @@

Assertion.java

- + 156 -2 +2 1. lambda$assertConsequests$6 : negated conditional → KILLED
2. lambda$assertConsequests$6 : negated conditional → KILLED
@@ -2392,12 +2392,12 @@

Assertion.java

- + 157 - +
@@ -2407,12 +2407,12 @@

Assertion.java

- + 158 - + @@ -2422,12 +2422,12 @@

Assertion.java

- + 159 - + @@ -2437,12 +2437,12 @@

Assertion.java

- + 160 - + @@ -2452,12 +2452,12 @@

Assertion.java

- + 161 - + @@ -2467,12 +2467,12 @@

Assertion.java

- + 162 -1 +1 1. assertConsequests : replaced return value with null for com/mastercard/test/flow/assrt/Assertion::assertConsequests → KILLED
@@ -2484,12 +2484,12 @@

Assertion.java

- + 163 - +
@@ -2499,12 +2499,12 @@

Assertion.java

- + 164 - + @@ -2514,12 +2514,12 @@

Assertion.java

- + 165 - + @@ -2529,12 +2529,12 @@

Assertion.java

- + 166 -1 +1 1. findSystemBoundaries : negated conditional → KILLED
@@ -2546,12 +2546,12 @@

Assertion.java

- + 167 - +
@@ -2561,12 +2561,12 @@

Assertion.java

- + 168 -1 +1 1. lambda$findSystemBoundaries$7 : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Assertion::lambda$findSystemBoundaries$7 → KILLED
@@ -2578,12 +2578,12 @@

Assertion.java

- + 169 - +
@@ -2593,12 +2593,12 @@

Assertion.java

- + 170 - + @@ -2608,12 +2608,12 @@

Assertion.java

- + 171 -2 +2 1. findSystemBoundaries : removed call to java/util/stream/Stream::forEach → KILLED
2. lambda$findSystemBoundaries$8 : replaced boolean return with false for com/mastercard/test/flow/assrt/Assertion::lambda$findSystemBoundaries$8 → KILLED
@@ -2626,12 +2626,12 @@

Assertion.java

- + 172 - +
@@ -2641,12 +2641,12 @@

Assertion.java

- + 173 -1 +1 1. findSystemBoundaries : replaced return value with Collections.emptyMap for com/mastercard/test/flow/assrt/Assertion::findSystemBoundaries → KILLED
@@ -2658,12 +2658,12 @@

Assertion.java

- + 174 - +
@@ -2673,12 +2673,12 @@

Assertion.java

- + 175 - + @@ -2688,12 +2688,12 @@

Assertion.java

- + 176 - + @@ -2703,12 +2703,12 @@

Assertion.java

- + 177 - + @@ -2718,12 +2718,12 @@

Assertion.java

- + 178 - + @@ -2733,12 +2733,12 @@

Assertion.java

- + 179 - + @@ -2748,12 +2748,12 @@

Assertion.java

- + 180 - + @@ -2763,12 +2763,12 @@

Assertion.java

- + 181 - + @@ -2778,12 +2778,12 @@

Assertion.java

- + 182 - + @@ -2793,12 +2793,12 @@

Assertion.java

- + 183 - + @@ -2808,12 +2808,12 @@

Assertion.java

- + 184 -1 +1 1. collect : removed call to java/util/Collection::forEach → KILLED
@@ -2825,12 +2825,12 @@

Assertion.java

- + 185 -1 +1 1. collect : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Assertion::collect → KILLED
@@ -2842,12 +2842,12 @@

Assertion.java

- + 186 - +
@@ -2857,12 +2857,12 @@

Assertion.java

- + 187 - +
@@ -2874,251 +2874,251 @@

Assertion.java

Mutations

-55 +55 - +

1.1
Location : flow
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndexEntry()]
replaced return value with null for com/mastercard/test/flow/assrt/Assertion::flow → KILLED

-
64 +64 - +

1.1
Location : expected
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
replaced return value with null for com/mastercard/test/flow/assrt/Assertion::expected → KILLED

-
73 +73 - +

1.1
Location : actual
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:assertConsequests()]
replaced return value with null for com/mastercard/test/flow/assrt/Assertion::actual → KILLED

-
84 +84 - +

1.1
Location : assertChildren
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Assertion::assertChildren → KILLED

-
86 +86 - +

1.1
Location : lambda$assertChildren$1
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
replaced return value with null for com/mastercard/test/flow/assrt/Assertion::lambda$assertChildren$1 → KILLED

-
87 +87 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
replaced return value with null for com/mastercard/test/flow/assrt/Assertion::lambda$null$0 → KILLED

-
97 +97 - +

1.1
Location : assertDownstream
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:assertDescendant()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Assertion::assertDownstream → KILLED

-
101 +101 - +

1.1
Location : lambda$assertDownstream$2
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:assertDescendant()]
replaced boolean return with false for com/mastercard/test/flow/assrt/Assertion::lambda$assertDownstream$2 → KILLED

-
103 +103 - +

1.1
Location : assertDownstream
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:assertDescendant()]
removed call to java/util/Set::forEach → KILLED

-
104 +104 - +

1.1
Location : assertDownstream
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:assertDescendant()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Assertion::assertDownstream → KILLED

-
114 +114 - +

1.1
Location : assertConsequests
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:assertConsequests()]
replaced return value with null for com/mastercard/test/flow/assrt/Assertion::assertConsequests → KILLED

-
133 +133 - +

1.1
Location : assertConsequests
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
removed call to java/util/Map::forEach → KILLED

-
137 +137 - +

1.1
Location : lambda$assertConsequests$6
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
negated conditional → KILLED

-
139 +139 - +

1.1
Location : lambda$assertConsequests$6
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
negated conditional → KILLED

-
142 +142 - +

1.1
Location : lambda$assertConsequests$6
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
removed call to com/mastercard/test/flow/assrt/AbstractFlocessor::compare → KILLED

-
146 +146 - +

1.1
Location : lambda$null$4
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
replaced return value with "" for com/mastercard/test/flow/assrt/Assertion::lambda$null$4 → KILLED

-
149 +149 - +

1.1
Location : lambda$null$5
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:extraConsequests()]
replaced return value with "" for com/mastercard/test/flow/assrt/Assertion::lambda$null$5 → KILLED

-
156 +156 - +

1.1
Location : lambda$assertConsequests$6
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:assertConsequests()]
negated conditional → KILLED

2.2
Location : lambda$assertConsequests$6
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:assertConsequests()]
negated conditional → KILLED

-
162 +162 - +

1.1
Location : assertConsequests
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:assertConsequests()]
replaced return value with null for com/mastercard/test/flow/assrt/Assertion::assertConsequests → KILLED

-
166 +166 - +

1.1
Location : findSystemBoundaries
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
negated conditional → KILLED

-
168 +168 - +

1.1
Location : lambda$findSystemBoundaries$7
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Assertion::lambda$findSystemBoundaries$7 → KILLED

-
171 +171 - +

1.1
Location : findSystemBoundaries
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
removed call to java/util/stream/Stream::forEach → KILLED

2.2
Location : lambda$findSystemBoundaries$8
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
replaced boolean return with false for com/mastercard/test/flow/assrt/Assertion::lambda$findSystemBoundaries$8 → KILLED

-
173 +173 - +

1.1
Location : findSystemBoundaries
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:missingConsequests()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/assrt/Assertion::findSystemBoundaries → KILLED

-
184 +184 - +

1.1
Location : collect
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:assertConsequests()]
removed call to java/util/Collection::forEach → KILLED

-
185 +185 - +

1.1
Location : collect
Killed by : com.mastercard.test.flow.assrt.AssertionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionTest]/[method:assertConsequests()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Assertion::collect → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/AssertionOptions.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/AssertionOptions.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/AssertionOptions.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/AssertionOptions.java.html index 28c836613a..1b3fdf6cee 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/AssertionOptions.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/AssertionOptions.java.html @@ -15,12 +15,12 @@

AssertionOptions.java

-
+ 1 - + @@ -30,12 +30,12 @@

AssertionOptions.java

- + 2 - + @@ -45,12 +45,12 @@

AssertionOptions.java

- + 3 - + @@ -60,12 +60,12 @@

AssertionOptions.java

- + 4 - + @@ -75,12 +75,12 @@

AssertionOptions.java

- + 5 - + @@ -90,12 +90,12 @@

AssertionOptions.java

- + 6 - + @@ -105,12 +105,12 @@

AssertionOptions.java

- + 7 - + @@ -120,12 +120,12 @@

AssertionOptions.java

- + 8 - + @@ -135,12 +135,12 @@

AssertionOptions.java

- + 9 - + @@ -150,12 +150,12 @@

AssertionOptions.java

- + 10 - + @@ -165,12 +165,12 @@

AssertionOptions.java

- + 11 - + @@ -180,12 +180,12 @@

AssertionOptions.java

- + 12 - + @@ -195,12 +195,12 @@

AssertionOptions.java

- + 13 - + @@ -210,12 +210,12 @@

AssertionOptions.java

- + 14 - + @@ -225,12 +225,12 @@

AssertionOptions.java

- + 15 - + @@ -240,12 +240,12 @@

AssertionOptions.java

- + 16 - + @@ -255,12 +255,12 @@

AssertionOptions.java

- + 17 - + @@ -270,12 +270,12 @@

AssertionOptions.java

- + 18 - + @@ -285,12 +285,12 @@

AssertionOptions.java

- + 19 - + @@ -300,12 +300,12 @@

AssertionOptions.java

- + 20 - + @@ -315,12 +315,12 @@

AssertionOptions.java

- + 21 - + @@ -330,12 +330,12 @@

AssertionOptions.java

- + 22 - + @@ -345,12 +345,12 @@

AssertionOptions.java

- + 23 - + @@ -360,12 +360,12 @@

AssertionOptions.java

- + 24 - + @@ -375,12 +375,12 @@

AssertionOptions.java

- + 25 - + @@ -390,12 +390,12 @@

AssertionOptions.java

- + 26 - + @@ -405,12 +405,12 @@

AssertionOptions.java

- + 27 - + @@ -420,12 +420,12 @@

AssertionOptions.java

- + 28 - + @@ -435,12 +435,12 @@

AssertionOptions.java

- + 29 - + @@ -450,12 +450,12 @@

AssertionOptions.java

- + 30 - + @@ -465,12 +465,12 @@

AssertionOptions.java

- + 31 - + @@ -480,12 +480,12 @@

AssertionOptions.java

- + 32 - + @@ -495,12 +495,12 @@

AssertionOptions.java

- + 33 - + @@ -510,12 +510,12 @@

AssertionOptions.java

- + 34 - + @@ -525,12 +525,12 @@

AssertionOptions.java

- + 35 - + @@ -540,12 +540,12 @@

AssertionOptions.java

- + 36 - + @@ -555,12 +555,12 @@

AssertionOptions.java

- + 37 - + @@ -570,12 +570,12 @@

AssertionOptions.java

- + 38 - + @@ -585,12 +585,12 @@

AssertionOptions.java

- + 39 - + @@ -600,12 +600,12 @@

AssertionOptions.java

- + 40 - + @@ -615,12 +615,12 @@

AssertionOptions.java

- + 41 - + @@ -630,12 +630,12 @@

AssertionOptions.java

- + 42 - + @@ -645,12 +645,12 @@

AssertionOptions.java

- + 43 - + @@ -660,12 +660,12 @@

AssertionOptions.java

- + 44 - + @@ -675,12 +675,12 @@

AssertionOptions.java

- + 45 - + @@ -690,12 +690,12 @@

AssertionOptions.java

- + 46 - + @@ -705,12 +705,12 @@

AssertionOptions.java

- + 47 - + @@ -720,12 +720,12 @@

AssertionOptions.java

- + 48 - + @@ -735,12 +735,12 @@

AssertionOptions.java

- + 49 - + @@ -750,12 +750,12 @@

AssertionOptions.java

- + 50 - + @@ -765,12 +765,12 @@

AssertionOptions.java

- + 51 - + @@ -780,12 +780,12 @@

AssertionOptions.java

- + 52 - + @@ -795,12 +795,12 @@

AssertionOptions.java

- + 53 - + @@ -810,12 +810,12 @@

AssertionOptions.java

- + 54 - + @@ -825,12 +825,12 @@

AssertionOptions.java

- + 55 - + @@ -840,12 +840,12 @@

AssertionOptions.java

- + 56 - + @@ -855,12 +855,12 @@

AssertionOptions.java

- + 57 - + @@ -870,12 +870,12 @@

AssertionOptions.java

- + 58 - + @@ -885,12 +885,12 @@

AssertionOptions.java

- + 59 - + @@ -900,12 +900,12 @@

AssertionOptions.java

- + 60 - + @@ -915,12 +915,12 @@

AssertionOptions.java

- + 61 - + @@ -930,12 +930,12 @@

AssertionOptions.java

- + 62 - + @@ -945,12 +945,12 @@

AssertionOptions.java

- + 63 - + @@ -960,12 +960,12 @@

AssertionOptions.java

- + 64 - + @@ -975,12 +975,12 @@

AssertionOptions.java

- + 65 - + @@ -990,12 +990,12 @@

AssertionOptions.java

- + 66 - + @@ -1005,12 +1005,12 @@

AssertionOptions.java

- + 67 - + @@ -1020,12 +1020,12 @@

AssertionOptions.java

- + 68 - + @@ -1035,12 +1035,12 @@

AssertionOptions.java

- + 69 - + @@ -1050,12 +1050,12 @@

AssertionOptions.java

- + 70 - + @@ -1065,12 +1065,12 @@

AssertionOptions.java

- + 71 - + @@ -1080,12 +1080,12 @@

AssertionOptions.java

- + 72 - + @@ -1095,12 +1095,12 @@

AssertionOptions.java

- + 73 - + @@ -1110,12 +1110,12 @@

AssertionOptions.java

- + 74 - + @@ -1125,12 +1125,12 @@

AssertionOptions.java

- + 75 - + @@ -1140,12 +1140,12 @@

AssertionOptions.java

- + 76 - + @@ -1155,12 +1155,12 @@

AssertionOptions.java

- + 77 - + @@ -1170,12 +1170,12 @@

AssertionOptions.java

- + 78 - + @@ -1185,12 +1185,12 @@

AssertionOptions.java

- + 79 - + @@ -1200,12 +1200,12 @@

AssertionOptions.java

- + 80 - + @@ -1215,12 +1215,12 @@

AssertionOptions.java

- + 81 - + @@ -1230,12 +1230,12 @@

AssertionOptions.java

- + 82 - + @@ -1245,12 +1245,12 @@

AssertionOptions.java

- + 83 - + @@ -1260,12 +1260,12 @@

AssertionOptions.java

- + 84 - + @@ -1275,12 +1275,12 @@

AssertionOptions.java

- + 85 - + @@ -1290,12 +1290,12 @@

AssertionOptions.java

- + 86 - + @@ -1305,12 +1305,12 @@

AssertionOptions.java

- + 87 - + @@ -1320,12 +1320,12 @@

AssertionOptions.java

- + 88 - + @@ -1335,12 +1335,12 @@

AssertionOptions.java

- + 89 - + @@ -1350,12 +1350,12 @@

AssertionOptions.java

- + 90 - + @@ -1365,12 +1365,12 @@

AssertionOptions.java

- + 91 - + @@ -1380,12 +1380,12 @@

AssertionOptions.java

- + 92 - + @@ -1395,12 +1395,12 @@

AssertionOptions.java

- + 93 - + @@ -1410,12 +1410,12 @@

AssertionOptions.java

- + 94 - + @@ -1425,12 +1425,12 @@

AssertionOptions.java

- + 95 - + @@ -1440,12 +1440,12 @@

AssertionOptions.java

- + 96 - + @@ -1455,12 +1455,12 @@

AssertionOptions.java

- + 97 - + @@ -1470,12 +1470,12 @@

AssertionOptions.java

- + 98 - + @@ -1485,12 +1485,12 @@

AssertionOptions.java

- + 99 - + @@ -1500,12 +1500,12 @@

AssertionOptions.java

- + 100 - + @@ -1515,12 +1515,12 @@

AssertionOptions.java

- + 101 - + @@ -1530,12 +1530,12 @@

AssertionOptions.java

- + 102 - + @@ -1545,12 +1545,12 @@

AssertionOptions.java

- + 103 - + @@ -1560,12 +1560,12 @@

AssertionOptions.java

- + 104 - + @@ -1575,12 +1575,12 @@

AssertionOptions.java

- + 105 - + @@ -1590,12 +1590,12 @@

AssertionOptions.java

- + 106 - + @@ -1605,12 +1605,12 @@

AssertionOptions.java

- + 107 - + @@ -1620,12 +1620,12 @@

AssertionOptions.java

- + 108 - + @@ -1635,12 +1635,12 @@

AssertionOptions.java

- + 109 - + @@ -1650,12 +1650,12 @@

AssertionOptions.java

- + 110 - + @@ -1665,12 +1665,12 @@

AssertionOptions.java

- + 111 - + @@ -1680,12 +1680,12 @@

AssertionOptions.java

- + 112 - + @@ -1695,12 +1695,12 @@

AssertionOptions.java

- + 113 - + @@ -1710,12 +1710,12 @@

AssertionOptions.java

- + 114 - + @@ -1725,12 +1725,12 @@

AssertionOptions.java

- + 115 - + @@ -1740,12 +1740,12 @@

AssertionOptions.java

- + 116 - + @@ -1755,12 +1755,12 @@

AssertionOptions.java

- + 117 - + @@ -1770,12 +1770,12 @@

AssertionOptions.java

- + 118 - + @@ -1785,12 +1785,12 @@

AssertionOptions.java

- + 119 - + @@ -1800,12 +1800,12 @@

AssertionOptions.java

- + 120 - + @@ -1815,12 +1815,12 @@

AssertionOptions.java

- + 121 - + @@ -1830,12 +1830,12 @@

AssertionOptions.java

- + 122 - + @@ -1845,12 +1845,12 @@

AssertionOptions.java

- + 123 -1 +1 1. description : replaced return value with "" for com/mastercard/test/flow/assrt/AssertionOptions::description → KILLED
@@ -1862,12 +1862,12 @@

AssertionOptions.java

- + 124 - +
@@ -1877,12 +1877,12 @@

AssertionOptions.java

- + 125 - + @@ -1892,12 +1892,12 @@

AssertionOptions.java

- + 126 - + @@ -1907,12 +1907,12 @@

AssertionOptions.java

- + 127 - + @@ -1922,12 +1922,12 @@

AssertionOptions.java

- + 128 -1 +1 1. property : replaced return value with "" for com/mastercard/test/flow/assrt/AssertionOptions::property → KILLED
@@ -1939,12 +1939,12 @@

AssertionOptions.java

- + 129 - +
@@ -1954,12 +1954,12 @@

AssertionOptions.java

- + 130 - + @@ -1969,12 +1969,12 @@

AssertionOptions.java

- + 131 - + @@ -1984,12 +1984,12 @@

AssertionOptions.java

- + 132 - + @@ -1999,12 +1999,12 @@

AssertionOptions.java

- + 133 -1 +1 1. defaultValue : replaced return value with "" for com/mastercard/test/flow/assrt/AssertionOptions::defaultValue → KILLED
@@ -2016,12 +2016,12 @@

AssertionOptions.java

- + 134 - +
@@ -2031,12 +2031,12 @@

AssertionOptions.java

- + 135 - + @@ -2046,12 +2046,12 @@

AssertionOptions.java

- + 136 - + @@ -2063,31 +2063,31 @@

AssertionOptions.java

Mutations

-123 +123 - +

1.1
Location : description
Killed by : com.mastercard.test.flow.assrt.AssertionOptionsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionOptionsTest]/[method:access()]
replaced return value with "" for com/mastercard/test/flow/assrt/AssertionOptions::description → KILLED

-
128 +128 - +

1.1
Location : property
Killed by : com.mastercard.test.flow.assrt.AssertionOptionsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionOptionsTest]/[method:access()]
replaced return value with "" for com/mastercard/test/flow/assrt/AssertionOptions::property → KILLED

-
133 +133 - +

1.1
Location : defaultValue
Killed by : com.mastercard.test.flow.assrt.AssertionOptionsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.AssertionOptionsTest]/[method:access()]
replaced return value with "" for com/mastercard/test/flow/assrt/AssertionOptions::defaultValue → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Checker.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Checker.java.html similarity index 76% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Checker.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Checker.java.html index ef1a007b03..dd1bd93295 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Checker.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Checker.java.html @@ -15,12 +15,12 @@

Checker.java

-
+ 1 - + @@ -30,12 +30,12 @@

Checker.java

- + 2 - + @@ -45,12 +45,12 @@

Checker.java

- + 3 - + @@ -60,12 +60,12 @@

Checker.java

- + 4 - + @@ -75,12 +75,12 @@

Checker.java

- + 5 - + @@ -90,12 +90,12 @@

Checker.java

- + 6 - + @@ -105,12 +105,12 @@

Checker.java

- + 7 - + @@ -120,12 +120,12 @@

Checker.java

- + 8 - + @@ -135,12 +135,12 @@

Checker.java

- + 9 - + @@ -150,12 +150,12 @@

Checker.java

- + 10 - + @@ -165,12 +165,12 @@

Checker.java

- + 11 - + @@ -180,12 +180,12 @@

Checker.java

- + 12 - + @@ -195,12 +195,12 @@

Checker.java

- + 13 - + @@ -210,12 +210,12 @@

Checker.java

- + 14 - + @@ -225,12 +225,12 @@

Checker.java

- + 15 - + @@ -240,12 +240,12 @@

Checker.java

- + 16 - + @@ -255,12 +255,12 @@

Checker.java

- + 17 - + @@ -270,12 +270,12 @@

Checker.java

- + 18 - + @@ -285,12 +285,12 @@

Checker.java

- + 19 - + @@ -300,12 +300,12 @@

Checker.java

- + 20 - + @@ -315,12 +315,12 @@

Checker.java

- + 21 - + @@ -330,12 +330,12 @@

Checker.java

- + 22 - + @@ -345,12 +345,12 @@

Checker.java

- + 23 - + @@ -360,12 +360,12 @@

Checker.java

- + 24 - + @@ -375,12 +375,12 @@

Checker.java

- + 25 - + @@ -390,12 +390,12 @@

Checker.java

- + 26 - + @@ -405,12 +405,12 @@

Checker.java

- + 27 - + @@ -420,12 +420,12 @@

Checker.java

- + 28 - + @@ -435,12 +435,12 @@

Checker.java

- + 29 - + @@ -450,12 +450,12 @@

Checker.java

- + 30 - + @@ -465,12 +465,12 @@

Checker.java

- + 31 - + @@ -480,12 +480,12 @@

Checker.java

- + 32 -1 +1 1. residueType : replaced return value with null for com/mastercard/test/flow/assrt/Checker::residueType → KILLED
@@ -497,12 +497,12 @@

Checker.java

- + 33 - +
@@ -512,12 +512,12 @@

Checker.java

- + 34 - + @@ -527,12 +527,12 @@

Checker.java

- + 35 - + @@ -542,12 +542,12 @@

Checker.java

- + 36 - + @@ -557,12 +557,12 @@

Checker.java

- + 37 - + @@ -572,12 +572,12 @@

Checker.java

- + 38 - + @@ -587,12 +587,12 @@

Checker.java

- + 39 - + @@ -602,12 +602,12 @@

Checker.java

- + 40 - + @@ -617,12 +617,12 @@

Checker.java

- + 41 - + @@ -632,12 +632,12 @@

Checker.java

- + 42 - + @@ -647,12 +647,12 @@

Checker.java

- + 43 - + @@ -662,12 +662,12 @@

Checker.java

- + 44 - + @@ -677,12 +677,12 @@

Checker.java

- + 45 - + @@ -692,12 +692,12 @@

Checker.java

- + 46 - + @@ -707,12 +707,12 @@

Checker.java

- + 47 - + @@ -722,12 +722,12 @@

Checker.java

- + 48 - + @@ -737,12 +737,12 @@

Checker.java

- + 49 - + @@ -752,12 +752,12 @@

Checker.java

- + 50 - + @@ -767,12 +767,12 @@

Checker.java

- + 51 - + @@ -782,12 +782,12 @@

Checker.java

- + 52 - + @@ -797,12 +797,12 @@

Checker.java

- + 53 - + @@ -812,12 +812,12 @@

Checker.java

- + 54 - + @@ -827,12 +827,12 @@

Checker.java

- + 55 - + @@ -844,11 +844,11 @@

Checker.java

Mutations

-32 +32 - +

1.1
Location : residueType
Killed by : com.mastercard.test.flow.assrt.CheckerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.CheckerTest]/[method:residueType()]
replaced return value with null for com/mastercard/test/flow/assrt/Checker::residueType → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Consequests.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Consequests.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Consequests.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Consequests.java.html index 8f0213f870..3fc371958f 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Consequests.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Consequests.java.html @@ -15,12 +15,12 @@

Consequests.java

-
+ 1 - + @@ -30,12 +30,12 @@

Consequests.java

- + 2 - + @@ -45,12 +45,12 @@

Consequests.java

- + 3 - + @@ -60,12 +60,12 @@

Consequests.java

- + 4 - + @@ -75,12 +75,12 @@

Consequests.java

- + 5 - + @@ -90,12 +90,12 @@

Consequests.java

- + 6 - + @@ -105,12 +105,12 @@

Consequests.java

- + 7 - + @@ -120,12 +120,12 @@

Consequests.java

- + 8 - + @@ -135,12 +135,12 @@

Consequests.java

- + 9 - + @@ -150,12 +150,12 @@

Consequests.java

- + 10 - + @@ -165,12 +165,12 @@

Consequests.java

- + 11 - + @@ -180,12 +180,12 @@

Consequests.java

- + 12 - + @@ -195,12 +195,12 @@

Consequests.java

- + 13 - + @@ -210,12 +210,12 @@

Consequests.java

- + 14 - + @@ -225,12 +225,12 @@

Consequests.java

- + 15 - + @@ -240,12 +240,12 @@

Consequests.java

- + 16 - + @@ -255,12 +255,12 @@

Consequests.java

- + 17 - + @@ -270,12 +270,12 @@

Consequests.java

- + 18 - + @@ -285,12 +285,12 @@

Consequests.java

- + 19 - + @@ -300,12 +300,12 @@

Consequests.java

- + 20 - + @@ -315,12 +315,12 @@

Consequests.java

- + 21 - + @@ -330,12 +330,12 @@

Consequests.java

- + 22 - + @@ -345,12 +345,12 @@

Consequests.java

- + 23 - + @@ -360,12 +360,12 @@

Consequests.java

- + 24 - + @@ -375,12 +375,12 @@

Consequests.java

- + 25 - + @@ -390,12 +390,12 @@

Consequests.java

- + 26 - + @@ -405,12 +405,12 @@

Consequests.java

- + 27 - + @@ -420,12 +420,12 @@

Consequests.java

- + 28 - + @@ -435,12 +435,12 @@

Consequests.java

- + 29 -1 +1 1. clear : removed call to java/util/Map::clear → KILLED
@@ -452,12 +452,12 @@

Consequests.java

- + 30 -1 +1 1. clear : replaced return value with null for com/mastercard/test/flow/assrt/Consequests::clear → KILLED
@@ -469,12 +469,12 @@

Consequests.java

- + 31 - +
@@ -484,12 +484,12 @@

Consequests.java

- + 32 - +
@@ -499,12 +499,12 @@

Consequests.java

- + 33 - + @@ -514,12 +514,12 @@

Consequests.java

- + 34 - + @@ -529,12 +529,12 @@

Consequests.java

- + 35 - + @@ -544,12 +544,12 @@

Consequests.java

- + 36 - + @@ -559,12 +559,12 @@

Consequests.java

- + 37 - + @@ -574,12 +574,12 @@

Consequests.java

- + 38 - + @@ -589,12 +589,12 @@

Consequests.java

- + 39 - + @@ -604,12 +604,12 @@

Consequests.java

- + 40 - + @@ -619,12 +619,12 @@

Consequests.java

- + 41 -1 +1 1. lambda$capture$0 : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Consequests::lambda$capture$0 → KILLED
@@ -636,12 +636,12 @@

Consequests.java

- + 42 -1 +1 1. capture : replaced return value with null for com/mastercard/test/flow/assrt/Consequests::capture → KILLED
@@ -653,12 +653,12 @@

Consequests.java

- + 43 - +
@@ -668,12 +668,12 @@

Consequests.java

- + 44 - +
@@ -683,12 +683,12 @@

Consequests.java

- + 45 - + @@ -698,12 +698,12 @@

Consequests.java

- + 46 - + @@ -713,12 +713,12 @@

Consequests.java

- + 47 - + @@ -728,12 +728,12 @@

Consequests.java

- + 48 - + @@ -743,12 +743,12 @@

Consequests.java

- + 49 - + @@ -758,12 +758,12 @@

Consequests.java

- + 50 - + @@ -773,12 +773,12 @@

Consequests.java

- + 51 - + @@ -788,12 +788,12 @@

Consequests.java

- + 52 -2 +2 1. lambda$harvest$1 : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Consequests::lambda$harvest$1 → KILLED
2. harvest : replaced return value with null for com/mastercard/test/flow/assrt/Consequests::harvest → KILLED
@@ -806,12 +806,12 @@

Consequests.java

- + 53 - +
@@ -821,12 +821,12 @@

Consequests.java

- + 54 - + @@ -836,12 +836,12 @@

Consequests.java

- + 55 - + @@ -853,51 +853,51 @@

Consequests.java

Mutations

-29 +29 - +

1.1
Location : clear
Killed by : com.mastercard.test.flow.assrt.ConsequestsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ConsequestsTest]/[method:capture()]
removed call to java/util/Map::clear → KILLED

-
30 +30 - +

1.1
Location : clear
Killed by : com.mastercard.test.flow.assrt.ConsequestsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ConsequestsTest]/[method:capture()]
replaced return value with null for com/mastercard/test/flow/assrt/Consequests::clear → KILLED

-
41 +41 - +

1.1
Location : lambda$capture$0
Killed by : com.mastercard.test.flow.assrt.ConsequestsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ConsequestsTest]/[method:capture()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Consequests::lambda$capture$0 → KILLED

-
42 +42 - +

1.1
Location : capture
Killed by : com.mastercard.test.flow.assrt.ConsequestsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ConsequestsTest]/[method:capture()]
replaced return value with null for com/mastercard/test/flow/assrt/Consequests::capture → KILLED

-
52 +52 - +

1.1
Location : lambda$harvest$1
Killed by : com.mastercard.test.flow.assrt.ConsequestsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ConsequestsTest]/[method:capture()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Consequests::lambda$harvest$1 → KILLED

2.2
Location : harvest
Killed by : com.mastercard.test.flow.assrt.ConsequestsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ConsequestsTest]/[method:capture()]
replaced return value with null for com/mastercard/test/flow/assrt/Consequests::harvest → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/ContextOrder.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/ContextOrder.java.html similarity index 63% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/ContextOrder.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/ContextOrder.java.html index 23983d10c9..d3aaf66848 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/ContextOrder.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/ContextOrder.java.html @@ -15,12 +15,12 @@

ContextOrder.java

-
+ 1 - + @@ -30,12 +30,12 @@

ContextOrder.java

- + 2 - + @@ -45,12 +45,12 @@

ContextOrder.java

- + 3 - + @@ -60,12 +60,12 @@

ContextOrder.java

- + 4 - + @@ -75,12 +75,12 @@

ContextOrder.java

- + 5 - + @@ -90,12 +90,12 @@

ContextOrder.java

- + 6 - + @@ -105,12 +105,12 @@

ContextOrder.java

- + 7 - + @@ -120,12 +120,12 @@

ContextOrder.java

- + 8 - + @@ -135,12 +135,12 @@

ContextOrder.java

- + 9 - + @@ -150,12 +150,12 @@

ContextOrder.java

- + 10 - + @@ -165,12 +165,12 @@

ContextOrder.java

- + 11 - + @@ -180,12 +180,12 @@

ContextOrder.java

- + 12 - + @@ -195,12 +195,12 @@

ContextOrder.java

- + 13 - + @@ -210,12 +210,12 @@

ContextOrder.java

- + 14 - + @@ -225,12 +225,12 @@

ContextOrder.java

- + 15 - + @@ -240,12 +240,12 @@

ContextOrder.java

- + 16 - + @@ -255,12 +255,12 @@

ContextOrder.java

- + 17 - + @@ -270,12 +270,12 @@

ContextOrder.java

- + 18 - + @@ -285,12 +285,12 @@

ContextOrder.java

- + 19 - + @@ -300,12 +300,12 @@

ContextOrder.java

- + 20 - + @@ -315,12 +315,12 @@

ContextOrder.java

- + 21 - + @@ -330,12 +330,12 @@

ContextOrder.java

- + 22 - + @@ -345,12 +345,12 @@

ContextOrder.java

- + 23 - + @@ -360,12 +360,12 @@

ContextOrder.java

- + 24 - + @@ -375,12 +375,12 @@

ContextOrder.java

- + 25 - + @@ -390,12 +390,12 @@

ContextOrder.java

- + 26 - + @@ -405,12 +405,12 @@

ContextOrder.java

- + 27 - + @@ -420,12 +420,12 @@

ContextOrder.java

- + 28 -3 +3 1. <init> : removed call to java/util/Arrays::sort → KILLED
2. lambda$new$0 : Replaced integer subtraction with addition → KILLED
@@ -439,12 +439,12 @@

ContextOrder.java

- + 29 - +
@@ -454,12 +454,12 @@

ContextOrder.java

- + 30 - + @@ -469,12 +469,12 @@

ContextOrder.java

- + 31 - + @@ -484,12 +484,12 @@

ContextOrder.java

- + 32 - + @@ -499,12 +499,12 @@

ContextOrder.java

- + 33 -2 +2 1. lambda$new$1 : replaced return value with "" for com/mastercard/test/flow/assrt/ContextOrder::lambda$new$1 → KILLED
2. <init> : removed call to java/util/Arrays::sort → KILLED
@@ -517,12 +517,12 @@

ContextOrder.java

- + 34 - +
@@ -532,12 +532,12 @@

ContextOrder.java

- + 35 - + @@ -547,12 +547,12 @@

ContextOrder.java

- + 36 - + @@ -562,12 +562,12 @@

ContextOrder.java

- + 37 - + @@ -577,12 +577,12 @@

ContextOrder.java

- + 38 -1 +1 1. <init> : removed call to com/mastercard/test/flow/assrt/ContextOrder::sort → KILLED
@@ -594,12 +594,12 @@

ContextOrder.java

- + 39 - +
@@ -609,12 +609,12 @@

ContextOrder.java

- + 40 - + @@ -624,12 +624,12 @@

ContextOrder.java

- + 41 - + @@ -639,12 +639,12 @@

ContextOrder.java

- + 42 -2 +2 1. <init> : negated conditional → KILLED
2. <init> : changed conditional boundary → KILLED
@@ -657,12 +657,12 @@

ContextOrder.java

- + 43 - +
@@ -672,12 +672,12 @@

ContextOrder.java

- + 44 - + @@ -687,12 +687,12 @@

ContextOrder.java

- + 45 - + @@ -702,12 +702,12 @@

ContextOrder.java

- + 46 - + @@ -717,12 +717,12 @@

ContextOrder.java

- + 47 - + @@ -732,12 +732,12 @@

ContextOrder.java

- + 48 - + @@ -747,12 +747,12 @@

ContextOrder.java

- + 49 - + @@ -762,12 +762,12 @@

ContextOrder.java

- + 50 - + @@ -777,12 +777,12 @@

ContextOrder.java

- + 51 - + @@ -792,12 +792,12 @@

ContextOrder.java

- + 52 - + @@ -807,12 +807,12 @@

ContextOrder.java

- + 53 - + @@ -822,12 +822,12 @@

ContextOrder.java

- + 54 -2 +2 1. lambda$sort$2 : replaced boolean return with false for com/mastercard/test/flow/assrt/ContextOrder::lambda$sort$2 → KILLED
2. lambda$sort$2 : replaced boolean return with true for com/mastercard/test/flow/assrt/ContextOrder::lambda$sort$2 → KILLED
@@ -840,12 +840,12 @@

ContextOrder.java

- + 55 - +
@@ -855,12 +855,12 @@

ContextOrder.java

- + 56 - + @@ -870,12 +870,12 @@

ContextOrder.java

- + 57 - + @@ -885,12 +885,12 @@

ContextOrder.java

- + 58 - + @@ -900,12 +900,12 @@

ContextOrder.java

- + 59 -1 +1 1. sort : removed call to java/util/Arrays::sort → KILLED
@@ -917,12 +917,12 @@

ContextOrder.java

- + 60 -2 +2 1. lambda$sort$3 : negated conditional → KILLED
2. lambda$sort$3 : negated conditional → KILLED
@@ -935,12 +935,12 @@

ContextOrder.java

- + 61 -1 +1 1. lambda$sort$3 : replaced int return with 0 for com/mastercard/test/flow/assrt/ContextOrder::lambda$sort$3 → KILLED
@@ -952,12 +952,12 @@

ContextOrder.java

- + 62 - +
@@ -967,12 +967,12 @@

ContextOrder.java

- + 63 -1 +1 1. lambda$sort$3 : negated conditional → KILLED
@@ -984,12 +984,12 @@

ContextOrder.java

- + 64 -1 +1 1. lambda$sort$3 : replaced int return with 0 for com/mastercard/test/flow/assrt/ContextOrder::lambda$sort$3 → SURVIVED
@@ -1001,12 +1001,12 @@

ContextOrder.java

- + 65 - +
@@ -1016,12 +1016,12 @@

ContextOrder.java

- + 66 -1 +1 1. lambda$sort$3 : negated conditional → KILLED
@@ -1033,12 +1033,12 @@

ContextOrder.java

- + 67 -1 +1 1. lambda$sort$3 : replaced int return with 0 for com/mastercard/test/flow/assrt/ContextOrder::lambda$sort$3 → KILLED
@@ -1050,12 +1050,12 @@

ContextOrder.java

- + 68 - +
@@ -1065,12 +1065,12 @@

ContextOrder.java

- + 69 - +
@@ -1080,12 +1080,12 @@

ContextOrder.java

- + 70 - +
@@ -1095,12 +1095,12 @@

ContextOrder.java

- + 71 - +
@@ -1110,12 +1110,12 @@

ContextOrder.java

- + 72 - +
@@ -1125,12 +1125,12 @@

ContextOrder.java

- + 73 - + @@ -1140,12 +1140,12 @@

ContextOrder.java

- + 74 - + @@ -1155,12 +1155,12 @@

ContextOrder.java

- + 75 -1 +1 1. compare : replaced int return with 0 for com/mastercard/test/flow/assrt/ContextOrder::compare → KILLED
@@ -1172,12 +1172,12 @@

ContextOrder.java

- + 76 - +
@@ -1187,12 +1187,12 @@

ContextOrder.java

- + 77 - + @@ -1204,131 +1204,131 @@

ContextOrder.java

Mutations

-28 +28 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
removed call to java/util/Arrays::sort → KILLED

2.2
Location : lambda$new$0
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
Replaced integer subtraction with addition → KILLED

3.3
Location : lambda$new$0
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
replaced int return with 0 for com/mastercard/test/flow/assrt/ContextOrder::lambda$new$0 → KILLED

-
33 +33 - +

1.1
Location : lambda$new$1
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
replaced return value with "" for com/mastercard/test/flow/assrt/ContextOrder::lambda$new$1 → KILLED

2.2
Location : <init>
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
removed call to java/util/Arrays::sort → KILLED

-
38 +38 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
removed call to com/mastercard/test/flow/assrt/ContextOrder::sort → KILLED

-
42 +42 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
negated conditional → KILLED

2.2
Location : <init>
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
changed conditional boundary → KILLED

-
54 +54 - +

1.1
Location : lambda$sort$2
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
replaced boolean return with false for com/mastercard/test/flow/assrt/ContextOrder::lambda$sort$2 → KILLED

2.2
Location : lambda$sort$2
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
replaced boolean return with true for com/mastercard/test/flow/assrt/ContextOrder::lambda$sort$2 → KILLED

-
59 +59 - +

1.1
Location : sort
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
removed call to java/util/Arrays::sort → KILLED

-
60 +60 - +

1.1
Location : lambda$sort$3
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
negated conditional → KILLED

2.2
Location : lambda$sort$3
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
negated conditional → KILLED

-
61 +61 - +

1.1
Location : lambda$sort$3
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
replaced int return with 0 for com/mastercard/test/flow/assrt/ContextOrder::lambda$sort$3 → KILLED

-
63 +63 - +

1.1
Location : lambda$sort$3
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:order()]
negated conditional → KILLED

-
64 +64 - +

1.1
Location : lambda$sort$3
Killed by :
replaced int return with 0 for com/mastercard/test/flow/assrt/ContextOrder::lambda$sort$3 → SURVIVED

-
66 +66 - +

1.1
Location : lambda$sort$3
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
negated conditional → KILLED

-
67 +67 - +

1.1
Location : lambda$sort$3
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:order()]
replaced int return with 0 for com/mastercard/test/flow/assrt/ContextOrder::lambda$sort$3 → KILLED

-
75 +75 - +

1.1
Location : compare
Killed by : com.mastercard.test.flow.assrt.ContextOrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ContextOrderTest]/[method:alpha()]
replaced int return with 0 for com/mastercard/test/flow/assrt/ContextOrder::compare → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/History.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/History.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/History.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/History.java.html index c110445489..3b29b9ace0 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/History.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/History.java.html @@ -15,12 +15,12 @@

History.java

-
+ 1 - + @@ -30,12 +30,12 @@

History.java

- + 2 - + @@ -45,12 +45,12 @@

History.java

- + 3 - + @@ -60,12 +60,12 @@

History.java

- + 4 - + @@ -75,12 +75,12 @@

History.java

- + 5 - + @@ -90,12 +90,12 @@

History.java

- + 6 - + @@ -105,12 +105,12 @@

History.java

- + 7 - + @@ -120,12 +120,12 @@

History.java

- + 8 - + @@ -135,12 +135,12 @@

History.java

- + 9 - + @@ -150,12 +150,12 @@

History.java

- + 10 - + @@ -165,12 +165,12 @@

History.java

- + 11 - + @@ -180,12 +180,12 @@

History.java

- + 12 - + @@ -195,12 +195,12 @@

History.java

- + 13 - + @@ -210,12 +210,12 @@

History.java

- + 14 - + @@ -225,12 +225,12 @@

History.java

- + 15 - + @@ -240,12 +240,12 @@

History.java

- + 16 - + @@ -255,12 +255,12 @@

History.java

- + 17 - + @@ -270,12 +270,12 @@

History.java

- + 18 - + @@ -285,12 +285,12 @@

History.java

- + 19 - + @@ -300,12 +300,12 @@

History.java

- + 20 - + @@ -315,12 +315,12 @@

History.java

- + 21 - + @@ -330,12 +330,12 @@

History.java

- + 22 - + @@ -345,12 +345,12 @@

History.java

- + 23 - + @@ -360,12 +360,12 @@

History.java

- + 24 - + @@ -375,12 +375,12 @@

History.java

- + 25 - + @@ -390,12 +390,12 @@

History.java

- + 26 - + @@ -405,12 +405,12 @@

History.java

- + 27 - + @@ -420,12 +420,12 @@

History.java

- + 28 - + @@ -435,12 +435,12 @@

History.java

- + 29 - + @@ -450,12 +450,12 @@

History.java

- + 30 - + @@ -465,12 +465,12 @@

History.java

- + 31 - + @@ -480,12 +480,12 @@

History.java

- + 32 - + @@ -495,12 +495,12 @@

History.java

- + 33 - + @@ -510,12 +510,12 @@

History.java

- + 34 - + @@ -525,12 +525,12 @@

History.java

- + 35 - + @@ -540,12 +540,12 @@

History.java

- + 36 - + @@ -555,12 +555,12 @@

History.java

- + 37 - + @@ -570,12 +570,12 @@

History.java

- + 38 - + @@ -585,12 +585,12 @@

History.java

- + 39 - + @@ -600,12 +600,12 @@

History.java

- + 40 - + @@ -615,12 +615,12 @@

History.java

- + 41 - + @@ -630,12 +630,12 @@

History.java

- + 42 - + @@ -645,12 +645,12 @@

History.java

- + 43 - + @@ -660,12 +660,12 @@

History.java

- + 44 - + @@ -675,12 +675,12 @@

History.java

- + 45 - + @@ -690,12 +690,12 @@

History.java

- + 46 - + @@ -705,12 +705,12 @@

History.java

- + 47 - + @@ -720,12 +720,12 @@

History.java

- + 48 - + @@ -735,12 +735,12 @@

History.java

- + 49 - + @@ -750,12 +750,12 @@

History.java

- + 50 - + @@ -765,12 +765,12 @@

History.java

- + 51 - + @@ -780,12 +780,12 @@

History.java

- + 52 - + @@ -795,12 +795,12 @@

History.java

- + 53 - + @@ -810,12 +810,12 @@

History.java

- + 54 - + @@ -825,12 +825,12 @@

History.java

- + 55 - + @@ -840,12 +840,12 @@

History.java

- + 56 - + @@ -855,12 +855,12 @@

History.java

- + 57 - + @@ -870,12 +870,12 @@

History.java

- + 58 - + @@ -885,12 +885,12 @@

History.java

- + 59 - + @@ -900,12 +900,12 @@

History.java

- + 60 - + @@ -915,12 +915,12 @@

History.java

- + 61 - + @@ -930,12 +930,12 @@

History.java

- + 62 - + @@ -945,12 +945,12 @@

History.java

- + 63 - + @@ -960,12 +960,12 @@

History.java

- + 64 - + @@ -975,12 +975,12 @@

History.java

- + 65 - + @@ -990,12 +990,12 @@

History.java

- + 66 - + @@ -1005,12 +1005,12 @@

History.java

- + 67 - + @@ -1020,12 +1020,12 @@

History.java

- + 68 - + @@ -1035,12 +1035,12 @@

History.java

- + 69 - + @@ -1050,12 +1050,12 @@

History.java

- + 70 - + @@ -1065,12 +1065,12 @@

History.java

- + 71 - + @@ -1080,12 +1080,12 @@

History.java

- + 72 - + @@ -1095,12 +1095,12 @@

History.java

- + 73 - + @@ -1110,12 +1110,12 @@

History.java

- + 74 - + @@ -1125,12 +1125,12 @@

History.java

- + 75 - + @@ -1140,12 +1140,12 @@

History.java

- + 76 - + @@ -1155,12 +1155,12 @@

History.java

- + 77 - + @@ -1170,12 +1170,12 @@

History.java

- + 78 - + @@ -1185,12 +1185,12 @@

History.java

- + 79 - + @@ -1200,12 +1200,12 @@

History.java

- + 80 -1 +1 1. get : replaced return value with null for com/mastercard/test/flow/assrt/History::get → KILLED
@@ -1217,12 +1217,12 @@

History.java

- + 81 - +
@@ -1232,12 +1232,12 @@

History.java

- + 82 - + @@ -1247,12 +1247,12 @@

History.java

- + 83 - + @@ -1262,12 +1262,12 @@

History.java

- + 84 - + @@ -1277,12 +1277,12 @@

History.java

- + 85 - + @@ -1292,12 +1292,12 @@

History.java

- + 86 - + @@ -1307,12 +1307,12 @@

History.java

- + 87 -1 +1 1. clear : removed call to java/util/Map::clear → KILLED
@@ -1324,12 +1324,12 @@

History.java

- + 88 - +
@@ -1339,12 +1339,12 @@

History.java

- + 89 - + @@ -1354,12 +1354,12 @@

History.java

- + 90 - + @@ -1369,12 +1369,12 @@

History.java

- + 91 - + @@ -1384,12 +1384,12 @@

History.java

- + 92 - + @@ -1399,12 +1399,12 @@

History.java

- + 93 - + @@ -1414,12 +1414,12 @@

History.java

- + 94 - + @@ -1429,12 +1429,12 @@

History.java

- + 95 - + @@ -1444,12 +1444,12 @@

History.java

- + 96 - + @@ -1459,12 +1459,12 @@

History.java

- + 97 - + @@ -1474,12 +1474,12 @@

History.java

- + 98 - + @@ -1489,12 +1489,12 @@

History.java

- + 99 - + @@ -1504,12 +1504,12 @@

History.java

- + 100 - + @@ -1519,12 +1519,12 @@

History.java

- + 101 - + @@ -1534,12 +1534,12 @@

History.java

- + 102 - + @@ -1549,12 +1549,12 @@

History.java

- + 103 -1 +1 1. skipReason : negated conditional → KILLED
@@ -1566,12 +1566,12 @@

History.java

- + 104 - +
@@ -1581,12 +1581,12 @@

History.java

- + 105 - + @@ -1596,12 +1596,12 @@

History.java

- + 106 - + @@ -1611,12 +1611,12 @@

History.java

- + 107 - + @@ -1626,12 +1626,12 @@

History.java

- + 108 -2 +2 1. lambda$skipReason$0 : negated conditional → KILLED
2. lambda$skipReason$0 : replaced boolean return with true for com/mastercard/test/flow/assrt/History::lambda$skipReason$0 → KILLED
@@ -1644,12 +1644,12 @@

History.java

- + 109 -1 +1 1. lambda$skipReason$1 : replaced return value with "" for com/mastercard/test/flow/assrt/History::lambda$skipReason$1 → KILLED
@@ -1661,12 +1661,12 @@

History.java

- + 110 - +
@@ -1676,12 +1676,12 @@

History.java

- + 111 - +
@@ -1691,12 +1691,12 @@

History.java

- + 112 -1 +1 1. skipReason : negated conditional → KILLED
@@ -1708,12 +1708,12 @@

History.java

- + 113 -1 +1 1. skipReason : replaced return value with Optional.empty for com/mastercard/test/flow/assrt/History::skipReason → KILLED
@@ -1725,12 +1725,12 @@

History.java

- + 114 - +
@@ -1740,12 +1740,12 @@

History.java

- + 115 - +
@@ -1755,12 +1755,12 @@

History.java

- + 116 - + @@ -1770,12 +1770,12 @@

History.java

- + 117 -2 +2 1. skipReason : negated conditional → KILLED
2. skipReason : negated conditional → KILLED
@@ -1788,12 +1788,12 @@

History.java

- + 118 - +
@@ -1803,12 +1803,12 @@

History.java

- + 119 - + @@ -1818,12 +1818,12 @@

History.java

- + 120 -1 +1 1. lambda$skipReason$2 : replaced return value with null for com/mastercard/test/flow/assrt/History::lambda$skipReason$2 → KILLED
@@ -1835,12 +1835,12 @@

History.java

- + 121 - +
@@ -1850,12 +1850,12 @@

History.java

- + 122 -2 +2 1. lambda$skipReason$3 : replaced boolean return with false for com/mastercard/test/flow/assrt/History::lambda$skipReason$3 → KILLED
2. lambda$skipReason$3 : replaced boolean return with true for com/mastercard/test/flow/assrt/History::lambda$skipReason$3 → KILLED
@@ -1868,12 +1868,12 @@

History.java

- + 123 - +
@@ -1883,12 +1883,12 @@

History.java

- + 124 -2 +2 1. lambda$skipReason$4 : negated conditional → KILLED
2. lambda$skipReason$4 : replaced boolean return with true for com/mastercard/test/flow/assrt/History::lambda$skipReason$4 → KILLED
@@ -1901,12 +1901,12 @@

History.java

- + 125 - +
@@ -1916,12 +1916,12 @@

History.java

- + 126 -1 +1 1. lambda$skipReason$5 : replaced return value with "" for com/mastercard/test/flow/assrt/History::lambda$skipReason$5 → KILLED
@@ -1933,12 +1933,12 @@

History.java

- + 127 - +
@@ -1948,12 +1948,12 @@

History.java

- + 128 - + @@ -1963,12 +1963,12 @@

History.java

- + 129 - + @@ -1978,12 +1978,12 @@

History.java

- + 130 -1 +1 1. skipReason : negated conditional → KILLED
@@ -1995,12 +1995,12 @@

History.java

- + 131 -1 +1 1. skipReason : replaced return value with Optional.empty for com/mastercard/test/flow/assrt/History::skipReason → KILLED
@@ -2012,12 +2012,12 @@

History.java

- + 132 - +
@@ -2027,12 +2027,12 @@

History.java

- + 133 - +
@@ -2042,12 +2042,12 @@

History.java

- + 134 - + @@ -2057,12 +2057,12 @@

History.java

- + 135 - + @@ -2072,12 +2072,12 @@

History.java

- + 136 - + @@ -2087,12 +2087,12 @@

History.java

- + 137 - + @@ -2104,141 +2104,141 @@

History.java

Mutations

-80 +80 - +

1.1
Location : get
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:dependencyMissing()]
replaced return value with null for com/mastercard/test/flow/assrt/History::get → KILLED

-
87 +87 - + -

1.1
Location : clear
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:parseFailureTagging()]
removed call to java/util/Map::clear → KILLED

+

1.1
Location : clear
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:errorTagging()]
removed call to java/util/Map::clear → KILLED

-
103 +103 - +

1.1
Location : skipReason
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:basisFailure()]
negated conditional → KILLED

-
108 +108 - +

1.1
Location : lambda$skipReason$0
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:basisFailure()]
negated conditional → KILLED

2.2
Location : lambda$skipReason$0
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:basisFailure()]
replaced boolean return with true for com/mastercard/test/flow/assrt/History::lambda$skipReason$0 → KILLED

-
109 +109 - +

1.1
Location : lambda$skipReason$1
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:basisFailure()]
replaced return value with "" for com/mastercard/test/flow/assrt/History::lambda$skipReason$1 → KILLED

-
112 +112 - +

1.1
Location : skipReason
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:dependencyMissing()]
negated conditional → KILLED

-
113 +113 - +

1.1
Location : skipReason
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:basisFailure()]
replaced return value with Optional.empty for com/mastercard/test/flow/assrt/History::skipReason → KILLED

-
117 +117 - +

1.1
Location : skipReason
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:dependencyMissing()]
negated conditional → KILLED

2.2
Location : skipReason
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:statelessDependencyFailure()]
negated conditional → KILLED

-
120 +120 - +

1.1
Location : lambda$skipReason$2
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:dependencyMissing()]
replaced return value with null for com/mastercard/test/flow/assrt/History::lambda$skipReason$2 → KILLED

-
122 +122 - +

1.1
Location : lambda$skipReason$3
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:dependencyMissing()]
replaced boolean return with false for com/mastercard/test/flow/assrt/History::lambda$skipReason$3 → KILLED

2.2
Location : lambda$skipReason$3
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:nonintersectingDependencyFailure()]
replaced boolean return with true for com/mastercard/test/flow/assrt/History::lambda$skipReason$3 → KILLED

-
124 +124 - +

1.1
Location : lambda$skipReason$4
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:dependencyMissing()]
negated conditional → KILLED

2.2
Location : lambda$skipReason$4
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:dependencyPresent()]
replaced boolean return with true for com/mastercard/test/flow/assrt/History::lambda$skipReason$4 → KILLED

-
126 +126 - +

1.1
Location : lambda$skipReason$5
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:dependencyMissing()]
replaced return value with "" for com/mastercard/test/flow/assrt/History::lambda$skipReason$5 → KILLED

-
130 +130 - +

1.1
Location : skipReason
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:dependencyMissing()]
negated conditional → KILLED

-
131 +131 - +

1.1
Location : skipReason
Killed by : com.mastercard.test.flow.assrt.HistoryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.HistoryTest]/[method:dependencyMissing()]
replaced return value with Optional.empty for com/mastercard/test/flow/assrt/History::skipReason → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Order.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Order.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Order.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Order.java.html index 1ab80a436d..f1542b63a7 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Order.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Order.java.html @@ -15,12 +15,12 @@

Order.java

-
+ 1 - + @@ -30,12 +30,12 @@

Order.java

- + 2 - + @@ -45,12 +45,12 @@

Order.java

- + 3 - + @@ -60,12 +60,12 @@

Order.java

- + 4 - + @@ -75,12 +75,12 @@

Order.java

- + 5 - + @@ -90,12 +90,12 @@

Order.java

- + 6 - + @@ -105,12 +105,12 @@

Order.java

- + 7 - + @@ -120,12 +120,12 @@

Order.java

- + 8 - + @@ -135,12 +135,12 @@

Order.java

- + 9 - + @@ -150,12 +150,12 @@

Order.java

- + 10 - + @@ -165,12 +165,12 @@

Order.java

- + 11 - + @@ -180,12 +180,12 @@

Order.java

- + 12 - + @@ -195,12 +195,12 @@

Order.java

- + 13 - + @@ -210,12 +210,12 @@

Order.java

- + 14 - + @@ -225,12 +225,12 @@

Order.java

- + 15 - + @@ -240,12 +240,12 @@

Order.java

- + 16 - + @@ -255,12 +255,12 @@

Order.java

- + 17 - + @@ -270,12 +270,12 @@

Order.java

- + 18 - + @@ -285,12 +285,12 @@

Order.java

- + 19 - + @@ -300,12 +300,12 @@

Order.java

- + 20 - + @@ -315,12 +315,12 @@

Order.java

- + 21 - + @@ -330,12 +330,12 @@

Order.java

- + 22 - + @@ -345,12 +345,12 @@

Order.java

- + 23 - + @@ -360,12 +360,12 @@

Order.java

- + 24 - + @@ -375,12 +375,12 @@

Order.java

- + 25 - + @@ -390,12 +390,12 @@

Order.java

- + 26 - + @@ -405,12 +405,12 @@

Order.java

- + 27 - + @@ -420,12 +420,12 @@

Order.java

- + 28 - + @@ -435,12 +435,12 @@

Order.java

- + 29 - + @@ -450,12 +450,12 @@

Order.java

- + 30 - + @@ -465,12 +465,12 @@

Order.java

- + 31 - + @@ -480,12 +480,12 @@

Order.java

- + 32 - + @@ -495,12 +495,12 @@

Order.java

- + 33 - + @@ -510,12 +510,12 @@

Order.java

- + 34 - + @@ -525,12 +525,12 @@

Order.java

- + 35 - + @@ -540,12 +540,12 @@

Order.java

- + 36 - + @@ -555,12 +555,12 @@

Order.java

- + 37 - + @@ -570,12 +570,12 @@

Order.java

- + 38 - + @@ -585,12 +585,12 @@

Order.java

- + 39 - + @@ -600,12 +600,12 @@

Order.java

- + 40 - + @@ -615,12 +615,12 @@

Order.java

- + 41 - + @@ -630,12 +630,12 @@

Order.java

- + 42 - + @@ -645,12 +645,12 @@

Order.java

- + 43 -1 +1 1. <init> : removed call to java/util/stream/Stream::forEach → KILLED
@@ -662,12 +662,12 @@

Order.java

- + 44 - +
@@ -677,12 +677,12 @@

Order.java

- + 45 - + @@ -692,12 +692,12 @@

Order.java

- + 46 - + @@ -707,12 +707,12 @@

Order.java

- + 47 - + @@ -722,12 +722,12 @@

Order.java

- + 48 - + @@ -737,12 +737,12 @@

Order.java

- + 49 - + @@ -752,12 +752,12 @@

Order.java

- + 50 - + @@ -767,12 +767,12 @@

Order.java

- + 51 - + @@ -782,12 +782,12 @@

Order.java

- + 52 - + @@ -797,12 +797,12 @@

Order.java

- + 53 - + @@ -812,12 +812,12 @@

Order.java

- + 54 - + @@ -827,12 +827,12 @@

Order.java

- + 55 - + @@ -842,12 +842,12 @@

Order.java

- + 56 - + @@ -857,12 +857,12 @@

Order.java

- + 57 - + @@ -872,12 +872,12 @@

Order.java

- + 58 - + @@ -887,12 +887,12 @@

Order.java

- + 59 - + @@ -902,12 +902,12 @@

Order.java

- + 60 - + @@ -917,12 +917,12 @@

Order.java

- + 61 - + @@ -932,12 +932,12 @@

Order.java

- + 62 - + @@ -947,12 +947,12 @@

Order.java

- + 63 - + @@ -962,12 +962,12 @@

Order.java

- + 64 - + @@ -977,12 +977,12 @@

Order.java

- + 65 - + @@ -992,12 +992,12 @@

Order.java

- + 66 - + @@ -1007,12 +1007,12 @@

Order.java

- + 67 - + @@ -1022,12 +1022,12 @@

Order.java

- + 68 - + @@ -1037,12 +1037,12 @@

Order.java

- + 69 -1 +1 1. order : removed call to java/util/Collection::forEach → KILLED
@@ -1054,12 +1054,12 @@

Order.java

- + 70 - +
@@ -1069,12 +1069,12 @@

Order.java

- + 71 - + @@ -1084,12 +1084,12 @@

Order.java

- + 72 -1 +1 1. lambda$null$0 : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Order::lambda$null$0 → KILLED
@@ -1101,12 +1101,12 @@

Order.java

- + 73 - +
@@ -1116,12 +1116,12 @@

Order.java

- + 74 - + @@ -1131,12 +1131,12 @@

Order.java

- + 75 - + @@ -1146,12 +1146,12 @@

Order.java

- + 76 - + @@ -1161,12 +1161,12 @@

Order.java

- + 77 - + @@ -1176,12 +1176,12 @@

Order.java

- + 78 -2 +2 1. order : changed conditional boundary → KILLED
2. order : negated conditional → KILLED
@@ -1194,12 +1194,12 @@

Order.java

- + 79 - +
@@ -1209,12 +1209,12 @@

Order.java

- + 80 - + @@ -1224,12 +1224,12 @@

Order.java

- + 81 -2 +2 1. lambda$order$3 : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Order::lambda$order$3 → KILLED
2. lambda$null$2 : replaced return value with null for com/mastercard/test/flow/assrt/Order::lambda$null$2 → KILLED
@@ -1242,12 +1242,12 @@

Order.java

- + 82 -1 +1 1. lambda$order$4 : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Order::lambda$order$4 → SURVIVED
@@ -1259,12 +1259,12 @@

Order.java

- + 83 - +
@@ -1274,12 +1274,12 @@

Order.java

- + 84 - +
@@ -1289,12 +1289,12 @@

Order.java

- + 85 - + @@ -1304,12 +1304,12 @@

Order.java

- + 86 - + @@ -1319,12 +1319,12 @@

Order.java

- + 87 - + @@ -1334,12 +1334,12 @@

Order.java

- + 88 - + @@ -1349,12 +1349,12 @@

Order.java

- + 89 -1 +1 1. lambda$order$6 : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Order::lambda$order$6 → KILLED
@@ -1366,12 +1366,12 @@

Order.java

- + 90 - +
@@ -1381,12 +1381,12 @@

Order.java

- + 91 -1 +1 1. lambda$null$5 : replaced return value with null for com/mastercard/test/flow/assrt/Order::lambda$null$5 → KILLED
@@ -1398,12 +1398,12 @@

Order.java

- + 92 - +
@@ -1413,12 +1413,12 @@

Order.java

- + 93 - + @@ -1428,12 +1428,12 @@

Order.java

- + 94 - + @@ -1443,12 +1443,12 @@

Order.java

- + 95 -1 +1 1. lambda$order$7 : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Order::lambda$order$7 → KILLED
@@ -1460,12 +1460,12 @@

Order.java

- + 96 - +
@@ -1475,12 +1475,12 @@

Order.java

- + 97 - + @@ -1490,12 +1490,12 @@

Order.java

- + 98 - + @@ -1505,12 +1505,12 @@

Order.java

- + 99 - + @@ -1520,12 +1520,12 @@

Order.java

- + 100 -1 +1 1. lambda$order$8 : replaced return value with null for com/mastercard/test/flow/assrt/Order::lambda$order$8 → KILLED
@@ -1537,12 +1537,12 @@

Order.java

- + 101 - +
@@ -1552,12 +1552,12 @@

Order.java

- + 102 - + @@ -1567,12 +1567,12 @@

Order.java

- + 103 -1 +1 1. order : replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Order::order → KILLED
@@ -1584,12 +1584,12 @@

Order.java

- + 104 - +
@@ -1599,12 +1599,12 @@

Order.java

- + 105 - + @@ -1614,12 +1614,12 @@

Order.java

- + 106 - + @@ -1629,12 +1629,12 @@

Order.java

- + 107 - + @@ -1644,12 +1644,12 @@

Order.java

- + 108 - + @@ -1659,12 +1659,12 @@

Order.java

- + 109 - + @@ -1674,12 +1674,12 @@

Order.java

- + 110 - + @@ -1689,12 +1689,12 @@

Order.java

- + 111 - + @@ -1704,12 +1704,12 @@

Order.java

- + 112 - + @@ -1719,12 +1719,12 @@

Order.java

- + 113 - + @@ -1734,12 +1734,12 @@

Order.java

- + 114 - + @@ -1749,12 +1749,12 @@

Order.java

- + 115 - + @@ -1764,12 +1764,12 @@

Order.java

- + 116 - + @@ -1779,12 +1779,12 @@

Order.java

- + 117 - + @@ -1794,12 +1794,12 @@

Order.java

- + 118 - + @@ -1809,12 +1809,12 @@

Order.java

- + 119 - + @@ -1824,12 +1824,12 @@

Order.java

- + 120 - + @@ -1839,12 +1839,12 @@

Order.java

- + 121 - + @@ -1854,12 +1854,12 @@

Order.java

- + 122 - + @@ -1869,12 +1869,12 @@

Order.java

- + 123 -1 +1 1. order : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1886,12 +1886,12 @@

Order.java

- + 124 - +
@@ -1901,12 +1901,12 @@

Order.java

- + 125 -1 +1 1. order : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1918,12 +1918,12 @@

Order.java

- + 126 - +
@@ -1933,12 +1933,12 @@

Order.java

- + 127 -1 +1 1. lambda$order$10 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1950,12 +1950,12 @@

Order.java

- + 128 - +
@@ -1965,12 +1965,12 @@

Order.java

- + 129 -1 +1 1. order : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1982,12 +1982,12 @@

Order.java

- + 130 - +
@@ -1997,12 +1997,12 @@

Order.java

- + 131 -1 +1 1. lambda$order$12 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -2014,12 +2014,12 @@

Order.java

- + 132 -1 +1 1. order : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Order::order → KILLED
@@ -2031,12 +2031,12 @@

Order.java

- + 133 - +
@@ -2046,12 +2046,12 @@

Order.java

- + 134 - +
@@ -2061,12 +2061,12 @@

Order.java

- + 135 - + @@ -2078,171 +2078,171 @@

Order.java

Mutations

-43 +43 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:isolated()]
removed call to java/util/stream/Stream::forEach → KILLED

-
69 +69 - +

1.1
Location : order
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:isolated()]
removed call to java/util/Collection::forEach → KILLED

-
72 +72 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:isolated()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Order::lambda$null$0 → KILLED

-
78 +78 - +

1.1
Location : order
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:errorTagging()]
changed conditional boundary → KILLED

2.2
Location : order
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:chainOrder()]
negated conditional → KILLED

-
81 +81 - +

1.1
Location : lambda$order$3
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:chainOrder()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Order::lambda$order$3 → KILLED

2.2
Location : lambda$null$2
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:chainOrder()]
replaced return value with null for com/mastercard/test/flow/assrt/Order::lambda$null$2 → KILLED

-
82 +82 - +

1.1
Location : lambda$order$4
Killed by :
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Order::lambda$order$4 → SURVIVED

-
89 +89 - +

1.1
Location : lambda$order$6
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:prerequisite()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Order::lambda$order$6 → KILLED

-
91 +91 - +

1.1
Location : lambda$null$5
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:prerequisite()]
replaced return value with null for com/mastercard/test/flow/assrt/Order::lambda$null$5 → KILLED

-
95 +95 - +

1.1
Location : lambda$order$7
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:basis()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Order::lambda$order$7 → KILLED

-
100 +100 - +

1.1
Location : lambda$order$8
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:isolated()]
replaced return value with null for com/mastercard/test/flow/assrt/Order::lambda$order$8 → KILLED

-
103 +103 - +

1.1
Location : order
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:isolated()]
replaced return value with Stream.empty for com/mastercard/test/flow/assrt/Order::order → KILLED

-
123 +123 - +

1.1
Location : order
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:isolated()]
removed call to java/util/stream/Stream::forEach → KILLED

-
125 +125 - +

1.1
Location : order
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:prerequisite()]
removed call to java/util/stream/Stream::forEach → KILLED

-
127 +127 - +

1.1
Location : lambda$order$10
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:prerequisite()]
removed call to java/util/stream/Stream::forEach → KILLED

-
129 +129 - +

1.1
Location : order
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:basis()]
removed call to java/util/stream/Stream::forEach → KILLED

-
131 +131 - +

1.1
Location : lambda$order$12
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:basis()]
removed call to java/util/stream/Stream::forEach → KILLED

-
132 +132 - +

1.1
Location : order
Killed by : com.mastercard.test.flow.assrt.OrderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.OrderTest]/[method:isolated()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Order::order → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Replay.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Replay.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Replay.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Replay.java.html index ee51aaa432..70dbc37875 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Replay.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Replay.java.html @@ -15,12 +15,12 @@

Replay.java

-
+ 1 - + @@ -30,12 +30,12 @@

Replay.java

- + 2 - + @@ -45,12 +45,12 @@

Replay.java

- + 3 - + @@ -60,12 +60,12 @@

Replay.java

- + 4 - + @@ -75,12 +75,12 @@

Replay.java

- + 5 - + @@ -90,12 +90,12 @@

Replay.java

- + 6 - + @@ -105,12 +105,12 @@

Replay.java

- + 7 - + @@ -120,12 +120,12 @@

Replay.java

- + 8 - + @@ -135,12 +135,12 @@

Replay.java

- + 9 - + @@ -150,12 +150,12 @@

Replay.java

- + 10 - + @@ -165,12 +165,12 @@

Replay.java

- + 11 - + @@ -180,12 +180,12 @@

Replay.java

- + 12 - + @@ -195,12 +195,12 @@

Replay.java

- + 13 - + @@ -210,12 +210,12 @@

Replay.java

- + 14 - + @@ -225,12 +225,12 @@

Replay.java

- + 15 - + @@ -240,12 +240,12 @@

Replay.java

- + 16 - + @@ -255,12 +255,12 @@

Replay.java

- + 17 - + @@ -270,12 +270,12 @@

Replay.java

- + 18 - + @@ -285,12 +285,12 @@

Replay.java

- + 19 - + @@ -300,12 +300,12 @@

Replay.java

- + 20 - + @@ -315,12 +315,12 @@

Replay.java

- + 21 - + @@ -330,12 +330,12 @@

Replay.java

- + 22 - + @@ -345,12 +345,12 @@

Replay.java

- + 23 - + @@ -360,12 +360,12 @@

Replay.java

- + 24 - + @@ -375,12 +375,12 @@

Replay.java

- + 25 - + @@ -390,12 +390,12 @@

Replay.java

- + 26 - + @@ -405,12 +405,12 @@

Replay.java

- + 27 - + @@ -420,12 +420,12 @@

Replay.java

- + 28 - + @@ -435,12 +435,12 @@

Replay.java

- + 29 - + @@ -450,12 +450,12 @@

Replay.java

- + 30 - + @@ -465,12 +465,12 @@

Replay.java

- + 31 - + @@ -480,12 +480,12 @@

Replay.java

- + 32 - + @@ -495,12 +495,12 @@

Replay.java

- + 33 - + @@ -510,12 +510,12 @@

Replay.java

- + 34 - + @@ -525,12 +525,12 @@

Replay.java

- + 35 - + @@ -540,12 +540,12 @@

Replay.java

- + 36 - + @@ -555,12 +555,12 @@

Replay.java

- + 37 - + @@ -570,12 +570,12 @@

Replay.java

- + 38 - + @@ -585,12 +585,12 @@

Replay.java

- + 39 - + @@ -600,12 +600,12 @@

Replay.java

- + 40 - + @@ -615,12 +615,12 @@

Replay.java

- + 41 - + @@ -630,12 +630,12 @@

Replay.java

- + 42 - + @@ -645,12 +645,12 @@

Replay.java

- + 43 - + @@ -660,12 +660,12 @@

Replay.java

- + 44 - + @@ -675,12 +675,12 @@

Replay.java

- + 45 - + @@ -690,12 +690,12 @@

Replay.java

- + 46 - + @@ -705,12 +705,12 @@

Replay.java

- + 47 - + @@ -720,12 +720,12 @@

Replay.java

- + 48 - + @@ -735,12 +735,12 @@

Replay.java

- + 49 - + @@ -750,12 +750,12 @@

Replay.java

- + 50 - + @@ -765,12 +765,12 @@

Replay.java

- + 51 - + @@ -780,12 +780,12 @@

Replay.java

- + 52 - + @@ -795,12 +795,12 @@

Replay.java

- + 53 -2 +2 1. isActive : negated conditional → KILLED
2. isActive : replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::isActive → KILLED
@@ -813,12 +813,12 @@

Replay.java

- + 54 - +
@@ -828,12 +828,12 @@

Replay.java

- + 55 - + @@ -843,12 +843,12 @@

Replay.java

- + 56 - + @@ -858,12 +858,12 @@

Replay.java

- + 57 - + @@ -873,12 +873,12 @@

Replay.java

- + 58 - + @@ -888,12 +888,12 @@

Replay.java

- + 59 - + @@ -903,12 +903,12 @@

Replay.java

- + 60 - + @@ -918,12 +918,12 @@

Replay.java

- + 61 - + @@ -933,12 +933,12 @@

Replay.java

- + 62 - + @@ -948,12 +948,12 @@

Replay.java

- + 63 - + @@ -963,12 +963,12 @@

Replay.java

- + 64 - + @@ -978,12 +978,12 @@

Replay.java

- + 65 - + @@ -993,12 +993,12 @@

Replay.java

- + 66 -1 +1 1. source : negated conditional → KILLED
@@ -1010,12 +1010,12 @@

Replay.java

- + 67 - +
@@ -1025,12 +1025,12 @@

Replay.java

- + 68 - + @@ -1040,12 +1040,12 @@

Replay.java

- + 69 -1 +1 1. source : replaced return value with "" for com/mastercard/test/flow/assrt/Replay::source → KILLED
@@ -1057,12 +1057,12 @@

Replay.java

- + 70 - +
@@ -1072,12 +1072,12 @@

Replay.java

- + 71 - + @@ -1087,12 +1087,12 @@

Replay.java

- + 72 - + @@ -1102,12 +1102,12 @@

Replay.java

- + 73 - + @@ -1117,12 +1117,12 @@

Replay.java

- + 74 - + @@ -1132,12 +1132,12 @@

Replay.java

- + 75 - + @@ -1147,12 +1147,12 @@

Replay.java

- + 76 - + @@ -1162,12 +1162,12 @@

Replay.java

- + 77 - + @@ -1177,12 +1177,12 @@

Replay.java

- + 78 - + @@ -1192,12 +1192,12 @@

Replay.java

- + 79 - + @@ -1207,12 +1207,12 @@

Replay.java

- + 80 - + @@ -1222,12 +1222,12 @@

Replay.java

- + 81 -1 +1 1. <init> : negated conditional → KILLED
@@ -1239,12 +1239,12 @@

Replay.java

- + 82 -1 +1 1. <init> : negated conditional → KILLED
@@ -1256,12 +1256,12 @@

Replay.java

- + 83 - +
@@ -1271,12 +1271,12 @@

Replay.java

- + 84 -2 +2 1. <init> : negated conditional → KILLED
2. <init> : negated conditional → KILLED
@@ -1289,12 +1289,12 @@

Replay.java

- + 85 - +
@@ -1304,12 +1304,12 @@

Replay.java

- + 86 - +
@@ -1319,12 +1319,12 @@

Replay.java

- + 87 - + @@ -1334,12 +1334,12 @@

Replay.java

- + 88 - + @@ -1349,12 +1349,12 @@

Replay.java

- + 89 - + @@ -1364,12 +1364,12 @@

Replay.java

- + 90 - + @@ -1379,12 +1379,12 @@

Replay.java

- + 91 - + @@ -1394,12 +1394,12 @@

Replay.java

- + 92 - + @@ -1409,12 +1409,12 @@

Replay.java

- + 93 - + @@ -1424,12 +1424,12 @@

Replay.java

- + 94 - + @@ -1439,12 +1439,12 @@

Replay.java

- + 95 -2 +2 1. hasData : negated conditional → KILLED
2. hasData : replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::hasData → KILLED
@@ -1457,12 +1457,12 @@

Replay.java

- + 96 - +
@@ -1472,12 +1472,12 @@

Replay.java

- + 97 - + @@ -1487,12 +1487,12 @@

Replay.java

- + 98 - + @@ -1502,12 +1502,12 @@

Replay.java

- + 99 - + @@ -1517,12 +1517,12 @@

Replay.java

- + 100 - + @@ -1532,12 +1532,12 @@

Replay.java

- + 101 - + @@ -1547,12 +1547,12 @@

Replay.java

- + 102 - + @@ -1562,12 +1562,12 @@

Replay.java

- + 103 - + @@ -1577,12 +1577,12 @@

Replay.java

- + 104 - + @@ -1592,12 +1592,12 @@

Replay.java

- + 105 - + @@ -1607,12 +1607,12 @@

Replay.java

- + 106 - + @@ -1622,12 +1622,12 @@

Replay.java

- + 107 -2 +2 1. lambda$populate$0 : replaced boolean return with false for com/mastercard/test/flow/assrt/Replay::lambda$populate$0 → KILLED
2. lambda$populate$0 : replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::lambda$populate$0 → KILLED
@@ -1640,12 +1640,12 @@

Replay.java

- + 108 - +
@@ -1655,12 +1655,12 @@

Replay.java

- + 109 - + @@ -1670,12 +1670,12 @@

Replay.java

- + 110 -1 +1 1. populate : negated conditional → KILLED
@@ -1687,12 +1687,12 @@

Replay.java

- + 111 -1 +1 1. populate : replaced return value with "" for com/mastercard/test/flow/assrt/Replay::populate → KILLED
@@ -1704,12 +1704,12 @@

Replay.java

- + 112 - +
@@ -1719,12 +1719,12 @@

Replay.java

- + 113 - +
@@ -1734,12 +1734,12 @@

Replay.java

- + 114 - + @@ -1749,12 +1749,12 @@

Replay.java

- + 115 - + @@ -1764,12 +1764,12 @@

Replay.java

- + 116 -1 +1 1. populate : negated conditional → KILLED
@@ -1781,12 +1781,12 @@

Replay.java

- + 117 -1 +1 1. populate : replaced return value with "" for com/mastercard/test/flow/assrt/Replay::populate → KILLED
@@ -1798,12 +1798,12 @@

Replay.java

- + 118 - +
@@ -1813,12 +1813,12 @@

Replay.java

- + 119 - +
@@ -1828,12 +1828,12 @@

Replay.java

- + 120 - + @@ -1843,12 +1843,12 @@

Replay.java

- + 121 - + @@ -1858,12 +1858,12 @@

Replay.java

- + 122 -1 +1 1. populate : negated conditional → KILLED
@@ -1875,12 +1875,12 @@

Replay.java

- + 123 -1 +1 1. populate : replaced return value with "" for com/mastercard/test/flow/assrt/Replay::populate → KILLED
@@ -1892,12 +1892,12 @@

Replay.java

- + 124 - +
@@ -1907,12 +1907,12 @@

Replay.java

- + 125 - +
@@ -1922,12 +1922,12 @@

Replay.java

- + 126 - + @@ -1937,12 +1937,12 @@

Replay.java

- + 127 - + @@ -1952,12 +1952,12 @@

Replay.java

- + 128 - + @@ -1967,12 +1967,12 @@

Replay.java

- + 129 - + @@ -1982,12 +1982,12 @@

Replay.java

- + 130 -1 +1 1. populate : removed call to com/mastercard/test/flow/assrt/Replay::populate → KILLED
@@ -1999,12 +1999,12 @@

Replay.java

- + 131 -1 +1 1. populate : replaced return value with "" for com/mastercard/test/flow/assrt/Replay::populate → KILLED
@@ -2016,12 +2016,12 @@

Replay.java

- + 132 - +
@@ -2031,12 +2031,12 @@

Replay.java

- + 133 - +
@@ -2046,12 +2046,12 @@

Replay.java

- + 134 - + @@ -2061,12 +2061,12 @@

Replay.java

- + 135 - + @@ -2076,12 +2076,12 @@

Replay.java

- + 136 - + @@ -2091,12 +2091,12 @@

Replay.java

- + 137 - + @@ -2106,12 +2106,12 @@

Replay.java

- + 138 - + @@ -2121,12 +2121,12 @@

Replay.java

- + 139 - + @@ -2136,12 +2136,12 @@

Replay.java

- + 140 - + @@ -2151,12 +2151,12 @@

Replay.java

- + 141 - + @@ -2166,12 +2166,12 @@

Replay.java

- + 142 - + @@ -2181,12 +2181,12 @@

Replay.java

- + 143 - + @@ -2196,12 +2196,12 @@

Replay.java

- + 144 - + @@ -2211,12 +2211,12 @@

Replay.java

- + 145 - + @@ -2226,12 +2226,12 @@

Replay.java

- + 146 - + @@ -2241,12 +2241,12 @@

Replay.java

- + 147 - + @@ -2256,12 +2256,12 @@

Replay.java

- + 148 - + @@ -2271,12 +2271,12 @@

Replay.java

- + 149 -2 +2 1. lambda$mostRecent$1 : negated conditional → KILLED
2. lambda$mostRecent$1 : replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::lambda$mostRecent$1 → KILLED
@@ -2289,12 +2289,12 @@

Replay.java

- + 150 -1 +1 1. mostRecent : negated conditional → KILLED
@@ -2306,12 +2306,12 @@

Replay.java

- + 151 - +
@@ -2321,12 +2321,12 @@

Replay.java

- + 152 - +
@@ -2336,12 +2336,12 @@

Replay.java

- + 153 - + @@ -2351,12 +2351,12 @@

Replay.java

- + 154 -1 +1 1. mostRecent : replaced return value with "" for com/mastercard/test/flow/assrt/Replay::mostRecent → KILLED
@@ -2368,12 +2368,12 @@

Replay.java

- + 155 - +
@@ -2383,12 +2383,12 @@

Replay.java

- + 156 - + @@ -2398,12 +2398,12 @@

Replay.java

- + 157 - + @@ -2413,12 +2413,12 @@

Replay.java

- + 158 - + @@ -2428,12 +2428,12 @@

Replay.java

- + 159 - + @@ -2443,12 +2443,12 @@

Replay.java

- + 160 - + @@ -2458,12 +2458,12 @@

Replay.java

- + 161 - + @@ -2473,12 +2473,12 @@

Replay.java

- + 162 - + @@ -2488,12 +2488,12 @@

Replay.java

- + 163 -2 +2 1. matches : replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::matches → KILLED
2. matches : negated conditional → KILLED
@@ -2506,12 +2506,12 @@

Replay.java

- + 164 -1 +1 1. matches : negated conditional → KILLED
@@ -2523,12 +2523,12 @@

Replay.java

- + 165 -1 +1 1. matches : negated conditional → KILLED
@@ -2540,12 +2540,12 @@

Replay.java

- + 166 -1 +1 1. matches : negated conditional → KILLED
@@ -2557,12 +2557,12 @@

Replay.java

- + 167 - +
@@ -2572,12 +2572,12 @@

Replay.java

- + 168 - +
@@ -2587,12 +2587,12 @@

Replay.java

- + 169 - +
@@ -2602,12 +2602,12 @@

Replay.java

- + 170 - +
@@ -2617,12 +2617,12 @@

Replay.java

- + 171 - + @@ -2632,12 +2632,12 @@

Replay.java

- + 172 - + @@ -2647,12 +2647,12 @@

Replay.java

- + 173 - + @@ -2662,12 +2662,12 @@

Replay.java

- + 174 - + @@ -2677,12 +2677,12 @@

Replay.java

- + 175 - + @@ -2692,12 +2692,12 @@

Replay.java

- + 176 - + @@ -2707,12 +2707,12 @@

Replay.java

- + 177 - + @@ -2722,12 +2722,12 @@

Replay.java

- + 178 - + @@ -2737,12 +2737,12 @@

Replay.java

- + 179 - + @@ -2752,12 +2752,12 @@

Replay.java

- + 180 - + @@ -2767,12 +2767,12 @@

Replay.java

- + 181 - + @@ -2782,12 +2782,12 @@

Replay.java

- + 182 - + @@ -2797,12 +2797,12 @@

Replay.java

- + 183 - + @@ -2812,12 +2812,12 @@

Replay.java

- + 184 - + @@ -2827,12 +2827,12 @@

Replay.java

- + 185 - + @@ -2842,12 +2842,12 @@

Replay.java

- + 186 -1 +1 1. lambda$populate$2 : replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$2 → KILLED
@@ -2859,12 +2859,12 @@

Replay.java

- + 187 -1 +1 1. lambda$populate$3 : replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$3 → KILLED
@@ -2876,12 +2876,12 @@

Replay.java

- + 188 -1 +1 1. lambda$populate$4 : replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$4 → KILLED
@@ -2893,12 +2893,12 @@

Replay.java

- + 189 -1 +1 1. populate : removed call to java/util/Optional::ifPresent → KILLED
@@ -2910,12 +2910,12 @@

Replay.java

- + 190 - +
@@ -2925,12 +2925,12 @@

Replay.java

- + 191 -1 +1 1. lambda$populate$5 : replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$5 → KILLED
@@ -2942,12 +2942,12 @@

Replay.java

- + 192 -1 +1 1. lambda$populate$6 : replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$6 → KILLED
@@ -2959,12 +2959,12 @@

Replay.java

- + 193 -1 +1 1. lambda$populate$7 : replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$7 → KILLED
@@ -2976,12 +2976,12 @@

Replay.java

- + 194 -1 +1 1. populate : removed call to java/util/Optional::ifPresent → KILLED
@@ -2993,12 +2993,12 @@

Replay.java

- + 195 - +
@@ -3008,12 +3008,12 @@

Replay.java

- + 196 - +
@@ -3023,12 +3023,12 @@

Replay.java

- + 197 - +
@@ -3038,12 +3038,12 @@

Replay.java

- + 198 - +
@@ -3053,12 +3053,12 @@

Replay.java

- + 199 - +
@@ -3068,12 +3068,12 @@

Replay.java

- + 200 - +
@@ -3083,12 +3083,12 @@

Replay.java

- + 201 - +
@@ -3098,12 +3098,12 @@

Replay.java

- + 202 -1 +1 1. lambda$populate$8 : replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Replay::lambda$populate$8 → KILLED
@@ -3115,12 +3115,12 @@

Replay.java

- + 203 - +
@@ -3130,12 +3130,12 @@

Replay.java

- + 204 -1 +1 1. populate : removed call to java/util/Optional::ifPresent → KILLED
@@ -3147,12 +3147,12 @@

Replay.java

- + 205 -1 +1 1. lambda$populate$12 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -3164,12 +3164,12 @@

Replay.java

- + 206 -2 +2 1. lambda$null$9 : replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::lambda$null$9 → KILLED
2. lambda$null$9 : replaced boolean return with false for com/mastercard/test/flow/assrt/Replay::lambda$null$9 → KILLED
@@ -3182,12 +3182,12 @@

Replay.java

- + 207 -2 +2 1. lambda$null$11 : removed call to java/util/stream/Stream::forEach → KILLED
2. lambda$null$10 : removed call to com/mastercard/test/flow/assrt/Replay::populate → KILLED
@@ -3200,12 +3200,12 @@

Replay.java

- + 208 - +
@@ -3215,12 +3215,12 @@

Replay.java

- + 209 - +
@@ -3232,361 +3232,361 @@

Replay.java

Mutations

-53 +53 - +

1.1
Location : isActive
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:isActive()]
negated conditional → KILLED

2.2
Location : isActive
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:isActive()]
replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::isActive → KILLED

-
66 +66 - +

1.1
Location : source
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:noLatest()]
negated conditional → KILLED

-
69 +69 - +

1.1
Location : source
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndex()]
replaced return value with "" for com/mastercard/test/flow/assrt/Replay::source → KILLED

-
81 +81 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndex()]
negated conditional → KILLED

-
82 +82 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndex()]
negated conditional → KILLED

-
84 +84 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndex()]
negated conditional → KILLED

2.2
Location : <init>
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndex()]
negated conditional → KILLED

-
95 +95 - +

1.1
Location : hasData
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndex()]
negated conditional → KILLED

2.2
Location : hasData
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndex()]
replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::hasData → KILLED

-
107 +107 - + -

1.1
Location : lambda$populate$0
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingFlowData()]
replaced boolean return with false for com/mastercard/test/flow/assrt/Replay::lambda$populate$0 → KILLED

2.2
Location : lambda$populate$0
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndexEntry()]
replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::lambda$populate$0 → KILLED

+

1.1
Location : lambda$populate$0
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
replaced boolean return with false for com/mastercard/test/flow/assrt/Replay::lambda$populate$0 → KILLED

2.2
Location : lambda$populate$0
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndexEntry()]
replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::lambda$populate$0 → KILLED

-
110 +110 - +

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndexEntry()]
negated conditional → KILLED

-
111 +111 - +

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingIndexEntry()]
replaced return value with "" for com/mastercard/test/flow/assrt/Replay::populate → KILLED

-
116 +116 - + -

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingFlowData()]
negated conditional → KILLED

+

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
negated conditional → KILLED

-
117 +117 - +

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingFlowData()]
replaced return value with "" for com/mastercard/test/flow/assrt/Replay::populate → KILLED

-
122 +122 - + -

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
negated conditional → KILLED

+

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
negated conditional → KILLED

-
123 +123 - +

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingInteraction()]
replaced return value with "" for com/mastercard/test/flow/assrt/Replay::populate → KILLED

-
130 +130 - + -

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
removed call to com/mastercard/test/flow/assrt/Replay::populate → KILLED

+

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
removed call to com/mastercard/test/flow/assrt/Replay::populate → KILLED

-
131 +131 - + -

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
replaced return value with "" for com/mastercard/test/flow/assrt/Replay::populate → KILLED

+

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
replaced return value with "" for com/mastercard/test/flow/assrt/Replay::populate → KILLED

-
149 +149 - +

1.1
Location : lambda$mostRecent$1
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:latest()]
negated conditional → KILLED

2.2
Location : lambda$mostRecent$1
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:latest()]
replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::lambda$mostRecent$1 → KILLED

-
150 +150 - +

1.1
Location : mostRecent
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:noLatest()]
negated conditional → KILLED

-
154 +154 - +

1.1
Location : mostRecent
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:latest()]
replaced return value with "" for com/mastercard/test/flow/assrt/Replay::mostRecent → KILLED

-
163 +163 - + -

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::matches → KILLED

2.2
Location : matches
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
negated conditional → KILLED

+

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::matches → KILLED

2.2
Location : matches
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
negated conditional → KILLED

-
164 +164 - + -

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
negated conditional → KILLED

+

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
negated conditional → KILLED

-
165 +165 - + -

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
negated conditional → KILLED

+

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
negated conditional → KILLED

-
166 +166 - + -

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
negated conditional → KILLED

+

1.1
Location : matches
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
negated conditional → KILLED

-
186 +186 - +

1.1
Location : lambda$populate$2
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$2 → KILLED

-
187 +187 - +

1.1
Location : lambda$populate$3
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$3 → KILLED

-
188 +188 - + -

1.1
Location : lambda$populate$4
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$4 → KILLED

+

1.1
Location : lambda$populate$4
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$4 → KILLED

-
189 +189 - +

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
removed call to java/util/Optional::ifPresent → KILLED

-
191 +191 - + -

1.1
Location : lambda$populate$5
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$5 → KILLED

+

1.1
Location : lambda$populate$5
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$5 → KILLED

-
192 +192 - + -

1.1
Location : lambda$populate$6
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$6 → KILLED

+

1.1
Location : lambda$populate$6
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$6 → KILLED

-
193 +193 - + -

1.1
Location : lambda$populate$7
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$7 → KILLED

+

1.1
Location : lambda$populate$7
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
replaced return value with null for com/mastercard/test/flow/assrt/Replay::lambda$populate$7 → KILLED

-
194 +194 - + -

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
removed call to java/util/Optional::ifPresent → KILLED

+

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
removed call to java/util/Optional::ifPresent → KILLED

-
202 +202 - +

1.1
Location : lambda$populate$8
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/assrt/Replay::lambda$populate$8 → KILLED

-
204 +204 - +

1.1
Location : populate
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
removed call to java/util/Optional::ifPresent → KILLED

-
205 +205 - +

1.1
Location : lambda$populate$12
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
removed call to java/util/stream/Stream::forEach → KILLED

-
206 +206 - +

1.1
Location : lambda$null$9
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:missingChildInteraction()]
replaced boolean return with true for com/mastercard/test/flow/assrt/Replay::lambda$null$9 → KILLED

2.2
Location : lambda$null$9
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
replaced boolean return with false for com/mastercard/test/flow/assrt/Replay::lambda$null$9 → KILLED

-
207 +207 - +

1.1
Location : lambda$null$11
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
removed call to java/util/stream/Stream::forEach → KILLED

2.2
Location : lambda$null$10
Killed by : com.mastercard.test.flow.assrt.ReplayTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReplayTest]/[method:happy()]
removed call to com/mastercard/test/flow/assrt/Replay::populate → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Reporting.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Reporting.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Reporting.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Reporting.java.html index 8612cf2996..8216dbc303 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/Reporting.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/Reporting.java.html @@ -15,12 +15,12 @@

Reporting.java

-
+ 1 - +
@@ -30,12 +30,12 @@

Reporting.java

- + 2 - +
@@ -45,12 +45,12 @@

Reporting.java

- + 3 - + @@ -60,12 +60,12 @@

Reporting.java

- + 4 - + @@ -75,12 +75,12 @@

Reporting.java

- + 5 - + @@ -90,12 +90,12 @@

Reporting.java

- + 6 - + @@ -105,12 +105,12 @@

Reporting.java

- + 7 - + @@ -120,12 +120,12 @@

Reporting.java

- + 8 - + @@ -135,12 +135,12 @@

Reporting.java

- + 9 - + @@ -150,12 +150,12 @@

Reporting.java

- + 10 - + @@ -165,12 +165,12 @@

Reporting.java

- + 11 - + @@ -180,12 +180,12 @@

Reporting.java

- + 12 -1 +1 1. lambda$static$0 : replaced Boolean return with False for com/mastercard/test/flow/assrt/Reporting::lambda$static$0 → KILLED
@@ -197,12 +197,12 @@

Reporting.java

- + 13 - +
@@ -212,12 +212,12 @@

Reporting.java

- + 14 - + @@ -227,12 +227,12 @@

Reporting.java

- + 15 - + @@ -242,12 +242,12 @@

Reporting.java

- + 16 - + @@ -257,12 +257,12 @@

Reporting.java

- + 17 -2 +2 1. lambda$static$1 : replaced Boolean return with False for com/mastercard/test/flow/assrt/Reporting::lambda$static$1 → KILLED
2. lambda$static$1 : replaced Boolean return with True for com/mastercard/test/flow/assrt/Reporting::lambda$static$1 → KILLED
@@ -275,12 +275,12 @@

Reporting.java

- + 18 - +
@@ -290,12 +290,12 @@

Reporting.java

- + 19 - + @@ -305,12 +305,12 @@

Reporting.java

- + 20 - + @@ -320,12 +320,12 @@

Reporting.java

- + 21 -1 +1 1. lambda$static$2 : replaced Boolean return with True for com/mastercard/test/flow/assrt/Reporting::lambda$static$2 → KILLED
@@ -337,12 +337,12 @@

Reporting.java

- + 22 - +
@@ -352,12 +352,12 @@

Reporting.java

- + 23 - + @@ -367,12 +367,12 @@

Reporting.java

- + 24 - + @@ -382,12 +382,12 @@

Reporting.java

- + 25 -1 +1 1. lambda$static$3 : replaced Boolean return with True for com/mastercard/test/flow/assrt/Reporting::lambda$static$3 → KILLED
@@ -399,12 +399,12 @@

Reporting.java

- + 26 - +
@@ -414,12 +414,12 @@

Reporting.java

- + 27 - + @@ -429,12 +429,12 @@

Reporting.java

- + 28 - + @@ -444,12 +444,12 @@

Reporting.java

- + 29 - + @@ -459,12 +459,12 @@

Reporting.java

- + 30 - + @@ -474,12 +474,12 @@

Reporting.java

- + 31 - + @@ -489,12 +489,12 @@

Reporting.java

- + 32 - + @@ -504,12 +504,12 @@

Reporting.java

- + 33 - + @@ -519,12 +519,12 @@

Reporting.java

- + 34 - + @@ -534,12 +534,12 @@

Reporting.java

- + 35 - + @@ -549,12 +549,12 @@

Reporting.java

- + 36 - + @@ -564,12 +564,12 @@

Reporting.java

- + 37 - + @@ -579,12 +579,12 @@

Reporting.java

- + 38 - + @@ -594,12 +594,12 @@

Reporting.java

- + 39 - + @@ -609,12 +609,12 @@

Reporting.java

- + 40 - + @@ -624,12 +624,12 @@

Reporting.java

- + 41 -2 +2 1. writing : replaced boolean return with true for com/mastercard/test/flow/assrt/Reporting::writing → KILLED
2. writing : replaced boolean return with false for com/mastercard/test/flow/assrt/Reporting::writing → KILLED
@@ -642,12 +642,12 @@

Reporting.java

- + 42 - +
@@ -657,12 +657,12 @@

Reporting.java

- + 43 - + @@ -672,12 +672,12 @@

Reporting.java

- + 44 - + @@ -687,12 +687,12 @@

Reporting.java

- + 45 - + @@ -702,12 +702,12 @@

Reporting.java

- + 46 - + @@ -717,12 +717,12 @@

Reporting.java

- + 47 - + @@ -732,12 +732,12 @@

Reporting.java

- + 48 - + @@ -747,12 +747,12 @@

Reporting.java

- + 49 - + @@ -762,12 +762,12 @@

Reporting.java

- + 50 - + @@ -777,12 +777,12 @@

Reporting.java

- + 51 -2 +2 1. shouldOpen : replaced boolean return with true for com/mastercard/test/flow/assrt/Reporting::shouldOpen → KILLED
2. shouldOpen : replaced boolean return with false for com/mastercard/test/flow/assrt/Reporting::shouldOpen → KILLED
@@ -795,12 +795,12 @@

Reporting.java

- + 52 - +
@@ -810,12 +810,12 @@

Reporting.java

- + 53 - + @@ -827,63 +827,63 @@

Reporting.java

Mutations

-12 +12 - + -

1.1
Location : lambda$static$0
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:noFailOpen()]
replaced Boolean return with False for com/mastercard/test/flow/assrt/Reporting::lambda$static$0 → KILLED

+

1.1
Location : lambda$static$0
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failOpen()]
replaced Boolean return with False for com/mastercard/test/flow/assrt/Reporting::lambda$static$0 → KILLED

-
17 +17 - +

1.1
Location : lambda$static$1
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failOpen()]
replaced Boolean return with False for com/mastercard/test/flow/assrt/Reporting::lambda$static$1 → KILLED

2.2
Location : lambda$static$1
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:noFailOpen()]
replaced Boolean return with True for com/mastercard/test/flow/assrt/Reporting::lambda$static$1 → KILLED

-
21 +21 - + -

1.1
Location : lambda$static$2
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:noFailOpen()]
replaced Boolean return with True for com/mastercard/test/flow/assrt/Reporting::lambda$static$2 → KILLED

+

1.1
Location : lambda$static$2
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failOpen()]
replaced Boolean return with True for com/mastercard/test/flow/assrt/Reporting::lambda$static$2 → KILLED

-
25 +25 - + -

1.1
Location : lambda$static$3
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:noFailOpen()]
replaced Boolean return with True for com/mastercard/test/flow/assrt/Reporting::lambda$static$3 → KILLED

+

1.1
Location : lambda$static$3
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failOpen()]
replaced Boolean return with True for com/mastercard/test/flow/assrt/Reporting::lambda$static$3 → KILLED

-
41 +41 - +

1.1
Location : writing
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:writing()]
replaced boolean return with true for com/mastercard/test/flow/assrt/Reporting::writing → KILLED

2.2
Location : writing
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:writing()]
replaced boolean return with false for com/mastercard/test/flow/assrt/Reporting::writing → KILLED

-
51 +51 - + -

1.1
Location : shouldOpen
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:noFailOpen()]
replaced boolean return with true for com/mastercard/test/flow/assrt/Reporting::shouldOpen → KILLED

2.2
Location : shouldOpen
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:noFailOpen()]
replaced boolean return with false for com/mastercard/test/flow/assrt/Reporting::shouldOpen → KILLED

+

1.1
Location : shouldOpen
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failOpen()]
replaced boolean return with true for com/mastercard/test/flow/assrt/Reporting::shouldOpen → KILLED

2.2
Location : shouldOpen
Killed by : com.mastercard.test.flow.assrt.ReportingTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.assrt.ReportingTest]/[method:failOpen()]
replaced boolean return with false for com/mastercard/test/flow/assrt/Reporting::shouldOpen → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.assrt/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.assrt/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteDependency.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteDependency.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteDependency.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteDependency.java.html index eb31dc7a29..126e567337 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteDependency.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteDependency.java.html @@ -15,12 +15,12 @@

ConcreteDependency.java

-
+ 1 - + @@ -30,12 +30,12 @@

ConcreteDependency.java

- + 2 - + @@ -45,12 +45,12 @@

ConcreteDependency.java

- + 3 - + @@ -60,12 +60,12 @@

ConcreteDependency.java

- + 4 - + @@ -75,12 +75,12 @@

ConcreteDependency.java

- + 5 - + @@ -90,12 +90,12 @@

ConcreteDependency.java

- + 6 - + @@ -105,12 +105,12 @@

ConcreteDependency.java

- + 7 - + @@ -120,12 +120,12 @@

ConcreteDependency.java

- + 8 - + @@ -135,12 +135,12 @@

ConcreteDependency.java

- + 9 - + @@ -150,12 +150,12 @@

ConcreteDependency.java

- + 10 - + @@ -165,12 +165,12 @@

ConcreteDependency.java

- + 11 - + @@ -180,12 +180,12 @@

ConcreteDependency.java

- + 12 - + @@ -195,12 +195,12 @@

ConcreteDependency.java

- + 13 - + @@ -210,12 +210,12 @@

ConcreteDependency.java

- + 14 - + @@ -225,12 +225,12 @@

ConcreteDependency.java

- + 15 - + @@ -240,12 +240,12 @@

ConcreteDependency.java

- + 16 - + @@ -255,12 +255,12 @@

ConcreteDependency.java

- + 17 - + @@ -270,12 +270,12 @@

ConcreteDependency.java

- + 18 - + @@ -285,12 +285,12 @@

ConcreteDependency.java

- + 19 - + @@ -300,12 +300,12 @@

ConcreteDependency.java

- + 20 - + @@ -315,12 +315,12 @@

ConcreteDependency.java

- + 21 - + @@ -330,12 +330,12 @@

ConcreteDependency.java

- + 22 - + @@ -345,12 +345,12 @@

ConcreteDependency.java

- + 23 - + @@ -360,12 +360,12 @@

ConcreteDependency.java

- + 24 - + @@ -375,12 +375,12 @@

ConcreteDependency.java

- + 25 - + @@ -390,12 +390,12 @@

ConcreteDependency.java

- + 26 - + @@ -405,12 +405,12 @@

ConcreteDependency.java

- + 27 - + @@ -420,12 +420,12 @@

ConcreteDependency.java

- + 28 - + @@ -435,12 +435,12 @@

ConcreteDependency.java

- + 29 - + @@ -450,12 +450,12 @@

ConcreteDependency.java

- + 30 - + @@ -465,12 +465,12 @@

ConcreteDependency.java

- + 31 -1 +1 1. source : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteDependency::source → KILLED
@@ -482,12 +482,12 @@

ConcreteDependency.java

- + 32 - +
@@ -497,12 +497,12 @@

ConcreteDependency.java

- + 33 - + @@ -512,12 +512,12 @@

ConcreteDependency.java

- + 34 - + @@ -527,12 +527,12 @@

ConcreteDependency.java

- + 35 - + @@ -542,12 +542,12 @@

ConcreteDependency.java

- + 36 -1 +1 1. mutation : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteDependency::mutation → KILLED
@@ -559,12 +559,12 @@

ConcreteDependency.java

- + 37 - +
@@ -574,12 +574,12 @@

ConcreteDependency.java

- + 38 - + @@ -589,12 +589,12 @@

ConcreteDependency.java

- + 39 - + @@ -604,12 +604,12 @@

ConcreteDependency.java

- + 40 - + @@ -619,12 +619,12 @@

ConcreteDependency.java

- + 41 -1 +1 1. sink : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteDependency::sink → KILLED
@@ -636,12 +636,12 @@

ConcreteDependency.java

- + 42 - +
@@ -651,12 +651,12 @@

ConcreteDependency.java

- + 43 - + @@ -666,12 +666,12 @@

ConcreteDependency.java

- + 44 - + @@ -683,31 +683,31 @@

ConcreteDependency.java

Mutations

-31 +31 - +

1.1
Location : source
Killed by : com.mastercard.test.flow.builder.mutable.MutableDependencyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableDependencyTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteDependency::source → KILLED

-
36 +36 - +

1.1
Location : mutation
Killed by : com.mastercard.test.flow.builder.mutable.MutableDependencyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableDependencyTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteDependency::mutation → KILLED

-
41 +41 - +

1.1
Location : sink
Killed by : com.mastercard.test.flow.builder.mutable.MutableDependencyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableDependencyTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteDependency::sink → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFieldAddress.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFieldAddress.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFieldAddress.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFieldAddress.java.html index f4a99cba4d..e5e8807344 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFieldAddress.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFieldAddress.java.html @@ -15,12 +15,12 @@

ConcreteFieldAddress.java

-
+ 1 - + @@ -30,12 +30,12 @@

ConcreteFieldAddress.java

- + 2 - + @@ -45,12 +45,12 @@

ConcreteFieldAddress.java

- + 3 - + @@ -60,12 +60,12 @@

ConcreteFieldAddress.java

- + 4 - + @@ -75,12 +75,12 @@

ConcreteFieldAddress.java

- + 5 - + @@ -90,12 +90,12 @@

ConcreteFieldAddress.java

- + 6 - + @@ -105,12 +105,12 @@

ConcreteFieldAddress.java

- + 7 - + @@ -120,12 +120,12 @@

ConcreteFieldAddress.java

- + 8 - + @@ -135,12 +135,12 @@

ConcreteFieldAddress.java

- + 9 - + @@ -150,12 +150,12 @@

ConcreteFieldAddress.java

- + 10 - + @@ -165,12 +165,12 @@

ConcreteFieldAddress.java

- + 11 - + @@ -180,12 +180,12 @@

ConcreteFieldAddress.java

- + 12 - + @@ -195,12 +195,12 @@

ConcreteFieldAddress.java

- + 13 - + @@ -210,12 +210,12 @@

ConcreteFieldAddress.java

- + 14 - + @@ -225,12 +225,12 @@

ConcreteFieldAddress.java

- + 15 - + @@ -240,12 +240,12 @@

ConcreteFieldAddress.java

- + 16 - + @@ -255,12 +255,12 @@

ConcreteFieldAddress.java

- + 17 - + @@ -270,12 +270,12 @@

ConcreteFieldAddress.java

- + 18 - + @@ -285,12 +285,12 @@

ConcreteFieldAddress.java

- + 19 - + @@ -300,12 +300,12 @@

ConcreteFieldAddress.java

- + 20 - + @@ -315,12 +315,12 @@

ConcreteFieldAddress.java

- + 21 - + @@ -330,12 +330,12 @@

ConcreteFieldAddress.java

- + 22 - + @@ -345,12 +345,12 @@

ConcreteFieldAddress.java

- + 23 - + @@ -360,12 +360,12 @@

ConcreteFieldAddress.java

- + 24 - + @@ -375,12 +375,12 @@

ConcreteFieldAddress.java

- + 25 - + @@ -390,12 +390,12 @@

ConcreteFieldAddress.java

- + 26 - + @@ -405,12 +405,12 @@

ConcreteFieldAddress.java

- + 27 - + @@ -420,12 +420,12 @@

ConcreteFieldAddress.java

- + 28 - + @@ -435,12 +435,12 @@

ConcreteFieldAddress.java

- + 29 - + @@ -450,12 +450,12 @@

ConcreteFieldAddress.java

- + 30 - + @@ -465,12 +465,12 @@

ConcreteFieldAddress.java

- + 31 - + @@ -480,12 +480,12 @@

ConcreteFieldAddress.java

- + 32 - + @@ -495,12 +495,12 @@

ConcreteFieldAddress.java

- + 33 - + @@ -510,12 +510,12 @@

ConcreteFieldAddress.java

- + 34 - + @@ -525,12 +525,12 @@

ConcreteFieldAddress.java

- + 35 - + @@ -540,12 +540,12 @@

ConcreteFieldAddress.java

- + 36 - + @@ -555,12 +555,12 @@

ConcreteFieldAddress.java

- + 37 - + @@ -570,12 +570,12 @@

ConcreteFieldAddress.java

- + 38 -1 +1 1. flow : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFieldAddress::flow → KILLED
@@ -587,12 +587,12 @@

ConcreteFieldAddress.java

- + 39 - +
@@ -602,12 +602,12 @@

ConcreteFieldAddress.java

- + 40 - + @@ -617,12 +617,12 @@

ConcreteFieldAddress.java

- + 41 - + @@ -632,12 +632,12 @@

ConcreteFieldAddress.java

- + 42 - + @@ -647,12 +647,12 @@

ConcreteFieldAddress.java

- + 43 -1 +1 1. interaction : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFieldAddress::interaction → KILLED
@@ -664,12 +664,12 @@

ConcreteFieldAddress.java

- + 44 - +
@@ -679,12 +679,12 @@

ConcreteFieldAddress.java

- + 45 - + @@ -694,12 +694,12 @@

ConcreteFieldAddress.java

- + 46 - + @@ -709,12 +709,12 @@

ConcreteFieldAddress.java

- + 47 - + @@ -724,12 +724,12 @@

ConcreteFieldAddress.java

- + 48 -1 +1 1. message : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFieldAddress::message → KILLED
@@ -741,12 +741,12 @@

ConcreteFieldAddress.java

- + 49 - +
@@ -756,12 +756,12 @@

ConcreteFieldAddress.java

- + 50 - + @@ -771,12 +771,12 @@

ConcreteFieldAddress.java

- + 51 - + @@ -786,12 +786,12 @@

ConcreteFieldAddress.java

- + 52 - + @@ -801,12 +801,12 @@

ConcreteFieldAddress.java

- + 53 -1 +1 1. field : replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteFieldAddress::field → KILLED
@@ -818,12 +818,12 @@

ConcreteFieldAddress.java

- + 54 - +
@@ -833,12 +833,12 @@

ConcreteFieldAddress.java

- + 55 - + @@ -848,12 +848,12 @@

ConcreteFieldAddress.java

- + 56 - + @@ -865,41 +865,41 @@

ConcreteFieldAddress.java

Mutations

-38 +38 - +

1.1
Location : flow
Killed by : com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFieldAddress::flow → KILLED

-
43 +43 - +

1.1
Location : interaction
Killed by : com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFieldAddress::interaction → KILLED

-
48 +48 - +

1.1
Location : message
Killed by : com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFieldAddress::message → KILLED

-
53 +53 - +

1.1
Location : field
Killed by : com.mastercard.test.flow.builder.mutable.MutableDependencyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableDependencyTest]/[method:fields()]
replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteFieldAddress::field → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFlow.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFlow.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFlow.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFlow.java.html index 4a7ae8b8ec..123d4c3c74 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFlow.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteFlow.java.html @@ -15,12 +15,12 @@

ConcreteFlow.java

-
+ 1 - + @@ -30,12 +30,12 @@

ConcreteFlow.java

- + 2 - + @@ -45,12 +45,12 @@

ConcreteFlow.java

- + 3 - + @@ -60,12 +60,12 @@

ConcreteFlow.java

- + 4 - + @@ -75,12 +75,12 @@

ConcreteFlow.java

- + 5 - + @@ -90,12 +90,12 @@

ConcreteFlow.java

- + 6 - + @@ -105,12 +105,12 @@

ConcreteFlow.java

- + 7 - + @@ -120,12 +120,12 @@

ConcreteFlow.java

- + 8 - + @@ -135,12 +135,12 @@

ConcreteFlow.java

- + 9 - + @@ -150,12 +150,12 @@

ConcreteFlow.java

- + 10 - + @@ -165,12 +165,12 @@

ConcreteFlow.java

- + 11 - + @@ -180,12 +180,12 @@

ConcreteFlow.java

- + 12 - + @@ -195,12 +195,12 @@

ConcreteFlow.java

- + 13 - + @@ -210,12 +210,12 @@

ConcreteFlow.java

- + 14 - + @@ -225,12 +225,12 @@

ConcreteFlow.java

- + 15 - + @@ -240,12 +240,12 @@

ConcreteFlow.java

- + 16 - + @@ -255,12 +255,12 @@

ConcreteFlow.java

- + 17 - + @@ -270,12 +270,12 @@

ConcreteFlow.java

- + 18 - + @@ -285,12 +285,12 @@

ConcreteFlow.java

- + 19 - + @@ -300,12 +300,12 @@

ConcreteFlow.java

- + 20 - + @@ -315,12 +315,12 @@

ConcreteFlow.java

- + 21 - + @@ -330,12 +330,12 @@

ConcreteFlow.java

- + 22 - + @@ -345,12 +345,12 @@

ConcreteFlow.java

- + 23 - + @@ -360,12 +360,12 @@

ConcreteFlow.java

- + 24 - + @@ -375,12 +375,12 @@

ConcreteFlow.java

- + 25 - + @@ -390,12 +390,12 @@

ConcreteFlow.java

- + 26 - + @@ -405,12 +405,12 @@

ConcreteFlow.java

- + 27 - + @@ -420,12 +420,12 @@

ConcreteFlow.java

- + 28 - + @@ -435,12 +435,12 @@

ConcreteFlow.java

- + 29 - + @@ -450,12 +450,12 @@

ConcreteFlow.java

- + 30 - + @@ -465,12 +465,12 @@

ConcreteFlow.java

- + 31 - + @@ -480,12 +480,12 @@

ConcreteFlow.java

- + 32 - + @@ -495,12 +495,12 @@

ConcreteFlow.java

- + 33 - + @@ -510,12 +510,12 @@

ConcreteFlow.java

- + 34 - + @@ -525,12 +525,12 @@

ConcreteFlow.java

- + 35 - + @@ -540,12 +540,12 @@

ConcreteFlow.java

- + 36 - + @@ -555,12 +555,12 @@

ConcreteFlow.java

- + 37 - + @@ -570,12 +570,12 @@

ConcreteFlow.java

- + 38 - + @@ -585,12 +585,12 @@

ConcreteFlow.java

- + 39 - + @@ -600,12 +600,12 @@

ConcreteFlow.java

- + 40 - + @@ -615,12 +615,12 @@

ConcreteFlow.java

- + 41 - + @@ -630,12 +630,12 @@

ConcreteFlow.java

- + 42 - + @@ -645,12 +645,12 @@

ConcreteFlow.java

- + 43 - + @@ -660,12 +660,12 @@

ConcreteFlow.java

- + 44 - + @@ -675,12 +675,12 @@

ConcreteFlow.java

- + 45 - + @@ -690,12 +690,12 @@

ConcreteFlow.java

- + 46 - + @@ -705,12 +705,12 @@

ConcreteFlow.java

- + 47 - + @@ -720,12 +720,12 @@

ConcreteFlow.java

- + 48 - + @@ -735,12 +735,12 @@

ConcreteFlow.java

- + 49 - + @@ -750,12 +750,12 @@

ConcreteFlow.java

- + 50 - + @@ -765,12 +765,12 @@

ConcreteFlow.java

- + 51 - + @@ -780,12 +780,12 @@

ConcreteFlow.java

- + 52 - + @@ -795,12 +795,12 @@

ConcreteFlow.java

- + 53 - + @@ -810,12 +810,12 @@

ConcreteFlow.java

- + 54 -1 +1 1. <init> : negated conditional → KILLED
@@ -827,12 +827,12 @@

ConcreteFlow.java

- + 55 - +
@@ -842,12 +842,12 @@

ConcreteFlow.java

- + 56 - + @@ -857,12 +857,12 @@

ConcreteFlow.java

- + 57 -1 +1 1. <init> : negated conditional → KILLED
@@ -874,12 +874,12 @@

ConcreteFlow.java

- + 58 - +
@@ -889,12 +889,12 @@

ConcreteFlow.java

- + 59 - + @@ -904,12 +904,12 @@

ConcreteFlow.java

- + 60 -1 +1 1. <init> : negated conditional → KILLED
@@ -921,12 +921,12 @@

ConcreteFlow.java

- + 61 - +
@@ -936,12 +936,12 @@

ConcreteFlow.java

- + 62 - + @@ -951,12 +951,12 @@

ConcreteFlow.java

- + 63 - + @@ -966,12 +966,12 @@

ConcreteFlow.java

- + 64 - + @@ -981,12 +981,12 @@

ConcreteFlow.java

- + 65 - + @@ -996,12 +996,12 @@

ConcreteFlow.java

- + 66 - + @@ -1011,12 +1011,12 @@

ConcreteFlow.java

- + 67 -1 +1 1. meta : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::meta → KILLED
@@ -1028,12 +1028,12 @@

ConcreteFlow.java

- + 68 - +
@@ -1043,12 +1043,12 @@

ConcreteFlow.java

- + 69 - + @@ -1058,12 +1058,12 @@

ConcreteFlow.java

- + 70 - + @@ -1073,12 +1073,12 @@

ConcreteFlow.java

- + 71 - + @@ -1088,12 +1088,12 @@

ConcreteFlow.java

- + 72 -1 +1 1. root : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::root → KILLED
@@ -1105,12 +1105,12 @@

ConcreteFlow.java

- + 73 - +
@@ -1120,12 +1120,12 @@

ConcreteFlow.java

- + 74 - + @@ -1135,12 +1135,12 @@

ConcreteFlow.java

- + 75 - + @@ -1150,12 +1150,12 @@

ConcreteFlow.java

- + 76 - + @@ -1165,12 +1165,12 @@

ConcreteFlow.java

- + 77 -1 +1 1. implicit : replaced return value with Stream.empty for com/mastercard/test/flow/builder/concrete/ConcreteFlow::implicit → KILLED
@@ -1182,12 +1182,12 @@

ConcreteFlow.java

- + 78 - +
@@ -1197,12 +1197,12 @@

ConcreteFlow.java

- + 79 - + @@ -1212,12 +1212,12 @@

ConcreteFlow.java

- + 80 - + @@ -1227,12 +1227,12 @@

ConcreteFlow.java

- + 81 - + @@ -1242,12 +1242,12 @@

ConcreteFlow.java

- + 82 -1 +1 1. basis : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::basis → KILLED
@@ -1259,12 +1259,12 @@

ConcreteFlow.java

- + 83 - +
@@ -1274,12 +1274,12 @@

ConcreteFlow.java

- + 84 - + @@ -1289,12 +1289,12 @@

ConcreteFlow.java

- + 85 - + @@ -1304,12 +1304,12 @@

ConcreteFlow.java

- + 86 - + @@ -1319,12 +1319,12 @@

ConcreteFlow.java

- + 87 -1 +1 1. dependencies : replaced return value with Stream.empty for com/mastercard/test/flow/builder/concrete/ConcreteFlow::dependencies → KILLED
@@ -1336,12 +1336,12 @@

ConcreteFlow.java

- + 88 - +
@@ -1351,12 +1351,12 @@

ConcreteFlow.java

- + 89 - + @@ -1366,12 +1366,12 @@

ConcreteFlow.java

- + 90 - + @@ -1381,12 +1381,12 @@

ConcreteFlow.java

- + 91 - + @@ -1396,12 +1396,12 @@

ConcreteFlow.java

- + 92 - + @@ -1411,12 +1411,12 @@

ConcreteFlow.java

- + 93 - + @@ -1426,12 +1426,12 @@

ConcreteFlow.java

- + 94 - + @@ -1441,12 +1441,12 @@

ConcreteFlow.java

- + 95 - + @@ -1456,12 +1456,12 @@

ConcreteFlow.java

- + 96 - + @@ -1471,12 +1471,12 @@

ConcreteFlow.java

- + 97 - + @@ -1486,12 +1486,12 @@

ConcreteFlow.java

- + 98 - + @@ -1501,12 +1501,12 @@

ConcreteFlow.java

- + 99 - + @@ -1516,12 +1516,12 @@

ConcreteFlow.java

- + 100 -2 +2 1. with : negated conditional → KILLED
2. with : negated conditional → KILLED
@@ -1534,12 +1534,12 @@

ConcreteFlow.java

- + 101 -2 +2 1. with : negated conditional → KILLED
2. with : negated conditional → KILLED
@@ -1552,12 +1552,12 @@

ConcreteFlow.java

- + 102 - +
@@ -1567,12 +1567,12 @@

ConcreteFlow.java

- + 103 - +
@@ -1582,12 +1582,12 @@

ConcreteFlow.java

- + 104 - + @@ -1597,12 +1597,12 @@

ConcreteFlow.java

- + 105 - + @@ -1612,12 +1612,12 @@

ConcreteFlow.java

- + 106 -1 +1 1. lambda$with$1 : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::lambda$with$1 → KILLED
@@ -1629,12 +1629,12 @@

ConcreteFlow.java

- + 107 - +
@@ -1644,12 +1644,12 @@

ConcreteFlow.java

- + 108 - + @@ -1659,12 +1659,12 @@

ConcreteFlow.java

- + 109 - + @@ -1674,12 +1674,12 @@

ConcreteFlow.java

- + 110 - + @@ -1689,12 +1689,12 @@

ConcreteFlow.java

- + 111 - + @@ -1704,12 +1704,12 @@

ConcreteFlow.java

- + 112 - + @@ -1719,12 +1719,12 @@

ConcreteFlow.java

- + 113 -1 +1 1. lambda$null$0 : replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteFlow::lambda$null$0 → KILLED
@@ -1736,12 +1736,12 @@

ConcreteFlow.java

- + 114 - +
@@ -1751,12 +1751,12 @@

ConcreteFlow.java

- + 115 - + @@ -1766,12 +1766,12 @@

ConcreteFlow.java

- + 116 - + @@ -1781,12 +1781,12 @@

ConcreteFlow.java

- + 117 -1 +1 1. lambda$with$2 : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::lambda$with$2 → KILLED
@@ -1798,12 +1798,12 @@

ConcreteFlow.java

- + 118 - +
@@ -1813,12 +1813,12 @@

ConcreteFlow.java

- + 119 - + @@ -1828,12 +1828,12 @@

ConcreteFlow.java

- + 120 - + @@ -1843,12 +1843,12 @@

ConcreteFlow.java

- + 121 - + @@ -1858,12 +1858,12 @@

ConcreteFlow.java

- + 122 - + @@ -1873,12 +1873,12 @@

ConcreteFlow.java

- + 123 - + @@ -1888,12 +1888,12 @@

ConcreteFlow.java

- + 124 -1 +1 1. with : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::with → KILLED
@@ -1905,12 +1905,12 @@

ConcreteFlow.java

- + 125 - +
@@ -1920,12 +1920,12 @@

ConcreteFlow.java

- + 126 - + @@ -1935,12 +1935,12 @@

ConcreteFlow.java

- + 127 - + @@ -1950,12 +1950,12 @@

ConcreteFlow.java

- + 128 - + @@ -1965,12 +1965,12 @@

ConcreteFlow.java

- + 129 - + @@ -1980,12 +1980,12 @@

ConcreteFlow.java

- + 130 - + @@ -1995,12 +1995,12 @@

ConcreteFlow.java

- + 131 - + @@ -2010,12 +2010,12 @@

ConcreteFlow.java

- + 132 - + @@ -2025,12 +2025,12 @@

ConcreteFlow.java

- + 133 - + @@ -2040,12 +2040,12 @@

ConcreteFlow.java

- + 134 -1 +1 1. complete : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::complete → KILLED
@@ -2057,12 +2057,12 @@

ConcreteFlow.java

- + 135 - +
@@ -2072,12 +2072,12 @@

ConcreteFlow.java

- + 136 - + @@ -2087,12 +2087,12 @@

ConcreteFlow.java

- + 137 - + @@ -2102,12 +2102,12 @@

ConcreteFlow.java

- + 138 - + @@ -2117,12 +2117,12 @@

ConcreteFlow.java

- + 139 -1 +1 1. context : replaced return value with Stream.empty for com/mastercard/test/flow/builder/concrete/ConcreteFlow::context → KILLED
@@ -2134,12 +2134,12 @@

ConcreteFlow.java

- + 140 - +
@@ -2149,12 +2149,12 @@

ConcreteFlow.java

- + 141 - + @@ -2164,12 +2164,12 @@

ConcreteFlow.java

- + 142 - + @@ -2179,12 +2179,12 @@

ConcreteFlow.java

- + 143 - + @@ -2194,12 +2194,12 @@

ConcreteFlow.java

- + 144 -1 +1 1. residue : replaced return value with Stream.empty for com/mastercard/test/flow/builder/concrete/ConcreteFlow::residue → KILLED
@@ -2211,12 +2211,12 @@

ConcreteFlow.java

- + 145 - +
@@ -2226,12 +2226,12 @@

ConcreteFlow.java

- + 146 - + @@ -2243,171 +2243,171 @@

ConcreteFlow.java

Mutations

-54 +54 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:dependencies()]
negated conditional → KILLED

-
57 +57 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:dependencies()]
negated conditional → KILLED

-
60 +60 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:dependencies()]
negated conditional → KILLED

-
67 +67 - +

1.1
Location : meta
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::meta → KILLED

-
72 +72 - +

1.1
Location : root
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::root → KILLED

-
77 +77 - +

1.1
Location : implicit
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:implicit()]
replaced return value with Stream.empty for com/mastercard/test/flow/builder/concrete/ConcreteFlow::implicit → KILLED

-
82 +82 - +

1.1
Location : basis
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:inheritance()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::basis → KILLED

-
87 +87 - +

1.1
Location : dependencies
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:dependencies()]
replaced return value with Stream.empty for com/mastercard/test/flow/builder/concrete/ConcreteFlow::dependencies → KILLED

-
100 +100 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
negated conditional → KILLED

2.2
Location : with
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:dependencies()]
negated conditional → KILLED

-
101 +101 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
negated conditional → KILLED

2.2
Location : with
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
negated conditional → KILLED

-
106 +106 - +

1.1
Location : lambda$with$1
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::lambda$with$1 → KILLED

-
113 +113 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteFlow::lambda$null$0 → KILLED

-
117 +117 - +

1.1
Location : lambda$with$2
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSinkMessage()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::lambda$with$2 → KILLED

-
124 +124 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:dependencies()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::with → KILLED

-
134 +134 - +

1.1
Location : complete
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:dependencies()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteFlow::complete → KILLED

-
139 +139 - +

1.1
Location : context
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:context()]
replaced return value with Stream.empty for com/mastercard/test/flow/builder/concrete/ConcreteFlow::context → KILLED

-
144 +144 - +

1.1
Location : residue
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:residue()]
replaced return value with Stream.empty for com/mastercard/test/flow/builder/concrete/ConcreteFlow::residue → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteInteraction.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteInteraction.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteInteraction.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteInteraction.java.html index 64566b086d..ded1b80d40 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteInteraction.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteInteraction.java.html @@ -15,12 +15,12 @@

ConcreteInteraction.java

-
+ 1 - + @@ -30,12 +30,12 @@

ConcreteInteraction.java

- + 2 - + @@ -45,12 +45,12 @@

ConcreteInteraction.java

- + 3 - + @@ -60,12 +60,12 @@

ConcreteInteraction.java

- + 4 - + @@ -75,12 +75,12 @@

ConcreteInteraction.java

- + 5 - + @@ -90,12 +90,12 @@

ConcreteInteraction.java

- + 6 - + @@ -105,12 +105,12 @@

ConcreteInteraction.java

- + 7 - + @@ -120,12 +120,12 @@

ConcreteInteraction.java

- + 8 - + @@ -135,12 +135,12 @@

ConcreteInteraction.java

- + 9 - + @@ -150,12 +150,12 @@

ConcreteInteraction.java

- + 10 - + @@ -165,12 +165,12 @@

ConcreteInteraction.java

- + 11 - + @@ -180,12 +180,12 @@

ConcreteInteraction.java

- + 12 - + @@ -195,12 +195,12 @@

ConcreteInteraction.java

- + 13 - + @@ -210,12 +210,12 @@

ConcreteInteraction.java

- + 14 - + @@ -225,12 +225,12 @@

ConcreteInteraction.java

- + 15 - + @@ -240,12 +240,12 @@

ConcreteInteraction.java

- + 16 - + @@ -255,12 +255,12 @@

ConcreteInteraction.java

- + 17 - + @@ -270,12 +270,12 @@

ConcreteInteraction.java

- + 18 - + @@ -285,12 +285,12 @@

ConcreteInteraction.java

- + 19 - + @@ -300,12 +300,12 @@

ConcreteInteraction.java

- + 20 - + @@ -315,12 +315,12 @@

ConcreteInteraction.java

- + 21 - + @@ -330,12 +330,12 @@

ConcreteInteraction.java

- + 22 - + @@ -345,12 +345,12 @@

ConcreteInteraction.java

- + 23 - + @@ -360,12 +360,12 @@

ConcreteInteraction.java

- + 24 - + @@ -375,12 +375,12 @@

ConcreteInteraction.java

- + 25 - + @@ -390,12 +390,12 @@

ConcreteInteraction.java

- + 26 - + @@ -405,12 +405,12 @@

ConcreteInteraction.java

- + 27 - + @@ -420,12 +420,12 @@

ConcreteInteraction.java

- + 28 - + @@ -435,12 +435,12 @@

ConcreteInteraction.java

- + 29 - + @@ -450,12 +450,12 @@

ConcreteInteraction.java

- + 30 - + @@ -465,12 +465,12 @@

ConcreteInteraction.java

- + 31 - + @@ -480,12 +480,12 @@

ConcreteInteraction.java

- + 32 - + @@ -495,12 +495,12 @@

ConcreteInteraction.java

- + 33 - + @@ -510,12 +510,12 @@

ConcreteInteraction.java

- + 34 - + @@ -525,12 +525,12 @@

ConcreteInteraction.java

- + 35 - + @@ -540,12 +540,12 @@

ConcreteInteraction.java

- + 36 - + @@ -555,12 +555,12 @@

ConcreteInteraction.java

- + 37 - + @@ -570,12 +570,12 @@

ConcreteInteraction.java

- + 38 - + @@ -585,12 +585,12 @@

ConcreteInteraction.java

- + 39 - + @@ -600,12 +600,12 @@

ConcreteInteraction.java

- + 40 - + @@ -615,12 +615,12 @@

ConcreteInteraction.java

- + 41 - + @@ -630,12 +630,12 @@

ConcreteInteraction.java

- + 42 - + @@ -645,12 +645,12 @@

ConcreteInteraction.java

- + 43 - + @@ -660,12 +660,12 @@

ConcreteInteraction.java

- + 44 - + @@ -675,12 +675,12 @@

ConcreteInteraction.java

- + 45 -1 +1 1. requester : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::requester → KILLED
@@ -692,12 +692,12 @@

ConcreteInteraction.java

- + 46 - +
@@ -707,12 +707,12 @@

ConcreteInteraction.java

- + 47 - + @@ -722,12 +722,12 @@

ConcreteInteraction.java

- + 48 - + @@ -737,12 +737,12 @@

ConcreteInteraction.java

- + 49 - + @@ -752,12 +752,12 @@

ConcreteInteraction.java

- + 50 -1 +1 1. request : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::request → KILLED
@@ -769,12 +769,12 @@

ConcreteInteraction.java

- + 51 - +
@@ -784,12 +784,12 @@

ConcreteInteraction.java

- + 52 - + @@ -799,12 +799,12 @@

ConcreteInteraction.java

- + 53 - + @@ -814,12 +814,12 @@

ConcreteInteraction.java

- + 54 - + @@ -829,12 +829,12 @@

ConcreteInteraction.java

- + 55 -1 +1 1. responder : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::responder → KILLED
@@ -846,12 +846,12 @@

ConcreteInteraction.java

- + 56 - +
@@ -861,12 +861,12 @@

ConcreteInteraction.java

- + 57 - + @@ -876,12 +876,12 @@

ConcreteInteraction.java

- + 58 - + @@ -891,12 +891,12 @@

ConcreteInteraction.java

- + 59 - + @@ -906,12 +906,12 @@

ConcreteInteraction.java

- + 60 -1 +1 1. response : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::response → KILLED
@@ -923,12 +923,12 @@

ConcreteInteraction.java

- + 61 - +
@@ -938,12 +938,12 @@

ConcreteInteraction.java

- + 62 - + @@ -953,12 +953,12 @@

ConcreteInteraction.java

- + 63 - + @@ -968,12 +968,12 @@

ConcreteInteraction.java

- + 64 - + @@ -983,12 +983,12 @@

ConcreteInteraction.java

- + 65 -1 +1 1. parent : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::parent → KILLED
@@ -1000,12 +1000,12 @@

ConcreteInteraction.java

- + 66 - +
@@ -1015,12 +1015,12 @@

ConcreteInteraction.java

- + 67 - + @@ -1030,12 +1030,12 @@

ConcreteInteraction.java

- + 68 - + @@ -1045,12 +1045,12 @@

ConcreteInteraction.java

- + 69 - + @@ -1060,12 +1060,12 @@

ConcreteInteraction.java

- + 70 -1 +1 1. children : replaced return value with Stream.empty for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::children → KILLED
@@ -1077,12 +1077,12 @@

ConcreteInteraction.java

- + 71 - +
@@ -1092,12 +1092,12 @@

ConcreteInteraction.java

- + 72 - + @@ -1107,12 +1107,12 @@

ConcreteInteraction.java

- + 73 - + @@ -1122,12 +1122,12 @@

ConcreteInteraction.java

- + 74 - + @@ -1137,12 +1137,12 @@

ConcreteInteraction.java

- + 75 -1 +1 1. tags : replaced return value with Collections.emptySet for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::tags → KILLED
@@ -1154,12 +1154,12 @@

ConcreteInteraction.java

- + 76 - +
@@ -1169,12 +1169,12 @@

ConcreteInteraction.java

- + 77 - + @@ -1184,12 +1184,12 @@

ConcreteInteraction.java

- + 78 - + @@ -1199,12 +1199,12 @@

ConcreteInteraction.java

- + 79 - + @@ -1214,12 +1214,12 @@

ConcreteInteraction.java

- + 80 - + @@ -1229,12 +1229,12 @@

ConcreteInteraction.java

- + 81 - + @@ -1244,12 +1244,12 @@

ConcreteInteraction.java

- + 82 - + @@ -1259,12 +1259,12 @@

ConcreteInteraction.java

- + 83 - + @@ -1274,12 +1274,12 @@

ConcreteInteraction.java

- + 84 - + @@ -1289,12 +1289,12 @@

ConcreteInteraction.java

- + 85 - + @@ -1304,12 +1304,12 @@

ConcreteInteraction.java

- + 86 - + @@ -1319,12 +1319,12 @@

ConcreteInteraction.java

- + 87 -1 +1 1. with : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::with → KILLED
@@ -1336,12 +1336,12 @@

ConcreteInteraction.java

- + 88 - +
@@ -1351,12 +1351,12 @@

ConcreteInteraction.java

- + 89 - + @@ -1366,12 +1366,12 @@

ConcreteInteraction.java

- + 90 - + @@ -1381,12 +1381,12 @@

ConcreteInteraction.java

- + 91 - + @@ -1396,12 +1396,12 @@

ConcreteInteraction.java

- + 92 - + @@ -1411,12 +1411,12 @@

ConcreteInteraction.java

- + 93 - + @@ -1426,12 +1426,12 @@

ConcreteInteraction.java

- + 94 - + @@ -1441,12 +1441,12 @@

ConcreteInteraction.java

- + 95 - + @@ -1456,12 +1456,12 @@

ConcreteInteraction.java

- + 96 - + @@ -1471,12 +1471,12 @@

ConcreteInteraction.java

- + 97 -1 +1 1. complete : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::complete → KILLED
@@ -1488,12 +1488,12 @@

ConcreteInteraction.java

- + 98 - +
@@ -1503,12 +1503,12 @@

ConcreteInteraction.java

- + 99 - + @@ -1518,12 +1518,12 @@

ConcreteInteraction.java

- + 100 - + @@ -1535,91 +1535,91 @@

ConcreteInteraction.java

Mutations

-45 +45 - +

1.1
Location : requester
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest]/[method:children()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::requester → KILLED

-
50 +50 - +

1.1
Location : request
Killed by : com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest]/[method:inheritance()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::request → KILLED

-
55 +55 - +

1.1
Location : responder
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest]/[method:children()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::responder → KILLED

-
60 +60 - +

1.1
Location : response
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::response → KILLED

-
65 +65 - +

1.1
Location : parent
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest]/[method:children()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::parent → KILLED

-
70 +70 - +

1.1
Location : children
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest]/[method:children()]
replaced return value with Stream.empty for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::children → KILLED

-
75 +75 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::tags → KILLED

-
87 +87 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest]/[method:children()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::with → KILLED

-
97 +97 - +

1.1
Location : complete
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest]/[method:children()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteInteraction::complete → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteMetadata.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteMetadata.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteMetadata.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteMetadata.java.html index b292b70b0a..e6842b653e 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteMetadata.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteMetadata.java.html @@ -15,12 +15,12 @@

ConcreteMetadata.java

-
+ 1 - + @@ -30,12 +30,12 @@

ConcreteMetadata.java

- + 2 - + @@ -45,12 +45,12 @@

ConcreteMetadata.java

- + 3 - + @@ -60,12 +60,12 @@

ConcreteMetadata.java

- + 4 - + @@ -75,12 +75,12 @@

ConcreteMetadata.java

- + 5 - + @@ -90,12 +90,12 @@

ConcreteMetadata.java

- + 6 - + @@ -105,12 +105,12 @@

ConcreteMetadata.java

- + 7 - + @@ -120,12 +120,12 @@

ConcreteMetadata.java

- + 8 - + @@ -135,12 +135,12 @@

ConcreteMetadata.java

- + 9 - + @@ -150,12 +150,12 @@

ConcreteMetadata.java

- + 10 - + @@ -165,12 +165,12 @@

ConcreteMetadata.java

- + 11 - + @@ -180,12 +180,12 @@

ConcreteMetadata.java

- + 12 - + @@ -195,12 +195,12 @@

ConcreteMetadata.java

- + 13 - + @@ -210,12 +210,12 @@

ConcreteMetadata.java

- + 14 - + @@ -225,12 +225,12 @@

ConcreteMetadata.java

- + 15 - + @@ -240,12 +240,12 @@

ConcreteMetadata.java

- + 16 - + @@ -255,12 +255,12 @@

ConcreteMetadata.java

- + 17 - + @@ -270,12 +270,12 @@

ConcreteMetadata.java

- + 18 - + @@ -285,12 +285,12 @@

ConcreteMetadata.java

- + 19 - + @@ -300,12 +300,12 @@

ConcreteMetadata.java

- + 20 - + @@ -315,12 +315,12 @@

ConcreteMetadata.java

- + 21 - + @@ -330,12 +330,12 @@

ConcreteMetadata.java

- + 22 - + @@ -345,12 +345,12 @@

ConcreteMetadata.java

- + 23 - + @@ -360,12 +360,12 @@

ConcreteMetadata.java

- + 24 - + @@ -375,12 +375,12 @@

ConcreteMetadata.java

- + 25 - + @@ -390,12 +390,12 @@

ConcreteMetadata.java

- + 26 - + @@ -405,12 +405,12 @@

ConcreteMetadata.java

- + 27 - + @@ -420,12 +420,12 @@

ConcreteMetadata.java

- + 28 - + @@ -435,12 +435,12 @@

ConcreteMetadata.java

- + 29 - + @@ -450,12 +450,12 @@

ConcreteMetadata.java

- + 30 - + @@ -465,12 +465,12 @@

ConcreteMetadata.java

- + 31 - + @@ -480,12 +480,12 @@

ConcreteMetadata.java

- + 32 - + @@ -495,12 +495,12 @@

ConcreteMetadata.java

- + 33 - + @@ -510,12 +510,12 @@

ConcreteMetadata.java

- + 34 - + @@ -525,12 +525,12 @@

ConcreteMetadata.java

- + 35 - + @@ -540,12 +540,12 @@

ConcreteMetadata.java

- + 36 - + @@ -555,12 +555,12 @@

ConcreteMetadata.java

- + 37 - + @@ -570,12 +570,12 @@

ConcreteMetadata.java

- + 38 -1 +1 1. id : replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteMetadata::id → KILLED
@@ -587,12 +587,12 @@

ConcreteMetadata.java

- + 39 - +
@@ -602,12 +602,12 @@

ConcreteMetadata.java

- + 40 - + @@ -617,12 +617,12 @@

ConcreteMetadata.java

- + 41 - + @@ -632,12 +632,12 @@

ConcreteMetadata.java

- + 42 - + @@ -647,12 +647,12 @@

ConcreteMetadata.java

- + 43 -1 +1 1. description : replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteMetadata::description → KILLED
@@ -664,12 +664,12 @@

ConcreteMetadata.java

- + 44 - +
@@ -679,12 +679,12 @@

ConcreteMetadata.java

- + 45 - + @@ -694,12 +694,12 @@

ConcreteMetadata.java

- + 46 - + @@ -709,12 +709,12 @@

ConcreteMetadata.java

- + 47 - + @@ -724,12 +724,12 @@

ConcreteMetadata.java

- + 48 -1 +1 1. tags : replaced return value with Collections.emptySet for com/mastercard/test/flow/builder/concrete/ConcreteMetadata::tags → KILLED
@@ -741,12 +741,12 @@

ConcreteMetadata.java

- + 49 - +
@@ -756,12 +756,12 @@

ConcreteMetadata.java

- + 50 - + @@ -771,12 +771,12 @@

ConcreteMetadata.java

- + 51 - + @@ -786,12 +786,12 @@

ConcreteMetadata.java

- + 52 - + @@ -801,12 +801,12 @@

ConcreteMetadata.java

- + 53 -1 +1 1. motivation : replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteMetadata::motivation → KILLED
@@ -818,12 +818,12 @@

ConcreteMetadata.java

- + 54 - +
@@ -833,12 +833,12 @@

ConcreteMetadata.java

- + 55 - + @@ -848,12 +848,12 @@

ConcreteMetadata.java

- + 56 - + @@ -863,12 +863,12 @@

ConcreteMetadata.java

- + 57 - + @@ -878,12 +878,12 @@

ConcreteMetadata.java

- + 58 -1 +1 1. trace : replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteMetadata::trace → KILLED
@@ -895,12 +895,12 @@

ConcreteMetadata.java

- + 59 - +
@@ -910,12 +910,12 @@

ConcreteMetadata.java

- + 60 - + @@ -925,12 +925,12 @@

ConcreteMetadata.java

- + 61 - + @@ -942,51 +942,51 @@

ConcreteMetadata.java

Mutations

-38 +38 - +

1.1
Location : id
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:metadata()]
replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteMetadata::id → KILLED

-
43 +43 - +

1.1
Location : description
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteMetadata::description → KILLED

-
48 +48 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/builder/concrete/ConcreteMetadata::tags → KILLED

-
53 +53 - +

1.1
Location : motivation
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteMetadata::motivation → KILLED

-
58 +58 - +

1.1
Location : trace
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with "" for com/mastercard/test/flow/builder/concrete/ConcreteMetadata::trace → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteRootInteraction.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteRootInteraction.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteRootInteraction.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteRootInteraction.java.html index eeb46a5755..f6cd1b9698 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteRootInteraction.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/ConcreteRootInteraction.java.html @@ -15,12 +15,12 @@

ConcreteRootInteraction.java

-
+ 1 - + @@ -30,12 +30,12 @@

ConcreteRootInteraction.java

- + 2 - + @@ -45,12 +45,12 @@

ConcreteRootInteraction.java

- + 3 - + @@ -60,12 +60,12 @@

ConcreteRootInteraction.java

- + 4 - + @@ -75,12 +75,12 @@

ConcreteRootInteraction.java

- + 5 - + @@ -90,12 +90,12 @@

ConcreteRootInteraction.java

- + 6 - + @@ -105,12 +105,12 @@

ConcreteRootInteraction.java

- + 7 - + @@ -120,12 +120,12 @@

ConcreteRootInteraction.java

- + 8 - + @@ -135,12 +135,12 @@

ConcreteRootInteraction.java

- + 9 - + @@ -150,12 +150,12 @@

ConcreteRootInteraction.java

- + 10 - + @@ -165,12 +165,12 @@

ConcreteRootInteraction.java

- + 11 - + @@ -180,12 +180,12 @@

ConcreteRootInteraction.java

- + 12 - + @@ -195,12 +195,12 @@

ConcreteRootInteraction.java

- + 13 - + @@ -210,12 +210,12 @@

ConcreteRootInteraction.java

- + 14 - + @@ -225,12 +225,12 @@

ConcreteRootInteraction.java

- + 15 - + @@ -240,12 +240,12 @@

ConcreteRootInteraction.java

- + 16 - + @@ -255,12 +255,12 @@

ConcreteRootInteraction.java

- + 17 - + @@ -270,12 +270,12 @@

ConcreteRootInteraction.java

- + 18 - + @@ -285,12 +285,12 @@

ConcreteRootInteraction.java

- + 19 - + @@ -300,12 +300,12 @@

ConcreteRootInteraction.java

- + 20 - + @@ -315,12 +315,12 @@

ConcreteRootInteraction.java

- + 21 - + @@ -330,12 +330,12 @@

ConcreteRootInteraction.java

- + 22 - + @@ -345,12 +345,12 @@

ConcreteRootInteraction.java

- + 23 - + @@ -360,12 +360,12 @@

ConcreteRootInteraction.java

- + 24 - + @@ -375,12 +375,12 @@

ConcreteRootInteraction.java

- + 25 - + @@ -390,12 +390,12 @@

ConcreteRootInteraction.java

- + 26 - + @@ -405,12 +405,12 @@

ConcreteRootInteraction.java

- + 27 - + @@ -420,12 +420,12 @@

ConcreteRootInteraction.java

- + 28 - + @@ -435,12 +435,12 @@

ConcreteRootInteraction.java

- + 29 - + @@ -450,12 +450,12 @@

ConcreteRootInteraction.java

- + 30 - + @@ -465,12 +465,12 @@

ConcreteRootInteraction.java

- + 31 - + @@ -480,12 +480,12 @@

ConcreteRootInteraction.java

- + 32 - + @@ -495,12 +495,12 @@

ConcreteRootInteraction.java

- + 33 - + @@ -510,12 +510,12 @@

ConcreteRootInteraction.java

- + 34 - + @@ -525,12 +525,12 @@

ConcreteRootInteraction.java

- + 35 -1 +1 1. requester : replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteRootInteraction::requester → KILLED
@@ -542,12 +542,12 @@

ConcreteRootInteraction.java

- + 36 - +
@@ -557,12 +557,12 @@

ConcreteRootInteraction.java

- + 37 - + @@ -574,11 +574,11 @@

ConcreteRootInteraction.java

Mutations

-35 +35 - +

1.1
Location : requester
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteInteractionTest]/[method:children()]
replaced return value with null for com/mastercard/test/flow/builder/concrete/ConcreteRootInteraction::requester → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.concrete/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.concrete/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableDependency.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableDependency.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableDependency.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableDependency.java.html index 7c11563d98..a9a8a50b8e 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableDependency.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableDependency.java.html @@ -15,12 +15,12 @@

MutableDependency.java

-
+ 1 - + @@ -30,12 +30,12 @@

MutableDependency.java

- + 2 - + @@ -45,12 +45,12 @@

MutableDependency.java

- + 3 - + @@ -60,12 +60,12 @@

MutableDependency.java

- + 4 - + @@ -75,12 +75,12 @@

MutableDependency.java

- + 5 - + @@ -90,12 +90,12 @@

MutableDependency.java

- + 6 - + @@ -105,12 +105,12 @@

MutableDependency.java

- + 7 - + @@ -120,12 +120,12 @@

MutableDependency.java

- + 8 - + @@ -135,12 +135,12 @@

MutableDependency.java

- + 9 - + @@ -150,12 +150,12 @@

MutableDependency.java

- + 10 - + @@ -165,12 +165,12 @@

MutableDependency.java

- + 11 - + @@ -180,12 +180,12 @@

MutableDependency.java

- + 12 - + @@ -195,12 +195,12 @@

MutableDependency.java

- + 13 - + @@ -210,12 +210,12 @@

MutableDependency.java

- + 14 - + @@ -225,12 +225,12 @@

MutableDependency.java

- + 15 - + @@ -240,12 +240,12 @@

MutableDependency.java

- + 16 - + @@ -255,12 +255,12 @@

MutableDependency.java

- + 17 - + @@ -270,12 +270,12 @@

MutableDependency.java

- + 18 - + @@ -285,12 +285,12 @@

MutableDependency.java

- + 19 - + @@ -300,12 +300,12 @@

MutableDependency.java

- + 20 - + @@ -315,12 +315,12 @@

MutableDependency.java

- + 21 - + @@ -330,12 +330,12 @@

MutableDependency.java

- + 22 - + @@ -345,12 +345,12 @@

MutableDependency.java

- + 23 - + @@ -360,12 +360,12 @@

MutableDependency.java

- + 24 - + @@ -375,12 +375,12 @@

MutableDependency.java

- + 25 - + @@ -390,12 +390,12 @@

MutableDependency.java

- + 26 - + @@ -405,12 +405,12 @@

MutableDependency.java

- + 27 - + @@ -420,12 +420,12 @@

MutableDependency.java

- + 28 - + @@ -435,12 +435,12 @@

MutableDependency.java

- + 29 - + @@ -450,12 +450,12 @@

MutableDependency.java

- + 30 - + @@ -465,12 +465,12 @@

MutableDependency.java

- + 31 - + @@ -480,12 +480,12 @@

MutableDependency.java

- + 32 - + @@ -495,12 +495,12 @@

MutableDependency.java

- + 33 - + @@ -510,12 +510,12 @@

MutableDependency.java

- + 34 - + @@ -525,12 +525,12 @@

MutableDependency.java

- + 35 - + @@ -540,12 +540,12 @@

MutableDependency.java

- + 36 - + @@ -555,12 +555,12 @@

MutableDependency.java

- + 37 - + @@ -570,12 +570,12 @@

MutableDependency.java

- + 38 - + @@ -585,12 +585,12 @@

MutableDependency.java

- + 39 - + @@ -600,12 +600,12 @@

MutableDependency.java

- + 40 - + @@ -615,12 +615,12 @@

MutableDependency.java

- + 41 - + @@ -630,12 +630,12 @@

MutableDependency.java

- + 42 - + @@ -645,12 +645,12 @@

MutableDependency.java

- + 43 - + @@ -660,12 +660,12 @@

MutableDependency.java

- + 44 -1 +1 1. source : removed call to java/util/function/Consumer::accept → KILLED
@@ -677,12 +677,12 @@

MutableDependency.java

- + 45 -1 +1 1. source : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableDependency::source → KILLED
@@ -694,12 +694,12 @@

MutableDependency.java

- + 46 - +
@@ -709,12 +709,12 @@

MutableDependency.java

- + 47 - +
@@ -724,12 +724,12 @@

MutableDependency.java

- + 48 - + @@ -739,12 +739,12 @@

MutableDependency.java

- + 49 - + @@ -754,12 +754,12 @@

MutableDependency.java

- + 50 - + @@ -769,12 +769,12 @@

MutableDependency.java

- + 51 - + @@ -784,12 +784,12 @@

MutableDependency.java

- + 52 - + @@ -799,12 +799,12 @@

MutableDependency.java

- + 53 - + @@ -814,12 +814,12 @@

MutableDependency.java

- + 54 - + @@ -829,12 +829,12 @@

MutableDependency.java

- + 55 - + @@ -844,12 +844,12 @@

MutableDependency.java

- + 56 -1 +1 1. mutation : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableDependency::mutation → KILLED
@@ -861,12 +861,12 @@

MutableDependency.java

- + 57 - +
@@ -876,12 +876,12 @@

MutableDependency.java

- + 58 - + @@ -891,12 +891,12 @@

MutableDependency.java

- + 59 - + @@ -906,12 +906,12 @@

MutableDependency.java

- + 60 - + @@ -921,12 +921,12 @@

MutableDependency.java

- + 61 - + @@ -936,12 +936,12 @@

MutableDependency.java

- + 62 - + @@ -951,12 +951,12 @@

MutableDependency.java

- + 63 - + @@ -966,12 +966,12 @@

MutableDependency.java

- + 64 - + @@ -981,12 +981,12 @@

MutableDependency.java

- + 65 - + @@ -996,12 +996,12 @@

MutableDependency.java

- + 66 -1 +1 1. sink : removed call to java/util/function/Consumer::accept → KILLED
@@ -1013,12 +1013,12 @@

MutableDependency.java

- + 67 -1 +1 1. sink : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableDependency::sink → KILLED
@@ -1030,12 +1030,12 @@

MutableDependency.java

- + 68 - +
@@ -1045,12 +1045,12 @@

MutableDependency.java

- + 69 - +
@@ -1060,12 +1060,12 @@

MutableDependency.java

- + 70 - + @@ -1075,12 +1075,12 @@

MutableDependency.java

- + 71 - + @@ -1090,12 +1090,12 @@

MutableDependency.java

- + 72 - + @@ -1105,12 +1105,12 @@

MutableDependency.java

- + 73 - + @@ -1120,12 +1120,12 @@

MutableDependency.java

- + 74 - + @@ -1135,12 +1135,12 @@

MutableDependency.java

- + 75 - + @@ -1150,12 +1150,12 @@

MutableDependency.java

- + 76 - + @@ -1165,12 +1165,12 @@

MutableDependency.java

- + 77 - + @@ -1180,12 +1180,12 @@

MutableDependency.java

- + 78 -1 +1 1. build : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableDependency::build → KILLED
@@ -1197,12 +1197,12 @@

MutableDependency.java

- + 79 - +
@@ -1212,12 +1212,12 @@

MutableDependency.java

- + 80 - + @@ -1227,12 +1227,12 @@

MutableDependency.java

- + 81 - + @@ -1242,12 +1242,12 @@

MutableDependency.java

- + 82 - + @@ -1257,12 +1257,12 @@

MutableDependency.java

- + 83 - + @@ -1274,61 +1274,61 @@

MutableDependency.java

Mutations

-44 +44 - +

1.1
Location : source
Killed by : com.mastercard.test.flow.builder.mutable.MutableDependencyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableDependencyTest]/[method:fields()]
removed call to java/util/function/Consumer::accept → KILLED

-
45 +45 - +

1.1
Location : source
Killed by : com.mastercard.test.flow.builder.mutable.MutableDependencyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableDependencyTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableDependency::source → KILLED

-
56 +56 - +

1.1
Location : mutation
Killed by : com.mastercard.test.flow.builder.mutable.MutableDependencyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableDependencyTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableDependency::mutation → KILLED

-
66 +66 - +

1.1
Location : sink
Killed by : com.mastercard.test.flow.builder.mutable.MutableDependencyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableDependencyTest]/[method:fields()]
removed call to java/util/function/Consumer::accept → KILLED

-
67 +67 - +

1.1
Location : sink
Killed by : com.mastercard.test.flow.builder.mutable.MutableDependencyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableDependencyTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableDependency::sink → KILLED

-
78 +78 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.mutable.MutableDependencyTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableDependencyTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableDependency::build → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFieldAddress.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFieldAddress.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFieldAddress.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFieldAddress.java.html index 14b29dbaa3..3d1b242a27 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFieldAddress.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFieldAddress.java.html @@ -15,12 +15,12 @@

MutableFieldAddress.java

-
+ 1 - + @@ -30,12 +30,12 @@

MutableFieldAddress.java

- + 2 - + @@ -45,12 +45,12 @@

MutableFieldAddress.java

- + 3 - + @@ -60,12 +60,12 @@

MutableFieldAddress.java

- + 4 - + @@ -75,12 +75,12 @@

MutableFieldAddress.java

- + 5 - + @@ -90,12 +90,12 @@

MutableFieldAddress.java

- + 6 - + @@ -105,12 +105,12 @@

MutableFieldAddress.java

- + 7 - + @@ -120,12 +120,12 @@

MutableFieldAddress.java

- + 8 - + @@ -135,12 +135,12 @@

MutableFieldAddress.java

- + 9 - + @@ -150,12 +150,12 @@

MutableFieldAddress.java

- + 10 - + @@ -165,12 +165,12 @@

MutableFieldAddress.java

- + 11 - + @@ -180,12 +180,12 @@

MutableFieldAddress.java

- + 12 - + @@ -195,12 +195,12 @@

MutableFieldAddress.java

- + 13 - + @@ -210,12 +210,12 @@

MutableFieldAddress.java

- + 14 - + @@ -225,12 +225,12 @@

MutableFieldAddress.java

- + 15 - + @@ -240,12 +240,12 @@

MutableFieldAddress.java

- + 16 - + @@ -255,12 +255,12 @@

MutableFieldAddress.java

- + 17 - + @@ -270,12 +270,12 @@

MutableFieldAddress.java

- + 18 - + @@ -285,12 +285,12 @@

MutableFieldAddress.java

- + 19 - + @@ -300,12 +300,12 @@

MutableFieldAddress.java

- + 20 - + @@ -315,12 +315,12 @@

MutableFieldAddress.java

- + 21 - + @@ -330,12 +330,12 @@

MutableFieldAddress.java

- + 22 - + @@ -345,12 +345,12 @@

MutableFieldAddress.java

- + 23 - + @@ -360,12 +360,12 @@

MutableFieldAddress.java

- + 24 - + @@ -375,12 +375,12 @@

MutableFieldAddress.java

- + 25 - + @@ -390,12 +390,12 @@

MutableFieldAddress.java

- + 26 - + @@ -405,12 +405,12 @@

MutableFieldAddress.java

- + 27 - + @@ -420,12 +420,12 @@

MutableFieldAddress.java

- + 28 - + @@ -435,12 +435,12 @@

MutableFieldAddress.java

- + 29 - + @@ -450,12 +450,12 @@

MutableFieldAddress.java

- + 30 - + @@ -465,12 +465,12 @@

MutableFieldAddress.java

- + 31 - + @@ -480,12 +480,12 @@

MutableFieldAddress.java

- + 32 - + @@ -495,12 +495,12 @@

MutableFieldAddress.java

- + 33 - + @@ -510,12 +510,12 @@

MutableFieldAddress.java

- + 34 - + @@ -525,12 +525,12 @@

MutableFieldAddress.java

- + 35 - + @@ -540,12 +540,12 @@

MutableFieldAddress.java

- + 36 - + @@ -555,12 +555,12 @@

MutableFieldAddress.java

- + 37 - + @@ -570,12 +570,12 @@

MutableFieldAddress.java

- + 38 - + @@ -585,12 +585,12 @@

MutableFieldAddress.java

- + 39 - + @@ -600,12 +600,12 @@

MutableFieldAddress.java

- + 40 - + @@ -615,12 +615,12 @@

MutableFieldAddress.java

- + 41 - + @@ -630,12 +630,12 @@

MutableFieldAddress.java

- + 42 - + @@ -645,12 +645,12 @@

MutableFieldAddress.java

- + 43 - + @@ -660,12 +660,12 @@

MutableFieldAddress.java

- + 44 - + @@ -675,12 +675,12 @@

MutableFieldAddress.java

- + 45 -1 +1 1. flow : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFieldAddress::flow → KILLED
@@ -692,12 +692,12 @@

MutableFieldAddress.java

- + 46 - +
@@ -707,12 +707,12 @@

MutableFieldAddress.java

- + 47 - + @@ -722,12 +722,12 @@

MutableFieldAddress.java

- + 48 - + @@ -737,12 +737,12 @@

MutableFieldAddress.java

- + 49 - + @@ -752,12 +752,12 @@

MutableFieldAddress.java

- + 50 - + @@ -767,12 +767,12 @@

MutableFieldAddress.java

- + 51 - + @@ -782,12 +782,12 @@

MutableFieldAddress.java

- + 52 - + @@ -797,12 +797,12 @@

MutableFieldAddress.java

- + 53 - + @@ -812,12 +812,12 @@

MutableFieldAddress.java

- + 54 - + @@ -827,12 +827,12 @@

MutableFieldAddress.java

- + 55 - + @@ -842,12 +842,12 @@

MutableFieldAddress.java

- + 56 - + @@ -857,12 +857,12 @@

MutableFieldAddress.java

- + 57 -1 +1 1. interaction : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFieldAddress::interaction → KILLED
@@ -874,12 +874,12 @@

MutableFieldAddress.java

- + 58 - +
@@ -889,12 +889,12 @@

MutableFieldAddress.java

- + 59 - + @@ -904,12 +904,12 @@

MutableFieldAddress.java

- + 60 - + @@ -919,12 +919,12 @@

MutableFieldAddress.java

- + 61 - + @@ -934,12 +934,12 @@

MutableFieldAddress.java

- + 62 - + @@ -949,12 +949,12 @@

MutableFieldAddress.java

- + 63 - + @@ -964,12 +964,12 @@

MutableFieldAddress.java

- + 64 - + @@ -979,12 +979,12 @@

MutableFieldAddress.java

- + 65 - + @@ -994,12 +994,12 @@

MutableFieldAddress.java

- + 66 - + @@ -1009,12 +1009,12 @@

MutableFieldAddress.java

- + 67 - + @@ -1024,12 +1024,12 @@

MutableFieldAddress.java

- + 68 - + @@ -1039,12 +1039,12 @@

MutableFieldAddress.java

- + 69 -1 +1 1. message : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFieldAddress::message → KILLED
@@ -1056,12 +1056,12 @@

MutableFieldAddress.java

- + 70 - +
@@ -1071,12 +1071,12 @@

MutableFieldAddress.java

- + 71 - + @@ -1086,12 +1086,12 @@

MutableFieldAddress.java

- + 72 - + @@ -1101,12 +1101,12 @@

MutableFieldAddress.java

- + 73 - + @@ -1116,12 +1116,12 @@

MutableFieldAddress.java

- + 74 - + @@ -1131,12 +1131,12 @@

MutableFieldAddress.java

- + 75 - + @@ -1146,12 +1146,12 @@

MutableFieldAddress.java

- + 76 - + @@ -1161,12 +1161,12 @@

MutableFieldAddress.java

- + 77 - + @@ -1176,12 +1176,12 @@

MutableFieldAddress.java

- + 78 - + @@ -1191,12 +1191,12 @@

MutableFieldAddress.java

- + 79 - + @@ -1206,12 +1206,12 @@

MutableFieldAddress.java

- + 80 -1 +1 1. field : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFieldAddress::field → KILLED
@@ -1223,12 +1223,12 @@

MutableFieldAddress.java

- + 81 - +
@@ -1238,12 +1238,12 @@

MutableFieldAddress.java

- + 82 - + @@ -1253,12 +1253,12 @@

MutableFieldAddress.java

- + 83 - + @@ -1268,12 +1268,12 @@

MutableFieldAddress.java

- + 84 - + @@ -1283,12 +1283,12 @@

MutableFieldAddress.java

- + 85 - + @@ -1298,12 +1298,12 @@

MutableFieldAddress.java

- + 86 - + @@ -1313,12 +1313,12 @@

MutableFieldAddress.java

- + 87 - + @@ -1328,12 +1328,12 @@

MutableFieldAddress.java

- + 88 - + @@ -1343,12 +1343,12 @@

MutableFieldAddress.java

- + 89 - + @@ -1358,12 +1358,12 @@

MutableFieldAddress.java

- + 90 - + @@ -1373,12 +1373,12 @@

MutableFieldAddress.java

- + 91 -2 +2 1. build : negated conditional → KILLED
2. build : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFieldAddress::build → KILLED
@@ -1391,12 +1391,12 @@

MutableFieldAddress.java

- + 92 - +
@@ -1406,12 +1406,12 @@

MutableFieldAddress.java

- + 93 - + @@ -1421,12 +1421,12 @@

MutableFieldAddress.java

- + 94 - + @@ -1438,51 +1438,51 @@

MutableFieldAddress.java

Mutations

-45 +45 - +

1.1
Location : flow
Killed by : com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFieldAddress::flow → KILLED

-
57 +57 - +

1.1
Location : interaction
Killed by : com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFieldAddress::interaction → KILLED

-
69 +69 - +

1.1
Location : message
Killed by : com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFieldAddress::message → KILLED

-
80 +80 - +

1.1
Location : field
Killed by : com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFieldAddress::field → KILLED

-
91 +91 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest]/[method:fields()]
negated conditional → KILLED

2.2
Location : build
Killed by : com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFieldAddressTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFieldAddress::build → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFlow.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFlow.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFlow.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFlow.java.html index 5faca71764..70ab16f520 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFlow.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableFlow.java.html @@ -15,12 +15,12 @@

MutableFlow.java

-
+ 1 - + @@ -30,12 +30,12 @@

MutableFlow.java

- + 2 - + @@ -45,12 +45,12 @@

MutableFlow.java

- + 3 - + @@ -60,12 +60,12 @@

MutableFlow.java

- + 4 - + @@ -75,12 +75,12 @@

MutableFlow.java

- + 5 - + @@ -90,12 +90,12 @@

MutableFlow.java

- + 6 - + @@ -105,12 +105,12 @@

MutableFlow.java

- + 7 - + @@ -120,12 +120,12 @@

MutableFlow.java

- + 8 - + @@ -135,12 +135,12 @@

MutableFlow.java

- + 9 - + @@ -150,12 +150,12 @@

MutableFlow.java

- + 10 - + @@ -165,12 +165,12 @@

MutableFlow.java

- + 11 - + @@ -180,12 +180,12 @@

MutableFlow.java

- + 12 - + @@ -195,12 +195,12 @@

MutableFlow.java

- + 13 - + @@ -210,12 +210,12 @@

MutableFlow.java

- + 14 - + @@ -225,12 +225,12 @@

MutableFlow.java

- + 15 - + @@ -240,12 +240,12 @@

MutableFlow.java

- + 16 - + @@ -255,12 +255,12 @@

MutableFlow.java

- + 17 - + @@ -270,12 +270,12 @@

MutableFlow.java

- + 18 - + @@ -285,12 +285,12 @@

MutableFlow.java

- + 19 - + @@ -300,12 +300,12 @@

MutableFlow.java

- + 20 - + @@ -315,12 +315,12 @@

MutableFlow.java

- + 21 - + @@ -330,12 +330,12 @@

MutableFlow.java

- + 22 - + @@ -345,12 +345,12 @@

MutableFlow.java

- + 23 - + @@ -360,12 +360,12 @@

MutableFlow.java

- + 24 - + @@ -375,12 +375,12 @@

MutableFlow.java

- + 25 - + @@ -390,12 +390,12 @@

MutableFlow.java

- + 26 - + @@ -405,12 +405,12 @@

MutableFlow.java

- + 27 - + @@ -420,12 +420,12 @@

MutableFlow.java

- + 28 - + @@ -435,12 +435,12 @@

MutableFlow.java

- + 29 - + @@ -450,12 +450,12 @@

MutableFlow.java

- + 30 - + @@ -465,12 +465,12 @@

MutableFlow.java

- + 31 - + @@ -480,12 +480,12 @@

MutableFlow.java

- + 32 - + @@ -495,12 +495,12 @@

MutableFlow.java

- + 33 - + @@ -510,12 +510,12 @@

MutableFlow.java

- + 34 - + @@ -525,12 +525,12 @@

MutableFlow.java

- + 35 - + @@ -540,12 +540,12 @@

MutableFlow.java

- + 36 - + @@ -555,12 +555,12 @@

MutableFlow.java

- + 37 - + @@ -570,12 +570,12 @@

MutableFlow.java

- + 38 - + @@ -585,12 +585,12 @@

MutableFlow.java

- + 39 - + @@ -600,12 +600,12 @@

MutableFlow.java

- + 40 - + @@ -615,12 +615,12 @@

MutableFlow.java

- + 41 - + @@ -630,12 +630,12 @@

MutableFlow.java

- + 42 - + @@ -645,12 +645,12 @@

MutableFlow.java

- + 43 - + @@ -660,12 +660,12 @@

MutableFlow.java

- + 44 - + @@ -675,12 +675,12 @@

MutableFlow.java

- + 45 - + @@ -690,12 +690,12 @@

MutableFlow.java

- + 46 - + @@ -705,12 +705,12 @@

MutableFlow.java

- + 47 - + @@ -720,12 +720,12 @@

MutableFlow.java

- + 48 - + @@ -735,12 +735,12 @@

MutableFlow.java

- + 49 - + @@ -750,12 +750,12 @@

MutableFlow.java

- + 50 - + @@ -765,12 +765,12 @@

MutableFlow.java

- + 51 - + @@ -780,12 +780,12 @@

MutableFlow.java

- + 52 - + @@ -795,12 +795,12 @@

MutableFlow.java

- + 53 - + @@ -810,12 +810,12 @@

MutableFlow.java

- + 54 -1 +1 1. <init> : removed call to java/util/stream/Stream::forEach → KILLED
@@ -827,12 +827,12 @@

MutableFlow.java

- + 55 - +
@@ -842,12 +842,12 @@

MutableFlow.java

- + 56 -1 +1 1. <init> : removed call to java/util/stream/Stream::forEach → KILLED
@@ -859,12 +859,12 @@

MutableFlow.java

- + 57 - +
@@ -874,12 +874,12 @@

MutableFlow.java

- + 58 - + @@ -889,12 +889,12 @@

MutableFlow.java

- + 59 - + @@ -904,12 +904,12 @@

MutableFlow.java

- + 60 - + @@ -919,12 +919,12 @@

MutableFlow.java

- + 61 - + @@ -934,12 +934,12 @@

MutableFlow.java

- + 62 - + @@ -949,12 +949,12 @@

MutableFlow.java

- + 63 - + @@ -964,12 +964,12 @@

MutableFlow.java

- + 64 - + @@ -979,12 +979,12 @@

MutableFlow.java

- + 65 - + @@ -994,12 +994,12 @@

MutableFlow.java

- + 66 -1 +1 1. meta : removed call to java/util/function/Consumer::accept → KILLED
@@ -1011,12 +1011,12 @@

MutableFlow.java

- + 67 -1 +1 1. meta : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::meta → KILLED
@@ -1028,12 +1028,12 @@

MutableFlow.java

- + 68 - +
@@ -1043,12 +1043,12 @@

MutableFlow.java

- + 69 - +
@@ -1058,12 +1058,12 @@

MutableFlow.java

- + 70 - + @@ -1073,12 +1073,12 @@

MutableFlow.java

- + 71 - + @@ -1088,12 +1088,12 @@

MutableFlow.java

- + 72 - + @@ -1103,12 +1103,12 @@

MutableFlow.java

- + 73 - + @@ -1118,12 +1118,12 @@

MutableFlow.java

- + 74 - + @@ -1133,12 +1133,12 @@

MutableFlow.java

- + 75 - + @@ -1148,12 +1148,12 @@

MutableFlow.java

- + 76 -1 +1 1. basis : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::basis → KILLED
@@ -1165,12 +1165,12 @@

MutableFlow.java

- + 77 - +
@@ -1180,12 +1180,12 @@

MutableFlow.java

- + 78 - + @@ -1195,12 +1195,12 @@

MutableFlow.java

- + 79 - + @@ -1210,12 +1210,12 @@

MutableFlow.java

- + 80 - + @@ -1225,12 +1225,12 @@

MutableFlow.java

- + 81 - + @@ -1240,12 +1240,12 @@

MutableFlow.java

- + 82 - + @@ -1255,12 +1255,12 @@

MutableFlow.java

- + 83 - + @@ -1270,12 +1270,12 @@

MutableFlow.java

- + 84 - + @@ -1285,12 +1285,12 @@

MutableFlow.java

- + 85 - + @@ -1300,12 +1300,12 @@

MutableFlow.java

- + 86 - + @@ -1315,12 +1315,12 @@

MutableFlow.java

- + 87 -1 +1 1. root : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::root → KILLED
@@ -1332,12 +1332,12 @@

MutableFlow.java

- + 88 - +
@@ -1347,12 +1347,12 @@

MutableFlow.java

- + 89 - + @@ -1362,12 +1362,12 @@

MutableFlow.java

- + 90 - + @@ -1377,12 +1377,12 @@

MutableFlow.java

- + 91 - + @@ -1392,12 +1392,12 @@

MutableFlow.java

- + 92 - + @@ -1407,12 +1407,12 @@

MutableFlow.java

- + 93 - + @@ -1422,12 +1422,12 @@

MutableFlow.java

- + 94 - + @@ -1437,12 +1437,12 @@

MutableFlow.java

- + 95 - + @@ -1452,12 +1452,12 @@

MutableFlow.java

- + 96 -1 +1 1. root : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::root → KILLED
@@ -1469,12 +1469,12 @@

MutableFlow.java

- + 97 - +
@@ -1484,12 +1484,12 @@

MutableFlow.java

- + 98 - + @@ -1499,12 +1499,12 @@

MutableFlow.java

- + 99 - + @@ -1514,12 +1514,12 @@

MutableFlow.java

- + 100 - + @@ -1529,12 +1529,12 @@

MutableFlow.java

- + 101 - + @@ -1544,12 +1544,12 @@

MutableFlow.java

- + 102 - + @@ -1559,12 +1559,12 @@

MutableFlow.java

- + 103 - + @@ -1574,12 +1574,12 @@

MutableFlow.java

- + 104 - + @@ -1589,12 +1589,12 @@

MutableFlow.java

- + 105 - + @@ -1604,12 +1604,12 @@

MutableFlow.java

- + 106 - + @@ -1619,12 +1619,12 @@

MutableFlow.java

- + 107 -1 +1 1. implicit : removed call to java/util/function/Consumer::accept → KILLED
@@ -1636,12 +1636,12 @@

MutableFlow.java

- + 108 -1 +1 1. implicit : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::implicit → KILLED
@@ -1653,12 +1653,12 @@

MutableFlow.java

- + 109 - +
@@ -1668,12 +1668,12 @@

MutableFlow.java

- + 110 - +
@@ -1683,12 +1683,12 @@

MutableFlow.java

- + 111 - + @@ -1698,12 +1698,12 @@

MutableFlow.java

- + 112 - + @@ -1713,12 +1713,12 @@

MutableFlow.java

- + 113 - + @@ -1728,12 +1728,12 @@

MutableFlow.java

- + 114 - + @@ -1743,12 +1743,12 @@

MutableFlow.java

- + 115 - + @@ -1758,12 +1758,12 @@

MutableFlow.java

- + 116 - + @@ -1773,12 +1773,12 @@

MutableFlow.java

- + 117 - + @@ -1788,12 +1788,12 @@

MutableFlow.java

- + 118 - + @@ -1803,12 +1803,12 @@

MutableFlow.java

- + 119 -1 +1 1. dependency : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::dependency → KILLED
@@ -1820,12 +1820,12 @@

MutableFlow.java

- + 120 - +
@@ -1835,12 +1835,12 @@

MutableFlow.java

- + 121 - + @@ -1850,12 +1850,12 @@

MutableFlow.java

- + 122 - + @@ -1865,12 +1865,12 @@

MutableFlow.java

- + 123 - + @@ -1880,12 +1880,12 @@

MutableFlow.java

- + 124 - + @@ -1895,12 +1895,12 @@

MutableFlow.java

- + 125 - + @@ -1910,12 +1910,12 @@

MutableFlow.java

- + 126 - + @@ -1925,12 +1925,12 @@

MutableFlow.java

- + 127 - + @@ -1940,12 +1940,12 @@

MutableFlow.java

- + 128 - + @@ -1955,12 +1955,12 @@

MutableFlow.java

- + 129 - + @@ -1970,12 +1970,12 @@

MutableFlow.java

- + 130 -1 +1 1. context : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::context → KILLED
@@ -1987,12 +1987,12 @@

MutableFlow.java

- + 131 - +
@@ -2002,12 +2002,12 @@

MutableFlow.java

- + 132 - + @@ -2017,12 +2017,12 @@

MutableFlow.java

- + 133 - + @@ -2032,12 +2032,12 @@

MutableFlow.java

- + 134 - + @@ -2047,12 +2047,12 @@

MutableFlow.java

- + 135 - + @@ -2062,12 +2062,12 @@

MutableFlow.java

- + 136 - + @@ -2077,12 +2077,12 @@

MutableFlow.java

- + 137 - + @@ -2092,12 +2092,12 @@

MutableFlow.java

- + 138 - + @@ -2107,12 +2107,12 @@

MutableFlow.java

- + 139 - + @@ -2122,12 +2122,12 @@

MutableFlow.java

- + 140 - + @@ -2137,12 +2137,12 @@

MutableFlow.java

- + 141 - + @@ -2152,12 +2152,12 @@

MutableFlow.java

- + 142 - + @@ -2167,12 +2167,12 @@

MutableFlow.java

- + 143 -1 +1 1. context : negated conditional → KILLED
@@ -2184,12 +2184,12 @@

MutableFlow.java

- + 144 - +
@@ -2199,12 +2199,12 @@

MutableFlow.java

- + 145 -1 +1 1. context : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::context → KILLED
@@ -2216,12 +2216,12 @@

MutableFlow.java

- + 146 - +
@@ -2231,12 +2231,12 @@

MutableFlow.java

- + 147 - + @@ -2246,12 +2246,12 @@

MutableFlow.java

- + 148 - + @@ -2261,12 +2261,12 @@

MutableFlow.java

- + 149 - + @@ -2276,12 +2276,12 @@

MutableFlow.java

- + 150 -1 +1 1. context : negated conditional → KILLED
@@ -2293,12 +2293,12 @@

MutableFlow.java

- + 151 - +
@@ -2308,12 +2308,12 @@

MutableFlow.java

- + 152 - + @@ -2323,12 +2323,12 @@

MutableFlow.java

- + 153 -1 +1 1. context : removed call to java/util/function/Consumer::accept → KILLED
@@ -2340,12 +2340,12 @@

MutableFlow.java

- + 154 -1 +1 1. context : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::context → KILLED
@@ -2357,12 +2357,12 @@

MutableFlow.java

- + 155 - +
@@ -2372,12 +2372,12 @@

MutableFlow.java

- + 156 - +
@@ -2387,12 +2387,12 @@

MutableFlow.java

- + 157 - + @@ -2402,12 +2402,12 @@

MutableFlow.java

- + 158 - + @@ -2417,12 +2417,12 @@

MutableFlow.java

- + 159 - + @@ -2432,12 +2432,12 @@

MutableFlow.java

- + 160 - + @@ -2447,12 +2447,12 @@

MutableFlow.java

- + 161 - + @@ -2462,12 +2462,12 @@

MutableFlow.java

- + 162 - + @@ -2477,12 +2477,12 @@

MutableFlow.java

- + 163 - + @@ -2492,12 +2492,12 @@

MutableFlow.java

- + 164 - + @@ -2507,12 +2507,12 @@

MutableFlow.java

- + 165 -1 +1 1. residue : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::residue → KILLED
@@ -2524,12 +2524,12 @@

MutableFlow.java

- + 166 - +
@@ -2539,12 +2539,12 @@

MutableFlow.java

- + 167 - + @@ -2554,12 +2554,12 @@

MutableFlow.java

- + 168 - + @@ -2569,12 +2569,12 @@

MutableFlow.java

- + 169 - + @@ -2584,12 +2584,12 @@

MutableFlow.java

- + 170 - + @@ -2599,12 +2599,12 @@

MutableFlow.java

- + 171 - + @@ -2614,12 +2614,12 @@

MutableFlow.java

- + 172 - + @@ -2629,12 +2629,12 @@

MutableFlow.java

- + 173 - + @@ -2644,12 +2644,12 @@

MutableFlow.java

- + 174 - + @@ -2659,12 +2659,12 @@

MutableFlow.java

- + 175 - + @@ -2674,12 +2674,12 @@

MutableFlow.java

- + 176 - + @@ -2689,12 +2689,12 @@

MutableFlow.java

- + 177 - + @@ -2704,12 +2704,12 @@

MutableFlow.java

- + 178 -1 +1 1. residue : negated conditional → KILLED
@@ -2721,12 +2721,12 @@

MutableFlow.java

- + 179 - +
@@ -2736,12 +2736,12 @@

MutableFlow.java

- + 180 -1 +1 1. residue : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::residue → KILLED
@@ -2753,12 +2753,12 @@

MutableFlow.java

- + 181 - +
@@ -2768,12 +2768,12 @@

MutableFlow.java

- + 182 - + @@ -2783,12 +2783,12 @@

MutableFlow.java

- + 183 - + @@ -2798,12 +2798,12 @@

MutableFlow.java

- + 184 - + @@ -2813,12 +2813,12 @@

MutableFlow.java

- + 185 -1 +1 1. residue : negated conditional → KILLED
@@ -2830,12 +2830,12 @@

MutableFlow.java

- + 186 - +
@@ -2845,12 +2845,12 @@

MutableFlow.java

- + 187 - + @@ -2860,12 +2860,12 @@

MutableFlow.java

- + 188 -1 +1 1. residue : removed call to java/util/function/Consumer::accept → KILLED
@@ -2877,12 +2877,12 @@

MutableFlow.java

- + 189 -1 +1 1. residue : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::residue → KILLED
@@ -2894,12 +2894,12 @@

MutableFlow.java

- + 190 - +
@@ -2909,12 +2909,12 @@

MutableFlow.java

- + 191 - +
@@ -2924,12 +2924,12 @@

MutableFlow.java

- + 192 - + @@ -2939,12 +2939,12 @@

MutableFlow.java

- + 193 - + @@ -2954,12 +2954,12 @@

MutableFlow.java

- + 194 - + @@ -2969,12 +2969,12 @@

MutableFlow.java

- + 195 - + @@ -2984,12 +2984,12 @@

MutableFlow.java

- + 196 - + @@ -2999,12 +2999,12 @@

MutableFlow.java

- + 197 - + @@ -3014,12 +3014,12 @@

MutableFlow.java

- + 198 -1 +1 1. build : negated conditional → KILLED
@@ -3031,12 +3031,12 @@

MutableFlow.java

- + 199 - +
@@ -3046,12 +3046,12 @@

MutableFlow.java

- + 200 -1 +1 1. build : removed call to java/util/List::forEach → KILLED
@@ -3063,12 +3063,12 @@

MutableFlow.java

- + 201 - +
@@ -3078,12 +3078,12 @@

MutableFlow.java

- + 202 -1 +1 1. build : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::build → KILLED
@@ -3095,12 +3095,12 @@

MutableFlow.java

- + 203 - +
@@ -3110,12 +3110,12 @@

MutableFlow.java

- + 204 - + @@ -3127,251 +3127,251 @@

MutableFlow.java

Mutations

-54 +54 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:context()]
removed call to java/util/stream/Stream::forEach → KILLED

-
56 +56 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:residue()]
removed call to java/util/stream/Stream::forEach → KILLED

-
66 +66 - +

1.1
Location : meta
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fields()]
removed call to java/util/function/Consumer::accept → KILLED

-
67 +67 - +

1.1
Location : meta
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::meta → KILLED

-
76 +76 - +

1.1
Location : basis
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:inheritance()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::basis → KILLED

-
87 +87 - +

1.1
Location : root
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::root → KILLED

-
96 +96 - +

1.1
Location : root
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:inheritance()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::root → KILLED

-
107 +107 - +

1.1
Location : implicit
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:implicit()]
removed call to java/util/function/Consumer::accept → KILLED

-
108 +108 - +

1.1
Location : implicit
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::implicit → KILLED

-
119 +119 - +

1.1
Location : dependency
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::dependency → KILLED

-
130 +130 - +

1.1
Location : context
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::context → KILLED

-
143 +143 - +

1.1
Location : context
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:missingContext()]
negated conditional → KILLED

-
145 +145 - +

1.1
Location : context
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::context → KILLED

-
150 +150 - +

1.1
Location : context
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:missingContext()]
negated conditional → KILLED

-
153 +153 - +

1.1
Location : context
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:context()]
removed call to java/util/function/Consumer::accept → KILLED

-
154 +154 - +

1.1
Location : context
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::context → KILLED

-
165 +165 - +

1.1
Location : residue
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::residue → KILLED

-
178 +178 - +

1.1
Location : residue
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:missingResidue()]
negated conditional → KILLED

-
180 +180 - +

1.1
Location : residue
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::residue → KILLED

-
185 +185 - +

1.1
Location : residue
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:missingResidue()]
negated conditional → KILLED

-
188 +188 - +

1.1
Location : residue
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:residue()]
removed call to java/util/function/Consumer::accept → KILLED

-
189 +189 - +

1.1
Location : residue
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::residue → KILLED

-
198 +198 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fields()]
negated conditional → KILLED

-
200 +200 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fields()]
removed call to java/util/List::forEach → KILLED

-
202 +202 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.mutable.MutableFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableFlowTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableFlow::build → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableInteraction.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableInteraction.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableInteraction.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableInteraction.java.html index 033aecbd13..2a53f36ba1 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableInteraction.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableInteraction.java.html @@ -15,12 +15,12 @@

MutableInteraction.java

-
+ 1 - + @@ -30,12 +30,12 @@

MutableInteraction.java

- + 2 - + @@ -45,12 +45,12 @@

MutableInteraction.java

- + 3 - + @@ -60,12 +60,12 @@

MutableInteraction.java

- + 4 - + @@ -75,12 +75,12 @@

MutableInteraction.java

- + 5 - + @@ -90,12 +90,12 @@

MutableInteraction.java

- + 6 - + @@ -105,12 +105,12 @@

MutableInteraction.java

- + 7 - + @@ -120,12 +120,12 @@

MutableInteraction.java

- + 8 - + @@ -135,12 +135,12 @@

MutableInteraction.java

- + 9 - + @@ -150,12 +150,12 @@

MutableInteraction.java

- + 10 - + @@ -165,12 +165,12 @@

MutableInteraction.java

- + 11 - + @@ -180,12 +180,12 @@

MutableInteraction.java

- + 12 - + @@ -195,12 +195,12 @@

MutableInteraction.java

- + 13 - + @@ -210,12 +210,12 @@

MutableInteraction.java

- + 14 - + @@ -225,12 +225,12 @@

MutableInteraction.java

- + 15 - + @@ -240,12 +240,12 @@

MutableInteraction.java

- + 16 - + @@ -255,12 +255,12 @@

MutableInteraction.java

- + 17 - + @@ -270,12 +270,12 @@

MutableInteraction.java

- + 18 - + @@ -285,12 +285,12 @@

MutableInteraction.java

- + 19 - + @@ -300,12 +300,12 @@

MutableInteraction.java

- + 20 - + @@ -315,12 +315,12 @@

MutableInteraction.java

- + 21 - + @@ -330,12 +330,12 @@

MutableInteraction.java

- + 22 - + @@ -345,12 +345,12 @@

MutableInteraction.java

- + 23 - + @@ -360,12 +360,12 @@

MutableInteraction.java

- + 24 - + @@ -375,12 +375,12 @@

MutableInteraction.java

- + 25 - + @@ -390,12 +390,12 @@

MutableInteraction.java

- + 26 - + @@ -405,12 +405,12 @@

MutableInteraction.java

- + 27 - + @@ -420,12 +420,12 @@

MutableInteraction.java

- + 28 - + @@ -435,12 +435,12 @@

MutableInteraction.java

- + 29 - + @@ -450,12 +450,12 @@

MutableInteraction.java

- + 30 - + @@ -465,12 +465,12 @@

MutableInteraction.java

- + 31 - + @@ -480,12 +480,12 @@

MutableInteraction.java

- + 32 - + @@ -495,12 +495,12 @@

MutableInteraction.java

- + 33 - + @@ -510,12 +510,12 @@

MutableInteraction.java

- + 34 - + @@ -525,12 +525,12 @@

MutableInteraction.java

- + 35 - + @@ -540,12 +540,12 @@

MutableInteraction.java

- + 36 - + @@ -555,12 +555,12 @@

MutableInteraction.java

- + 37 - + @@ -570,12 +570,12 @@

MutableInteraction.java

- + 38 - + @@ -585,12 +585,12 @@

MutableInteraction.java

- + 39 - + @@ -600,12 +600,12 @@

MutableInteraction.java

- + 40 - + @@ -615,12 +615,12 @@

MutableInteraction.java

- + 41 - + @@ -630,12 +630,12 @@

MutableInteraction.java

- + 42 - + @@ -645,12 +645,12 @@

MutableInteraction.java

- + 43 - + @@ -660,12 +660,12 @@

MutableInteraction.java

- + 44 - + @@ -675,12 +675,12 @@

MutableInteraction.java

- + 45 - + @@ -690,12 +690,12 @@

MutableInteraction.java

- + 46 - + @@ -705,12 +705,12 @@

MutableInteraction.java

- + 47 - + @@ -720,12 +720,12 @@

MutableInteraction.java

- + 48 -1 +1 1. <init> : removed call to java/util/stream/Stream::forEach → KILLED
@@ -737,12 +737,12 @@

MutableInteraction.java

- + 49 - +
@@ -752,12 +752,12 @@

MutableInteraction.java

- + 50 - + @@ -767,12 +767,12 @@

MutableInteraction.java

- + 51 - + @@ -782,12 +782,12 @@

MutableInteraction.java

- + 52 - + @@ -797,12 +797,12 @@

MutableInteraction.java

- + 53 - + @@ -812,12 +812,12 @@

MutableInteraction.java

- + 54 - + @@ -827,12 +827,12 @@

MutableInteraction.java

- + 55 - + @@ -842,12 +842,12 @@

MutableInteraction.java

- + 56 - + @@ -857,12 +857,12 @@

MutableInteraction.java

- + 57 - + @@ -872,12 +872,12 @@

MutableInteraction.java

- + 58 - + @@ -887,12 +887,12 @@

MutableInteraction.java

- + 59 -1 +1 1. requester : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::requester → KILLED
@@ -904,12 +904,12 @@

MutableInteraction.java

- + 60 - +
@@ -919,12 +919,12 @@

MutableInteraction.java

- + 61 - + @@ -934,12 +934,12 @@

MutableInteraction.java

- + 62 - + @@ -949,12 +949,12 @@

MutableInteraction.java

- + 63 - + @@ -964,12 +964,12 @@

MutableInteraction.java

- + 64 - + @@ -979,12 +979,12 @@

MutableInteraction.java

- + 65 - + @@ -994,12 +994,12 @@

MutableInteraction.java

- + 66 - + @@ -1009,12 +1009,12 @@

MutableInteraction.java

- + 67 - + @@ -1024,12 +1024,12 @@

MutableInteraction.java

- + 68 - + @@ -1039,12 +1039,12 @@

MutableInteraction.java

- + 69 - + @@ -1054,12 +1054,12 @@

MutableInteraction.java

- + 70 - + @@ -1069,12 +1069,12 @@

MutableInteraction.java

- + 71 - + @@ -1084,12 +1084,12 @@

MutableInteraction.java

- + 72 -1 +1 1. request : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::request → KILLED
@@ -1101,12 +1101,12 @@

MutableInteraction.java

- + 73 - +
@@ -1116,12 +1116,12 @@

MutableInteraction.java

- + 74 - + @@ -1131,12 +1131,12 @@

MutableInteraction.java

- + 75 - + @@ -1146,12 +1146,12 @@

MutableInteraction.java

- + 76 - + @@ -1161,12 +1161,12 @@

MutableInteraction.java

- + 77 - + @@ -1176,12 +1176,12 @@

MutableInteraction.java

- + 78 - + @@ -1191,12 +1191,12 @@

MutableInteraction.java

- + 79 - + @@ -1206,12 +1206,12 @@

MutableInteraction.java

- + 80 - + @@ -1221,12 +1221,12 @@

MutableInteraction.java

- + 81 - + @@ -1236,12 +1236,12 @@

MutableInteraction.java

- + 82 - + @@ -1251,12 +1251,12 @@

MutableInteraction.java

- + 83 -1 +1 1. responder : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::responder → KILLED
@@ -1268,12 +1268,12 @@

MutableInteraction.java

- + 84 - +
@@ -1283,12 +1283,12 @@

MutableInteraction.java

- + 85 - + @@ -1298,12 +1298,12 @@

MutableInteraction.java

- + 86 - + @@ -1313,12 +1313,12 @@

MutableInteraction.java

- + 87 - + @@ -1328,12 +1328,12 @@

MutableInteraction.java

- + 88 -1 +1 1. responder : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::responder → KILLED
@@ -1345,12 +1345,12 @@

MutableInteraction.java

- + 89 - +
@@ -1360,12 +1360,12 @@

MutableInteraction.java

- + 90 - + @@ -1375,12 +1375,12 @@

MutableInteraction.java

- + 91 - + @@ -1390,12 +1390,12 @@

MutableInteraction.java

- + 92 - + @@ -1405,12 +1405,12 @@

MutableInteraction.java

- + 93 - + @@ -1420,12 +1420,12 @@

MutableInteraction.java

- + 94 - + @@ -1435,12 +1435,12 @@

MutableInteraction.java

- + 95 - + @@ -1450,12 +1450,12 @@

MutableInteraction.java

- + 96 - + @@ -1465,12 +1465,12 @@

MutableInteraction.java

- + 97 - + @@ -1480,12 +1480,12 @@

MutableInteraction.java

- + 98 - + @@ -1495,12 +1495,12 @@

MutableInteraction.java

- + 99 - + @@ -1510,12 +1510,12 @@

MutableInteraction.java

- + 100 - + @@ -1525,12 +1525,12 @@

MutableInteraction.java

- + 101 -1 +1 1. response : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::response → KILLED
@@ -1542,12 +1542,12 @@

MutableInteraction.java

- + 102 - +
@@ -1557,12 +1557,12 @@

MutableInteraction.java

- + 103 - + @@ -1572,12 +1572,12 @@

MutableInteraction.java

- + 104 - + @@ -1587,12 +1587,12 @@

MutableInteraction.java

- + 105 - + @@ -1602,12 +1602,12 @@

MutableInteraction.java

- + 106 - + @@ -1617,12 +1617,12 @@

MutableInteraction.java

- + 107 - + @@ -1632,12 +1632,12 @@

MutableInteraction.java

- + 108 - + @@ -1647,12 +1647,12 @@

MutableInteraction.java

- + 109 - + @@ -1662,12 +1662,12 @@

MutableInteraction.java

- + 110 - + @@ -1677,12 +1677,12 @@

MutableInteraction.java

- + 111 - + @@ -1692,12 +1692,12 @@

MutableInteraction.java

- + 112 -1 +1 1. tags : removed call to java/util/function/Consumer::accept → KILLED
@@ -1709,12 +1709,12 @@

MutableInteraction.java

- + 113 -1 +1 1. tags : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::tags → KILLED
@@ -1726,12 +1726,12 @@

MutableInteraction.java

- + 114 - +
@@ -1741,12 +1741,12 @@

MutableInteraction.java

- + 115 - +
@@ -1756,12 +1756,12 @@

MutableInteraction.java

- + 116 - + @@ -1771,12 +1771,12 @@

MutableInteraction.java

- + 117 - + @@ -1786,12 +1786,12 @@

MutableInteraction.java

- + 118 - + @@ -1801,12 +1801,12 @@

MutableInteraction.java

- + 119 - + @@ -1816,12 +1816,12 @@

MutableInteraction.java

- + 120 - + @@ -1831,12 +1831,12 @@

MutableInteraction.java

- + 121 - + @@ -1846,12 +1846,12 @@

MutableInteraction.java

- + 122 - + @@ -1861,12 +1861,12 @@

MutableInteraction.java

- + 123 -1 +1 1. children : removed call to java/util/function/Consumer::accept → KILLED
@@ -1878,12 +1878,12 @@

MutableInteraction.java

- + 124 -1 +1 1. children : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::children → KILLED
@@ -1895,12 +1895,12 @@

MutableInteraction.java

- + 125 - +
@@ -1910,12 +1910,12 @@

MutableInteraction.java

- + 126 - +
@@ -1925,12 +1925,12 @@

MutableInteraction.java

- + 127 - + @@ -1940,12 +1940,12 @@

MutableInteraction.java

- + 128 - + @@ -1955,12 +1955,12 @@

MutableInteraction.java

- + 129 - + @@ -1970,12 +1970,12 @@

MutableInteraction.java

- + 130 - + @@ -1985,12 +1985,12 @@

MutableInteraction.java

- + 131 - + @@ -2000,12 +2000,12 @@

MutableInteraction.java

- + 132 - + @@ -2015,12 +2015,12 @@

MutableInteraction.java

- + 133 - + @@ -2030,12 +2030,12 @@

MutableInteraction.java

- + 134 - + @@ -2045,12 +2045,12 @@

MutableInteraction.java

- + 135 - + @@ -2060,12 +2060,12 @@

MutableInteraction.java

- + 136 - + @@ -2075,12 +2075,12 @@

MutableInteraction.java

- + 137 - + @@ -2090,12 +2090,12 @@

MutableInteraction.java

- + 138 - + @@ -2105,12 +2105,12 @@

MutableInteraction.java

- + 139 - + @@ -2120,12 +2120,12 @@

MutableInteraction.java

- + 140 - + @@ -2135,12 +2135,12 @@

MutableInteraction.java

- + 141 -1 +1 1. call : negated conditional → KILLED
@@ -2152,12 +2152,12 @@

MutableInteraction.java

- + 142 - +
@@ -2167,12 +2167,12 @@

MutableInteraction.java

- + 143 - + @@ -2182,12 +2182,12 @@

MutableInteraction.java

- + 144 -1 +1 1. call : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::call → KILLED
@@ -2199,12 +2199,12 @@

MutableInteraction.java

- + 145 - +
@@ -2214,12 +2214,12 @@

MutableInteraction.java

- + 146 -2 +2 1. lambda$call$1 : negated conditional → KILLED
2. lambda$call$1 : changed conditional boundary → KILLED
@@ -2232,12 +2232,12 @@

MutableInteraction.java

- + 147 -2 +2 1. lambda$call$1 : Replaced integer addition with subtraction → KILLED
2. lambda$call$1 : Replaced integer addition with subtraction → KILLED
@@ -2250,12 +2250,12 @@

MutableInteraction.java

- + 148 - +
@@ -2265,12 +2265,12 @@

MutableInteraction.java

- + 149 - +
@@ -2280,12 +2280,12 @@

MutableInteraction.java

- + 150 - + @@ -2295,12 +2295,12 @@

MutableInteraction.java

- + 151 -1 +1 1. lambda$call$1 : removed call to java/util/List::add → KILLED
@@ -2312,12 +2312,12 @@

MutableInteraction.java

- + 152 - +
@@ -2327,12 +2327,12 @@

MutableInteraction.java

- + 153 - + @@ -2342,12 +2342,12 @@

MutableInteraction.java

- + 154 - + @@ -2357,12 +2357,12 @@

MutableInteraction.java

- + 155 - + @@ -2372,12 +2372,12 @@

MutableInteraction.java

- + 156 - + @@ -2387,12 +2387,12 @@

MutableInteraction.java

- + 157 - + @@ -2402,12 +2402,12 @@

MutableInteraction.java

- + 158 - + @@ -2417,12 +2417,12 @@

MutableInteraction.java

- + 159 - + @@ -2432,12 +2432,12 @@

MutableInteraction.java

- + 160 - + @@ -2447,12 +2447,12 @@

MutableInteraction.java

- + 161 - + @@ -2462,12 +2462,12 @@

MutableInteraction.java

- + 162 -1 +1 1. call : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::call → KILLED
@@ -2479,12 +2479,12 @@

MutableInteraction.java

- + 163 - +
@@ -2494,12 +2494,12 @@

MutableInteraction.java

- + 164 - + @@ -2509,12 +2509,12 @@

MutableInteraction.java

- + 165 - + @@ -2524,12 +2524,12 @@

MutableInteraction.java

- + 166 - + @@ -2539,12 +2539,12 @@

MutableInteraction.java

- + 167 - + @@ -2554,12 +2554,12 @@

MutableInteraction.java

- + 168 - + @@ -2569,12 +2569,12 @@

MutableInteraction.java

- + 169 - + @@ -2584,12 +2584,12 @@

MutableInteraction.java

- + 170 - + @@ -2599,12 +2599,12 @@

MutableInteraction.java

- + 171 - + @@ -2614,12 +2614,12 @@

MutableInteraction.java

- + 172 -1 +1 1. build : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::build → KILLED
@@ -2631,12 +2631,12 @@

MutableInteraction.java

- + 173 - +
@@ -2646,12 +2646,12 @@

MutableInteraction.java

- + 174 - + @@ -2661,12 +2661,12 @@

MutableInteraction.java

- + 175 - + @@ -2676,12 +2676,12 @@

MutableInteraction.java

- + 176 - + @@ -2691,12 +2691,12 @@

MutableInteraction.java

- + 177 - + @@ -2706,12 +2706,12 @@

MutableInteraction.java

- + 178 - + @@ -2721,12 +2721,12 @@

MutableInteraction.java

- + 179 - + @@ -2736,12 +2736,12 @@

MutableInteraction.java

- + 180 - + @@ -2751,12 +2751,12 @@

MutableInteraction.java

- + 181 - + @@ -2766,12 +2766,12 @@

MutableInteraction.java

- + 182 - + @@ -2781,12 +2781,12 @@

MutableInteraction.java

- + 183 - + @@ -2796,12 +2796,12 @@

MutableInteraction.java

- + 184 -1 +1 1. addChildren : removed call to java/util/List::forEach → KILLED
@@ -2813,12 +2813,12 @@

MutableInteraction.java

- + 185 - +
@@ -2828,12 +2828,12 @@

MutableInteraction.java

- + 186 -1 +1 1. addChildren : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::addChildren → KILLED
@@ -2845,12 +2845,12 @@

MutableInteraction.java

- + 187 - +
@@ -2860,12 +2860,12 @@

MutableInteraction.java

- + 188 - + @@ -2875,12 +2875,12 @@

MutableInteraction.java

- + 189 - + @@ -2890,12 +2890,12 @@

MutableInteraction.java

- + 190 - + @@ -2905,12 +2905,12 @@

MutableInteraction.java

- + 191 -1 +1 1. requester : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::requester → KILLED
@@ -2922,12 +2922,12 @@

MutableInteraction.java

- + 192 - +
@@ -2937,12 +2937,12 @@

MutableInteraction.java

- + 193 - + @@ -2952,12 +2952,12 @@

MutableInteraction.java

- + 194 - + @@ -2967,12 +2967,12 @@

MutableInteraction.java

- + 195 - + @@ -2982,12 +2982,12 @@

MutableInteraction.java

- + 196 -1 +1 1. request : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::request → KILLED
@@ -2999,12 +2999,12 @@

MutableInteraction.java

- + 197 - +
@@ -3014,12 +3014,12 @@

MutableInteraction.java

- + 198 - + @@ -3029,12 +3029,12 @@

MutableInteraction.java

- + 199 - + @@ -3044,12 +3044,12 @@

MutableInteraction.java

- + 200 - + @@ -3059,12 +3059,12 @@

MutableInteraction.java

- + 201 -1 +1 1. response : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::response → KILLED
@@ -3076,12 +3076,12 @@

MutableInteraction.java

- + 202 - +
@@ -3091,12 +3091,12 @@

MutableInteraction.java

- + 203 - + @@ -3106,12 +3106,12 @@

MutableInteraction.java

- + 204 - + @@ -3121,12 +3121,12 @@

MutableInteraction.java

- + 205 - + @@ -3136,12 +3136,12 @@

MutableInteraction.java

- + 206 -1 +1 1. parent : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::parent → KILLED
@@ -3153,12 +3153,12 @@

MutableInteraction.java

- + 207 - +
@@ -3168,12 +3168,12 @@

MutableInteraction.java

- + 208 - + @@ -3183,12 +3183,12 @@

MutableInteraction.java

- + 209 - + @@ -3198,12 +3198,12 @@

MutableInteraction.java

- + 210 - + @@ -3213,12 +3213,12 @@

MutableInteraction.java

- + 211 - + @@ -3228,12 +3228,12 @@

MutableInteraction.java

- + 212 - + @@ -3243,12 +3243,12 @@

MutableInteraction.java

- + 213 - + @@ -3258,12 +3258,12 @@

MutableInteraction.java

- + 214 - + @@ -3273,12 +3273,12 @@

MutableInteraction.java

- + 215 -1 +1 1. mutableChildren : replaced return value with Stream.empty for com/mastercard/test/flow/builder/mutable/MutableInteraction::mutableChildren → KILLED
@@ -3290,12 +3290,12 @@

MutableInteraction.java

- + 216 - +
@@ -3305,12 +3305,12 @@

MutableInteraction.java

- + 217 - + @@ -3320,12 +3320,12 @@

MutableInteraction.java

- + 218 - + @@ -3335,12 +3335,12 @@

MutableInteraction.java

- + 219 - + @@ -3350,12 +3350,12 @@

MutableInteraction.java

- + 220 -1 +1 1. children : replaced return value with Stream.empty for com/mastercard/test/flow/builder/mutable/MutableInteraction::children → KILLED
@@ -3367,12 +3367,12 @@

MutableInteraction.java

- + 221 - +
@@ -3382,12 +3382,12 @@

MutableInteraction.java

- + 222 - + @@ -3397,12 +3397,12 @@

MutableInteraction.java

- + 223 - + @@ -3412,12 +3412,12 @@

MutableInteraction.java

- + 224 - + @@ -3427,12 +3427,12 @@

MutableInteraction.java

- + 225 - + @@ -3442,12 +3442,12 @@

MutableInteraction.java

- + 226 -1 +1 1. tags : replaced return value with Collections.emptySet for com/mastercard/test/flow/builder/mutable/MutableInteraction::tags → KILLED
@@ -3459,12 +3459,12 @@

MutableInteraction.java

- + 227 - +
@@ -3474,12 +3474,12 @@

MutableInteraction.java

- + 228 - + @@ -3491,261 +3491,261 @@

MutableInteraction.java

Mutations

-48 +48 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest]/[method:inheritance()]
removed call to java/util/stream/Stream::forEach → KILLED

-
59 +59 - +

1.1
Location : requester
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::requester → KILLED

-
72 +72 - +

1.1
Location : request
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::request → KILLED

-
83 +83 - +

1.1
Location : responder
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::responder → KILLED

-
88 +88 - +

1.1
Location : responder
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::responder → KILLED

-
101 +101 - +

1.1
Location : response
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::response → KILLED

-
112 +112 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
removed call to java/util/function/Consumer::accept → KILLED

-
113 +113 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::tags → KILLED

-
123 +123 - +

1.1
Location : children
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:call()]
removed call to java/util/function/Consumer::accept → KILLED

-
124 +124 - +

1.1
Location : children
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:call()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::children → KILLED

-
141 +141 - +

1.1
Location : call
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:badCall()]
negated conditional → KILLED

-
144 +144 - +

1.1
Location : call
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:call()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::call → KILLED

-
146 +146 - +

1.1
Location : lambda$call$1
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:call()]
negated conditional → KILLED

2.2
Location : lambda$call$1
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:call()]
changed conditional boundary → KILLED

-
147 +147 - +

1.1
Location : lambda$call$1
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:call()]
Replaced integer addition with subtraction → KILLED

2.2
Location : lambda$call$1
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:call()]
Replaced integer addition with subtraction → KILLED

-
151 +151 - +

1.1
Location : lambda$call$1
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:call()]
removed call to java/util/List::add → KILLED

-
162 +162 - +

1.1
Location : call
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:call()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::call → KILLED

-
172 +172 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::build → KILLED

-
184 +184 - +

1.1
Location : addChildren
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:call()]
removed call to java/util/List::forEach → KILLED

-
186 +186 - +

1.1
Location : addChildren
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::addChildren → KILLED

-
191 +191 - +

1.1
Location : requester
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::requester → KILLED

-
196 +196 - +

1.1
Location : request
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::request → KILLED

-
201 +201 - +

1.1
Location : response
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::response → KILLED

-
206 +206 - +

1.1
Location : parent
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableInteraction::parent → KILLED

-
215 +215 - +

1.1
Location : mutableChildren
Killed by : com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest]/[method:call()]
replaced return value with Stream.empty for com/mastercard/test/flow/builder/mutable/MutableInteraction::mutableChildren → KILLED

-
220 +220 - +

1.1
Location : children
Killed by : com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest]/[method:call()]
replaced return value with Stream.empty for com/mastercard/test/flow/builder/mutable/MutableInteraction::children → KILLED

-
226 +226 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/builder/mutable/MutableInteraction::tags → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableMetadata.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableMetadata.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableMetadata.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableMetadata.java.html index 85b507982d..2bdd8be18e 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableMetadata.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableMetadata.java.html @@ -15,12 +15,12 @@

MutableMetadata.java

-
+ 1 - + @@ -30,12 +30,12 @@

MutableMetadata.java

- + 2 - + @@ -45,12 +45,12 @@

MutableMetadata.java

- + 3 - + @@ -60,12 +60,12 @@

MutableMetadata.java

- + 4 - + @@ -75,12 +75,12 @@

MutableMetadata.java

- + 5 - + @@ -90,12 +90,12 @@

MutableMetadata.java

- + 6 - + @@ -105,12 +105,12 @@

MutableMetadata.java

- + 7 - + @@ -120,12 +120,12 @@

MutableMetadata.java

- + 8 - + @@ -135,12 +135,12 @@

MutableMetadata.java

- + 9 - + @@ -150,12 +150,12 @@

MutableMetadata.java

- + 10 - + @@ -165,12 +165,12 @@

MutableMetadata.java

- + 11 - + @@ -180,12 +180,12 @@

MutableMetadata.java

- + 12 - + @@ -195,12 +195,12 @@

MutableMetadata.java

- + 13 - + @@ -210,12 +210,12 @@

MutableMetadata.java

- + 14 - + @@ -225,12 +225,12 @@

MutableMetadata.java

- + 15 - + @@ -240,12 +240,12 @@

MutableMetadata.java

- + 16 - + @@ -255,12 +255,12 @@

MutableMetadata.java

- + 17 - + @@ -270,12 +270,12 @@

MutableMetadata.java

- + 18 - + @@ -285,12 +285,12 @@

MutableMetadata.java

- + 19 - + @@ -300,12 +300,12 @@

MutableMetadata.java

- + 20 - + @@ -315,12 +315,12 @@

MutableMetadata.java

- + 21 - + @@ -330,12 +330,12 @@

MutableMetadata.java

- + 22 - + @@ -345,12 +345,12 @@

MutableMetadata.java

- + 23 - + @@ -360,12 +360,12 @@

MutableMetadata.java

- + 24 - + @@ -375,12 +375,12 @@

MutableMetadata.java

- + 25 - + @@ -390,12 +390,12 @@

MutableMetadata.java

- + 26 - + @@ -405,12 +405,12 @@

MutableMetadata.java

- + 27 - + @@ -420,12 +420,12 @@

MutableMetadata.java

- + 28 - + @@ -435,12 +435,12 @@

MutableMetadata.java

- + 29 - + @@ -450,12 +450,12 @@

MutableMetadata.java

- + 30 - + @@ -465,12 +465,12 @@

MutableMetadata.java

- + 31 - + @@ -480,12 +480,12 @@

MutableMetadata.java

- + 32 - + @@ -495,12 +495,12 @@

MutableMetadata.java

- + 33 - + @@ -510,12 +510,12 @@

MutableMetadata.java

- + 34 - + @@ -525,12 +525,12 @@

MutableMetadata.java

- + 35 - + @@ -540,12 +540,12 @@

MutableMetadata.java

- + 36 - + @@ -555,12 +555,12 @@

MutableMetadata.java

- + 37 - + @@ -570,12 +570,12 @@

MutableMetadata.java

- + 38 - + @@ -585,12 +585,12 @@

MutableMetadata.java

- + 39 -1 +1 1. <init> : removed call to java/util/Set::forEach → KILLED
@@ -602,12 +602,12 @@

MutableMetadata.java

- + 40 - +
@@ -617,12 +617,12 @@

MutableMetadata.java

- + 41 - + @@ -632,12 +632,12 @@

MutableMetadata.java

- + 42 - + @@ -647,12 +647,12 @@

MutableMetadata.java

- + 43 - + @@ -662,12 +662,12 @@

MutableMetadata.java

- + 44 - + @@ -677,12 +677,12 @@

MutableMetadata.java

- + 45 - + @@ -692,12 +692,12 @@

MutableMetadata.java

- + 46 - + @@ -707,12 +707,12 @@

MutableMetadata.java

- + 47 - + @@ -722,12 +722,12 @@

MutableMetadata.java

- + 48 - + @@ -737,12 +737,12 @@

MutableMetadata.java

- + 49 - + @@ -752,12 +752,12 @@

MutableMetadata.java

- + 50 - + @@ -767,12 +767,12 @@

MutableMetadata.java

- + 51 -1 +1 1. description : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::description → KILLED
@@ -784,12 +784,12 @@

MutableMetadata.java

- + 52 - +
@@ -799,12 +799,12 @@

MutableMetadata.java

- + 53 - + @@ -814,12 +814,12 @@

MutableMetadata.java

- + 54 - + @@ -829,12 +829,12 @@

MutableMetadata.java

- + 55 - + @@ -844,12 +844,12 @@

MutableMetadata.java

- + 56 - + @@ -859,12 +859,12 @@

MutableMetadata.java

- + 57 - + @@ -874,12 +874,12 @@

MutableMetadata.java

- + 58 - + @@ -889,12 +889,12 @@

MutableMetadata.java

- + 59 - + @@ -904,12 +904,12 @@

MutableMetadata.java

- + 60 - + @@ -919,12 +919,12 @@

MutableMetadata.java

- + 61 - + @@ -934,12 +934,12 @@

MutableMetadata.java

- + 62 - + @@ -949,12 +949,12 @@

MutableMetadata.java

- + 63 -1 +1 1. tags : removed call to java/util/function/Consumer::accept → KILLED
@@ -966,12 +966,12 @@

MutableMetadata.java

- + 64 - +
@@ -981,12 +981,12 @@

MutableMetadata.java

- + 65 -1 +1 1. tags : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::tags → KILLED
@@ -998,12 +998,12 @@

MutableMetadata.java

- + 66 - +
@@ -1013,12 +1013,12 @@

MutableMetadata.java

- + 67 - + @@ -1028,12 +1028,12 @@

MutableMetadata.java

- + 68 - + @@ -1043,12 +1043,12 @@

MutableMetadata.java

- + 69 - + @@ -1058,12 +1058,12 @@

MutableMetadata.java

- + 70 - + @@ -1073,12 +1073,12 @@

MutableMetadata.java

- + 71 - + @@ -1088,12 +1088,12 @@

MutableMetadata.java

- + 72 - + @@ -1103,12 +1103,12 @@

MutableMetadata.java

- + 73 - + @@ -1118,12 +1118,12 @@

MutableMetadata.java

- + 74 - + @@ -1133,12 +1133,12 @@

MutableMetadata.java

- + 75 -2 +2 1. motivation : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::motivation → KILLED
2. lambda$motivation$0 : replaced return value with "" for com/mastercard/test/flow/builder/mutable/MutableMetadata::lambda$motivation$0 → KILLED
@@ -1151,12 +1151,12 @@

MutableMetadata.java

- + 76 - +
@@ -1166,12 +1166,12 @@

MutableMetadata.java

- + 77 - + @@ -1181,12 +1181,12 @@

MutableMetadata.java

- + 78 - + @@ -1196,12 +1196,12 @@

MutableMetadata.java

- + 79 - + @@ -1211,12 +1211,12 @@

MutableMetadata.java

- + 80 - + @@ -1226,12 +1226,12 @@

MutableMetadata.java

- + 81 - + @@ -1241,12 +1241,12 @@

MutableMetadata.java

- + 82 - + @@ -1256,12 +1256,12 @@

MutableMetadata.java

- + 83 - + @@ -1271,12 +1271,12 @@

MutableMetadata.java

- + 84 - + @@ -1286,12 +1286,12 @@

MutableMetadata.java

- + 85 - + @@ -1301,12 +1301,12 @@

MutableMetadata.java

- + 86 -1 +1 1. motivation : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::motivation → KILLED
@@ -1318,12 +1318,12 @@

MutableMetadata.java

- + 87 - +
@@ -1333,12 +1333,12 @@

MutableMetadata.java

- + 88 - + @@ -1348,12 +1348,12 @@

MutableMetadata.java

- + 89 - + @@ -1363,12 +1363,12 @@

MutableMetadata.java

- + 90 - + @@ -1378,12 +1378,12 @@

MutableMetadata.java

- + 91 - + @@ -1393,12 +1393,12 @@

MutableMetadata.java

- + 92 - + @@ -1408,12 +1408,12 @@

MutableMetadata.java

- + 93 - + @@ -1423,12 +1423,12 @@

MutableMetadata.java

- + 94 - + @@ -1438,12 +1438,12 @@

MutableMetadata.java

- + 95 - + @@ -1453,12 +1453,12 @@

MutableMetadata.java

- + 96 - + @@ -1468,12 +1468,12 @@

MutableMetadata.java

- + 97 - + @@ -1483,12 +1483,12 @@

MutableMetadata.java

- + 98 - + @@ -1498,12 +1498,12 @@

MutableMetadata.java

- + 99 - + @@ -1513,12 +1513,12 @@

MutableMetadata.java

- + 100 -1 +1 1. trace : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::trace → KILLED
@@ -1530,12 +1530,12 @@

MutableMetadata.java

- + 101 - +
@@ -1545,12 +1545,12 @@

MutableMetadata.java

- + 102 - + @@ -1560,12 +1560,12 @@

MutableMetadata.java

- + 103 - + @@ -1575,12 +1575,12 @@

MutableMetadata.java

- + 104 - + @@ -1590,12 +1590,12 @@

MutableMetadata.java

- + 105 - + @@ -1605,12 +1605,12 @@

MutableMetadata.java

- + 106 - + @@ -1620,12 +1620,12 @@

MutableMetadata.java

- + 107 - + @@ -1635,12 +1635,12 @@

MutableMetadata.java

- + 108 - + @@ -1650,12 +1650,12 @@

MutableMetadata.java

- + 109 - + @@ -1665,12 +1665,12 @@

MutableMetadata.java

- + 110 - + @@ -1680,12 +1680,12 @@

MutableMetadata.java

- + 111 - + @@ -1695,12 +1695,12 @@

MutableMetadata.java

- + 112 -1 +1 1. trace : removed call to java/util/function/Consumer::accept → KILLED
@@ -1712,12 +1712,12 @@

MutableMetadata.java

- + 113 -1 +1 1. trace : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::trace → KILLED
@@ -1729,12 +1729,12 @@

MutableMetadata.java

- + 114 - +
@@ -1744,12 +1744,12 @@

MutableMetadata.java

- + 115 - +
@@ -1759,12 +1759,12 @@

MutableMetadata.java

- + 116 - + @@ -1774,12 +1774,12 @@

MutableMetadata.java

- + 117 - + @@ -1789,12 +1789,12 @@

MutableMetadata.java

- + 118 - + @@ -1804,12 +1804,12 @@

MutableMetadata.java

- + 119 - + @@ -1819,12 +1819,12 @@

MutableMetadata.java

- + 120 - + @@ -1834,12 +1834,12 @@

MutableMetadata.java

- + 121 - + @@ -1849,12 +1849,12 @@

MutableMetadata.java

- + 122 -2 +2 1. build : negated conditional → KILLED
2. build : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::build → KILLED
@@ -1867,12 +1867,12 @@

MutableMetadata.java

- + 123 - +
@@ -1882,12 +1882,12 @@

MutableMetadata.java

- + 124 - + @@ -1897,12 +1897,12 @@

MutableMetadata.java

- + 125 - + @@ -1912,12 +1912,12 @@

MutableMetadata.java

- + 126 - + @@ -1927,12 +1927,12 @@

MutableMetadata.java

- + 127 - + @@ -1942,12 +1942,12 @@

MutableMetadata.java

- + 128 -1 +1 1. build : negated conditional → KILLED
@@ -1959,12 +1959,12 @@

MutableMetadata.java

- + 129 - +
@@ -1974,12 +1974,12 @@

MutableMetadata.java

- + 130 - + @@ -1989,12 +1989,12 @@

MutableMetadata.java

- + 131 - + @@ -2006,111 +2006,111 @@

MutableMetadata.java

Mutations

-39 +39 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:basis()]
removed call to java/util/Set::forEach → KILLED

-
51 +51 - +

1.1
Location : description
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::description → KILLED

-
63 +63 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
removed call to java/util/function/Consumer::accept → KILLED

-
65 +65 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::tags → KILLED

-
75 +75 - +

1.1
Location : motivation
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::motivation → KILLED

2.2
Location : lambda$motivation$0
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with "" for com/mastercard/test/flow/builder/mutable/MutableMetadata::lambda$motivation$0 → KILLED

-
86 +86 - +

1.1
Location : motivation
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::motivation → KILLED

-
100 +100 - +

1.1
Location : trace
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::trace → KILLED

-
112 +112 - +

1.1
Location : trace
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
removed call to java/util/function/Consumer::accept → KILLED

-
113 +113 - +

1.1
Location : trace
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::trace → KILLED

-
122 +122 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
negated conditional → KILLED

2.2
Location : build
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableMetadata::build → KILLED

-
128 +128 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.mutable.MutableMetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableMetadataTest]/[method:fields()]
negated conditional → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableRootInteraction.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableRootInteraction.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableRootInteraction.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableRootInteraction.java.html index c41cb89698..5f7b6aadc7 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/MutableRootInteraction.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/MutableRootInteraction.java.html @@ -15,12 +15,12 @@

MutableRootInteraction.java

-
+ 1 - + @@ -30,12 +30,12 @@

MutableRootInteraction.java

- + 2 - + @@ -45,12 +45,12 @@

MutableRootInteraction.java

- + 3 - + @@ -60,12 +60,12 @@

MutableRootInteraction.java

- + 4 - + @@ -75,12 +75,12 @@

MutableRootInteraction.java

- + 5 - + @@ -90,12 +90,12 @@

MutableRootInteraction.java

- + 6 - + @@ -105,12 +105,12 @@

MutableRootInteraction.java

- + 7 - + @@ -120,12 +120,12 @@

MutableRootInteraction.java

- + 8 - + @@ -135,12 +135,12 @@

MutableRootInteraction.java

- + 9 - + @@ -150,12 +150,12 @@

MutableRootInteraction.java

- + 10 - + @@ -165,12 +165,12 @@

MutableRootInteraction.java

- + 11 - + @@ -180,12 +180,12 @@

MutableRootInteraction.java

- + 12 - + @@ -195,12 +195,12 @@

MutableRootInteraction.java

- + 13 - + @@ -210,12 +210,12 @@

MutableRootInteraction.java

- + 14 - + @@ -225,12 +225,12 @@

MutableRootInteraction.java

- + 15 - + @@ -240,12 +240,12 @@

MutableRootInteraction.java

- + 16 - + @@ -255,12 +255,12 @@

MutableRootInteraction.java

- + 17 - + @@ -270,12 +270,12 @@

MutableRootInteraction.java

- + 18 - + @@ -285,12 +285,12 @@

MutableRootInteraction.java

- + 19 - + @@ -300,12 +300,12 @@

MutableRootInteraction.java

- + 20 - + @@ -315,12 +315,12 @@

MutableRootInteraction.java

- + 21 - + @@ -330,12 +330,12 @@

MutableRootInteraction.java

- + 22 - + @@ -345,12 +345,12 @@

MutableRootInteraction.java

- + 23 - + @@ -360,12 +360,12 @@

MutableRootInteraction.java

- + 24 - + @@ -375,12 +375,12 @@

MutableRootInteraction.java

- + 25 - + @@ -390,12 +390,12 @@

MutableRootInteraction.java

- + 26 - + @@ -405,12 +405,12 @@

MutableRootInteraction.java

- + 27 - + @@ -420,12 +420,12 @@

MutableRootInteraction.java

- + 28 - + @@ -435,12 +435,12 @@

MutableRootInteraction.java

- + 29 - + @@ -450,12 +450,12 @@

MutableRootInteraction.java

- + 30 - + @@ -465,12 +465,12 @@

MutableRootInteraction.java

- + 31 - + @@ -480,12 +480,12 @@

MutableRootInteraction.java

- + 32 -1 +1 1. requester : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableRootInteraction::requester → KILLED
@@ -497,12 +497,12 @@

MutableRootInteraction.java

- + 33 - +
@@ -512,12 +512,12 @@

MutableRootInteraction.java

- + 34 - + @@ -527,12 +527,12 @@

MutableRootInteraction.java

- + 35 - + @@ -542,12 +542,12 @@

MutableRootInteraction.java

- + 36 - + @@ -557,12 +557,12 @@

MutableRootInteraction.java

- + 37 -1 +1 1. requester : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableRootInteraction::requester → KILLED
@@ -574,12 +574,12 @@

MutableRootInteraction.java

- + 38 - +
@@ -589,12 +589,12 @@

MutableRootInteraction.java

- + 39 - + @@ -604,12 +604,12 @@

MutableRootInteraction.java

- + 40 - + @@ -619,12 +619,12 @@

MutableRootInteraction.java

- + 41 - + @@ -634,12 +634,12 @@

MutableRootInteraction.java

- + 42 - + @@ -649,12 +649,12 @@

MutableRootInteraction.java

- + 43 - + @@ -664,12 +664,12 @@

MutableRootInteraction.java

- + 44 - + @@ -679,12 +679,12 @@

MutableRootInteraction.java

- + 45 - + @@ -694,12 +694,12 @@

MutableRootInteraction.java

- + 46 -1 +1 1. build : replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableRootInteraction::build → KILLED
@@ -711,12 +711,12 @@

MutableRootInteraction.java

- + 47 - +
@@ -726,12 +726,12 @@

MutableRootInteraction.java

- + 48 - + @@ -741,12 +741,12 @@

MutableRootInteraction.java

- + 49 - + @@ -756,12 +756,12 @@

MutableRootInteraction.java

- + 50 - + @@ -771,12 +771,12 @@

MutableRootInteraction.java

- + 51 - + @@ -788,31 +788,31 @@

MutableRootInteraction.java

Mutations

-32 +32 - +

1.1
Location : requester
Killed by : com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableRootInteraction::requester → KILLED

-
37 +37 - +

1.1
Location : requester
Killed by : com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableRootInteraction::requester → KILLED

-
46 +46 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.mutable.MutableInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableInteractionTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/builder/mutable/MutableRootInteraction::build → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.mutable/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.mutable/index.html diff --git a/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/From.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/From.java.html new file mode 100644 index 0000000000..24993de75c --- /dev/null +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/From.java.html @@ -0,0 +1,603 @@ + + + + + + + + + +

From.java

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +1 + + + + + + +
package com.mastercard.test.flow.builder.steps;
+ +2 + + + + + + +
+ +3 + + + + + + +
import com.mastercard.test.flow.Actor;
+ +4 + + + + + + +
import com.mastercard.test.flow.Interaction;
+ +5 + + + + + + +
import com.mastercard.test.flow.builder.mutable.MutableInteraction;
+ +6 + + + + + + +
+ +7 + + + + + + +
/**
+ +8 + + + + + + +
 * The first stage of defining an interaction - setting the origin.
+ +9 + + + + + + +
 *
+ +10 + + + + + + +
 * @param <R> The type that initiated the call sequence
+ +11 + + + + + + +
 */
+ +12 + + + + + + +
public class From<R> {
+ +13 + + + + + + +
	private final R returnTo;
+ +14 + + + + + + +
	private final MutableInteraction building;
+ +15 + + + + + + +
+ +16 + + + + + + +
	/**
+ +17 + + + + + + +
	 * @param returnTo The object to return control to when the call sequence is
+ +18 + + + + + + +
	 *                 complete
+ +19 + + + + + + +
	 * @param building The interaction that we're building
+ +20 + + + + + + +
	 */
+ +21 + + + + + + +
	public From( R returnTo, MutableInteraction building ) {
+ +22 + + + + + + +
		this.returnTo = returnTo;
+ +23 + + + + + + +
		this.building = building;
+ +24 + + + + + + +
	}
+ +25 + + + + + + +
+ +26 + + + + + + +
	/**
+ +27 + + + + + + +
	 * Sets the source of the interaction
+ +28 + + + + + + +
	 *
+ +29 + + + + + + +
	 * @param source The requester in the resulting {@link Interaction}
+ +30 + + + + + + +
	 * @return The next stage of the call sequence
+ +31 + + + + + + +
	 */
+ +32 + + + + + + +
	public To<R> from( Actor source ) {
+ +33 + + + + + + +
		building.requester( source );
+ +34 + + +1 + +1. from : replaced return value with null for com/mastercard/test/flow/builder/steps/From::from → KILLED
+ +
+
+
		return new To<>( returnTo, building );
+ +35 + + + + + + +
	}
+ +36 + + + + + + +
+ +37 + + + + + + +
}

Mutations

34 + + + +

1.1
Location : from
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:basic()]
replaced return value with null for com/mastercard/test/flow/builder/steps/From::from → KILLED

+
+ + +

Active mutators

+ + +

Tests examined

+ + +
+ +Report generated by
PIT 1.16.1 + + + \ No newline at end of file diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Publisher.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Publisher.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Publisher.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Publisher.java.html index e851afccfb..5cc3b30732 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Publisher.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Publisher.java.html @@ -15,12 +15,12 @@

Publisher.java

- + 1 - + @@ -30,12 +30,12 @@

Publisher.java

- + 2 - + @@ -45,12 +45,12 @@

Publisher.java

- + 3 - + @@ -60,12 +60,12 @@

Publisher.java

- + 4 - + @@ -75,12 +75,12 @@

Publisher.java

- + 5 - + @@ -90,12 +90,12 @@

Publisher.java

- + 6 - + @@ -105,12 +105,12 @@

Publisher.java

- + 7 - + @@ -120,12 +120,12 @@

Publisher.java

- + 8 - + @@ -135,12 +135,12 @@

Publisher.java

- + 9 - + @@ -150,12 +150,12 @@

Publisher.java

- + 10 - + @@ -165,12 +165,12 @@

Publisher.java

- + 11 - + @@ -180,12 +180,12 @@

Publisher.java

- + 12 - + @@ -195,12 +195,12 @@

Publisher.java

- + 13 - + @@ -210,12 +210,12 @@

Publisher.java

- + 14 - + @@ -225,12 +225,12 @@

Publisher.java

- + 15 - + @@ -240,12 +240,12 @@

Publisher.java

- + 16 - + @@ -255,12 +255,12 @@

Publisher.java

- + 17 - + @@ -270,12 +270,12 @@

Publisher.java

- + 18 - + @@ -285,12 +285,12 @@

Publisher.java

- + 19 - + @@ -300,12 +300,12 @@

Publisher.java

- + 20 - + @@ -315,12 +315,12 @@

Publisher.java

- + 21 - + @@ -330,12 +330,12 @@

Publisher.java

- + 22 - + @@ -345,12 +345,12 @@

Publisher.java

- + 23 - + @@ -360,12 +360,12 @@

Publisher.java

- + 24 - + @@ -375,12 +375,12 @@

Publisher.java

- + 25 - + @@ -390,12 +390,12 @@

Publisher.java

- + 26 - + @@ -405,12 +405,12 @@

Publisher.java

- + 27 - + @@ -420,12 +420,12 @@

Publisher.java

- + 28 - + @@ -435,12 +435,12 @@

Publisher.java

- + 29 - + @@ -450,12 +450,12 @@

Publisher.java

- + 30 - + @@ -465,12 +465,12 @@

Publisher.java

- + 31 - + @@ -480,12 +480,12 @@

Publisher.java

- + 32 - + @@ -495,12 +495,12 @@

Publisher.java

- + 33 - + @@ -510,12 +510,12 @@

Publisher.java

- + 34 - + @@ -525,12 +525,12 @@

Publisher.java

- + 35 - + @@ -540,12 +540,12 @@

Publisher.java

- + 36 - + @@ -555,12 +555,12 @@

Publisher.java

- + 37 - + @@ -570,12 +570,12 @@

Publisher.java

- + 38 - + @@ -585,12 +585,12 @@

Publisher.java

- + 39 - + @@ -600,12 +600,12 @@

Publisher.java

- + 40 - + @@ -615,12 +615,12 @@

Publisher.java

- + 41 - + @@ -630,12 +630,12 @@

Publisher.java

- + 42 - + @@ -645,12 +645,12 @@

Publisher.java

- + 43 - + @@ -660,12 +660,12 @@

Publisher.java

- + 44 - + @@ -675,12 +675,12 @@

Publisher.java

- + 45 - + @@ -690,12 +690,12 @@

Publisher.java

- + 46 -1 +1 1. source : replaced return value with null for com/mastercard/test/flow/builder/steps/Publisher::source → KILLED
@@ -707,12 +707,12 @@

Publisher.java

- + 47 - +
@@ -722,12 +722,12 @@

Publisher.java

- + 48 - + @@ -737,12 +737,12 @@

Publisher.java

- + 49 - + @@ -752,12 +752,12 @@

Publisher.java

- + 50 - + @@ -767,12 +767,12 @@

Publisher.java

- + 51 - + @@ -782,12 +782,12 @@

Publisher.java

- + 52 - + @@ -797,12 +797,12 @@

Publisher.java

- + 53 - + @@ -812,12 +812,12 @@

Publisher.java

- + 54 - + @@ -827,12 +827,12 @@

Publisher.java

- + 55 - + @@ -842,12 +842,12 @@

Publisher.java

- + 56 - + @@ -857,12 +857,12 @@

Publisher.java

- + 57 - + @@ -872,12 +872,12 @@

Publisher.java

- + 58 -1 +1 1. from : replaced return value with null for com/mastercard/test/flow/builder/steps/Publisher::from → KILLED
@@ -889,12 +889,12 @@

Publisher.java

- + 59 - +
@@ -904,12 +904,12 @@

Publisher.java

- + 60 -1 +1 1. lambda$from$1 : replaced return value with null for com/mastercard/test/flow/builder/steps/Publisher::lambda$from$1 → KILLED
@@ -921,12 +921,12 @@

Publisher.java

- + 61 - +
@@ -936,12 +936,12 @@

Publisher.java

- + 62 - + @@ -951,12 +951,12 @@

Publisher.java

- + 63 - + @@ -966,12 +966,12 @@

Publisher.java

- + 64 - + @@ -983,31 +983,31 @@

Publisher.java

Mutations

-46 +46 - +

1.1
Location : source
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Publisher::source → KILLED

-
58 +58 - +

1.1
Location : from
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Publisher::from → KILLED

-
60 +60 - +

1.1
Location : lambda$from$1
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Publisher::lambda$from$1 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Request.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Request.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Request.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Request.java.html index d4b2bc300c..a956fe3b6c 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Request.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Request.java.html @@ -15,12 +15,12 @@

Request.java

-
+ 1 - + @@ -30,12 +30,12 @@

Request.java

- + 2 - + @@ -45,12 +45,12 @@

Request.java

- + 3 - + @@ -60,12 +60,12 @@

Request.java

- + 4 - + @@ -75,12 +75,12 @@

Request.java

- + 5 - + @@ -90,12 +90,12 @@

Request.java

- + 6 - + @@ -105,12 +105,12 @@

Request.java

- + 7 - + @@ -120,12 +120,12 @@

Request.java

- + 8 - + @@ -135,12 +135,12 @@

Request.java

- + 9 - + @@ -150,12 +150,12 @@

Request.java

- + 10 - + @@ -165,12 +165,12 @@

Request.java

- + 11 - + @@ -180,12 +180,12 @@

Request.java

- + 12 - + @@ -195,12 +195,12 @@

Request.java

- + 13 - + @@ -210,12 +210,12 @@

Request.java

- + 14 - + @@ -225,12 +225,12 @@

Request.java

- + 15 - + @@ -240,12 +240,12 @@

Request.java

- + 16 - + @@ -255,12 +255,12 @@

Request.java

- + 17 - + @@ -270,12 +270,12 @@

Request.java

- + 18 - + @@ -285,12 +285,12 @@

Request.java

- + 19 - + @@ -300,12 +300,12 @@

Request.java

- + 20 - + @@ -315,12 +315,12 @@

Request.java

- + 21 - + @@ -330,12 +330,12 @@

Request.java

- + 22 - + @@ -345,12 +345,12 @@

Request.java

- + 23 - + @@ -360,12 +360,12 @@

Request.java

- + 24 - + @@ -375,12 +375,12 @@

Request.java

- + 25 - + @@ -390,12 +390,12 @@

Request.java

- + 26 - + @@ -405,12 +405,12 @@

Request.java

- + 27 - + @@ -420,12 +420,12 @@

Request.java

- + 28 - + @@ -435,12 +435,12 @@

Request.java

- + 29 - + @@ -450,12 +450,12 @@

Request.java

- + 30 - + @@ -465,12 +465,12 @@

Request.java

- + 31 - + @@ -480,12 +480,12 @@

Request.java

- + 32 - + @@ -495,12 +495,12 @@

Request.java

- + 33 - + @@ -510,12 +510,12 @@

Request.java

- + 34 - + @@ -525,12 +525,12 @@

Request.java

- + 35 - + @@ -540,12 +540,12 @@

Request.java

- + 36 - + @@ -555,12 +555,12 @@

Request.java

- + 37 - + @@ -570,12 +570,12 @@

Request.java

- + 38 - + @@ -585,12 +585,12 @@

Request.java

- + 39 - + @@ -600,12 +600,12 @@

Request.java

- + 40 - + @@ -615,12 +615,12 @@

Request.java

- + 41 -1 +1 1. tags : replaced return value with null for com/mastercard/test/flow/builder/steps/Request::tags → KILLED
@@ -632,12 +632,12 @@

Request.java

- + 42 - +
@@ -647,12 +647,12 @@

Request.java

- + 43 - + @@ -662,12 +662,12 @@

Request.java

- + 44 - + @@ -677,12 +677,12 @@

Request.java

- + 45 - + @@ -692,12 +692,12 @@

Request.java

- + 46 - + @@ -707,12 +707,12 @@

Request.java

- + 47 - + @@ -722,12 +722,12 @@

Request.java

- + 48 - + @@ -737,12 +737,12 @@

Request.java

- + 49 - + @@ -752,12 +752,12 @@

Request.java

- + 50 - + @@ -767,12 +767,12 @@

Request.java

- + 51 - + @@ -782,12 +782,12 @@

Request.java

- + 52 -1 +1 1. request : replaced return value with null for com/mastercard/test/flow/builder/steps/Request::request → KILLED
@@ -799,12 +799,12 @@

Request.java

- + 53 - +
@@ -814,12 +814,12 @@

Request.java

- + 54 - + @@ -831,21 +831,21 @@

Request.java

Mutations

-41 +41 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:tagging()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Request::tags → KILLED

-
52 +52 - +

1.1
Location : request
Killed by : com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest]/[method:call()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Request::request → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Response.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Response.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Response.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Response.java.html index fa4d3fc45e..2a47f9b5b3 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Response.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Response.java.html @@ -15,12 +15,12 @@

Response.java

-
+ 1 - + @@ -30,12 +30,12 @@

Response.java

- + 2 - + @@ -45,12 +45,12 @@

Response.java

- + 3 - + @@ -60,12 +60,12 @@

Response.java

- + 4 - + @@ -75,12 +75,12 @@

Response.java

- + 5 - + @@ -90,12 +90,12 @@

Response.java

- + 6 - + @@ -105,12 +105,12 @@

Response.java

- + 7 - + @@ -120,12 +120,12 @@

Response.java

- + 8 - + @@ -135,12 +135,12 @@

Response.java

- + 9 - + @@ -150,12 +150,12 @@

Response.java

- + 10 - + @@ -165,12 +165,12 @@

Response.java

- + 11 - + @@ -180,12 +180,12 @@

Response.java

- + 12 - + @@ -195,12 +195,12 @@

Response.java

- + 13 - + @@ -210,12 +210,12 @@

Response.java

- + 14 - + @@ -225,12 +225,12 @@

Response.java

- + 15 - + @@ -240,12 +240,12 @@

Response.java

- + 16 - + @@ -255,12 +255,12 @@

Response.java

- + 17 - + @@ -270,12 +270,12 @@

Response.java

- + 18 - + @@ -285,12 +285,12 @@

Response.java

- + 19 - + @@ -300,12 +300,12 @@

Response.java

- + 20 - + @@ -315,12 +315,12 @@

Response.java

- + 21 - + @@ -330,12 +330,12 @@

Response.java

- + 22 - + @@ -345,12 +345,12 @@

Response.java

- + 23 - + @@ -360,12 +360,12 @@

Response.java

- + 24 - + @@ -375,12 +375,12 @@

Response.java

- + 25 - + @@ -390,12 +390,12 @@

Response.java

- + 26 - + @@ -405,12 +405,12 @@

Response.java

- + 27 - + @@ -420,12 +420,12 @@

Response.java

- + 28 - + @@ -435,12 +435,12 @@

Response.java

- + 29 - + @@ -450,12 +450,12 @@

Response.java

- + 30 - + @@ -465,12 +465,12 @@

Response.java

- + 31 - + @@ -480,12 +480,12 @@

Response.java

- + 32 - + @@ -495,12 +495,12 @@

Response.java

- + 33 - + @@ -510,12 +510,12 @@

Response.java

- + 34 - + @@ -525,12 +525,12 @@

Response.java

- + 35 - + @@ -540,12 +540,12 @@

Response.java

- + 36 - + @@ -555,12 +555,12 @@

Response.java

- + 37 - + @@ -570,12 +570,12 @@

Response.java

- + 38 - + @@ -585,12 +585,12 @@

Response.java

- + 39 - + @@ -600,12 +600,12 @@

Response.java

- + 40 -1 +1 1. call : negated conditional → KILLED
@@ -617,12 +617,12 @@

Response.java

- + 41 - +
@@ -632,12 +632,12 @@

Response.java

- + 42 - + @@ -647,12 +647,12 @@

Response.java

- + 43 - + @@ -662,12 +662,12 @@

Response.java

- + 44 -1 +1 1. call : replaced return value with null for com/mastercard/test/flow/builder/steps/Response::call → KILLED
@@ -679,12 +679,12 @@

Response.java

- + 45 - +
@@ -694,12 +694,12 @@

Response.java

- + 46 - + @@ -709,12 +709,12 @@

Response.java

- + 47 - + @@ -724,12 +724,12 @@

Response.java

- + 48 - + @@ -739,12 +739,12 @@

Response.java

- + 49 - + @@ -754,12 +754,12 @@

Response.java

- + 50 - + @@ -769,12 +769,12 @@

Response.java

- + 51 - + @@ -784,12 +784,12 @@

Response.java

- + 52 - + @@ -799,12 +799,12 @@

Response.java

- + 53 - + @@ -814,12 +814,12 @@

Response.java

- + 54 - + @@ -829,12 +829,12 @@

Response.java

- + 55 -1 +1 1. response : replaced return value with null for com/mastercard/test/flow/builder/steps/Response::response → KILLED
@@ -846,12 +846,12 @@

Response.java

- + 56 - +
@@ -861,12 +861,12 @@

Response.java

- + 57 - + @@ -878,31 +878,31 @@

Response.java

Mutations

-40 +40 - + -

1.1
Location : call
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:nested()]
negated conditional → KILLED

+

1.1
Location : call
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:badCall()]
negated conditional → KILLED

-
44 +44 - + -

1.1
Location : call
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:nested()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Response::call → KILLED

+

1.1
Location : call
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:badCall()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Response::call → KILLED

-
55 +55 - +

1.1
Location : response
Killed by : com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest]/[method:call()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Response::response → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Subscriber.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Subscriber.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Subscriber.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Subscriber.java.html index 04c1b66534..301b956232 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/Subscriber.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/Subscriber.java.html @@ -15,12 +15,12 @@

Subscriber.java

-
+ 1 - + @@ -30,12 +30,12 @@

Subscriber.java

- + 2 - + @@ -45,12 +45,12 @@

Subscriber.java

- + 3 - + @@ -60,12 +60,12 @@

Subscriber.java

- + 4 - + @@ -75,12 +75,12 @@

Subscriber.java

- + 5 - + @@ -90,12 +90,12 @@

Subscriber.java

- + 6 - + @@ -105,12 +105,12 @@

Subscriber.java

- + 7 - + @@ -120,12 +120,12 @@

Subscriber.java

- + 8 - + @@ -135,12 +135,12 @@

Subscriber.java

- + 9 - + @@ -150,12 +150,12 @@

Subscriber.java

- + 10 - + @@ -165,12 +165,12 @@

Subscriber.java

- + 11 - + @@ -180,12 +180,12 @@

Subscriber.java

- + 12 - + @@ -195,12 +195,12 @@

Subscriber.java

- + 13 - + @@ -210,12 +210,12 @@

Subscriber.java

- + 14 - + @@ -225,12 +225,12 @@

Subscriber.java

- + 15 - + @@ -240,12 +240,12 @@

Subscriber.java

- + 16 - + @@ -255,12 +255,12 @@

Subscriber.java

- + 17 - + @@ -270,12 +270,12 @@

Subscriber.java

- + 18 - + @@ -285,12 +285,12 @@

Subscriber.java

- + 19 - + @@ -300,12 +300,12 @@

Subscriber.java

- + 20 - + @@ -315,12 +315,12 @@

Subscriber.java

- + 21 - + @@ -330,12 +330,12 @@

Subscriber.java

- + 22 - + @@ -345,12 +345,12 @@

Subscriber.java

- + 23 - + @@ -360,12 +360,12 @@

Subscriber.java

- + 24 - + @@ -375,12 +375,12 @@

Subscriber.java

- + 25 - + @@ -390,12 +390,12 @@

Subscriber.java

- + 26 - + @@ -405,12 +405,12 @@

Subscriber.java

- + 27 - + @@ -420,12 +420,12 @@

Subscriber.java

- + 28 - + @@ -435,12 +435,12 @@

Subscriber.java

- + 29 - + @@ -450,12 +450,12 @@

Subscriber.java

- + 30 - + @@ -465,12 +465,12 @@

Subscriber.java

- + 31 - + @@ -480,12 +480,12 @@

Subscriber.java

- + 32 - + @@ -495,12 +495,12 @@

Subscriber.java

- + 33 - + @@ -510,12 +510,12 @@

Subscriber.java

- + 34 - + @@ -525,12 +525,12 @@

Subscriber.java

- + 35 - + @@ -540,12 +540,12 @@

Subscriber.java

- + 36 - + @@ -555,12 +555,12 @@

Subscriber.java

- + 37 - + @@ -570,12 +570,12 @@

Subscriber.java

- + 38 - + @@ -585,12 +585,12 @@

Subscriber.java

- + 39 - + @@ -600,12 +600,12 @@

Subscriber.java

- + 40 - + @@ -615,12 +615,12 @@

Subscriber.java

- + 41 - + @@ -630,12 +630,12 @@

Subscriber.java

- + 42 - + @@ -645,12 +645,12 @@

Subscriber.java

- + 43 - + @@ -660,12 +660,12 @@

Subscriber.java

- + 44 -1 +1 1. mutate : replaced return value with null for com/mastercard/test/flow/builder/steps/Subscriber::mutate → KILLED
@@ -677,12 +677,12 @@

Subscriber.java

- + 45 - +
@@ -692,12 +692,12 @@

Subscriber.java

- + 46 - + @@ -707,12 +707,12 @@

Subscriber.java

- + 47 - + @@ -722,12 +722,12 @@

Subscriber.java

- + 48 - + @@ -737,12 +737,12 @@

Subscriber.java

- + 49 - + @@ -752,12 +752,12 @@

Subscriber.java

- + 50 - + @@ -767,12 +767,12 @@

Subscriber.java

- + 51 - + @@ -782,12 +782,12 @@

Subscriber.java

- + 52 - + @@ -797,12 +797,12 @@

Subscriber.java

- + 53 - + @@ -812,12 +812,12 @@

Subscriber.java

- + 54 - + @@ -827,12 +827,12 @@

Subscriber.java

- + 55 - + @@ -842,12 +842,12 @@

Subscriber.java

- + 56 - + @@ -857,12 +857,12 @@

Subscriber.java

- + 57 - + @@ -872,12 +872,12 @@

Subscriber.java

- + 58 - + @@ -887,12 +887,12 @@

Subscriber.java

- + 59 -1 +1 1. sink : replaced return value with null for com/mastercard/test/flow/builder/steps/Subscriber::sink → KILLED
@@ -904,12 +904,12 @@

Subscriber.java

- + 60 - +
@@ -919,12 +919,12 @@

Subscriber.java

- + 61 - + @@ -934,12 +934,12 @@

Subscriber.java

- + 62 - + @@ -949,12 +949,12 @@

Subscriber.java

- + 63 - + @@ -964,12 +964,12 @@

Subscriber.java

- + 64 - + @@ -979,12 +979,12 @@

Subscriber.java

- + 65 - + @@ -994,12 +994,12 @@

Subscriber.java

- + 66 - + @@ -1009,12 +1009,12 @@

Subscriber.java

- + 67 - + @@ -1024,12 +1024,12 @@

Subscriber.java

- + 68 - + @@ -1039,12 +1039,12 @@

Subscriber.java

- + 69 - + @@ -1054,12 +1054,12 @@

Subscriber.java

- + 70 - + @@ -1069,12 +1069,12 @@

Subscriber.java

- + 71 -1 +1 1. to : replaced return value with null for com/mastercard/test/flow/builder/steps/Subscriber::to → KILLED
@@ -1086,12 +1086,12 @@

Subscriber.java

- + 72 - +
@@ -1101,12 +1101,12 @@

Subscriber.java

- + 73 -1 +1 1. lambda$to$1 : replaced return value with null for com/mastercard/test/flow/builder/steps/Subscriber::lambda$to$1 → KILLED
@@ -1118,12 +1118,12 @@

Subscriber.java

- + 74 - +
@@ -1133,12 +1133,12 @@

Subscriber.java

- + 75 - + @@ -1148,12 +1148,12 @@

Subscriber.java

- + 76 - + @@ -1163,12 +1163,12 @@

Subscriber.java

- + 77 - + @@ -1180,41 +1180,41 @@

Subscriber.java

Mutations

-44 +44 - +

1.1
Location : mutate
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:data()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Subscriber::mutate → KILLED

-
59 +59 - +

1.1
Location : sink
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Subscriber::sink → KILLED

-
71 +71 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Subscriber::to → KILLED

-
73 +73 - +

1.1
Location : lambda$to$1
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:data()]
replaced return value with null for com/mastercard/test/flow/builder/steps/Subscriber::lambda$to$1 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/From.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/To.java.html similarity index 64% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/From.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/To.java.html index fa0f9ece38..fc654f567b 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/From.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/To.java.html @@ -7,7 +7,7 @@ -

From.java

+

To.java

@@ -15,12 +15,12 @@

From.java

- + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder.steps/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder.steps/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/AbstractContext.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/AbstractContext.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/AbstractContext.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/AbstractContext.java.html index 9a9ad72afe..f1aeb7c0f8 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/AbstractContext.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/AbstractContext.java.html @@ -15,12 +15,12 @@

AbstractContext.java

- + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Builder.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Builder.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Builder.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Builder.java.html index 3431a6a6d6..a9ccf3317f 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Builder.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Builder.java.html @@ -15,12 +15,12 @@

Builder.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Chain.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Chain.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Chain.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Chain.java.html index a31fbf07f0..96be76e415 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Chain.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Chain.java.html @@ -15,12 +15,12 @@

Chain.java

- + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Creator.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Creator.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Creator.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Creator.java.html index 32903aba32..24a2683e29 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Creator.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Creator.java.html @@ -15,12 +15,12 @@

Creator.java

- + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Deriver.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Deriver.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Deriver.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Deriver.java.html index 32535a0dc5..cfdac5ce7a 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Deriver.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Deriver.java.html @@ -15,12 +15,12 @@

Deriver.java

- + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Sets.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Sets.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Sets.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Sets.java.html index 5a7c40ea2a..e9e3c82d7c 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Sets.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Sets.java.html @@ -15,12 +15,12 @@

Sets.java

- + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Trace.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Trace.java.html similarity index 63% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Trace.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Trace.java.html index 179a93d80d..d0c4119ac9 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/Trace.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/Trace.java.html @@ -15,12 +15,12 @@

Trace.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.builder/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.builder/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.model/CombineModel.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.model/CombineModel.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.model/CombineModel.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.model/CombineModel.java.html index d1926a305b..82bc020c27 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.model/CombineModel.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.model/CombineModel.java.html @@ -15,12 +15,12 @@

CombineModel.java

- + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.model/EagerModel.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.model/EagerModel.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.model/EagerModel.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.model/EagerModel.java.html index 26c342ddc4..3579d4e80c 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.model/EagerModel.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.model/EagerModel.java.html @@ -15,12 +15,12 @@

EagerModel.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.model/LazyModel.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.model/LazyModel.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.model/LazyModel.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.model/LazyModel.java.html index 3533f6c66b..dd24f9a30b 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.model/LazyModel.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.model/LazyModel.java.html @@ -15,12 +15,12 @@

LazyModel.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.model/TitledModel.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.model/TitledModel.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.model/TitledModel.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.model/TitledModel.java.html index 7b98d7c32d..aa2d43c4f7 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.model/TitledModel.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.model/TitledModel.java.html @@ -15,12 +15,12 @@

TitledModel.java

- + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.model/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.model/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.model/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.model/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.http/HttpMsg.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.http/HttpMsg.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.http/HttpMsg.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.http/HttpMsg.java.html index 36bcede36d..99c8687ce0 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.http/HttpMsg.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.http/HttpMsg.java.html @@ -15,12 +15,12 @@

HttpMsg.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.http/HttpReq.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.http/HttpReq.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.http/HttpReq.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.http/HttpReq.java.html index 3c592d1d4d..b38203dd8d 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.http/HttpReq.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.http/HttpReq.java.html @@ -15,12 +15,12 @@

HttpReq.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.http/HttpRes.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.http/HttpRes.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.http/HttpRes.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.http/HttpRes.java.html index ec085c6cc2..aef8fb5fa9 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.http/HttpRes.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.http/HttpRes.java.html @@ -15,12 +15,12 @@

HttpRes.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.http/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.http/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.http/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.http/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.json/Json.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.json/Json.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.json/Json.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.json/Json.java.html index f152900512..8bebc03802 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.json/Json.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.json/Json.java.html @@ -15,12 +15,12 @@

Json.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.json/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.json/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.json/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.json/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.sql/Query.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.sql/Query.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.sql/Query.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.sql/Query.java.html index 2268600c42..5dc541406c 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.sql/Query.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.sql/Query.java.html @@ -15,12 +15,12 @@

Query.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.sql/Result.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.sql/Result.java.html similarity index 63% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.sql/Result.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.sql/Result.java.html index e5a061ee0a..1d81e2b468 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.sql/Result.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.sql/Result.java.html @@ -15,12 +15,12 @@

Result.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.sql/TypedKVP.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.sql/TypedKVP.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.sql/TypedKVP.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.sql/TypedKVP.java.html index 2457f9fc97..83f7cda733 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.sql/TypedKVP.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.sql/TypedKVP.java.html @@ -15,12 +15,12 @@

TypedKVP.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.sql/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.sql/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.sql/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.sql/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.txt/Text.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.txt/Text.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.txt/Text.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.txt/Text.java.html index e5b5fd1e76..26d382ae6f 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.txt/Text.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.txt/Text.java.html @@ -15,12 +15,12 @@

Text.java

- + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.txt/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.txt/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.txt/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.txt/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.web/WebSequence.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.web/WebSequence.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.web/WebSequence.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.web/WebSequence.java.html index 82c53e913f..f0495f255b 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.web/WebSequence.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.web/WebSequence.java.html @@ -15,12 +15,12 @@

WebSequence.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.web/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.web/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.web/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.web/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.xml/XML.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.xml/XML.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.xml/XML.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.xml/XML.java.html index 4d1b0f9246..f0f56e9e7e 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.xml/XML.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.xml/XML.java.html @@ -15,12 +15,12 @@

XML.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.xml/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.xml/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg.xml/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg.xml/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg/AbstractMessage.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg/AbstractMessage.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg/AbstractMessage.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg/AbstractMessage.java.html index fdfc8d8137..e4098dbaeb 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg/AbstractMessage.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg/AbstractMessage.java.html @@ -15,12 +15,12 @@

AbstractMessage.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg/Forest.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg/Forest.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg/Forest.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg/Forest.java.html index e210d0ccda..daf02e859f 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg/Forest.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg/Forest.java.html @@ -15,12 +15,12 @@

Forest.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg/Mask.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg/Mask.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg/Mask.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg/Mask.java.html index 7ee4b2f8a6..d673da3fb0 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg/Mask.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg/Mask.java.html @@ -15,12 +15,12 @@

Mask.java

- + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.msg/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.msg/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.msg/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.msg/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.data/FlowData.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.data/FlowData.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report.data/FlowData.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report.data/FlowData.java.html index 21b4f1abf3..f69e15a514 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.data/FlowData.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.data/FlowData.java.html @@ -15,12 +15,12 @@

FlowData.java

- + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.data/InteractionData.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.data/InteractionData.java.html similarity index 56% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report.data/InteractionData.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report.data/InteractionData.java.html index 2ee7f29f07..ef9e2d0819 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.data/InteractionData.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.data/InteractionData.java.html @@ -15,12 +15,12 @@

InteractionData.java

- + - + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.data/LogEvent.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.data/LogEvent.java.html similarity index 57% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report.data/LogEvent.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report.data/LogEvent.java.html index 06433dc2b8..66cfc1a141 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.data/LogEvent.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.data/LogEvent.java.html @@ -15,12 +15,12 @@

LogEvent.java

- + - + diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.data/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.data/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report.data/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report.data/index.html diff --git a/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Duct.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Duct.java.html new file mode 100644 index 0000000000..dd0ec77d7f --- /dev/null +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Duct.java.html @@ -0,0 +1,5379 @@ + + + + + + + + + +

Duct.java

+ +
- + 1 - + @@ -30,12 +30,12 @@

From.java

- + 2 - + @@ -45,12 +45,12 @@

From.java

- + 3 - + @@ -60,12 +60,12 @@

From.java

- + 4 - + @@ -75,12 +75,12 @@

From.java

- + 5 - + @@ -90,12 +90,12 @@

From.java

- + 6 - + @@ -105,12 +105,12 @@

From.java

- + 7 - + @@ -120,27 +120,27 @@

From.java

- + 8 - +
 * The first stage of defining an interaction - setting the origin.
 * The second stage of defining an interaction - setting the destination.
- + 9 - + @@ -150,12 +150,12 @@

From.java

- + 10 - + @@ -165,12 +165,12 @@

From.java

- + 11 - + @@ -180,27 +180,27 @@

From.java

- + 12 - +
public class From<R> {
public class To<R> {
- + 13 - + @@ -210,12 +210,12 @@

From.java

- + 14 - + @@ -225,12 +225,12 @@

From.java

- + 15 - + @@ -240,12 +240,12 @@

From.java

- + 16 - + @@ -255,12 +255,12 @@

From.java

- + 17 - + @@ -270,12 +270,12 @@

From.java

- + 18 - + @@ -285,27 +285,27 @@

From.java

- + 19 - +
	 * @param building The interaction that we're building
	 * @param building The interaction that we're populating
- + 20 - + @@ -315,27 +315,27 @@

From.java

- + 21 - +
	public From( R returnTo, MutableInteraction building ) {
	public To( R returnTo, MutableInteraction building ) {
- + 22 - + @@ -345,12 +345,12 @@

From.java

- + 23 - + @@ -360,12 +360,12 @@

From.java

- + 24 - + @@ -375,12 +375,12 @@

From.java

- + 25 - + @@ -390,12 +390,12 @@

From.java

- + 26 - + @@ -405,27 +405,27 @@

From.java

- + 27 - +
	 * Sets the source of the interaction
	 * Sets the destination of the interaction
- + 28 - + @@ -435,27 +435,27 @@

From.java

- + 29 - +
	 * @param source The requester in the resulting {@link Interaction}
	 * @param destination The responder in the resulting {@link Interaction}
- + 30 - + @@ -465,12 +465,12 @@

From.java

- + 31 - + @@ -480,59 +480,59 @@

From.java

- + 32 - +
	public To<R> from( Actor source ) {
	public Request<R> to( Actor destination ) {
- + 33 - +
		building.requester( source );
		building.responder( destination );
- + 34 -1 +1 -1. from : replaced return value with null for com/mastercard/test/flow/builder/steps/From::from → KILLED
+1. to : replaced return value with null for com/mastercard/test/flow/builder/steps/To::to → KILLED
		return new To<>( returnTo, building );
		return new Request<>( returnTo, building );
- + 35 - + @@ -542,12 +542,12 @@

From.java

- + 36 - + @@ -557,12 +557,12 @@

From.java

- + 37 - + @@ -574,13 +574,13 @@

From.java

Mutations

3434 - + -

1.1
Location : from
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:basic()]
replaced return value with null for com/mastercard/test/flow/builder/steps/From::from → KILLED

+

1.1
Location : to
Killed by : com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.mutable.MutableRootInteractionTest]/[method:call()]
replaced return value with null for com/mastercard/test/flow/builder/steps/To::to → KILLED

- + 1 - + @@ -30,12 +30,12 @@

AbstractContext.java

- + 2 - + @@ -45,12 +45,12 @@

AbstractContext.java

- + 3 - + @@ -60,12 +60,12 @@

AbstractContext.java

- + 4 - + @@ -75,12 +75,12 @@

AbstractContext.java

- + 5 - + @@ -90,12 +90,12 @@

AbstractContext.java

- + 6 - + @@ -105,12 +105,12 @@

AbstractContext.java

- + 7 - + @@ -120,12 +120,12 @@

AbstractContext.java

- + 8 - + @@ -135,12 +135,12 @@

AbstractContext.java

- + 9 - + @@ -150,12 +150,12 @@

AbstractContext.java

- + 10 - + @@ -165,12 +165,12 @@

AbstractContext.java

- + 11 - + @@ -180,12 +180,12 @@

AbstractContext.java

- + 12 - + @@ -195,12 +195,12 @@

AbstractContext.java

- + 13 - + @@ -210,12 +210,12 @@

AbstractContext.java

- + 14 - + @@ -225,12 +225,12 @@

AbstractContext.java

- + 15 - + @@ -240,12 +240,12 @@

AbstractContext.java

- + 16 - + @@ -255,12 +255,12 @@

AbstractContext.java

- + 17 - + @@ -270,12 +270,12 @@

AbstractContext.java

- + 18 - + @@ -285,12 +285,12 @@

AbstractContext.java

- + 19 - + @@ -300,12 +300,12 @@

AbstractContext.java

- + 20 - + @@ -315,12 +315,12 @@

AbstractContext.java

- + 21 - + @@ -330,12 +330,12 @@

AbstractContext.java

- + 22 - + @@ -345,12 +345,12 @@

AbstractContext.java

- + 23 - + @@ -360,12 +360,12 @@

AbstractContext.java

- + 24 - + @@ -375,12 +375,12 @@

AbstractContext.java

- + 25 - + @@ -390,12 +390,12 @@

AbstractContext.java

- + 26 - + @@ -405,12 +405,12 @@

AbstractContext.java

- + 27 - + @@ -420,12 +420,12 @@

AbstractContext.java

- + 28 - + @@ -435,12 +435,12 @@

AbstractContext.java

- + 29 - + @@ -450,12 +450,12 @@

AbstractContext.java

- + 30 - + @@ -465,12 +465,12 @@

AbstractContext.java

- + 31 - + @@ -480,12 +480,12 @@

AbstractContext.java

- + 32 - + @@ -495,12 +495,12 @@

AbstractContext.java

- + 33 - + @@ -510,12 +510,12 @@

AbstractContext.java

- + 34 - + @@ -525,12 +525,12 @@

AbstractContext.java

- + 35 - + @@ -540,12 +540,12 @@

AbstractContext.java

- + 36 - + @@ -555,12 +555,12 @@

AbstractContext.java

- + 37 - + @@ -570,12 +570,12 @@

AbstractContext.java

- + 38 - + @@ -585,12 +585,12 @@

AbstractContext.java

- + 39 - + @@ -600,12 +600,12 @@

AbstractContext.java

- + 40 - + @@ -615,12 +615,12 @@

AbstractContext.java

- + 41 - + @@ -630,12 +630,12 @@

AbstractContext.java

- + 42 - + @@ -645,12 +645,12 @@

AbstractContext.java

- + 43 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/builder/AbstractContext::name → KILLED
@@ -662,12 +662,12 @@

AbstractContext.java

- + 44 - + @@ -677,12 +677,12 @@

AbstractContext.java

- + 45 - + @@ -692,12 +692,12 @@

AbstractContext.java

- + 46 - + @@ -707,12 +707,12 @@

AbstractContext.java

- + 47 - + @@ -722,12 +722,12 @@

AbstractContext.java

- + 48 -1 +1 1. domain : replaced return value with Collections.emptySet for com/mastercard/test/flow/builder/AbstractContext::domain → KILLED
@@ -739,12 +739,12 @@

AbstractContext.java

- + 49 - + @@ -754,12 +754,12 @@

AbstractContext.java

- + 50 - + @@ -771,21 +771,21 @@

AbstractContext.java

Mutations

4343 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.builder.AbstractContextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.AbstractContextTest]/[method:name()]
replaced return value with "" for com/mastercard/test/flow/builder/AbstractContext::name → KILLED

4848 - +

1.1
Location : domain
Killed by : com.mastercard.test.flow.builder.AbstractContextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.AbstractContextTest]/[method:child()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/builder/AbstractContext::domain → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Builder.java

- + 2 - + @@ -45,12 +45,12 @@

Builder.java

- + 3 - + @@ -60,12 +60,12 @@

Builder.java

- + 4 - + @@ -75,12 +75,12 @@

Builder.java

- + 5 - + @@ -90,12 +90,12 @@

Builder.java

- + 6 - + @@ -105,12 +105,12 @@

Builder.java

- + 7 - + @@ -120,12 +120,12 @@

Builder.java

- + 8 - + @@ -135,12 +135,12 @@

Builder.java

- + 9 - + @@ -150,12 +150,12 @@

Builder.java

- + 10 - + @@ -165,12 +165,12 @@

Builder.java

- + 11 - + @@ -180,12 +180,12 @@

Builder.java

- + 12 - + @@ -195,12 +195,12 @@

Builder.java

- + 13 - + @@ -210,12 +210,12 @@

Builder.java

- + 14 - + @@ -225,12 +225,12 @@

Builder.java

- + 15 - + @@ -240,12 +240,12 @@

Builder.java

- + 16 - + @@ -255,12 +255,12 @@

Builder.java

- + 17 - + @@ -270,12 +270,12 @@

Builder.java

- + 18 - + @@ -285,12 +285,12 @@

Builder.java

- + 19 - + @@ -300,12 +300,12 @@

Builder.java

- + 20 - + @@ -315,12 +315,12 @@

Builder.java

- + 21 - + @@ -330,12 +330,12 @@

Builder.java

- + 22 - + @@ -345,12 +345,12 @@

Builder.java

- + 23 - + @@ -360,12 +360,12 @@

Builder.java

- + 24 - + @@ -375,12 +375,12 @@

Builder.java

- + 25 - + @@ -390,12 +390,12 @@

Builder.java

- + 26 - + @@ -405,12 +405,12 @@

Builder.java

- + 27 - + @@ -420,12 +420,12 @@

Builder.java

- + 28 - + @@ -435,12 +435,12 @@

Builder.java

- + 29 - + @@ -450,12 +450,12 @@

Builder.java

- + 30 - + @@ -465,12 +465,12 @@

Builder.java

- + 31 - + @@ -480,12 +480,12 @@

Builder.java

- + 32 - + @@ -495,12 +495,12 @@

Builder.java

- + 33 - + @@ -510,12 +510,12 @@

Builder.java

- + 34 - + @@ -525,12 +525,12 @@

Builder.java

- + 35 - + @@ -540,12 +540,12 @@

Builder.java

- + 36 - + @@ -555,12 +555,12 @@

Builder.java

- + 37 - + @@ -570,12 +570,12 @@

Builder.java

- + 38 - + @@ -585,12 +585,12 @@

Builder.java

- + 39 - + @@ -600,12 +600,12 @@

Builder.java

- + 40 - + @@ -615,12 +615,12 @@

Builder.java

- + 41 - + @@ -630,12 +630,12 @@

Builder.java

- + 42 - + @@ -645,12 +645,12 @@

Builder.java

- + 43 - + @@ -660,12 +660,12 @@

Builder.java

- + 44 - + @@ -675,12 +675,12 @@

Builder.java

- + 45 - + @@ -690,12 +690,12 @@

Builder.java

- + 46 - + @@ -705,12 +705,12 @@

Builder.java

- + 47 - + @@ -720,12 +720,12 @@

Builder.java

- + 48 - + @@ -735,12 +735,12 @@

Builder.java

- + 49 - + @@ -750,12 +750,12 @@

Builder.java

- + 50 - + @@ -765,12 +765,12 @@

Builder.java

- + 51 - + @@ -780,12 +780,12 @@

Builder.java

- + 52 - + @@ -795,12 +795,12 @@

Builder.java

- + 53 - + @@ -810,12 +810,12 @@

Builder.java

- + 54 - + @@ -825,12 +825,12 @@

Builder.java

- + 55 - + @@ -840,12 +840,12 @@

Builder.java

- + 56 - + @@ -855,12 +855,12 @@

Builder.java

- + 57 - + @@ -870,12 +870,12 @@

Builder.java

- + 58 - + @@ -885,12 +885,12 @@

Builder.java

- + 59 -1 +1 1. meta : replaced return value with null for com/mastercard/test/flow/builder/Builder::meta → KILLED
@@ -902,12 +902,12 @@

Builder.java

- + 60 - + @@ -917,12 +917,12 @@

Builder.java

- + 61 - + @@ -932,12 +932,12 @@

Builder.java

- + 62 - + @@ -947,12 +947,12 @@

Builder.java

- + 63 - + @@ -962,12 +962,12 @@

Builder.java

- + 64 - + @@ -977,12 +977,12 @@

Builder.java

- + 65 - + @@ -992,12 +992,12 @@

Builder.java

- + 66 - + @@ -1007,12 +1007,12 @@

Builder.java

- + 67 - + @@ -1022,12 +1022,12 @@

Builder.java

- + 68 - + @@ -1037,12 +1037,12 @@

Builder.java

- + 69 - + @@ -1052,12 +1052,12 @@

Builder.java

- + 70 - + @@ -1067,12 +1067,12 @@

Builder.java

- + 71 - + @@ -1082,12 +1082,12 @@

Builder.java

- + 72 - + @@ -1097,12 +1097,12 @@

Builder.java

- + 73 -1 +1 1. implicit : replaced return value with null for com/mastercard/test/flow/builder/Builder::implicit → KILLED
@@ -1114,12 +1114,12 @@

Builder.java

- + 74 - + @@ -1129,12 +1129,12 @@

Builder.java

- + 75 - + @@ -1144,12 +1144,12 @@

Builder.java

- + 76 - + @@ -1159,12 +1159,12 @@

Builder.java

- + 77 - + @@ -1174,12 +1174,12 @@

Builder.java

- + 78 - + @@ -1189,12 +1189,12 @@

Builder.java

- + 79 - + @@ -1204,12 +1204,12 @@

Builder.java

- + 80 - + @@ -1219,12 +1219,12 @@

Builder.java

- + 81 - + @@ -1234,12 +1234,12 @@

Builder.java

- + 82 - + @@ -1249,12 +1249,12 @@

Builder.java

- + 83 -1 +1 1. interactions : removed call to java/util/function/Consumer::accept → KILLED
@@ -1266,12 +1266,12 @@

Builder.java

- + 84 - + @@ -1281,12 +1281,12 @@

Builder.java

- + 85 - + @@ -1296,12 +1296,12 @@

Builder.java

- + 86 -1 +1 1. interactions : replaced return value with null for com/mastercard/test/flow/builder/Builder::interactions → KILLED
@@ -1313,12 +1313,12 @@

Builder.java

- + 87 - + @@ -1328,12 +1328,12 @@

Builder.java

- + 88 - + @@ -1343,12 +1343,12 @@

Builder.java

- + 89 - + @@ -1358,12 +1358,12 @@

Builder.java

- + 90 - + @@ -1373,12 +1373,12 @@

Builder.java

- + 91 - + @@ -1388,12 +1388,12 @@

Builder.java

- + 92 - + @@ -1403,12 +1403,12 @@

Builder.java

- + 93 - + @@ -1418,12 +1418,12 @@

Builder.java

- + 94 - + @@ -1433,12 +1433,12 @@

Builder.java

- + 95 - + @@ -1448,12 +1448,12 @@

Builder.java

- + 96 - + @@ -1463,12 +1463,12 @@

Builder.java

- + 97 - + @@ -1478,12 +1478,12 @@

Builder.java

- + 98 - + @@ -1493,12 +1493,12 @@

Builder.java

- + 99 - + @@ -1508,12 +1508,12 @@

Builder.java

- + 100 - + @@ -1523,12 +1523,12 @@

Builder.java

- + 101 - + @@ -1538,12 +1538,12 @@

Builder.java

- + 102 - + @@ -1553,12 +1553,12 @@

Builder.java

- + 103 -2 +2 1. update : replaced return value with null for com/mastercard/test/flow/builder/Builder::update → KILLED
2. lambda$update$1 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1571,12 +1571,12 @@

Builder.java

- + 104 - + @@ -1586,12 +1586,12 @@

Builder.java

- + 105 - + @@ -1601,12 +1601,12 @@

Builder.java

- + 106 - + @@ -1616,12 +1616,12 @@

Builder.java

- + 107 - + @@ -1631,12 +1631,12 @@

Builder.java

- + 108 - + @@ -1646,12 +1646,12 @@

Builder.java

- + 109 - + @@ -1661,12 +1661,12 @@

Builder.java

- + 110 - + @@ -1676,12 +1676,12 @@

Builder.java

- + 111 - + @@ -1691,12 +1691,12 @@

Builder.java

- + 112 - + @@ -1706,12 +1706,12 @@

Builder.java

- + 113 - + @@ -1721,12 +1721,12 @@

Builder.java

- + 114 - + @@ -1736,12 +1736,12 @@

Builder.java

- + 115 - + @@ -1751,12 +1751,12 @@

Builder.java

- + 116 - + @@ -1766,12 +1766,12 @@

Builder.java

- + 117 - + @@ -1781,12 +1781,12 @@

Builder.java

- + 118 -1 +1 1. addCall : replaced return value with null for com/mastercard/test/flow/builder/Builder::addCall → KILLED
@@ -1798,12 +1798,12 @@

Builder.java

- + 119 - + @@ -1813,12 +1813,12 @@

Builder.java

- + 120 - + @@ -1828,12 +1828,12 @@

Builder.java

- + 121 - + @@ -1843,12 +1843,12 @@

Builder.java

- + 122 - + @@ -1858,12 +1858,12 @@

Builder.java

- + 123 - + @@ -1873,12 +1873,12 @@

Builder.java

- + 124 - + @@ -1888,12 +1888,12 @@

Builder.java

- + 125 - + @@ -1903,12 +1903,12 @@

Builder.java

- + 126 - + @@ -1918,12 +1918,12 @@

Builder.java

- + 127 - + @@ -1933,12 +1933,12 @@

Builder.java

- + 128 -2 +2 1. lambda$removeCall$3 : replaced boolean return with false for com/mastercard/test/flow/builder/Builder::lambda$removeCall$3 → KILLED
2. removeCall : replaced return value with null for com/mastercard/test/flow/builder/Builder::removeCall → KILLED
@@ -1951,12 +1951,12 @@

Builder.java

- + 129 - + @@ -1966,12 +1966,12 @@

Builder.java

- + 130 - + @@ -1981,12 +1981,12 @@

Builder.java

- + 131 - + @@ -1996,12 +1996,12 @@

Builder.java

- + 132 - + @@ -2011,12 +2011,12 @@

Builder.java

- + 133 - + @@ -2026,12 +2026,12 @@

Builder.java

- + 134 - + @@ -2041,12 +2041,12 @@

Builder.java

- + 135 - + @@ -2056,12 +2056,12 @@

Builder.java

- + 136 - + @@ -2071,12 +2071,12 @@

Builder.java

- + 137 - + @@ -2086,12 +2086,12 @@

Builder.java

- + 138 - + @@ -2101,12 +2101,12 @@

Builder.java

- + 139 - + @@ -2116,12 +2116,12 @@

Builder.java

- + 140 - + @@ -2131,12 +2131,12 @@

Builder.java

- + 141 - + @@ -2146,12 +2146,12 @@

Builder.java

- + 142 - + @@ -2161,12 +2161,12 @@

Builder.java

- + 143 -2 +2 1. subset : negated conditional → KILLED
2. subset : negated conditional → KILLED
@@ -2179,12 +2179,12 @@

Builder.java

- + 144 - + @@ -2194,12 +2194,12 @@

Builder.java

- + 145 - + @@ -2209,12 +2209,12 @@

Builder.java

- + 146 -1 +1 1. subset : replaced return value with null for com/mastercard/test/flow/builder/Builder::subset → KILLED
@@ -2226,12 +2226,12 @@

Builder.java

- + 147 - + @@ -2241,12 +2241,12 @@

Builder.java

- + 148 - + @@ -2256,12 +2256,12 @@

Builder.java

- + 149 - + @@ -2271,12 +2271,12 @@

Builder.java

- + 150 - + @@ -2286,12 +2286,12 @@

Builder.java

- + 151 - + @@ -2301,12 +2301,12 @@

Builder.java

- + 152 - + @@ -2316,12 +2316,12 @@

Builder.java

- + 153 - + @@ -2331,12 +2331,12 @@

Builder.java

- + 154 - + @@ -2346,12 +2346,12 @@

Builder.java

- + 155 - + @@ -2361,12 +2361,12 @@

Builder.java

- + 156 - + @@ -2376,12 +2376,12 @@

Builder.java

- + 157 - + @@ -2391,12 +2391,12 @@

Builder.java

- + 158 - + @@ -2406,12 +2406,12 @@

Builder.java

- + 159 - + @@ -2421,12 +2421,12 @@

Builder.java

- + 160 - + @@ -2436,12 +2436,12 @@

Builder.java

- + 161 - + @@ -2451,12 +2451,12 @@

Builder.java

- + 162 - + @@ -2466,12 +2466,12 @@

Builder.java

- + 163 - + @@ -2481,12 +2481,12 @@

Builder.java

- + 164 - + @@ -2496,12 +2496,12 @@

Builder.java

- + 165 - + @@ -2511,12 +2511,12 @@

Builder.java

- + 166 - + @@ -2526,12 +2526,12 @@

Builder.java

- + 167 -1 +1 1. superset : replaced return value with null for com/mastercard/test/flow/builder/Builder::superset → KILLED
@@ -2543,12 +2543,12 @@

Builder.java

- + 168 - + @@ -2558,12 +2558,12 @@

Builder.java

- + 169 - + @@ -2573,12 +2573,12 @@

Builder.java

- + 170 - + @@ -2588,12 +2588,12 @@

Builder.java

- + 171 - + @@ -2603,12 +2603,12 @@

Builder.java

- + 172 - + @@ -2618,12 +2618,12 @@

Builder.java

- + 173 - + @@ -2633,12 +2633,12 @@

Builder.java

- + 174 - + @@ -2648,12 +2648,12 @@

Builder.java

- + 175 - + @@ -2663,12 +2663,12 @@

Builder.java

- + 176 - + @@ -2678,12 +2678,12 @@

Builder.java

- + 177 - + @@ -2693,12 +2693,12 @@

Builder.java

- + 178 - + @@ -2708,12 +2708,12 @@

Builder.java

- + 179 - + @@ -2723,12 +2723,12 @@

Builder.java

- + 180 -1 +1 1. addCall : replaced return value with null for com/mastercard/test/flow/builder/Builder::addCall → KILLED
@@ -2740,12 +2740,12 @@

Builder.java

- + 181 - + @@ -2755,12 +2755,12 @@

Builder.java

- + 182 - + @@ -2770,12 +2770,12 @@

Builder.java

- + 183 - + @@ -2785,12 +2785,12 @@

Builder.java

- + 184 - + @@ -2800,12 +2800,12 @@

Builder.java

- + 185 - + @@ -2815,12 +2815,12 @@

Builder.java

- + 186 - + @@ -2830,12 +2830,12 @@

Builder.java

- + 187 -1 +1 1. gatherInteractions : removed call to java/util/stream/Stream::forEach → KILLED
@@ -2847,12 +2847,12 @@

Builder.java

- + 188 -1 +1 1. gatherInteractions : replaced return value with Collections.emptyList for com/mastercard/test/flow/builder/Builder::gatherInteractions → KILLED
@@ -2864,12 +2864,12 @@

Builder.java

- + 189 - + @@ -2879,12 +2879,12 @@

Builder.java

- + 190 - + @@ -2894,12 +2894,12 @@

Builder.java

- + 191 - + @@ -2909,12 +2909,12 @@

Builder.java

- + 192 - + @@ -2924,12 +2924,12 @@

Builder.java

- + 193 - + @@ -2939,12 +2939,12 @@

Builder.java

- + 194 - + @@ -2954,12 +2954,12 @@

Builder.java

- + 195 - + @@ -2969,12 +2969,12 @@

Builder.java

- + 196 - + @@ -2984,12 +2984,12 @@

Builder.java

- + 197 - + @@ -2999,12 +2999,12 @@

Builder.java

- + 198 - + @@ -3014,12 +3014,12 @@

Builder.java

- + 199 - + @@ -3029,12 +3029,12 @@

Builder.java

- + 200 - + @@ -3044,12 +3044,12 @@

Builder.java

- + 201 -1 +1 1. prerequisite : replaced return value with null for com/mastercard/test/flow/builder/Builder::prerequisite → KILLED
@@ -3061,12 +3061,12 @@

Builder.java

- + 202 - + @@ -3076,12 +3076,12 @@

Builder.java

- + 203 - + @@ -3091,12 +3091,12 @@

Builder.java

- + 204 - + @@ -3106,12 +3106,12 @@

Builder.java

- + 205 - + @@ -3121,12 +3121,12 @@

Builder.java

- + 206 - + @@ -3136,12 +3136,12 @@

Builder.java

- + 207 - + @@ -3151,12 +3151,12 @@

Builder.java

- + 208 - + @@ -3166,12 +3166,12 @@

Builder.java

- + 209 - + @@ -3181,12 +3181,12 @@

Builder.java

- + 210 - + @@ -3196,12 +3196,12 @@

Builder.java

- + 211 - + @@ -3211,12 +3211,12 @@

Builder.java

- + 212 - + @@ -3226,12 +3226,12 @@

Builder.java

- + 213 - + @@ -3241,12 +3241,12 @@

Builder.java

- + 214 - + @@ -3256,12 +3256,12 @@

Builder.java

- + 215 - + @@ -3271,12 +3271,12 @@

Builder.java

- + 216 - + @@ -3286,12 +3286,12 @@

Builder.java

- + 217 - + @@ -3301,12 +3301,12 @@

Builder.java

- + 218 -1 +1 1. dependency : negated conditional → KILLED
@@ -3318,12 +3318,12 @@

Builder.java

- + 219 - + @@ -3333,12 +3333,12 @@

Builder.java

- + 220 - + @@ -3348,12 +3348,12 @@

Builder.java

- + 221 - + @@ -3363,12 +3363,12 @@

Builder.java

- + 222 -1 +1 1. dependency : replaced return value with null for com/mastercard/test/flow/builder/Builder::dependency → KILLED
@@ -3380,12 +3380,12 @@

Builder.java

- + 223 - + @@ -3395,12 +3395,12 @@

Builder.java

- + 224 - + @@ -3410,12 +3410,12 @@

Builder.java

- + 225 - + @@ -3425,12 +3425,12 @@

Builder.java

- + 226 - + @@ -3440,12 +3440,12 @@

Builder.java

- + 227 - + @@ -3455,12 +3455,12 @@

Builder.java

- + 228 - + @@ -3470,12 +3470,12 @@

Builder.java

- + 229 - + @@ -3485,12 +3485,12 @@

Builder.java

- + 230 - + @@ -3500,12 +3500,12 @@

Builder.java

- + 231 - + @@ -3515,12 +3515,12 @@

Builder.java

- + 232 - + @@ -3530,12 +3530,12 @@

Builder.java

- + 233 - + @@ -3545,12 +3545,12 @@

Builder.java

- + 234 -1 +1 1. context : replaced return value with null for com/mastercard/test/flow/builder/Builder::context → KILLED
@@ -3562,12 +3562,12 @@

Builder.java

- + 235 - + @@ -3577,12 +3577,12 @@

Builder.java

- + 236 - + @@ -3592,12 +3592,12 @@

Builder.java

- + 237 - + @@ -3607,12 +3607,12 @@

Builder.java

- + 238 - + @@ -3622,12 +3622,12 @@

Builder.java

- + 239 - + @@ -3637,12 +3637,12 @@

Builder.java

- + 240 - + @@ -3652,12 +3652,12 @@

Builder.java

- + 241 - + @@ -3667,12 +3667,12 @@

Builder.java

- + 242 - + @@ -3682,12 +3682,12 @@

Builder.java

- + 243 - + @@ -3697,12 +3697,12 @@

Builder.java

- + 244 - + @@ -3712,12 +3712,12 @@

Builder.java

- + 245 - + @@ -3727,12 +3727,12 @@

Builder.java

- + 246 - + @@ -3742,12 +3742,12 @@

Builder.java

- + 247 -1 +1 1. context : replaced return value with null for com/mastercard/test/flow/builder/Builder::context → KILLED
@@ -3759,12 +3759,12 @@

Builder.java

- + 248 - + @@ -3774,12 +3774,12 @@

Builder.java

- + 249 - + @@ -3789,12 +3789,12 @@

Builder.java

- + 250 - + @@ -3804,12 +3804,12 @@

Builder.java

- + 251 - + @@ -3819,12 +3819,12 @@

Builder.java

- + 252 - + @@ -3834,12 +3834,12 @@

Builder.java

- + 253 - + @@ -3849,12 +3849,12 @@

Builder.java

- + 254 - + @@ -3864,12 +3864,12 @@

Builder.java

- + 255 - + @@ -3879,12 +3879,12 @@

Builder.java

- + 256 - + @@ -3894,12 +3894,12 @@

Builder.java

- + 257 - + @@ -3909,12 +3909,12 @@

Builder.java

- + 258 - + @@ -3924,12 +3924,12 @@

Builder.java

- + 259 -1 +1 1. residue : replaced return value with null for com/mastercard/test/flow/builder/Builder::residue → KILLED
@@ -3941,12 +3941,12 @@

Builder.java

- + 260 - + @@ -3956,12 +3956,12 @@

Builder.java

- + 261 - + @@ -3971,12 +3971,12 @@

Builder.java

- + 262 - + @@ -3986,12 +3986,12 @@

Builder.java

- + 263 - + @@ -4001,12 +4001,12 @@

Builder.java

- + 264 - + @@ -4016,12 +4016,12 @@

Builder.java

- + 265 - + @@ -4031,12 +4031,12 @@

Builder.java

- + 266 - + @@ -4046,12 +4046,12 @@

Builder.java

- + 267 - + @@ -4061,12 +4061,12 @@

Builder.java

- + 268 - + @@ -4076,12 +4076,12 @@

Builder.java

- + 269 - + @@ -4091,12 +4091,12 @@

Builder.java

- + 270 - + @@ -4106,12 +4106,12 @@

Builder.java

- + 271 - + @@ -4121,12 +4121,12 @@

Builder.java

- + 272 -1 +1 1. residue : replaced return value with null for com/mastercard/test/flow/builder/Builder::residue → KILLED
@@ -4138,12 +4138,12 @@

Builder.java

- + 273 - + @@ -4153,12 +4153,12 @@

Builder.java

- + 274 - + @@ -4168,12 +4168,12 @@

Builder.java

- + 275 - + @@ -4183,12 +4183,12 @@

Builder.java

- + 276 - + @@ -4198,12 +4198,12 @@

Builder.java

- + 277 - + @@ -4213,12 +4213,12 @@

Builder.java

- + 278 - + @@ -4228,12 +4228,12 @@

Builder.java

- + 279 - + @@ -4243,12 +4243,12 @@

Builder.java

- + 280 - + @@ -4258,12 +4258,12 @@

Builder.java

- + 281 - + @@ -4273,12 +4273,12 @@

Builder.java

- + 282 -1 +1 1. self : replaced return value with null for com/mastercard/test/flow/builder/Builder::self → KILLED
@@ -4290,12 +4290,12 @@

Builder.java

- + 283 - + @@ -4305,12 +4305,12 @@

Builder.java

- + 284 - + @@ -4322,211 +4322,211 @@

Builder.java

Mutations

5959 - +

1.1
Location : meta
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:basic()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::meta → KILLED

7373 - +

1.1
Location : implicit
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:implicit()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::implicit → KILLED

8383 - +

1.1
Location : interactions
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:reroot()]
removed call to java/util/function/Consumer::accept → KILLED

8686 - +

1.1
Location : interactions
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:reroute()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::interactions → KILLED

103103 - +

1.1
Location : update
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:reroute()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::update → KILLED

2.2
Location : lambda$update$1
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:reroot()]
removed call to java/util/stream/Stream::forEach → KILLED

118118 - +

1.1
Location : addCall
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:add()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::addCall → KILLED

128128 - +

1.1
Location : lambda$removeCall$3
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:remove()]
replaced boolean return with false for com/mastercard/test/flow/builder/Builder::lambda$removeCall$3 → KILLED

2.2
Location : removeCall
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:remove()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::removeCall → KILLED

143143 - +

1.1
Location : subset
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:subset()]
negated conditional → KILLED

2.2
Location : subset
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:subset()]
negated conditional → KILLED

146146 - +

1.1
Location : subset
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:subset()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::subset → KILLED

167167 - +

1.1
Location : superset
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:superset()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::superset → KILLED

180180 - +

1.1
Location : addCall
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:add()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::addCall → KILLED

187187 - +

1.1
Location : gatherInteractions
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:reroute()]
removed call to java/util/stream/Stream::forEach → KILLED

188188 - +

1.1
Location : gatherInteractions
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:reroot()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/builder/Builder::gatherInteractions → KILLED

201201 - +

1.1
Location : prerequisite
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:order()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::prerequisite → KILLED

218218 - +

1.1
Location : dependency
Killed by : com.mastercard.test.flow.builder.concrete.ConcreteFlowTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.concrete.ConcreteFlowTest]/[method:missingSourceField()]
negated conditional → KILLED

222222 - +

1.1
Location : dependency
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:data()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::dependency → KILLED

234234 - +

1.1
Location : context
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:context()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::context → KILLED

247247 - +

1.1
Location : context
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:context()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::context → KILLED

259259 - +

1.1
Location : residue
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:residue()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::residue → KILLED

272272 - +

1.1
Location : residue
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:residue()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::residue → KILLED

282282 - +

1.1
Location : self
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:implicit()]
replaced return value with null for com/mastercard/test/flow/builder/Builder::self → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Chain.java

- + 2 - + @@ -45,12 +45,12 @@

Chain.java

- + 3 - + @@ -60,12 +60,12 @@

Chain.java

- + 4 - + @@ -75,12 +75,12 @@

Chain.java

- + 5 - + @@ -90,12 +90,12 @@

Chain.java

- + 6 - + @@ -105,12 +105,12 @@

Chain.java

- + 7 - + @@ -120,12 +120,12 @@

Chain.java

- + 8 - + @@ -135,12 +135,12 @@

Chain.java

- + 9 - + @@ -150,12 +150,12 @@

Chain.java

- + 10 - + @@ -165,12 +165,12 @@

Chain.java

- + 11 - + @@ -180,12 +180,12 @@

Chain.java

- + 12 - + @@ -195,12 +195,12 @@

Chain.java

- + 13 - + @@ -210,12 +210,12 @@

Chain.java

- + 14 - + @@ -225,12 +225,12 @@

Chain.java

- + 15 - + @@ -240,12 +240,12 @@

Chain.java

- + 16 - + @@ -255,12 +255,12 @@

Chain.java

- + 17 - + @@ -270,12 +270,12 @@

Chain.java

- + 18 - + @@ -285,12 +285,12 @@

Chain.java

- + 19 - + @@ -300,12 +300,12 @@

Chain.java

- + 20 - + @@ -315,12 +315,12 @@

Chain.java

- + 21 - + @@ -330,12 +330,12 @@

Chain.java

- + 22 - + @@ -345,12 +345,12 @@

Chain.java

- + 23 - + @@ -360,12 +360,12 @@

Chain.java

- + 24 - + @@ -375,12 +375,12 @@

Chain.java

- + 25 - + @@ -390,12 +390,12 @@

Chain.java

- + 26 - + @@ -405,12 +405,12 @@

Chain.java

- + 27 - + @@ -420,12 +420,12 @@

Chain.java

- + 28 - + @@ -435,12 +435,12 @@

Chain.java

- + 29 - + @@ -450,12 +450,12 @@

Chain.java

- + 30 - + @@ -465,12 +465,12 @@

Chain.java

- + 31 - + @@ -480,12 +480,12 @@

Chain.java

- + 32 - + @@ -495,12 +495,12 @@

Chain.java

- + 33 - + @@ -510,12 +510,12 @@

Chain.java

- + 34 - + @@ -525,12 +525,12 @@

Chain.java

- + 35 - + @@ -540,12 +540,12 @@

Chain.java

- + 36 - + @@ -555,12 +555,12 @@

Chain.java

- + 37 - + @@ -570,12 +570,12 @@

Chain.java

- + 38 - + @@ -585,12 +585,12 @@

Chain.java

- + 39 - + @@ -600,12 +600,12 @@

Chain.java

- + 40 - + @@ -615,12 +615,12 @@

Chain.java

- + 41 - + @@ -630,12 +630,12 @@

Chain.java

- + 42 - + @@ -645,12 +645,12 @@

Chain.java

- + 43 - + @@ -660,12 +660,12 @@

Chain.java

- + 44 - + @@ -675,12 +675,12 @@

Chain.java

- + 45 - + @@ -690,12 +690,12 @@

Chain.java

- + 46 - + @@ -705,12 +705,12 @@

Chain.java

- + 47 - + @@ -720,12 +720,12 @@

Chain.java

- + 48 - + @@ -735,12 +735,12 @@

Chain.java

- + 49 - + @@ -750,12 +750,12 @@

Chain.java

- + 50 -2 +2 1. lambda$null$0 : replaced boolean return with false for com/mastercard/test/flow/builder/Chain::lambda$null$0 → KILLED
2. lambda$null$0 : replaced boolean return with true for com/mastercard/test/flow/builder/Chain::lambda$null$0 → KILLED
@@ -768,12 +768,12 @@

Chain.java

- + 51 - + @@ -783,12 +783,12 @@

Chain.java

- + 52 - + @@ -798,12 +798,12 @@

Chain.java

- + 53 - + @@ -813,12 +813,12 @@

Chain.java

- + 54 - + @@ -828,12 +828,12 @@

Chain.java

- + 55 - + @@ -843,12 +843,12 @@

Chain.java

- + 56 - + @@ -858,12 +858,12 @@

Chain.java

- + 57 - + @@ -873,12 +873,12 @@

Chain.java

- + 58 - + @@ -888,12 +888,12 @@

Chain.java

- + 59 - + @@ -903,12 +903,12 @@

Chain.java

- + 60 - + @@ -918,12 +918,12 @@

Chain.java

- + 61 - + @@ -933,12 +933,12 @@

Chain.java

- + 62 - + @@ -948,12 +948,12 @@

Chain.java

- + 63 - + @@ -963,12 +963,12 @@

Chain.java

- + 64 -1 +1 1. unlink : replaced return value with null for com/mastercard/test/flow/builder/Chain::unlink → KILLED
@@ -980,12 +980,12 @@

Chain.java

- + 65 - + @@ -995,12 +995,12 @@

Chain.java

- + 66 -2 +2 1. lambda$null$3 : replaced boolean return with false for com/mastercard/test/flow/builder/Chain::lambda$null$3 → KILLED
2. lambda$null$3 : replaced boolean return with true for com/mastercard/test/flow/builder/Chain::lambda$null$3 → KILLED
@@ -1013,12 +1013,12 @@

Chain.java

- + 67 - + @@ -1028,12 +1028,12 @@

Chain.java

- + 68 - + @@ -1043,12 +1043,12 @@

Chain.java

- + 69 - + @@ -1058,12 +1058,12 @@

Chain.java

- + 70 - + @@ -1073,12 +1073,12 @@

Chain.java

- + 71 - + @@ -1088,12 +1088,12 @@

Chain.java

- + 72 - + @@ -1103,12 +1103,12 @@

Chain.java

- + 73 - + @@ -1118,12 +1118,12 @@

Chain.java

- + 74 - + @@ -1133,12 +1133,12 @@

Chain.java

- + 75 - + @@ -1148,12 +1148,12 @@

Chain.java

- + 76 - + @@ -1163,12 +1163,12 @@

Chain.java

- + 77 - + @@ -1178,12 +1178,12 @@

Chain.java

- + 78 - + @@ -1193,12 +1193,12 @@

Chain.java

- + 79 - + @@ -1208,12 +1208,12 @@

Chain.java

- + 80 - + @@ -1223,12 +1223,12 @@

Chain.java

- + 81 - + @@ -1238,12 +1238,12 @@

Chain.java

- + 82 - + @@ -1253,12 +1253,12 @@

Chain.java

- + 83 - + @@ -1268,12 +1268,12 @@

Chain.java

- + 84 - + @@ -1283,12 +1283,12 @@

Chain.java

- + 85 - + @@ -1298,12 +1298,12 @@

Chain.java

- + 86 - + @@ -1313,12 +1313,12 @@

Chain.java

- + 87 - + @@ -1328,12 +1328,12 @@

Chain.java

- + 88 - + @@ -1343,12 +1343,12 @@

Chain.java

- + 89 - + @@ -1358,12 +1358,12 @@

Chain.java

- + 90 - + @@ -1373,12 +1373,12 @@

Chain.java

- + 91 -1 +1 1. lambda$stableGeneratedId$7 : replaced return value with null for com/mastercard/test/flow/builder/Chain::lambda$stableGeneratedId$7 → KILLED
@@ -1390,12 +1390,12 @@

Chain.java

- + 92 - + @@ -1405,12 +1405,12 @@

Chain.java

- + 93 -1 +1 1. stableGeneratedId : replaced return value with "" for com/mastercard/test/flow/builder/Chain::stableGeneratedId → KILLED
@@ -1422,12 +1422,12 @@

Chain.java

- + 94 - + @@ -1437,12 +1437,12 @@

Chain.java

- + 95 - + @@ -1452,12 +1452,12 @@

Chain.java

- + 96 - + @@ -1469,51 +1469,51 @@

Chain.java

Mutations

5050 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.builder.ChainTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.ChainTest]/[method:overwrite()]
replaced boolean return with false for com/mastercard/test/flow/builder/Chain::lambda$null$0 → KILLED

2.2
Location : lambda$null$0
Killed by : com.mastercard.test.flow.builder.ChainTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.ChainTest]/[method:overwrite()]
replaced boolean return with true for com/mastercard/test/flow/builder/Chain::lambda$null$0 → KILLED

6464 - +

1.1
Location : unlink
Killed by : com.mastercard.test.flow.builder.ChainTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.ChainTest]/[method:unlink()]
replaced return value with null for com/mastercard/test/flow/builder/Chain::unlink → KILLED

6666 - +

1.1
Location : lambda$null$3
Killed by : com.mastercard.test.flow.builder.ChainTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.ChainTest]/[method:unlink()]
replaced boolean return with false for com/mastercard/test/flow/builder/Chain::lambda$null$3 → KILLED

2.2
Location : lambda$null$3
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:metadata()]
replaced boolean return with true for com/mastercard/test/flow/builder/Chain::lambda$null$3 → KILLED

9191 - +

1.1
Location : lambda$stableGeneratedId$7
Killed by : com.mastercard.test.flow.builder.ChainTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.ChainTest]/[method:generated()]
replaced return value with null for com/mastercard/test/flow/builder/Chain::lambda$stableGeneratedId$7 → KILLED

9393 - +

1.1
Location : stableGeneratedId
Killed by : com.mastercard.test.flow.builder.ChainTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.ChainTest]/[method:generated()]
replaced return value with "" for com/mastercard/test/flow/builder/Chain::stableGeneratedId → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Creator.java

- + 2 - + @@ -45,12 +45,12 @@

Creator.java

- + 3 - + @@ -60,12 +60,12 @@

Creator.java

- + 4 - + @@ -75,12 +75,12 @@

Creator.java

- + 5 - + @@ -90,12 +90,12 @@

Creator.java

- + 6 - + @@ -105,12 +105,12 @@

Creator.java

- + 7 - + @@ -120,12 +120,12 @@

Creator.java

- + 8 - + @@ -135,12 +135,12 @@

Creator.java

- + 9 - + @@ -150,12 +150,12 @@

Creator.java

- + 10 - + @@ -165,12 +165,12 @@

Creator.java

- + 11 - + @@ -180,12 +180,12 @@

Creator.java

- + 12 - + @@ -195,12 +195,12 @@

Creator.java

- + 13 - + @@ -210,12 +210,12 @@

Creator.java

- + 14 - + @@ -225,12 +225,12 @@

Creator.java

- + 15 - + @@ -240,12 +240,12 @@

Creator.java

- + 16 - + @@ -255,12 +255,12 @@

Creator.java

- + 17 - + @@ -270,12 +270,12 @@

Creator.java

- + 18 - + @@ -285,12 +285,12 @@

Creator.java

- + 19 - + @@ -300,12 +300,12 @@

Creator.java

- + 20 - + @@ -315,12 +315,12 @@

Creator.java

- + 21 - + @@ -330,12 +330,12 @@

Creator.java

- + 22 - + @@ -345,12 +345,12 @@

Creator.java

- + 23 - + @@ -360,12 +360,12 @@

Creator.java

- + 24 - + @@ -375,12 +375,12 @@

Creator.java

- + 25 - + @@ -390,12 +390,12 @@

Creator.java

- + 26 - + @@ -405,12 +405,12 @@

Creator.java

- + 27 - + @@ -420,12 +420,12 @@

Creator.java

- + 28 - + @@ -435,12 +435,12 @@

Creator.java

- + 29 - + @@ -450,12 +450,12 @@

Creator.java

- + 30 - + @@ -465,12 +465,12 @@

Creator.java

- + 31 - + @@ -480,12 +480,12 @@

Creator.java

- + 32 -1 +1 1. build : removed call to java/util/function/Consumer::accept → KILLED
@@ -497,12 +497,12 @@

Creator.java

- + 33 - + @@ -512,12 +512,12 @@

Creator.java

- + 34 -1 +1 1. build : replaced return value with null for com/mastercard/test/flow/builder/Creator::build → KILLED
@@ -529,12 +529,12 @@

Creator.java

- + 35 - + @@ -544,12 +544,12 @@

Creator.java

- + 36 - + @@ -559,12 +559,12 @@

Creator.java

- + 37 - + @@ -574,12 +574,12 @@

Creator.java

- + 38 - + @@ -589,12 +589,12 @@

Creator.java

- + 39 - + @@ -604,12 +604,12 @@

Creator.java

- + 40 - + @@ -619,12 +619,12 @@

Creator.java

- + 41 - + @@ -634,12 +634,12 @@

Creator.java

- + 42 - + @@ -649,12 +649,12 @@

Creator.java

- + 43 - + @@ -664,12 +664,12 @@

Creator.java

- + 44 - + @@ -679,12 +679,12 @@

Creator.java

- + 45 - + @@ -694,12 +694,12 @@

Creator.java

- + 46 - + @@ -709,12 +709,12 @@

Creator.java

- + 47 - + @@ -724,12 +724,12 @@

Creator.java

- + 48 -1 +1 1. call : negated conditional → KILLED
@@ -741,12 +741,12 @@

Creator.java

- + 49 - + @@ -756,12 +756,12 @@

Creator.java

- + 50 - + @@ -771,12 +771,12 @@

Creator.java

- + 51 - + @@ -786,12 +786,12 @@

Creator.java

- + 52 -1 +1 1. call : replaced return value with null for com/mastercard/test/flow/builder/Creator::call → KILLED
@@ -803,12 +803,12 @@

Creator.java

- + 53 - + @@ -818,12 +818,12 @@

Creator.java

- + 54 - + @@ -833,12 +833,12 @@

Creator.java

- + 55 - + @@ -848,12 +848,12 @@

Creator.java

- + 56 -1 +1 1. build : replaced return value with null for com/mastercard/test/flow/builder/Creator::build → KILLED
@@ -865,12 +865,12 @@

Creator.java

- + 57 - + @@ -880,12 +880,12 @@

Creator.java

- + 58 - + @@ -897,51 +897,51 @@

Creator.java

Mutations

3232 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:implicit()]
removed call to java/util/function/Consumer::accept → KILLED

3434 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:implicit()]
replaced return value with null for com/mastercard/test/flow/builder/Creator::build → KILLED

4848 - +

1.1
Location : call
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:basic()]
negated conditional → KILLED

5252 - +

1.1
Location : call
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:data()]
replaced return value with null for com/mastercard/test/flow/builder/Creator::call → KILLED

5656 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.CreatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.CreatorTest]/[method:implicit()]
replaced return value with null for com/mastercard/test/flow/builder/Creator::build → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Deriver.java

- + 2 - + @@ -45,12 +45,12 @@

Deriver.java

- + 3 - + @@ -60,12 +60,12 @@

Deriver.java

- + 4 - + @@ -75,12 +75,12 @@

Deriver.java

- + 5 - + @@ -90,12 +90,12 @@

Deriver.java

- + 6 - + @@ -105,12 +105,12 @@

Deriver.java

- + 7 - + @@ -120,12 +120,12 @@

Deriver.java

- + 8 - + @@ -135,12 +135,12 @@

Deriver.java

- + 9 - + @@ -150,12 +150,12 @@

Deriver.java

- + 10 - + @@ -165,12 +165,12 @@

Deriver.java

- + 11 - + @@ -180,12 +180,12 @@

Deriver.java

- + 12 - + @@ -195,12 +195,12 @@

Deriver.java

- + 13 - + @@ -210,12 +210,12 @@

Deriver.java

- + 14 - + @@ -225,12 +225,12 @@

Deriver.java

- + 15 - + @@ -240,12 +240,12 @@

Deriver.java

- + 16 - + @@ -255,12 +255,12 @@

Deriver.java

- + 17 - + @@ -270,12 +270,12 @@

Deriver.java

- + 18 - + @@ -285,12 +285,12 @@

Deriver.java

- + 19 - + @@ -300,12 +300,12 @@

Deriver.java

- + 20 - + @@ -315,12 +315,12 @@

Deriver.java

- + 21 - + @@ -330,12 +330,12 @@

Deriver.java

- + 22 - + @@ -345,12 +345,12 @@

Deriver.java

- + 23 - + @@ -360,12 +360,12 @@

Deriver.java

- + 24 - + @@ -375,12 +375,12 @@

Deriver.java

- + 25 - + @@ -390,12 +390,12 @@

Deriver.java

- + 26 - + @@ -405,12 +405,12 @@

Deriver.java

- + 27 - + @@ -420,12 +420,12 @@

Deriver.java

- + 28 - + @@ -435,12 +435,12 @@

Deriver.java

- + 29 - + @@ -450,12 +450,12 @@

Deriver.java

- + 30 - + @@ -465,12 +465,12 @@

Deriver.java

- + 31 - + @@ -480,12 +480,12 @@

Deriver.java

- + 32 - + @@ -495,12 +495,12 @@

Deriver.java

- + 33 - + @@ -510,12 +510,12 @@

Deriver.java

- + 34 -1 +1 1. build : removed call to java/util/function/Consumer::accept → KILLED
@@ -527,12 +527,12 @@

Deriver.java

- + 35 - + @@ -542,12 +542,12 @@

Deriver.java

- + 36 - + @@ -557,12 +557,12 @@

Deriver.java

- + 37 -1 +1 1. build : removed call to java/util/function/Consumer::accept → KILLED
@@ -574,12 +574,12 @@

Deriver.java

- + 38 - + @@ -589,12 +589,12 @@

Deriver.java

- + 39 -1 +1 1. build : replaced return value with null for com/mastercard/test/flow/builder/Deriver::build → KILLED
@@ -606,12 +606,12 @@

Deriver.java

- + 40 - + @@ -621,12 +621,12 @@

Deriver.java

- + 41 - + @@ -636,12 +636,12 @@

Deriver.java

- + 42 - + @@ -651,12 +651,12 @@

Deriver.java

- + 43 - + @@ -666,12 +666,12 @@

Deriver.java

- + 44 - + @@ -681,12 +681,12 @@

Deriver.java

- + 45 - + @@ -696,12 +696,12 @@

Deriver.java

- + 46 - + @@ -711,12 +711,12 @@

Deriver.java

- + 47 - + @@ -726,12 +726,12 @@

Deriver.java

- + 48 - + @@ -741,12 +741,12 @@

Deriver.java

- + 49 - + @@ -756,12 +756,12 @@

Deriver.java

- + 50 - + @@ -771,12 +771,12 @@

Deriver.java

- + 51 - + @@ -786,12 +786,12 @@

Deriver.java

- + 52 - + @@ -801,12 +801,12 @@

Deriver.java

- + 53 - + @@ -816,12 +816,12 @@

Deriver.java

- + 54 - + @@ -831,12 +831,12 @@

Deriver.java

- + 55 - + @@ -846,12 +846,12 @@

Deriver.java

- + 56 - + @@ -861,12 +861,12 @@

Deriver.java

- + 57 - + @@ -876,12 +876,12 @@

Deriver.java

- + 58 - + @@ -891,12 +891,12 @@

Deriver.java

- + 59 - + @@ -906,12 +906,12 @@

Deriver.java

- + 60 - + @@ -921,12 +921,12 @@

Deriver.java

- + 61 -3 +3 1. lambda$inheritDependencies$0 : replaced boolean return with true for com/mastercard/test/flow/builder/Deriver::lambda$inheritDependencies$0 → KILLED
2. inheritDependencies : replaced return value with null for com/mastercard/test/flow/builder/Deriver::inheritDependencies → KILLED
@@ -940,12 +940,12 @@

Deriver.java

- + 62 - + @@ -955,12 +955,12 @@

Deriver.java

- + 63 - + @@ -970,12 +970,12 @@

Deriver.java

- + 64 - + @@ -985,12 +985,12 @@

Deriver.java

- + 65 - + @@ -1000,12 +1000,12 @@

Deriver.java

- + 66 - + @@ -1015,12 +1015,12 @@

Deriver.java

- + 67 - + @@ -1030,12 +1030,12 @@

Deriver.java

- + 68 - + @@ -1045,12 +1045,12 @@

Deriver.java

- + 69 - + @@ -1060,12 +1060,12 @@

Deriver.java

- + 70 - + @@ -1075,12 +1075,12 @@

Deriver.java

- + 71 - + @@ -1090,12 +1090,12 @@

Deriver.java

- + 72 - + @@ -1105,12 +1105,12 @@

Deriver.java

- + 73 - + @@ -1120,12 +1120,12 @@

Deriver.java

- + 74 - + @@ -1135,12 +1135,12 @@

Deriver.java

- + 75 - + @@ -1150,12 +1150,12 @@

Deriver.java

- + 76 - + @@ -1165,12 +1165,12 @@

Deriver.java

- + 77 - + @@ -1180,12 +1180,12 @@

Deriver.java

- + 78 - + @@ -1195,12 +1195,12 @@

Deriver.java

- + 79 - + @@ -1210,12 +1210,12 @@

Deriver.java

- + 80 - + @@ -1225,12 +1225,12 @@

Deriver.java

- + 81 - + @@ -1240,12 +1240,12 @@

Deriver.java

- + 82 -2 +2 1. inheritDependencies : replaced return value with null for com/mastercard/test/flow/builder/Deriver::inheritDependencies → KILLED
2. lambda$inheritDependencies$1 : replaced boolean return with false for com/mastercard/test/flow/builder/Deriver::lambda$inheritDependencies$1 → KILLED
@@ -1258,12 +1258,12 @@

Deriver.java

- + 83 - + @@ -1273,12 +1273,12 @@

Deriver.java

- + 84 - + @@ -1288,12 +1288,12 @@

Deriver.java

- + 85 - + @@ -1303,12 +1303,12 @@

Deriver.java

- + 86 - + @@ -1318,12 +1318,12 @@

Deriver.java

- + 87 - + @@ -1333,12 +1333,12 @@

Deriver.java

- + 88 - + @@ -1348,12 +1348,12 @@

Deriver.java

- + 89 -1 +1 1. lambda$inheritDependencies$4 : replaced return value with null for com/mastercard/test/flow/builder/Deriver::lambda$inheritDependencies$4 → KILLED
@@ -1365,12 +1365,12 @@

Deriver.java

- + 90 - + @@ -1380,12 +1380,12 @@

Deriver.java

- + 91 - + @@ -1395,12 +1395,12 @@

Deriver.java

- + 92 -1 +1 1. inheritDependencies : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1412,12 +1412,12 @@

Deriver.java

- + 93 -1 +1 1. inheritDependencies : replaced return value with null for com/mastercard/test/flow/builder/Deriver::inheritDependencies → KILLED
@@ -1429,12 +1429,12 @@

Deriver.java

- + 94 - + @@ -1444,12 +1444,12 @@

Deriver.java

- + 95 - + @@ -1459,12 +1459,12 @@

Deriver.java

- + 96 - + @@ -1474,12 +1474,12 @@

Deriver.java

- + 97 -1 +1 1. build : replaced return value with null for com/mastercard/test/flow/builder/Deriver::build → KILLED
@@ -1491,12 +1491,12 @@

Deriver.java

- + 98 - + @@ -1506,12 +1506,12 @@

Deriver.java

- + 99 - + @@ -1521,12 +1521,12 @@

Deriver.java

- + 100 - + @@ -1538,91 +1538,91 @@

Deriver.java

Mutations

3434 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.ChainTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.ChainTest]/[method:inheritance()]
removed call to java/util/function/Consumer::accept → KILLED

3737 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:metadata()]
removed call to java/util/function/Consumer::accept → KILLED

3939 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:metadata()]
replaced return value with null for com/mastercard/test/flow/builder/Deriver::build → KILLED

6161 - +

1.1
Location : lambda$inheritDependencies$0
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:dependency()]
replaced boolean return with true for com/mastercard/test/flow/builder/Deriver::lambda$inheritDependencies$0 → KILLED

2.2
Location : inheritDependencies
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:dependency()]
replaced return value with null for com/mastercard/test/flow/builder/Deriver::inheritDependencies → KILLED

3.3
Location : lambda$inheritDependencies$0
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:dependency()]
negated conditional → KILLED

8282 - +

1.1
Location : inheritDependencies
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:dependency()]
replaced return value with null for com/mastercard/test/flow/builder/Deriver::inheritDependencies → KILLED

2.2
Location : lambda$inheritDependencies$1
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:dependency()]
replaced boolean return with false for com/mastercard/test/flow/builder/Deriver::lambda$inheritDependencies$1 → KILLED

8989 - +

1.1
Location : lambda$inheritDependencies$4
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:dependency()]
replaced return value with null for com/mastercard/test/flow/builder/Deriver::lambda$inheritDependencies$4 → KILLED

9292 - +

1.1
Location : inheritDependencies
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:dependency()]
removed call to java/util/stream/Stream::forEach → KILLED

9393 - +

1.1
Location : inheritDependencies
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:dependency()]
replaced return value with null for com/mastercard/test/flow/builder/Deriver::inheritDependencies → KILLED

9797 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.builder.DeriverTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.DeriverTest]/[method:metadata()]
replaced return value with null for com/mastercard/test/flow/builder/Deriver::build → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Sets.java

- + 2 - + @@ -45,12 +45,12 @@

Sets.java

- + 3 - + @@ -60,12 +60,12 @@

Sets.java

- + 4 - + @@ -75,12 +75,12 @@

Sets.java

- + 5 - + @@ -90,12 +90,12 @@

Sets.java

- + 6 - + @@ -105,12 +105,12 @@

Sets.java

- + 7 - + @@ -120,12 +120,12 @@

Sets.java

- + 8 - + @@ -135,12 +135,12 @@

Sets.java

- + 9 - + @@ -150,12 +150,12 @@

Sets.java

- + 10 - + @@ -165,12 +165,12 @@

Sets.java

- + 11 - + @@ -180,12 +180,12 @@

Sets.java

- + 12 - + @@ -195,12 +195,12 @@

Sets.java

- + 13 - + @@ -210,12 +210,12 @@

Sets.java

- + 14 - + @@ -225,12 +225,12 @@

Sets.java

- + 15 - + @@ -240,12 +240,12 @@

Sets.java

- + 16 - + @@ -255,12 +255,12 @@

Sets.java

- + 17 - + @@ -270,12 +270,12 @@

Sets.java

- + 18 - + @@ -285,12 +285,12 @@

Sets.java

- + 19 - + @@ -300,12 +300,12 @@

Sets.java

- + 20 - + @@ -315,12 +315,12 @@

Sets.java

- + 21 - + @@ -330,12 +330,12 @@

Sets.java

- + 22 -1 +1 1. clear : replaced return value with null for com/mastercard/test/flow/builder/Sets::clear → KILLED
@@ -347,12 +347,12 @@

Sets.java

- + 23 - + @@ -362,12 +362,12 @@

Sets.java

- + 24 - + @@ -377,12 +377,12 @@

Sets.java

- + 25 - + @@ -392,12 +392,12 @@

Sets.java

- + 26 - + @@ -407,12 +407,12 @@

Sets.java

- + 27 - + @@ -422,12 +422,12 @@

Sets.java

- + 28 - + @@ -437,12 +437,12 @@

Sets.java

- + 29 - + @@ -452,12 +452,12 @@

Sets.java

- + 30 - + @@ -467,12 +467,12 @@

Sets.java

- + 31 - + @@ -482,12 +482,12 @@

Sets.java

- + 32 - + @@ -497,12 +497,12 @@

Sets.java

- + 33 - + @@ -512,12 +512,12 @@

Sets.java

- + 34 -1 +1 1. add : replaced return value with null for com/mastercard/test/flow/builder/Sets::add → KILLED
@@ -529,12 +529,12 @@

Sets.java

- + 35 - + @@ -544,12 +544,12 @@

Sets.java

- + 36 - + @@ -559,12 +559,12 @@

Sets.java

- + 37 - + @@ -574,12 +574,12 @@

Sets.java

- + 38 - + @@ -589,12 +589,12 @@

Sets.java

- + 39 - + @@ -604,12 +604,12 @@

Sets.java

- + 40 - + @@ -619,12 +619,12 @@

Sets.java

- + 41 - + @@ -634,12 +634,12 @@

Sets.java

- + 42 - + @@ -649,12 +649,12 @@

Sets.java

- + 43 - + @@ -664,12 +664,12 @@

Sets.java

- + 44 - + @@ -679,12 +679,12 @@

Sets.java

- + 45 - + @@ -694,12 +694,12 @@

Sets.java

- + 46 -1 +1 1. remove : replaced return value with null for com/mastercard/test/flow/builder/Sets::remove → KILLED
@@ -711,12 +711,12 @@

Sets.java

- + 47 - + @@ -726,12 +726,12 @@

Sets.java

- + 48 - + @@ -741,12 +741,12 @@

Sets.java

- + 49 - + @@ -756,12 +756,12 @@

Sets.java

- + 50 - + @@ -771,12 +771,12 @@

Sets.java

- + 51 - + @@ -786,12 +786,12 @@

Sets.java

- + 52 - + @@ -801,12 +801,12 @@

Sets.java

- + 53 - + @@ -816,12 +816,12 @@

Sets.java

- + 54 - + @@ -831,12 +831,12 @@

Sets.java

- + 55 - + @@ -846,12 +846,12 @@

Sets.java

- + 56 - + @@ -861,12 +861,12 @@

Sets.java

- + 57 - + @@ -876,12 +876,12 @@

Sets.java

- + 58 - + @@ -891,12 +891,12 @@

Sets.java

- + 59 - + @@ -906,12 +906,12 @@

Sets.java

- + 60 - + @@ -921,12 +921,12 @@

Sets.java

- + 61 - + @@ -936,12 +936,12 @@

Sets.java

- + 62 -1 +1 1. set : replaced return value with null for com/mastercard/test/flow/builder/Sets::set → KILLED
@@ -953,12 +953,12 @@

Sets.java

- + 63 -1 +1 1. lambda$set$2 : removed call to java/util/Set::clear → KILLED
@@ -970,12 +970,12 @@

Sets.java

- + 64 - + @@ -985,12 +985,12 @@

Sets.java

- + 65 - + @@ -1000,12 +1000,12 @@

Sets.java

- + 66 - + @@ -1015,12 +1015,12 @@

Sets.java

- + 67 - + @@ -1032,51 +1032,51 @@

Sets.java

Mutations

2222 - +

1.1
Location : clear
Killed by : com.mastercard.test.flow.builder.SetsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.SetsTest]/[method:clear()]
replaced return value with null for com/mastercard/test/flow/builder/Sets::clear → KILLED

3434 - +

1.1
Location : add
Killed by : com.mastercard.test.flow.builder.SetsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.SetsTest]/[method:add()]
replaced return value with null for com/mastercard/test/flow/builder/Sets::add → KILLED

4646 - +

1.1
Location : remove
Killed by : com.mastercard.test.flow.builder.SetsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.SetsTest]/[method:remove()]
replaced return value with null for com/mastercard/test/flow/builder/Sets::remove → KILLED

6262 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.builder.SetsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.SetsTest]/[method:set()]
replaced return value with null for com/mastercard/test/flow/builder/Sets::set → KILLED

6363 - +

1.1
Location : lambda$set$2
Killed by : com.mastercard.test.flow.builder.SetsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.SetsTest]/[method:set()]
removed call to java/util/Set::clear → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Trace.java

- + 2 - + @@ -45,12 +45,12 @@

Trace.java

- + 3 - + @@ -60,12 +60,12 @@

Trace.java

- + 4 - + @@ -75,12 +75,12 @@

Trace.java

- + 5 - + @@ -90,12 +90,12 @@

Trace.java

- + 6 - + @@ -105,12 +105,12 @@

Trace.java

- + 7 - + @@ -120,12 +120,12 @@

Trace.java

- + 8 - + @@ -135,12 +135,12 @@

Trace.java

- + 9 - + @@ -150,12 +150,12 @@

Trace.java

- + 10 - + @@ -165,12 +165,12 @@

Trace.java

- + 11 - + @@ -180,12 +180,12 @@

Trace.java

- + 12 - + @@ -195,12 +195,12 @@

Trace.java

- + 13 - + @@ -210,12 +210,12 @@

Trace.java

- + 14 - + @@ -225,12 +225,12 @@

Trace.java

- + 15 - + @@ -240,12 +240,12 @@

Trace.java

- + 16 - + @@ -255,12 +255,12 @@

Trace.java

- + 17 - + @@ -270,12 +270,12 @@

Trace.java

- + 18 - + @@ -285,12 +285,12 @@

Trace.java

- + 19 - + @@ -300,12 +300,12 @@

Trace.java

- + 20 - + @@ -315,12 +315,12 @@

Trace.java

- + 21 - + @@ -330,12 +330,12 @@

Trace.java

- + 22 - + @@ -345,12 +345,12 @@

Trace.java

- + 23 - + @@ -360,12 +360,12 @@

Trace.java

- + 24 - + @@ -375,12 +375,12 @@

Trace.java

- + 25 - + @@ -390,12 +390,12 @@

Trace.java

- + 26 - + @@ -405,12 +405,12 @@

Trace.java

- + 27 - + @@ -420,12 +420,12 @@

Trace.java

- + 28 - + @@ -435,12 +435,12 @@

Trace.java

- + 29 - + @@ -450,12 +450,12 @@

Trace.java

- + 30 - + @@ -465,12 +465,12 @@

Trace.java

- + 31 - + @@ -480,12 +480,12 @@

Trace.java

- + 32 - + @@ -495,12 +495,12 @@

Trace.java

- + 33 - + @@ -510,12 +510,12 @@

Trace.java

- + 34 - + @@ -525,12 +525,12 @@

Trace.java

- + 35 - + @@ -540,12 +540,12 @@

Trace.java

- + 36 - + @@ -555,12 +555,12 @@

Trace.java

- + 37 - + @@ -570,12 +570,12 @@

Trace.java

- + 38 - + @@ -585,12 +585,12 @@

Trace.java

- + 39 - + @@ -600,12 +600,12 @@

Trace.java

- + 40 - + @@ -615,12 +615,12 @@

Trace.java

- + 41 - + @@ -630,12 +630,12 @@

Trace.java

- + 42 - + @@ -645,12 +645,12 @@

Trace.java

- + 43 - + @@ -660,12 +660,12 @@

Trace.java

- + 44 - + @@ -675,12 +675,12 @@

Trace.java

- + 45 -1 +1 1. trace : negated conditional → KILLED
@@ -692,12 +692,12 @@

Trace.java

- + 46 - + @@ -707,12 +707,12 @@

Trace.java

- + 47 - + @@ -722,12 +722,12 @@

Trace.java

- + 48 - + @@ -737,12 +737,12 @@

Trace.java

- + 49 - + @@ -752,12 +752,12 @@

Trace.java

- + 50 - + @@ -767,12 +767,12 @@

Trace.java

- + 51 -1 +1 1. trace : negated conditional → KILLED
@@ -784,12 +784,12 @@

Trace.java

- + 52 -1 +1 1. trace : negated conditional → KILLED
@@ -801,12 +801,12 @@

Trace.java

- + 53 -1 +1 1. trace : negated conditional → KILLED
@@ -818,12 +818,12 @@

Trace.java

- + 54 -1 +1 1. trace : negated conditional → KILLED
@@ -835,12 +835,12 @@

Trace.java

- + 55 - + @@ -850,12 +850,12 @@

Trace.java

- + 56 - + @@ -865,12 +865,12 @@

Trace.java

- + 57 - + @@ -880,12 +880,12 @@

Trace.java

- + 58 - + @@ -895,12 +895,12 @@

Trace.java

- + 59 - + @@ -910,12 +910,12 @@

Trace.java

- + 60 - + @@ -925,12 +925,12 @@

Trace.java

- + 61 - + @@ -940,12 +940,12 @@

Trace.java

- + 62 - + @@ -955,12 +955,12 @@

Trace.java

- + 63 -1 +1 1. trace : replaced return value with "" for com/mastercard/test/flow/builder/Trace::trace → KILLED
@@ -972,12 +972,12 @@

Trace.java

- + 64 - + @@ -987,12 +987,12 @@

Trace.java

- + 65 - + @@ -1002,12 +1002,12 @@

Trace.java

- + 66 - + @@ -1017,12 +1017,12 @@

Trace.java

- + 67 - + @@ -1032,12 +1032,12 @@

Trace.java

- + 68 - + @@ -1047,12 +1047,12 @@

Trace.java

- + 69 - + @@ -1062,12 +1062,12 @@

Trace.java

- + 70 - + @@ -1077,12 +1077,12 @@

Trace.java

- + 71 - + @@ -1092,12 +1092,12 @@

Trace.java

- + 72 - + @@ -1107,12 +1107,12 @@

Trace.java

- + 73 - + @@ -1122,12 +1122,12 @@

Trace.java

- + 74 -2 +2 1. isThreadDotGetStackTrace : replaced boolean return with true for com/mastercard/test/flow/builder/Trace::isThreadDotGetStackTrace → KILLED
2. isThreadDotGetStackTrace : negated conditional → KILLED
@@ -1140,12 +1140,12 @@

Trace.java

- + 75 -1 +1 1. isThreadDotGetStackTrace : negated conditional → KILLED
@@ -1157,12 +1157,12 @@

Trace.java

- + 76 - + @@ -1172,12 +1172,12 @@

Trace.java

- + 77 - + @@ -1187,12 +1187,12 @@

Trace.java

- + 78 - + @@ -1202,12 +1202,12 @@

Trace.java

- + 79 -2 +2 1. isClassSkipped : replaced boolean return with true for com/mastercard/test/flow/builder/Trace::isClassSkipped → KILLED
2. isClassSkipped : replaced boolean return with false for com/mastercard/test/flow/builder/Trace::isClassSkipped → KILLED
@@ -1220,12 +1220,12 @@

Trace.java

- + 80 - + @@ -1235,12 +1235,12 @@

Trace.java

- + 81 - + @@ -1250,12 +1250,12 @@

Trace.java

- + 82 - + @@ -1265,12 +1265,12 @@

Trace.java

- + 83 -2 +2 1. isPackageSkipped : replaced boolean return with false for com/mastercard/test/flow/builder/Trace::isPackageSkipped → KILLED
2. isPackageSkipped : replaced boolean return with true for com/mastercard/test/flow/builder/Trace::isPackageSkipped → KILLED
@@ -1283,12 +1283,12 @@

Trace.java

- + 84 - + @@ -1298,12 +1298,12 @@

Trace.java

- + 85 - + @@ -1313,12 +1313,12 @@

Trace.java

- + 86 - + @@ -1328,12 +1328,12 @@

Trace.java

- + 87 - + @@ -1343,12 +1343,12 @@

Trace.java

- + 88 - + @@ -1358,12 +1358,12 @@

Trace.java

- + 89 - + @@ -1373,12 +1373,12 @@

Trace.java

- + 90 - + @@ -1388,12 +1388,12 @@

Trace.java

- + 91 - + @@ -1403,12 +1403,12 @@

Trace.java

- + 92 - + @@ -1418,12 +1418,12 @@

Trace.java

- + 93 - + @@ -1433,12 +1433,12 @@

Trace.java

- + 94 - + @@ -1448,12 +1448,12 @@

Trace.java

- + 95 - + @@ -1463,12 +1463,12 @@

Trace.java

- + 96 - + @@ -1478,12 +1478,12 @@

Trace.java

- + 97 -1 +1 1. isMethodSkipped : negated conditional → KILLED
@@ -1495,12 +1495,12 @@

Trace.java

- + 98 -1 +1 1. isMethodSkipped : replaced boolean return with false for com/mastercard/test/flow/builder/Trace::isMethodSkipped → KILLED
@@ -1512,12 +1512,12 @@

Trace.java

- + 99 - + @@ -1527,12 +1527,12 @@

Trace.java

- + 100 - + @@ -1542,12 +1542,12 @@

Trace.java

- + 101 - + @@ -1557,12 +1557,12 @@

Trace.java

- + 102 - + @@ -1572,12 +1572,12 @@

Trace.java

- + 103 -2 +2 1. lambda$isMethodSkipped$0 : replaced boolean return with false for com/mastercard/test/flow/builder/Trace::lambda$isMethodSkipped$0 → KILLED
2. lambda$isMethodSkipped$0 : replaced boolean return with true for com/mastercard/test/flow/builder/Trace::lambda$isMethodSkipped$0 → KILLED
@@ -1590,12 +1590,12 @@

Trace.java

- + 104 -1 +1 1. lambda$isMethodSkipped$1 : replaced return value with "" for com/mastercard/test/flow/builder/Trace::lambda$isMethodSkipped$1 → KILLED
@@ -1607,12 +1607,12 @@

Trace.java

- + 105 -1 +1 1. isMethodSkipped : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1624,12 +1624,12 @@

Trace.java

- + 106 - + @@ -1639,12 +1639,12 @@

Trace.java

- + 107 - + @@ -1654,12 +1654,12 @@

Trace.java

- + 108 -2 +2 1. isMethodSkipped : replaced boolean return with false for com/mastercard/test/flow/builder/Trace::isMethodSkipped → KILLED
2. isMethodSkipped : replaced boolean return with true for com/mastercard/test/flow/builder/Trace::isMethodSkipped → KILLED
@@ -1672,12 +1672,12 @@

Trace.java

- + 109 - + @@ -1687,12 +1687,12 @@

Trace.java

- + 110 - + @@ -1702,12 +1702,12 @@

Trace.java

- + 111 - + @@ -1717,12 +1717,12 @@

Trace.java

- + 112 - + @@ -1734,161 +1734,161 @@

Trace.java

Mutations

4545 - +

1.1
Location : trace
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:badClass()]
negated conditional → KILLED

5151 - +

1.1
Location : trace
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
negated conditional → KILLED

5252 - +

1.1
Location : trace
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
negated conditional → KILLED

5353 - +

1.1
Location : trace
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
negated conditional → KILLED

5454 - +

1.1
Location : trace
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
negated conditional → KILLED

6363 - +

1.1
Location : trace
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
replaced return value with "" for com/mastercard/test/flow/builder/Trace::trace → KILLED

7474 - +

1.1
Location : isThreadDotGetStackTrace
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
replaced boolean return with true for com/mastercard/test/flow/builder/Trace::isThreadDotGetStackTrace → KILLED

2.2
Location : isThreadDotGetStackTrace
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
negated conditional → KILLED

7575 - +

1.1
Location : isThreadDotGetStackTrace
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
negated conditional → KILLED

7979 - +

1.1
Location : isClassSkipped
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
replaced boolean return with true for com/mastercard/test/flow/builder/Trace::isClassSkipped → KILLED

2.2
Location : isClassSkipped
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
replaced boolean return with false for com/mastercard/test/flow/builder/Trace::isClassSkipped → KILLED

8383 - +

1.1
Location : isPackageSkipped
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
replaced boolean return with false for com/mastercard/test/flow/builder/Trace::isPackageSkipped → KILLED

2.2
Location : isPackageSkipped
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
replaced boolean return with true for com/mastercard/test/flow/builder/Trace::isPackageSkipped → KILLED

9797 - +

1.1
Location : isMethodSkipped
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
negated conditional → KILLED

9898 - +

1.1
Location : isMethodSkipped
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedMethod()]
replaced boolean return with false for com/mastercard/test/flow/builder/Trace::isMethodSkipped → KILLED

103103 - +

1.1
Location : lambda$isMethodSkipped$0
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skipMethodSameName()]
replaced boolean return with false for com/mastercard/test/flow/builder/Trace::lambda$isMethodSkipped$0 → KILLED

2.2
Location : lambda$isMethodSkipped$0
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
replaced boolean return with true for com/mastercard/test/flow/builder/Trace::lambda$isMethodSkipped$0 → KILLED

104104 - +

1.1
Location : lambda$isMethodSkipped$1
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:method()]
replaced return value with "" for com/mastercard/test/flow/builder/Trace::lambda$isMethodSkipped$1 → KILLED

105105 - +

1.1
Location : isMethodSkipped
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skipMethodSameName()]
removed call to java/util/stream/Stream::forEach → KILLED

108108 - +

1.1
Location : isMethodSkipped
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skipMethodSameName()]
replaced boolean return with false for com/mastercard/test/flow/builder/Trace::isMethodSkipped → KILLED

2.2
Location : isMethodSkipped
Killed by : com.mastercard.test.flow.builder.TraceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.builder.TraceTest]/[method:skippedPackage()]
replaced boolean return with true for com/mastercard/test/flow/builder/Trace::isMethodSkipped → KILLED

- + 1 - + @@ -30,12 +30,12 @@

CombineModel.java

- + 2 - + @@ -45,12 +45,12 @@

CombineModel.java

- + 3 - + @@ -60,12 +60,12 @@

CombineModel.java

- + 4 - + @@ -75,12 +75,12 @@

CombineModel.java

- + 5 - + @@ -90,12 +90,12 @@

CombineModel.java

- + 6 - + @@ -105,12 +105,12 @@

CombineModel.java

- + 7 - + @@ -120,12 +120,12 @@

CombineModel.java

- + 8 - + @@ -135,12 +135,12 @@

CombineModel.java

- + 9 - + @@ -150,12 +150,12 @@

CombineModel.java

- + 10 - + @@ -165,12 +165,12 @@

CombineModel.java

- + 11 - + @@ -180,12 +180,12 @@

CombineModel.java

- + 12 - + @@ -195,12 +195,12 @@

CombineModel.java

- + 13 - + @@ -210,12 +210,12 @@

CombineModel.java

- + 14 - + @@ -225,12 +225,12 @@

CombineModel.java

- + 15 - + @@ -240,12 +240,12 @@

CombineModel.java

- + 16 - + @@ -255,12 +255,12 @@

CombineModel.java

- + 17 - + @@ -270,12 +270,12 @@

CombineModel.java

- + 18 - + @@ -285,12 +285,12 @@

CombineModel.java

- + 19 - + @@ -300,12 +300,12 @@

CombineModel.java

- + 20 - + @@ -315,12 +315,12 @@

CombineModel.java

- + 21 - + @@ -330,12 +330,12 @@

CombineModel.java

- + 22 - + @@ -345,12 +345,12 @@

CombineModel.java

- + 23 - + @@ -360,12 +360,12 @@

CombineModel.java

- + 24 - + @@ -375,12 +375,12 @@

CombineModel.java

- + 25 - + @@ -390,12 +390,12 @@

CombineModel.java

- + 26 - + @@ -405,12 +405,12 @@

CombineModel.java

- + 27 - + @@ -420,12 +420,12 @@

CombineModel.java

- + 28 - + @@ -435,12 +435,12 @@

CombineModel.java

- + 29 - + @@ -450,12 +450,12 @@

CombineModel.java

- + 30 - + @@ -465,12 +465,12 @@

CombineModel.java

- + 31 - + @@ -480,12 +480,12 @@

CombineModel.java

- + 32 - + @@ -495,12 +495,12 @@

CombineModel.java

- + 33 - + @@ -510,12 +510,12 @@

CombineModel.java

- + 34 - + @@ -525,12 +525,12 @@

CombineModel.java

- + 35 - + @@ -540,12 +540,12 @@

CombineModel.java

- + 36 - + @@ -555,12 +555,12 @@

CombineModel.java

- + 37 - + @@ -570,12 +570,12 @@

CombineModel.java

- + 38 - + @@ -585,12 +585,12 @@

CombineModel.java

- + 39 - + @@ -600,12 +600,12 @@

CombineModel.java

- + 40 - + @@ -615,12 +615,12 @@

CombineModel.java

- + 41 - + @@ -630,12 +630,12 @@

CombineModel.java

- + 42 - + @@ -645,12 +645,12 @@

CombineModel.java

- + 43 - + @@ -660,12 +660,12 @@

CombineModel.java

- + 44 -1 +1 1. with : negated conditional → KILLED
@@ -677,12 +677,12 @@

CombineModel.java

- + 45 - + @@ -692,12 +692,12 @@

CombineModel.java

- + 46 -1 +1 1. with : negated conditional → KILLED
@@ -709,12 +709,12 @@

CombineModel.java

- + 47 - + @@ -724,12 +724,12 @@

CombineModel.java

- + 48 - + @@ -739,12 +739,12 @@

CombineModel.java

- + 49 - + @@ -754,12 +754,12 @@

CombineModel.java

- + 50 - + @@ -769,12 +769,12 @@

CombineModel.java

- + 51 -1 +1 1. with : replaced return value with null for com/mastercard/test/flow/model/CombineModel::with → KILLED
@@ -786,12 +786,12 @@

CombineModel.java

- + 52 - + @@ -801,12 +801,12 @@

CombineModel.java

- + 53 - + @@ -816,12 +816,12 @@

CombineModel.java

- + 54 - + @@ -831,12 +831,12 @@

CombineModel.java

- + 55 - + @@ -846,12 +846,12 @@

CombineModel.java

- + 56 -1 +1 1. tags : replaced return value with null for com/mastercard/test/flow/model/CombineModel::tags → KILLED
@@ -863,12 +863,12 @@

CombineModel.java

- + 57 - + @@ -878,12 +878,12 @@

CombineModel.java

- + 58 - + @@ -893,12 +893,12 @@

CombineModel.java

- + 59 - + @@ -908,12 +908,12 @@

CombineModel.java

- + 60 - + @@ -923,12 +923,12 @@

CombineModel.java

- + 61 -2 +2 1. lambda$flows$0 : replaced return value with Stream.empty for com/mastercard/test/flow/model/CombineModel::lambda$flows$0 → KILLED
2. flows : replaced return value with Stream.empty for com/mastercard/test/flow/model/CombineModel::flows → KILLED
@@ -941,12 +941,12 @@

CombineModel.java

- + 62 - + @@ -956,12 +956,12 @@

CombineModel.java

- + 63 - + @@ -971,12 +971,12 @@

CombineModel.java

- + 64 - + @@ -986,12 +986,12 @@

CombineModel.java

- + 65 - + @@ -1001,12 +1001,12 @@

CombineModel.java

- + 66 -1 +1 1. subModels : replaced return value with Stream.empty for com/mastercard/test/flow/model/CombineModel::subModels → KILLED
@@ -1018,12 +1018,12 @@

CombineModel.java

- + 67 - + @@ -1033,12 +1033,12 @@

CombineModel.java

- + 68 - + @@ -1048,12 +1048,12 @@

CombineModel.java

- + 69 - + @@ -1063,12 +1063,12 @@

CombineModel.java

- + 70 - + @@ -1078,12 +1078,12 @@

CombineModel.java

- + 71 -1 +1 1. listener : removed call to java/util/List::forEach → KILLED
@@ -1095,12 +1095,12 @@

CombineModel.java

- + 72 -1 +1 1. listener : replaced return value with null for com/mastercard/test/flow/model/CombineModel::listener → KILLED
@@ -1112,12 +1112,12 @@

CombineModel.java

- + 73 - + @@ -1127,12 +1127,12 @@

CombineModel.java

- + 74 - + @@ -1142,12 +1142,12 @@

CombineModel.java

- + 75 - + @@ -1159,81 +1159,81 @@

CombineModel.java

Mutations

4444 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.model.CombineModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.CombineModelTest]/[method:tags()]
negated conditional → KILLED

4646 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.model.CombineModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.CombineModelTest]/[method:tags()]
negated conditional → KILLED

5151 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.model.CombineModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.CombineModelTest]/[method:submodels()]
replaced return value with null for com/mastercard/test/flow/model/CombineModel::with → KILLED

5656 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.model.CombineModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.CombineModelTest]/[method:tags()]
replaced return value with null for com/mastercard/test/flow/model/CombineModel::tags → KILLED

6161 - +

1.1
Location : lambda$flows$0
Killed by : com.mastercard.test.flow.model.CombineModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.CombineModelTest]/[method:flows()]
replaced return value with Stream.empty for com/mastercard/test/flow/model/CombineModel::lambda$flows$0 → KILLED

2.2
Location : flows
Killed by : com.mastercard.test.flow.model.CombineModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.CombineModelTest]/[method:flows()]
replaced return value with Stream.empty for com/mastercard/test/flow/model/CombineModel::flows → KILLED

6666 - +

1.1
Location : subModels
Killed by : com.mastercard.test.flow.model.CombineModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.CombineModelTest]/[method:submodels()]
replaced return value with Stream.empty for com/mastercard/test/flow/model/CombineModel::subModels → KILLED

7171 - +

1.1
Location : listener
Killed by : com.mastercard.test.flow.model.CombineModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.CombineModelTest]/[method:listener()]
removed call to java/util/List::forEach → KILLED

7272 - +

1.1
Location : listener
Killed by : com.mastercard.test.flow.model.CombineModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.CombineModelTest]/[method:listener()]
replaced return value with null for com/mastercard/test/flow/model/CombineModel::listener → KILLED

- + 1 - + @@ -30,12 +30,12 @@

EagerModel.java

- + 2 - + @@ -45,12 +45,12 @@

EagerModel.java

- + 3 - + @@ -60,12 +60,12 @@

EagerModel.java

- + 4 - + @@ -75,12 +75,12 @@

EagerModel.java

- + 5 - + @@ -90,12 +90,12 @@

EagerModel.java

- + 6 - + @@ -105,12 +105,12 @@

EagerModel.java

- + 7 - + @@ -120,12 +120,12 @@

EagerModel.java

- + 8 - + @@ -135,12 +135,12 @@

EagerModel.java

- + 9 - + @@ -150,12 +150,12 @@

EagerModel.java

- + 10 - + @@ -165,12 +165,12 @@

EagerModel.java

- + 11 - + @@ -180,12 +180,12 @@

EagerModel.java

- + 12 - + @@ -195,12 +195,12 @@

EagerModel.java

- + 13 - + @@ -210,12 +210,12 @@

EagerModel.java

- + 14 - + @@ -225,12 +225,12 @@

EagerModel.java

- + 15 - + @@ -240,12 +240,12 @@

EagerModel.java

- + 16 - + @@ -255,12 +255,12 @@

EagerModel.java

- + 17 - + @@ -270,12 +270,12 @@

EagerModel.java

- + 18 - + @@ -285,12 +285,12 @@

EagerModel.java

- + 19 - + @@ -300,12 +300,12 @@

EagerModel.java

- + 20 - + @@ -315,12 +315,12 @@

EagerModel.java

- + 21 - + @@ -330,12 +330,12 @@

EagerModel.java

- + 22 - + @@ -345,12 +345,12 @@

EagerModel.java

- + 23 - + @@ -360,12 +360,12 @@

EagerModel.java

- + 24 - + @@ -375,12 +375,12 @@

EagerModel.java

- + 25 - + @@ -390,12 +390,12 @@

EagerModel.java

- + 26 - + @@ -405,12 +405,12 @@

EagerModel.java

- + 27 - + @@ -420,12 +420,12 @@

EagerModel.java

- + 28 - + @@ -435,12 +435,12 @@

EagerModel.java

- + 29 - + @@ -450,12 +450,12 @@

EagerModel.java

- + 30 - + @@ -465,12 +465,12 @@

EagerModel.java

- + 31 - + @@ -480,12 +480,12 @@

EagerModel.java

- + 32 - + @@ -495,12 +495,12 @@

EagerModel.java

- + 33 - + @@ -510,12 +510,12 @@

EagerModel.java

- + 34 - + @@ -525,12 +525,12 @@

EagerModel.java

- + 35 - + @@ -540,12 +540,12 @@

EagerModel.java

- + 36 - + @@ -555,12 +555,12 @@

EagerModel.java

- + 37 - + @@ -570,12 +570,12 @@

EagerModel.java

- + 38 - + @@ -585,12 +585,12 @@

EagerModel.java

- + 39 - + @@ -600,12 +600,12 @@

EagerModel.java

- + 40 - + @@ -615,12 +615,12 @@

EagerModel.java

- + 41 - + @@ -630,12 +630,12 @@

EagerModel.java

- + 42 - + @@ -645,12 +645,12 @@

EagerModel.java

- + 43 - + @@ -660,12 +660,12 @@

EagerModel.java

- + 44 - + @@ -675,12 +675,12 @@

EagerModel.java

- + 45 - + @@ -690,12 +690,12 @@

EagerModel.java

- + 46 - + @@ -705,12 +705,12 @@

EagerModel.java

- + 47 - + @@ -720,12 +720,12 @@

EagerModel.java

- + 48 -1 +1 1. tags : replaced return value with null for com/mastercard/test/flow/model/EagerModel::tags → KILLED
@@ -737,12 +737,12 @@

EagerModel.java

- + 49 - + @@ -752,12 +752,12 @@

EagerModel.java

- + 50 - + @@ -767,12 +767,12 @@

EagerModel.java

- + 51 - + @@ -782,12 +782,12 @@

EagerModel.java

- + 52 - + @@ -797,12 +797,12 @@

EagerModel.java

- + 53 - + @@ -812,12 +812,12 @@

EagerModel.java

- + 54 - + @@ -827,12 +827,12 @@

EagerModel.java

- + 55 - + @@ -842,12 +842,12 @@

EagerModel.java

- + 56 - + @@ -857,12 +857,12 @@

EagerModel.java

- + 57 - + @@ -872,12 +872,12 @@

EagerModel.java

- + 58 - + @@ -887,12 +887,12 @@

EagerModel.java

- + 59 - + @@ -902,12 +902,12 @@

EagerModel.java

- + 60 - + @@ -917,12 +917,12 @@

EagerModel.java

- + 61 - + @@ -932,12 +932,12 @@

EagerModel.java

- + 62 - + @@ -947,12 +947,12 @@

EagerModel.java

- + 63 - + @@ -962,12 +962,12 @@

EagerModel.java

- + 64 - + @@ -977,12 +977,12 @@

EagerModel.java

- + 65 -1 +1 1. typeTags : negated conditional → KILLED
@@ -994,12 +994,12 @@

EagerModel.java

- + 66 -1 +1 1. typeTags : negated conditional → KILLED
@@ -1011,12 +1011,12 @@

EagerModel.java

- + 67 -1 +1 1. typeTags : negated conditional → KILLED
@@ -1028,12 +1028,12 @@

EagerModel.java

- + 68 -1 +1 1. typeTags : negated conditional → KILLED
@@ -1045,12 +1045,12 @@

EagerModel.java

- + 69 - + @@ -1060,12 +1060,12 @@

EagerModel.java

- + 70 - + @@ -1075,12 +1075,12 @@

EagerModel.java

- + 71 - + @@ -1090,12 +1090,12 @@

EagerModel.java

- + 72 - + @@ -1105,12 +1105,12 @@

EagerModel.java

- + 73 - + @@ -1120,12 +1120,12 @@

EagerModel.java

- + 74 -1 +1 1. typeTags : replaced return value with null for com/mastercard/test/flow/model/EagerModel::typeTags → KILLED
@@ -1137,12 +1137,12 @@

EagerModel.java

- + 75 - + @@ -1152,12 +1152,12 @@

EagerModel.java

- + 76 - + @@ -1167,12 +1167,12 @@

EagerModel.java

- + 77 - + @@ -1182,12 +1182,12 @@

EagerModel.java

- + 78 - + @@ -1197,12 +1197,12 @@

EagerModel.java

- + 79 - + @@ -1212,12 +1212,12 @@

EagerModel.java

- + 80 - + @@ -1227,12 +1227,12 @@

EagerModel.java

- + 81 - + @@ -1242,12 +1242,12 @@

EagerModel.java

- + 82 - + @@ -1257,12 +1257,12 @@

EagerModel.java

- + 83 - + @@ -1272,12 +1272,12 @@

EagerModel.java

- + 84 - + @@ -1287,12 +1287,12 @@

EagerModel.java

- + 85 -1 +1 1. flows : negated conditional → KILLED
@@ -1304,12 +1304,12 @@

EagerModel.java

- + 86 - + @@ -1319,12 +1319,12 @@

EagerModel.java

- + 87 - + @@ -1334,12 +1334,12 @@

EagerModel.java

- + 88 - + @@ -1349,12 +1349,12 @@

EagerModel.java

- + 89 - + @@ -1364,12 +1364,12 @@

EagerModel.java

- + 90 -1 +1 1. flows : replaced return value with Stream.empty for com/mastercard/test/flow/model/EagerModel::flows → KILLED
@@ -1381,12 +1381,12 @@

EagerModel.java

- + 91 -2 +2 1. lambda$flows$0 : replaced boolean return with true for com/mastercard/test/flow/model/EagerModel::lambda$flows$0 → KILLED
2. lambda$flows$0 : replaced boolean return with false for com/mastercard/test/flow/model/EagerModel::lambda$flows$0 → KILLED
@@ -1399,12 +1399,12 @@

EagerModel.java

- + 92 - + @@ -1414,12 +1414,12 @@

EagerModel.java

- + 93 - + @@ -1429,12 +1429,12 @@

EagerModel.java

- + 94 - + @@ -1444,12 +1444,12 @@

EagerModel.java

- + 95 - + @@ -1459,12 +1459,12 @@

EagerModel.java

- + 96 - + @@ -1474,12 +1474,12 @@

EagerModel.java

- + 97 - + @@ -1489,12 +1489,12 @@

EagerModel.java

- + 98 - + @@ -1504,12 +1504,12 @@

EagerModel.java

- + 99 - + @@ -1519,12 +1519,12 @@

EagerModel.java

- + 100 - + @@ -1534,12 +1534,12 @@

EagerModel.java

- + 101 - + @@ -1549,12 +1549,12 @@

EagerModel.java

- + 102 -1 +1 1. members : negated conditional → KILLED
@@ -1566,12 +1566,12 @@

EagerModel.java

- + 103 - + @@ -1581,12 +1581,12 @@

EagerModel.java

- + 104 - + @@ -1596,12 +1596,12 @@

EagerModel.java

- + 105 - + @@ -1611,12 +1611,12 @@

EagerModel.java

- + 106 - + @@ -1626,12 +1626,12 @@

EagerModel.java

- + 107 - + @@ -1641,12 +1641,12 @@

EagerModel.java

- + 108 - + @@ -1656,12 +1656,12 @@

EagerModel.java

- + 109 - + @@ -1671,12 +1671,12 @@

EagerModel.java

- + 110 - + @@ -1686,12 +1686,12 @@

EagerModel.java

- + 111 - + @@ -1701,12 +1701,12 @@

EagerModel.java

- + 112 - + @@ -1716,12 +1716,12 @@

EagerModel.java

- + 113 - + @@ -1731,12 +1731,12 @@

EagerModel.java

- + 114 - + @@ -1746,12 +1746,12 @@

EagerModel.java

- + 115 - + @@ -1761,12 +1761,12 @@

EagerModel.java

- + 116 - + @@ -1776,12 +1776,12 @@

EagerModel.java

- + 117 - + @@ -1791,12 +1791,12 @@

EagerModel.java

- + 118 - + @@ -1806,12 +1806,12 @@

EagerModel.java

- + 119 - + @@ -1821,12 +1821,12 @@

EagerModel.java

- + 120 - + @@ -1836,12 +1836,12 @@

EagerModel.java

- + 121 - + @@ -1851,12 +1851,12 @@

EagerModel.java

- + 122 - + @@ -1866,12 +1866,12 @@

EagerModel.java

- + 123 -1 +1 1. flatten : negated conditional → KILLED
@@ -1883,12 +1883,12 @@

EagerModel.java

- + 124 - + @@ -1898,12 +1898,12 @@

EagerModel.java

- + 125 - + @@ -1913,12 +1913,12 @@

EagerModel.java

- + 126 -1 +1 1. flatten : negated conditional → KILLED
@@ -1930,12 +1930,12 @@

EagerModel.java

- + 127 - + @@ -1945,12 +1945,12 @@

EagerModel.java

- + 128 - + @@ -1960,12 +1960,12 @@

EagerModel.java

- + 129 -1 +1 1. flatten : negated conditional → KILLED
@@ -1977,12 +1977,12 @@

EagerModel.java

- + 130 -1 +1 1. flatten : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1994,12 +1994,12 @@

EagerModel.java

- + 131 - + @@ -2009,12 +2009,12 @@

EagerModel.java

- + 132 - + @@ -2024,12 +2024,12 @@

EagerModel.java

- + 133 - + @@ -2039,12 +2039,12 @@

EagerModel.java

- + 134 -1 +1 1. flatten : replaced return value with Collections.emptyList for com/mastercard/test/flow/model/EagerModel::flatten → KILLED
@@ -2056,12 +2056,12 @@

EagerModel.java

- + 135 - + @@ -2071,12 +2071,12 @@

EagerModel.java

- + 136 - + @@ -2086,12 +2086,12 @@

EagerModel.java

- + 137 - + @@ -2101,12 +2101,12 @@

EagerModel.java

- + 138 - + @@ -2116,12 +2116,12 @@

EagerModel.java

- + 139 -1 +1 1. listener : negated conditional → KILLED
@@ -2133,12 +2133,12 @@

EagerModel.java

- + 140 -1 +1 1. listener : removed call to com/mastercard/test/flow/Model$Listener::count → KILLED
@@ -2150,12 +2150,12 @@

EagerModel.java

- + 141 - + @@ -2165,12 +2165,12 @@

EagerModel.java

- + 142 -1 +1 1. listener : replaced return value with null for com/mastercard/test/flow/model/EagerModel::listener → KILLED
@@ -2182,12 +2182,12 @@

EagerModel.java

- + 143 - + @@ -2197,12 +2197,12 @@

EagerModel.java

- + 144 - + @@ -2212,12 +2212,12 @@

EagerModel.java

- + 145 - + @@ -2227,12 +2227,12 @@

EagerModel.java

- + 146 - + @@ -2242,12 +2242,12 @@

EagerModel.java

- + 147 - + @@ -2257,12 +2257,12 @@

EagerModel.java

- + 148 - + @@ -2272,12 +2272,12 @@

EagerModel.java

- + 149 - + @@ -2289,181 +2289,181 @@

EagerModel.java

Mutations

4848 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:tags()]
replaced return value with null for com/mastercard/test/flow/model/EagerModel::tags → KILLED

6565 - +

1.1
Location : typeTags
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:typeTags()]
negated conditional → KILLED

6666 - +

1.1
Location : typeTags
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:typeTags()]
negated conditional → KILLED

6767 - +

1.1
Location : typeTags
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:badlyTagged()]
negated conditional → KILLED

6868 - +

1.1
Location : typeTags
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:typeTags()]
negated conditional → KILLED

7474 - +

1.1
Location : typeTags
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:typeTags()]
replaced return value with null for com/mastercard/test/flow/model/EagerModel::typeTags → KILLED

8585 - +

1.1
Location : flows
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:emptyModel()]
negated conditional → KILLED

9090 - +

1.1
Location : flows
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:flatten()]
replaced return value with Stream.empty for com/mastercard/test/flow/model/EagerModel::flows → KILLED

9191 - +

1.1
Location : lambda$flows$0
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:flows()]
replaced boolean return with true for com/mastercard/test/flow/model/EagerModel::lambda$flows$0 → KILLED

2.2
Location : lambda$flows$0
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:flatten()]
replaced boolean return with false for com/mastercard/test/flow/model/EagerModel::lambda$flows$0 → KILLED

102102 - +

1.1
Location : members
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:listener()]
negated conditional → KILLED

123123 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:flatten()]
negated conditional → KILLED

126126 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:flatten()]
negated conditional → KILLED

129129 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:flatten()]
negated conditional → KILLED

130130 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:flatten()]
removed call to java/util/stream/Stream::forEach → KILLED

134134 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:flatten()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/model/EagerModel::flatten → KILLED

139139 - +

1.1
Location : listener
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:listener()]
negated conditional → KILLED

140140 - +

1.1
Location : listener
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:noDeps()]
removed call to com/mastercard/test/flow/Model$Listener::count → KILLED

142142 - +

1.1
Location : listener
Killed by : com.mastercard.test.flow.model.EagerModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.EagerModelTest]/[method:listener()]
replaced return value with null for com/mastercard/test/flow/model/EagerModel::listener → KILLED

- + 1 - + @@ -30,12 +30,12 @@

LazyModel.java

- + 2 - + @@ -45,12 +45,12 @@

LazyModel.java

- + 3 - + @@ -60,12 +60,12 @@

LazyModel.java

- + 4 - + @@ -75,12 +75,12 @@

LazyModel.java

- + 5 - + @@ -90,12 +90,12 @@

LazyModel.java

- + 6 - + @@ -105,12 +105,12 @@

LazyModel.java

- + 7 - + @@ -120,12 +120,12 @@

LazyModel.java

- + 8 - + @@ -135,12 +135,12 @@

LazyModel.java

- + 9 - + @@ -150,12 +150,12 @@

LazyModel.java

- + 10 - + @@ -165,12 +165,12 @@

LazyModel.java

- + 11 - + @@ -180,12 +180,12 @@

LazyModel.java

- + 12 - + @@ -195,12 +195,12 @@

LazyModel.java

- + 13 - + @@ -210,12 +210,12 @@

LazyModel.java

- + 14 - + @@ -225,12 +225,12 @@

LazyModel.java

- + 15 - + @@ -240,12 +240,12 @@

LazyModel.java

- + 16 - + @@ -255,12 +255,12 @@

LazyModel.java

- + 17 - + @@ -270,12 +270,12 @@

LazyModel.java

- + 18 - + @@ -285,12 +285,12 @@

LazyModel.java

- + 19 - + @@ -300,12 +300,12 @@

LazyModel.java

- + 20 - + @@ -315,12 +315,12 @@

LazyModel.java

- + 21 - + @@ -330,12 +330,12 @@

LazyModel.java

- + 22 - + @@ -345,12 +345,12 @@

LazyModel.java

- + 23 - + @@ -360,12 +360,12 @@

LazyModel.java

- + 24 - + @@ -375,12 +375,12 @@

LazyModel.java

- + 25 - + @@ -390,12 +390,12 @@

LazyModel.java

- + 26 - + @@ -405,12 +405,12 @@

LazyModel.java

- + 27 - + @@ -420,12 +420,12 @@

LazyModel.java

- + 28 - + @@ -435,12 +435,12 @@

LazyModel.java

- + 29 - + @@ -450,12 +450,12 @@

LazyModel.java

- + 30 - + @@ -465,12 +465,12 @@

LazyModel.java

- + 31 - + @@ -480,12 +480,12 @@

LazyModel.java

- + 32 - + @@ -495,12 +495,12 @@

LazyModel.java

- + 33 - + @@ -510,12 +510,12 @@

LazyModel.java

- + 34 - + @@ -525,12 +525,12 @@

LazyModel.java

- + 35 - + @@ -540,12 +540,12 @@

LazyModel.java

- + 36 - + @@ -555,12 +555,12 @@

LazyModel.java

- + 37 - + @@ -570,12 +570,12 @@

LazyModel.java

- + 38 - + @@ -585,12 +585,12 @@

LazyModel.java

- + 39 - + @@ -600,12 +600,12 @@

LazyModel.java

- + 40 - + @@ -615,12 +615,12 @@

LazyModel.java

- + 41 - + @@ -630,12 +630,12 @@

LazyModel.java

- + 42 - + @@ -645,12 +645,12 @@

LazyModel.java

- + 43 - + @@ -660,12 +660,12 @@

LazyModel.java

- + 44 - + @@ -675,12 +675,12 @@

LazyModel.java

- + 45 - + @@ -690,12 +690,12 @@

LazyModel.java

- + 46 - + @@ -705,12 +705,12 @@

LazyModel.java

- + 47 - + @@ -720,12 +720,12 @@

LazyModel.java

- + 48 - + @@ -735,12 +735,12 @@

LazyModel.java

- + 49 - + @@ -750,12 +750,12 @@

LazyModel.java

- + 50 - + @@ -765,12 +765,12 @@

LazyModel.java

- + 51 - + @@ -780,12 +780,12 @@

LazyModel.java

- + 52 - + @@ -795,12 +795,12 @@

LazyModel.java

- + 53 - + @@ -810,12 +810,12 @@

LazyModel.java

- + 54 - + @@ -825,12 +825,12 @@

LazyModel.java

- + 55 - + @@ -840,12 +840,12 @@

LazyModel.java

- + 56 - + @@ -855,12 +855,12 @@

LazyModel.java

- + 57 - + @@ -870,12 +870,12 @@

LazyModel.java

- + 58 - + @@ -885,12 +885,12 @@

LazyModel.java

- + 59 - + @@ -900,12 +900,12 @@

LazyModel.java

- + 60 - + @@ -915,12 +915,12 @@

LazyModel.java

- + 61 - + @@ -930,12 +930,12 @@

LazyModel.java

- + 62 - + @@ -945,12 +945,12 @@

LazyModel.java

- + 63 - + @@ -960,12 +960,12 @@

LazyModel.java

- + 64 - + @@ -975,12 +975,12 @@

LazyModel.java

- + 65 - + @@ -990,12 +990,12 @@

LazyModel.java

- + 66 - + @@ -1005,12 +1005,12 @@

LazyModel.java

- + 67 - + @@ -1020,12 +1020,12 @@

LazyModel.java

- + 68 - + @@ -1035,12 +1035,12 @@

LazyModel.java

- + 69 - + @@ -1050,12 +1050,12 @@

LazyModel.java

- + 70 - + @@ -1065,12 +1065,12 @@

LazyModel.java

- + 71 - + @@ -1080,12 +1080,12 @@

LazyModel.java

- + 72 - + @@ -1095,12 +1095,12 @@

LazyModel.java

- + 73 - + @@ -1110,12 +1110,12 @@

LazyModel.java

- + 74 - + @@ -1125,12 +1125,12 @@

LazyModel.java

- + 75 - + @@ -1140,12 +1140,12 @@

LazyModel.java

- + 76 - + @@ -1155,12 +1155,12 @@

LazyModel.java

- + 77 -1 +1 1. with : removed call to com/mastercard/test/flow/model/LazyModel::validateDependencies → KILLED
@@ -1172,12 +1172,12 @@

LazyModel.java

- + 78 - + @@ -1187,12 +1187,12 @@

LazyModel.java

- + 79 - + @@ -1202,12 +1202,12 @@

LazyModel.java

- + 80 - + @@ -1217,12 +1217,12 @@

LazyModel.java

- + 81 - + @@ -1232,12 +1232,12 @@

LazyModel.java

- + 82 - + @@ -1247,12 +1247,12 @@

LazyModel.java

- + 83 - + @@ -1262,12 +1262,12 @@

LazyModel.java

- + 84 - + @@ -1277,12 +1277,12 @@

LazyModel.java

- + 85 - + @@ -1292,12 +1292,12 @@

LazyModel.java

- + 86 - + @@ -1307,12 +1307,12 @@

LazyModel.java

- + 87 - + @@ -1322,12 +1322,12 @@

LazyModel.java

- + 88 -1 +1 1. with : negated conditional → KILLED
@@ -1339,12 +1339,12 @@

LazyModel.java

- + 89 - + @@ -1354,12 +1354,12 @@

LazyModel.java

- + 90 - + @@ -1369,12 +1369,12 @@

LazyModel.java

- + 91 - + @@ -1384,12 +1384,12 @@

LazyModel.java

- + 92 - + @@ -1399,12 +1399,12 @@

LazyModel.java

- + 93 -1 +1 1. with : replaced return value with null for com/mastercard/test/flow/model/LazyModel::with → KILLED
@@ -1416,12 +1416,12 @@

LazyModel.java

- + 94 - + @@ -1431,12 +1431,12 @@

LazyModel.java

- + 95 - + @@ -1446,12 +1446,12 @@

LazyModel.java

- + 96 - + @@ -1461,12 +1461,12 @@

LazyModel.java

- + 97 - + @@ -1476,12 +1476,12 @@

LazyModel.java

- + 98 - + @@ -1491,12 +1491,12 @@

LazyModel.java

- + 99 - + @@ -1506,12 +1506,12 @@

LazyModel.java

- + 100 - + @@ -1521,12 +1521,12 @@

LazyModel.java

- + 101 - + @@ -1536,12 +1536,12 @@

LazyModel.java

- + 102 - + @@ -1551,12 +1551,12 @@

LazyModel.java

- + 103 - + @@ -1566,12 +1566,12 @@

LazyModel.java

- + 104 - + @@ -1581,12 +1581,12 @@

LazyModel.java

- + 105 -1 +1 1. validateDependencies : negated conditional → KILLED
@@ -1598,12 +1598,12 @@

LazyModel.java

- + 106 - + @@ -1613,12 +1613,12 @@

LazyModel.java

- + 107 - + @@ -1628,12 +1628,12 @@

LazyModel.java

- + 108 - + @@ -1643,12 +1643,12 @@

LazyModel.java

- + 109 - + @@ -1658,12 +1658,12 @@

LazyModel.java

- + 110 - + @@ -1673,12 +1673,12 @@

LazyModel.java

- + 111 - + @@ -1688,12 +1688,12 @@

LazyModel.java

- + 112 -1 +1 1. lambda$validateDependencies$0 : negated conditional → KILLED
@@ -1705,12 +1705,12 @@

LazyModel.java

- + 113 - + @@ -1720,12 +1720,12 @@

LazyModel.java

- + 114 - + @@ -1735,12 +1735,12 @@

LazyModel.java

- + 115 -1 +1 1. lambda$validateDependencies$0 : replaced return value with null for com/mastercard/test/flow/model/LazyModel::lambda$validateDependencies$0 → KILLED
@@ -1752,12 +1752,12 @@

LazyModel.java

- + 116 - + @@ -1767,12 +1767,12 @@

LazyModel.java

- + 117 - + @@ -1782,12 +1782,12 @@

LazyModel.java

- + 118 - + @@ -1797,12 +1797,12 @@

LazyModel.java

- + 119 -1 +1 1. validateDependencies : negated conditional → KILLED
@@ -1814,12 +1814,12 @@

LazyModel.java

- + 120 - + @@ -1829,12 +1829,12 @@

LazyModel.java

- + 121 - + @@ -1844,12 +1844,12 @@

LazyModel.java

- + 122 - + @@ -1859,12 +1859,12 @@

LazyModel.java

- + 123 - + @@ -1874,12 +1874,12 @@

LazyModel.java

- + 124 - + @@ -1889,12 +1889,12 @@

LazyModel.java

- + 125 - + @@ -1904,12 +1904,12 @@

LazyModel.java

- + 126 - + @@ -1919,12 +1919,12 @@

LazyModel.java

- + 127 -1 +1 1. tags : replaced return value with null for com/mastercard/test/flow/model/LazyModel::tags → KILLED
@@ -1936,12 +1936,12 @@

LazyModel.java

- + 128 - + @@ -1951,12 +1951,12 @@

LazyModel.java

- + 129 - + @@ -1966,12 +1966,12 @@

LazyModel.java

- + 130 - + @@ -1981,12 +1981,12 @@

LazyModel.java

- + 131 - + @@ -1996,12 +1996,12 @@

LazyModel.java

- + 132 -1 +1 1. flows : replaced return value with Stream.empty for com/mastercard/test/flow/model/LazyModel::flows → KILLED
@@ -2013,12 +2013,12 @@

LazyModel.java

- + 133 -2 +2 1. lambda$flows$1 : replaced boolean return with true for com/mastercard/test/flow/model/LazyModel::lambda$flows$1 → KILLED
2. lambda$flows$1 : negated conditional → KILLED
@@ -2031,12 +2031,12 @@

LazyModel.java

- + 134 -2 +2 1. lambda$flows$2 : replaced boolean return with true for com/mastercard/test/flow/model/LazyModel::lambda$flows$2 → KILLED
2. lambda$flows$2 : replaced boolean return with false for com/mastercard/test/flow/model/LazyModel::lambda$flows$2 → KILLED
@@ -2049,12 +2049,12 @@

LazyModel.java

- + 135 -1 +1 1. lambda$flows$3 : replaced return value with Stream.empty for com/mastercard/test/flow/model/LazyModel::lambda$flows$3 → KILLED
@@ -2066,12 +2066,12 @@

LazyModel.java

- + 136 - + @@ -2081,12 +2081,12 @@

LazyModel.java

- + 137 - + @@ -2096,12 +2096,12 @@

LazyModel.java

- + 138 - + @@ -2111,12 +2111,12 @@

LazyModel.java

- + 139 - + @@ -2126,12 +2126,12 @@

LazyModel.java

- + 140 - + @@ -2141,12 +2141,12 @@

LazyModel.java

- + 141 -1 +1 1. instantiate : negated conditional → KILLED
@@ -2158,12 +2158,12 @@

LazyModel.java

- + 142 -2 +2 1. instantiate : removed call to java/util/Optional::ifPresent → KILLED
2. lambda$instantiate$4 : removed call to com/mastercard/test/flow/Model$Listener::start → KILLED
@@ -2176,12 +2176,12 @@

LazyModel.java

- + 143 - + @@ -2191,12 +2191,12 @@

LazyModel.java

- + 144 - + @@ -2206,12 +2206,12 @@

LazyModel.java

- + 145 -2 +2 1. instantiate : negated conditional → KILLED
2. instantiate : changed conditional boundary → KILLED
@@ -2224,12 +2224,12 @@

LazyModel.java

- + 146 - + @@ -2239,12 +2239,12 @@

LazyModel.java

- + 147 - + @@ -2254,12 +2254,12 @@

LazyModel.java

- + 148 - + @@ -2269,12 +2269,12 @@

LazyModel.java

- + 149 - + @@ -2284,12 +2284,12 @@

LazyModel.java

- + 150 - + @@ -2299,12 +2299,12 @@

LazyModel.java

- + 151 - + @@ -2314,12 +2314,12 @@

LazyModel.java

- + 152 - + @@ -2329,12 +2329,12 @@

LazyModel.java

- + 153 - + @@ -2344,12 +2344,12 @@

LazyModel.java

- + 154 - + @@ -2359,12 +2359,12 @@

LazyModel.java

- + 155 - + @@ -2374,12 +2374,12 @@

LazyModel.java

- + 156 - + @@ -2389,12 +2389,12 @@

LazyModel.java

- + 157 -2 +2 1. instantiate : removed call to java/util/Optional::ifPresent → KILLED
2. lambda$instantiate$5 : removed call to com/mastercard/test/flow/Model$Listener::end → KILLED
@@ -2407,12 +2407,12 @@

LazyModel.java

- + 158 - + @@ -2422,12 +2422,12 @@

LazyModel.java

- + 159 -1 +1 1. instantiate : replaced return value with null for com/mastercard/test/flow/model/LazyModel::instantiate → KILLED
@@ -2439,12 +2439,12 @@

LazyModel.java

- + 160 - + @@ -2454,12 +2454,12 @@

LazyModel.java

- + 161 - + @@ -2469,12 +2469,12 @@

LazyModel.java

- + 162 - + @@ -2484,12 +2484,12 @@

LazyModel.java

- + 163 - + @@ -2499,12 +2499,12 @@

LazyModel.java

- + 164 - + @@ -2514,12 +2514,12 @@

LazyModel.java

- + 165 - + @@ -2529,12 +2529,12 @@

LazyModel.java

- + 166 -1 +1 1. subModels : removed call to java/util/stream/Stream::forEach → KILLED
@@ -2546,12 +2546,12 @@

LazyModel.java

- + 167 -1 +1 1. subModels : replaced return value with Stream.empty for com/mastercard/test/flow/model/LazyModel::subModels → KILLED
@@ -2563,12 +2563,12 @@

LazyModel.java

- + 168 - + @@ -2578,12 +2578,12 @@

LazyModel.java

- + 169 - + @@ -2593,12 +2593,12 @@

LazyModel.java

- + 170 - + @@ -2608,12 +2608,12 @@

LazyModel.java

- + 171 - + @@ -2623,12 +2623,12 @@

LazyModel.java

- + 172 - + @@ -2638,12 +2638,12 @@

LazyModel.java

- + 173 -1 +1 1. listener : removed call to java/util/Collection::forEach → KILLED
@@ -2655,12 +2655,12 @@

LazyModel.java

- + 174 -1 +1 1. listener : replaced return value with null for com/mastercard/test/flow/model/LazyModel::listener → KILLED
@@ -2672,12 +2672,12 @@

LazyModel.java

- + 175 - + @@ -2687,12 +2687,12 @@

LazyModel.java

- + 176 - + @@ -2704,211 +2704,211 @@

LazyModel.java

Mutations

7777 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:registrationOrder()]
removed call to com/mastercard/test/flow/model/LazyModel::validateDependencies → KILLED

8888 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:buildFailure()]
negated conditional → KILLED

9393 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:empty()]
replaced return value with null for com/mastercard/test/flow/model/LazyModel::with → KILLED

105105 - +

1.1
Location : validateDependencies
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:registrationOrder()]
negated conditional → KILLED

112112 - +

1.1
Location : lambda$validateDependencies$0
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:registrationOrder()]
negated conditional → KILLED

115115 - +

1.1
Location : lambda$validateDependencies$0
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:registrationOrder()]
replaced return value with null for com/mastercard/test/flow/model/LazyModel::lambda$validateDependencies$0 → KILLED

119119 - +

1.1
Location : validateDependencies
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:registrationOrder()]
negated conditional → KILLED

127127 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:empty()]
replaced return value with null for com/mastercard/test/flow/model/LazyModel::tags → KILLED

132132 - +

1.1
Location : flows
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:buildFailure()]
replaced return value with Stream.empty for com/mastercard/test/flow/model/LazyModel::flows → KILLED

133133 - +

1.1
Location : lambda$flows$1
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:empty()]
replaced boolean return with true for com/mastercard/test/flow/model/LazyModel::lambda$flows$1 → KILLED

2.2
Location : lambda$flows$1
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:empty()]
negated conditional → KILLED

134134 - +

1.1
Location : lambda$flows$2
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:noDeps()]
replaced boolean return with true for com/mastercard/test/flow/model/LazyModel::lambda$flows$2 → KILLED

2.2
Location : lambda$flows$2
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:buildFailure()]
replaced boolean return with false for com/mastercard/test/flow/model/LazyModel::lambda$flows$2 → KILLED

135135 - +

1.1
Location : lambda$flows$3
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:noDeps()]
replaced return value with Stream.empty for com/mastercard/test/flow/model/LazyModel::lambda$flows$3 → KILLED

141141 - +

1.1
Location : instantiate
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:buildFailure()]
negated conditional → KILLED

142142 - +

1.1
Location : instantiate
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:noDeps()]
removed call to java/util/Optional::ifPresent → KILLED

2.2
Location : lambda$instantiate$4
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:noDeps()]
removed call to com/mastercard/test/flow/Model$Listener::start → KILLED

145145 - +

1.1
Location : instantiate
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:buildFailure()]
negated conditional → KILLED

2.2
Location : instantiate
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:buildFailure()]
changed conditional boundary → KILLED

157157 - +

1.1
Location : instantiate
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:noDeps()]
removed call to java/util/Optional::ifPresent → KILLED

2.2
Location : lambda$instantiate$5
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:noDeps()]
removed call to com/mastercard/test/flow/Model$Listener::end → KILLED

159159 - +

1.1
Location : instantiate
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:noDeps()]
replaced return value with null for com/mastercard/test/flow/model/LazyModel::instantiate → KILLED

166166 - +

1.1
Location : subModels
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:submodels()]
removed call to java/util/stream/Stream::forEach → KILLED

167167 - +

1.1
Location : subModels
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:submodels()]
replaced return value with Stream.empty for com/mastercard/test/flow/model/LazyModel::subModels → KILLED

173173 - +

1.1
Location : listener
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:noDeps()]
removed call to java/util/Collection::forEach → KILLED

174174 - +

1.1
Location : listener
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:noDeps()]
replaced return value with null for com/mastercard/test/flow/model/LazyModel::listener → KILLED

- + 1 - + @@ -30,12 +30,12 @@

TitledModel.java

- + 2 - + @@ -45,12 +45,12 @@

TitledModel.java

- + 3 - + @@ -60,12 +60,12 @@

TitledModel.java

- + 4 - + @@ -75,12 +75,12 @@

TitledModel.java

- + 5 - + @@ -90,12 +90,12 @@

TitledModel.java

- + 6 - + @@ -105,12 +105,12 @@

TitledModel.java

- + 7 - + @@ -120,12 +120,12 @@

TitledModel.java

- + 8 - + @@ -135,12 +135,12 @@

TitledModel.java

- + 9 - + @@ -150,12 +150,12 @@

TitledModel.java

- + 10 - + @@ -165,12 +165,12 @@

TitledModel.java

- + 11 - + @@ -180,12 +180,12 @@

TitledModel.java

- + 12 - + @@ -195,12 +195,12 @@

TitledModel.java

- + 13 - + @@ -210,12 +210,12 @@

TitledModel.java

- + 14 - + @@ -225,12 +225,12 @@

TitledModel.java

- + 15 - + @@ -240,12 +240,12 @@

TitledModel.java

- + 16 - + @@ -255,12 +255,12 @@

TitledModel.java

- + 17 - + @@ -270,12 +270,12 @@

TitledModel.java

- + 18 - + @@ -285,12 +285,12 @@

TitledModel.java

- + 19 - + @@ -300,12 +300,12 @@

TitledModel.java

- + 20 - + @@ -315,12 +315,12 @@

TitledModel.java

- + 21 - + @@ -330,12 +330,12 @@

TitledModel.java

- + 22 - + @@ -345,12 +345,12 @@

TitledModel.java

- + 23 - + @@ -360,12 +360,12 @@

TitledModel.java

- + 24 - + @@ -375,12 +375,12 @@

TitledModel.java

- + 25 - + @@ -390,12 +390,12 @@

TitledModel.java

- + 26 - + @@ -405,12 +405,12 @@

TitledModel.java

- + 27 - + @@ -420,12 +420,12 @@

TitledModel.java

- + 28 - + @@ -435,12 +435,12 @@

TitledModel.java

- + 29 -1 +1 1. title : replaced return value with "" for com/mastercard/test/flow/model/TitledModel::title → KILLED
@@ -452,12 +452,12 @@

TitledModel.java

- + 30 - + @@ -467,12 +467,12 @@

TitledModel.java

- + 31 - + @@ -482,12 +482,12 @@

TitledModel.java

- + 32 - + @@ -499,11 +499,11 @@

TitledModel.java

Mutations

2929 - +

1.1
Location : title
Killed by : com.mastercard.test.flow.model.LazyModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.model.LazyModelTest]/[method:title()]
replaced return value with "" for com/mastercard/test/flow/model/TitledModel::title → KILLED

- + 1 - + @@ -30,12 +30,12 @@

HttpMsg.java

- + 2 - + @@ -45,12 +45,12 @@

HttpMsg.java

- + 3 - + @@ -60,12 +60,12 @@

HttpMsg.java

- + 4 - + @@ -75,12 +75,12 @@

HttpMsg.java

- + 5 - + @@ -90,12 +90,12 @@

HttpMsg.java

- + 6 - + @@ -105,12 +105,12 @@

HttpMsg.java

- + 7 - + @@ -120,12 +120,12 @@

HttpMsg.java

- + 8 - + @@ -135,12 +135,12 @@

HttpMsg.java

- + 9 - + @@ -150,12 +150,12 @@

HttpMsg.java

- + 10 - + @@ -165,12 +165,12 @@

HttpMsg.java

- + 11 - + @@ -180,12 +180,12 @@

HttpMsg.java

- + 12 - + @@ -195,12 +195,12 @@

HttpMsg.java

- + 13 - + @@ -210,12 +210,12 @@

HttpMsg.java

- + 14 - + @@ -225,12 +225,12 @@

HttpMsg.java

- + 15 - + @@ -240,12 +240,12 @@

HttpMsg.java

- + 16 - + @@ -255,12 +255,12 @@

HttpMsg.java

- + 17 - + @@ -270,12 +270,12 @@

HttpMsg.java

- + 18 - + @@ -285,12 +285,12 @@

HttpMsg.java

- + 19 - + @@ -300,12 +300,12 @@

HttpMsg.java

- + 20 - + @@ -315,12 +315,12 @@

HttpMsg.java

- + 21 - + @@ -330,12 +330,12 @@

HttpMsg.java

- + 22 - + @@ -345,12 +345,12 @@

HttpMsg.java

- + 23 - + @@ -360,12 +360,12 @@

HttpMsg.java

- + 24 - + @@ -375,12 +375,12 @@

HttpMsg.java

- + 25 - + @@ -390,12 +390,12 @@

HttpMsg.java

- + 26 - + @@ -405,12 +405,12 @@

HttpMsg.java

- + 27 - + @@ -420,12 +420,12 @@

HttpMsg.java

- + 28 - + @@ -435,12 +435,12 @@

HttpMsg.java

- + 29 - + @@ -450,12 +450,12 @@

HttpMsg.java

- + 30 - + @@ -465,12 +465,12 @@

HttpMsg.java

- + 31 - + @@ -480,12 +480,12 @@

HttpMsg.java

- + 32 - + @@ -495,12 +495,12 @@

HttpMsg.java

- + 33 - + @@ -510,12 +510,12 @@

HttpMsg.java

- + 34 - + @@ -525,12 +525,12 @@

HttpMsg.java

- + 35 - + @@ -540,12 +540,12 @@

HttpMsg.java

- + 36 - + @@ -555,12 +555,12 @@

HttpMsg.java

- + 37 - + @@ -570,12 +570,12 @@

HttpMsg.java

- + 38 - + @@ -585,12 +585,12 @@

HttpMsg.java

- + 39 - + @@ -600,12 +600,12 @@

HttpMsg.java

- + 40 - + @@ -615,12 +615,12 @@

HttpMsg.java

- + 41 - + @@ -630,12 +630,12 @@

HttpMsg.java

- + 42 - + @@ -645,12 +645,12 @@

HttpMsg.java

- + 43 - + @@ -660,12 +660,12 @@

HttpMsg.java

- + 44 - + @@ -675,12 +675,12 @@

HttpMsg.java

- + 45 - + @@ -690,12 +690,12 @@

HttpMsg.java

- + 46 - + @@ -705,12 +705,12 @@

HttpMsg.java

- + 47 - + @@ -720,12 +720,12 @@

HttpMsg.java

- + 48 - + @@ -735,12 +735,12 @@

HttpMsg.java

- + 49 - + @@ -750,12 +750,12 @@

HttpMsg.java

- + 50 - + @@ -765,12 +765,12 @@

HttpMsg.java

- + 51 - + @@ -780,12 +780,12 @@

HttpMsg.java

- + 52 - + @@ -795,12 +795,12 @@

HttpMsg.java

- + 53 - + @@ -810,12 +810,12 @@

HttpMsg.java

- + 54 - + @@ -825,12 +825,12 @@

HttpMsg.java

- + 55 - + @@ -840,12 +840,12 @@

HttpMsg.java

- + 56 - + @@ -855,12 +855,12 @@

HttpMsg.java

- + 57 - + @@ -870,12 +870,12 @@

HttpMsg.java

- + 58 - + @@ -885,12 +885,12 @@

HttpMsg.java

- + 59 - + @@ -900,12 +900,12 @@

HttpMsg.java

- + 60 - + @@ -915,12 +915,12 @@

HttpMsg.java

- + 61 - + @@ -930,12 +930,12 @@

HttpMsg.java

- + 62 - + @@ -945,12 +945,12 @@

HttpMsg.java

- + 63 - + @@ -960,12 +960,12 @@

HttpMsg.java

- + 64 - + @@ -975,12 +975,12 @@

HttpMsg.java

- + 65 - + @@ -990,12 +990,12 @@

HttpMsg.java

- + 66 - + @@ -1005,12 +1005,12 @@

HttpMsg.java

- + 67 - + @@ -1020,12 +1020,12 @@

HttpMsg.java

- + 68 - + @@ -1035,12 +1035,12 @@

HttpMsg.java

- + 69 - + @@ -1050,12 +1050,12 @@

HttpMsg.java

- + 70 - + @@ -1065,12 +1065,12 @@

HttpMsg.java

- + 71 - + @@ -1080,12 +1080,12 @@

HttpMsg.java

- + 72 - + @@ -1095,12 +1095,12 @@

HttpMsg.java

- + 73 - + @@ -1110,12 +1110,12 @@

HttpMsg.java

- + 74 -2 +2 1. lambda$null$0 : replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::lambda$null$0 → KILLED
2. lambda$assertable$1 : replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::lambda$assertable$1 → KILLED
@@ -1128,12 +1128,12 @@

HttpMsg.java

- + 75 - + @@ -1143,12 +1143,12 @@

HttpMsg.java

- + 76 - + @@ -1158,12 +1158,12 @@

HttpMsg.java

- + 77 - + @@ -1173,12 +1173,12 @@

HttpMsg.java

- + 78 -1 +1 1. assertable : negated conditional → KILLED
@@ -1190,12 +1190,12 @@

HttpMsg.java

- + 79 - + @@ -1205,12 +1205,12 @@

HttpMsg.java

- + 80 - + @@ -1220,12 +1220,12 @@

HttpMsg.java

- + 81 - + @@ -1235,12 +1235,12 @@

HttpMsg.java

- + 82 - + @@ -1250,12 +1250,12 @@

HttpMsg.java

- + 83 - + @@ -1265,12 +1265,12 @@

HttpMsg.java

- + 84 - + @@ -1280,12 +1280,12 @@

HttpMsg.java

- + 85 -3 +3 1. assertable : removed call to java/util/Optional::ifPresent → KILLED
2. lambda$null$2 : removed call to com/mastercard/test/flow/msg/Mask::accept → KILLED
@@ -1299,12 +1299,12 @@

HttpMsg.java

- + 86 - + @@ -1314,12 +1314,12 @@

HttpMsg.java

- + 87 - + @@ -1329,12 +1329,12 @@

HttpMsg.java

- + 88 - + @@ -1344,12 +1344,12 @@

HttpMsg.java

- + 89 - + @@ -1359,12 +1359,12 @@

HttpMsg.java

- + 90 - + @@ -1374,12 +1374,12 @@

HttpMsg.java

- + 91 - + @@ -1389,12 +1389,12 @@

HttpMsg.java

- + 92 - + @@ -1404,12 +1404,12 @@

HttpMsg.java

- + 93 -1 +1 1. assertable : negated conditional → KILLED
@@ -1421,12 +1421,12 @@

HttpMsg.java

- + 94 -1 +1 1. assertable : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::assertable → KILLED
@@ -1438,12 +1438,12 @@

HttpMsg.java

- + 95 - + @@ -1453,12 +1453,12 @@

HttpMsg.java

- + 96 - + @@ -1468,12 +1468,12 @@

HttpMsg.java

- + 97 - + @@ -1483,12 +1483,12 @@

HttpMsg.java

- + 98 -1 +1 1. assertable : removed call to com/mastercard/test/flow/msg/Mask::accept → KILLED
@@ -1500,12 +1500,12 @@

HttpMsg.java

- + 99 - + @@ -1515,12 +1515,12 @@

HttpMsg.java

- + 100 - + @@ -1530,12 +1530,12 @@

HttpMsg.java

- + 101 -1 +1 1. assertable : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::assertable → KILLED
@@ -1547,12 +1547,12 @@

HttpMsg.java

- + 102 - + @@ -1562,12 +1562,12 @@

HttpMsg.java

- + 103 - + @@ -1577,12 +1577,12 @@

HttpMsg.java

- + 104 -1 +1 1. assertable : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::assertable → KILLED
@@ -1594,12 +1594,12 @@

HttpMsg.java

- + 105 - + @@ -1609,12 +1609,12 @@

HttpMsg.java

- + 106 - + @@ -1624,12 +1624,12 @@

HttpMsg.java

- + 107 - + @@ -1639,12 +1639,12 @@

HttpMsg.java

- + 108 - + @@ -1654,12 +1654,12 @@

HttpMsg.java

- + 109 -1 +1 1. set : negated conditional → KILLED
@@ -1671,12 +1671,12 @@

HttpMsg.java

- + 110 -1 +1 1. set : negated conditional → KILLED
@@ -1688,12 +1688,12 @@

HttpMsg.java

- + 111 - + @@ -1703,12 +1703,12 @@

HttpMsg.java

- + 112 - + @@ -1718,12 +1718,12 @@

HttpMsg.java

- + 113 - + @@ -1733,12 +1733,12 @@

HttpMsg.java

- + 114 - + @@ -1748,12 +1748,12 @@

HttpMsg.java

- + 115 - + @@ -1763,12 +1763,12 @@

HttpMsg.java

- + 116 - + @@ -1778,12 +1778,12 @@

HttpMsg.java

- + 117 -1 +1 1. set : negated conditional → KILLED
@@ -1795,12 +1795,12 @@

HttpMsg.java

- + 118 - + @@ -1810,12 +1810,12 @@

HttpMsg.java

- + 119 - + @@ -1825,12 +1825,12 @@

HttpMsg.java

- + 120 - + @@ -1840,12 +1840,12 @@

HttpMsg.java

- + 121 -1 +1 1. set : removed call to java/util/Optional::ifPresent → KILLED
@@ -1857,12 +1857,12 @@

HttpMsg.java

- + 122 - + @@ -1872,12 +1872,12 @@

HttpMsg.java

- + 123 -1 +1 1. set : replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::set → KILLED
@@ -1889,12 +1889,12 @@

HttpMsg.java

- + 124 - + @@ -1904,12 +1904,12 @@

HttpMsg.java

- + 125 - + @@ -1919,12 +1919,12 @@

HttpMsg.java

- + 126 - + @@ -1934,12 +1934,12 @@

HttpMsg.java

- + 127 - + @@ -1949,12 +1949,12 @@

HttpMsg.java

- + 128 -1 +1 1. access : negated conditional → KILLED
@@ -1966,12 +1966,12 @@

HttpMsg.java

- + 129 -1 +1 1. access : replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::access → KILLED
@@ -1983,12 +1983,12 @@

HttpMsg.java

- + 130 - + @@ -1998,12 +1998,12 @@

HttpMsg.java

- + 131 -1 +1 1. access : negated conditional → KILLED
@@ -2015,12 +2015,12 @@

HttpMsg.java

- + 132 -1 +1 1. access : replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::access → KILLED
@@ -2032,12 +2032,12 @@

HttpMsg.java

- + 133 - + @@ -2047,12 +2047,12 @@

HttpMsg.java

- + 134 -1 +1 1. access : replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::access → KILLED
@@ -2064,12 +2064,12 @@

HttpMsg.java

- + 135 -1 +1 1. lambda$access$5 : replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::lambda$access$5 → KILLED
@@ -2081,12 +2081,12 @@

HttpMsg.java

- + 136 - + @@ -2096,12 +2096,12 @@

HttpMsg.java

- + 137 - + @@ -2111,12 +2111,12 @@

HttpMsg.java

- + 138 - + @@ -2126,12 +2126,12 @@

HttpMsg.java

- + 139 - + @@ -2141,12 +2141,12 @@

HttpMsg.java

- + 140 - + @@ -2156,12 +2156,12 @@

HttpMsg.java

- + 141 - + @@ -2171,12 +2171,12 @@

HttpMsg.java

- + 142 - + @@ -2186,12 +2186,12 @@

HttpMsg.java

- + 143 - + @@ -2201,12 +2201,12 @@

HttpMsg.java

- + 144 - + @@ -2216,12 +2216,12 @@

HttpMsg.java

- + 145 - + @@ -2231,12 +2231,12 @@

HttpMsg.java

- + 146 - + @@ -2246,12 +2246,12 @@

HttpMsg.java

- + 147 - + @@ -2261,12 +2261,12 @@

HttpMsg.java

- + 148 - + @@ -2276,12 +2276,12 @@

HttpMsg.java

- + 149 - + @@ -2291,12 +2291,12 @@

HttpMsg.java

- + 150 -2 +2 1. lambda$asHuman$6 : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::lambda$asHuman$6 → KILLED
2. asHuman : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::asHuman → KILLED
@@ -2309,12 +2309,12 @@

HttpMsg.java

- + 151 - + @@ -2324,12 +2324,12 @@

HttpMsg.java

- + 152 - + @@ -2339,12 +2339,12 @@

HttpMsg.java

- + 153 - + @@ -2354,12 +2354,12 @@

HttpMsg.java

- + 154 - + @@ -2369,12 +2369,12 @@

HttpMsg.java

- + 155 -1 +1 1. content : replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::content → KILLED
@@ -2386,12 +2386,12 @@

HttpMsg.java

- + 156 -1 +1 1. lambda$content$7 : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::lambda$content$7 → KILLED
@@ -2403,12 +2403,12 @@

HttpMsg.java

- + 157 - + @@ -2418,12 +2418,12 @@

HttpMsg.java

- + 158 - + @@ -2433,12 +2433,12 @@

HttpMsg.java

- + 159 - + @@ -2448,12 +2448,12 @@

HttpMsg.java

- + 160 - + @@ -2463,12 +2463,12 @@

HttpMsg.java

- + 161 - + @@ -2478,12 +2478,12 @@

HttpMsg.java

- + 162 - + @@ -2493,12 +2493,12 @@

HttpMsg.java

- + 163 - + @@ -2508,12 +2508,12 @@

HttpMsg.java

- + 164 - + @@ -2523,12 +2523,12 @@

HttpMsg.java

- + 165 - + @@ -2538,12 +2538,12 @@

HttpMsg.java

- + 166 - + @@ -2553,12 +2553,12 @@

HttpMsg.java

- + 167 - + @@ -2568,12 +2568,12 @@

HttpMsg.java

- + 168 - + @@ -2583,12 +2583,12 @@

HttpMsg.java

- + 169 - + @@ -2598,12 +2598,12 @@

HttpMsg.java

- + 170 - + @@ -2613,12 +2613,12 @@

HttpMsg.java

- + 171 - + @@ -2628,12 +2628,12 @@

HttpMsg.java

- + 172 - + @@ -2643,12 +2643,12 @@

HttpMsg.java

- + 173 - + @@ -2658,12 +2658,12 @@

HttpMsg.java

- + 174 - + @@ -2673,12 +2673,12 @@

HttpMsg.java

- + 175 - + @@ -2688,12 +2688,12 @@

HttpMsg.java

- + 176 - + @@ -2703,12 +2703,12 @@

HttpMsg.java

- + 177 - + @@ -2718,12 +2718,12 @@

HttpMsg.java

- + 178 - + @@ -2733,12 +2733,12 @@

HttpMsg.java

- + 179 - + @@ -2748,12 +2748,12 @@

HttpMsg.java

- + 180 -2 +2 1. enchunken : negated conditional → KILLED
2. enchunken : negated conditional → KILLED
@@ -2766,12 +2766,12 @@

HttpMsg.java

- + 181 -1 +1 1. enchunken : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::enchunken → KILLED
@@ -2783,12 +2783,12 @@

HttpMsg.java

- + 182 - + @@ -2798,12 +2798,12 @@

HttpMsg.java

- + 183 - + @@ -2813,12 +2813,12 @@

HttpMsg.java

- + 184 - + @@ -2828,12 +2828,12 @@

HttpMsg.java

- + 185 - + @@ -2843,12 +2843,12 @@

HttpMsg.java

- + 186 - + @@ -2858,12 +2858,12 @@

HttpMsg.java

- + 187 - + @@ -2873,12 +2873,12 @@

HttpMsg.java

- + 188 - + @@ -2888,12 +2888,12 @@

HttpMsg.java

- + 189 -1 +1 1. enchunken : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::enchunken → KILLED
@@ -2905,12 +2905,12 @@

HttpMsg.java

- + 190 - + @@ -2920,12 +2920,12 @@

HttpMsg.java

- + 191 - + @@ -2935,12 +2935,12 @@

HttpMsg.java

- + 192 - + @@ -2950,12 +2950,12 @@

HttpMsg.java

- + 193 - + @@ -2965,12 +2965,12 @@

HttpMsg.java

- + 194 - + @@ -2980,12 +2980,12 @@

HttpMsg.java

- + 195 - + @@ -2995,12 +2995,12 @@

HttpMsg.java

- + 196 - + @@ -3010,12 +3010,12 @@

HttpMsg.java

- + 197 - + @@ -3025,12 +3025,12 @@

HttpMsg.java

- + 198 - + @@ -3040,12 +3040,12 @@

HttpMsg.java

- + 199 - + @@ -3055,12 +3055,12 @@

HttpMsg.java

- + 200 - + @@ -3070,12 +3070,12 @@

HttpMsg.java

- + 201 -1 +1 1. dechunken : negated conditional → KILLED
@@ -3087,12 +3087,12 @@

HttpMsg.java

- + 202 - + @@ -3102,12 +3102,12 @@

HttpMsg.java

- + 203 - + @@ -3117,12 +3117,12 @@

HttpMsg.java

- + 204 - + @@ -3132,12 +3132,12 @@

HttpMsg.java

- + 205 - + @@ -3147,12 +3147,12 @@

HttpMsg.java

- + 206 -1 +1 1. dechunken : negated conditional → KILLED
@@ -3164,12 +3164,12 @@

HttpMsg.java

- + 207 - + @@ -3179,12 +3179,12 @@

HttpMsg.java

- + 208 -1 +1 1. dechunken : Replaced integer addition with subtraction → KILLED
@@ -3196,12 +3196,12 @@

HttpMsg.java

- + 209 -1 +1 1. dechunken : Replaced integer addition with subtraction → KILLED
@@ -3213,12 +3213,12 @@

HttpMsg.java

- + 210 - + @@ -3228,12 +3228,12 @@

HttpMsg.java

- + 211 -1 +1 1. dechunken : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::dechunken → KILLED
@@ -3245,12 +3245,12 @@

HttpMsg.java

- + 212 - + @@ -3260,12 +3260,12 @@

HttpMsg.java

- + 213 -1 +1 1. dechunken : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::dechunken → KILLED
@@ -3277,12 +3277,12 @@

HttpMsg.java

- + 214 - + @@ -3292,12 +3292,12 @@

HttpMsg.java

- + 215 - + @@ -3307,12 +3307,12 @@

HttpMsg.java

- + 216 - + @@ -3322,12 +3322,12 @@

HttpMsg.java

- + 217 - + @@ -3337,12 +3337,12 @@

HttpMsg.java

- + 218 - + @@ -3352,12 +3352,12 @@

HttpMsg.java

- + 219 - + @@ -3367,12 +3367,12 @@

HttpMsg.java

- + 220 - + @@ -3382,12 +3382,12 @@

HttpMsg.java

- + 221 - + @@ -3397,12 +3397,12 @@

HttpMsg.java

- + 222 - + @@ -3412,12 +3412,12 @@

HttpMsg.java

- + 223 - + @@ -3427,12 +3427,12 @@

HttpMsg.java

- + 224 -1 +1 1. data : negated conditional → KILLED
@@ -3444,12 +3444,12 @@

HttpMsg.java

- + 225 - + @@ -3459,12 +3459,12 @@

HttpMsg.java

- + 226 - + @@ -3474,12 +3474,12 @@

HttpMsg.java

- + 227 - + @@ -3489,12 +3489,12 @@

HttpMsg.java

- + 228 - + @@ -3504,12 +3504,12 @@

HttpMsg.java

- + 229 - + @@ -3519,12 +3519,12 @@

HttpMsg.java

- + 230 - + @@ -3534,12 +3534,12 @@

HttpMsg.java

- + 231 -1 +1 1. data : replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/http/HttpMsg::data → KILLED
@@ -3551,12 +3551,12 @@

HttpMsg.java

- + 232 - + @@ -3566,12 +3566,12 @@

HttpMsg.java

- + 233 - + @@ -3581,12 +3581,12 @@

HttpMsg.java

- + 234 - + @@ -3596,12 +3596,12 @@

HttpMsg.java

- + 235 - + @@ -3611,12 +3611,12 @@

HttpMsg.java

- + 236 - + @@ -3626,12 +3626,12 @@

HttpMsg.java

- + 237 - + @@ -3641,12 +3641,12 @@

HttpMsg.java

- + 238 - + @@ -3656,12 +3656,12 @@

HttpMsg.java

- + 239 - + @@ -3671,12 +3671,12 @@

HttpMsg.java

- + 240 - + @@ -3686,12 +3686,12 @@

HttpMsg.java

- + 241 - + @@ -3701,12 +3701,12 @@

HttpMsg.java

- + 242 -2 +2 1. lambda$headers$8 : replaced boolean return with false for com/mastercard/test/flow/msg/http/HttpMsg::lambda$headers$8 → KILLED
2. lambda$headers$8 : replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpMsg::lambda$headers$8 → KILLED
@@ -3719,12 +3719,12 @@

HttpMsg.java

- + 243 -1 +1 1. headers : removed call to java/util/stream/Stream::forEach → KILLED
@@ -3736,12 +3736,12 @@

HttpMsg.java

- + 244 -1 +1 1. headers : replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/http/HttpMsg::headers → KILLED
@@ -3753,12 +3753,12 @@

HttpMsg.java

- + 245 - + @@ -3768,12 +3768,12 @@

HttpMsg.java

- + 246 - + @@ -3783,12 +3783,12 @@

HttpMsg.java

- + 247 - + @@ -3798,12 +3798,12 @@

HttpMsg.java

- + 248 - + @@ -3813,12 +3813,12 @@

HttpMsg.java

- + 249 - + @@ -3828,12 +3828,12 @@

HttpMsg.java

- + 250 - + @@ -3843,12 +3843,12 @@

HttpMsg.java

- + 251 - + @@ -3858,12 +3858,12 @@

HttpMsg.java

- + 252 - + @@ -3873,12 +3873,12 @@

HttpMsg.java

- + 253 - + @@ -3888,12 +3888,12 @@

HttpMsg.java

- + 254 - + @@ -3903,12 +3903,12 @@

HttpMsg.java

- + 255 -3 +3 1. isHeaderField : negated conditional → KILLED
2. isHeaderField : negated conditional → KILLED
@@ -3922,12 +3922,12 @@

HttpMsg.java

- + 256 - + @@ -3937,12 +3937,12 @@

HttpMsg.java

- + 257 - + @@ -3952,12 +3952,12 @@

HttpMsg.java

- + 258 - + @@ -3967,12 +3967,12 @@

HttpMsg.java

- + 259 - + @@ -3982,12 +3982,12 @@

HttpMsg.java

- + 260 - + @@ -3997,12 +3997,12 @@

HttpMsg.java

- + 261 - + @@ -4012,12 +4012,12 @@

HttpMsg.java

- + 262 - + @@ -4027,12 +4027,12 @@

HttpMsg.java

- + 263 - + @@ -4042,12 +4042,12 @@

HttpMsg.java

- + 264 - + @@ -4057,12 +4057,12 @@

HttpMsg.java

- + 265 - + @@ -4072,12 +4072,12 @@

HttpMsg.java

- + 266 - + @@ -4087,12 +4087,12 @@

HttpMsg.java

- + 267 - + @@ -4102,12 +4102,12 @@

HttpMsg.java

- + 268 - + @@ -4117,12 +4117,12 @@

HttpMsg.java

- + 269 - + @@ -4132,12 +4132,12 @@

HttpMsg.java

- + 270 -1 +1 1. header : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::header → KILLED
@@ -4149,12 +4149,12 @@

HttpMsg.java

- + 271 - + @@ -4164,12 +4164,12 @@

HttpMsg.java

- + 272 - + @@ -4179,12 +4179,12 @@

HttpMsg.java

- + 273 - + @@ -4194,12 +4194,12 @@

HttpMsg.java

- + 274 - + @@ -4209,12 +4209,12 @@

HttpMsg.java

- + 275 - + @@ -4224,12 +4224,12 @@

HttpMsg.java

- + 276 - + @@ -4239,12 +4239,12 @@

HttpMsg.java

- + 277 - + @@ -4254,12 +4254,12 @@

HttpMsg.java

- + 278 - + @@ -4269,12 +4269,12 @@

HttpMsg.java

- + 279 - + @@ -4284,12 +4284,12 @@

HttpMsg.java

- + 280 - + @@ -4299,12 +4299,12 @@

HttpMsg.java

- + 281 - + @@ -4314,12 +4314,12 @@

HttpMsg.java

- + 282 -2 +2 1. unheader : Replaced integer subtraction with addition → KILLED
2. unheader : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::unheader → KILLED
@@ -4332,12 +4332,12 @@

HttpMsg.java

- + 283 - + @@ -4347,12 +4347,12 @@

HttpMsg.java

- + 284 - + @@ -4362,12 +4362,12 @@

HttpMsg.java

- + 285 - + @@ -4377,12 +4377,12 @@

HttpMsg.java

- + 286 - + @@ -4392,12 +4392,12 @@

HttpMsg.java

- + 287 - + @@ -4407,12 +4407,12 @@

HttpMsg.java

- + 288 - + @@ -4422,12 +4422,12 @@

HttpMsg.java

- + 289 - + @@ -4437,12 +4437,12 @@

HttpMsg.java

- + 290 - + @@ -4452,12 +4452,12 @@

HttpMsg.java

- + 291 -1 +1 1. version : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::version → KILLED
@@ -4469,12 +4469,12 @@

HttpMsg.java

- + 292 - + @@ -4484,12 +4484,12 @@

HttpMsg.java

- + 293 - + @@ -4499,12 +4499,12 @@

HttpMsg.java

- + 294 - + @@ -4514,12 +4514,12 @@

HttpMsg.java

- + 295 - + @@ -4529,12 +4529,12 @@

HttpMsg.java

- + 296 - + @@ -4544,12 +4544,12 @@

HttpMsg.java

- + 297 - + @@ -4559,12 +4559,12 @@

HttpMsg.java

- + 298 - + @@ -4574,12 +4574,12 @@

HttpMsg.java

- + 299 - + @@ -4589,12 +4589,12 @@

HttpMsg.java

- + 300 -1 +1 1. body : replaced return value with Optional.empty for com/mastercard/test/flow/msg/http/HttpMsg::body → KILLED
@@ -4606,12 +4606,12 @@

HttpMsg.java

- + 301 - + @@ -4621,12 +4621,12 @@

HttpMsg.java

- + 302 - + @@ -4636,12 +4636,12 @@

HttpMsg.java

- + 303 - + @@ -4651,12 +4651,12 @@

HttpMsg.java

- + 304 - + @@ -4666,12 +4666,12 @@

HttpMsg.java

- + 305 - + @@ -4681,12 +4681,12 @@

HttpMsg.java

- + 306 - + @@ -4696,12 +4696,12 @@

HttpMsg.java

- + 307 - + @@ -4711,12 +4711,12 @@

HttpMsg.java

- + 308 - + @@ -4726,12 +4726,12 @@

HttpMsg.java

- + 309 -2 +2 1. lambda$bodyText$10 : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::lambda$bodyText$10 → KILLED
2. bodyText : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::bodyText → KILLED
@@ -4744,12 +4744,12 @@

HttpMsg.java

- + 310 - + @@ -4759,12 +4759,12 @@

HttpMsg.java

- + 311 - + @@ -4776,421 +4776,421 @@

HttpMsg.java

Mutations

7474 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:bodyMasking()]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::lambda$null$0 → KILLED

2.2
Location : lambda$assertable$1
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:bodyMasking()]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::lambda$assertable$1 → KILLED

7878 - +

1.1
Location : assertable
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:bodyMasking()]
negated conditional → KILLED

8585 - +

1.1
Location : assertable
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:bodyMasking()]
removed call to java/util/Optional::ifPresent → KILLED

2.2
Location : lambda$null$2
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:bodyMasking()]
removed call to com/mastercard/test/flow/msg/Mask::accept → KILLED

3.3
Location : lambda$assertable$3
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:bodyMasking()]
removed call to java/util/Set::forEach → KILLED

9393 - +

1.1
Location : assertable
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:masking()]
negated conditional → KILLED

9494 - +

1.1
Location : assertable
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:bodyMasking()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::assertable → KILLED

9898 - +

1.1
Location : assertable
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:masking()]
removed call to com/mastercard/test/flow/msg/Mask::accept → KILLED

101101 - +

1.1
Location : assertable
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:masking()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::assertable → KILLED

104104 - +

1.1
Location : assertable
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:empty()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::assertable → KILLED

109109 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:empty()]
negated conditional → KILLED

110110 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:empty()]
negated conditional → KILLED

117117 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
negated conditional → KILLED

121121 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
removed call to java/util/Optional::ifPresent → KILLED

123123 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:empty()]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::set → KILLED

128128 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
negated conditional → KILLED

129129 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:populated()]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::access → KILLED

131131 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
negated conditional → KILLED

132132 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::access → KILLED

134134 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:populated()]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::access → KILLED

135135 - +

1.1
Location : lambda$access$5
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:populated()]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::lambda$access$5 → KILLED

150150 - +

1.1
Location : lambda$asHuman$6
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:empty()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::lambda$asHuman$6 → KILLED

2.2
Location : asHuman
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:empty()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::asHuman → KILLED

155155 - +

1.1
Location : content
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[test-factory:missing()]/[dynamic-test:#32]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpMsg::content → KILLED

156156 - +

1.1
Location : lambda$content$7
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[test-factory:missing()]/[dynamic-test:#16]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::lambda$content$7 → KILLED

180180 - +

1.1
Location : enchunken
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:chunked()]
negated conditional → KILLED

2.2
Location : enchunken
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[test-factory:missing()]/[dynamic-test:#16]
negated conditional → KILLED

181181 - +

1.1
Location : enchunken
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:chunked()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::enchunken → KILLED

189189 - +

1.1
Location : enchunken
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:empty()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::enchunken → KILLED

201201 - +

1.1
Location : dechunken
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:parseFailure()]
negated conditional → KILLED

206206 - +

1.1
Location : dechunken
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:chunked()]
negated conditional → KILLED

208208 - +

1.1
Location : dechunken
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:chunked()]
Replaced integer addition with subtraction → KILLED

209209 - +

1.1
Location : dechunken
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:chunked()]
Replaced integer addition with subtraction → KILLED

211211 - +

1.1
Location : dechunken
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:chunked()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::dechunken → KILLED

213213 - +

1.1
Location : dechunken
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:parseFailure()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::dechunken → KILLED

224224 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
negated conditional → KILLED

231231 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/http/HttpMsg::data → KILLED

242242 - +

1.1
Location : lambda$headers$8
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced boolean return with false for com/mastercard/test/flow/msg/http/HttpMsg::lambda$headers$8 → KILLED

2.2
Location : lambda$headers$8
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpMsg::lambda$headers$8 → KILLED

243243 - +

1.1
Location : headers
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
removed call to java/util/stream/Stream::forEach → KILLED

244244 - +

1.1
Location : headers
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/http/HttpMsg::headers → KILLED

255255 - +

1.1
Location : isHeaderField
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
negated conditional → KILLED

2.2
Location : isHeaderField
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
negated conditional → KILLED

3.3
Location : isHeaderField
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpMsg::isHeaderField → KILLED

270270 - +

1.1
Location : header
Killed by : com.mastercard.test.flow.msg.http.HttpMsgTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpMsgTest]/[method:header()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::header → KILLED

282282 - +

1.1
Location : unheader
Killed by : com.mastercard.test.flow.msg.http.HttpMsgTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpMsgTest]/[method:header()]
Replaced integer subtraction with addition → KILLED

2.2
Location : unheader
Killed by : com.mastercard.test.flow.msg.http.HttpMsgTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpMsgTest]/[method:header()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::unheader → KILLED

291291 - +

1.1
Location : version
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::version → KILLED

300300 - +

1.1
Location : body
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced return value with Optional.empty for com/mastercard/test/flow/msg/http/HttpMsg::body → KILLED

309309 - +

1.1
Location : lambda$bodyText$10
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:populated()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::lambda$bodyText$10 → KILLED

2.2
Location : bodyText
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:populated()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpMsg::bodyText → KILLED

- + 1 - + @@ -30,12 +30,12 @@

HttpReq.java

- + 2 - + @@ -45,12 +45,12 @@

HttpReq.java

- + 3 - + @@ -60,12 +60,12 @@

HttpReq.java

- + 4 - + @@ -75,12 +75,12 @@

HttpReq.java

- + 5 - + @@ -90,12 +90,12 @@

HttpReq.java

- + 6 - + @@ -105,12 +105,12 @@

HttpReq.java

- + 7 - + @@ -120,12 +120,12 @@

HttpReq.java

- + 8 - + @@ -135,12 +135,12 @@

HttpReq.java

- + 9 - + @@ -150,12 +150,12 @@

HttpReq.java

- + 10 - + @@ -165,12 +165,12 @@

HttpReq.java

- + 11 - + @@ -180,12 +180,12 @@

HttpReq.java

- + 12 - + @@ -195,12 +195,12 @@

HttpReq.java

- + 13 - + @@ -210,12 +210,12 @@

HttpReq.java

- + 14 - + @@ -225,12 +225,12 @@

HttpReq.java

- + 15 - + @@ -240,12 +240,12 @@

HttpReq.java

- + 16 - + @@ -255,12 +255,12 @@

HttpReq.java

- + 17 - + @@ -270,12 +270,12 @@

HttpReq.java

- + 18 - + @@ -285,12 +285,12 @@

HttpReq.java

- + 19 - + @@ -300,12 +300,12 @@

HttpReq.java

- + 20 - + @@ -315,12 +315,12 @@

HttpReq.java

- + 21 - + @@ -330,12 +330,12 @@

HttpReq.java

- + 22 - + @@ -345,12 +345,12 @@

HttpReq.java

- + 23 - + @@ -360,12 +360,12 @@

HttpReq.java

- + 24 - + @@ -375,12 +375,12 @@

HttpReq.java

- + 25 - + @@ -390,12 +390,12 @@

HttpReq.java

- + 26 - + @@ -405,12 +405,12 @@

HttpReq.java

- + 27 - + @@ -420,12 +420,12 @@

HttpReq.java

- + 28 - + @@ -435,12 +435,12 @@

HttpReq.java

- + 29 - + @@ -450,12 +450,12 @@

HttpReq.java

- + 30 - + @@ -465,12 +465,12 @@

HttpReq.java

- + 31 - + @@ -480,12 +480,12 @@

HttpReq.java

- + 32 - + @@ -495,12 +495,12 @@

HttpReq.java

- + 33 - + @@ -510,12 +510,12 @@

HttpReq.java

- + 34 - + @@ -525,12 +525,12 @@

HttpReq.java

- + 35 - + @@ -540,12 +540,12 @@

HttpReq.java

- + 36 - + @@ -555,12 +555,12 @@

HttpReq.java

- + 37 - + @@ -570,12 +570,12 @@

HttpReq.java

- + 38 - + @@ -585,12 +585,12 @@

HttpReq.java

- + 39 - + @@ -600,12 +600,12 @@

HttpReq.java

- + 40 - + @@ -615,12 +615,12 @@

HttpReq.java

- + 41 - + @@ -630,12 +630,12 @@

HttpReq.java

- + 42 - + @@ -645,12 +645,12 @@

HttpReq.java

- + 43 - + @@ -660,12 +660,12 @@

HttpReq.java

- + 44 - + @@ -675,12 +675,12 @@

HttpReq.java

- + 45 - + @@ -690,12 +690,12 @@

HttpReq.java

- + 46 - + @@ -705,12 +705,12 @@

HttpReq.java

- + 47 - + @@ -720,12 +720,12 @@

HttpReq.java

- + 48 - + @@ -735,12 +735,12 @@

HttpReq.java

- + 49 - + @@ -750,12 +750,12 @@

HttpReq.java

- + 50 - + @@ -765,12 +765,12 @@

HttpReq.java

- + 51 - + @@ -780,12 +780,12 @@

HttpReq.java

- + 52 - + @@ -795,12 +795,12 @@

HttpReq.java

- + 53 - + @@ -810,12 +810,12 @@

HttpReq.java

- + 54 - + @@ -825,12 +825,12 @@

HttpReq.java

- + 55 - + @@ -840,12 +840,12 @@

HttpReq.java

- + 56 - + @@ -855,12 +855,12 @@

HttpReq.java

- + 57 - + @@ -870,12 +870,12 @@

HttpReq.java

- + 58 - + @@ -885,12 +885,12 @@

HttpReq.java

- + 59 - + @@ -900,12 +900,12 @@

HttpReq.java

- + 60 - + @@ -915,12 +915,12 @@

HttpReq.java

- + 61 - + @@ -930,12 +930,12 @@

HttpReq.java

- + 62 - + @@ -945,12 +945,12 @@

HttpReq.java

- + 63 -1 +1 1. <init> : negated conditional → KILLED
@@ -962,12 +962,12 @@

HttpReq.java

- + 64 - + @@ -977,12 +977,12 @@

HttpReq.java

- + 65 - + @@ -992,12 +992,12 @@

HttpReq.java

- + 66 -1 +1 1. <init> : negated conditional → KILLED
@@ -1009,12 +1009,12 @@

HttpReq.java

- + 67 - + @@ -1024,12 +1024,12 @@

HttpReq.java

- + 68 - + @@ -1039,12 +1039,12 @@

HttpReq.java

- + 69 -1 +1 1. <init> : negated conditional → KILLED
@@ -1056,12 +1056,12 @@

HttpReq.java

- + 70 - + @@ -1071,12 +1071,12 @@

HttpReq.java

- + 71 - + @@ -1086,12 +1086,12 @@

HttpReq.java

- + 72 - + @@ -1101,12 +1101,12 @@

HttpReq.java

- + 73 - + @@ -1116,12 +1116,12 @@

HttpReq.java

- + 74 - + @@ -1131,12 +1131,12 @@

HttpReq.java

- + 75 -2 +2 1. <init> : negated conditional → KILLED
2. <init> : negated conditional → KILLED
@@ -1149,12 +1149,12 @@

HttpReq.java

- + 76 - + @@ -1164,12 +1164,12 @@

HttpReq.java

- + 77 -1 +1 1. <init> : negated conditional → KILLED
@@ -1181,12 +1181,12 @@

HttpReq.java

- + 78 - + @@ -1196,12 +1196,12 @@

HttpReq.java

- + 79 - + @@ -1211,12 +1211,12 @@

HttpReq.java

- + 80 - + @@ -1226,12 +1226,12 @@

HttpReq.java

- + 81 - + @@ -1241,12 +1241,12 @@

HttpReq.java

- + 82 - + @@ -1256,12 +1256,12 @@

HttpReq.java

- + 83 - + @@ -1271,12 +1271,12 @@

HttpReq.java

- + 84 - + @@ -1286,12 +1286,12 @@

HttpReq.java

- + 85 - + @@ -1301,12 +1301,12 @@

HttpReq.java

- + 86 - + @@ -1316,12 +1316,12 @@

HttpReq.java

- + 87 - + @@ -1331,12 +1331,12 @@

HttpReq.java

- + 88 - + @@ -1346,12 +1346,12 @@

HttpReq.java

- + 89 - + @@ -1361,12 +1361,12 @@

HttpReq.java

- + 90 - + @@ -1376,12 +1376,12 @@

HttpReq.java

- + 91 - + @@ -1391,12 +1391,12 @@

HttpReq.java

- + 92 - + @@ -1406,12 +1406,12 @@

HttpReq.java

- + 93 - + @@ -1421,12 +1421,12 @@

HttpReq.java

- + 94 - + @@ -1436,12 +1436,12 @@

HttpReq.java

- + 95 - + @@ -1451,12 +1451,12 @@

HttpReq.java

- + 96 -1 +1 1. child : replaced return value with null for com/mastercard/test/flow/msg/http/HttpReq::child → KILLED
@@ -1468,12 +1468,12 @@

HttpReq.java

- + 97 - + @@ -1483,12 +1483,12 @@

HttpReq.java

- + 98 - + @@ -1498,12 +1498,12 @@

HttpReq.java

- + 99 - + @@ -1513,12 +1513,12 @@

HttpReq.java

- + 100 - + @@ -1528,12 +1528,12 @@

HttpReq.java

- + 101 -1 +1 1. peer : replaced return value with null for com/mastercard/test/flow/msg/http/HttpReq::peer → KILLED
@@ -1545,12 +1545,12 @@

HttpReq.java

- + 102 - + @@ -1560,12 +1560,12 @@

HttpReq.java

- + 103 - + @@ -1575,12 +1575,12 @@

HttpReq.java

- + 104 -1 +1 1. lambda$null$0 : replaced return value with null for com/mastercard/test/flow/msg/http/HttpReq::lambda$null$0 → KILLED
@@ -1592,12 +1592,12 @@

HttpReq.java

- + 105 - + @@ -1607,12 +1607,12 @@

HttpReq.java

- + 106 - + @@ -1622,12 +1622,12 @@

HttpReq.java

- + 107 - + @@ -1637,12 +1637,12 @@

HttpReq.java

- + 108 - + @@ -1652,12 +1652,12 @@

HttpReq.java

- + 109 - + @@ -1667,12 +1667,12 @@

HttpReq.java

- + 110 - + @@ -1682,12 +1682,12 @@

HttpReq.java

- + 111 - + @@ -1697,12 +1697,12 @@

HttpReq.java

- + 112 - + @@ -1712,12 +1712,12 @@

HttpReq.java

- + 113 - + @@ -1727,12 +1727,12 @@

HttpReq.java

- + 114 - + @@ -1742,12 +1742,12 @@

HttpReq.java

- + 115 - + @@ -1757,12 +1757,12 @@

HttpReq.java

- + 116 - + @@ -1772,12 +1772,12 @@

HttpReq.java

- + 117 -1 +1 1. lambda$peer$1 : replaced return value with null for com/mastercard/test/flow/msg/http/HttpReq::lambda$peer$1 → KILLED
@@ -1789,12 +1789,12 @@

HttpReq.java

- + 118 - + @@ -1804,12 +1804,12 @@

HttpReq.java

- + 119 - + @@ -1819,12 +1819,12 @@

HttpReq.java

- + 120 - + @@ -1834,12 +1834,12 @@

HttpReq.java

- + 121 - + @@ -1849,12 +1849,12 @@

HttpReq.java

- + 122 - + @@ -1864,12 +1864,12 @@

HttpReq.java

- + 123 - + @@ -1879,12 +1879,12 @@

HttpReq.java

- + 124 - + @@ -1894,12 +1894,12 @@

HttpReq.java

- + 125 - + @@ -1909,12 +1909,12 @@

HttpReq.java

- + 126 - + @@ -1924,12 +1924,12 @@

HttpReq.java

- + 127 - + @@ -1939,12 +1939,12 @@

HttpReq.java

- + 128 - + @@ -1954,12 +1954,12 @@

HttpReq.java

- + 129 - + @@ -1969,12 +1969,12 @@

HttpReq.java

- + 130 - + @@ -1984,12 +1984,12 @@

HttpReq.java

- + 131 - + @@ -1999,12 +1999,12 @@

HttpReq.java

- + 132 - + @@ -2014,12 +2014,12 @@

HttpReq.java

- + 133 - + @@ -2029,12 +2029,12 @@

HttpReq.java

- + 134 - + @@ -2044,12 +2044,12 @@

HttpReq.java

- + 135 - + @@ -2059,12 +2059,12 @@

HttpReq.java

- + 136 - + @@ -2074,12 +2074,12 @@

HttpReq.java

- + 137 - + @@ -2089,12 +2089,12 @@

HttpReq.java

- + 138 - + @@ -2104,12 +2104,12 @@

HttpReq.java

- + 139 - + @@ -2119,12 +2119,12 @@

HttpReq.java

- + 140 -2 +2 1. applyPathPattern : negated conditional → KILLED
2. applyPathPattern : negated conditional → KILLED
@@ -2137,12 +2137,12 @@

HttpReq.java

- + 141 - + @@ -2152,12 +2152,12 @@

HttpReq.java

- + 142 - + @@ -2167,12 +2167,12 @@

HttpReq.java

- + 143 - + @@ -2182,12 +2182,12 @@

HttpReq.java

- + 144 -2 +2 1. applyPathPattern : negated conditional → KILLED
2. applyPathPattern : changed conditional boundary → KILLED
@@ -2200,12 +2200,12 @@

HttpReq.java

- + 145 - + @@ -2215,12 +2215,12 @@

HttpReq.java

- + 146 - + @@ -2230,12 +2230,12 @@

HttpReq.java

- + 147 - + @@ -2245,12 +2245,12 @@

HttpReq.java

- + 148 - + @@ -2260,12 +2260,12 @@

HttpReq.java

- + 149 - + @@ -2275,12 +2275,12 @@

HttpReq.java

- + 150 -1 +1 1. applyPathPattern : replaced return value with null for com/mastercard/test/flow/msg/http/HttpReq::applyPathPattern → KILLED
@@ -2292,12 +2292,12 @@

HttpReq.java

- + 151 - + @@ -2307,12 +2307,12 @@

HttpReq.java

- + 152 - + @@ -2322,12 +2322,12 @@

HttpReq.java

- + 153 - + @@ -2337,12 +2337,12 @@

HttpReq.java

- + 154 - + @@ -2352,12 +2352,12 @@

HttpReq.java

- + 155 - + @@ -2367,12 +2367,12 @@

HttpReq.java

- + 156 - + @@ -2382,12 +2382,12 @@

HttpReq.java

- + 157 - + @@ -2397,12 +2397,12 @@

HttpReq.java

- + 158 - + @@ -2412,12 +2412,12 @@

HttpReq.java

- + 159 - + @@ -2427,12 +2427,12 @@

HttpReq.java

- + 160 - + @@ -2442,12 +2442,12 @@

HttpReq.java

- + 161 - + @@ -2457,12 +2457,12 @@

HttpReq.java

- + 162 -1 +1 1. fields : removed call to java/util/stream/Stream::forEach → KILLED
@@ -2474,12 +2474,12 @@

HttpReq.java

- + 163 - + @@ -2489,12 +2489,12 @@

HttpReq.java

- + 164 -1 +1 1. fields : removed call to java/util/Optional::ifPresent → KILLED
@@ -2506,12 +2506,12 @@

HttpReq.java

- + 165 -1 +1 1. fields : replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/http/HttpReq::fields → KILLED
@@ -2523,12 +2523,12 @@

HttpReq.java

- + 166 - + @@ -2538,12 +2538,12 @@

HttpReq.java

- + 167 - + @@ -2553,12 +2553,12 @@

HttpReq.java

- + 168 - + @@ -2568,12 +2568,12 @@

HttpReq.java

- + 169 - + @@ -2583,12 +2583,12 @@

HttpReq.java

- + 170 -2 +2 1. isHttpField : replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpReq::isHttpField → KILLED
2. isHttpField : negated conditional → KILLED
@@ -2601,12 +2601,12 @@

HttpReq.java

- + 171 -1 +1 1. isHttpField : negated conditional → KILLED
@@ -2618,12 +2618,12 @@

HttpReq.java

- + 172 -1 +1 1. isHttpField : negated conditional → KILLED
@@ -2635,12 +2635,12 @@

HttpReq.java

- + 173 -1 +1 1. isHttpField : negated conditional → KILLED
@@ -2652,12 +2652,12 @@

HttpReq.java

- + 174 -1 +1 1. isHttpField : negated conditional → KILLED
@@ -2669,12 +2669,12 @@

HttpReq.java

- + 175 -1 +1 1. isHttpField : negated conditional → KILLED
@@ -2686,12 +2686,12 @@

HttpReq.java

- + 176 - + @@ -2701,12 +2701,12 @@

HttpReq.java

- + 177 - + @@ -2716,12 +2716,12 @@

HttpReq.java

- + 178 - + @@ -2731,12 +2731,12 @@

HttpReq.java

- + 179 - + @@ -2746,12 +2746,12 @@

HttpReq.java

- + 180 -1 +1 1. serialise : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::serialise → KILLED
@@ -2763,12 +2763,12 @@

HttpReq.java

- + 181 - + @@ -2778,12 +2778,12 @@

HttpReq.java

- + 182 - + @@ -2793,12 +2793,12 @@

HttpReq.java

- + 183 - + @@ -2808,12 +2808,12 @@

HttpReq.java

- + 184 - + @@ -2823,12 +2823,12 @@

HttpReq.java

- + 185 - + @@ -2838,12 +2838,12 @@

HttpReq.java

- + 186 - + @@ -2853,12 +2853,12 @@

HttpReq.java

- + 187 -1 +1 1. lambda$serialise$3 : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::lambda$serialise$3 → KILLED
@@ -2870,12 +2870,12 @@

HttpReq.java

- + 188 - + @@ -2885,12 +2885,12 @@

HttpReq.java

- + 189 - + @@ -2900,12 +2900,12 @@

HttpReq.java

- + 190 - + @@ -2915,12 +2915,12 @@

HttpReq.java

- + 191 - + @@ -2930,12 +2930,12 @@

HttpReq.java

- + 192 - + @@ -2945,12 +2945,12 @@

HttpReq.java

- + 193 - + @@ -2960,12 +2960,12 @@

HttpReq.java

- + 194 - + @@ -2975,12 +2975,12 @@

HttpReq.java

- + 195 - + @@ -2990,12 +2990,12 @@

HttpReq.java

- + 196 -1 +1 1. method : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::method → KILLED
@@ -3007,12 +3007,12 @@

HttpReq.java

- + 197 - + @@ -3022,12 +3022,12 @@

HttpReq.java

- + 198 - + @@ -3037,12 +3037,12 @@

HttpReq.java

- + 199 - + @@ -3052,12 +3052,12 @@

HttpReq.java

- + 200 - + @@ -3067,12 +3067,12 @@

HttpReq.java

- + 201 - + @@ -3082,12 +3082,12 @@

HttpReq.java

- + 202 - + @@ -3097,12 +3097,12 @@

HttpReq.java

- + 203 - + @@ -3112,12 +3112,12 @@

HttpReq.java

- + 204 - + @@ -3127,12 +3127,12 @@

HttpReq.java

- + 205 -1 +1 1. path : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::path → KILLED
@@ -3144,12 +3144,12 @@

HttpReq.java

- + 206 - + @@ -3159,12 +3159,12 @@

HttpReq.java

- + 207 - + @@ -3174,12 +3174,12 @@

HttpReq.java

- + 208 - + @@ -3189,12 +3189,12 @@

HttpReq.java

- + 209 -2 +2 1. isPathField : replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpReq::isPathField → KILLED
2. isPathField : negated conditional → KILLED
@@ -3207,12 +3207,12 @@

HttpReq.java

- + 210 -1 +1 1. isPathField : negated conditional → KILLED
@@ -3224,12 +3224,12 @@

HttpReq.java

- + 211 - + @@ -3239,12 +3239,12 @@

HttpReq.java

- + 212 - + @@ -3254,12 +3254,12 @@

HttpReq.java

- + 213 - + @@ -3269,12 +3269,12 @@

HttpReq.java

- + 214 -1 +1 1. rawPath : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::rawPath → KILLED
@@ -3286,12 +3286,12 @@

HttpReq.java

- + 215 - + @@ -3301,12 +3301,12 @@

HttpReq.java

- + 216 - + @@ -3316,12 +3316,12 @@

HttpReq.java

- + 217 - + @@ -3331,12 +3331,12 @@

HttpReq.java

- + 218 -1 +1 1. pathVars : replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/http/HttpReq::pathVars → KILLED
@@ -3348,12 +3348,12 @@

HttpReq.java

- + 219 -2 +2 1. lambda$pathVars$4 : replaced boolean return with false for com/mastercard/test/flow/msg/http/HttpReq::lambda$pathVars$4 → KILLED
2. lambda$pathVars$4 : replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpReq::lambda$pathVars$4 → KILLED
@@ -3366,12 +3366,12 @@

HttpReq.java

- + 220 -1 +1 1. lambda$pathVars$5 : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::lambda$pathVars$5 → KILLED
@@ -3383,12 +3383,12 @@

HttpReq.java

- + 221 - + @@ -3398,12 +3398,12 @@

HttpReq.java

- + 222 - + @@ -3413,12 +3413,12 @@

HttpReq.java

- + 223 - + @@ -3428,12 +3428,12 @@

HttpReq.java

- + 224 - + @@ -3443,12 +3443,12 @@

HttpReq.java

- + 225 - + @@ -3458,12 +3458,12 @@

HttpReq.java

- + 226 - + @@ -3473,12 +3473,12 @@

HttpReq.java

- + 227 - + @@ -3488,12 +3488,12 @@

HttpReq.java

- + 228 - + @@ -3503,12 +3503,12 @@

HttpReq.java

- + 229 - + @@ -3518,12 +3518,12 @@

HttpReq.java

- + 230 - + @@ -3533,12 +3533,12 @@

HttpReq.java

- + 231 - + @@ -3548,12 +3548,12 @@

HttpReq.java

- + 232 -1 +1 1. path : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::path → KILLED
@@ -3565,12 +3565,12 @@

HttpReq.java

- + 233 - + @@ -3580,12 +3580,12 @@

HttpReq.java

- + 234 - + @@ -3597,323 +3597,323 @@

HttpReq.java

Mutations

6363 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:parse()]
negated conditional → KILLED

6666 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:parse()]
negated conditional → KILLED

6969 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:parse()]
negated conditional → KILLED

7575 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:parseFailure()]
negated conditional → KILLED

2.2
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:parseFailure()]
negated conditional → KILLED

7777 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:parseFailure()]
negated conditional → KILLED

9696 - +

1.1
Location : child
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpReq::child → KILLED

101101 - +

1.1
Location : peer
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[test-factory:missing()]/[dynamic-test:#32]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpReq::peer → KILLED

104104 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[test-factory:missing()]/[dynamic-test:#16]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpReq::lambda$null$0 → KILLED

117117 - +

1.1
Location : lambda$peer$1
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[test-factory:missing()]/[dynamic-test:#16]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpReq::lambda$peer$1 → KILLED

140140 - +

1.1
Location : applyPathPattern
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:masking()]
negated conditional → KILLED

2.2
Location : applyPathPattern
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:masking()]
negated conditional → KILLED

144144 - +

1.1
Location : applyPathPattern
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[test-factory:missing()]/[dynamic-test:#32]
negated conditional → KILLED

2.2
Location : applyPathPattern
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:masking()]
changed conditional boundary → KILLED

150150 - +

1.1
Location : applyPathPattern
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[test-factory:missing()]/[dynamic-test:#32]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpReq::applyPathPattern → KILLED

162162 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:populated()]
removed call to java/util/stream/Stream::forEach → KILLED

164164 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:populated()]
removed call to java/util/Optional::ifPresent → KILLED

165165 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:populated()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/http/HttpReq::fields → KILLED

170170 - + -

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpReq::isHttpField → KILLED

2.2
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
negated conditional → KILLED

+

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpReq::isHttpField → KILLED

2.2
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
negated conditional → KILLED

171171 - + -

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
negated conditional → KILLED

+

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
negated conditional → KILLED

172172 - + -

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
negated conditional → KILLED

+

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
negated conditional → KILLED

173173 - +

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
negated conditional → KILLED

174174 - + -

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
negated conditional → KILLED

+

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
negated conditional → KILLED

175175 - +

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
negated conditional → KILLED

180180 - +

1.1
Location : serialise
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:empty()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::serialise → KILLED

187187 - +

1.1
Location : lambda$serialise$3
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::lambda$serialise$3 → KILLED

196196 - + -

1.1
Location : method
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::method → KILLED

+

1.1
Location : method
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::method → KILLED

205205 - +

1.1
Location : path
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::path → KILLED

209209 - + -

1.1
Location : isPathField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpReq::isPathField → KILLED

2.2
Location : isPathField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
negated conditional → KILLED

+

1.1
Location : isPathField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpReq::isPathField → KILLED

2.2
Location : isPathField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
negated conditional → KILLED

210210 - +

1.1
Location : isPathField
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
negated conditional → KILLED

214214 - + -

1.1
Location : rawPath
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::rawPath → KILLED

+

1.1
Location : rawPath
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::rawPath → KILLED

218218 - +

1.1
Location : pathVars
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/http/HttpReq::pathVars → KILLED

219219 - +

1.1
Location : lambda$pathVars$4
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
replaced boolean return with false for com/mastercard/test/flow/msg/http/HttpReq::lambda$pathVars$4 → KILLED

2.2
Location : lambda$pathVars$4
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpReq::lambda$pathVars$4 → KILLED

220220 - +

1.1
Location : lambda$pathVars$5
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::lambda$pathVars$5 → KILLED

232232 - + -

1.1
Location : path
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:child()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::path → KILLED

+

1.1
Location : path
Killed by : com.mastercard.test.flow.msg.http.HttpReqTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpReqTest]/[method:path()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpReq::path → KILLED

- + 1 - + @@ -30,12 +30,12 @@

HttpRes.java

- + 2 - + @@ -45,12 +45,12 @@

HttpRes.java

- + 3 - + @@ -60,12 +60,12 @@

HttpRes.java

- + 4 - + @@ -75,12 +75,12 @@

HttpRes.java

- + 5 - + @@ -90,12 +90,12 @@

HttpRes.java

- + 6 - + @@ -105,12 +105,12 @@

HttpRes.java

- + 7 - + @@ -120,12 +120,12 @@

HttpRes.java

- + 8 - + @@ -135,12 +135,12 @@

HttpRes.java

- + 9 - + @@ -150,12 +150,12 @@

HttpRes.java

- + 10 - + @@ -165,12 +165,12 @@

HttpRes.java

- + 11 - + @@ -180,12 +180,12 @@

HttpRes.java

- + 12 - + @@ -195,12 +195,12 @@

HttpRes.java

- + 13 - + @@ -210,12 +210,12 @@

HttpRes.java

- + 14 - + @@ -225,12 +225,12 @@

HttpRes.java

- + 15 - + @@ -240,12 +240,12 @@

HttpRes.java

- + 16 - + @@ -255,12 +255,12 @@

HttpRes.java

- + 17 - + @@ -270,12 +270,12 @@

HttpRes.java

- + 18 - + @@ -285,12 +285,12 @@

HttpRes.java

- + 19 - + @@ -300,12 +300,12 @@

HttpRes.java

- + 20 - + @@ -315,12 +315,12 @@

HttpRes.java

- + 21 - + @@ -330,12 +330,12 @@

HttpRes.java

- + 22 - + @@ -345,12 +345,12 @@

HttpRes.java

- + 23 - + @@ -360,12 +360,12 @@

HttpRes.java

- + 24 - + @@ -375,12 +375,12 @@

HttpRes.java

- + 25 - + @@ -390,12 +390,12 @@

HttpRes.java

- + 26 - + @@ -405,12 +405,12 @@

HttpRes.java

- + 27 - + @@ -420,12 +420,12 @@

HttpRes.java

- + 28 - + @@ -435,12 +435,12 @@

HttpRes.java

- + 29 - + @@ -450,12 +450,12 @@

HttpRes.java

- + 30 - + @@ -465,12 +465,12 @@

HttpRes.java

- + 31 - + @@ -480,12 +480,12 @@

HttpRes.java

- + 32 - + @@ -495,12 +495,12 @@

HttpRes.java

- + 33 - + @@ -510,12 +510,12 @@

HttpRes.java

- + 34 - + @@ -525,12 +525,12 @@

HttpRes.java

- + 35 - + @@ -540,12 +540,12 @@

HttpRes.java

- + 36 - + @@ -555,12 +555,12 @@

HttpRes.java

- + 37 - + @@ -570,12 +570,12 @@

HttpRes.java

- + 38 - + @@ -585,12 +585,12 @@

HttpRes.java

- + 39 - + @@ -600,12 +600,12 @@

HttpRes.java

- + 40 - + @@ -615,12 +615,12 @@

HttpRes.java

- + 41 - + @@ -630,12 +630,12 @@

HttpRes.java

- + 42 - + @@ -645,12 +645,12 @@

HttpRes.java

- + 43 - + @@ -660,12 +660,12 @@

HttpRes.java

- + 44 - + @@ -675,12 +675,12 @@

HttpRes.java

- + 45 - + @@ -690,12 +690,12 @@

HttpRes.java

- + 46 - + @@ -705,12 +705,12 @@

HttpRes.java

- + 47 - + @@ -720,12 +720,12 @@

HttpRes.java

- + 48 - + @@ -735,12 +735,12 @@

HttpRes.java

- + 49 - + @@ -750,12 +750,12 @@

HttpRes.java

- + 50 - + @@ -765,12 +765,12 @@

HttpRes.java

- + 51 - + @@ -780,12 +780,12 @@

HttpRes.java

- + 52 - + @@ -795,12 +795,12 @@

HttpRes.java

- + 53 - + @@ -810,12 +810,12 @@

HttpRes.java

- + 54 -1 +1 1. <init> : negated conditional → KILLED
@@ -827,12 +827,12 @@

HttpRes.java

- + 55 - + @@ -842,12 +842,12 @@

HttpRes.java

- + 56 - + @@ -857,12 +857,12 @@

HttpRes.java

- + 57 -1 +1 1. <init> : negated conditional → KILLED
@@ -874,12 +874,12 @@

HttpRes.java

- + 58 - + @@ -889,12 +889,12 @@

HttpRes.java

- + 59 - + @@ -904,12 +904,12 @@

HttpRes.java

- + 60 -1 +1 1. <init> : negated conditional → KILLED
@@ -921,12 +921,12 @@

HttpRes.java

- + 61 - + @@ -936,12 +936,12 @@

HttpRes.java

- + 62 - + @@ -951,12 +951,12 @@

HttpRes.java

- + 63 - + @@ -966,12 +966,12 @@

HttpRes.java

- + 64 - + @@ -981,12 +981,12 @@

HttpRes.java

- + 65 - + @@ -996,12 +996,12 @@

HttpRes.java

- + 66 -2 +2 1. <init> : negated conditional → KILLED
2. <init> : negated conditional → KILLED
@@ -1014,12 +1014,12 @@

HttpRes.java

- + 67 - + @@ -1029,12 +1029,12 @@

HttpRes.java

- + 68 -1 +1 1. <init> : negated conditional → KILLED
@@ -1046,12 +1046,12 @@

HttpRes.java

- + 69 - + @@ -1061,12 +1061,12 @@

HttpRes.java

- + 70 - + @@ -1076,12 +1076,12 @@

HttpRes.java

- + 71 - + @@ -1091,12 +1091,12 @@

HttpRes.java

- + 72 - + @@ -1106,12 +1106,12 @@

HttpRes.java

- + 73 - + @@ -1121,12 +1121,12 @@

HttpRes.java

- + 74 - + @@ -1136,12 +1136,12 @@

HttpRes.java

- + 75 - + @@ -1151,12 +1151,12 @@

HttpRes.java

- + 76 - + @@ -1166,12 +1166,12 @@

HttpRes.java

- + 77 - + @@ -1181,12 +1181,12 @@

HttpRes.java

- + 78 - + @@ -1196,12 +1196,12 @@

HttpRes.java

- + 79 - + @@ -1211,12 +1211,12 @@

HttpRes.java

- + 80 - + @@ -1226,12 +1226,12 @@

HttpRes.java

- + 81 - + @@ -1241,12 +1241,12 @@

HttpRes.java

- + 82 - + @@ -1256,12 +1256,12 @@

HttpRes.java

- + 83 - + @@ -1271,12 +1271,12 @@

HttpRes.java

- + 84 - + @@ -1286,12 +1286,12 @@

HttpRes.java

- + 85 - + @@ -1301,12 +1301,12 @@

HttpRes.java

- + 86 - + @@ -1316,12 +1316,12 @@

HttpRes.java

- + 87 - + @@ -1331,12 +1331,12 @@

HttpRes.java

- + 88 -1 +1 1. child : replaced return value with null for com/mastercard/test/flow/msg/http/HttpRes::child → KILLED
@@ -1348,12 +1348,12 @@

HttpRes.java

- + 89 - + @@ -1363,12 +1363,12 @@

HttpRes.java

- + 90 - + @@ -1378,12 +1378,12 @@

HttpRes.java

- + 91 - + @@ -1393,12 +1393,12 @@

HttpRes.java

- + 92 - + @@ -1408,12 +1408,12 @@

HttpRes.java

- + 93 -1 +1 1. peer : replaced return value with null for com/mastercard/test/flow/msg/http/HttpRes::peer → KILLED
@@ -1425,12 +1425,12 @@

HttpRes.java

- + 94 - + @@ -1440,12 +1440,12 @@

HttpRes.java

- + 95 - + @@ -1455,12 +1455,12 @@

HttpRes.java

- + 96 -1 +1 1. lambda$null$0 : replaced return value with null for com/mastercard/test/flow/msg/http/HttpRes::lambda$null$0 → KILLED
@@ -1472,12 +1472,12 @@

HttpRes.java

- + 97 - + @@ -1487,12 +1487,12 @@

HttpRes.java

- + 98 - + @@ -1502,12 +1502,12 @@

HttpRes.java

- + 99 - + @@ -1517,12 +1517,12 @@

HttpRes.java

- + 100 - + @@ -1532,12 +1532,12 @@

HttpRes.java

- + 101 - + @@ -1547,12 +1547,12 @@

HttpRes.java

- + 102 - + @@ -1562,12 +1562,12 @@

HttpRes.java

- + 103 - + @@ -1577,12 +1577,12 @@

HttpRes.java

- + 104 - + @@ -1592,12 +1592,12 @@

HttpRes.java

- + 105 - + @@ -1607,12 +1607,12 @@

HttpRes.java

- + 106 - + @@ -1622,12 +1622,12 @@

HttpRes.java

- + 107 - + @@ -1637,12 +1637,12 @@

HttpRes.java

- + 108 - + @@ -1652,12 +1652,12 @@

HttpRes.java

- + 109 -1 +1 1. lambda$peer$1 : replaced return value with null for com/mastercard/test/flow/msg/http/HttpRes::lambda$peer$1 → KILLED
@@ -1669,12 +1669,12 @@

HttpRes.java

- + 110 - + @@ -1684,12 +1684,12 @@

HttpRes.java

- + 111 - + @@ -1699,12 +1699,12 @@

HttpRes.java

- + 112 - + @@ -1714,12 +1714,12 @@

HttpRes.java

- + 113 - + @@ -1729,12 +1729,12 @@

HttpRes.java

- + 114 - + @@ -1744,12 +1744,12 @@

HttpRes.java

- + 115 - + @@ -1759,12 +1759,12 @@

HttpRes.java

- + 116 - + @@ -1774,12 +1774,12 @@

HttpRes.java

- + 117 - + @@ -1789,12 +1789,12 @@

HttpRes.java

- + 118 - + @@ -1804,12 +1804,12 @@

HttpRes.java

- + 119 - + @@ -1819,12 +1819,12 @@

HttpRes.java

- + 120 - + @@ -1834,12 +1834,12 @@

HttpRes.java

- + 121 -1 +1 1. fields : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1851,12 +1851,12 @@

HttpRes.java

- + 122 -1 +1 1. fields : removed call to java/util/Optional::ifPresent → KILLED
@@ -1868,12 +1868,12 @@

HttpRes.java

- + 123 -1 +1 1. fields : replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/http/HttpRes::fields → KILLED
@@ -1885,12 +1885,12 @@

HttpRes.java

- + 124 - + @@ -1900,12 +1900,12 @@

HttpRes.java

- + 125 - + @@ -1915,12 +1915,12 @@

HttpRes.java

- + 126 - + @@ -1930,12 +1930,12 @@

HttpRes.java

- + 127 - + @@ -1945,12 +1945,12 @@

HttpRes.java

- + 128 -2 +2 1. isHttpField : negated conditional → KILLED
2. isHttpField : replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpRes::isHttpField → KILLED
@@ -1963,12 +1963,12 @@

HttpRes.java

- + 129 -1 +1 1. isHttpField : negated conditional → KILLED
@@ -1980,12 +1980,12 @@

HttpRes.java

- + 130 -1 +1 1. isHttpField : negated conditional → KILLED
@@ -1997,12 +1997,12 @@

HttpRes.java

- + 131 -1 +1 1. isHttpField : negated conditional → KILLED
@@ -2014,12 +2014,12 @@

HttpRes.java

- + 132 -1 +1 1. isHttpField : negated conditional → KILLED
@@ -2031,12 +2031,12 @@

HttpRes.java

- + 133 - + @@ -2046,12 +2046,12 @@

HttpRes.java

- + 134 - + @@ -2061,12 +2061,12 @@

HttpRes.java

- + 135 - + @@ -2076,12 +2076,12 @@

HttpRes.java

- + 136 - + @@ -2091,12 +2091,12 @@

HttpRes.java

- + 137 - + @@ -2106,12 +2106,12 @@

HttpRes.java

- + 138 - + @@ -2121,12 +2121,12 @@

HttpRes.java

- + 139 - + @@ -2136,12 +2136,12 @@

HttpRes.java

- + 140 - + @@ -2151,12 +2151,12 @@

HttpRes.java

- + 141 - + @@ -2166,12 +2166,12 @@

HttpRes.java

- + 142 - + @@ -2181,12 +2181,12 @@

HttpRes.java

- + 143 - + @@ -2196,12 +2196,12 @@

HttpRes.java

- + 144 - + @@ -2211,12 +2211,12 @@

HttpRes.java

- + 145 - + @@ -2226,12 +2226,12 @@

HttpRes.java

- + 146 -1 +1 1. lambda$serialise$3 : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpRes::lambda$serialise$3 → KILLED
@@ -2243,12 +2243,12 @@

HttpRes.java

- + 147 - + @@ -2258,12 +2258,12 @@

HttpRes.java

- + 148 - + @@ -2273,12 +2273,12 @@

HttpRes.java

- + 149 -1 +1 1. serialise : removed call to java/util/stream/Stream::forEach → KILLED
@@ -2290,12 +2290,12 @@

HttpRes.java

- + 150 - + @@ -2305,12 +2305,12 @@

HttpRes.java

- + 151 - + @@ -2320,12 +2320,12 @@

HttpRes.java

- + 152 - + @@ -2335,12 +2335,12 @@

HttpRes.java

- + 153 - + @@ -2350,12 +2350,12 @@

HttpRes.java

- + 154 - + @@ -2365,12 +2365,12 @@

HttpRes.java

- + 155 - + @@ -2380,12 +2380,12 @@

HttpRes.java

- + 156 -1 +1 1. serialise : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpRes::serialise → KILLED
@@ -2397,12 +2397,12 @@

HttpRes.java

- + 157 - + @@ -2412,12 +2412,12 @@

HttpRes.java

- + 158 - + @@ -2427,12 +2427,12 @@

HttpRes.java

- + 159 - + @@ -2442,12 +2442,12 @@

HttpRes.java

- + 160 -1 +1 1. status : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpRes::status → KILLED
@@ -2459,12 +2459,12 @@

HttpRes.java

- + 161 - + @@ -2474,12 +2474,12 @@

HttpRes.java

- + 162 - + @@ -2489,12 +2489,12 @@

HttpRes.java

- + 163 - + @@ -2504,12 +2504,12 @@

HttpRes.java

- + 164 -1 +1 1. statusText : replaced return value with "" for com/mastercard/test/flow/msg/http/HttpRes::statusText → KILLED
@@ -2521,12 +2521,12 @@

HttpRes.java

- + 165 - + @@ -2536,12 +2536,12 @@

HttpRes.java

- + 166 - + @@ -2551,12 +2551,12 @@

HttpRes.java

- + 167 - + @@ -2568,221 +2568,221 @@

HttpRes.java

Mutations

5454 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:parse()]
negated conditional → KILLED

5757 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:parse()]
negated conditional → KILLED

6060 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:parse()]
negated conditional → KILLED

6666 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:parseFailure()]
negated conditional → KILLED

2.2
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:parseFailure()]
negated conditional → KILLED

6868 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:parseFailure()]
negated conditional → KILLED

8888 - +

1.1
Location : child
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpRes::child → KILLED

9393 - +

1.1
Location : peer
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[test-factory:missing()]/[dynamic-test:#32]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpRes::peer → KILLED

9696 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[test-factory:missing()]/[dynamic-test:#16]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpRes::lambda$null$0 → KILLED

109109 - +

1.1
Location : lambda$peer$1
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[test-factory:missing()]/[dynamic-test:#16]
replaced return value with null for com/mastercard/test/flow/msg/http/HttpRes::lambda$peer$1 → KILLED

121121 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:populated()]
removed call to java/util/stream/Stream::forEach → KILLED

122122 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:populated()]
removed call to java/util/Optional::ifPresent → KILLED

123123 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:populated()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/http/HttpRes::fields → KILLED

128128 - +

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
negated conditional → KILLED

2.2
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced boolean return with true for com/mastercard/test/flow/msg/http/HttpRes::isHttpField → KILLED

129129 - +

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
negated conditional → KILLED

130130 - +

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
negated conditional → KILLED

131131 - +

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
negated conditional → KILLED

132132 - +

1.1
Location : isHttpField
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
negated conditional → KILLED

146146 - +

1.1
Location : lambda$serialise$3
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpRes::lambda$serialise$3 → KILLED

149149 - +

1.1
Location : serialise
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
removed call to java/util/stream/Stream::forEach → KILLED

156156 - +

1.1
Location : serialise
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:empty()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpRes::serialise → KILLED

160160 - +

1.1
Location : status
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpRes::status → KILLED

164164 - +

1.1
Location : statusText
Killed by : com.mastercard.test.flow.msg.http.HttpResTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.http.HttpResTest]/[method:child()]
replaced return value with "" for com/mastercard/test/flow/msg/http/HttpRes::statusText → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Json.java

- + 2 - + @@ -45,12 +45,12 @@

Json.java

- + 3 - + @@ -60,12 +60,12 @@

Json.java

- + 4 - + @@ -75,12 +75,12 @@

Json.java

- + 5 - + @@ -90,12 +90,12 @@

Json.java

- + 6 - + @@ -105,12 +105,12 @@

Json.java

- + 7 - + @@ -120,12 +120,12 @@

Json.java

- + 8 - + @@ -135,12 +135,12 @@

Json.java

- + 9 - + @@ -150,12 +150,12 @@

Json.java

- + 10 - + @@ -165,12 +165,12 @@

Json.java

- + 11 - + @@ -180,12 +180,12 @@

Json.java

- + 12 - + @@ -195,12 +195,12 @@

Json.java

- + 13 - + @@ -210,12 +210,12 @@

Json.java

- + 14 - + @@ -225,12 +225,12 @@

Json.java

- + 15 - + @@ -240,12 +240,12 @@

Json.java

- + 16 - + @@ -255,12 +255,12 @@

Json.java

- + 17 - + @@ -270,12 +270,12 @@

Json.java

- + 18 - + @@ -285,12 +285,12 @@

Json.java

- + 19 - + @@ -300,12 +300,12 @@

Json.java

- + 20 - + @@ -315,12 +315,12 @@

Json.java

- + 21 - + @@ -330,12 +330,12 @@

Json.java

- + 22 - + @@ -345,12 +345,12 @@

Json.java

- + 23 - + @@ -360,12 +360,12 @@

Json.java

- + 24 - + @@ -375,12 +375,12 @@

Json.java

- + 25 - + @@ -390,12 +390,12 @@

Json.java

- + 26 - + @@ -405,12 +405,12 @@

Json.java

- + 27 - + @@ -420,12 +420,12 @@

Json.java

- + 28 - + @@ -435,12 +435,12 @@

Json.java

- + 29 - + @@ -450,12 +450,12 @@

Json.java

- + 30 - + @@ -465,12 +465,12 @@

Json.java

- + 31 - + @@ -480,12 +480,12 @@

Json.java

- + 32 - + @@ -495,12 +495,12 @@

Json.java

- + 33 - + @@ -510,12 +510,12 @@

Json.java

- + 34 - + @@ -525,12 +525,12 @@

Json.java

- + 35 - + @@ -540,12 +540,12 @@

Json.java

- + 36 - + @@ -555,12 +555,12 @@

Json.java

- + 37 - + @@ -570,12 +570,12 @@

Json.java

- + 38 - + @@ -585,12 +585,12 @@

Json.java

- + 39 - + @@ -600,12 +600,12 @@

Json.java

- + 40 - + @@ -615,12 +615,12 @@

Json.java

- + 41 - + @@ -630,12 +630,12 @@

Json.java

- + 42 - + @@ -645,12 +645,12 @@

Json.java

- + 43 - + @@ -660,12 +660,12 @@

Json.java

- + 44 - + @@ -675,12 +675,12 @@

Json.java

- + 45 - + @@ -690,12 +690,12 @@

Json.java

- + 46 - + @@ -705,12 +705,12 @@

Json.java

- + 47 - + @@ -720,12 +720,12 @@

Json.java

- + 48 - + @@ -735,12 +735,12 @@

Json.java

- + 49 - + @@ -750,12 +750,12 @@

Json.java

- + 50 - + @@ -765,12 +765,12 @@

Json.java

- + 51 - + @@ -780,12 +780,12 @@

Json.java

- + 52 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/msg/json/Json$1::toString → KILLED
@@ -797,12 +797,12 @@

Json.java

- + 53 - + @@ -812,12 +812,12 @@

Json.java

- + 54 - + @@ -827,12 +827,12 @@

Json.java

- + 55 - + @@ -842,12 +842,12 @@

Json.java

- + 56 - + @@ -857,12 +857,12 @@

Json.java

- + 57 - + @@ -872,12 +872,12 @@

Json.java

- + 58 - + @@ -887,12 +887,12 @@

Json.java

- + 59 - + @@ -902,12 +902,12 @@

Json.java

- + 60 - + @@ -917,12 +917,12 @@

Json.java

- + 61 - + @@ -932,12 +932,12 @@

Json.java

- + 62 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/msg/json/Json$2::toString → KILLED
@@ -949,12 +949,12 @@

Json.java

- + 63 - + @@ -964,12 +964,12 @@

Json.java

- + 64 - + @@ -979,12 +979,12 @@

Json.java

- + 65 - + @@ -994,12 +994,12 @@

Json.java

- + 66 - + @@ -1009,12 +1009,12 @@

Json.java

- + 67 - + @@ -1024,12 +1024,12 @@

Json.java

- + 68 - + @@ -1039,12 +1039,12 @@

Json.java

- + 69 - + @@ -1054,12 +1054,12 @@

Json.java

- + 70 - + @@ -1069,12 +1069,12 @@

Json.java

- + 71 - + @@ -1084,12 +1084,12 @@

Json.java

- + 72 - + @@ -1099,12 +1099,12 @@

Json.java

- + 73 - + @@ -1114,12 +1114,12 @@

Json.java

- + 74 - + @@ -1129,12 +1129,12 @@

Json.java

- + 75 - + @@ -1144,12 +1144,12 @@

Json.java

- + 76 - + @@ -1159,12 +1159,12 @@

Json.java

- + 77 - + @@ -1174,12 +1174,12 @@

Json.java

- + 78 - + @@ -1189,12 +1189,12 @@

Json.java

- + 79 - + @@ -1204,12 +1204,12 @@

Json.java

- + 80 - + @@ -1219,12 +1219,12 @@

Json.java

- + 81 - + @@ -1234,12 +1234,12 @@

Json.java

- + 82 - + @@ -1249,12 +1249,12 @@

Json.java

- + 83 - + @@ -1264,12 +1264,12 @@

Json.java

- + 84 - + @@ -1279,12 +1279,12 @@

Json.java

- + 85 -1 +1 1. lambda$new$0 : replaced return value with null for com/mastercard/test/flow/msg/json/Json::lambda$new$0 → KILLED
@@ -1296,12 +1296,12 @@

Json.java

- + 86 - + @@ -1311,12 +1311,12 @@

Json.java

- + 87 - + @@ -1326,12 +1326,12 @@

Json.java

- + 88 - + @@ -1341,12 +1341,12 @@

Json.java

- + 89 - + @@ -1356,12 +1356,12 @@

Json.java

- + 90 - + @@ -1371,12 +1371,12 @@

Json.java

- + 91 - + @@ -1386,12 +1386,12 @@

Json.java

- + 92 - + @@ -1401,12 +1401,12 @@

Json.java

- + 93 - + @@ -1416,12 +1416,12 @@

Json.java

- + 94 - + @@ -1431,12 +1431,12 @@

Json.java

- + 95 - + @@ -1446,12 +1446,12 @@

Json.java

- + 96 - + @@ -1461,12 +1461,12 @@

Json.java

- + 97 - + @@ -1476,12 +1476,12 @@

Json.java

- + 98 -1 +1 1. child : replaced return value with null for com/mastercard/test/flow/msg/json/Json::child → KILLED
@@ -1493,12 +1493,12 @@

Json.java

- + 99 - + @@ -1508,12 +1508,12 @@

Json.java

- + 100 - + @@ -1523,12 +1523,12 @@

Json.java

- + 101 - + @@ -1538,12 +1538,12 @@

Json.java

- + 102 - + @@ -1553,12 +1553,12 @@

Json.java

- + 103 -1 +1 1. peer : replaced return value with null for com/mastercard/test/flow/msg/json/Json::peer → KILLED
@@ -1570,12 +1570,12 @@

Json.java

- + 104 - + @@ -1585,12 +1585,12 @@

Json.java

- + 105 - + @@ -1600,12 +1600,12 @@

Json.java

- + 106 - + @@ -1615,12 +1615,12 @@

Json.java

- + 107 - + @@ -1630,12 +1630,12 @@

Json.java

- + 108 -2 +2 1. validateValueType : negated conditional → KILLED
2. validateValueType : negated conditional → KILLED
@@ -1648,12 +1648,12 @@

Json.java

- + 109 -1 +1 1. validateValueType : replaced return value with null for com/mastercard/test/flow/msg/json/Json::validateValueType → KILLED
@@ -1665,12 +1665,12 @@

Json.java

- + 110 - + @@ -1680,12 +1680,12 @@

Json.java

- + 111 -1 +1 1. validateValueType : replaced return value with null for com/mastercard/test/flow/msg/json/Json::validateValueType → KILLED
@@ -1697,12 +1697,12 @@

Json.java

- + 112 - + @@ -1712,12 +1712,12 @@

Json.java

- + 113 - + @@ -1727,12 +1727,12 @@

Json.java

- + 114 - + @@ -1742,12 +1742,12 @@

Json.java

- + 115 - + @@ -1757,12 +1757,12 @@

Json.java

- + 116 - + @@ -1772,12 +1772,12 @@

Json.java

- + 117 - + @@ -1787,12 +1787,12 @@

Json.java

- + 118 -1 +1 1. data : negated conditional → KILLED
@@ -1804,12 +1804,12 @@

Json.java

- + 119 - + @@ -1819,12 +1819,12 @@

Json.java

- + 120 - + @@ -1834,12 +1834,12 @@

Json.java

- + 121 - + @@ -1849,12 +1849,12 @@

Json.java

- + 122 - + @@ -1864,12 +1864,12 @@

Json.java

- + 123 -1 +1 1. lambda$data$1 : negated conditional → KILLED
@@ -1881,12 +1881,12 @@

Json.java

- + 124 - + @@ -1896,12 +1896,12 @@

Json.java

- + 125 - + @@ -1911,12 +1911,12 @@

Json.java

- + 126 - + @@ -1926,12 +1926,12 @@

Json.java

- + 127 - + @@ -1941,12 +1941,12 @@

Json.java

- + 128 - + @@ -1956,12 +1956,12 @@

Json.java

- + 129 - + @@ -1971,12 +1971,12 @@

Json.java

- + 130 - + @@ -1986,12 +1986,12 @@

Json.java

- + 131 -1 +1 1. lambda$data$2 : negated conditional → KILLED
@@ -2003,12 +2003,12 @@

Json.java

- + 132 - + @@ -2018,12 +2018,12 @@

Json.java

- + 133 - + @@ -2033,12 +2033,12 @@

Json.java

- + 134 - + @@ -2048,12 +2048,12 @@

Json.java

- + 135 - + @@ -2063,12 +2063,12 @@

Json.java

- + 136 - + @@ -2078,12 +2078,12 @@

Json.java

- + 137 - + @@ -2093,12 +2093,12 @@

Json.java

- + 138 - + @@ -2108,12 +2108,12 @@

Json.java

- + 139 -1 +1 1. data : replaced return value with null for com/mastercard/test/flow/msg/json/Json::data → KILLED
@@ -2125,12 +2125,12 @@

Json.java

- + 140 - + @@ -2140,12 +2140,12 @@

Json.java

- + 141 - + @@ -2155,12 +2155,12 @@

Json.java

- + 142 - + @@ -2170,12 +2170,12 @@

Json.java

- + 143 - + @@ -2185,12 +2185,12 @@

Json.java

- + 144 -1 +1 1. value : negated conditional → KILLED
@@ -2202,12 +2202,12 @@

Json.java

- + 145 - + @@ -2217,12 +2217,12 @@

Json.java

- + 146 - + @@ -2232,12 +2232,12 @@

Json.java

- + 147 -1 +1 1. value : negated conditional → KILLED
@@ -2249,12 +2249,12 @@

Json.java

- + 148 - + @@ -2264,12 +2264,12 @@

Json.java

- + 149 - + @@ -2279,12 +2279,12 @@

Json.java

- + 150 -1 +1 1. value : replaced return value with null for com/mastercard/test/flow/msg/json/Json::value → KILLED
@@ -2296,12 +2296,12 @@

Json.java

- + 151 - + @@ -2311,12 +2311,12 @@

Json.java

- + 152 - + @@ -2326,12 +2326,12 @@

Json.java

- + 153 - + @@ -2341,12 +2341,12 @@

Json.java

- + 154 - + @@ -2356,12 +2356,12 @@

Json.java

- + 155 - + @@ -2371,12 +2371,12 @@

Json.java

- + 156 - + @@ -2386,12 +2386,12 @@

Json.java

- + 157 -1 +1 1. lambda$access$3 : removed call to java/util/concurrent/atomic/AtomicReference::set → KILLED
@@ -2403,12 +2403,12 @@

Json.java

- + 158 -1 +1 1. lambda$access$4 : removed call to java/util/concurrent/atomic/AtomicReference::set → KILLED
@@ -2420,12 +2420,12 @@

Json.java

- + 159 -1 +1 1. access : replaced return value with null for com/mastercard/test/flow/msg/json/Json::access → KILLED
@@ -2437,12 +2437,12 @@

Json.java

- + 160 - + @@ -2452,12 +2452,12 @@

Json.java

- + 161 - + @@ -2467,12 +2467,12 @@

Json.java

- + 162 - + @@ -2482,12 +2482,12 @@

Json.java

- + 163 - + @@ -2497,12 +2497,12 @@

Json.java

- + 164 - + @@ -2512,12 +2512,12 @@

Json.java

- + 165 - + @@ -2527,12 +2527,12 @@

Json.java

- + 166 - + @@ -2542,12 +2542,12 @@

Json.java

- + 167 - + @@ -2557,12 +2557,12 @@

Json.java

- + 168 -2 +2 1. traverse : negated conditional → KILLED
2. traverse : negated conditional → KILLED
@@ -2575,12 +2575,12 @@

Json.java

- + 169 -1 +1 1. traverse : removed call to java/util/Deque::addFirst → KILLED
@@ -2592,12 +2592,12 @@

Json.java

- + 170 - + @@ -2607,12 +2607,12 @@

Json.java

- + 171 - + @@ -2622,12 +2622,12 @@

Json.java

- + 172 - + @@ -2637,12 +2637,12 @@

Json.java

- + 173 - + @@ -2652,12 +2652,12 @@

Json.java

- + 174 -1 +1 1. traverse : removed call to com/mastercard/test/flow/msg/Forest::traverse → KILLED
@@ -2669,12 +2669,12 @@

Json.java

- + 175 -1 +1 1. traverse : replaced return value with null for com/mastercard/test/flow/msg/json/Json::traverse → KILLED
@@ -2686,12 +2686,12 @@

Json.java

- + 176 - + @@ -2701,12 +2701,12 @@

Json.java

- + 177 - + @@ -2716,12 +2716,12 @@

Json.java

- + 178 - + @@ -2731,12 +2731,12 @@

Json.java

- + 179 - + @@ -2746,12 +2746,12 @@

Json.java

- + 180 - + @@ -2761,12 +2761,12 @@

Json.java

- + 181 -1 +1 1. fields : removed call to com/mastercard/test/flow/msg/Forest::leaves → KILLED
@@ -2778,12 +2778,12 @@

Json.java

- + 182 - + @@ -2793,12 +2793,12 @@

Json.java

- + 183 -1 +1 1. fields : replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/json/Json::fields → KILLED
@@ -2810,12 +2810,12 @@

Json.java

- + 184 - + @@ -2825,12 +2825,12 @@

Json.java

- + 185 - + @@ -2840,12 +2840,12 @@

Json.java

- + 186 - + @@ -2855,12 +2855,12 @@

Json.java

- + 187 - + @@ -2870,12 +2870,12 @@

Json.java

- + 188 - + @@ -2885,12 +2885,12 @@

Json.java

- + 189 - + @@ -2900,12 +2900,12 @@

Json.java

- + 190 -1 +1 1. content : replaced return value with null for com/mastercard/test/flow/msg/json/Json::content → KILLED
@@ -2917,12 +2917,12 @@

Json.java

- + 191 - + @@ -2932,12 +2932,12 @@

Json.java

- + 192 - + @@ -2947,12 +2947,12 @@

Json.java

- + 193 - + @@ -2962,12 +2962,12 @@

Json.java

- + 194 - + @@ -2977,12 +2977,12 @@

Json.java

- + 195 - + @@ -2992,12 +2992,12 @@

Json.java

- + 196 - + @@ -3007,12 +3007,12 @@

Json.java

- + 197 - + @@ -3022,12 +3022,12 @@

Json.java

- + 198 - + @@ -3037,12 +3037,12 @@

Json.java

- + 199 - + @@ -3052,12 +3052,12 @@

Json.java

- + 200 - + @@ -3067,12 +3067,12 @@

Json.java

- + 201 -1 +1 1. asHuman : replaced return value with "" for com/mastercard/test/flow/msg/json/Json::asHuman → KILLED
@@ -3084,12 +3084,12 @@

Json.java

- + 202 - + @@ -3099,12 +3099,12 @@

Json.java

- + 203 - + @@ -3114,12 +3114,12 @@

Json.java

- + 204 - + @@ -3129,12 +3129,12 @@

Json.java

- + 205 - + @@ -3144,12 +3144,12 @@

Json.java

- + 206 - + @@ -3159,12 +3159,12 @@

Json.java

- + 207 - + @@ -3174,12 +3174,12 @@

Json.java

- + 208 - + @@ -3191,261 +3191,261 @@

Json.java

Mutations

5252 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:emptyStructureTokens()]
replaced return value with "" for com/mastercard/test/flow/msg/json/Json$1::toString → KILLED

6262 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:emptyStructureTokens()]
replaced return value with "" for com/mastercard/test/flow/msg/json/Json$2::toString → KILLED

8585 - +

1.1
Location : lambda$new$0
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:empty()]
replaced return value with null for com/mastercard/test/flow/msg/json/Json::lambda$new$0 → KILLED

9898 - +

1.1
Location : child
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
replaced return value with null for com/mastercard/test/flow/msg/json/Json::child → KILLED

103103 - +

1.1
Location : peer
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
replaced return value with null for com/mastercard/test/flow/msg/json/Json::peer → KILLED

108108 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:mutableValue()]
negated conditional → KILLED

2.2
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:mutableValue()]
negated conditional → KILLED

109109 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:child()]
replaced return value with null for com/mastercard/test/flow/msg/json/Json::validateValueType → KILLED

111111 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
replaced return value with null for com/mastercard/test/flow/msg/json/Json::validateValueType → KILLED

118118 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:array()]
negated conditional → KILLED

123123 - +

1.1
Location : lambda$data$1
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
negated conditional → KILLED

131131 - +

1.1
Location : lambda$data$2
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:array()]
negated conditional → KILLED

139139 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:empty()]
replaced return value with null for com/mastercard/test/flow/msg/json/Json::data → KILLED

144144 - +

1.1
Location : value
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
negated conditional → KILLED

147147 - +

1.1
Location : value
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
negated conditional → KILLED

150150 - +

1.1
Location : value
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
replaced return value with null for com/mastercard/test/flow/msg/json/Json::value → KILLED

157157 - +

1.1
Location : lambda$access$3
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:object()]
removed call to java/util/concurrent/atomic/AtomicReference::set → KILLED

158158 - +

1.1
Location : lambda$access$4
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:array()]
removed call to java/util/concurrent/atomic/AtomicReference::set → KILLED

159159 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:array()]
replaced return value with null for com/mastercard/test/flow/msg/json/Json::access → KILLED

168168 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
negated conditional → KILLED

2.2
Location : traverse
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
negated conditional → KILLED

169169 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
removed call to java/util/Deque::addFirst → KILLED

174174 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
removed call to com/mastercard/test/flow/msg/Forest::traverse → KILLED

175175 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:nibling()]
replaced return value with null for com/mastercard/test/flow/msg/json/Json::traverse → KILLED

181181 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:array()]
removed call to com/mastercard/test/flow/msg/Forest::leaves → KILLED

183183 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:array()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/json/Json::fields → KILLED

190190 - +

1.1
Location : content
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:delete()]
replaced return value with null for com/mastercard/test/flow/msg/json/Json::content → KILLED

201201 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.json.JsonTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.json.JsonTest]/[method:empty()]
replaced return value with "" for com/mastercard/test/flow/msg/json/Json::asHuman → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Query.java

- + 2 - + @@ -45,12 +45,12 @@

Query.java

- + 3 - + @@ -60,12 +60,12 @@

Query.java

- + 4 - + @@ -75,12 +75,12 @@

Query.java

- + 5 - + @@ -90,12 +90,12 @@

Query.java

- + 6 - + @@ -105,12 +105,12 @@

Query.java

- + 7 - + @@ -120,12 +120,12 @@

Query.java

- + 8 - + @@ -135,12 +135,12 @@

Query.java

- + 9 - + @@ -150,12 +150,12 @@

Query.java

- + 10 - + @@ -165,12 +165,12 @@

Query.java

- + 11 - + @@ -180,12 +180,12 @@

Query.java

- + 12 - + @@ -195,12 +195,12 @@

Query.java

- + 13 - + @@ -210,12 +210,12 @@

Query.java

- + 14 - + @@ -225,12 +225,12 @@

Query.java

- + 15 - + @@ -240,12 +240,12 @@

Query.java

- + 16 - + @@ -255,12 +255,12 @@

Query.java

- + 17 - + @@ -270,12 +270,12 @@

Query.java

- + 18 - + @@ -285,12 +285,12 @@

Query.java

- + 19 - + @@ -300,12 +300,12 @@

Query.java

- + 20 - + @@ -315,12 +315,12 @@

Query.java

- + 21 - + @@ -330,12 +330,12 @@

Query.java

- + 22 - + @@ -345,12 +345,12 @@

Query.java

- + 23 - + @@ -360,12 +360,12 @@

Query.java

- + 24 - + @@ -375,12 +375,12 @@

Query.java

- + 25 - + @@ -390,12 +390,12 @@

Query.java

- + 26 - + @@ -405,12 +405,12 @@

Query.java

- + 27 - + @@ -420,12 +420,12 @@

Query.java

- + 28 - + @@ -435,12 +435,12 @@

Query.java

- + 29 - + @@ -450,12 +450,12 @@

Query.java

- + 30 - + @@ -465,12 +465,12 @@

Query.java

- + 31 - + @@ -480,12 +480,12 @@

Query.java

- + 32 - + @@ -495,12 +495,12 @@

Query.java

- + 33 - + @@ -510,12 +510,12 @@

Query.java

- + 34 - + @@ -525,12 +525,12 @@

Query.java

- + 35 - + @@ -540,12 +540,12 @@

Query.java

- + 36 - + @@ -555,12 +555,12 @@

Query.java

- + 37 - + @@ -570,12 +570,12 @@

Query.java

- + 38 - + @@ -585,12 +585,12 @@

Query.java

- + 39 - + @@ -600,12 +600,12 @@

Query.java

- + 40 - + @@ -615,12 +615,12 @@

Query.java

- + 41 - + @@ -630,12 +630,12 @@

Query.java

- + 42 - + @@ -645,12 +645,12 @@

Query.java

- + 43 - + @@ -660,12 +660,12 @@

Query.java

- + 44 - + @@ -675,12 +675,12 @@

Query.java

- + 45 - + @@ -690,12 +690,12 @@

Query.java

- + 46 - + @@ -705,12 +705,12 @@

Query.java

- + 47 - + @@ -720,12 +720,12 @@

Query.java

- + 48 - + @@ -735,12 +735,12 @@

Query.java

- + 49 - + @@ -750,12 +750,12 @@

Query.java

- + 50 - + @@ -765,12 +765,12 @@

Query.java

- + 51 - + @@ -780,12 +780,12 @@

Query.java

- + 52 - + @@ -795,12 +795,12 @@

Query.java

- + 53 - + @@ -810,12 +810,12 @@

Query.java

- + 54 - + @@ -825,12 +825,12 @@

Query.java

- + 55 - + @@ -840,12 +840,12 @@

Query.java

- + 56 - + @@ -855,12 +855,12 @@

Query.java

- + 57 - + @@ -870,12 +870,12 @@

Query.java

- + 58 - + @@ -885,12 +885,12 @@

Query.java

- + 59 - + @@ -900,12 +900,12 @@

Query.java

- + 60 - + @@ -915,12 +915,12 @@

Query.java

- + 61 - + @@ -930,12 +930,12 @@

Query.java

- + 62 - + @@ -945,12 +945,12 @@

Query.java

- + 63 -1 +1 1. binds : replaced return value with null for com/mastercard/test/flow/msg/sql/Query::binds → KILLED
@@ -962,12 +962,12 @@

Query.java

- + 64 - + @@ -977,12 +977,12 @@

Query.java

- + 65 - + @@ -992,12 +992,12 @@

Query.java

- + 66 - + @@ -1007,12 +1007,12 @@

Query.java

- + 67 - + @@ -1022,12 +1022,12 @@

Query.java

- + 68 - + @@ -1037,12 +1037,12 @@

Query.java

- + 69 - + @@ -1052,12 +1052,12 @@

Query.java

- + 70 - + @@ -1067,12 +1067,12 @@

Query.java

- + 71 - + @@ -1082,12 +1082,12 @@

Query.java

- + 72 - + @@ -1097,12 +1097,12 @@

Query.java

- + 73 -1 +1 1. binds : replaced return value with null for com/mastercard/test/flow/msg/sql/Query::binds → KILLED
@@ -1114,12 +1114,12 @@

Query.java

- + 74 - + @@ -1129,12 +1129,12 @@

Query.java

- + 75 - + @@ -1144,12 +1144,12 @@

Query.java

- + 76 - + @@ -1159,12 +1159,12 @@

Query.java

- + 77 - + @@ -1174,12 +1174,12 @@

Query.java

- + 78 - + @@ -1189,12 +1189,12 @@

Query.java

- + 79 - + @@ -1204,12 +1204,12 @@

Query.java

- + 80 - + @@ -1219,12 +1219,12 @@

Query.java

- + 81 - + @@ -1234,12 +1234,12 @@

Query.java

- + 82 - + @@ -1249,12 +1249,12 @@

Query.java

- + 83 - + @@ -1264,12 +1264,12 @@

Query.java

- + 84 -1 +1 1. binds : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1281,12 +1281,12 @@

Query.java

- + 85 -1 +1 1. binds : replaced return value with null for com/mastercard/test/flow/msg/sql/Query::binds → KILLED
@@ -1298,12 +1298,12 @@

Query.java

- + 86 - + @@ -1313,12 +1313,12 @@

Query.java

- + 87 - + @@ -1328,12 +1328,12 @@

Query.java

- + 88 - + @@ -1343,12 +1343,12 @@

Query.java

- + 89 - + @@ -1358,12 +1358,12 @@

Query.java

- + 90 - + @@ -1373,12 +1373,12 @@

Query.java

- + 91 - + @@ -1388,12 +1388,12 @@

Query.java

- + 92 - + @@ -1403,12 +1403,12 @@

Query.java

- + 93 - + @@ -1418,12 +1418,12 @@

Query.java

- + 94 -1 +1 1. lambda$new$1 : replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/sql/Query::lambda$new$1 → KILLED
@@ -1435,12 +1435,12 @@

Query.java

- + 95 - + @@ -1450,12 +1450,12 @@

Query.java

- + 96 - + @@ -1465,12 +1465,12 @@

Query.java

- + 97 - + @@ -1480,12 +1480,12 @@

Query.java

- + 98 - + @@ -1495,12 +1495,12 @@

Query.java

- + 99 - + @@ -1510,12 +1510,12 @@

Query.java

- + 100 - + @@ -1525,12 +1525,12 @@

Query.java

- + 101 - + @@ -1540,12 +1540,12 @@

Query.java

- + 102 - + @@ -1555,12 +1555,12 @@

Query.java

- + 103 - + @@ -1570,12 +1570,12 @@

Query.java

- + 104 - + @@ -1585,12 +1585,12 @@

Query.java

- + 105 - + @@ -1600,12 +1600,12 @@

Query.java

- + 106 - + @@ -1615,12 +1615,12 @@

Query.java

- + 107 - + @@ -1630,12 +1630,12 @@

Query.java

- + 108 -1 +1 1. data : negated conditional → KILLED
@@ -1647,12 +1647,12 @@

Query.java

- + 109 - + @@ -1662,12 +1662,12 @@

Query.java

- + 110 - + @@ -1677,12 +1677,12 @@

Query.java

- + 111 - + @@ -1692,12 +1692,12 @@

Query.java

- + 112 - + @@ -1707,12 +1707,12 @@

Query.java

- + 113 - + @@ -1722,12 +1722,12 @@

Query.java

- + 114 - + @@ -1737,12 +1737,12 @@

Query.java

- + 115 -1 +1 1. data : replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/sql/Query::data → KILLED
@@ -1754,12 +1754,12 @@

Query.java

- + 116 - + @@ -1769,12 +1769,12 @@

Query.java

- + 117 - + @@ -1784,12 +1784,12 @@

Query.java

- + 118 - + @@ -1799,12 +1799,12 @@

Query.java

- + 119 - + @@ -1814,12 +1814,12 @@

Query.java

- + 120 - + @@ -1829,12 +1829,12 @@

Query.java

- + 121 - + @@ -1844,12 +1844,12 @@

Query.java

- + 122 - + @@ -1859,12 +1859,12 @@

Query.java

- + 123 -1 +1 1. content : replaced return value with null for com/mastercard/test/flow/msg/sql/Query::content → KILLED
@@ -1876,12 +1876,12 @@

Query.java

- + 124 - + @@ -1891,12 +1891,12 @@

Query.java

- + 125 - + @@ -1906,12 +1906,12 @@

Query.java

- + 126 - + @@ -1921,12 +1921,12 @@

Query.java

- + 127 - + @@ -1936,12 +1936,12 @@

Query.java

- + 128 - + @@ -1951,12 +1951,12 @@

Query.java

- + 129 - + @@ -1966,12 +1966,12 @@

Query.java

- + 130 - + @@ -1981,12 +1981,12 @@

Query.java

- + 131 - + @@ -1996,12 +1996,12 @@

Query.java

- + 132 -1 +1 1. fields : replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/sql/Query::fields → KILLED
@@ -2013,12 +2013,12 @@

Query.java

- + 133 - + @@ -2028,12 +2028,12 @@

Query.java

- + 134 - + @@ -2043,12 +2043,12 @@

Query.java

- + 135 - + @@ -2058,12 +2058,12 @@

Query.java

- + 136 - + @@ -2073,12 +2073,12 @@

Query.java

- + 137 -1 +1 1. access : replaced return value with null for com/mastercard/test/flow/msg/sql/Query::access → KILLED
@@ -2090,12 +2090,12 @@

Query.java

- + 138 - + @@ -2105,12 +2105,12 @@

Query.java

- + 139 - + @@ -2120,12 +2120,12 @@

Query.java

- + 140 - + @@ -2135,12 +2135,12 @@

Query.java

- + 141 - + @@ -2150,12 +2150,12 @@

Query.java

- + 142 - + @@ -2165,12 +2165,12 @@

Query.java

- + 143 - + @@ -2180,12 +2180,12 @@

Query.java

- + 144 - + @@ -2195,12 +2195,12 @@

Query.java

- + 145 - + @@ -2210,12 +2210,12 @@

Query.java

- + 146 - + @@ -2225,12 +2225,12 @@

Query.java

- + 147 - + @@ -2240,12 +2240,12 @@

Query.java

- + 148 -2 +2 1. get : negated conditional → KILLED
2. get : Changed increment from 1 to -1 → KILLED
@@ -2258,12 +2258,12 @@

Query.java

- + 149 - + @@ -2273,12 +2273,12 @@

Query.java

- + 150 - + @@ -2288,12 +2288,12 @@

Query.java

- + 151 -1 +1 1. get : replaced return value with "" for com/mastercard/test/flow/msg/sql/Query::get → KILLED
@@ -2305,12 +2305,12 @@

Query.java

- + 152 - + @@ -2320,12 +2320,12 @@

Query.java

- + 153 - + @@ -2335,12 +2335,12 @@

Query.java

- + 154 - + @@ -2350,12 +2350,12 @@

Query.java

- + 155 - + @@ -2365,12 +2365,12 @@

Query.java

- + 156 - + @@ -2380,12 +2380,12 @@

Query.java

- + 157 - + @@ -2395,12 +2395,12 @@

Query.java

- + 158 - + @@ -2410,12 +2410,12 @@

Query.java

- + 159 - + @@ -2425,12 +2425,12 @@

Query.java

- + 160 - + @@ -2440,12 +2440,12 @@

Query.java

- + 161 - + @@ -2455,12 +2455,12 @@

Query.java

- + 162 - + @@ -2470,12 +2470,12 @@

Query.java

- + 163 -2 +2 1. lambda$asHuman$2 : replaced boolean return with false for com/mastercard/test/flow/msg/sql/Query::lambda$asHuman$2 → KILLED
2. lambda$asHuman$2 : replaced boolean return with true for com/mastercard/test/flow/msg/sql/Query::lambda$asHuman$2 → KILLED
@@ -2488,12 +2488,12 @@

Query.java

- + 164 -1 +1 1. lambda$asHuman$3 : replaced Integer return value with 0 for com/mastercard/test/flow/msg/sql/Query::lambda$asHuman$3 → KILLED
@@ -2505,12 +2505,12 @@

Query.java

- + 165 -1 +1 1. asHuman : removed call to java/util/stream/Stream::forEach → KILLED
@@ -2522,12 +2522,12 @@

Query.java

- + 166 - + @@ -2537,12 +2537,12 @@

Query.java

- + 167 - + @@ -2552,12 +2552,12 @@

Query.java

- + 168 - + @@ -2567,12 +2567,12 @@

Query.java

- + 169 -1 +1 1. asHuman : replaced return value with "" for com/mastercard/test/flow/msg/sql/Query::asHuman → KILLED
@@ -2584,12 +2584,12 @@

Query.java

- + 170 - + @@ -2599,12 +2599,12 @@

Query.java

- + 171 - + @@ -2614,12 +2614,12 @@

Query.java

- + 172 - + @@ -2629,12 +2629,12 @@

Query.java

- + 173 - + @@ -2644,12 +2644,12 @@

Query.java

- + 174 - + @@ -2659,12 +2659,12 @@

Query.java

- + 175 - + @@ -2674,12 +2674,12 @@

Query.java

- + 176 - + @@ -2689,12 +2689,12 @@

Query.java

- + 177 - + @@ -2704,12 +2704,12 @@

Query.java

- + 178 - + @@ -2719,12 +2719,12 @@

Query.java

- + 179 -1 +1 1. formatValue : negated conditional → KILLED
@@ -2736,12 +2736,12 @@

Query.java

- + 180 -1 +1 1. formatValue : replaced return value with "" for com/mastercard/test/flow/msg/sql/Query::formatValue → KILLED
@@ -2753,12 +2753,12 @@

Query.java

- + 181 - + @@ -2768,12 +2768,12 @@

Query.java

- + 182 -1 +1 1. formatValue : replaced return value with "" for com/mastercard/test/flow/msg/sql/Query::formatValue → KILLED
@@ -2785,12 +2785,12 @@

Query.java

- + 183 - + @@ -2800,12 +2800,12 @@

Query.java

- + 184 - + @@ -2815,12 +2815,12 @@

Query.java

- + 185 - + @@ -2830,12 +2830,12 @@

Query.java

- + 186 - + @@ -2845,12 +2845,12 @@

Query.java

- + 187 -1 +1 1. child : replaced return value with null for com/mastercard/test/flow/msg/sql/Query::child → KILLED
@@ -2862,12 +2862,12 @@

Query.java

- + 188 - + @@ -2877,12 +2877,12 @@

Query.java

- + 189 - + @@ -2892,12 +2892,12 @@

Query.java

- + 190 - + @@ -2907,12 +2907,12 @@

Query.java

- + 191 - + @@ -2922,12 +2922,12 @@

Query.java

- + 192 -1 +1 1. peer : replaced return value with null for com/mastercard/test/flow/msg/sql/Query::peer → KILLED
@@ -2939,12 +2939,12 @@

Query.java

- + 193 - + @@ -2954,12 +2954,12 @@

Query.java

- + 194 - + @@ -2969,12 +2969,12 @@

Query.java

- + 195 - + @@ -2984,12 +2984,12 @@

Query.java

- + 196 - + @@ -2999,12 +2999,12 @@

Query.java

- + 197 - + @@ -3014,12 +3014,12 @@

Query.java

- + 198 - + @@ -3029,12 +3029,12 @@

Query.java

- + 199 - + @@ -3044,12 +3044,12 @@

Query.java

- + 200 - + @@ -3059,12 +3059,12 @@

Query.java

- + 201 - + @@ -3074,12 +3074,12 @@

Query.java

- + 202 - + @@ -3089,12 +3089,12 @@

Query.java

- + 203 - + @@ -3104,12 +3104,12 @@

Query.java

- + 204 - + @@ -3119,12 +3119,12 @@

Query.java

- + 205 - + @@ -3134,12 +3134,12 @@

Query.java

- + 206 - + @@ -3149,12 +3149,12 @@

Query.java

- + 207 -1 +1 1. <init> : removed call to java/util/Map::forEach → KILLED
@@ -3166,12 +3166,12 @@

Query.java

- + 208 - + @@ -3181,12 +3181,12 @@

Query.java

- + 209 - + @@ -3196,12 +3196,12 @@

Query.java

- + 210 - + @@ -3211,12 +3211,12 @@

Query.java

- + 211 - + @@ -3226,12 +3226,12 @@

Query.java

- + 212 - + @@ -3241,12 +3241,12 @@

Query.java

- + 213 - + @@ -3256,12 +3256,12 @@

Query.java

- + 214 - + @@ -3271,12 +3271,12 @@

Query.java

- + 215 - + @@ -3286,12 +3286,12 @@

Query.java

- + 216 - + @@ -3301,12 +3301,12 @@

Query.java

- + 217 - + @@ -3316,12 +3316,12 @@

Query.java

- + 218 - + @@ -3331,12 +3331,12 @@

Query.java

- + 219 - + @@ -3346,12 +3346,12 @@

Query.java

- + 220 - + @@ -3361,12 +3361,12 @@

Query.java

- + 221 - + @@ -3376,12 +3376,12 @@

Query.java

- + 222 - + @@ -3391,12 +3391,12 @@

Query.java

- + 223 - + @@ -3406,12 +3406,12 @@

Query.java

- + 224 - + @@ -3421,12 +3421,12 @@

Query.java

- + 225 -1 +1 1. get : removed call to java/util/List::forEach → KILLED
@@ -3438,12 +3438,12 @@

Query.java

- + 226 -1 +1 1. get : replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/sql/Query$TypedMap::get → KILLED
@@ -3455,12 +3455,12 @@

Query.java

- + 227 - + @@ -3470,12 +3470,12 @@

Query.java

- + 228 - + @@ -3485,12 +3485,12 @@

Query.java

- + 229 - + @@ -3502,241 +3502,241 @@

Query.java

Mutations

6363 - +

1.1
Location : binds
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:binds()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Query::binds → KILLED

7373 - +

1.1
Location : binds
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:binds()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Query::binds → KILLED

8484 - +

1.1
Location : binds
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:binds()]
removed call to java/util/stream/Stream::forEach → KILLED

8585 - +

1.1
Location : binds
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:binds()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Query::binds → KILLED

9494 - +

1.1
Location : lambda$new$1
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:types()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/sql/Query::lambda$new$1 → KILLED

108108 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:fields()]
negated conditional → KILLED

115115 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:fields()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/sql/Query::data → KILLED

123123 - +

1.1
Location : content
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:types()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Query::content → KILLED

132132 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:fields()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/sql/Query::fields → KILLED

137137 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:masking()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Query::access → KILLED

148148 - +

1.1
Location : get
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:get()]
negated conditional → KILLED

2.2
Location : get
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:get()]
Changed increment from 1 to -1 → KILLED

151151 - +

1.1
Location : get
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:get()]
replaced return value with "" for com/mastercard/test/flow/msg/sql/Query::get → KILLED

163163 - +

1.1
Location : lambda$asHuman$2
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:manyBinds()]
replaced boolean return with false for com/mastercard/test/flow/msg/sql/Query::lambda$asHuman$2 → KILLED

2.2
Location : lambda$asHuman$2
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:manyBinds()]
replaced boolean return with true for com/mastercard/test/flow/msg/sql/Query::lambda$asHuman$2 → KILLED

164164 - +

1.1
Location : lambda$asHuman$3
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:manyBinds()]
replaced Integer return value with 0 for com/mastercard/test/flow/msg/sql/Query::lambda$asHuman$3 → KILLED

165165 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:manyBinds()]
removed call to java/util/stream/Stream::forEach → KILLED

169169 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:manyBinds()]
replaced return value with "" for com/mastercard/test/flow/msg/sql/Query::asHuman → KILLED

179179 - +

1.1
Location : formatValue
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:manyBinds()]
negated conditional → KILLED

180180 - +

1.1
Location : formatValue
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:types()]
replaced return value with "" for com/mastercard/test/flow/msg/sql/Query::formatValue → KILLED

182182 - +

1.1
Location : formatValue
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:manyBinds()]
replaced return value with "" for com/mastercard/test/flow/msg/sql/Query::formatValue → KILLED

187187 - +

1.1
Location : child
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:masking()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Query::child → KILLED

192192 - +

1.1
Location : peer
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:badBytes()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Query::peer → KILLED

207207 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:types()]
removed call to java/util/Map::forEach → KILLED

225225 - +

1.1
Location : get
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:types()]
removed call to java/util/List::forEach → KILLED

226226 - +

1.1
Location : get
Killed by : com.mastercard.test.flow.msg.sql.QueryTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.QueryTest]/[method:types()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/sql/Query$TypedMap::get → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Result.java

- + 2 - + @@ -45,12 +45,12 @@

Result.java

- + 3 - + @@ -60,12 +60,12 @@

Result.java

- + 4 - + @@ -75,12 +75,12 @@

Result.java

- + 5 - + @@ -90,12 +90,12 @@

Result.java

- + 6 - + @@ -105,12 +105,12 @@

Result.java

- + 7 - + @@ -120,12 +120,12 @@

Result.java

- + 8 - + @@ -135,12 +135,12 @@

Result.java

- + 9 - + @@ -150,12 +150,12 @@

Result.java

- + 10 - + @@ -165,12 +165,12 @@

Result.java

- + 11 - + @@ -180,12 +180,12 @@

Result.java

- + 12 - + @@ -195,12 +195,12 @@

Result.java

- + 13 - + @@ -210,12 +210,12 @@

Result.java

- + 14 - + @@ -225,12 +225,12 @@

Result.java

- + 15 - + @@ -240,12 +240,12 @@

Result.java

- + 16 - + @@ -255,12 +255,12 @@

Result.java

- + 17 - + @@ -270,12 +270,12 @@

Result.java

- + 18 - + @@ -285,12 +285,12 @@

Result.java

- + 19 - + @@ -300,12 +300,12 @@

Result.java

- + 20 - + @@ -315,12 +315,12 @@

Result.java

- + 21 - + @@ -330,12 +330,12 @@

Result.java

- + 22 - + @@ -345,12 +345,12 @@

Result.java

- + 23 - + @@ -360,12 +360,12 @@

Result.java

- + 24 - + @@ -375,12 +375,12 @@

Result.java

- + 25 - + @@ -390,12 +390,12 @@

Result.java

- + 26 - + @@ -405,12 +405,12 @@

Result.java

- + 27 - + @@ -420,12 +420,12 @@

Result.java

- + 28 - + @@ -435,12 +435,12 @@

Result.java

- + 29 - + @@ -450,12 +450,12 @@

Result.java

- + 30 - + @@ -465,12 +465,12 @@

Result.java

- + 31 - + @@ -480,12 +480,12 @@

Result.java

- + 32 - + @@ -495,12 +495,12 @@

Result.java

- + 33 - + @@ -510,12 +510,12 @@

Result.java

- + 34 - + @@ -525,12 +525,12 @@

Result.java

- + 35 - + @@ -540,12 +540,12 @@

Result.java

- + 36 - + @@ -555,12 +555,12 @@

Result.java

- + 37 - + @@ -570,12 +570,12 @@

Result.java

- + 38 - + @@ -585,12 +585,12 @@

Result.java

- + 39 - + @@ -600,12 +600,12 @@

Result.java

- + 40 - + @@ -615,12 +615,12 @@

Result.java

- + 41 - + @@ -630,12 +630,12 @@

Result.java

- + 42 - + @@ -645,12 +645,12 @@

Result.java

- + 43 - + @@ -660,12 +660,12 @@

Result.java

- + 44 - + @@ -675,12 +675,12 @@

Result.java

- + 45 - + @@ -690,12 +690,12 @@

Result.java

- + 46 - + @@ -705,12 +705,12 @@

Result.java

- + 47 - + @@ -720,12 +720,12 @@

Result.java

- + 48 - + @@ -735,12 +735,12 @@

Result.java

- + 49 - + @@ -750,12 +750,12 @@

Result.java

- + 50 - + @@ -765,12 +765,12 @@

Result.java

- + 51 - + @@ -780,12 +780,12 @@

Result.java

- + 52 - + @@ -795,12 +795,12 @@

Result.java

- + 53 - + @@ -810,12 +810,12 @@

Result.java

- + 54 - + @@ -825,12 +825,12 @@

Result.java

- + 55 - + @@ -840,12 +840,12 @@

Result.java

- + 56 - + @@ -855,12 +855,12 @@

Result.java

- + 57 - + @@ -870,12 +870,12 @@

Result.java

- + 58 - + @@ -885,12 +885,12 @@

Result.java

- + 59 -1 +1 1. lambda$new$0 : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::lambda$new$0 → KILLED
@@ -902,12 +902,12 @@

Result.java

- + 60 - + @@ -917,12 +917,12 @@

Result.java

- + 61 - + @@ -932,12 +932,12 @@

Result.java

- + 62 - + @@ -947,12 +947,12 @@

Result.java

- + 63 - + @@ -962,12 +962,12 @@

Result.java

- + 64 - + @@ -977,12 +977,12 @@

Result.java

- + 65 - + @@ -992,12 +992,12 @@

Result.java

- + 66 - + @@ -1007,12 +1007,12 @@

Result.java

- + 67 - + @@ -1022,12 +1022,12 @@

Result.java

- + 68 -1 +1 1. lambda$new$1 : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::lambda$new$1 → KILLED
@@ -1039,12 +1039,12 @@

Result.java

- + 69 - + @@ -1054,12 +1054,12 @@

Result.java

- + 70 - + @@ -1069,12 +1069,12 @@

Result.java

- + 71 - + @@ -1084,12 +1084,12 @@

Result.java

- + 72 - + @@ -1099,12 +1099,12 @@

Result.java

- + 73 - + @@ -1114,12 +1114,12 @@

Result.java

- + 74 - + @@ -1129,12 +1129,12 @@

Result.java

- + 75 - + @@ -1144,12 +1144,12 @@

Result.java

- + 76 - + @@ -1159,12 +1159,12 @@

Result.java

- + 77 - + @@ -1174,12 +1174,12 @@

Result.java

- + 78 - + @@ -1189,12 +1189,12 @@

Result.java

- + 79 - + @@ -1204,12 +1204,12 @@

Result.java

- + 80 -1 +1 1. child : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::child → KILLED
@@ -1221,12 +1221,12 @@

Result.java

- + 81 - + @@ -1236,12 +1236,12 @@

Result.java

- + 82 - + @@ -1251,12 +1251,12 @@

Result.java

- + 83 - + @@ -1266,12 +1266,12 @@

Result.java

- + 84 - + @@ -1281,12 +1281,12 @@

Result.java

- + 85 -1 +1 1. peer : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::peer → KILLED
@@ -1298,12 +1298,12 @@

Result.java

- + 86 - + @@ -1313,12 +1313,12 @@

Result.java

- + 87 - + @@ -1328,12 +1328,12 @@

Result.java

- + 88 - + @@ -1343,12 +1343,12 @@

Result.java

- + 89 - + @@ -1358,12 +1358,12 @@

Result.java

- + 90 - + @@ -1373,12 +1373,12 @@

Result.java

- + 91 - + @@ -1388,12 +1388,12 @@

Result.java

- + 92 -1 +1 1. data : negated conditional → KILLED
@@ -1405,12 +1405,12 @@

Result.java

- + 93 -1 +1 1. data : removed call to java/util/List::clear → KILLED
@@ -1422,12 +1422,12 @@

Result.java

- + 94 - + @@ -1437,12 +1437,12 @@

Result.java

- + 95 -1 +1 1. data : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1454,12 +1454,12 @@

Result.java

- + 96 - + @@ -1469,12 +1469,12 @@

Result.java

- + 97 -1 +1 1. data : negated conditional → KILLED
@@ -1486,12 +1486,12 @@

Result.java

- + 98 - + @@ -1501,12 +1501,12 @@

Result.java

- + 99 - + @@ -1516,12 +1516,12 @@

Result.java

- + 100 -2 +2 1. lambda$data$2 : replaced boolean return with false for com/mastercard/test/flow/msg/sql/Result::lambda$data$2 → KILLED
2. lambda$data$2 : replaced boolean return with true for com/mastercard/test/flow/msg/sql/Result::lambda$data$2 → KILLED
@@ -1534,12 +1534,12 @@

Result.java

- + 101 - + @@ -1549,12 +1549,12 @@

Result.java

- + 102 - + @@ -1564,12 +1564,12 @@

Result.java

- + 103 - + @@ -1579,12 +1579,12 @@

Result.java

- + 104 -1 +1 1. data : negated conditional → KILLED
@@ -1596,12 +1596,12 @@

Result.java

- + 105 - + @@ -1611,12 +1611,12 @@

Result.java

- + 106 - + @@ -1626,12 +1626,12 @@

Result.java

- + 107 -1 +1 1. data : negated conditional → KILLED
@@ -1643,12 +1643,12 @@

Result.java

- + 108 -2 +2 1. data : changed conditional boundary → KILLED
2. data : negated conditional → KILLED
@@ -1661,12 +1661,12 @@

Result.java

- + 109 - + @@ -1676,12 +1676,12 @@

Result.java

- + 110 - + @@ -1691,12 +1691,12 @@

Result.java

- + 111 - + @@ -1706,12 +1706,12 @@

Result.java

- + 112 - + @@ -1721,12 +1721,12 @@

Result.java

- + 113 -2 +2 1. data : changed conditional boundary → KILLED
2. data : negated conditional → KILLED
@@ -1739,12 +1739,12 @@

Result.java

- + 114 - + @@ -1754,12 +1754,12 @@

Result.java

- + 115 - + @@ -1769,12 +1769,12 @@

Result.java

- + 116 -1 +1 1. data : removed call to java/util/Map::clear → KILLED
@@ -1786,12 +1786,12 @@

Result.java

- + 117 - + @@ -1801,12 +1801,12 @@

Result.java

- + 118 - + @@ -1816,12 +1816,12 @@

Result.java

- + 119 -2 +2 1. data : changed conditional boundary → KILLED
2. data : negated conditional → KILLED
@@ -1834,12 +1834,12 @@

Result.java

- + 120 - + @@ -1849,12 +1849,12 @@

Result.java

- + 121 - + @@ -1864,12 +1864,12 @@

Result.java

- + 122 - + @@ -1879,12 +1879,12 @@

Result.java

- + 123 - + @@ -1894,12 +1894,12 @@

Result.java

- + 124 - + @@ -1909,12 +1909,12 @@

Result.java

- + 125 - + @@ -1924,12 +1924,12 @@

Result.java

- + 126 -1 +1 1. data : negated conditional → KILLED
@@ -1941,12 +1941,12 @@

Result.java

- + 127 - + @@ -1956,12 +1956,12 @@

Result.java

- + 128 - + @@ -1971,12 +1971,12 @@

Result.java

- + 129 - + @@ -1986,12 +1986,12 @@

Result.java

- + 130 - + @@ -2001,12 +2001,12 @@

Result.java

- + 131 -1 +1 1. data : negated conditional → KILLED
@@ -2018,12 +2018,12 @@

Result.java

- + 132 -2 +2 1. data : changed conditional boundary → KILLED
2. data : negated conditional → KILLED
@@ -2036,12 +2036,12 @@

Result.java

- + 133 - + @@ -2051,12 +2051,12 @@

Result.java

- + 134 - + @@ -2066,12 +2066,12 @@

Result.java

- + 135 - + @@ -2081,12 +2081,12 @@

Result.java

- + 136 - + @@ -2096,12 +2096,12 @@

Result.java

- + 137 -2 +2 1. data : changed conditional boundary → KILLED
2. data : negated conditional → KILLED
@@ -2114,12 +2114,12 @@

Result.java

- + 138 - + @@ -2129,12 +2129,12 @@

Result.java

- + 139 - + @@ -2144,12 +2144,12 @@

Result.java

- + 140 - + @@ -2159,12 +2159,12 @@

Result.java

- + 141 - + @@ -2174,12 +2174,12 @@

Result.java

- + 142 - + @@ -2189,12 +2189,12 @@

Result.java

- + 143 - + @@ -2204,12 +2204,12 @@

Result.java

- + 144 - + @@ -2219,12 +2219,12 @@

Result.java

- + 145 - + @@ -2234,12 +2234,12 @@

Result.java

- + 146 -1 +1 1. data : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::data → KILLED
@@ -2251,12 +2251,12 @@

Result.java

- + 147 - + @@ -2266,12 +2266,12 @@

Result.java

- + 148 - + @@ -2281,12 +2281,12 @@

Result.java

- + 149 - + @@ -2296,12 +2296,12 @@

Result.java

- + 150 - + @@ -2311,12 +2311,12 @@

Result.java

- + 151 - + @@ -2326,12 +2326,12 @@

Result.java

- + 152 - + @@ -2341,12 +2341,12 @@

Result.java

- + 153 -2 +2 1. validateValueType : negated conditional → KILLED
2. validateValueType : negated conditional → KILLED
@@ -2359,12 +2359,12 @@

Result.java

- + 154 - + @@ -2374,12 +2374,12 @@

Result.java

- + 155 - + @@ -2389,12 +2389,12 @@

Result.java

- + 156 - + @@ -2404,12 +2404,12 @@

Result.java

- + 157 - + @@ -2419,12 +2419,12 @@

Result.java

- + 158 - + @@ -2434,12 +2434,12 @@

Result.java

- + 159 -1 +1 1. validateValueType : Changed increment from 1 to -1 → KILLED
@@ -2451,12 +2451,12 @@

Result.java

- + 160 - + @@ -2466,12 +2466,12 @@

Result.java

- + 161 -1 +1 1. validateValueType : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::validateValueType → KILLED
@@ -2483,12 +2483,12 @@

Result.java

- + 162 - + @@ -2498,12 +2498,12 @@

Result.java

- + 163 - + @@ -2513,12 +2513,12 @@

Result.java

- + 164 -1 +1 1. validateValueType : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::validateValueType → KILLED
@@ -2530,12 +2530,12 @@

Result.java

- + 165 - + @@ -2545,12 +2545,12 @@

Result.java

- + 166 - + @@ -2560,12 +2560,12 @@

Result.java

- + 167 - + @@ -2575,12 +2575,12 @@

Result.java

- + 168 - + @@ -2590,12 +2590,12 @@

Result.java

- + 169 - + @@ -2605,12 +2605,12 @@

Result.java

- + 170 -1 +1 1. content : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::content → KILLED
@@ -2622,12 +2622,12 @@

Result.java

- + 171 - + @@ -2637,12 +2637,12 @@

Result.java

- + 172 - + @@ -2652,12 +2652,12 @@

Result.java

- + 173 - + @@ -2667,12 +2667,12 @@

Result.java

- + 174 - + @@ -2682,12 +2682,12 @@

Result.java

- + 175 - + @@ -2697,12 +2697,12 @@

Result.java

- + 176 - + @@ -2712,12 +2712,12 @@

Result.java

- + 177 - + @@ -2727,12 +2727,12 @@

Result.java

- + 178 - + @@ -2742,12 +2742,12 @@

Result.java

- + 179 - + @@ -2757,12 +2757,12 @@

Result.java

- + 180 - + @@ -2772,12 +2772,12 @@

Result.java

- + 181 - + @@ -2787,12 +2787,12 @@

Result.java

- + 182 -2 +2 1. fields : changed conditional boundary → KILLED
2. fields : negated conditional → KILLED
@@ -2805,12 +2805,12 @@

Result.java

- + 183 - + @@ -2820,12 +2820,12 @@

Result.java

- + 184 - + @@ -2835,12 +2835,12 @@

Result.java

- + 185 - + @@ -2850,12 +2850,12 @@

Result.java

- + 186 - + @@ -2865,12 +2865,12 @@

Result.java

- + 187 -1 +1 1. fields : replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/sql/Result::fields → KILLED
@@ -2882,12 +2882,12 @@

Result.java

- + 188 - + @@ -2897,12 +2897,12 @@

Result.java

- + 189 - + @@ -2912,12 +2912,12 @@

Result.java

- + 190 - + @@ -2927,12 +2927,12 @@

Result.java

- + 191 - + @@ -2942,12 +2942,12 @@

Result.java

- + 192 - + @@ -2957,12 +2957,12 @@

Result.java

- + 193 -1 +1 1. access : negated conditional → KILLED
@@ -2974,12 +2974,12 @@

Result.java

- + 194 -1 +1 1. access : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::access → KILLED
@@ -2991,12 +2991,12 @@

Result.java

- + 195 - + @@ -3006,12 +3006,12 @@

Result.java

- + 196 - + @@ -3021,12 +3021,12 @@

Result.java

- + 197 -1 +1 1. access : negated conditional → KILLED
@@ -3038,12 +3038,12 @@

Result.java

- + 198 -1 +1 1. access : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::access → KILLED
@@ -3055,12 +3055,12 @@

Result.java

- + 199 - + @@ -3070,12 +3070,12 @@

Result.java

- + 200 - + @@ -3085,12 +3085,12 @@

Result.java

- + 201 -1 +1 1. access : negated conditional → KILLED
@@ -3102,12 +3102,12 @@

Result.java

- + 202 - + @@ -3117,12 +3117,12 @@

Result.java

- + 203 -2 +2 1. access : negated conditional → KILLED
2. access : changed conditional boundary → KILLED
@@ -3135,12 +3135,12 @@

Result.java

- + 204 - + @@ -3150,12 +3150,12 @@

Result.java

- + 205 -2 +2 1. access : negated conditional → KILLED
2. access : changed conditional boundary → KILLED
@@ -3168,12 +3168,12 @@

Result.java

- + 206 - + @@ -3183,12 +3183,12 @@

Result.java

- + 207 - + @@ -3198,12 +3198,12 @@

Result.java

- + 208 -1 +1 1. access : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::access → KILLED
@@ -3215,12 +3215,12 @@

Result.java

- + 209 - + @@ -3230,12 +3230,12 @@

Result.java

- + 210 - + @@ -3245,12 +3245,12 @@

Result.java

- + 211 - + @@ -3260,12 +3260,12 @@

Result.java

- + 212 - + @@ -3275,12 +3275,12 @@

Result.java

- + 213 - + @@ -3290,12 +3290,12 @@

Result.java

- + 214 -1 +1 1. access : negated conditional → KILLED
@@ -3307,12 +3307,12 @@

Result.java

- + 215 - + @@ -3322,12 +3322,12 @@

Result.java

- + 216 - + @@ -3337,12 +3337,12 @@

Result.java

- + 217 -2 +2 1. access : changed conditional boundary → KILLED
2. access : negated conditional → KILLED
@@ -3355,12 +3355,12 @@

Result.java

- + 218 -1 +1 1. access : replaced return value with null for com/mastercard/test/flow/msg/sql/Result::access → KILLED
@@ -3372,12 +3372,12 @@

Result.java

- + 219 - + @@ -3387,12 +3387,12 @@

Result.java

- + 220 - + @@ -3402,12 +3402,12 @@

Result.java

- + 221 - + @@ -3417,12 +3417,12 @@

Result.java

- + 222 - + @@ -3432,12 +3432,12 @@

Result.java

- + 223 - + @@ -3447,12 +3447,12 @@

Result.java

- + 224 - + @@ -3462,12 +3462,12 @@

Result.java

- + 225 - + @@ -3477,12 +3477,12 @@

Result.java

- + 226 - + @@ -3492,12 +3492,12 @@

Result.java

- + 227 - + @@ -3507,12 +3507,12 @@

Result.java

- + 228 - + @@ -3522,12 +3522,12 @@

Result.java

- + 229 - + @@ -3537,12 +3537,12 @@

Result.java

- + 230 -1 +1 1. get : replaced return value with Collections.emptyList for com/mastercard/test/flow/msg/sql/Result::get → KILLED
@@ -3554,12 +3554,12 @@

Result.java

- + 231 - + @@ -3569,12 +3569,12 @@

Result.java

- + 232 -1 +1 1. lambda$get$4 : replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/sql/Result::lambda$get$4 → KILLED
@@ -3586,12 +3586,12 @@

Result.java

- + 233 -1 +1 1. lambda$null$3 : replaced return value with "" for com/mastercard/test/flow/msg/sql/Result::lambda$null$3 → KILLED
@@ -3603,12 +3603,12 @@

Result.java

- + 234 - + @@ -3618,12 +3618,12 @@

Result.java

- + 235 - + @@ -3633,12 +3633,12 @@

Result.java

- + 236 - + @@ -3648,12 +3648,12 @@

Result.java

- + 237 - + @@ -3663,12 +3663,12 @@

Result.java

- + 238 - + @@ -3678,12 +3678,12 @@

Result.java

- + 239 - + @@ -3693,12 +3693,12 @@

Result.java

- + 240 - + @@ -3708,12 +3708,12 @@

Result.java

- + 241 - + @@ -3723,12 +3723,12 @@

Result.java

- + 242 - + @@ -3738,12 +3738,12 @@

Result.java

- + 243 -1 +1 1. affectedRowCount : replaced Integer return value with 0 for com/mastercard/test/flow/msg/sql/Result::affectedRowCount → KILLED
@@ -3755,12 +3755,12 @@

Result.java

- + 244 - + @@ -3770,12 +3770,12 @@

Result.java

- + 245 - + @@ -3785,12 +3785,12 @@

Result.java

- + 246 - + @@ -3800,12 +3800,12 @@

Result.java

- + 247 - + @@ -3815,12 +3815,12 @@

Result.java

- + 248 - + @@ -3830,12 +3830,12 @@

Result.java

- + 249 - + @@ -3845,12 +3845,12 @@

Result.java

- + 250 -1 +1 1. asHuman : negated conditional → KILLED
@@ -3862,12 +3862,12 @@

Result.java

- + 251 -1 +1 1. asHuman : replaced return value with "" for com/mastercard/test/flow/msg/sql/Result::asHuman → KILLED
@@ -3879,12 +3879,12 @@

Result.java

- + 252 - + @@ -3894,12 +3894,12 @@

Result.java

- + 253 - + @@ -3909,12 +3909,12 @@

Result.java

- + 254 - + @@ -3924,12 +3924,12 @@

Result.java

- + 255 - + @@ -3939,12 +3939,12 @@

Result.java

- + 256 - + @@ -3954,12 +3954,12 @@

Result.java

- + 257 - + @@ -3969,12 +3969,12 @@

Result.java

- + 258 -1 +1 1. asHuman : negated conditional → KILLED
@@ -3986,12 +3986,12 @@

Result.java

- + 259 - + @@ -4001,12 +4001,12 @@

Result.java

- + 260 - + @@ -4016,12 +4016,12 @@

Result.java

- + 261 - + @@ -4031,12 +4031,12 @@

Result.java

- + 262 - + @@ -4046,12 +4046,12 @@

Result.java

- + 263 -2 +2 1. asHuman : changed conditional boundary → KILLED
2. asHuman : negated conditional → KILLED
@@ -4064,12 +4064,12 @@

Result.java

- + 264 - + @@ -4079,12 +4079,12 @@

Result.java

- + 265 - + @@ -4094,12 +4094,12 @@

Result.java

- + 266 - + @@ -4109,12 +4109,12 @@

Result.java

- + 267 - + @@ -4124,12 +4124,12 @@

Result.java

- + 268 - + @@ -4139,12 +4139,12 @@

Result.java

- + 269 - + @@ -4154,12 +4154,12 @@

Result.java

- + 270 - + @@ -4169,12 +4169,12 @@

Result.java

- + 271 - + @@ -4184,12 +4184,12 @@

Result.java

- + 272 -1 +1 1. asHuman : Changed increment from 1 to -1 → KILLED
@@ -4201,12 +4201,12 @@

Result.java

- + 273 - + @@ -4216,12 +4216,12 @@

Result.java

- + 274 -1 +1 1. asHuman : replaced return value with "" for com/mastercard/test/flow/msg/sql/Result::asHuman → KILLED
@@ -4233,12 +4233,12 @@

Result.java

- + 275 - + @@ -4248,12 +4248,12 @@

Result.java

- + 276 - + @@ -4263,12 +4263,12 @@

Result.java

- + 277 - + @@ -4278,12 +4278,12 @@

Result.java

- + 278 - + @@ -4293,12 +4293,12 @@

Result.java

- + 279 - + @@ -4308,12 +4308,12 @@

Result.java

- + 280 - + @@ -4323,12 +4323,12 @@

Result.java

- + 281 - + @@ -4338,12 +4338,12 @@

Result.java

- + 282 - + @@ -4353,12 +4353,12 @@

Result.java

- + 283 - + @@ -4368,12 +4368,12 @@

Result.java

- + 284 -1 +1 1. formatValue : negated conditional → KILLED
@@ -4385,12 +4385,12 @@

Result.java

- + 285 -1 +1 1. formatValue : replaced return value with "" for com/mastercard/test/flow/msg/sql/Result::formatValue → KILLED
@@ -4402,12 +4402,12 @@

Result.java

- + 286 - + @@ -4417,12 +4417,12 @@

Result.java

- + 287 -1 +1 1. formatValue : replaced return value with "" for com/mastercard/test/flow/msg/sql/Result::formatValue → KILLED
@@ -4434,12 +4434,12 @@

Result.java

- + 288 - + @@ -4449,12 +4449,12 @@

Result.java

- + 289 - + @@ -4464,12 +4464,12 @@

Result.java

- + 290 - + @@ -4479,12 +4479,12 @@

Result.java

- + 291 - + @@ -4494,12 +4494,12 @@

Result.java

- + 292 - + @@ -4509,12 +4509,12 @@

Result.java

- + 293 - + @@ -4524,12 +4524,12 @@

Result.java

- + 294 - + @@ -4539,12 +4539,12 @@

Result.java

- + 295 - + @@ -4554,12 +4554,12 @@

Result.java

- + 296 - + @@ -4569,12 +4569,12 @@

Result.java

- + 297 - + @@ -4584,12 +4584,12 @@

Result.java

- + 298 - + @@ -4599,12 +4599,12 @@

Result.java

- + 299 - + @@ -4614,12 +4614,12 @@

Result.java

- + 300 - + @@ -4629,12 +4629,12 @@

Result.java

- + 301 - + @@ -4644,12 +4644,12 @@

Result.java

- + 302 - + @@ -4659,12 +4659,12 @@

Result.java

- + 303 - + @@ -4674,12 +4674,12 @@

Result.java

- + 304 - + @@ -4689,12 +4689,12 @@

Result.java

- + 305 - + @@ -4704,12 +4704,12 @@

Result.java

- + 306 - + @@ -4719,12 +4719,12 @@

Result.java

- + 307 - + @@ -4734,12 +4734,12 @@

Result.java

- + 308 - + @@ -4749,12 +4749,12 @@

Result.java

- + 309 - + @@ -4764,12 +4764,12 @@

Result.java

- + 310 - + @@ -4779,12 +4779,12 @@

Result.java

- + 311 - + @@ -4794,12 +4794,12 @@

Result.java

- + 312 - + @@ -4809,12 +4809,12 @@

Result.java

- + 313 - + @@ -4824,12 +4824,12 @@

Result.java

- + 314 -1 +1 1. <init> : removed call to java/util/List::forEach → KILLED
@@ -4841,12 +4841,12 @@

Result.java

- + 315 - + @@ -4856,12 +4856,12 @@

Result.java

- + 316 -1 +1 1. lambda$new$1 : removed call to java/util/List::forEach → KILLED
@@ -4873,12 +4873,12 @@

Result.java

- + 317 - + @@ -4888,12 +4888,12 @@

Result.java

- + 318 - + @@ -4903,12 +4903,12 @@

Result.java

- + 319 - + @@ -4918,12 +4918,12 @@

Result.java

- + 320 - + @@ -4933,12 +4933,12 @@

Result.java

- + 321 - + @@ -4948,12 +4948,12 @@

Result.java

- + 322 - + @@ -4963,12 +4963,12 @@

Result.java

- + 323 - + @@ -4978,12 +4978,12 @@

Result.java

- + 324 -1 +1 1. lambda$null$2 : replaced return value with null for com/mastercard/test/flow/msg/sql/Result$ResultSetStructure::lambda$null$2 → KILLED
@@ -4995,12 +4995,12 @@

Result.java

- + 325 -1 +1 1. lambda$prepForSerialisation$3 : replaced return value with Collections.emptyList for com/mastercard/test/flow/msg/sql/Result$ResultSetStructure::lambda$prepForSerialisation$3 → KILLED
@@ -5012,12 +5012,12 @@

Result.java

- + 326 -1 +1 1. prepForSerialisation : removed call to java/util/stream/Stream::forEach → KILLED
@@ -5029,12 +5029,12 @@

Result.java

- + 327 -1 +1 1. prepForSerialisation : replaced return value with null for com/mastercard/test/flow/msg/sql/Result$ResultSetStructure::prepForSerialisation → KILLED
@@ -5046,12 +5046,12 @@

Result.java

- + 328 - + @@ -5061,12 +5061,12 @@

Result.java

- + 329 - + @@ -5076,12 +5076,12 @@

Result.java

- + 330 - + @@ -5091,12 +5091,12 @@

Result.java

- + 331 - + @@ -5108,571 +5108,571 @@

Result.java

Mutations

5959 - +

1.1
Location : lambda$new$0
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::lambda$new$0 → KILLED

6868 - +

1.1
Location : lambda$new$1
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:peer()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::lambda$new$1 → KILLED

8080 - +

1.1
Location : child
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::child → KILLED

8585 - +

1.1
Location : peer
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badBytes()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::peer → KILLED

9292 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
negated conditional → KILLED

9393 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:set()]
removed call to java/util/List::clear → KILLED

9595 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:set()]
removed call to java/util/stream/Stream::forEach → KILLED

9797 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
negated conditional → KILLED

100100 - +

1.1
Location : lambda$data$2
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:delete()]
replaced boolean return with false for com/mastercard/test/flow/msg/sql/Result::lambda$data$2 → KILLED

2.2
Location : lambda$data$2
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:set()]
replaced boolean return with true for com/mastercard/test/flow/msg/sql/Result::lambda$data$2 → KILLED

104104 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
negated conditional → KILLED

107107 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:defensive()]
negated conditional → KILLED

108108 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:set()]
changed conditional boundary → KILLED

2.2
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:delete()]
negated conditional → KILLED

113113 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:defensive()]
changed conditional boundary → KILLED

2.2
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:defensive()]
negated conditional → KILLED

116116 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:set()]
removed call to java/util/Map::clear → KILLED

119119 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:defensive()]
changed conditional boundary → KILLED

2.2
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:defensive()]
negated conditional → KILLED

126126 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
negated conditional → KILLED

131131 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
negated conditional → KILLED

132132 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:set()]
changed conditional boundary → KILLED

2.2
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:delete()]
negated conditional → KILLED

137137 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
changed conditional boundary → KILLED

2.2
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
negated conditional → KILLED

146146 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::data → KILLED

153153 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:defensive()]
negated conditional → KILLED

2.2
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:defensive()]
negated conditional → KILLED

159159 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:set()]
Changed increment from 1 to -1 → KILLED

161161 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:defensive()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::validateValueType → KILLED

164164 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::validateValueType → KILLED

170170 - +

1.1
Location : content
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:peer()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::content → KILLED

182182 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
changed conditional boundary → KILLED

2.2
Location : fields
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
negated conditional → KILLED

187187 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:fields()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/sql/Result::fields → KILLED

193193 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
negated conditional → KILLED

194194 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::access → KILLED

197197 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
negated conditional → KILLED

198198 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::access → KILLED

201201 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
negated conditional → KILLED

203203 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
negated conditional → KILLED

2.2
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
changed conditional boundary → KILLED

205205 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
negated conditional → KILLED

2.2
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
changed conditional boundary → KILLED

208208 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::access → KILLED

214214 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
negated conditional → KILLED

217217 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
changed conditional boundary → KILLED

2.2
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
negated conditional → KILLED

218218 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result::access → KILLED

230230 - +

1.1
Location : get
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/msg/sql/Result::get → KILLED

232232 - +

1.1
Location : lambda$get$4
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/sql/Result::lambda$get$4 → KILLED

233233 - +

1.1
Location : lambda$null$3
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:get()]
replaced return value with "" for com/mastercard/test/flow/msg/sql/Result::lambda$null$3 → KILLED

243243 - +

1.1
Location : affectedRowCount
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:set()]
replaced Integer return value with 0 for com/mastercard/test/flow/msg/sql/Result::affectedRowCount → KILLED

250250 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
negated conditional → KILLED

251251 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:delete()]
replaced return value with "" for com/mastercard/test/flow/msg/sql/Result::asHuman → KILLED

258258 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
negated conditional → KILLED

263263 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
changed conditional boundary → KILLED

2.2
Location : asHuman
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
negated conditional → KILLED

272272 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:delete()]
Changed increment from 1 to -1 → KILLED

274274 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
replaced return value with "" for com/mastercard/test/flow/msg/sql/Result::asHuman → KILLED

284284 - +

1.1
Location : formatValue
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
negated conditional → KILLED

285285 - +

1.1
Location : formatValue
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:types()]
replaced return value with "" for com/mastercard/test/flow/msg/sql/Result::formatValue → KILLED

287287 - +

1.1
Location : formatValue
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:masking()]
replaced return value with "" for com/mastercard/test/flow/msg/sql/Result::formatValue → KILLED

314314 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:peer()]
removed call to java/util/List::forEach → KILLED

316316 - +

1.1
Location : lambda$new$1
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:peer()]
removed call to java/util/List::forEach → KILLED

324324 - +

1.1
Location : lambda$null$2
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result$ResultSetStructure::lambda$null$2 → KILLED

325325 - +

1.1
Location : lambda$prepForSerialisation$3
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/msg/sql/Result$ResultSetStructure::lambda$prepForSerialisation$3 → KILLED

326326 - +

1.1
Location : prepForSerialisation
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
removed call to java/util/stream/Stream::forEach → KILLED

327327 - +

1.1
Location : prepForSerialisation
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
replaced return value with null for com/mastercard/test/flow/msg/sql/Result$ResultSetStructure::prepForSerialisation → KILLED

- + 1 - + @@ -30,12 +30,12 @@

TypedKVP.java

- + 2 - + @@ -45,12 +45,12 @@

TypedKVP.java

- + 3 - + @@ -60,12 +60,12 @@

TypedKVP.java

- + 4 - + @@ -75,12 +75,12 @@

TypedKVP.java

- + 5 - + @@ -90,12 +90,12 @@

TypedKVP.java

- + 6 - + @@ -105,12 +105,12 @@

TypedKVP.java

- + 7 - + @@ -120,12 +120,12 @@

TypedKVP.java

- + 8 - + @@ -135,12 +135,12 @@

TypedKVP.java

- + 9 - + @@ -150,12 +150,12 @@

TypedKVP.java

- + 10 - + @@ -165,12 +165,12 @@

TypedKVP.java

- + 11 - + @@ -180,12 +180,12 @@

TypedKVP.java

- + 12 - + @@ -195,12 +195,12 @@

TypedKVP.java

- + 13 - + @@ -210,12 +210,12 @@

TypedKVP.java

- + 14 - + @@ -225,12 +225,12 @@

TypedKVP.java

- + 15 - + @@ -240,12 +240,12 @@

TypedKVP.java

- + 16 - + @@ -255,12 +255,12 @@

TypedKVP.java

- + 17 - + @@ -270,12 +270,12 @@

TypedKVP.java

- + 18 - + @@ -285,12 +285,12 @@

TypedKVP.java

- + 19 - + @@ -300,12 +300,12 @@

TypedKVP.java

- + 20 - + @@ -315,12 +315,12 @@

TypedKVP.java

- + 21 - + @@ -330,12 +330,12 @@

TypedKVP.java

- + 22 - + @@ -345,12 +345,12 @@

TypedKVP.java

- + 23 - + @@ -360,12 +360,12 @@

TypedKVP.java

- + 24 - + @@ -375,12 +375,12 @@

TypedKVP.java

- + 25 - + @@ -390,12 +390,12 @@

TypedKVP.java

- + 26 - + @@ -405,12 +405,12 @@

TypedKVP.java

- + 27 - + @@ -420,12 +420,12 @@

TypedKVP.java

- + 28 - + @@ -435,12 +435,12 @@

TypedKVP.java

- + 29 - + @@ -450,12 +450,12 @@

TypedKVP.java

- + 30 - + @@ -465,12 +465,12 @@

TypedKVP.java

- + 31 - + @@ -480,12 +480,12 @@

TypedKVP.java

- + 32 - + @@ -495,12 +495,12 @@

TypedKVP.java

- + 33 - + @@ -510,12 +510,12 @@

TypedKVP.java

- + 34 - + @@ -525,12 +525,12 @@

TypedKVP.java

- + 35 - + @@ -540,12 +540,12 @@

TypedKVP.java

- + 36 - + @@ -555,12 +555,12 @@

TypedKVP.java

- + 37 - + @@ -570,12 +570,12 @@

TypedKVP.java

- + 38 - + @@ -585,12 +585,12 @@

TypedKVP.java

- + 39 - + @@ -600,12 +600,12 @@

TypedKVP.java

- + 40 - + @@ -615,12 +615,12 @@

TypedKVP.java

- + 41 - + @@ -630,12 +630,12 @@

TypedKVP.java

- + 42 - + @@ -645,12 +645,12 @@

TypedKVP.java

- + 43 - + @@ -660,12 +660,12 @@

TypedKVP.java

- + 44 - + @@ -675,12 +675,12 @@

TypedKVP.java

- + 45 - + @@ -690,12 +690,12 @@

TypedKVP.java

- + 46 - + @@ -705,12 +705,12 @@

TypedKVP.java

- + 47 - + @@ -720,12 +720,12 @@

TypedKVP.java

- + 48 - + @@ -735,12 +735,12 @@

TypedKVP.java

- + 49 - + @@ -750,12 +750,12 @@

TypedKVP.java

- + 50 - + @@ -765,12 +765,12 @@

TypedKVP.java

- + 51 - + @@ -780,12 +780,12 @@

TypedKVP.java

- + 52 - + @@ -795,12 +795,12 @@

TypedKVP.java

- + 53 - + @@ -810,12 +810,12 @@

TypedKVP.java

- + 54 - + @@ -825,12 +825,12 @@

TypedKVP.java

- + 55 - + @@ -840,12 +840,12 @@

TypedKVP.java

- + 56 - + @@ -855,12 +855,12 @@

TypedKVP.java

- + 57 - + @@ -870,12 +870,12 @@

TypedKVP.java

- + 58 - + @@ -885,12 +885,12 @@

TypedKVP.java

- + 59 - + @@ -900,12 +900,12 @@

TypedKVP.java

- + 60 - + @@ -915,12 +915,12 @@

TypedKVP.java

- + 61 - + @@ -930,12 +930,12 @@

TypedKVP.java

- + 62 - + @@ -945,12 +945,12 @@

TypedKVP.java

- + 63 - + @@ -960,12 +960,12 @@

TypedKVP.java

- + 64 - + @@ -975,12 +975,12 @@

TypedKVP.java

- + 65 - + @@ -990,12 +990,12 @@

TypedKVP.java

- + 66 - + @@ -1005,12 +1005,12 @@

TypedKVP.java

- + 67 - + @@ -1020,12 +1020,12 @@

TypedKVP.java

- + 68 - + @@ -1035,12 +1035,12 @@

TypedKVP.java

- + 69 - + @@ -1050,12 +1050,12 @@

TypedKVP.java

- + 70 - + @@ -1065,12 +1065,12 @@

TypedKVP.java

- + 71 - + @@ -1080,12 +1080,12 @@

TypedKVP.java

- + 72 - + @@ -1095,12 +1095,12 @@

TypedKVP.java

- + 73 - + @@ -1110,12 +1110,12 @@

TypedKVP.java

- + 74 - + @@ -1125,12 +1125,12 @@

TypedKVP.java

- + 75 - + @@ -1140,12 +1140,12 @@

TypedKVP.java

- + 76 - + @@ -1155,12 +1155,12 @@

TypedKVP.java

- + 77 - + @@ -1170,12 +1170,12 @@

TypedKVP.java

- + 78 - + @@ -1185,12 +1185,12 @@

TypedKVP.java

- + 79 - + @@ -1200,12 +1200,12 @@

TypedKVP.java

- + 80 -1 +1 1. <init> : negated conditional → KILLED
@@ -1217,12 +1217,12 @@

TypedKVP.java

- + 81 -1 +1 1. <init> : negated conditional → KILLED
@@ -1234,12 +1234,12 @@

TypedKVP.java

- + 82 -1 +1 1. <init> : negated conditional → KILLED
@@ -1251,12 +1251,12 @@

TypedKVP.java

- + 83 -1 +1 1. <init> : negated conditional → KILLED
@@ -1268,12 +1268,12 @@

TypedKVP.java

- + 84 -1 +1 1. <init> : negated conditional → KILLED
@@ -1285,12 +1285,12 @@

TypedKVP.java

- + 85 -1 +1 1. <init> : negated conditional → KILLED
@@ -1302,12 +1302,12 @@

TypedKVP.java

- + 86 -1 +1 1. <init> : negated conditional → KILLED
@@ -1319,12 +1319,12 @@

TypedKVP.java

- + 87 -1 +1 1. <init> : negated conditional → KILLED
@@ -1336,12 +1336,12 @@

TypedKVP.java

- + 88 -1 +1 1. <init> : negated conditional → KILLED
@@ -1353,12 +1353,12 @@

TypedKVP.java

- + 89 -1 +1 1. <init> : negated conditional → KILLED
@@ -1370,12 +1370,12 @@

TypedKVP.java

- + 90 -1 +1 1. <init> : negated conditional → KILLED
@@ -1387,12 +1387,12 @@

TypedKVP.java

- + 91 -1 +1 1. <init> : negated conditional → KILLED
@@ -1404,12 +1404,12 @@

TypedKVP.java

- + 92 -1 +1 1. <init> : negated conditional → KILLED
@@ -1421,12 +1421,12 @@

TypedKVP.java

- + 93 -1 +1 1. <init> : negated conditional → KILLED
@@ -1438,12 +1438,12 @@

TypedKVP.java

- + 94 -1 +1 1. <init> : negated conditional → KILLED
@@ -1455,12 +1455,12 @@

TypedKVP.java

- + 95 - + @@ -1470,12 +1470,12 @@

TypedKVP.java

- + 96 - + @@ -1485,12 +1485,12 @@

TypedKVP.java

- + 97 - + @@ -1500,12 +1500,12 @@

TypedKVP.java

- + 98 - + @@ -1515,12 +1515,12 @@

TypedKVP.java

- + 99 - + @@ -1530,12 +1530,12 @@

TypedKVP.java

- + 100 - + @@ -1545,12 +1545,12 @@

TypedKVP.java

- + 101 - + @@ -1560,12 +1560,12 @@

TypedKVP.java

- + 102 -1 +1 1. <init> : negated conditional → KILLED
@@ -1577,12 +1577,12 @@

TypedKVP.java

- + 103 - + @@ -1592,12 +1592,12 @@

TypedKVP.java

- + 104 - + @@ -1607,12 +1607,12 @@

TypedKVP.java

- + 105 - + @@ -1622,12 +1622,12 @@

TypedKVP.java

- + 106 - + @@ -1637,12 +1637,12 @@

TypedKVP.java

- + 107 - + @@ -1652,12 +1652,12 @@

TypedKVP.java

- + 108 - + @@ -1667,12 +1667,12 @@

TypedKVP.java

- + 109 - + @@ -1682,12 +1682,12 @@

TypedKVP.java

- + 110 - + @@ -1697,12 +1697,12 @@

TypedKVP.java

- + 111 - + @@ -1712,12 +1712,12 @@

TypedKVP.java

- + 112 - + @@ -1727,12 +1727,12 @@

TypedKVP.java

- + 113 - + @@ -1742,12 +1742,12 @@

TypedKVP.java

- + 114 - + @@ -1757,12 +1757,12 @@

TypedKVP.java

- + 115 - + @@ -1772,12 +1772,12 @@

TypedKVP.java

- + 116 - + @@ -1787,12 +1787,12 @@

TypedKVP.java

- + 117 - + @@ -1802,12 +1802,12 @@

TypedKVP.java

- + 118 - + @@ -1817,12 +1817,12 @@

TypedKVP.java

- + 119 - + @@ -1832,12 +1832,12 @@

TypedKVP.java

- + 120 - + @@ -1847,12 +1847,12 @@

TypedKVP.java

- + 121 - + @@ -1862,12 +1862,12 @@

TypedKVP.java

- + 122 - + @@ -1877,12 +1877,12 @@

TypedKVP.java

- + 123 - + @@ -1892,12 +1892,12 @@

TypedKVP.java

- + 124 - + @@ -1907,12 +1907,12 @@

TypedKVP.java

- + 125 - + @@ -1922,12 +1922,12 @@

TypedKVP.java

- + 126 - + @@ -1937,12 +1937,12 @@

TypedKVP.java

- + 127 - + @@ -1952,12 +1952,12 @@

TypedKVP.java

- + 128 - + @@ -1967,12 +1967,12 @@

TypedKVP.java

- + 129 - + @@ -1982,12 +1982,12 @@

TypedKVP.java

- + 130 - + @@ -1997,12 +1997,12 @@

TypedKVP.java

- + 131 - + @@ -2012,12 +2012,12 @@

TypedKVP.java

- + 132 - + @@ -2027,12 +2027,12 @@

TypedKVP.java

- + 133 - + @@ -2042,12 +2042,12 @@

TypedKVP.java

- + 134 - + @@ -2057,12 +2057,12 @@

TypedKVP.java

- + 135 - + @@ -2072,12 +2072,12 @@

TypedKVP.java

- + 136 - + @@ -2087,12 +2087,12 @@

TypedKVP.java

- + 137 - + @@ -2102,12 +2102,12 @@

TypedKVP.java

- + 138 - + @@ -2117,12 +2117,12 @@

TypedKVP.java

- + 139 - + @@ -2132,12 +2132,12 @@

TypedKVP.java

- + 140 - + @@ -2147,12 +2147,12 @@

TypedKVP.java

- + 141 - + @@ -2162,12 +2162,12 @@

TypedKVP.java

- + 142 - + @@ -2177,12 +2177,12 @@

TypedKVP.java

- + 143 - + @@ -2192,12 +2192,12 @@

TypedKVP.java

- + 144 - + @@ -2207,12 +2207,12 @@

TypedKVP.java

- + 145 - + @@ -2222,12 +2222,12 @@

TypedKVP.java

- + 146 - + @@ -2237,12 +2237,12 @@

TypedKVP.java

- + 147 - + @@ -2252,12 +2252,12 @@

TypedKVP.java

- + 148 - + @@ -2267,12 +2267,12 @@

TypedKVP.java

- + 149 - + @@ -2282,12 +2282,12 @@

TypedKVP.java

- + 150 -1 +1 1. key : replaced return value with null for com/mastercard/test/flow/msg/sql/TypedKVP::key → KILLED
@@ -2299,12 +2299,12 @@

TypedKVP.java

- + 151 - + @@ -2314,12 +2314,12 @@

TypedKVP.java

- + 152 - + @@ -2329,12 +2329,12 @@

TypedKVP.java

- + 153 - + @@ -2344,12 +2344,12 @@

TypedKVP.java

- + 154 - + @@ -2359,12 +2359,12 @@

TypedKVP.java

- + 155 - + @@ -2374,12 +2374,12 @@

TypedKVP.java

- + 156 - + @@ -2389,12 +2389,12 @@

TypedKVP.java

- + 157 -1 +1 1. value : replaced return value with null for com/mastercard/test/flow/msg/sql/TypedKVP::value → KILLED
@@ -2406,12 +2406,12 @@

TypedKVP.java

- + 158 - + @@ -2421,12 +2421,12 @@

TypedKVP.java

- + 159 - + @@ -2436,12 +2436,12 @@

TypedKVP.java

- + 160 - + @@ -2451,12 +2451,12 @@

TypedKVP.java

- + 161 - + @@ -2466,12 +2466,12 @@

TypedKVP.java

- + 162 - + @@ -2481,12 +2481,12 @@

TypedKVP.java

- + 163 - + @@ -2496,12 +2496,12 @@

TypedKVP.java

- + 164 - + @@ -2511,12 +2511,12 @@

TypedKVP.java

- + 165 - + @@ -2526,12 +2526,12 @@

TypedKVP.java

- + 166 - + @@ -2541,12 +2541,12 @@

TypedKVP.java

- + 167 - + @@ -2556,12 +2556,12 @@

TypedKVP.java

- + 168 - + @@ -2573,181 +2573,181 @@

TypedKVP.java

Mutations

8080 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

8181 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

8282 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

8383 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

8484 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

8585 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

8686 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

8787 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

8888 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

8989 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

9090 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

9191 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

9292 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

9393 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

9494 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

102102 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:badContent()]
negated conditional → KILLED

150150 - +

1.1
Location : key
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:peer()]
replaced return value with null for com/mastercard/test/flow/msg/sql/TypedKVP::key → KILLED

157157 - +

1.1
Location : value
Killed by : com.mastercard.test.flow.msg.sql.ResultTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.sql.ResultTest]/[method:peer()]
replaced return value with null for com/mastercard/test/flow/msg/sql/TypedKVP::value → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Text.java

- + 2 - + @@ -45,12 +45,12 @@

Text.java

- + 3 - + @@ -60,12 +60,12 @@

Text.java

- + 4 - + @@ -75,12 +75,12 @@

Text.java

- + 5 - + @@ -90,12 +90,12 @@

Text.java

- + 6 - + @@ -105,12 +105,12 @@

Text.java

- + 7 - + @@ -120,12 +120,12 @@

Text.java

- + 8 - + @@ -135,12 +135,12 @@

Text.java

- + 9 - + @@ -150,12 +150,12 @@

Text.java

- + 10 - + @@ -165,12 +165,12 @@

Text.java

- + 11 - + @@ -180,12 +180,12 @@

Text.java

- + 12 - + @@ -195,12 +195,12 @@

Text.java

- + 13 - + @@ -210,12 +210,12 @@

Text.java

- + 14 - + @@ -225,12 +225,12 @@

Text.java

- + 15 - + @@ -240,12 +240,12 @@

Text.java

- + 16 - + @@ -255,12 +255,12 @@

Text.java

- + 17 - + @@ -270,12 +270,12 @@

Text.java

- + 18 - + @@ -285,12 +285,12 @@

Text.java

- + 19 - + @@ -300,12 +300,12 @@

Text.java

- + 20 - + @@ -315,12 +315,12 @@

Text.java

- + 21 - + @@ -330,12 +330,12 @@

Text.java

- + 22 - + @@ -345,12 +345,12 @@

Text.java

- + 23 - + @@ -360,12 +360,12 @@

Text.java

- + 24 - + @@ -375,12 +375,12 @@

Text.java

- + 25 - + @@ -390,12 +390,12 @@

Text.java

- + 26 - + @@ -405,12 +405,12 @@

Text.java

- + 27 - + @@ -420,12 +420,12 @@

Text.java

- + 28 - + @@ -435,12 +435,12 @@

Text.java

- + 29 - + @@ -450,12 +450,12 @@

Text.java

- + 30 -1 +1 1. lambda$new$0 : replaced return value with "" for com/mastercard/test/flow/msg/txt/Text::lambda$new$0 → KILLED
@@ -467,12 +467,12 @@

Text.java

- + 31 - + @@ -482,12 +482,12 @@

Text.java

- + 32 - + @@ -497,12 +497,12 @@

Text.java

- + 33 - + @@ -512,12 +512,12 @@

Text.java

- + 34 - + @@ -527,12 +527,12 @@

Text.java

- + 35 - + @@ -542,12 +542,12 @@

Text.java

- + 36 - + @@ -557,12 +557,12 @@

Text.java

- + 37 - + @@ -572,12 +572,12 @@

Text.java

- + 38 - + @@ -587,12 +587,12 @@

Text.java

- + 39 - + @@ -602,12 +602,12 @@

Text.java

- + 40 - + @@ -617,12 +617,12 @@

Text.java

- + 41 - + @@ -632,12 +632,12 @@

Text.java

- + 42 - + @@ -647,12 +647,12 @@

Text.java

- + 43 - + @@ -662,12 +662,12 @@

Text.java

- + 44 - + @@ -677,12 +677,12 @@

Text.java

- + 45 - + @@ -692,12 +692,12 @@

Text.java

- + 46 -1 +1 1. child : replaced return value with null for com/mastercard/test/flow/msg/txt/Text::child → KILLED
@@ -709,12 +709,12 @@

Text.java

- + 47 - + @@ -724,12 +724,12 @@

Text.java

- + 48 - + @@ -739,12 +739,12 @@

Text.java

- + 49 - + @@ -754,12 +754,12 @@

Text.java

- + 50 - + @@ -769,12 +769,12 @@

Text.java

- + 51 -1 +1 1. peer : replaced return value with null for com/mastercard/test/flow/msg/txt/Text::peer → KILLED
@@ -786,12 +786,12 @@

Text.java

- + 52 - + @@ -801,12 +801,12 @@

Text.java

- + 53 - + @@ -816,12 +816,12 @@

Text.java

- + 54 - + @@ -831,12 +831,12 @@

Text.java

- + 55 - + @@ -846,12 +846,12 @@

Text.java

- + 56 -1 +1 1. content : replaced return value with null for com/mastercard/test/flow/msg/txt/Text::content → KILLED
@@ -863,12 +863,12 @@

Text.java

- + 57 - + @@ -878,12 +878,12 @@

Text.java

- + 58 - + @@ -893,12 +893,12 @@

Text.java

- + 59 - + @@ -908,12 +908,12 @@

Text.java

- + 60 - + @@ -923,12 +923,12 @@

Text.java

- + 61 - + @@ -938,12 +938,12 @@

Text.java

- + 62 - + @@ -953,12 +953,12 @@

Text.java

- + 63 - + @@ -968,12 +968,12 @@

Text.java

- + 64 - + @@ -983,12 +983,12 @@

Text.java

- + 65 - + @@ -998,12 +998,12 @@

Text.java

- + 66 - + @@ -1013,12 +1013,12 @@

Text.java

- + 67 - + @@ -1028,12 +1028,12 @@

Text.java

- + 68 - + @@ -1043,12 +1043,12 @@

Text.java

- + 69 - + @@ -1058,12 +1058,12 @@

Text.java

- + 70 - + @@ -1073,12 +1073,12 @@

Text.java

- + 71 - + @@ -1088,12 +1088,12 @@

Text.java

- + 72 - + @@ -1103,12 +1103,12 @@

Text.java

- + 73 - + @@ -1118,12 +1118,12 @@

Text.java

- + 74 -1 +1 1. build : negated conditional → KILLED
@@ -1135,12 +1135,12 @@

Text.java

- + 75 - + @@ -1150,12 +1150,12 @@

Text.java

- + 76 -1 +1 1. build : replaced return value with "" for com/mastercard/test/flow/msg/txt/Text::build → KILLED
@@ -1167,12 +1167,12 @@

Text.java

- + 77 - + @@ -1182,12 +1182,12 @@

Text.java

- + 78 - + @@ -1197,12 +1197,12 @@

Text.java

- + 79 - + @@ -1212,12 +1212,12 @@

Text.java

- + 80 - + @@ -1227,12 +1227,12 @@

Text.java

- + 81 -1 +1 1. asHuman : replaced return value with "" for com/mastercard/test/flow/msg/txt/Text::asHuman → KILLED
@@ -1244,12 +1244,12 @@

Text.java

- + 82 - + @@ -1259,12 +1259,12 @@

Text.java

- + 83 - + @@ -1274,12 +1274,12 @@

Text.java

- + 84 - + @@ -1289,12 +1289,12 @@

Text.java

- + 85 - + @@ -1304,12 +1304,12 @@

Text.java

- + 86 - + @@ -1319,12 +1319,12 @@

Text.java

- + 87 -1 +1 1. access : negated conditional → KILLED
@@ -1336,12 +1336,12 @@

Text.java

- + 88 -2 +2 1. access : replaced return value with null for com/mastercard/test/flow/msg/txt/Text::access → KILLED
2. access : negated conditional → KILLED
@@ -1354,12 +1354,12 @@

Text.java

- + 89 - + @@ -1369,12 +1369,12 @@

Text.java

- + 90 - + @@ -1384,12 +1384,12 @@

Text.java

- + 91 - + @@ -1399,12 +1399,12 @@

Text.java

- + 92 - + @@ -1414,12 +1414,12 @@

Text.java

- + 93 - + @@ -1431,91 +1431,91 @@

Text.java

Mutations

3030 - +

1.1
Location : lambda$new$0
Killed by : com.mastercard.test.flow.msg.txt.TextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.txt.TextTest]/[method:utf8()]
replaced return value with "" for com/mastercard/test/flow/msg/txt/Text::lambda$new$0 → KILLED

4646 - +

1.1
Location : child
Killed by : com.mastercard.test.flow.msg.txt.TextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.txt.TextTest]/[method:child()]
replaced return value with null for com/mastercard/test/flow/msg/txt/Text::child → KILLED

5151 - +

1.1
Location : peer
Killed by : com.mastercard.test.flow.msg.txt.TextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.txt.TextTest]/[method:masks()]
replaced return value with null for com/mastercard/test/flow/msg/txt/Text::peer → KILLED

5656 - +

1.1
Location : content
Killed by : com.mastercard.test.flow.msg.txt.TextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.txt.TextTest]/[method:content()]
replaced return value with null for com/mastercard/test/flow/msg/txt/Text::content → KILLED

7474 - + -

1.1
Location : build
Killed by : com.mastercard.test.flow.msg.txt.TextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.txt.TextTest]/[method:child()]
negated conditional → KILLED

+

1.1
Location : build
Killed by : com.mastercard.test.flow.msg.txt.TextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.txt.TextTest]/[method:set()]
negated conditional → KILLED

7676 - +

1.1
Location : build
Killed by : com.mastercard.test.flow.msg.txt.TextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.txt.TextTest]/[method:utf8()]
replaced return value with "" for com/mastercard/test/flow/msg/txt/Text::build → KILLED

8181 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.txt.TextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.txt.TextTest]/[method:utf8()]
replaced return value with "" for com/mastercard/test/flow/msg/txt/Text::asHuman → KILLED

8787 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.txt.TextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.txt.TextTest]/[method:get()]
negated conditional → KILLED

8888 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.txt.TextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.txt.TextTest]/[method:get()]
replaced return value with null for com/mastercard/test/flow/msg/txt/Text::access → KILLED

2.2
Location : access
Killed by : com.mastercard.test.flow.msg.txt.TextTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.txt.TextTest]/[method:get()]
negated conditional → KILLED

- + 1 - + @@ -30,12 +30,12 @@

WebSequence.java

- + 2 - + @@ -45,12 +45,12 @@

WebSequence.java

- + 3 - + @@ -60,12 +60,12 @@

WebSequence.java

- + 4 - + @@ -75,12 +75,12 @@

WebSequence.java

- + 5 - + @@ -90,12 +90,12 @@

WebSequence.java

- + 6 - + @@ -105,12 +105,12 @@

WebSequence.java

- + 7 - + @@ -120,12 +120,12 @@

WebSequence.java

- + 8 - + @@ -135,12 +135,12 @@

WebSequence.java

- + 9 - + @@ -150,12 +150,12 @@

WebSequence.java

- + 10 - + @@ -165,12 +165,12 @@

WebSequence.java

- + 11 - + @@ -180,12 +180,12 @@

WebSequence.java

- + 12 - + @@ -195,12 +195,12 @@

WebSequence.java

- + 13 - + @@ -210,12 +210,12 @@

WebSequence.java

- + 14 - + @@ -225,12 +225,12 @@

WebSequence.java

- + 15 - + @@ -240,12 +240,12 @@

WebSequence.java

- + 16 - + @@ -255,12 +255,12 @@

WebSequence.java

- + 17 - + @@ -270,12 +270,12 @@

WebSequence.java

- + 18 - + @@ -285,12 +285,12 @@

WebSequence.java

- + 19 - + @@ -300,12 +300,12 @@

WebSequence.java

- + 20 - + @@ -315,12 +315,12 @@

WebSequence.java

- + 21 - + @@ -330,12 +330,12 @@

WebSequence.java

- + 22 - + @@ -345,12 +345,12 @@

WebSequence.java

- + 23 - + @@ -360,12 +360,12 @@

WebSequence.java

- + 24 - + @@ -375,12 +375,12 @@

WebSequence.java

- + 25 - + @@ -390,12 +390,12 @@

WebSequence.java

- + 26 - + @@ -405,12 +405,12 @@

WebSequence.java

- + 27 - + @@ -420,12 +420,12 @@

WebSequence.java

- + 28 - + @@ -435,12 +435,12 @@

WebSequence.java

- + 29 - + @@ -450,12 +450,12 @@

WebSequence.java

- + 30 - + @@ -465,12 +465,12 @@

WebSequence.java

- + 31 - + @@ -480,12 +480,12 @@

WebSequence.java

- + 32 - + @@ -495,12 +495,12 @@

WebSequence.java

- + 33 - + @@ -510,12 +510,12 @@

WebSequence.java

- + 34 - + @@ -525,12 +525,12 @@

WebSequence.java

- + 35 - + @@ -540,12 +540,12 @@

WebSequence.java

- + 36 - + @@ -555,12 +555,12 @@

WebSequence.java

- + 37 - + @@ -570,12 +570,12 @@

WebSequence.java

- + 38 - + @@ -585,12 +585,12 @@

WebSequence.java

- + 39 - + @@ -600,12 +600,12 @@

WebSequence.java

- + 40 - + @@ -615,12 +615,12 @@

WebSequence.java

- + 41 - + @@ -630,12 +630,12 @@

WebSequence.java

- + 42 - + @@ -645,12 +645,12 @@

WebSequence.java

- + 43 - + @@ -660,12 +660,12 @@

WebSequence.java

- + 44 - + @@ -675,12 +675,12 @@

WebSequence.java

- + 45 - + @@ -690,12 +690,12 @@

WebSequence.java

- + 46 - + @@ -705,12 +705,12 @@

WebSequence.java

- + 47 - + @@ -720,12 +720,12 @@

WebSequence.java

- + 48 - + @@ -735,12 +735,12 @@

WebSequence.java

- + 49 - + @@ -750,12 +750,12 @@

WebSequence.java

- + 50 - + @@ -765,12 +765,12 @@

WebSequence.java

- + 51 - + @@ -780,12 +780,12 @@

WebSequence.java

- + 52 - + @@ -795,12 +795,12 @@

WebSequence.java

- + 53 - + @@ -810,12 +810,12 @@

WebSequence.java

- + 54 - + @@ -825,12 +825,12 @@

WebSequence.java

- + 55 - + @@ -840,12 +840,12 @@

WebSequence.java

- + 56 - + @@ -855,12 +855,12 @@

WebSequence.java

- + 57 - + @@ -870,12 +870,12 @@

WebSequence.java

- + 58 - + @@ -885,12 +885,12 @@

WebSequence.java

- + 59 - + @@ -900,12 +900,12 @@

WebSequence.java

- + 60 - + @@ -915,12 +915,12 @@

WebSequence.java

- + 61 - + @@ -930,12 +930,12 @@

WebSequence.java

- + 62 - + @@ -945,12 +945,12 @@

WebSequence.java

- + 63 - + @@ -960,12 +960,12 @@

WebSequence.java

- + 64 - + @@ -975,12 +975,12 @@

WebSequence.java

- + 65 -1 +1 1. child : replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::child → KILLED
@@ -992,12 +992,12 @@

WebSequence.java

- + 66 - + @@ -1007,12 +1007,12 @@

WebSequence.java

- + 67 - + @@ -1022,12 +1022,12 @@

WebSequence.java

- + 68 - + @@ -1037,12 +1037,12 @@

WebSequence.java

- + 69 - + @@ -1052,12 +1052,12 @@

WebSequence.java

- + 70 - + @@ -1067,12 +1067,12 @@

WebSequence.java

- + 71 -1 +1 1. peer : removed call to java/util/SortedMap::putAll → KILLED
@@ -1084,12 +1084,12 @@

WebSequence.java

- + 72 - + @@ -1099,12 +1099,12 @@

WebSequence.java

- + 73 - + @@ -1114,12 +1114,12 @@

WebSequence.java

- + 74 -1 +1 1. peer : removed call to java/util/Map::forEach → KILLED
@@ -1131,12 +1131,12 @@

WebSequence.java

- + 75 - + @@ -1146,12 +1146,12 @@

WebSequence.java

- + 76 - + @@ -1161,12 +1161,12 @@

WebSequence.java

- + 77 - + @@ -1176,12 +1176,12 @@

WebSequence.java

- + 78 - + @@ -1191,12 +1191,12 @@

WebSequence.java

- + 79 - + @@ -1206,12 +1206,12 @@

WebSequence.java

- + 80 - + @@ -1221,12 +1221,12 @@

WebSequence.java

- + 81 - + @@ -1236,12 +1236,12 @@

WebSequence.java

- + 82 -1 +1 1. peer : replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::peer → KILLED
@@ -1253,12 +1253,12 @@

WebSequence.java

- + 83 - + @@ -1268,12 +1268,12 @@

WebSequence.java

- + 84 - + @@ -1283,12 +1283,12 @@

WebSequence.java

- + 85 - + @@ -1298,12 +1298,12 @@

WebSequence.java

- + 86 - + @@ -1313,12 +1313,12 @@

WebSequence.java

- + 87 - + @@ -1328,12 +1328,12 @@

WebSequence.java

- + 88 -1 +1 1. content : replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::content → KILLED
@@ -1345,12 +1345,12 @@

WebSequence.java

- + 89 - + @@ -1360,12 +1360,12 @@

WebSequence.java

- + 90 - + @@ -1375,12 +1375,12 @@

WebSequence.java

- + 91 - + @@ -1390,12 +1390,12 @@

WebSequence.java

- + 92 - + @@ -1405,12 +1405,12 @@

WebSequence.java

- + 93 - + @@ -1420,12 +1420,12 @@

WebSequence.java

- + 94 - + @@ -1435,12 +1435,12 @@

WebSequence.java

- + 95 - + @@ -1450,12 +1450,12 @@

WebSequence.java

- + 96 - + @@ -1465,12 +1465,12 @@

WebSequence.java

- + 97 -1 +1 1. asHuman : negated conditional → KILLED
@@ -1482,12 +1482,12 @@

WebSequence.java

- + 98 - + @@ -1497,12 +1497,12 @@

WebSequence.java

- + 99 - + @@ -1512,12 +1512,12 @@

WebSequence.java

- + 100 - + @@ -1527,12 +1527,12 @@

WebSequence.java

- + 101 - + @@ -1542,12 +1542,12 @@

WebSequence.java

- + 102 - + @@ -1557,12 +1557,12 @@

WebSequence.java

- + 103 - + @@ -1572,12 +1572,12 @@

WebSequence.java

- + 104 - + @@ -1587,12 +1587,12 @@

WebSequence.java

- + 105 - + @@ -1602,12 +1602,12 @@

WebSequence.java

- + 106 -1 +1 1. asHuman : replaced return value with "" for com/mastercard/test/flow/msg/web/WebSequence::asHuman → KILLED
@@ -1619,12 +1619,12 @@

WebSequence.java

- + 107 - + @@ -1634,12 +1634,12 @@

WebSequence.java

- + 108 - + @@ -1649,12 +1649,12 @@

WebSequence.java

- + 109 - + @@ -1664,12 +1664,12 @@

WebSequence.java

- + 110 - + @@ -1679,12 +1679,12 @@

WebSequence.java

- + 111 -1 +1 1. lambda$asHuman$0 : replaced return value with "" for com/mastercard/test/flow/msg/web/WebSequence::lambda$asHuman$0 → KILLED
@@ -1696,12 +1696,12 @@

WebSequence.java

- + 112 - + @@ -1711,12 +1711,12 @@

WebSequence.java

- + 113 - + @@ -1726,12 +1726,12 @@

WebSequence.java

- + 114 -1 +1 1. lambda$asHuman$1 : replaced return value with "" for com/mastercard/test/flow/msg/web/WebSequence::lambda$asHuman$1 → KILLED
@@ -1743,12 +1743,12 @@

WebSequence.java

- + 115 - + @@ -1758,12 +1758,12 @@

WebSequence.java

- + 116 - + @@ -1773,12 +1773,12 @@

WebSequence.java

- + 117 - + @@ -1788,12 +1788,12 @@

WebSequence.java

- + 118 - + @@ -1803,12 +1803,12 @@

WebSequence.java

- + 119 - + @@ -1818,12 +1818,12 @@

WebSequence.java

- + 120 - + @@ -1833,12 +1833,12 @@

WebSequence.java

- + 121 - + @@ -1848,12 +1848,12 @@

WebSequence.java

- + 122 - + @@ -1863,12 +1863,12 @@

WebSequence.java

- + 123 -1 +1 1. fields : replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/web/WebSequence::fields → KILLED
@@ -1880,12 +1880,12 @@

WebSequence.java

- + 124 - + @@ -1895,12 +1895,12 @@

WebSequence.java

- + 125 - + @@ -1910,12 +1910,12 @@

WebSequence.java

- + 126 - + @@ -1925,12 +1925,12 @@

WebSequence.java

- + 127 - + @@ -1940,12 +1940,12 @@

WebSequence.java

- + 128 - + @@ -1955,12 +1955,12 @@

WebSequence.java

- + 129 - + @@ -1970,12 +1970,12 @@

WebSequence.java

- + 130 - + @@ -1985,12 +1985,12 @@

WebSequence.java

- + 131 - + @@ -2000,12 +2000,12 @@

WebSequence.java

- + 132 - + @@ -2015,12 +2015,12 @@

WebSequence.java

- + 133 - + @@ -2030,12 +2030,12 @@

WebSequence.java

- + 134 - + @@ -2045,12 +2045,12 @@

WebSequence.java

- + 135 - + @@ -2060,12 +2060,12 @@

WebSequence.java

- + 136 - + @@ -2075,12 +2075,12 @@

WebSequence.java

- + 137 - + @@ -2090,12 +2090,12 @@

WebSequence.java

- + 138 -1 +1 1. operation : replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::operation → KILLED
@@ -2107,12 +2107,12 @@

WebSequence.java

- + 139 - + @@ -2122,12 +2122,12 @@

WebSequence.java

- + 140 - + @@ -2137,12 +2137,12 @@

WebSequence.java

- + 141 - + @@ -2152,12 +2152,12 @@

WebSequence.java

- + 142 - + @@ -2167,12 +2167,12 @@

WebSequence.java

- + 143 -1 +1 1. access : replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::access → KILLED
@@ -2184,12 +2184,12 @@

WebSequence.java

- + 144 - + @@ -2199,12 +2199,12 @@

WebSequence.java

- + 145 - + @@ -2214,12 +2214,12 @@

WebSequence.java

- + 146 - + @@ -2229,12 +2229,12 @@

WebSequence.java

- + 147 - + @@ -2244,12 +2244,12 @@

WebSequence.java

- + 148 -1 +1 1. operations : negated conditional → KILLED
@@ -2261,12 +2261,12 @@

WebSequence.java

- + 149 -1 +1 1. operations : removed call to java/util/SortedMap::putAll → KILLED
@@ -2278,12 +2278,12 @@

WebSequence.java

- + 150 - + @@ -2293,12 +2293,12 @@

WebSequence.java

- + 151 -1 +1 1. operations : removed call to java/util/SortedMap::putAll → KILLED
@@ -2310,12 +2310,12 @@

WebSequence.java

- + 152 -1 +1 1. operations : replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::operations → KILLED
@@ -2327,12 +2327,12 @@

WebSequence.java

- + 153 - + @@ -2342,12 +2342,12 @@

WebSequence.java

- + 154 - + @@ -2357,12 +2357,12 @@

WebSequence.java

- + 155 - + @@ -2372,12 +2372,12 @@

WebSequence.java

- + 156 - + @@ -2387,12 +2387,12 @@

WebSequence.java

- + 157 -1 +1 1. parameters : negated conditional → KILLED
@@ -2404,12 +2404,12 @@

WebSequence.java

- + 158 -1 +1 1. parameters : removed call to java/util/Map::putAll → KILLED
@@ -2421,12 +2421,12 @@

WebSequence.java

- + 159 - + @@ -2436,12 +2436,12 @@

WebSequence.java

- + 160 - + @@ -2451,12 +2451,12 @@

WebSequence.java

- + 161 -1 +1 1. parameters : negated conditional → KILLED
@@ -2468,12 +2468,12 @@

WebSequence.java

- + 162 - + @@ -2483,12 +2483,12 @@

WebSequence.java

- + 163 - + @@ -2498,12 +2498,12 @@

WebSequence.java

- + 164 - + @@ -2513,12 +2513,12 @@

WebSequence.java

- + 165 - + @@ -2528,12 +2528,12 @@

WebSequence.java

- + 166 - + @@ -2543,12 +2543,12 @@

WebSequence.java

- + 167 - + @@ -2558,12 +2558,12 @@

WebSequence.java

- + 168 -1 +1 1. parameters : replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/web/WebSequence::parameters → KILLED
@@ -2575,12 +2575,12 @@

WebSequence.java

- + 169 - + @@ -2590,12 +2590,12 @@

WebSequence.java

- + 170 - + @@ -2605,12 +2605,12 @@

WebSequence.java

- + 171 - + @@ -2620,12 +2620,12 @@

WebSequence.java

- + 172 - + @@ -2635,12 +2635,12 @@

WebSequence.java

- + 173 - + @@ -2650,12 +2650,12 @@

WebSequence.java

- + 174 - + @@ -2665,12 +2665,12 @@

WebSequence.java

- + 175 - + @@ -2680,12 +2680,12 @@

WebSequence.java

- + 176 - + @@ -2695,12 +2695,12 @@

WebSequence.java

- + 177 - + @@ -2710,12 +2710,12 @@

WebSequence.java

- + 178 - + @@ -2725,12 +2725,12 @@

WebSequence.java

- + 179 -1 +1 1. process : removed call to java/util/SortedMap::forEach → KILLED
@@ -2742,12 +2742,12 @@

WebSequence.java

- + 180 -1 +1 1. lambda$process$2 : negated conditional → KILLED
@@ -2759,12 +2759,12 @@

WebSequence.java

- + 181 - + @@ -2774,12 +2774,12 @@

WebSequence.java

- + 182 -1 +1 1. lambda$process$2 : removed call to java/util/function/BiConsumer::accept → KILLED
@@ -2791,12 +2791,12 @@

WebSequence.java

- + 183 - + @@ -2806,12 +2806,12 @@

WebSequence.java

- + 184 - + @@ -2821,12 +2821,12 @@

WebSequence.java

- + 185 - + @@ -2836,12 +2836,12 @@

WebSequence.java

- + 186 - + @@ -2851,12 +2851,12 @@

WebSequence.java

- + 187 - + @@ -2866,12 +2866,12 @@

WebSequence.java

- + 188 - + @@ -2881,12 +2881,12 @@

WebSequence.java

- + 189 - + @@ -2896,12 +2896,12 @@

WebSequence.java

- + 190 - + @@ -2911,12 +2911,12 @@

WebSequence.java

- + 191 - + @@ -2926,12 +2926,12 @@

WebSequence.java

- + 192 - + @@ -2941,12 +2941,12 @@

WebSequence.java

- + 193 - + @@ -2956,12 +2956,12 @@

WebSequence.java

- + 194 - + @@ -2971,12 +2971,12 @@

WebSequence.java

- + 195 - + @@ -2986,12 +2986,12 @@

WebSequence.java

- + 196 - + @@ -3001,12 +3001,12 @@

WebSequence.java

- + 197 - + @@ -3016,12 +3016,12 @@

WebSequence.java

- + 198 - + @@ -3031,12 +3031,12 @@

WebSequence.java

- + 199 - + @@ -3046,12 +3046,12 @@

WebSequence.java

- + 200 - + @@ -3061,12 +3061,12 @@

WebSequence.java

- + 201 - + @@ -3076,12 +3076,12 @@

WebSequence.java

- + 202 - + @@ -3091,12 +3091,12 @@

WebSequence.java

- + 203 -1 +1 1. process : replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::process → KILLED
@@ -3108,12 +3108,12 @@

WebSequence.java

- + 204 - + @@ -3123,12 +3123,12 @@

WebSequence.java

- + 205 - + @@ -3138,12 +3138,12 @@

WebSequence.java

- + 206 - + @@ -3153,12 +3153,12 @@

WebSequence.java

- + 207 - + @@ -3168,12 +3168,12 @@

WebSequence.java

- + 208 - + @@ -3183,12 +3183,12 @@

WebSequence.java

- + 209 - + @@ -3198,12 +3198,12 @@

WebSequence.java

- + 210 - + @@ -3215,241 +3215,241 @@

WebSequence.java

Mutations

6565 - +

1.1
Location : child
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:masking()]
replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::child → KILLED

7171 - +

1.1
Location : peer
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:peer()]
removed call to java/util/SortedMap::putAll → KILLED

7474 - +

1.1
Location : peer
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:peer()]
removed call to java/util/Map::forEach → KILLED

8282 - +

1.1
Location : peer
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:peer()]
replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::peer → KILLED

8888 - +

1.1
Location : content
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:peer()]
replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::content → KILLED

9797 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:empty()]
negated conditional → KILLED

106106 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:empty()]
replaced return value with "" for com/mastercard/test/flow/msg/web/WebSequence::asHuman → KILLED

111111 - +

1.1
Location : lambda$asHuman$0
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:peer()]
replaced return value with "" for com/mastercard/test/flow/msg/web/WebSequence::lambda$asHuman$0 → KILLED

114114 - +

1.1
Location : lambda$asHuman$1
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:unprocessed()]
replaced return value with "" for com/mastercard/test/flow/msg/web/WebSequence::lambda$asHuman$1 → KILLED

123123 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:fields()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/web/WebSequence::fields → KILLED

138138 - +

1.1
Location : operation
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:metafailure()]
replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::operation → KILLED

143143 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:get()]
replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::access → KILLED

148148 - +

1.1
Location : operations
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:empty()]
negated conditional → KILLED

149149 - +

1.1
Location : operations
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:sequence()]
removed call to java/util/SortedMap::putAll → KILLED

151151 - +

1.1
Location : operations
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:metafailure()]
removed call to java/util/SortedMap::putAll → KILLED

152152 - +

1.1
Location : operations
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:empty()]
replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::operations → KILLED

157157 - +

1.1
Location : parameters
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:get()]
negated conditional → KILLED

158158 - +

1.1
Location : parameters
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:masking()]
removed call to java/util/Map::putAll → KILLED

161161 - +

1.1
Location : parameters
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:get()]
negated conditional → KILLED

168168 - +

1.1
Location : parameters
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:get()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/web/WebSequence::parameters → KILLED

179179 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:metafailure()]
removed call to java/util/SortedMap::forEach → KILLED

180180 - +

1.1
Location : lambda$process$2
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:metafailure()]
negated conditional → KILLED

182182 - +

1.1
Location : lambda$process$2
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:metafailure()]
removed call to java/util/function/BiConsumer::accept → KILLED

203203 - +

1.1
Location : process
Killed by : com.mastercard.test.flow.msg.web.WebSequenceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.web.WebSequenceTest]/[method:sequence()]
replaced return value with null for com/mastercard/test/flow/msg/web/WebSequence::process → KILLED

- + 1 - + @@ -30,12 +30,12 @@

XML.java

- + 2 - + @@ -45,12 +45,12 @@

XML.java

- + 3 - + @@ -60,12 +60,12 @@

XML.java

- + 4 - + @@ -75,12 +75,12 @@

XML.java

- + 5 - + @@ -90,12 +90,12 @@

XML.java

- + 6 - + @@ -105,12 +105,12 @@

XML.java

- + 7 - + @@ -120,12 +120,12 @@

XML.java

- + 8 - + @@ -135,12 +135,12 @@

XML.java

- + 9 - + @@ -150,12 +150,12 @@

XML.java

- + 10 - + @@ -165,12 +165,12 @@

XML.java

- + 11 - + @@ -180,12 +180,12 @@

XML.java

- + 12 - + @@ -195,12 +195,12 @@

XML.java

- + 13 - + @@ -210,12 +210,12 @@

XML.java

- + 14 - + @@ -225,12 +225,12 @@

XML.java

- + 15 - + @@ -240,12 +240,12 @@

XML.java

- + 16 - + @@ -255,12 +255,12 @@

XML.java

- + 17 - + @@ -270,12 +270,12 @@

XML.java

- + 18 - + @@ -285,12 +285,12 @@

XML.java

- + 19 - + @@ -300,12 +300,12 @@

XML.java

- + 20 - + @@ -315,12 +315,12 @@

XML.java

- + 21 - + @@ -330,12 +330,12 @@

XML.java

- + 22 - + @@ -345,12 +345,12 @@

XML.java

- + 23 - + @@ -360,12 +360,12 @@

XML.java

- + 24 - + @@ -375,12 +375,12 @@

XML.java

- + 25 - + @@ -390,12 +390,12 @@

XML.java

- + 26 - + @@ -405,12 +405,12 @@

XML.java

- + 27 - + @@ -420,12 +420,12 @@

XML.java

- + 28 - + @@ -435,12 +435,12 @@

XML.java

- + 29 - + @@ -450,12 +450,12 @@

XML.java

- + 30 - + @@ -465,12 +465,12 @@

XML.java

- + 31 - + @@ -480,12 +480,12 @@

XML.java

- + 32 - + @@ -495,12 +495,12 @@

XML.java

- + 33 - + @@ -510,12 +510,12 @@

XML.java

- + 34 - + @@ -525,12 +525,12 @@

XML.java

- + 35 - + @@ -540,12 +540,12 @@

XML.java

- + 36 - + @@ -555,12 +555,12 @@

XML.java

- + 37 - + @@ -570,12 +570,12 @@

XML.java

- + 38 - + @@ -585,12 +585,12 @@

XML.java

- + 39 - + @@ -600,12 +600,12 @@

XML.java

- + 40 - + @@ -615,12 +615,12 @@

XML.java

- + 41 - + @@ -630,12 +630,12 @@

XML.java

- + 42 - + @@ -645,12 +645,12 @@

XML.java

- + 43 - + @@ -660,12 +660,12 @@

XML.java

- + 44 - + @@ -675,12 +675,12 @@

XML.java

- + 45 - + @@ -690,12 +690,12 @@

XML.java

- + 46 - + @@ -705,12 +705,12 @@

XML.java

- + 47 - + @@ -720,12 +720,12 @@

XML.java

- + 48 - + @@ -735,12 +735,12 @@

XML.java

- + 49 - + @@ -750,12 +750,12 @@

XML.java

- + 50 - + @@ -765,12 +765,12 @@

XML.java

- + 51 - + @@ -780,12 +780,12 @@

XML.java

- + 52 - + @@ -795,12 +795,12 @@

XML.java

- + 53 - + @@ -810,12 +810,12 @@

XML.java

- + 54 - + @@ -825,12 +825,12 @@

XML.java

- + 55 - + @@ -840,12 +840,12 @@

XML.java

- + 56 - + @@ -855,12 +855,12 @@

XML.java

- + 57 - + @@ -870,12 +870,12 @@

XML.java

- + 58 - + @@ -885,12 +885,12 @@

XML.java

- + 59 - + @@ -900,12 +900,12 @@

XML.java

- + 60 - + @@ -915,12 +915,12 @@

XML.java

- + 61 - + @@ -930,12 +930,12 @@

XML.java

- + 62 - + @@ -945,12 +945,12 @@

XML.java

- + 63 - + @@ -960,12 +960,12 @@

XML.java

- + 64 - + @@ -975,12 +975,12 @@

XML.java

- + 65 - + @@ -990,12 +990,12 @@

XML.java

- + 66 - + @@ -1005,12 +1005,12 @@

XML.java

- + 67 - + @@ -1020,12 +1020,12 @@

XML.java

- + 68 - + @@ -1035,12 +1035,12 @@

XML.java

- + 69 - + @@ -1050,12 +1050,12 @@

XML.java

- + 70 - + @@ -1065,12 +1065,12 @@

XML.java

- + 71 - + @@ -1080,12 +1080,12 @@

XML.java

- + 72 - + @@ -1095,12 +1095,12 @@

XML.java

- + 73 - + @@ -1110,12 +1110,12 @@

XML.java

- + 74 - + @@ -1125,12 +1125,12 @@

XML.java

- + 75 - + @@ -1140,12 +1140,12 @@

XML.java

- + 76 - + @@ -1155,12 +1155,12 @@

XML.java

- + 77 - + @@ -1170,12 +1170,12 @@

XML.java

- + 78 - + @@ -1185,12 +1185,12 @@

XML.java

- + 79 - + @@ -1200,12 +1200,12 @@

XML.java

- + 80 - + @@ -1215,12 +1215,12 @@

XML.java

- + 81 - + @@ -1230,12 +1230,12 @@

XML.java

- + 82 - + @@ -1245,12 +1245,12 @@

XML.java

- + 83 - + @@ -1260,12 +1260,12 @@

XML.java

- + 84 - + @@ -1275,12 +1275,12 @@

XML.java

- + 85 - + @@ -1290,12 +1290,12 @@

XML.java

- + 86 - + @@ -1305,12 +1305,12 @@

XML.java

- + 87 - + @@ -1320,12 +1320,12 @@

XML.java

- + 88 - + @@ -1335,12 +1335,12 @@

XML.java

- + 89 - + @@ -1350,12 +1350,12 @@

XML.java

- + 90 - + @@ -1365,12 +1365,12 @@

XML.java

- + 91 - + @@ -1380,12 +1380,12 @@

XML.java

- + 92 - + @@ -1395,12 +1395,12 @@

XML.java

- + 93 - + @@ -1410,12 +1410,12 @@

XML.java

- + 94 - + @@ -1425,12 +1425,12 @@

XML.java

- + 95 -1 +1 1. lambda$new$2 : negated conditional → KILLED
@@ -1442,12 +1442,12 @@

XML.java

- + 96 -1 +1 1. lambda$new$2 : replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/xml/XML::lambda$new$2 → KILLED
@@ -1459,12 +1459,12 @@

XML.java

- + 97 - + @@ -1474,12 +1474,12 @@

XML.java

- + 98 - + @@ -1489,12 +1489,12 @@

XML.java

- + 99 - + @@ -1504,12 +1504,12 @@

XML.java

- + 100 - + @@ -1519,12 +1519,12 @@

XML.java

- + 101 - + @@ -1534,12 +1534,12 @@

XML.java

- + 102 -1 +1 1. lambda$new$2 : removed call to javax/xml/stream/XMLInputFactory::setProperty → KILLED
@@ -1551,12 +1551,12 @@

XML.java

- + 103 - + @@ -1566,12 +1566,12 @@

XML.java

- + 104 -1 +1 1. lambda$new$2 : removed call to javax/xml/stream/XMLInputFactory::setProperty → SURVIVED
@@ -1583,12 +1583,12 @@

XML.java

- + 105 - + @@ -1598,12 +1598,12 @@

XML.java

- + 106 -1 +1 1. lambda$new$2 : removed call to javax/xml/stream/XMLInputFactory::setProperty → SURVIVED
@@ -1615,12 +1615,12 @@

XML.java

- + 107 - + @@ -1630,12 +1630,12 @@

XML.java

- + 108 - + @@ -1645,12 +1645,12 @@

XML.java

- + 109 - + @@ -1660,12 +1660,12 @@

XML.java

- + 110 - + @@ -1675,12 +1675,12 @@

XML.java

- + 111 - + @@ -1690,12 +1690,12 @@

XML.java

- + 112 - + @@ -1705,12 +1705,12 @@

XML.java

- + 113 - + @@ -1720,12 +1720,12 @@

XML.java

- + 114 - + @@ -1735,12 +1735,12 @@

XML.java

- + 115 -1 +1 1. lambda$new$2 : negated conditional → KILLED
@@ -1752,12 +1752,12 @@

XML.java

- + 116 -1 +1 1. lambda$new$2 : negated conditional → KILLED
@@ -1769,12 +1769,12 @@

XML.java

- + 117 - + @@ -1784,12 +1784,12 @@

XML.java

- + 118 - + @@ -1799,12 +1799,12 @@

XML.java

- + 119 - + @@ -1814,12 +1814,12 @@

XML.java

- + 120 - + @@ -1829,12 +1829,12 @@

XML.java

- + 121 -1 +1 1. lambda$new$2 : removed call to java/util/Optional::ifPresent → KILLED
@@ -1846,12 +1846,12 @@

XML.java

- + 122 - + @@ -1861,12 +1861,12 @@

XML.java

- + 123 -1 +1 1. lambda$new$2 : removed call to java/util/Optional::ifPresent → KILLED
@@ -1878,12 +1878,12 @@

XML.java

- + 124 - + @@ -1893,12 +1893,12 @@

XML.java

- + 125 -1 +1 1. lambda$new$2 : negated conditional → KILLED
@@ -1910,12 +1910,12 @@

XML.java

- + 126 -1 +1 1. lambda$new$2 : removed call to com/mastercard/test/flow/msg/xml/XML::readElement → TIMED_OUT
@@ -1927,12 +1927,12 @@

XML.java

- + 127 - + @@ -1942,12 +1942,12 @@

XML.java

- + 128 - + @@ -1957,12 +1957,12 @@

XML.java

- + 129 - + @@ -1972,12 +1972,12 @@

XML.java

- + 130 - + @@ -1987,12 +1987,12 @@

XML.java

- + 131 - + @@ -2002,12 +2002,12 @@

XML.java

- + 132 - + @@ -2017,12 +2017,12 @@

XML.java

- + 133 - + @@ -2032,12 +2032,12 @@

XML.java

- + 134 - + @@ -2047,12 +2047,12 @@

XML.java

- + 135 - + @@ -2062,12 +2062,12 @@

XML.java

- + 136 - + @@ -2077,12 +2077,12 @@

XML.java

- + 137 - + @@ -2092,12 +2092,12 @@

XML.java

- + 138 - + @@ -2107,12 +2107,12 @@

XML.java

- + 139 - + @@ -2122,12 +2122,12 @@

XML.java

- + 140 - + @@ -2137,12 +2137,12 @@

XML.java

- + 141 - + @@ -2152,12 +2152,12 @@

XML.java

- + 142 - + @@ -2167,12 +2167,12 @@

XML.java

- + 143 - + @@ -2182,12 +2182,12 @@

XML.java

- + 144 - + @@ -2197,12 +2197,12 @@

XML.java

- + 145 - + @@ -2212,12 +2212,12 @@

XML.java

- + 146 - + @@ -2227,12 +2227,12 @@

XML.java

- + 147 - + @@ -2242,12 +2242,12 @@

XML.java

- + 148 - + @@ -2257,12 +2257,12 @@

XML.java

- + 149 - + @@ -2272,12 +2272,12 @@

XML.java

- + 150 - + @@ -2287,12 +2287,12 @@

XML.java

- + 151 -1 +1 1. readElement : removed call to com/mastercard/test/flow/msg/xml/XML::readAttributes → KILLED
@@ -2304,12 +2304,12 @@

XML.java

- + 152 -1 +1 1. readElement : removed call to com/mastercard/test/flow/msg/xml/XML::readContents → KILLED
@@ -2321,12 +2321,12 @@

XML.java

- + 153 - + @@ -2336,12 +2336,12 @@

XML.java

- + 154 - + @@ -2351,12 +2351,12 @@

XML.java

- + 155 - + @@ -2366,12 +2366,12 @@

XML.java

- + 156 -1 +1 1. lambda$readElement$3 : negated conditional → KILLED
@@ -2383,12 +2383,12 @@

XML.java

- + 157 - + @@ -2398,12 +2398,12 @@

XML.java

- + 158 -1 +1 1. lambda$readElement$3 : replaced return value with null for com/mastercard/test/flow/msg/xml/XML::lambda$readElement$3 → KILLED
@@ -2415,12 +2415,12 @@

XML.java

- + 159 - + @@ -2430,12 +2430,12 @@

XML.java

- + 160 -1 +1 1. lambda$readElement$3 : negated conditional → KILLED
@@ -2447,12 +2447,12 @@

XML.java

- + 161 - + @@ -2462,12 +2462,12 @@

XML.java

- + 162 -1 +1 1. lambda$readElement$3 : replaced return value with null for com/mastercard/test/flow/msg/xml/XML::lambda$readElement$3 → KILLED
@@ -2479,12 +2479,12 @@

XML.java

- + 163 - + @@ -2494,12 +2494,12 @@

XML.java

- + 164 -1 +1 1. lambda$readElement$3 : replaced return value with null for com/mastercard/test/flow/msg/xml/XML::lambda$readElement$3 → KILLED
@@ -2511,12 +2511,12 @@

XML.java

- + 165 - + @@ -2526,12 +2526,12 @@

XML.java

- + 166 - + @@ -2541,12 +2541,12 @@

XML.java

- + 167 - + @@ -2556,12 +2556,12 @@

XML.java

- + 168 - + @@ -2571,12 +2571,12 @@

XML.java

- + 169 - + @@ -2586,12 +2586,12 @@

XML.java

- + 170 -1 +1 1. readAttributes : negated conditional → KILLED
@@ -2603,12 +2603,12 @@

XML.java

- + 171 - + @@ -2618,12 +2618,12 @@

XML.java

- + 172 - + @@ -2633,12 +2633,12 @@

XML.java

- + 173 - + @@ -2648,12 +2648,12 @@

XML.java

- + 174 - + @@ -2663,12 +2663,12 @@

XML.java

- + 175 - + @@ -2678,12 +2678,12 @@

XML.java

- + 176 - + @@ -2693,12 +2693,12 @@

XML.java

- + 177 - + @@ -2708,12 +2708,12 @@

XML.java

- + 178 - + @@ -2723,12 +2723,12 @@

XML.java

- + 179 - + @@ -2738,12 +2738,12 @@

XML.java

- + 180 -2 +2 1. readContents : negated conditional → KILLED
2. readContents : negated conditional → KILLED
@@ -2756,12 +2756,12 @@

XML.java

- + 181 -1 +1 1. readContents : negated conditional → KILLED
@@ -2773,12 +2773,12 @@

XML.java

- + 182 -1 +1 1. readContents : removed call to com/mastercard/test/flow/msg/xml/XML::readElement → TIMED_OUT
@@ -2790,12 +2790,12 @@

XML.java

- + 183 - + @@ -2805,12 +2805,12 @@

XML.java

- + 184 -1 +1 1. readContents : negated conditional → KILLED
@@ -2822,12 +2822,12 @@

XML.java

- + 185 - + @@ -2837,12 +2837,12 @@

XML.java

- + 186 - + @@ -2852,12 +2852,12 @@

XML.java

- + 187 -1 +1 1. readContents : negated conditional → KILLED
@@ -2869,12 +2869,12 @@

XML.java

- + 188 - + @@ -2884,12 +2884,12 @@

XML.java

- + 189 - + @@ -2899,12 +2899,12 @@

XML.java

- + 190 - + @@ -2914,12 +2914,12 @@

XML.java

- + 191 - + @@ -2929,12 +2929,12 @@

XML.java

- + 192 - + @@ -2944,12 +2944,12 @@

XML.java

- + 193 - + @@ -2959,12 +2959,12 @@

XML.java

- + 194 - + @@ -2974,12 +2974,12 @@

XML.java

- + 195 - + @@ -2989,12 +2989,12 @@

XML.java

- + 196 - + @@ -3004,12 +3004,12 @@

XML.java

- + 197 - + @@ -3019,12 +3019,12 @@

XML.java

- + 198 - + @@ -3034,12 +3034,12 @@

XML.java

- + 199 - + @@ -3049,12 +3049,12 @@

XML.java

- + 200 - + @@ -3064,12 +3064,12 @@

XML.java

- + 201 - + @@ -3079,12 +3079,12 @@

XML.java

- + 202 -1 +1 1. child : replaced return value with null for com/mastercard/test/flow/msg/xml/XML::child → KILLED
@@ -3096,12 +3096,12 @@

XML.java

- + 203 - + @@ -3111,12 +3111,12 @@

XML.java

- + 204 - + @@ -3126,12 +3126,12 @@

XML.java

- + 205 - + @@ -3141,12 +3141,12 @@

XML.java

- + 206 - + @@ -3156,12 +3156,12 @@

XML.java

- + 207 -1 +1 1. peer : replaced return value with null for com/mastercard/test/flow/msg/xml/XML::peer → KILLED
@@ -3173,12 +3173,12 @@

XML.java

- + 208 - + @@ -3188,12 +3188,12 @@

XML.java

- + 209 - + @@ -3203,12 +3203,12 @@

XML.java

- + 210 - + @@ -3218,12 +3218,12 @@

XML.java

- + 211 - + @@ -3233,12 +3233,12 @@

XML.java

- + 212 - + @@ -3248,12 +3248,12 @@

XML.java

- + 213 - + @@ -3263,12 +3263,12 @@

XML.java

- + 214 -2 +2 1. data : negated conditional → KILLED
2. data : negated conditional → KILLED
@@ -3281,12 +3281,12 @@

XML.java

- + 215 - + @@ -3296,12 +3296,12 @@

XML.java

- + 216 - + @@ -3311,12 +3311,12 @@

XML.java

- + 217 - + @@ -3326,12 +3326,12 @@

XML.java

- + 218 - + @@ -3341,12 +3341,12 @@

XML.java

- + 219 -3 +3 1. data : negated conditional → KILLED
2. data : removed call to com/mastercard/test/flow/msg/xml/XML::traverse → KILLED
@@ -3360,12 +3360,12 @@

XML.java

- + 220 - + @@ -3375,12 +3375,12 @@

XML.java

- + 221 - + @@ -3390,12 +3390,12 @@

XML.java

- + 222 - + @@ -3405,12 +3405,12 @@

XML.java

- + 223 -1 +1 1. lambda$data$4 : negated conditional → KILLED
@@ -3422,12 +3422,12 @@

XML.java

- + 224 - + @@ -3437,12 +3437,12 @@

XML.java

- + 225 - + @@ -3452,12 +3452,12 @@

XML.java

- + 226 - + @@ -3467,12 +3467,12 @@

XML.java

- + 227 - + @@ -3482,12 +3482,12 @@

XML.java

- + 228 - + @@ -3497,12 +3497,12 @@

XML.java

- + 229 - + @@ -3512,12 +3512,12 @@

XML.java

- + 230 - + @@ -3527,12 +3527,12 @@

XML.java

- + 231 -1 +1 1. lambda$data$5 : negated conditional → KILLED
@@ -3544,12 +3544,12 @@

XML.java

- + 232 - + @@ -3559,12 +3559,12 @@

XML.java

- + 233 - + @@ -3574,12 +3574,12 @@

XML.java

- + 234 - + @@ -3589,12 +3589,12 @@

XML.java

- + 235 - + @@ -3604,12 +3604,12 @@

XML.java

- + 236 - + @@ -3619,12 +3619,12 @@

XML.java

- + 237 -1 +1 1. data : replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/xml/XML::data → KILLED
@@ -3636,12 +3636,12 @@

XML.java

- + 238 - + @@ -3651,12 +3651,12 @@

XML.java

- + 239 - + @@ -3666,12 +3666,12 @@

XML.java

- + 240 - + @@ -3681,12 +3681,12 @@

XML.java

- + 241 - + @@ -3696,12 +3696,12 @@

XML.java

- + 242 - + @@ -3711,12 +3711,12 @@

XML.java

- + 243 - + @@ -3726,12 +3726,12 @@

XML.java

- + 244 - + @@ -3741,12 +3741,12 @@

XML.java

- + 245 - + @@ -3756,12 +3756,12 @@

XML.java

- + 246 - + @@ -3771,12 +3771,12 @@

XML.java

- + 247 -1 +1 1. set : negated conditional → KILLED
@@ -3788,12 +3788,12 @@

XML.java

- + 248 - + @@ -3803,12 +3803,12 @@

XML.java

- + 249 - + @@ -3818,12 +3818,12 @@

XML.java

- + 250 - + @@ -3833,12 +3833,12 @@

XML.java

- + 251 - + @@ -3848,12 +3848,12 @@

XML.java

- + 252 - + @@ -3863,12 +3863,12 @@

XML.java

- + 253 -1 +1 1. set : negated conditional → KILLED
@@ -3880,12 +3880,12 @@

XML.java

- + 254 - + @@ -3895,12 +3895,12 @@

XML.java

- + 255 - + @@ -3910,12 +3910,12 @@

XML.java

- + 256 - + @@ -3925,12 +3925,12 @@

XML.java

- + 257 - + @@ -3940,12 +3940,12 @@

XML.java

- + 258 -1 +1 1. set : Changed increment from 1 to -1 → KILLED
@@ -3957,12 +3957,12 @@

XML.java

- + 259 - + @@ -3972,12 +3972,12 @@

XML.java

- + 260 - + @@ -3987,12 +3987,12 @@

XML.java

- + 261 - + @@ -4002,12 +4002,12 @@

XML.java

- + 262 - + @@ -4017,12 +4017,12 @@

XML.java

- + 263 - + @@ -4032,12 +4032,12 @@

XML.java

- + 264 -1 +1 1. set : replaced return value with null for com/mastercard/test/flow/msg/xml/XML::set → KILLED
@@ -4049,12 +4049,12 @@

XML.java

- + 265 - + @@ -4064,12 +4064,12 @@

XML.java

- + 266 - + @@ -4079,12 +4079,12 @@

XML.java

- + 267 - + @@ -4094,12 +4094,12 @@

XML.java

- + 268 - + @@ -4109,12 +4109,12 @@

XML.java

- + 269 - + @@ -4124,12 +4124,12 @@

XML.java

- + 270 -1 +1 1. access : removed call to com/mastercard/test/flow/msg/xml/XML::traverse → KILLED
@@ -4141,12 +4141,12 @@

XML.java

- + 271 -1 +1 1. lambda$access$6 : removed call to java/util/concurrent/atomic/AtomicReference::set → KILLED
@@ -4158,12 +4158,12 @@

XML.java

- + 272 - + @@ -4173,12 +4173,12 @@

XML.java

- + 273 - + @@ -4188,12 +4188,12 @@

XML.java

- + 274 -1 +1 1. access : replaced return value with null for com/mastercard/test/flow/msg/xml/XML::access → KILLED
@@ -4205,12 +4205,12 @@

XML.java

- + 275 - + @@ -4220,12 +4220,12 @@

XML.java

- + 276 - + @@ -4235,12 +4235,12 @@

XML.java

- + 277 - + @@ -4250,12 +4250,12 @@

XML.java

- + 278 - + @@ -4265,12 +4265,12 @@

XML.java

- + 279 - + @@ -4280,12 +4280,12 @@

XML.java

- + 280 - + @@ -4295,12 +4295,12 @@

XML.java

- + 281 - + @@ -4310,12 +4310,12 @@

XML.java

- + 282 - + @@ -4325,12 +4325,12 @@

XML.java

- + 283 - + @@ -4340,12 +4340,12 @@

XML.java

- + 284 -1 +1 1. traverse : negated conditional → KILLED
@@ -4357,12 +4357,12 @@

XML.java

- + 285 - + @@ -4372,12 +4372,12 @@

XML.java

- + 286 - + @@ -4387,12 +4387,12 @@

XML.java

- + 287 - + @@ -4402,12 +4402,12 @@

XML.java

- + 288 -1 +1 1. traverse : negated conditional → KILLED
@@ -4419,12 +4419,12 @@

XML.java

- + 289 -1 +1 1. traverse : negated conditional → KILLED
@@ -4436,12 +4436,12 @@

XML.java

- + 290 -1 +1 1. traverse : negated conditional → KILLED
@@ -4453,12 +4453,12 @@

XML.java

- + 291 -1 +1 1. traverse : negated conditional → KILLED
@@ -4470,12 +4470,12 @@

XML.java

- + 292 - + @@ -4485,12 +4485,12 @@

XML.java

- + 293 - + @@ -4500,12 +4500,12 @@

XML.java

- + 294 - + @@ -4515,12 +4515,12 @@

XML.java

- + 295 - + @@ -4530,12 +4530,12 @@

XML.java

- + 296 - + @@ -4545,12 +4545,12 @@

XML.java

- + 297 -1 +1 1. traverse : removed call to com/mastercard/test/flow/msg/Forest::traverse → KILLED
@@ -4562,12 +4562,12 @@

XML.java

- + 298 - + @@ -4577,12 +4577,12 @@

XML.java

- + 299 - + @@ -4592,12 +4592,12 @@

XML.java

- + 300 - + @@ -4607,12 +4607,12 @@

XML.java

- + 301 - + @@ -4622,12 +4622,12 @@

XML.java

- + 302 - + @@ -4637,12 +4637,12 @@

XML.java

- + 303 -1 +1 1. fields : removed call to com/mastercard/test/flow/msg/Forest::leaves → KILLED
@@ -4654,12 +4654,12 @@

XML.java

- + 304 - + @@ -4669,12 +4669,12 @@

XML.java

- + 305 - + @@ -4684,12 +4684,12 @@

XML.java

- + 306 -1 +1 1. fields : replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/xml/XML::fields → KILLED
@@ -4701,12 +4701,12 @@

XML.java

- + 307 - + @@ -4716,12 +4716,12 @@

XML.java

- + 308 - + @@ -4731,12 +4731,12 @@

XML.java

- + 309 - + @@ -4746,12 +4746,12 @@

XML.java

- + 310 - + @@ -4761,12 +4761,12 @@

XML.java

- + 311 - + @@ -4776,12 +4776,12 @@

XML.java

- + 312 - + @@ -4791,12 +4791,12 @@

XML.java

- + 313 -1 +1 1. content : negated conditional → KILLED
@@ -4808,12 +4808,12 @@

XML.java

- + 314 - + @@ -4823,12 +4823,12 @@

XML.java

- + 315 - + @@ -4838,12 +4838,12 @@

XML.java

- + 316 - + @@ -4853,12 +4853,12 @@

XML.java

- + 317 -2 +2 1. content : negated conditional → KILLED
2. content : replaced return value with null for com/mastercard/test/flow/msg/xml/XML::content → KILLED
@@ -4871,12 +4871,12 @@

XML.java

- + 318 - + @@ -4886,12 +4886,12 @@

XML.java

- + 319 - + @@ -4901,12 +4901,12 @@

XML.java

- + 320 - + @@ -4916,12 +4916,12 @@

XML.java

- + 321 - + @@ -4931,12 +4931,12 @@

XML.java

- + 322 - + @@ -4946,12 +4946,12 @@

XML.java

- + 323 - + @@ -4961,12 +4961,12 @@

XML.java

- + 324 - + @@ -4976,12 +4976,12 @@

XML.java

- + 325 - + @@ -4991,12 +4991,12 @@

XML.java

- + 326 -1 +1 1. asHuman : replaced return value with "" for com/mastercard/test/flow/msg/xml/XML::asHuman → KILLED
@@ -5008,12 +5008,12 @@

XML.java

- + 327 - + @@ -5023,12 +5023,12 @@

XML.java

- + 328 - + @@ -5038,12 +5038,12 @@

XML.java

- + 329 - + @@ -5053,12 +5053,12 @@

XML.java

- + 330 - + @@ -5068,12 +5068,12 @@

XML.java

- + 331 - + @@ -5083,12 +5083,12 @@

XML.java

- + 332 -2 +2 1. lambda$writeDocuments$8 : negated conditional → KILLED
2. lambda$writeDocuments$8 : replaced boolean return with true for com/mastercard/test/flow/msg/xml/XML::lambda$writeDocuments$8 → KILLED
@@ -5101,12 +5101,12 @@

XML.java

- + 333 -2 +2 1. lambda$writeDocuments$9 : replaced boolean return with true for com/mastercard/test/flow/msg/xml/XML::lambda$writeDocuments$9 → KILLED
2. lambda$writeDocuments$9 : negated conditional → KILLED
@@ -5119,12 +5119,12 @@

XML.java

- + 334 - + @@ -5134,12 +5134,12 @@

XML.java

- + 335 - + @@ -5149,12 +5149,12 @@

XML.java

- + 336 -2 +2 1. writeDocuments : negated conditional → KILLED
2. writeDocuments : changed conditional boundary → KILLED
@@ -5167,12 +5167,12 @@

XML.java

- + 337 - + @@ -5182,12 +5182,12 @@

XML.java

- + 338 - + @@ -5197,12 +5197,12 @@

XML.java

- + 339 - + @@ -5212,12 +5212,12 @@

XML.java

- + 340 - + @@ -5227,12 +5227,12 @@

XML.java

- + 341 - + @@ -5242,12 +5242,12 @@

XML.java

- + 342 - + @@ -5257,12 +5257,12 @@

XML.java

- + 343 - + @@ -5272,12 +5272,12 @@

XML.java

- + 344 - + @@ -5287,12 +5287,12 @@

XML.java

- + 345 - + @@ -5302,12 +5302,12 @@

XML.java

- + 346 - + @@ -5317,12 +5317,12 @@

XML.java

- + 347 - + @@ -5332,12 +5332,12 @@

XML.java

- + 348 -1 +1 1. writeDocuments : negated conditional → KILLED
@@ -5349,12 +5349,12 @@

XML.java

- + 349 -1 +1 1. writeDocuments : negated conditional → KILLED
@@ -5366,12 +5366,12 @@

XML.java

- + 350 -1 +1 1. writeDocuments : removed call to com/mastercard/test/flow/msg/xml/XML::writeDocument → KILLED
@@ -5383,12 +5383,12 @@

XML.java

- + 351 - + @@ -5398,12 +5398,12 @@

XML.java

- + 352 - + @@ -5413,12 +5413,12 @@

XML.java

- + 353 - + @@ -5428,12 +5428,12 @@

XML.java

- + 354 - + @@ -5443,12 +5443,12 @@

XML.java

- + 355 - + @@ -5458,12 +5458,12 @@

XML.java

- + 356 - + @@ -5473,12 +5473,12 @@

XML.java

- + 357 -1 +1 1. writeDocuments : replaced return value with "" for com/mastercard/test/flow/msg/xml/XML::writeDocuments → KILLED
@@ -5490,12 +5490,12 @@

XML.java

- + 358 - + @@ -5505,12 +5505,12 @@

XML.java

- + 359 - + @@ -5520,12 +5520,12 @@

XML.java

- + 360 - + @@ -5535,12 +5535,12 @@

XML.java

- + 361 - + @@ -5550,12 +5550,12 @@

XML.java

- + 362 - + @@ -5565,12 +5565,12 @@

XML.java

- + 363 -1 +1 1. writeDocument : negated conditional → KILLED
@@ -5582,12 +5582,12 @@

XML.java

- + 364 -2 +2 1. writeDocument : negated conditional → KILLED
2. writeDocument : removed call to javax/xml/stream/XMLStreamWriter::writeStartDocument → KILLED
@@ -5600,12 +5600,12 @@

XML.java

- + 365 - + @@ -5615,12 +5615,12 @@

XML.java

- + 366 - + @@ -5630,12 +5630,12 @@

XML.java

- + 367 - + @@ -5645,12 +5645,12 @@

XML.java

- + 368 - + @@ -5660,12 +5660,12 @@

XML.java

- + 369 -2 +2 1. writeDocument : negated conditional → KILLED
2. writeDocument : removed call to com/mastercard/test/flow/msg/xml/XML::writeNode → KILLED
@@ -5678,12 +5678,12 @@

XML.java

- + 370 - + @@ -5693,12 +5693,12 @@

XML.java

- + 371 - + @@ -5708,12 +5708,12 @@

XML.java

- + 372 - + @@ -5723,12 +5723,12 @@

XML.java

- + 373 - + @@ -5738,12 +5738,12 @@

XML.java

- + 374 - + @@ -5753,12 +5753,12 @@

XML.java

- + 375 - + @@ -5768,12 +5768,12 @@

XML.java

- + 376 -1 +1 1. writeNode : negated conditional → KILLED
@@ -5785,12 +5785,12 @@

XML.java

- + 377 - + @@ -5800,12 +5800,12 @@

XML.java

- + 378 - + @@ -5815,12 +5815,12 @@

XML.java

- + 379 -1 +1 1. writeNode : removed call to com/mastercard/test/flow/msg/xml/XML::writeElement → KILLED
@@ -5832,12 +5832,12 @@

XML.java

- + 380 - + @@ -5847,12 +5847,12 @@

XML.java

- + 381 -1 +1 1. writeNode : negated conditional → KILLED
@@ -5864,12 +5864,12 @@

XML.java

- + 382 - + @@ -5879,12 +5879,12 @@

XML.java

- + 383 - + @@ -5894,12 +5894,12 @@

XML.java

- + 384 - + @@ -5909,12 +5909,12 @@

XML.java

- + 385 -1 +1 1. writeNode : removed call to com/mastercard/test/flow/msg/xml/XML::writeNode → KILLED
@@ -5926,12 +5926,12 @@

XML.java

- + 386 - + @@ -5941,12 +5941,12 @@

XML.java

- + 387 - + @@ -5956,12 +5956,12 @@

XML.java

- + 388 - + @@ -5971,12 +5971,12 @@

XML.java

- + 389 -1 +1 1. writeNode : negated conditional → KILLED
@@ -5988,12 +5988,12 @@

XML.java

- + 390 -1 +1 1. writeNode : removed call to com/mastercard/test/flow/msg/xml/XML::indent → KILLED
@@ -6005,12 +6005,12 @@

XML.java

- + 391 -1 +1 1. writeNode : removed call to javax/xml/stream/XMLStreamWriter::writeStartElement → KILLED
@@ -6022,12 +6022,12 @@

XML.java

- + 392 -1 +1 1. writeNode : removed call to javax/xml/stream/XMLStreamWriter::writeEndElement → KILLED
@@ -6039,12 +6039,12 @@

XML.java

- + 393 - + @@ -6054,12 +6054,12 @@

XML.java

- + 394 - + @@ -6069,12 +6069,12 @@

XML.java

- + 395 - + @@ -6084,12 +6084,12 @@

XML.java

- + 396 - + @@ -6099,12 +6099,12 @@

XML.java

- + 397 - + @@ -6114,12 +6114,12 @@

XML.java

- + 398 - + @@ -6129,12 +6129,12 @@

XML.java

- + 399 - + @@ -6144,12 +6144,12 @@

XML.java

- + 400 - + @@ -6159,12 +6159,12 @@

XML.java

- + 401 - + @@ -6174,12 +6174,12 @@

XML.java

- + 402 - + @@ -6189,12 +6189,12 @@

XML.java

- + 403 -1 +1 1. writeElement : removed call to com/mastercard/test/flow/msg/xml/XML::indent → KILLED
@@ -6206,12 +6206,12 @@

XML.java

- + 404 - + @@ -6221,12 +6221,12 @@

XML.java

- + 405 -1 +1 1. writeElement : removed call to javax/xml/stream/XMLStreamWriter::writeStartElement → KILLED
@@ -6238,12 +6238,12 @@

XML.java

- + 406 - + @@ -6253,12 +6253,12 @@

XML.java

- + 407 - + @@ -6268,12 +6268,12 @@

XML.java

- + 408 - + @@ -6283,12 +6283,12 @@

XML.java

- + 409 -1 +1 1. writeElement : negated conditional → KILLED
@@ -6300,12 +6300,12 @@

XML.java

- + 410 -1 +1 1. writeElement : removed call to javax/xml/stream/XMLStreamWriter::writeAttribute → KILLED
@@ -6317,12 +6317,12 @@

XML.java

- + 411 - + @@ -6332,12 +6332,12 @@

XML.java

- + 412 - + @@ -6347,12 +6347,12 @@

XML.java

- + 413 - + @@ -6362,12 +6362,12 @@

XML.java

- + 414 - + @@ -6377,12 +6377,12 @@

XML.java

- + 415 - + @@ -6392,12 +6392,12 @@

XML.java

- + 416 -1 +1 1. writeElement : negated conditional → KILLED
@@ -6409,12 +6409,12 @@

XML.java

- + 417 -1 +1 1. writeElement : removed call to javax/xml/stream/XMLStreamWriter::writeCharacters → KILLED
@@ -6426,12 +6426,12 @@

XML.java

- + 418 - + @@ -6441,12 +6441,12 @@

XML.java

- + 419 - + @@ -6456,12 +6456,12 @@

XML.java

- + 420 - + @@ -6471,12 +6471,12 @@

XML.java

- + 421 - + @@ -6486,12 +6486,12 @@

XML.java

- + 422 - + @@ -6501,12 +6501,12 @@

XML.java

- + 423 -1 +1 1. writeElement : negated conditional → KILLED
@@ -6518,12 +6518,12 @@

XML.java

- + 424 -1 +1 1. writeElement : negated conditional → KILLED
@@ -6535,12 +6535,12 @@

XML.java

- + 425 - + @@ -6550,12 +6550,12 @@

XML.java

- + 426 -3 +3 1. writeElement : removed call to com/mastercard/test/flow/msg/xml/XML::writeNode → KILLED
2. writeElement : Replaced integer addition with subtraction → KILLED
@@ -6569,12 +6569,12 @@

XML.java

- + 427 - + @@ -6584,12 +6584,12 @@

XML.java

- + 428 - + @@ -6599,12 +6599,12 @@

XML.java

- + 429 - + @@ -6614,12 +6614,12 @@

XML.java

- + 430 - + @@ -6629,12 +6629,12 @@

XML.java

- + 431 -1 +1 1. writeElement : negated conditional → KILLED
@@ -6646,12 +6646,12 @@

XML.java

- + 432 -1 +1 1. writeElement : removed call to com/mastercard/test/flow/msg/xml/XML::indent → KILLED
@@ -6663,12 +6663,12 @@

XML.java

- + 433 - + @@ -6678,12 +6678,12 @@

XML.java

- + 434 -1 +1 1. writeElement : removed call to javax/xml/stream/XMLStreamWriter::writeEndElement → KILLED
@@ -6695,12 +6695,12 @@

XML.java

- + 435 - + @@ -6710,12 +6710,12 @@

XML.java

- + 436 - + @@ -6725,12 +6725,12 @@

XML.java

- + 437 - + @@ -6740,12 +6740,12 @@

XML.java

- + 438 -1 +1 1. indent : negated conditional → KILLED
@@ -6757,12 +6757,12 @@

XML.java

- + 439 -1 +1 1. indent : removed call to javax/xml/stream/XMLStreamWriter::writeCharacters → KILLED
@@ -6774,12 +6774,12 @@

XML.java

- + 440 -2 +2 1. indent : negated conditional → TIMED_OUT
2. indent : changed conditional boundary → KILLED
@@ -6792,12 +6792,12 @@

XML.java

- + 441 -1 +1 1. indent : removed call to javax/xml/stream/XMLStreamWriter::writeCharacters → KILLED
@@ -6809,12 +6809,12 @@

XML.java

- + 442 - + @@ -6824,12 +6824,12 @@

XML.java

- + 443 - + @@ -6839,12 +6839,12 @@

XML.java

- + 444 - + @@ -6854,12 +6854,12 @@

XML.java

- + 445 - + @@ -6869,12 +6869,12 @@

XML.java

- + 446 - + @@ -6886,831 +6886,831 @@

XML.java

Mutations

9595 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:xxeAvoidance()]
negated conditional → KILLED

9696 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:empty()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/xml/XML::lambda$new$2 → KILLED

102102 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:xxeAvoidance()]
removed call to javax/xml/stream/XMLInputFactory::setProperty → KILLED

104104 - +

1.1
Location : lambda$new$2
Killed by :
removed call to javax/xml/stream/XMLInputFactory::setProperty → SURVIVED

106106 - +

1.1
Location : lambda$new$2
Killed by :
removed call to javax/xml/stream/XMLInputFactory::setProperty → SURVIVED

115115 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:xxeAvoidance()]
negated conditional → KILLED

116116 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:xxeAvoidance()]
negated conditional → KILLED

121121 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:header()]
removed call to java/util/Optional::ifPresent → KILLED

123123 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:header()]
removed call to java/util/Optional::ifPresent → KILLED

125125 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:xxeAvoidance()]
negated conditional → KILLED

126126 - +

1.1
Location : lambda$new$2
Killed by :
removed call to com/mastercard/test/flow/msg/xml/XML::readElement → TIMED_OUT

151151 - +

1.1
Location : readElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:children()]
removed call to com/mastercard/test/flow/msg/xml/XML::readAttributes → KILLED

152152 - +

1.1
Location : readElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
removed call to com/mastercard/test/flow/msg/xml/XML::readContents → KILLED

156156 - +

1.1
Location : lambda$readElement$3
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

158158 - +

1.1
Location : lambda$readElement$3
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:children()]
replaced return value with null for com/mastercard/test/flow/msg/xml/XML::lambda$readElement$3 → KILLED

160160 - +

1.1
Location : lambda$readElement$3
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

162162 - +

1.1
Location : lambda$readElement$3
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:children()]
replaced return value with null for com/mastercard/test/flow/msg/xml/XML::lambda$readElement$3 → KILLED

164164 - +

1.1
Location : lambda$readElement$3
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
replaced return value with null for com/mastercard/test/flow/msg/xml/XML::lambda$readElement$3 → KILLED

170170 - +

1.1
Location : readAttributes
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:xxeAvoidance()]
negated conditional → KILLED

180180 - +

1.1
Location : readContents
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

2.2
Location : readContents
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

181181 - +

1.1
Location : readContents
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

182182 - +

1.1
Location : readContents
Killed by :
removed call to com/mastercard/test/flow/msg/xml/XML::readElement → TIMED_OUT

184184 - +

1.1
Location : readContents
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

187187 - +

1.1
Location : readContents
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

202202 - +

1.1
Location : child
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
replaced return value with null for com/mastercard/test/flow/msg/xml/XML::child → KILLED

207207 - +

1.1
Location : peer
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
replaced return value with null for com/mastercard/test/flow/msg/xml/XML::peer → KILLED

214214 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
negated conditional → KILLED

2.2
Location : data
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
negated conditional → KILLED

219219 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
negated conditional → KILLED

2.2
Location : data
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
removed call to com/mastercard/test/flow/msg/xml/XML::traverse → KILLED

3.3
Location : data
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
negated conditional → KILLED

223223 - +

1.1
Location : lambda$data$4
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
negated conditional → KILLED

231231 - +

1.1
Location : lambda$data$5
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:delete()]
negated conditional → KILLED

237237 - +

1.1
Location : data
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/xml/XML::data → KILLED

247247 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
negated conditional → KILLED

253253 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
negated conditional → KILLED

258258 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
Changed increment from 1 to -1 → KILLED

264264 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
replaced return value with null for com/mastercard/test/flow/msg/xml/XML::set → KILLED

270270 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:get()]
removed call to com/mastercard/test/flow/msg/xml/XML::traverse → KILLED

271271 - +

1.1
Location : lambda$access$6
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:get()]
removed call to java/util/concurrent/atomic/AtomicReference::set → KILLED

274274 - +

1.1
Location : access
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:get()]
replaced return value with null for com/mastercard/test/flow/msg/xml/XML::access → KILLED

284284 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
negated conditional → KILLED

288288 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
negated conditional → KILLED

289289 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
negated conditional → KILLED

290290 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
negated conditional → KILLED

291291 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
negated conditional → KILLED

297297 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
removed call to com/mastercard/test/flow/msg/Forest::traverse → KILLED

303303 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
removed call to com/mastercard/test/flow/msg/Forest::leaves → KILLED

306306 - +

1.1
Location : fields
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:fields()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/msg/xml/XML::fields → KILLED

313313 - +

1.1
Location : content
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
negated conditional → KILLED

317317 - +

1.1
Location : content
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
negated conditional → KILLED

2.2
Location : content
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
replaced return value with null for com/mastercard/test/flow/msg/xml/XML::content → KILLED

326326 - +

1.1
Location : asHuman
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
replaced return value with "" for com/mastercard/test/flow/msg/xml/XML::asHuman → KILLED

332332 - +

1.1
Location : lambda$writeDocuments$8
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:root()]
negated conditional → KILLED

2.2
Location : lambda$writeDocuments$8
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:header()]
replaced boolean return with true for com/mastercard/test/flow/msg/xml/XML::lambda$writeDocuments$8 → KILLED

333333 - +

1.1
Location : lambda$writeDocuments$9
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
replaced boolean return with true for com/mastercard/test/flow/msg/xml/XML::lambda$writeDocuments$9 → KILLED

2.2
Location : lambda$writeDocuments$9
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:root()]
negated conditional → KILLED

336336 - +

1.1
Location : writeDocuments
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
negated conditional → KILLED

2.2
Location : writeDocuments
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
changed conditional boundary → KILLED

348348 - +

1.1
Location : writeDocuments
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
negated conditional → KILLED

349349 - +

1.1
Location : writeDocuments
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
negated conditional → KILLED

350350 - +

1.1
Location : writeDocuments
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
removed call to com/mastercard/test/flow/msg/xml/XML::writeDocument → KILLED

357357 - +

1.1
Location : writeDocuments
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
replaced return value with "" for com/mastercard/test/flow/msg/xml/XML::writeDocuments → KILLED

363363 - +

1.1
Location : writeDocument
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
negated conditional → KILLED

364364 - +

1.1
Location : writeDocument
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:header()]
negated conditional → KILLED

2.2
Location : writeDocument
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:header()]
removed call to javax/xml/stream/XMLStreamWriter::writeStartDocument → KILLED

369369 - +

1.1
Location : writeDocument
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

2.2
Location : writeDocument
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
removed call to com/mastercard/test/flow/msg/xml/XML::writeNode → KILLED

376376 - +

1.1
Location : writeNode
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
negated conditional → KILLED

379379 - +

1.1
Location : writeNode
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
removed call to com/mastercard/test/flow/msg/xml/XML::writeElement → KILLED

381381 - +

1.1
Location : writeNode
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:children()]
negated conditional → KILLED

385385 - +

1.1
Location : writeNode
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:children()]
removed call to com/mastercard/test/flow/msg/xml/XML::writeNode → KILLED

389389 - +

1.1
Location : writeNode
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:children()]
negated conditional → KILLED

390390 - +

1.1
Location : writeNode
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:children()]
removed call to com/mastercard/test/flow/msg/xml/XML::indent → KILLED

391391 - +

1.1
Location : writeNode
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:children()]
removed call to javax/xml/stream/XMLStreamWriter::writeStartElement → KILLED

392392 - +

1.1
Location : writeNode
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:children()]
removed call to javax/xml/stream/XMLStreamWriter::writeEndElement → KILLED

403403 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
removed call to com/mastercard/test/flow/msg/xml/XML::indent → KILLED

405405 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
removed call to javax/xml/stream/XMLStreamWriter::writeStartElement → KILLED

409409 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
negated conditional → KILLED

410410 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:children()]
removed call to javax/xml/stream/XMLStreamWriter::writeAttribute → KILLED

416416 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
negated conditional → KILLED

417417 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
removed call to javax/xml/stream/XMLStreamWriter::writeCharacters → KILLED

423423 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

424424 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
negated conditional → KILLED

426426 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
removed call to com/mastercard/test/flow/msg/xml/XML::writeNode → KILLED

2.2
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
Replaced integer addition with subtraction → KILLED

3.3
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

431431 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

432432 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
removed call to com/mastercard/test/flow/msg/xml/XML::indent → KILLED

434434 - +

1.1
Location : writeElement
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:encoding()]
removed call to javax/xml/stream/XMLStreamWriter::writeEndElement → KILLED

438438 - +

1.1
Location : indent
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
negated conditional → KILLED

439439 - +

1.1
Location : indent
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
removed call to javax/xml/stream/XMLStreamWriter::writeCharacters → KILLED

440440 - +

1.1
Location : indent
Killed by :
negated conditional → TIMED_OUT

2.2
Location : indent
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
changed conditional boundary → KILLED

441441 - +

1.1
Location : indent
Killed by : com.mastercard.test.flow.msg.xml.XMLTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.xml.XMLTest]/[method:peer()]
removed call to javax/xml/stream/XMLStreamWriter::writeCharacters → KILLED

- + 1 - + @@ -30,12 +30,12 @@

AbstractMessage.java

- + 2 - + @@ -45,12 +45,12 @@

AbstractMessage.java

- + 3 - + @@ -60,12 +60,12 @@

AbstractMessage.java

- + 4 - + @@ -75,12 +75,12 @@

AbstractMessage.java

- + 5 - + @@ -90,12 +90,12 @@

AbstractMessage.java

- + 6 - + @@ -105,12 +105,12 @@

AbstractMessage.java

- + 7 - + @@ -120,12 +120,12 @@

AbstractMessage.java

- + 8 - + @@ -135,12 +135,12 @@

AbstractMessage.java

- + 9 - + @@ -150,12 +150,12 @@

AbstractMessage.java

- + 10 - + @@ -165,12 +165,12 @@

AbstractMessage.java

- + 11 - + @@ -180,12 +180,12 @@

AbstractMessage.java

- + 12 - + @@ -195,12 +195,12 @@

AbstractMessage.java

- + 13 - + @@ -210,12 +210,12 @@

AbstractMessage.java

- + 14 - + @@ -225,12 +225,12 @@

AbstractMessage.java

- + 15 - + @@ -240,12 +240,12 @@

AbstractMessage.java

- + 16 - + @@ -255,12 +255,12 @@

AbstractMessage.java

- + 17 - + @@ -270,12 +270,12 @@

AbstractMessage.java

- + 18 - + @@ -285,12 +285,12 @@

AbstractMessage.java

- + 19 - + @@ -300,12 +300,12 @@

AbstractMessage.java

- + 20 - + @@ -315,12 +315,12 @@

AbstractMessage.java

- + 21 - + @@ -330,12 +330,12 @@

AbstractMessage.java

- + 22 - + @@ -345,12 +345,12 @@

AbstractMessage.java

- + 23 - + @@ -360,12 +360,12 @@

AbstractMessage.java

- + 24 - + @@ -375,12 +375,12 @@

AbstractMessage.java

- + 25 - + @@ -390,12 +390,12 @@

AbstractMessage.java

- + 26 - + @@ -405,12 +405,12 @@

AbstractMessage.java

- + 27 - + @@ -420,12 +420,12 @@

AbstractMessage.java

- + 28 - + @@ -435,12 +435,12 @@

AbstractMessage.java

- + 29 - + @@ -450,12 +450,12 @@

AbstractMessage.java

- + 30 - + @@ -465,12 +465,12 @@

AbstractMessage.java

- + 31 - + @@ -480,12 +480,12 @@

AbstractMessage.java

- + 32 - + @@ -495,12 +495,12 @@

AbstractMessage.java

- + 33 - + @@ -510,12 +510,12 @@

AbstractMessage.java

- + 34 - + @@ -525,12 +525,12 @@

AbstractMessage.java

- + 35 - + @@ -540,12 +540,12 @@

AbstractMessage.java

- + 36 - + @@ -555,12 +555,12 @@

AbstractMessage.java

- + 37 - + @@ -570,12 +570,12 @@

AbstractMessage.java

- + 38 - + @@ -585,12 +585,12 @@

AbstractMessage.java

- + 39 - + @@ -600,12 +600,12 @@

AbstractMessage.java

- + 40 - + @@ -615,12 +615,12 @@

AbstractMessage.java

- + 41 - + @@ -630,12 +630,12 @@

AbstractMessage.java

- + 42 - + @@ -645,12 +645,12 @@

AbstractMessage.java

- + 43 - + @@ -660,12 +660,12 @@

AbstractMessage.java

- + 44 - + @@ -675,12 +675,12 @@

AbstractMessage.java

- + 45 - + @@ -690,12 +690,12 @@

AbstractMessage.java

- + 46 - + @@ -705,12 +705,12 @@

AbstractMessage.java

- + 47 - + @@ -720,12 +720,12 @@

AbstractMessage.java

- + 48 - + @@ -735,12 +735,12 @@

AbstractMessage.java

- + 49 - + @@ -750,12 +750,12 @@

AbstractMessage.java

- + 50 - + @@ -765,12 +765,12 @@

AbstractMessage.java

- + 51 - + @@ -780,12 +780,12 @@

AbstractMessage.java

- + 52 - + @@ -795,12 +795,12 @@

AbstractMessage.java

- + 53 - + @@ -810,12 +810,12 @@

AbstractMessage.java

- + 54 - + @@ -825,12 +825,12 @@

AbstractMessage.java

- + 55 - + @@ -840,12 +840,12 @@

AbstractMessage.java

- + 56 - + @@ -855,12 +855,12 @@

AbstractMessage.java

- + 57 - + @@ -870,12 +870,12 @@

AbstractMessage.java

- + 58 - + @@ -885,12 +885,12 @@

AbstractMessage.java

- + 59 -1 +1 1. lambda$masking$0 : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::lambda$masking$0 → KILLED
@@ -902,12 +902,12 @@

AbstractMessage.java

- + 60 -1 +1 1. masking : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::masking → KILLED
@@ -919,12 +919,12 @@

AbstractMessage.java

- + 61 - + @@ -934,12 +934,12 @@

AbstractMessage.java

- + 62 - + @@ -949,12 +949,12 @@

AbstractMessage.java

- + 63 - + @@ -964,12 +964,12 @@

AbstractMessage.java

- + 64 - + @@ -979,12 +979,12 @@

AbstractMessage.java

- + 65 - + @@ -994,12 +994,12 @@

AbstractMessage.java

- + 66 - + @@ -1009,12 +1009,12 @@

AbstractMessage.java

- + 67 - + @@ -1024,12 +1024,12 @@

AbstractMessage.java

- + 68 - + @@ -1039,12 +1039,12 @@

AbstractMessage.java

- + 69 - + @@ -1054,12 +1054,12 @@

AbstractMessage.java

- + 70 -1 +1 1. copyMasksTo : removed call to java/util/Map::putAll → KILLED
@@ -1071,12 +1071,12 @@

AbstractMessage.java

- + 71 -1 +1 1. copyMasksTo : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::copyMasksTo → KILLED
@@ -1088,12 +1088,12 @@

AbstractMessage.java

- + 72 - + @@ -1103,12 +1103,12 @@

AbstractMessage.java

- + 73 - + @@ -1118,12 +1118,12 @@

AbstractMessage.java

- + 74 - + @@ -1133,12 +1133,12 @@

AbstractMessage.java

- + 75 - + @@ -1148,12 +1148,12 @@

AbstractMessage.java

- + 76 -1 +1 1. masks : replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/AbstractMessage::masks → KILLED
@@ -1165,12 +1165,12 @@

AbstractMessage.java

- + 77 - + @@ -1180,12 +1180,12 @@

AbstractMessage.java

- + 78 - + @@ -1195,12 +1195,12 @@

AbstractMessage.java

- + 79 - + @@ -1210,12 +1210,12 @@

AbstractMessage.java

- + 80 - + @@ -1225,12 +1225,12 @@

AbstractMessage.java

- + 81 - + @@ -1240,12 +1240,12 @@

AbstractMessage.java

- + 82 - + @@ -1255,12 +1255,12 @@

AbstractMessage.java

- + 83 - + @@ -1270,12 +1270,12 @@

AbstractMessage.java

- + 84 - + @@ -1285,12 +1285,12 @@

AbstractMessage.java

- + 85 - + @@ -1300,12 +1300,12 @@

AbstractMessage.java

- + 86 - + @@ -1315,12 +1315,12 @@

AbstractMessage.java

- + 87 -1 +1 1. assertable : negated conditional → KILLED
@@ -1332,12 +1332,12 @@

AbstractMessage.java

- + 88 -1 +1 1. assertable : replaced return value with "" for com/mastercard/test/flow/msg/AbstractMessage::assertable → KILLED
@@ -1349,12 +1349,12 @@

AbstractMessage.java

- + 89 - + @@ -1364,12 +1364,12 @@

AbstractMessage.java

- + 90 - + @@ -1379,12 +1379,12 @@

AbstractMessage.java

- + 91 - + @@ -1394,12 +1394,12 @@

AbstractMessage.java

- + 92 - + @@ -1409,12 +1409,12 @@

AbstractMessage.java

- + 93 -1 +1 1. assertable : removed call to com/mastercard/test/flow/msg/Mask::accept → KILLED
@@ -1426,12 +1426,12 @@

AbstractMessage.java

- + 94 - + @@ -1441,12 +1441,12 @@

AbstractMessage.java

- + 95 - + @@ -1456,12 +1456,12 @@

AbstractMessage.java

- + 96 -1 +1 1. assertable : replaced return value with "" for com/mastercard/test/flow/msg/AbstractMessage::assertable → KILLED
@@ -1473,12 +1473,12 @@

AbstractMessage.java

- + 97 - + @@ -1488,12 +1488,12 @@

AbstractMessage.java

- + 98 - + @@ -1503,12 +1503,12 @@

AbstractMessage.java

- + 99 - + @@ -1518,12 +1518,12 @@

AbstractMessage.java

- + 100 - + @@ -1533,12 +1533,12 @@

AbstractMessage.java

- + 101 - + @@ -1548,12 +1548,12 @@

AbstractMessage.java

- + 102 - + @@ -1563,12 +1563,12 @@

AbstractMessage.java

- + 103 - + @@ -1578,12 +1578,12 @@

AbstractMessage.java

- + 104 - + @@ -1593,12 +1593,12 @@

AbstractMessage.java

- + 105 - + @@ -1608,12 +1608,12 @@

AbstractMessage.java

- + 106 - + @@ -1623,12 +1623,12 @@

AbstractMessage.java

- + 107 - + @@ -1638,12 +1638,12 @@

AbstractMessage.java

- + 108 - + @@ -1653,12 +1653,12 @@

AbstractMessage.java

- + 109 - + @@ -1668,12 +1668,12 @@

AbstractMessage.java

- + 110 - + @@ -1683,12 +1683,12 @@

AbstractMessage.java

- + 111 - + @@ -1698,12 +1698,12 @@

AbstractMessage.java

- + 112 - + @@ -1713,12 +1713,12 @@

AbstractMessage.java

- + 113 - + @@ -1728,12 +1728,12 @@

AbstractMessage.java

- + 114 - + @@ -1743,12 +1743,12 @@

AbstractMessage.java

- + 115 -1 +1 1. set : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::set → KILLED
@@ -1760,12 +1760,12 @@

AbstractMessage.java

- + 116 - + @@ -1775,12 +1775,12 @@

AbstractMessage.java

- + 117 - + @@ -1790,12 +1790,12 @@

AbstractMessage.java

- + 118 - + @@ -1805,12 +1805,12 @@

AbstractMessage.java

- + 119 - + @@ -1820,12 +1820,12 @@

AbstractMessage.java

- + 120 - + @@ -1835,12 +1835,12 @@

AbstractMessage.java

- + 121 -1 +1 1. get : negated conditional → KILLED
@@ -1852,12 +1852,12 @@

AbstractMessage.java

- + 122 - + @@ -1867,12 +1867,12 @@

AbstractMessage.java

- + 123 - + @@ -1882,12 +1882,12 @@

AbstractMessage.java

- + 124 -1 +1 1. get : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::get → KILLED
@@ -1899,12 +1899,12 @@

AbstractMessage.java

- + 125 - + @@ -1914,12 +1914,12 @@

AbstractMessage.java

- + 126 -1 +1 1. lambda$get$1 : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::lambda$get$1 → KILLED
@@ -1931,12 +1931,12 @@

AbstractMessage.java

- + 127 - + @@ -1946,12 +1946,12 @@

AbstractMessage.java

- + 128 - + @@ -1961,12 +1961,12 @@

AbstractMessage.java

- + 129 - + @@ -1976,12 +1976,12 @@

AbstractMessage.java

- + 130 - + @@ -1991,12 +1991,12 @@

AbstractMessage.java

- + 131 - + @@ -2006,12 +2006,12 @@

AbstractMessage.java

- + 132 - + @@ -2021,12 +2021,12 @@

AbstractMessage.java

- + 133 - + @@ -2036,12 +2036,12 @@

AbstractMessage.java

- + 134 - + @@ -2051,12 +2051,12 @@

AbstractMessage.java

- + 135 - + @@ -2066,12 +2066,12 @@

AbstractMessage.java

- + 136 - + @@ -2081,12 +2081,12 @@

AbstractMessage.java

- + 137 - + @@ -2096,12 +2096,12 @@

AbstractMessage.java

- + 138 - + @@ -2111,12 +2111,12 @@

AbstractMessage.java

- + 139 - + @@ -2126,12 +2126,12 @@

AbstractMessage.java

- + 140 - + @@ -2141,12 +2141,12 @@

AbstractMessage.java

- + 141 - + @@ -2156,12 +2156,12 @@

AbstractMessage.java

- + 142 - + @@ -2171,12 +2171,12 @@

AbstractMessage.java

- + 143 - + @@ -2186,12 +2186,12 @@

AbstractMessage.java

- + 144 - + @@ -2201,12 +2201,12 @@

AbstractMessage.java

- + 145 - + @@ -2216,12 +2216,12 @@

AbstractMessage.java

- + 146 - + @@ -2231,12 +2231,12 @@

AbstractMessage.java

- + 147 - + @@ -2246,12 +2246,12 @@

AbstractMessage.java

- + 148 - + @@ -2261,12 +2261,12 @@

AbstractMessage.java

- + 149 - + @@ -2276,12 +2276,12 @@

AbstractMessage.java

- + 150 - + @@ -2291,12 +2291,12 @@

AbstractMessage.java

- + 151 - + @@ -2306,12 +2306,12 @@

AbstractMessage.java

- + 152 - + @@ -2321,12 +2321,12 @@

AbstractMessage.java

- + 153 - + @@ -2336,12 +2336,12 @@

AbstractMessage.java

- + 154 - + @@ -2351,12 +2351,12 @@

AbstractMessage.java

- + 155 - + @@ -2366,12 +2366,12 @@

AbstractMessage.java

- + 156 - + @@ -2381,12 +2381,12 @@

AbstractMessage.java

- + 157 -1 +1 1. validateValueType : negated conditional → KILLED
@@ -2398,12 +2398,12 @@

AbstractMessage.java

- + 158 - + @@ -2413,12 +2413,12 @@

AbstractMessage.java

- + 159 -1 +1 1. validateValueType : negated conditional → KILLED
@@ -2430,12 +2430,12 @@

AbstractMessage.java

- + 160 - + @@ -2445,12 +2445,12 @@

AbstractMessage.java

- + 161 - + @@ -2460,12 +2460,12 @@

AbstractMessage.java

- + 162 - + @@ -2475,12 +2475,12 @@

AbstractMessage.java

- + 163 -2 +2 1. validateValueType : negated conditional → KILLED
2. validateValueType : changed conditional boundary → KILLED
@@ -2493,12 +2493,12 @@

AbstractMessage.java

- + 164 -1 +1 1. validateValueType : removed call to java/lang/reflect/Array::set → KILLED
@@ -2510,12 +2510,12 @@

AbstractMessage.java

- + 165 - + @@ -2525,12 +2525,12 @@

AbstractMessage.java

- + 166 - + @@ -2540,12 +2540,12 @@

AbstractMessage.java

- + 167 -1 +1 1. validateValueType : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::validateValueType → KILLED
@@ -2557,12 +2557,12 @@

AbstractMessage.java

- + 168 - + @@ -2572,12 +2572,12 @@

AbstractMessage.java

- + 169 -1 +1 1. validateValueType : negated conditional → KILLED
@@ -2589,12 +2589,12 @@

AbstractMessage.java

- + 170 - + @@ -2604,12 +2604,12 @@

AbstractMessage.java

- + 171 -1 +1 1. validateValueType : negated conditional → KILLED
@@ -2621,12 +2621,12 @@

AbstractMessage.java

- + 172 - + @@ -2636,12 +2636,12 @@

AbstractMessage.java

- + 173 - + @@ -2651,12 +2651,12 @@

AbstractMessage.java

- + 174 - + @@ -2666,12 +2666,12 @@

AbstractMessage.java

- + 175 - + @@ -2681,12 +2681,12 @@

AbstractMessage.java

- + 176 -1 +1 1. validateValueType : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::validateValueType → KILLED
@@ -2698,12 +2698,12 @@

AbstractMessage.java

- + 177 - + @@ -2713,12 +2713,12 @@

AbstractMessage.java

- + 178 -1 +1 1. validateValueType : negated conditional → KILLED
@@ -2730,12 +2730,12 @@

AbstractMessage.java

- + 179 -1 +1 1. validateValueType : negated conditional → KILLED
@@ -2747,12 +2747,12 @@

AbstractMessage.java

- + 180 -1 +1 1. validateValueType : negated conditional → KILLED
@@ -2764,12 +2764,12 @@

AbstractMessage.java

- + 181 -1 +1 1. validateValueType : negated conditional → KILLED
@@ -2781,12 +2781,12 @@

AbstractMessage.java

- + 182 - + @@ -2796,12 +2796,12 @@

AbstractMessage.java

- + 183 - + @@ -2811,12 +2811,12 @@

AbstractMessage.java

- + 184 - + @@ -2826,12 +2826,12 @@

AbstractMessage.java

- + 185 - + @@ -2841,12 +2841,12 @@

AbstractMessage.java

- + 186 - + @@ -2856,12 +2856,12 @@

AbstractMessage.java

- + 187 - + @@ -2871,12 +2871,12 @@

AbstractMessage.java

- + 188 - + @@ -2886,12 +2886,12 @@

AbstractMessage.java

- + 189 - + @@ -2901,12 +2901,12 @@

AbstractMessage.java

- + 190 - + @@ -2916,12 +2916,12 @@

AbstractMessage.java

- + 191 - + @@ -2931,12 +2931,12 @@

AbstractMessage.java

- + 192 - + @@ -2946,12 +2946,12 @@

AbstractMessage.java

- + 193 - + @@ -2961,12 +2961,12 @@

AbstractMessage.java

- + 194 - + @@ -2976,12 +2976,12 @@

AbstractMessage.java

- + 195 - + @@ -2991,12 +2991,12 @@

AbstractMessage.java

- + 196 - + @@ -3006,12 +3006,12 @@

AbstractMessage.java

- + 197 - + @@ -3021,12 +3021,12 @@

AbstractMessage.java

- + 198 - + @@ -3036,12 +3036,12 @@

AbstractMessage.java

- + 199 - + @@ -3051,12 +3051,12 @@

AbstractMessage.java

- + 200 -1 +1 1. validateValueType : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::validateValueType → KILLED
@@ -3068,12 +3068,12 @@

AbstractMessage.java

- + 201 - + @@ -3083,12 +3083,12 @@

AbstractMessage.java

- + 202 - + @@ -3098,12 +3098,12 @@

AbstractMessage.java

- + 203 - + @@ -3113,12 +3113,12 @@

AbstractMessage.java

- + 204 - + @@ -3128,12 +3128,12 @@

AbstractMessage.java

- + 205 - + @@ -3143,12 +3143,12 @@

AbstractMessage.java

- + 206 - + @@ -3158,12 +3158,12 @@

AbstractMessage.java

- + 207 - + @@ -3173,12 +3173,12 @@

AbstractMessage.java

- + 208 - + @@ -3188,12 +3188,12 @@

AbstractMessage.java

- + 209 - + @@ -3203,12 +3203,12 @@

AbstractMessage.java

- + 210 - + @@ -3218,12 +3218,12 @@

AbstractMessage.java

- + 211 - + @@ -3233,12 +3233,12 @@

AbstractMessage.java

- + 212 - + @@ -3248,12 +3248,12 @@

AbstractMessage.java

- + 213 - + @@ -3263,12 +3263,12 @@

AbstractMessage.java

- + 214 - + @@ -3278,12 +3278,12 @@

AbstractMessage.java

- + 215 - + @@ -3293,12 +3293,12 @@

AbstractMessage.java

- + 216 - + @@ -3308,12 +3308,12 @@

AbstractMessage.java

- + 217 - + @@ -3323,12 +3323,12 @@

AbstractMessage.java

- + 218 - + @@ -3338,12 +3338,12 @@

AbstractMessage.java

- + 219 - + @@ -3353,12 +3353,12 @@

AbstractMessage.java

- + 220 - + @@ -3368,12 +3368,12 @@

AbstractMessage.java

- + 221 - + @@ -3383,12 +3383,12 @@

AbstractMessage.java

- + 222 - + @@ -3398,12 +3398,12 @@

AbstractMessage.java

- + 223 - + @@ -3413,12 +3413,12 @@

AbstractMessage.java

- + 224 - + @@ -3428,12 +3428,12 @@

AbstractMessage.java

- + 225 - + @@ -3443,12 +3443,12 @@

AbstractMessage.java

- + 226 -1 +1 1. lambda$static$2 : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::lambda$static$2 → KILLED
@@ -3460,12 +3460,12 @@

AbstractMessage.java

- + 227 -1 +1 1. lambda$static$3 : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::lambda$static$3 → KILLED
@@ -3477,12 +3477,12 @@

AbstractMessage.java

- + 228 -1 +1 1. lambda$static$4 : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::lambda$static$4 → KILLED
@@ -3494,12 +3494,12 @@

AbstractMessage.java

- + 229 - + @@ -3509,12 +3509,12 @@

AbstractMessage.java

- + 230 - + @@ -3524,12 +3524,12 @@

AbstractMessage.java

- + 231 - + @@ -3539,12 +3539,12 @@

AbstractMessage.java

- + 232 - + @@ -3554,12 +3554,12 @@

AbstractMessage.java

- + 233 - + @@ -3569,12 +3569,12 @@

AbstractMessage.java

- + 234 - + @@ -3584,12 +3584,12 @@

AbstractMessage.java

- + 235 - + @@ -3599,12 +3599,12 @@

AbstractMessage.java

- + 236 -1 +1 1. self : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::self → KILLED
@@ -3616,12 +3616,12 @@

AbstractMessage.java

- + 237 - + @@ -3631,12 +3631,12 @@

AbstractMessage.java

- + 238 - + @@ -3646,12 +3646,12 @@

AbstractMessage.java

- + 239 - + @@ -3661,12 +3661,12 @@

AbstractMessage.java

- + 240 - + @@ -3676,12 +3676,12 @@

AbstractMessage.java

- + 241 - + @@ -3691,12 +3691,12 @@

AbstractMessage.java

- + 242 - + @@ -3706,12 +3706,12 @@

AbstractMessage.java

- + 243 - + @@ -3721,12 +3721,12 @@

AbstractMessage.java

- + 244 - + @@ -3736,12 +3736,12 @@

AbstractMessage.java

- + 245 - + @@ -3751,12 +3751,12 @@

AbstractMessage.java

- + 246 - + @@ -3766,12 +3766,12 @@

AbstractMessage.java

- + 247 - + @@ -3781,12 +3781,12 @@

AbstractMessage.java

- + 248 - + @@ -3796,12 +3796,12 @@

AbstractMessage.java

- + 249 - + @@ -3811,12 +3811,12 @@

AbstractMessage.java

- + 250 - + @@ -3826,12 +3826,12 @@

AbstractMessage.java

- + 251 - + @@ -3841,12 +3841,12 @@

AbstractMessage.java

- + 252 - + @@ -3856,12 +3856,12 @@

AbstractMessage.java

- + 253 - + @@ -3871,12 +3871,12 @@

AbstractMessage.java

- + 254 - + @@ -3886,12 +3886,12 @@

AbstractMessage.java

- + 255 - + @@ -3901,12 +3901,12 @@

AbstractMessage.java

- + 256 - + @@ -3916,12 +3916,12 @@

AbstractMessage.java

- + 257 - + @@ -3931,12 +3931,12 @@

AbstractMessage.java

- + 258 - + @@ -3946,12 +3946,12 @@

AbstractMessage.java

- + 259 - + @@ -3961,12 +3961,12 @@

AbstractMessage.java

- + 260 - + @@ -3976,12 +3976,12 @@

AbstractMessage.java

- + 261 -1 +1 1. field : replaced return value with "" for com/mastercard/test/flow/msg/AbstractMessage$Update::field → KILLED
@@ -3993,12 +3993,12 @@

AbstractMessage.java

- + 262 - + @@ -4008,12 +4008,12 @@

AbstractMessage.java

- + 263 - + @@ -4023,12 +4023,12 @@

AbstractMessage.java

- + 264 - + @@ -4038,12 +4038,12 @@

AbstractMessage.java

- + 265 - + @@ -4053,12 +4053,12 @@

AbstractMessage.java

- + 266 - + @@ -4068,12 +4068,12 @@

AbstractMessage.java

- + 267 - + @@ -4083,12 +4083,12 @@

AbstractMessage.java

- + 268 - + @@ -4098,12 +4098,12 @@

AbstractMessage.java

- + 269 - + @@ -4113,12 +4113,12 @@

AbstractMessage.java

- + 270 -1 +1 1. value : replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage$Update::value → KILLED
@@ -4130,12 +4130,12 @@

AbstractMessage.java

- + 271 - + @@ -4145,12 +4145,12 @@

AbstractMessage.java

- + 272 - + @@ -4160,12 +4160,12 @@

AbstractMessage.java

- + 273 - + @@ -4177,321 +4177,321 @@

AbstractMessage.java

Mutations

5959 - +

1.1
Location : lambda$masking$0
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:masking()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::lambda$masking$0 → KILLED

6060 - +

1.1
Location : masking
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:masking()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::masking → KILLED

7070 - +

1.1
Location : copyMasksTo
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:copyMasksTo()]
removed call to java/util/Map::putAll → KILLED

7171 - +

1.1
Location : copyMasksTo
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:copyMasksTo()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::copyMasksTo → KILLED

7676 - +

1.1
Location : masks
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:masking()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/msg/AbstractMessage::masks → KILLED

8787 - +

1.1
Location : assertable
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:masking()]
negated conditional → KILLED

8888 - +

1.1
Location : assertable
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:masking()]
replaced return value with "" for com/mastercard/test/flow/msg/AbstractMessage::assertable → KILLED

9393 - +

1.1
Location : assertable
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:masking()]
removed call to com/mastercard/test/flow/msg/Mask::accept → KILLED

9696 - +

1.1
Location : assertable
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:masking()]
replaced return value with "" for com/mastercard/test/flow/msg/AbstractMessage::assertable → KILLED

115115 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:set()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::set → KILLED

121121 - +

1.1
Location : get
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:defensiveCopy()]
negated conditional → KILLED

124124 - +

1.1
Location : get
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:defensiveCopy()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::get → KILLED

126126 - +

1.1
Location : lambda$get$1
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:validTypes()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::lambda$get$1 → KILLED

157157 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:mutableValues()]
negated conditional → KILLED

159159 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:mutableValues()]
negated conditional → KILLED

163163 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:arrayDefense()]
negated conditional → KILLED

2.2
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:arrayDefense()]
changed conditional boundary → KILLED

164164 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:arrayDefense()]
removed call to java/lang/reflect/Array::set → KILLED

167167 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:arrayDefense()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::validateValueType → KILLED

169169 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:mutableValues()]
negated conditional → KILLED

171171 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:defensiveCopy()]
negated conditional → KILLED

176176 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:defensiveCopy()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::validateValueType → KILLED

178178 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:mutableValues()]
negated conditional → KILLED

179179 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:mutableValues()]
negated conditional → KILLED

180180 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:mutableValues()]
negated conditional → KILLED

181181 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:mutableValues()]
negated conditional → KILLED

200200 - +

1.1
Location : validateValueType
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:set()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::validateValueType → KILLED

226226 - +

1.1
Location : lambda$static$2
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:validTypes()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::lambda$static$2 → KILLED

227227 - +

1.1
Location : lambda$static$3
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:validTypes()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::lambda$static$3 → KILLED

228228 - +

1.1
Location : lambda$static$4
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:validTypes()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::lambda$static$4 → KILLED

236236 - +

1.1
Location : self
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:set()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage::self → KILLED

261261 - +

1.1
Location : field
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:set()]
replaced return value with "" for com/mastercard/test/flow/msg/AbstractMessage$Update::field → KILLED

270270 - +

1.1
Location : value
Killed by : com.mastercard.test.flow.msg.AbstractMessageTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.AbstractMessageTest]/[method:set()]
replaced return value with null for com/mastercard/test/flow/msg/AbstractMessage$Update::value → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Forest.java

- + 2 - + @@ -45,12 +45,12 @@

Forest.java

- + 3 - + @@ -60,12 +60,12 @@

Forest.java

- + 4 - + @@ -75,12 +75,12 @@

Forest.java

- + 5 - + @@ -90,12 +90,12 @@

Forest.java

- + 6 - + @@ -105,12 +105,12 @@

Forest.java

- + 7 - + @@ -120,12 +120,12 @@

Forest.java

- + 8 - + @@ -135,12 +135,12 @@

Forest.java

- + 9 - + @@ -150,12 +150,12 @@

Forest.java

- + 10 - + @@ -165,12 +165,12 @@

Forest.java

- + 11 - + @@ -180,12 +180,12 @@

Forest.java

- + 12 - + @@ -195,12 +195,12 @@

Forest.java

- + 13 - + @@ -210,12 +210,12 @@

Forest.java

- + 14 - + @@ -225,12 +225,12 @@

Forest.java

- + 15 - + @@ -240,12 +240,12 @@

Forest.java

- + 16 - + @@ -255,12 +255,12 @@

Forest.java

- + 17 - + @@ -270,12 +270,12 @@

Forest.java

- + 18 - + @@ -285,12 +285,12 @@

Forest.java

- + 19 - + @@ -300,12 +300,12 @@

Forest.java

- + 20 - + @@ -315,12 +315,12 @@

Forest.java

- + 21 - + @@ -330,12 +330,12 @@

Forest.java

- + 22 - + @@ -345,12 +345,12 @@

Forest.java

- + 23 - + @@ -360,12 +360,12 @@

Forest.java

- + 24 - + @@ -375,12 +375,12 @@

Forest.java

- + 25 - + @@ -390,12 +390,12 @@

Forest.java

- + 26 - + @@ -405,12 +405,12 @@

Forest.java

- + 27 - + @@ -420,12 +420,12 @@

Forest.java

- + 28 - + @@ -435,12 +435,12 @@

Forest.java

- + 29 - + @@ -450,12 +450,12 @@

Forest.java

- + 30 - + @@ -465,12 +465,12 @@

Forest.java

- + 31 - + @@ -480,12 +480,12 @@

Forest.java

- + 32 - + @@ -495,12 +495,12 @@

Forest.java

- + 33 - + @@ -510,12 +510,12 @@

Forest.java

- + 34 - + @@ -525,12 +525,12 @@

Forest.java

- + 35 - + @@ -540,12 +540,12 @@

Forest.java

- + 36 - + @@ -555,12 +555,12 @@

Forest.java

- + 37 - + @@ -570,12 +570,12 @@

Forest.java

- + 38 - + @@ -585,12 +585,12 @@

Forest.java

- + 39 - + @@ -600,12 +600,12 @@

Forest.java

- + 40 - + @@ -615,12 +615,12 @@

Forest.java

- + 41 - + @@ -630,12 +630,12 @@

Forest.java

- + 42 - + @@ -645,12 +645,12 @@

Forest.java

- + 43 - + @@ -660,12 +660,12 @@

Forest.java

- + 44 - + @@ -675,12 +675,12 @@

Forest.java

- + 45 - + @@ -690,12 +690,12 @@

Forest.java

- + 46 - + @@ -705,12 +705,12 @@

Forest.java

- + 47 - + @@ -720,12 +720,12 @@

Forest.java

- + 48 - + @@ -735,12 +735,12 @@

Forest.java

- + 49 - + @@ -750,12 +750,12 @@

Forest.java

- + 50 -1 +1 1. traverse : negated conditional → KILLED
@@ -767,12 +767,12 @@

Forest.java

- + 51 -1 +1 1. traverse : removed call to com/mastercard/test/flow/msg/Forest::leaf → KILLED
@@ -784,12 +784,12 @@

Forest.java

- + 52 - + @@ -799,12 +799,12 @@

Forest.java

- + 53 - + @@ -814,12 +814,12 @@

Forest.java

- + 54 -1 +1 1. traverse : removed call to com/mastercard/test/flow/msg/Forest::recurse → KILLED
@@ -831,12 +831,12 @@

Forest.java

- + 55 - + @@ -846,12 +846,12 @@

Forest.java

- + 56 - + @@ -861,12 +861,12 @@

Forest.java

- + 57 - + @@ -876,12 +876,12 @@

Forest.java

- + 58 - + @@ -891,12 +891,12 @@

Forest.java

- + 59 - + @@ -906,12 +906,12 @@

Forest.java

- + 60 - + @@ -921,12 +921,12 @@

Forest.java

- + 61 - + @@ -936,12 +936,12 @@

Forest.java

- + 62 - + @@ -951,12 +951,12 @@

Forest.java

- + 63 - + @@ -966,12 +966,12 @@

Forest.java

- + 64 - + @@ -981,12 +981,12 @@

Forest.java

- + 65 - + @@ -996,12 +996,12 @@

Forest.java

- + 66 - + @@ -1011,12 +1011,12 @@

Forest.java

- + 67 - + @@ -1026,12 +1026,12 @@

Forest.java

- + 68 - + @@ -1041,12 +1041,12 @@

Forest.java

- + 69 - + @@ -1056,12 +1056,12 @@

Forest.java

- + 70 - + @@ -1071,12 +1071,12 @@

Forest.java

- + 71 -1 +1 1. leaf : negated conditional → KILLED
@@ -1088,12 +1088,12 @@

Forest.java

- + 72 -1 +1 1. leaf : removed call to java/util/function/BiConsumer::accept → KILLED
@@ -1105,12 +1105,12 @@

Forest.java

- + 73 - + @@ -1120,12 +1120,12 @@

Forest.java

- + 74 - + @@ -1135,12 +1135,12 @@

Forest.java

- + 75 - + @@ -1150,12 +1150,12 @@

Forest.java

- + 76 -1 +1 1. leaf : removed call to java/util/Optional::ifPresent → KILLED
@@ -1167,12 +1167,12 @@

Forest.java

- + 77 -1 +1 1. lambda$leaf$0 : negated conditional → KILLED
@@ -1184,12 +1184,12 @@

Forest.java

- + 78 -2 +2 1. lambda$leaf$0 : changed conditional boundary → KILLED
2. lambda$leaf$0 : negated conditional → KILLED
@@ -1202,12 +1202,12 @@

Forest.java

- + 79 - + @@ -1217,12 +1217,12 @@

Forest.java

- + 80 - + @@ -1232,12 +1232,12 @@

Forest.java

- + 81 - + @@ -1247,12 +1247,12 @@

Forest.java

- + 82 -2 +2 1. lambda$leaf$0 : changed conditional boundary → KILLED
2. lambda$leaf$0 : negated conditional → KILLED
@@ -1265,12 +1265,12 @@

Forest.java

- + 83 -1 +1 1. lambda$leaf$0 : removed call to java/util/function/ObjIntConsumer::accept → KILLED
@@ -1282,12 +1282,12 @@

Forest.java

- + 84 - + @@ -1297,12 +1297,12 @@

Forest.java

- + 85 - + @@ -1312,12 +1312,12 @@

Forest.java

- + 86 - + @@ -1327,12 +1327,12 @@

Forest.java

- + 87 - + @@ -1342,12 +1342,12 @@

Forest.java

- + 88 - + @@ -1357,12 +1357,12 @@

Forest.java

- + 89 - + @@ -1372,12 +1372,12 @@

Forest.java

- + 90 - + @@ -1387,12 +1387,12 @@

Forest.java

- + 91 - + @@ -1402,12 +1402,12 @@

Forest.java

- + 92 - + @@ -1417,12 +1417,12 @@

Forest.java

- + 93 - + @@ -1432,12 +1432,12 @@

Forest.java

- + 94 - + @@ -1447,12 +1447,12 @@

Forest.java

- + 95 - + @@ -1462,12 +1462,12 @@

Forest.java

- + 96 - + @@ -1477,12 +1477,12 @@

Forest.java

- + 97 - + @@ -1492,12 +1492,12 @@

Forest.java

- + 98 - + @@ -1507,12 +1507,12 @@

Forest.java

- + 99 - + @@ -1522,12 +1522,12 @@

Forest.java

- + 100 - + @@ -1537,12 +1537,12 @@

Forest.java

- + 101 - + @@ -1552,12 +1552,12 @@

Forest.java

- + 102 - + @@ -1567,12 +1567,12 @@

Forest.java

- + 103 -1 +1 1. recurse : negated conditional → KILLED
@@ -1584,12 +1584,12 @@

Forest.java

- + 104 - + @@ -1599,12 +1599,12 @@

Forest.java

- + 105 -2 +2 1. lambda$recurse$1 : removed call to com/mastercard/test/flow/msg/Forest::traverse → KILLED
2. recurse : removed call to java/util/Optional::ifPresent → KILLED
@@ -1617,12 +1617,12 @@

Forest.java

- + 106 - + @@ -1632,12 +1632,12 @@

Forest.java

- + 107 - + @@ -1647,12 +1647,12 @@

Forest.java

- + 108 - + @@ -1662,12 +1662,12 @@

Forest.java

- + 109 - + @@ -1677,12 +1677,12 @@

Forest.java

- + 110 -1 +1 1. recurse : removed call to java/util/Optional::ifPresent → KILLED
@@ -1694,12 +1694,12 @@

Forest.java

- + 111 -2 +2 1. lambda$recurse$3 : removed call to java/util/Optional::ifPresent → KILLED
2. lambda$null$2 : removed call to com/mastercard/test/flow/msg/Forest::traverse → KILLED
@@ -1712,12 +1712,12 @@

Forest.java

- + 112 - + @@ -1727,12 +1727,12 @@

Forest.java

- + 113 - + @@ -1742,12 +1742,12 @@

Forest.java

- + 114 - + @@ -1757,12 +1757,12 @@

Forest.java

- + 115 - + @@ -1772,12 +1772,12 @@

Forest.java

- + 116 - + @@ -1787,12 +1787,12 @@

Forest.java

- + 117 - + @@ -1802,12 +1802,12 @@

Forest.java

- + 118 - + @@ -1817,12 +1817,12 @@

Forest.java

- + 119 - + @@ -1832,12 +1832,12 @@

Forest.java

- + 120 - + @@ -1847,12 +1847,12 @@

Forest.java

- + 121 - + @@ -1862,12 +1862,12 @@

Forest.java

- + 122 - + @@ -1877,12 +1877,12 @@

Forest.java

- + 123 - + @@ -1892,12 +1892,12 @@

Forest.java

- + 124 - + @@ -1907,12 +1907,12 @@

Forest.java

- + 125 - + @@ -1922,12 +1922,12 @@

Forest.java

- + 126 - + @@ -1937,12 +1937,12 @@

Forest.java

- + 127 -2 +2 1. traverseIndices : negated conditional → KILLED
2. traverseIndices : negated conditional → KILLED
@@ -1955,12 +1955,12 @@

Forest.java

- + 128 - + @@ -1970,12 +1970,12 @@

Forest.java

- + 129 - + @@ -1985,12 +1985,12 @@

Forest.java

- + 130 -1 +1 1. traverseIndices : replaced return value with Optional.empty for com/mastercard/test/flow/msg/Forest::traverseIndices → KILLED
@@ -2002,12 +2002,12 @@

Forest.java

- + 131 - + @@ -2017,12 +2017,12 @@

Forest.java

- + 132 - + @@ -2032,12 +2032,12 @@

Forest.java

- + 133 - + @@ -2047,12 +2047,12 @@

Forest.java

- + 134 - + @@ -2062,12 +2062,12 @@

Forest.java

- + 135 - + @@ -2077,12 +2077,12 @@

Forest.java

- + 136 - + @@ -2092,12 +2092,12 @@

Forest.java

- + 137 - + @@ -2107,12 +2107,12 @@

Forest.java

- + 138 - + @@ -2122,12 +2122,12 @@

Forest.java

- + 139 - + @@ -2137,12 +2137,12 @@

Forest.java

- + 140 - + @@ -2152,12 +2152,12 @@

Forest.java

- + 141 - + @@ -2167,12 +2167,12 @@

Forest.java

- + 142 - + @@ -2182,12 +2182,12 @@

Forest.java

- + 143 - + @@ -2197,12 +2197,12 @@

Forest.java

- + 144 - + @@ -2212,12 +2212,12 @@

Forest.java

- + 145 - + @@ -2227,12 +2227,12 @@

Forest.java

- + 146 - + @@ -2242,12 +2242,12 @@

Forest.java

- + 147 - + @@ -2257,12 +2257,12 @@

Forest.java

- + 148 - + @@ -2272,12 +2272,12 @@

Forest.java

- + 149 -2 +2 1. lambda$new$0 : negated conditional → KILLED
2. lambda$new$0 : replaced boolean return with true for com/mastercard/test/flow/msg/Forest$PathElement::lambda$new$0 → KILLED
@@ -2290,12 +2290,12 @@

Forest.java

- + 150 - + @@ -2305,12 +2305,12 @@

Forest.java

- + 151 - + @@ -2320,12 +2320,12 @@

Forest.java

- + 152 - + @@ -2335,12 +2335,12 @@

Forest.java

- + 153 - + @@ -2350,12 +2350,12 @@

Forest.java

- + 154 -2 +2 1. <init> : negated conditional → KILLED
2. <init> : changed conditional boundary → KILLED
@@ -2368,12 +2368,12 @@

Forest.java

- + 155 - + @@ -2383,12 +2383,12 @@

Forest.java

- + 156 - + @@ -2398,12 +2398,12 @@

Forest.java

- + 157 - + @@ -2413,12 +2413,12 @@

Forest.java

- + 158 - + @@ -2428,12 +2428,12 @@

Forest.java

- + 159 - + @@ -2443,12 +2443,12 @@

Forest.java

- + 160 - + @@ -2458,12 +2458,12 @@

Forest.java

- + 161 - + @@ -2473,12 +2473,12 @@

Forest.java

- + 162 - + @@ -2488,12 +2488,12 @@

Forest.java

- + 163 - + @@ -2503,12 +2503,12 @@

Forest.java

- + 164 - + @@ -2518,12 +2518,12 @@

Forest.java

- + 165 - + @@ -2533,12 +2533,12 @@

Forest.java

- + 166 - + @@ -2548,12 +2548,12 @@

Forest.java

- + 167 - + @@ -2563,12 +2563,12 @@

Forest.java

- + 168 - + @@ -2578,12 +2578,12 @@

Forest.java

- + 169 - + @@ -2593,12 +2593,12 @@

Forest.java

- + 170 - + @@ -2608,12 +2608,12 @@

Forest.java

- + 171 - + @@ -2623,12 +2623,12 @@

Forest.java

- + 172 - + @@ -2638,12 +2638,12 @@

Forest.java

- + 173 -1 +1 1. forceList : replaced return value with Optional.empty for com/mastercard/test/flow/msg/Forest::forceList → KILLED
@@ -2655,12 +2655,12 @@

Forest.java

- + 174 - + @@ -2670,12 +2670,12 @@

Forest.java

- + 175 - + @@ -2685,12 +2685,12 @@

Forest.java

- + 176 - + @@ -2700,12 +2700,12 @@

Forest.java

- + 177 - + @@ -2715,12 +2715,12 @@

Forest.java

- + 178 - + @@ -2730,12 +2730,12 @@

Forest.java

- + 179 - + @@ -2745,12 +2745,12 @@

Forest.java

- + 180 - + @@ -2760,12 +2760,12 @@

Forest.java

- + 181 - + @@ -2775,12 +2775,12 @@

Forest.java

- + 182 - + @@ -2790,12 +2790,12 @@

Forest.java

- + 183 - + @@ -2805,12 +2805,12 @@

Forest.java

- + 184 - + @@ -2820,12 +2820,12 @@

Forest.java

- + 185 - + @@ -2835,12 +2835,12 @@

Forest.java

- + 186 - + @@ -2850,12 +2850,12 @@

Forest.java

- + 187 - + @@ -2865,12 +2865,12 @@

Forest.java

- + 188 - + @@ -2880,12 +2880,12 @@

Forest.java

- + 189 -1 +1 1. forceMap : replaced return value with Optional.empty for com/mastercard/test/flow/msg/Forest::forceMap → KILLED
@@ -2897,12 +2897,12 @@

Forest.java

- + 190 - + @@ -2912,12 +2912,12 @@

Forest.java

- + 191 - + @@ -2927,12 +2927,12 @@

Forest.java

- + 192 - + @@ -2942,12 +2942,12 @@

Forest.java

- + 193 - + @@ -2957,12 +2957,12 @@

Forest.java

- + 194 - + @@ -2972,12 +2972,12 @@

Forest.java

- + 195 - + @@ -2987,12 +2987,12 @@

Forest.java

- + 196 - + @@ -3002,12 +3002,12 @@

Forest.java

- + 197 - + @@ -3017,12 +3017,12 @@

Forest.java

- + 198 - + @@ -3032,12 +3032,12 @@

Forest.java

- + 199 - + @@ -3047,12 +3047,12 @@

Forest.java

- + 200 - + @@ -3062,12 +3062,12 @@

Forest.java

- + 201 - + @@ -3077,12 +3077,12 @@

Forest.java

- + 202 - + @@ -3092,12 +3092,12 @@

Forest.java

- + 203 - + @@ -3107,12 +3107,12 @@

Forest.java

- + 204 - + @@ -3122,12 +3122,12 @@

Forest.java

- + 205 - + @@ -3137,12 +3137,12 @@

Forest.java

- + 206 - + @@ -3152,12 +3152,12 @@

Forest.java

- + 207 - + @@ -3167,12 +3167,12 @@

Forest.java

- + 208 - + @@ -3182,12 +3182,12 @@

Forest.java

- + 209 - + @@ -3197,12 +3197,12 @@

Forest.java

- + 210 -2 +2 1. force : negated conditional → KILLED
2. force : negated conditional → KILLED
@@ -3215,12 +3215,12 @@

Forest.java

- + 211 - + @@ -3230,12 +3230,12 @@

Forest.java

- + 212 - + @@ -3245,12 +3245,12 @@

Forest.java

- + 213 -1 +1 1. force : negated conditional → KILLED
@@ -3262,12 +3262,12 @@

Forest.java

- + 214 - + @@ -3277,12 +3277,12 @@

Forest.java

- + 215 - + @@ -3292,12 +3292,12 @@

Forest.java

- + 216 - + @@ -3307,12 +3307,12 @@

Forest.java

- + 217 - + @@ -3322,12 +3322,12 @@

Forest.java

- + 218 - + @@ -3337,12 +3337,12 @@

Forest.java

- + 219 - + @@ -3352,12 +3352,12 @@

Forest.java

- + 220 - + @@ -3367,12 +3367,12 @@

Forest.java

- + 221 - + @@ -3382,12 +3382,12 @@

Forest.java

- + 222 - + @@ -3397,12 +3397,12 @@

Forest.java

- + 223 - + @@ -3412,12 +3412,12 @@

Forest.java

- + 224 - + @@ -3427,12 +3427,12 @@

Forest.java

- + 225 - + @@ -3442,12 +3442,12 @@

Forest.java

- + 226 - + @@ -3457,12 +3457,12 @@

Forest.java

- + 227 - + @@ -3472,12 +3472,12 @@

Forest.java

- + 228 - + @@ -3487,12 +3487,12 @@

Forest.java

- + 229 - + @@ -3502,12 +3502,12 @@

Forest.java

- + 230 - + @@ -3517,12 +3517,12 @@

Forest.java

- + 231 - + @@ -3532,12 +3532,12 @@

Forest.java

- + 232 - + @@ -3547,12 +3547,12 @@

Forest.java

- + 233 -1 +1 1. forceList : replaced return value with Optional.empty for com/mastercard/test/flow/msg/Forest::forceList → KILLED
@@ -3564,12 +3564,12 @@

Forest.java

- + 234 - + @@ -3579,12 +3579,12 @@

Forest.java

- + 235 - + @@ -3594,12 +3594,12 @@

Forest.java

- + 236 - + @@ -3609,12 +3609,12 @@

Forest.java

- + 237 - + @@ -3624,12 +3624,12 @@

Forest.java

- + 238 - + @@ -3639,12 +3639,12 @@

Forest.java

- + 239 - + @@ -3654,12 +3654,12 @@

Forest.java

- + 240 - + @@ -3669,12 +3669,12 @@

Forest.java

- + 241 - + @@ -3684,12 +3684,12 @@

Forest.java

- + 242 - + @@ -3699,12 +3699,12 @@

Forest.java

- + 243 - + @@ -3714,12 +3714,12 @@

Forest.java

- + 244 - + @@ -3729,12 +3729,12 @@

Forest.java

- + 245 - + @@ -3744,12 +3744,12 @@

Forest.java

- + 246 - + @@ -3759,12 +3759,12 @@

Forest.java

- + 247 - + @@ -3774,12 +3774,12 @@

Forest.java

- + 248 - + @@ -3789,12 +3789,12 @@

Forest.java

- + 249 -1 +1 1. forceMap : replaced return value with Optional.empty for com/mastercard/test/flow/msg/Forest::forceMap → KILLED
@@ -3806,12 +3806,12 @@

Forest.java

- + 250 - + @@ -3821,12 +3821,12 @@

Forest.java

- + 251 - + @@ -3836,12 +3836,12 @@

Forest.java

- + 252 - + @@ -3851,12 +3851,12 @@

Forest.java

- + 253 - + @@ -3866,12 +3866,12 @@

Forest.java

- + 254 - + @@ -3881,12 +3881,12 @@

Forest.java

- + 255 - + @@ -3896,12 +3896,12 @@

Forest.java

- + 256 - + @@ -3911,12 +3911,12 @@

Forest.java

- + 257 - + @@ -3926,12 +3926,12 @@

Forest.java

- + 258 -1 +1 1. force : negated conditional → KILLED
@@ -3943,12 +3943,12 @@

Forest.java

- + 259 -2 +2 1. force : changed conditional boundary → KILLED
2. force : negated conditional → KILLED
@@ -3961,12 +3961,12 @@

Forest.java

- + 260 - + @@ -3976,12 +3976,12 @@

Forest.java

- + 261 - + @@ -3991,12 +3991,12 @@

Forest.java

- + 262 - + @@ -4006,12 +4006,12 @@

Forest.java

- + 263 -2 +2 1. force : changed conditional boundary → KILLED
2. force : negated conditional → KILLED
@@ -4024,12 +4024,12 @@

Forest.java

- + 264 - + @@ -4039,12 +4039,12 @@

Forest.java

- + 265 - + @@ -4054,12 +4054,12 @@

Forest.java

- + 266 - + @@ -4069,12 +4069,12 @@

Forest.java

- + 267 -2 +2 1. force : negated conditional → KILLED
2. force : negated conditional → KILLED
@@ -4087,12 +4087,12 @@

Forest.java

- + 268 - + @@ -4102,12 +4102,12 @@

Forest.java

- + 269 - + @@ -4117,12 +4117,12 @@

Forest.java

- + 270 -1 +1 1. force : negated conditional → KILLED
@@ -4134,12 +4134,12 @@

Forest.java

- + 271 - + @@ -4149,12 +4149,12 @@

Forest.java

- + 272 - + @@ -4164,12 +4164,12 @@

Forest.java

- + 273 - + @@ -4179,12 +4179,12 @@

Forest.java

- + 274 - + @@ -4194,12 +4194,12 @@

Forest.java

- + 275 - + @@ -4209,12 +4209,12 @@

Forest.java

- + 276 - + @@ -4224,12 +4224,12 @@

Forest.java

- + 277 - + @@ -4239,12 +4239,12 @@

Forest.java

- + 278 - + @@ -4254,12 +4254,12 @@

Forest.java

- + 279 - + @@ -4269,12 +4269,12 @@

Forest.java

- + 280 - + @@ -4284,12 +4284,12 @@

Forest.java

- + 281 - + @@ -4299,12 +4299,12 @@

Forest.java

- + 282 - + @@ -4314,12 +4314,12 @@

Forest.java

- + 283 - + @@ -4329,12 +4329,12 @@

Forest.java

- + 284 - + @@ -4344,12 +4344,12 @@

Forest.java

- + 285 - + @@ -4359,12 +4359,12 @@

Forest.java

- + 286 - + @@ -4374,12 +4374,12 @@

Forest.java

- + 287 - + @@ -4389,12 +4389,12 @@

Forest.java

- + 288 - + @@ -4404,12 +4404,12 @@

Forest.java

- + 289 - + @@ -4419,12 +4419,12 @@

Forest.java

- + 290 -1 +1 1. leaves : removed call to com/mastercard/test/flow/msg/Forest::leaves → KILLED
@@ -4436,12 +4436,12 @@

Forest.java

- + 291 - + @@ -4451,12 +4451,12 @@

Forest.java

- + 292 - + @@ -4466,12 +4466,12 @@

Forest.java

- + 293 - + @@ -4481,12 +4481,12 @@

Forest.java

- + 294 - + @@ -4496,12 +4496,12 @@

Forest.java

- + 295 - + @@ -4511,12 +4511,12 @@

Forest.java

- + 296 - + @@ -4526,12 +4526,12 @@

Forest.java

- + 297 - + @@ -4541,12 +4541,12 @@

Forest.java

- + 298 - + @@ -4556,12 +4556,12 @@

Forest.java

- + 299 - + @@ -4571,12 +4571,12 @@

Forest.java

- + 300 - + @@ -4586,12 +4586,12 @@

Forest.java

- + 301 - + @@ -4601,12 +4601,12 @@

Forest.java

- + 302 - + @@ -4616,12 +4616,12 @@

Forest.java

- + 303 -1 +1 1. leaves : negated conditional → KILLED
@@ -4633,12 +4633,12 @@

Forest.java

- + 304 - + @@ -4648,12 +4648,12 @@

Forest.java

- + 305 -1 +1 1. leaves : negated conditional → KILLED
@@ -4665,12 +4665,12 @@

Forest.java

- + 306 - + @@ -4680,12 +4680,12 @@

Forest.java

- + 307 -1 +1 1. leaves : removed call to com/mastercard/test/flow/msg/Forest::leaves → KILLED
@@ -4697,12 +4697,12 @@

Forest.java

- + 308 - + @@ -4712,12 +4712,12 @@

Forest.java

- + 309 - + @@ -4727,12 +4727,12 @@

Forest.java

- + 310 -1 +1 1. leaves : negated conditional → KILLED
@@ -4744,12 +4744,12 @@

Forest.java

- + 311 - + @@ -4759,12 +4759,12 @@

Forest.java

- + 312 - + @@ -4774,12 +4774,12 @@

Forest.java

- + 313 - + @@ -4789,12 +4789,12 @@

Forest.java

- + 314 -1 +1 1. leaves : negated conditional → KILLED
@@ -4806,12 +4806,12 @@

Forest.java

- + 315 -1 +1 1. leaves : removed call to com/mastercard/test/flow/msg/Forest::leaves → KILLED
@@ -4823,12 +4823,12 @@

Forest.java

- + 316 - + @@ -4838,12 +4838,12 @@

Forest.java

- + 317 -1 +1 1. leaves : Changed increment from 1 to -1 → KILLED
@@ -4855,12 +4855,12 @@

Forest.java

- + 318 - + @@ -4870,12 +4870,12 @@

Forest.java

- + 319 - + @@ -4885,12 +4885,12 @@

Forest.java

- + 320 - + @@ -4900,12 +4900,12 @@

Forest.java

- + 321 -1 +1 1. leaves : removed call to java/util/function/BiConsumer::accept → KILLED
@@ -4917,12 +4917,12 @@

Forest.java

- + 322 - + @@ -4932,12 +4932,12 @@

Forest.java

- + 323 - + @@ -4947,12 +4947,12 @@

Forest.java

- + 324 - + @@ -4964,381 +4964,381 @@

Forest.java

Mutations

5050 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:map()]
negated conditional → KILLED

5151 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:map()]
removed call to com/mastercard/test/flow/msg/Forest::leaf → KILLED

5454 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:mapOverwrite()]
removed call to com/mastercard/test/flow/msg/Forest::recurse → KILLED

7171 - +

1.1
Location : leaf
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:map()]
negated conditional → KILLED

7272 - +

1.1
Location : leaf
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:map()]
removed call to java/util/function/BiConsumer::accept → KILLED

7676 - +

1.1
Location : leaf
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
removed call to java/util/Optional::ifPresent → KILLED

7777 - +

1.1
Location : lambda$leaf$0
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
negated conditional → KILLED

7878 - +

1.1
Location : lambda$leaf$0
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
changed conditional boundary → KILLED

2.2
Location : lambda$leaf$0
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
negated conditional → KILLED

8282 - +

1.1
Location : lambda$leaf$0
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:deepListVivification()]
changed conditional boundary → KILLED

2.2
Location : lambda$leaf$0
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
negated conditional → KILLED

8383 - +

1.1
Location : lambda$leaf$0
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
removed call to java/util/function/ObjIntConsumer::accept → KILLED

103103 - +

1.1
Location : recurse
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nonvivifyingDeepMap()]
negated conditional → KILLED

105105 - +

1.1
Location : lambda$recurse$1
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:mapOverwrite()]
removed call to com/mastercard/test/flow/msg/Forest::traverse → KILLED

2.2
Location : recurse
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:mapOverwrite()]
removed call to java/util/Optional::ifPresent → KILLED

110110 - +

1.1
Location : recurse
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:mixed()]
removed call to java/util/Optional::ifPresent → KILLED

111111 - +

1.1
Location : lambda$recurse$3
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:mixed()]
removed call to java/util/Optional::ifPresent → KILLED

2.2
Location : lambda$null$2
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:mixed()]
removed call to com/mastercard/test/flow/msg/Forest::traverse → KILLED

127127 - +

1.1
Location : traverseIndices
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
negated conditional → KILLED

2.2
Location : traverseIndices
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
negated conditional → KILLED

130130 - +

1.1
Location : traverseIndices
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
replaced return value with Optional.empty for com/mastercard/test/flow/msg/Forest::traverseIndices → KILLED

149149 - +

1.1
Location : lambda$new$0
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:negativeIndices()]
negated conditional → KILLED

2.2
Location : lambda$new$0
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:map()]
replaced boolean return with true for com/mastercard/test/flow/msg/Forest$PathElement::lambda$new$0 → KILLED

154154 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:negativeIndices()]
negated conditional → KILLED

2.2
Location : <init>
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
changed conditional boundary → KILLED

173173 - +

1.1
Location : forceList
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
replaced return value with Optional.empty for com/mastercard/test/flow/msg/Forest::forceList → KILLED

189189 - +

1.1
Location : forceMap
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:mapOverwrite()]
replaced return value with Optional.empty for com/mastercard/test/flow/msg/Forest::forceMap → KILLED

210210 - +

1.1
Location : force
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:mapOverwrite()]
negated conditional → KILLED

2.2
Location : force
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:mapOverwrite()]
negated conditional → KILLED

213213 - +

1.1
Location : force
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nonvivifyingDeepMap()]
negated conditional → KILLED

233233 - +

1.1
Location : forceList
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
replaced return value with Optional.empty for com/mastercard/test/flow/msg/Forest::forceList → KILLED

249249 - +

1.1
Location : forceMap
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:mixed()]
replaced return value with Optional.empty for com/mastercard/test/flow/msg/Forest::forceMap → KILLED

258258 - +

1.1
Location : force
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
negated conditional → KILLED

259259 - +

1.1
Location : force
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
changed conditional boundary → KILLED

2.2
Location : force
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
negated conditional → KILLED

263263 - +

1.1
Location : force
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:list()]
changed conditional boundary → KILLED

2.2
Location : force
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
negated conditional → KILLED

267267 - +

1.1
Location : force
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
negated conditional → KILLED

2.2
Location : force
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
negated conditional → KILLED

270270 - +

1.1
Location : force
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:nestedList()]
negated conditional → KILLED

290290 - +

1.1
Location : leaves
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:leaves()]
removed call to com/mastercard/test/flow/msg/Forest::leaves → KILLED

303303 - +

1.1
Location : leaves
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:leaves()]
negated conditional → KILLED

305305 - +

1.1
Location : leaves
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:leaves()]
negated conditional → KILLED

307307 - +

1.1
Location : leaves
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:leaves()]
removed call to com/mastercard/test/flow/msg/Forest::leaves → KILLED

310310 - +

1.1
Location : leaves
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:leaves()]
negated conditional → KILLED

314314 - +

1.1
Location : leaves
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:leaves()]
negated conditional → KILLED

315315 - +

1.1
Location : leaves
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:leaves()]
removed call to com/mastercard/test/flow/msg/Forest::leaves → KILLED

317317 - +

1.1
Location : leaves
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:leaves()]
Changed increment from 1 to -1 → KILLED

321321 - +

1.1
Location : leaves
Killed by : com.mastercard.test.flow.msg.ForestTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.ForestTest]/[method:leaves()]
removed call to java/util/function/BiConsumer::accept → KILLED

- + 1 - + @@ -30,12 +30,12 @@

Mask.java

- + 2 - + @@ -45,12 +45,12 @@

Mask.java

- + 3 - + @@ -60,12 +60,12 @@

Mask.java

- + 4 - + @@ -75,12 +75,12 @@

Mask.java

- + 5 - + @@ -90,12 +90,12 @@

Mask.java

- + 6 - + @@ -105,12 +105,12 @@

Mask.java

- + 7 - + @@ -120,12 +120,12 @@

Mask.java

- + 8 - + @@ -135,12 +135,12 @@

Mask.java

- + 9 - + @@ -150,12 +150,12 @@

Mask.java

- + 10 - + @@ -165,12 +165,12 @@

Mask.java

- + 11 - + @@ -180,12 +180,12 @@

Mask.java

- + 12 - + @@ -195,12 +195,12 @@

Mask.java

- + 13 - + @@ -210,12 +210,12 @@

Mask.java

- + 14 - + @@ -225,12 +225,12 @@

Mask.java

- + 15 - + @@ -240,12 +240,12 @@

Mask.java

- + 16 - + @@ -255,12 +255,12 @@

Mask.java

- + 17 - + @@ -270,12 +270,12 @@

Mask.java

- + 18 - + @@ -285,12 +285,12 @@

Mask.java

- + 19 - + @@ -300,12 +300,12 @@

Mask.java

- + 20 - + @@ -315,12 +315,12 @@

Mask.java

- + 21 - + @@ -330,12 +330,12 @@

Mask.java

- + 22 - + @@ -345,12 +345,12 @@

Mask.java

- + 23 - + @@ -360,12 +360,12 @@

Mask.java

- + 24 - + @@ -375,12 +375,12 @@

Mask.java

- + 25 - + @@ -390,12 +390,12 @@

Mask.java

- + 26 - + @@ -405,12 +405,12 @@

Mask.java

- + 27 - + @@ -420,12 +420,12 @@

Mask.java

- + 28 - + @@ -435,12 +435,12 @@

Mask.java

- + 29 - + @@ -450,12 +450,12 @@

Mask.java

- + 30 - + @@ -465,12 +465,12 @@

Mask.java

- + 31 - + @@ -480,12 +480,12 @@

Mask.java

- + 32 - + @@ -495,12 +495,12 @@

Mask.java

- + 33 - + @@ -510,12 +510,12 @@

Mask.java

- + 34 - + @@ -525,12 +525,12 @@

Mask.java

- + 35 - + @@ -540,12 +540,12 @@

Mask.java

- + 36 - + @@ -555,12 +555,12 @@

Mask.java

- + 37 - + @@ -570,12 +570,12 @@

Mask.java

- + 38 - + @@ -585,12 +585,12 @@

Mask.java

- + 39 - + @@ -600,12 +600,12 @@

Mask.java

- + 40 - + @@ -615,12 +615,12 @@

Mask.java

- + 41 - + @@ -630,12 +630,12 @@

Mask.java

- + 42 - + @@ -645,12 +645,12 @@

Mask.java

- + 43 - + @@ -660,12 +660,12 @@

Mask.java

- + 44 - + @@ -675,12 +675,12 @@

Mask.java

- + 45 - + @@ -690,12 +690,12 @@

Mask.java

- + 46 - + @@ -705,12 +705,12 @@

Mask.java

- + 47 -1 +1 1. delete : replaced return value with null for com/mastercard/test/flow/msg/Mask::delete → KILLED
@@ -722,12 +722,12 @@

Mask.java

- + 48 - + @@ -737,12 +737,12 @@

Mask.java

- + 49 - + @@ -752,12 +752,12 @@

Mask.java

- + 50 - + @@ -767,12 +767,12 @@

Mask.java

- + 51 - + @@ -782,12 +782,12 @@

Mask.java

- + 52 - + @@ -797,12 +797,12 @@

Mask.java

- + 53 - + @@ -812,12 +812,12 @@

Mask.java

- + 54 - + @@ -827,12 +827,12 @@

Mask.java

- + 55 - + @@ -842,12 +842,12 @@

Mask.java

- + 56 - + @@ -857,12 +857,12 @@

Mask.java

- + 57 -1 +1 1. delete : replaced return value with null for com/mastercard/test/flow/msg/Mask::delete → KILLED
@@ -874,12 +874,12 @@

Mask.java

- + 58 - + @@ -889,12 +889,12 @@

Mask.java

- + 59 - + @@ -904,12 +904,12 @@

Mask.java

- + 60 - + @@ -919,12 +919,12 @@

Mask.java

- + 61 - + @@ -934,12 +934,12 @@

Mask.java

- + 62 - + @@ -949,12 +949,12 @@

Mask.java

- + 63 - + @@ -964,12 +964,12 @@

Mask.java

- + 64 - + @@ -979,12 +979,12 @@

Mask.java

- + 65 - + @@ -994,12 +994,12 @@

Mask.java

- + 66 - + @@ -1009,12 +1009,12 @@

Mask.java

- + 67 -1 +1 1. delete : replaced return value with null for com/mastercard/test/flow/msg/Mask::delete → KILLED
@@ -1026,12 +1026,12 @@

Mask.java

- + 68 - + @@ -1041,12 +1041,12 @@

Mask.java

- + 69 - + @@ -1056,12 +1056,12 @@

Mask.java

- + 70 - + @@ -1071,12 +1071,12 @@

Mask.java

- + 71 - + @@ -1086,12 +1086,12 @@

Mask.java

- + 72 - + @@ -1101,12 +1101,12 @@

Mask.java

- + 73 - + @@ -1116,12 +1116,12 @@

Mask.java

- + 74 - + @@ -1131,12 +1131,12 @@

Mask.java

- + 75 - + @@ -1146,12 +1146,12 @@

Mask.java

- + 76 - + @@ -1161,12 +1161,12 @@

Mask.java

- + 77 - + @@ -1176,12 +1176,12 @@

Mask.java

- + 78 - + @@ -1191,12 +1191,12 @@

Mask.java

- + 79 - + @@ -1206,12 +1206,12 @@

Mask.java

- + 80 - + @@ -1221,12 +1221,12 @@

Mask.java

- + 81 -1 +1 1. retain : replaced return value with null for com/mastercard/test/flow/msg/Mask::retain → KILLED
@@ -1238,12 +1238,12 @@

Mask.java

- + 82 - + @@ -1253,12 +1253,12 @@

Mask.java

- + 83 - + @@ -1268,12 +1268,12 @@

Mask.java

- + 84 - + @@ -1283,12 +1283,12 @@

Mask.java

- + 85 - + @@ -1298,12 +1298,12 @@

Mask.java

- + 86 - + @@ -1313,12 +1313,12 @@

Mask.java

- + 87 - + @@ -1328,12 +1328,12 @@

Mask.java

- + 88 - + @@ -1343,12 +1343,12 @@

Mask.java

- + 89 - + @@ -1358,12 +1358,12 @@

Mask.java

- + 90 - + @@ -1373,12 +1373,12 @@

Mask.java

- + 91 -1 +1 1. retain : replaced return value with null for com/mastercard/test/flow/msg/Mask::retain → KILLED
@@ -1390,12 +1390,12 @@

Mask.java

- + 92 - + @@ -1405,12 +1405,12 @@

Mask.java

- + 93 - + @@ -1420,12 +1420,12 @@

Mask.java

- + 94 - + @@ -1435,12 +1435,12 @@

Mask.java

- + 95 - + @@ -1450,12 +1450,12 @@

Mask.java

- + 96 - + @@ -1465,12 +1465,12 @@

Mask.java

- + 97 - + @@ -1480,12 +1480,12 @@

Mask.java

- + 98 - + @@ -1495,12 +1495,12 @@

Mask.java

- + 99 - + @@ -1510,12 +1510,12 @@

Mask.java

- + 100 - + @@ -1525,12 +1525,12 @@

Mask.java

- + 101 -1 +1 1. retain : replaced return value with null for com/mastercard/test/flow/msg/Mask::retain → KILLED
@@ -1542,12 +1542,12 @@

Mask.java

- + 102 - + @@ -1557,12 +1557,12 @@

Mask.java

- + 103 -1 +1 1. lambda$retain$2 : negated conditional → KILLED
@@ -1574,12 +1574,12 @@

Mask.java

- + 104 - + @@ -1589,12 +1589,12 @@

Mask.java

- + 105 - + @@ -1604,12 +1604,12 @@

Mask.java

- + 106 - + @@ -1619,12 +1619,12 @@

Mask.java

- + 107 - + @@ -1634,12 +1634,12 @@

Mask.java

- + 108 - + @@ -1649,12 +1649,12 @@

Mask.java

- + 109 - + @@ -1664,12 +1664,12 @@

Mask.java

- + 110 - + @@ -1679,12 +1679,12 @@

Mask.java

- + 111 - + @@ -1694,12 +1694,12 @@

Mask.java

- + 112 - + @@ -1709,12 +1709,12 @@

Mask.java

- + 113 - + @@ -1724,12 +1724,12 @@

Mask.java

- + 114 - + @@ -1739,12 +1739,12 @@

Mask.java

- + 115 - + @@ -1754,12 +1754,12 @@

Mask.java

- + 116 - + @@ -1769,12 +1769,12 @@

Mask.java

- + 117 - + @@ -1784,12 +1784,12 @@

Mask.java

- + 118 -1 +1 1. field : replaced return value with null for com/mastercard/test/flow/msg/Mask::field → KILLED
@@ -1801,12 +1801,12 @@

Mask.java

- + 119 - + @@ -1816,12 +1816,12 @@

Mask.java

- + 120 -1 +1 1. lambda$field$4 : removed call to java/util/Optional::ifPresent → KILLED
@@ -1833,12 +1833,12 @@

Mask.java

- + 121 - + @@ -1848,12 +1848,12 @@

Mask.java

- + 122 - + @@ -1863,12 +1863,12 @@

Mask.java

- + 123 - + @@ -1878,12 +1878,12 @@

Mask.java

- + 124 - + @@ -1893,12 +1893,12 @@

Mask.java

- + 125 - + @@ -1908,12 +1908,12 @@

Mask.java

- + 126 - + @@ -1923,12 +1923,12 @@

Mask.java

- + 127 - + @@ -1938,12 +1938,12 @@

Mask.java

- + 128 - + @@ -1953,12 +1953,12 @@

Mask.java

- + 129 - + @@ -1968,12 +1968,12 @@

Mask.java

- + 130 - + @@ -1983,12 +1983,12 @@

Mask.java

- + 131 - + @@ -1998,12 +1998,12 @@

Mask.java

- + 132 -2 +2 1. lambda$replace$5 : replaced return value with null for com/mastercard/test/flow/msg/Mask::lambda$replace$5 → KILLED
2. replace : replaced return value with null for com/mastercard/test/flow/msg/Mask::replace → KILLED
@@ -2016,12 +2016,12 @@

Mask.java

- + 133 - + @@ -2031,12 +2031,12 @@

Mask.java

- + 134 - + @@ -2046,12 +2046,12 @@

Mask.java

- + 135 - + @@ -2061,12 +2061,12 @@

Mask.java

- + 136 - + @@ -2076,12 +2076,12 @@

Mask.java

- + 137 - + @@ -2091,12 +2091,12 @@

Mask.java

- + 138 - + @@ -2106,12 +2106,12 @@

Mask.java

- + 139 - + @@ -2121,12 +2121,12 @@

Mask.java

- + 140 - + @@ -2136,12 +2136,12 @@

Mask.java

- + 141 - + @@ -2151,12 +2151,12 @@

Mask.java

- + 142 - + @@ -2166,12 +2166,12 @@

Mask.java

- + 143 -2 +2 1. string : replaced return value with null for com/mastercard/test/flow/msg/Mask::string → KILLED
2. lambda$string$6 : replaced return value with null for com/mastercard/test/flow/msg/Mask::lambda$string$6 → KILLED
@@ -2184,12 +2184,12 @@

Mask.java

- + 144 - + @@ -2199,12 +2199,12 @@

Mask.java

- + 145 - + @@ -2214,12 +2214,12 @@

Mask.java

- + 146 - + @@ -2229,12 +2229,12 @@

Mask.java

- + 147 - + @@ -2244,12 +2244,12 @@

Mask.java

- + 148 - + @@ -2259,12 +2259,12 @@

Mask.java

- + 149 - + @@ -2274,12 +2274,12 @@

Mask.java

- + 150 - + @@ -2289,12 +2289,12 @@

Mask.java

- + 151 - + @@ -2304,12 +2304,12 @@

Mask.java

- + 152 - + @@ -2319,12 +2319,12 @@

Mask.java

- + 153 - + @@ -2334,12 +2334,12 @@

Mask.java

- + 154 - + @@ -2349,12 +2349,12 @@

Mask.java

- + 155 - + @@ -2364,12 +2364,12 @@

Mask.java

- + 156 - + @@ -2379,12 +2379,12 @@

Mask.java

- + 157 -1 +1 1. chars : negated conditional → KILLED
@@ -2396,12 +2396,12 @@

Mask.java

- + 158 - + @@ -2411,12 +2411,12 @@

Mask.java

- + 159 - + @@ -2426,12 +2426,12 @@

Mask.java

- + 160 - + @@ -2441,12 +2441,12 @@

Mask.java

- + 161 -2 +2 1. lambda$chars$7 : replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$chars$7 → KILLED
2. chars : replaced return value with null for com/mastercard/test/flow/msg/Mask::chars → KILLED
@@ -2459,12 +2459,12 @@

Mask.java

- + 162 - + @@ -2474,12 +2474,12 @@

Mask.java

- + 163 - + @@ -2489,12 +2489,12 @@

Mask.java

- + 164 - + @@ -2504,12 +2504,12 @@

Mask.java

- + 165 - + @@ -2519,12 +2519,12 @@

Mask.java

- + 166 - + @@ -2534,12 +2534,12 @@

Mask.java

- + 167 - + @@ -2549,12 +2549,12 @@

Mask.java

- + 168 - + @@ -2564,12 +2564,12 @@

Mask.java

- + 169 - + @@ -2579,12 +2579,12 @@

Mask.java

- + 170 - + @@ -2594,12 +2594,12 @@

Mask.java

- + 171 - + @@ -2609,12 +2609,12 @@

Mask.java

- + 172 - + @@ -2624,12 +2624,12 @@

Mask.java

- + 173 - + @@ -2639,12 +2639,12 @@

Mask.java

- + 174 -1 +1 1. label : replaced return value with null for com/mastercard/test/flow/msg/Mask::label → KILLED
@@ -2656,12 +2656,12 @@

Mask.java

- + 175 -2 +2 1. lambda$label$8 : Replaced integer division with multiplication → KILLED
2. lambda$label$8 : Replaced integer subtraction with addition → KILLED
@@ -2674,12 +2674,12 @@

Mask.java

- + 176 - + @@ -2689,12 +2689,12 @@

Mask.java

- + 177 - + @@ -2704,12 +2704,12 @@

Mask.java

- + 178 - + @@ -2719,12 +2719,12 @@

Mask.java

- + 179 -1 +1 1. lambda$label$8 : replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$label$8 → KILLED
@@ -2736,12 +2736,12 @@

Mask.java

- + 180 - + @@ -2751,12 +2751,12 @@

Mask.java

- + 181 - + @@ -2766,12 +2766,12 @@

Mask.java

- + 182 - + @@ -2781,12 +2781,12 @@

Mask.java

- + 183 - + @@ -2796,12 +2796,12 @@

Mask.java

- + 184 - + @@ -2811,12 +2811,12 @@

Mask.java

- + 185 - + @@ -2826,12 +2826,12 @@

Mask.java

- + 186 - + @@ -2841,12 +2841,12 @@

Mask.java

- + 187 - + @@ -2856,12 +2856,12 @@

Mask.java

- + 188 - + @@ -2871,12 +2871,12 @@

Mask.java

- + 189 - + @@ -2886,12 +2886,12 @@

Mask.java

- + 190 - + @@ -2901,12 +2901,12 @@

Mask.java

- + 191 -2 +2 1. rightPad : negated conditional → KILLED
2. rightPad : changed conditional boundary → KILLED
@@ -2919,12 +2919,12 @@

Mask.java

- + 192 - + @@ -2934,12 +2934,12 @@

Mask.java

- + 193 - + @@ -2949,12 +2949,12 @@

Mask.java

- + 194 -1 +1 1. rightPad : replaced return value with "" for com/mastercard/test/flow/msg/Mask::rightPad → KILLED
@@ -2966,12 +2966,12 @@

Mask.java

- + 195 - + @@ -2981,12 +2981,12 @@

Mask.java

- + 196 - + @@ -2996,12 +2996,12 @@

Mask.java

- + 197 - + @@ -3011,12 +3011,12 @@

Mask.java

- + 198 - + @@ -3026,12 +3026,12 @@

Mask.java

- + 199 - + @@ -3041,12 +3041,12 @@

Mask.java

- + 200 - + @@ -3056,12 +3056,12 @@

Mask.java

- + 201 - + @@ -3071,12 +3071,12 @@

Mask.java

- + 202 - + @@ -3086,12 +3086,12 @@

Mask.java

- + 203 - + @@ -3101,12 +3101,12 @@

Mask.java

- + 204 - + @@ -3116,12 +3116,12 @@

Mask.java

- + 205 - + @@ -3131,12 +3131,12 @@

Mask.java

- + 206 -3 +3 1. lambda$match$9 : replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$match$9 → KILLED
2. lambda$match$9 : negated conditional → KILLED
@@ -3150,12 +3150,12 @@

Mask.java

- + 207 - + @@ -3165,12 +3165,12 @@

Mask.java

- + 208 - + @@ -3180,12 +3180,12 @@

Mask.java

- + 209 - + @@ -3195,12 +3195,12 @@

Mask.java

- + 210 - + @@ -3210,12 +3210,12 @@

Mask.java

- + 211 - + @@ -3225,12 +3225,12 @@

Mask.java

- + 212 - + @@ -3240,12 +3240,12 @@

Mask.java

- + 213 - + @@ -3255,12 +3255,12 @@

Mask.java

- + 214 - + @@ -3270,12 +3270,12 @@

Mask.java

- + 215 - + @@ -3285,12 +3285,12 @@

Mask.java

- + 216 - + @@ -3300,12 +3300,12 @@

Mask.java

- + 217 - + @@ -3315,12 +3315,12 @@

Mask.java

- + 218 - + @@ -3330,12 +3330,12 @@

Mask.java

- + 219 - + @@ -3345,12 +3345,12 @@

Mask.java

- + 220 -1 +1 1. match : replaced return value with null for com/mastercard/test/flow/msg/Mask::match → KILLED
@@ -3362,12 +3362,12 @@

Mask.java

- + 221 - + @@ -3377,12 +3377,12 @@

Mask.java

- + 222 - + @@ -3392,12 +3392,12 @@

Mask.java

- + 223 - + @@ -3407,12 +3407,12 @@

Mask.java

- + 224 - + @@ -3422,12 +3422,12 @@

Mask.java

- + 225 - + @@ -3437,12 +3437,12 @@

Mask.java

- + 226 - + @@ -3452,12 +3452,12 @@

Mask.java

- + 227 - + @@ -3467,12 +3467,12 @@

Mask.java

- + 228 - + @@ -3482,12 +3482,12 @@

Mask.java

- + 229 - + @@ -3497,12 +3497,12 @@

Mask.java

- + 230 - + @@ -3512,12 +3512,12 @@

Mask.java

- + 231 - + @@ -3527,12 +3527,12 @@

Mask.java

- + 232 - + @@ -3542,12 +3542,12 @@

Mask.java

- + 233 - + @@ -3557,12 +3557,12 @@

Mask.java

- + 234 - + @@ -3572,12 +3572,12 @@

Mask.java

- + 235 -1 +1 1. captures : replaced return value with null for com/mastercard/test/flow/msg/Mask::captures → KILLED
@@ -3589,12 +3589,12 @@

Mask.java

- + 236 - + @@ -3604,12 +3604,12 @@

Mask.java

- + 237 - + @@ -3619,12 +3619,12 @@

Mask.java

- + 238 - + @@ -3634,12 +3634,12 @@

Mask.java

- + 239 -1 +1 1. lambda$captures$10 : negated conditional → KILLED
@@ -3651,12 +3651,12 @@

Mask.java

- + 240 - + @@ -3666,12 +3666,12 @@

Mask.java

- + 241 - + @@ -3681,12 +3681,12 @@

Mask.java

- + 242 - + @@ -3696,12 +3696,12 @@

Mask.java

- + 243 -2 +2 1. lambda$captures$10 : replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$captures$10 → KILLED
2. lambda$captures$10 : negated conditional → KILLED
@@ -3714,12 +3714,12 @@

Mask.java

- + 244 - + @@ -3729,12 +3729,12 @@

Mask.java

- + 245 - + @@ -3744,12 +3744,12 @@

Mask.java

- + 246 - + @@ -3759,12 +3759,12 @@

Mask.java

- + 247 - + @@ -3774,12 +3774,12 @@

Mask.java

- + 248 - + @@ -3789,12 +3789,12 @@

Mask.java

- + 249 - + @@ -3804,12 +3804,12 @@

Mask.java

- + 250 - + @@ -3819,12 +3819,12 @@

Mask.java

- + 251 - + @@ -3834,12 +3834,12 @@

Mask.java

- + 252 - + @@ -3849,12 +3849,12 @@

Mask.java

- + 253 - + @@ -3864,12 +3864,12 @@

Mask.java

- + 254 - + @@ -3879,12 +3879,12 @@

Mask.java

- + 255 - + @@ -3894,12 +3894,12 @@

Mask.java

- + 256 - + @@ -3909,12 +3909,12 @@

Mask.java

- + 257 -1 +1 1. captures : replaced return value with null for com/mastercard/test/flow/msg/Mask::captures → KILLED
@@ -3926,12 +3926,12 @@

Mask.java

- + 258 - + @@ -3941,12 +3941,12 @@

Mask.java

- + 259 - + @@ -3956,12 +3956,12 @@

Mask.java

- + 260 -1 +1 1. lambda$captures$11 : negated conditional → KILLED
@@ -3973,12 +3973,12 @@

Mask.java

- + 261 -1 +1 1. lambda$captures$11 : replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$captures$11 → KILLED
@@ -3990,12 +3990,12 @@

Mask.java

- + 262 - + @@ -4005,12 +4005,12 @@

Mask.java

- + 263 -1 +1 1. lambda$captures$11 : replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$captures$11 → KILLED
@@ -4022,12 +4022,12 @@

Mask.java

- + 264 - + @@ -4037,12 +4037,12 @@

Mask.java

- + 265 - + @@ -4052,12 +4052,12 @@

Mask.java

- + 266 - + @@ -4067,12 +4067,12 @@

Mask.java

- + 267 - + @@ -4082,12 +4082,12 @@

Mask.java

- + 268 - + @@ -4097,12 +4097,12 @@

Mask.java

- + 269 - + @@ -4112,12 +4112,12 @@

Mask.java

- + 270 - + @@ -4127,12 +4127,12 @@

Mask.java

- + 271 - + @@ -4142,12 +4142,12 @@

Mask.java

- + 272 - + @@ -4157,12 +4157,12 @@

Mask.java

- + 273 - + @@ -4172,12 +4172,12 @@

Mask.java

- + 274 - + @@ -4187,12 +4187,12 @@

Mask.java

- + 275 - + @@ -4202,12 +4202,12 @@

Mask.java

- + 276 - + @@ -4217,12 +4217,12 @@

Mask.java

- + 277 - + @@ -4232,12 +4232,12 @@

Mask.java

- + 278 - + @@ -4247,12 +4247,12 @@

Mask.java

- + 279 - + @@ -4262,12 +4262,12 @@

Mask.java

- + 280 - + @@ -4277,12 +4277,12 @@

Mask.java

- + 281 -1 +1 1. captures : replaced return value with null for com/mastercard/test/flow/msg/Mask::captures → KILLED
@@ -4294,12 +4294,12 @@

Mask.java

- + 282 - + @@ -4309,12 +4309,12 @@

Mask.java

- + 283 -1 +1 1. lambda$captures$12 : replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$captures$12 → KILLED
@@ -4326,12 +4326,12 @@

Mask.java

- + 284 - + @@ -4341,12 +4341,12 @@

Mask.java

- + 285 - + @@ -4356,12 +4356,12 @@

Mask.java

- + 286 - + @@ -4371,12 +4371,12 @@

Mask.java

- + 287 - + @@ -4386,12 +4386,12 @@

Mask.java

- + 288 -1 +1 1. accept : removed call to java/util/function/Consumer::accept → KILLED
@@ -4403,12 +4403,12 @@

Mask.java

- + 289 - + @@ -4418,12 +4418,12 @@

Mask.java

- + 290 - + @@ -4433,12 +4433,12 @@

Mask.java

- + 291 - + @@ -4448,12 +4448,12 @@

Mask.java

- + 292 - + @@ -4463,12 +4463,12 @@

Mask.java

- + 293 - + @@ -4478,12 +4478,12 @@

Mask.java

- + 294 -1 +1 1. andThen : replaced return value with null for com/mastercard/test/flow/msg/Mask::andThen → KILLED
@@ -4495,12 +4495,12 @@

Mask.java

- + 295 - + @@ -4510,12 +4510,12 @@

Mask.java

- + 296 - + @@ -4527,311 +4527,311 @@

Mask.java

Mutations

4747 - +

1.1
Location : delete
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:delete()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::delete → KILLED

5757 - +

1.1
Location : delete
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:delete()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::delete → KILLED

6767 - +

1.1
Location : delete
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:delete()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::delete → KILLED

8181 - +

1.1
Location : retain
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:retain()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::retain → KILLED

9191 - +

1.1
Location : retain
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:retain()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::retain → KILLED

101101 - +

1.1
Location : retain
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:retain()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::retain → KILLED

103103 - +

1.1
Location : lambda$retain$2
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:retain()]
negated conditional → KILLED

118118 - +

1.1
Location : field
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:replace()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::field → KILLED

120120 - +

1.1
Location : lambda$field$4
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:replace()]
removed call to java/util/Optional::ifPresent → KILLED

132132 - +

1.1
Location : lambda$replace$5
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:replace()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::lambda$replace$5 → KILLED

2.2
Location : replace
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:replace()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::replace → KILLED

143143 - +

1.1
Location : string
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:label()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::string → KILLED

2.2
Location : lambda$string$6
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:label()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::lambda$string$6 → KILLED

157157 - +

1.1
Location : chars
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:badChars()]
negated conditional → KILLED

161161 - +

1.1
Location : lambda$chars$7
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:chars()]
replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$chars$7 → KILLED

2.2
Location : chars
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:chars()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::chars → KILLED

174174 - +

1.1
Location : label
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:label()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::label → KILLED

175175 - +

1.1
Location : lambda$label$8
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:label()]
Replaced integer division with multiplication → KILLED

2.2
Location : lambda$label$8
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:label()]
Replaced integer subtraction with addition → KILLED

179179 - +

1.1
Location : lambda$label$8
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:label()]
replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$label$8 → KILLED

191191 - +

1.1
Location : rightPad
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:label()]
negated conditional → KILLED

2.2
Location : rightPad
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:label()]
changed conditional boundary → KILLED

194194 - +

1.1
Location : rightPad
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:label()]
replaced return value with "" for com/mastercard/test/flow/msg/Mask::rightPad → KILLED

206206 - +

1.1
Location : lambda$match$9
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:match()]
replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$match$9 → KILLED

2.2
Location : lambda$match$9
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:match()]
negated conditional → KILLED

3.3
Location : match
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:match()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::match → KILLED

220220 - +

1.1
Location : match
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:match()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::match → KILLED

235235 - +

1.1
Location : captures
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:captures()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::captures → KILLED

239239 - +

1.1
Location : lambda$captures$10
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:captures()]
negated conditional → KILLED

243243 - +

1.1
Location : lambda$captures$10
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:captures()]
replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$captures$10 → KILLED

2.2
Location : lambda$captures$10
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:captures()]
negated conditional → KILLED

257257 - +

1.1
Location : captures
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:captures()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::captures → KILLED

260260 - +

1.1
Location : lambda$captures$11
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:captures()]
negated conditional → KILLED

261261 - +

1.1
Location : lambda$captures$11
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:captures()]
replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$captures$11 → KILLED

263263 - +

1.1
Location : lambda$captures$11
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:captures()]
replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$captures$11 → KILLED

281281 - +

1.1
Location : captures
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:captures()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::captures → KILLED

283283 - +

1.1
Location : lambda$captures$12
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:captures()]
replaced return value with "" for com/mastercard/test/flow/msg/Mask::lambda$captures$12 → KILLED

288288 - +

1.1
Location : accept
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:replace()]
removed call to java/util/function/Consumer::accept → KILLED

294294 - +

1.1
Location : andThen
Killed by : com.mastercard.test.flow.msg.MaskTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.msg.MaskTest]/[method:replace()]
replaced return value with null for com/mastercard/test/flow/msg/Mask::andThen → KILLED

- + 1 - + @@ -30,12 +30,12 @@

FlowData.java

- + 2 - + @@ -45,12 +45,12 @@

FlowData.java

- + 3 - + @@ -60,12 +60,12 @@

FlowData.java

- + 4 - + @@ -75,12 +75,12 @@

FlowData.java

- + 5 - + @@ -90,12 +90,12 @@

FlowData.java

- + 6 - + @@ -105,12 +105,12 @@

FlowData.java

- + 7 - + @@ -120,12 +120,12 @@

FlowData.java

- + 8 - + @@ -135,12 +135,12 @@

FlowData.java

- + 9 - + @@ -150,12 +150,12 @@

FlowData.java

- + 10 - + @@ -165,12 +165,12 @@

FlowData.java

- + 11 - + @@ -180,12 +180,12 @@

FlowData.java

- + 12 - + @@ -195,12 +195,12 @@

FlowData.java

- + 13 - + @@ -210,12 +210,12 @@

FlowData.java

- + 14 - + @@ -225,12 +225,12 @@

FlowData.java

- + 15 - + @@ -240,12 +240,12 @@

FlowData.java

- + 16 - + @@ -255,12 +255,12 @@

FlowData.java

- + 17 - + @@ -270,12 +270,12 @@

FlowData.java

- + 18 - + @@ -285,12 +285,12 @@

FlowData.java

- + 19 - + @@ -300,12 +300,12 @@

FlowData.java

- + 20 - + @@ -315,12 +315,12 @@

FlowData.java

- + 21 - + @@ -330,12 +330,12 @@

FlowData.java

- + 22 - + @@ -345,12 +345,12 @@

FlowData.java

- + 23 - + @@ -360,12 +360,12 @@

FlowData.java

- + 24 - + @@ -375,12 +375,12 @@

FlowData.java

- + 25 - + @@ -390,12 +390,12 @@

FlowData.java

- + 26 - + @@ -405,12 +405,12 @@

FlowData.java

- + 27 - + @@ -420,12 +420,12 @@

FlowData.java

- + 28 - + @@ -435,12 +435,12 @@

FlowData.java

- + 29 - + @@ -450,12 +450,12 @@

FlowData.java

- + 30 - + @@ -465,12 +465,12 @@

FlowData.java

- + 31 - + @@ -480,12 +480,12 @@

FlowData.java

- + 32 - + @@ -495,12 +495,12 @@

FlowData.java

- + 33 - + @@ -510,12 +510,12 @@

FlowData.java

- + 34 - + @@ -525,12 +525,12 @@

FlowData.java

- + 35 - + @@ -540,12 +540,12 @@

FlowData.java

- + 36 - + @@ -555,12 +555,12 @@

FlowData.java

- + 37 - + @@ -570,12 +570,12 @@

FlowData.java

- + 38 - + @@ -585,12 +585,12 @@

FlowData.java

- + 39 - + @@ -600,12 +600,12 @@

FlowData.java

- + 40 - + @@ -615,12 +615,12 @@

FlowData.java

- + 41 - + @@ -630,12 +630,12 @@

FlowData.java

- + 42 - + @@ -645,12 +645,12 @@

FlowData.java

- + 43 - + @@ -660,12 +660,12 @@

FlowData.java

- + 44 - + @@ -675,12 +675,12 @@

FlowData.java

- + 45 - + @@ -690,12 +690,12 @@

FlowData.java

- + 46 - + @@ -705,12 +705,12 @@

FlowData.java

- + 47 - + @@ -720,12 +720,12 @@

FlowData.java

- + 48 - + @@ -735,12 +735,12 @@

FlowData.java

- + 49 - + @@ -750,12 +750,12 @@

FlowData.java

- + 50 - + @@ -765,12 +765,12 @@

FlowData.java

- + 51 - + @@ -780,12 +780,12 @@

FlowData.java

- + 52 - + @@ -795,12 +795,12 @@

FlowData.java

- + 53 - + @@ -810,12 +810,12 @@

FlowData.java

- + 54 - + @@ -825,12 +825,12 @@

FlowData.java

- + 55 - + @@ -840,12 +840,12 @@

FlowData.java

- + 56 - + @@ -855,12 +855,12 @@

FlowData.java

- + 57 - + @@ -870,12 +870,12 @@

FlowData.java

- + 58 - + @@ -885,12 +885,12 @@

FlowData.java

- + 59 - + @@ -900,12 +900,12 @@

FlowData.java

- + 60 - + @@ -915,12 +915,12 @@

FlowData.java

- + 61 - + @@ -930,12 +930,12 @@

FlowData.java

- + 62 - + @@ -945,12 +945,12 @@

FlowData.java

- + 63 - + @@ -960,12 +960,12 @@

FlowData.java

- + 64 - + @@ -975,12 +975,12 @@

FlowData.java

- + 65 - + @@ -990,12 +990,12 @@

FlowData.java

- + 66 - + @@ -1005,12 +1005,12 @@

FlowData.java

- + 67 - + @@ -1020,12 +1020,12 @@

FlowData.java

- + 68 - + @@ -1035,12 +1035,12 @@

FlowData.java

- + 69 - + @@ -1050,12 +1050,12 @@

FlowData.java

- + 70 - + @@ -1065,12 +1065,12 @@

FlowData.java

- + 71 - + @@ -1080,12 +1080,12 @@

FlowData.java

- + 72 - + @@ -1095,12 +1095,12 @@

FlowData.java

- + 73 - + @@ -1110,12 +1110,12 @@

FlowData.java

- + 74 - + @@ -1125,12 +1125,12 @@

FlowData.java

- + 75 - + @@ -1140,12 +1140,12 @@

FlowData.java

- + 76 - + @@ -1155,12 +1155,12 @@

FlowData.java

- + 77 - + @@ -1170,12 +1170,12 @@

FlowData.java

- + 78 - + @@ -1185,12 +1185,12 @@

FlowData.java

- + 79 - + @@ -1200,12 +1200,12 @@

FlowData.java

- + 80 - + @@ -1215,12 +1215,12 @@

FlowData.java

- + 81 - + @@ -1230,12 +1230,12 @@

FlowData.java

- + 82 - + @@ -1245,12 +1245,12 @@

FlowData.java

- + 83 - + @@ -1260,12 +1260,12 @@

FlowData.java

- + 84 - + @@ -1275,12 +1275,12 @@

FlowData.java

- + 85 - + @@ -1290,12 +1290,12 @@

FlowData.java

- + 86 - + @@ -1305,12 +1305,12 @@

FlowData.java

- + 87 - + @@ -1320,12 +1320,12 @@

FlowData.java

- + 88 - + @@ -1335,12 +1335,12 @@

FlowData.java

- + 89 - + @@ -1350,12 +1350,12 @@

FlowData.java

- + 90 - + @@ -1365,12 +1365,12 @@

FlowData.java

- + 91 - + @@ -1380,12 +1380,12 @@

FlowData.java

- + 92 - + @@ -1395,12 +1395,12 @@

FlowData.java

- + 93 - + @@ -1410,12 +1410,12 @@

FlowData.java

- + 94 - + @@ -1425,12 +1425,12 @@

FlowData.java

- + 95 - + @@ -1440,12 +1440,12 @@

FlowData.java

- + 96 - + @@ -1455,12 +1455,12 @@

FlowData.java

- + 97 - + @@ -1470,12 +1470,12 @@

FlowData.java

- + 98 - + @@ -1485,12 +1485,12 @@

FlowData.java

- + 99 - + @@ -1500,12 +1500,12 @@

FlowData.java

- + 100 - + @@ -1515,12 +1515,12 @@

FlowData.java

- + 101 - + @@ -1530,12 +1530,12 @@

FlowData.java

- + 102 - + @@ -1545,12 +1545,12 @@

FlowData.java

- + 103 - + @@ -1560,12 +1560,12 @@

FlowData.java

- + 104 - + @@ -1575,12 +1575,12 @@

FlowData.java

- + 105 - + @@ -1590,12 +1590,12 @@

FlowData.java

- + 106 - + @@ -1605,12 +1605,12 @@

FlowData.java

- + 107 - + @@ -1620,12 +1620,12 @@

FlowData.java

- + 108 - + @@ -1635,12 +1635,12 @@

FlowData.java

- + 109 - + @@ -1650,12 +1650,12 @@

FlowData.java

- + 110 - + @@ -1665,12 +1665,12 @@

FlowData.java

- + 111 - + @@ -1680,12 +1680,12 @@

FlowData.java

- + 112 - + @@ -1695,12 +1695,12 @@

FlowData.java

- + 113 - + @@ -1710,12 +1710,12 @@

FlowData.java

- + 114 - + @@ -1725,12 +1725,12 @@

FlowData.java

- + 115 - + @@ -1740,12 +1740,12 @@

FlowData.java

- + 116 - + @@ -1755,12 +1755,12 @@

FlowData.java

- + 117 - + @@ -1770,12 +1770,12 @@

FlowData.java

- + 118 - + @@ -1785,12 +1785,12 @@

FlowData.java

- + 119 - + @@ -1800,12 +1800,12 @@

FlowData.java

- + 120 - + @@ -1815,12 +1815,12 @@

FlowData.java

- + 121 - + @@ -1830,12 +1830,12 @@

FlowData.java

- + 122 - + @@ -1845,12 +1845,12 @@

FlowData.java

- + 123 - + @@ -1860,12 +1860,12 @@

FlowData.java

- + 124 - + @@ -1875,12 +1875,12 @@

FlowData.java

- + 125 - + @@ -1890,12 +1890,12 @@

FlowData.java

- + 126 - + @@ -1905,12 +1905,12 @@

FlowData.java

- + 127 - + @@ -1920,12 +1920,12 @@

FlowData.java

- + 128 - + @@ -1935,12 +1935,12 @@

FlowData.java

- + 129 -1 +1 1. withBasis : replaced return value with null for com/mastercard/test/flow/report/data/FlowData::withBasis → KILLED
@@ -1952,12 +1952,12 @@

FlowData.java

- + 130 - + @@ -1967,12 +1967,12 @@

FlowData.java

- + 131 - + @@ -1982,12 +1982,12 @@

FlowData.java

- + 132 - + @@ -1997,12 +1997,12 @@

FlowData.java

- + 133 - + @@ -2012,12 +2012,12 @@

FlowData.java

- + 134 - + @@ -2029,11 +2029,11 @@

FlowData.java

Mutations

129129 - +

1.1
Location : withBasis
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
replaced return value with null for com/mastercard/test/flow/report/data/FlowData::withBasis → KILLED

- + 1 - + @@ -30,12 +30,12 @@

InteractionData.java

- + 2 - + @@ -45,12 +45,12 @@

InteractionData.java

- + 3 - + @@ -60,12 +60,12 @@

InteractionData.java

- + 4 - + @@ -75,12 +75,12 @@

InteractionData.java

- + 5 - + @@ -90,12 +90,12 @@

InteractionData.java

- + 6 - + @@ -105,12 +105,12 @@

InteractionData.java

- + 7 - + @@ -120,12 +120,12 @@

InteractionData.java

- + 8 - + @@ -135,12 +135,12 @@

InteractionData.java

- + 9 - + @@ -150,12 +150,12 @@

InteractionData.java

- + 10 - + @@ -165,12 +165,12 @@

InteractionData.java

- + 11 - + @@ -180,12 +180,12 @@

InteractionData.java

- + 12 - + @@ -195,12 +195,12 @@

InteractionData.java

- + 13 - + @@ -210,12 +210,12 @@

InteractionData.java

- + 14 - + @@ -225,12 +225,12 @@

InteractionData.java

- + 15 - + @@ -240,12 +240,12 @@

InteractionData.java

- + 16 - + @@ -255,12 +255,12 @@

InteractionData.java

- + 17 - + @@ -270,12 +270,12 @@

InteractionData.java

- + 18 - + @@ -285,12 +285,12 @@

InteractionData.java

- + 19 - + @@ -300,12 +300,12 @@

InteractionData.java

- + 20 - + @@ -315,12 +315,12 @@

InteractionData.java

- + 21 - + @@ -330,12 +330,12 @@

InteractionData.java

- + 22 - + @@ -345,12 +345,12 @@

InteractionData.java

- + 23 - + @@ -360,12 +360,12 @@

InteractionData.java

- + 24 - + @@ -375,12 +375,12 @@

InteractionData.java

- + 25 - + @@ -390,12 +390,12 @@

InteractionData.java

- + 26 - + @@ -405,12 +405,12 @@

InteractionData.java

- + 27 - + @@ -420,12 +420,12 @@

InteractionData.java

- + 28 - + @@ -435,12 +435,12 @@

InteractionData.java

- + 29 - + @@ -450,12 +450,12 @@

InteractionData.java

- + 30 - + @@ -465,12 +465,12 @@

InteractionData.java

- + 31 - + @@ -480,12 +480,12 @@

InteractionData.java

- + 32 - + @@ -495,12 +495,12 @@

InteractionData.java

- + 33 - + @@ -510,12 +510,12 @@

InteractionData.java

- + 34 - + @@ -525,12 +525,12 @@

InteractionData.java

- + 35 - + @@ -540,12 +540,12 @@

InteractionData.java

- + 36 - + @@ -555,12 +555,12 @@

InteractionData.java

- + 37 - + @@ -570,12 +570,12 @@

InteractionData.java

- + 38 - + @@ -585,12 +585,12 @@

InteractionData.java

- + 39 - + @@ -600,12 +600,12 @@

InteractionData.java

- + 40 - + @@ -615,12 +615,12 @@

InteractionData.java

- + 41 - + @@ -630,12 +630,12 @@

InteractionData.java

- + 42 - + @@ -645,12 +645,12 @@

InteractionData.java

- + 43 - + @@ -660,12 +660,12 @@

InteractionData.java

- + 44 - + @@ -675,12 +675,12 @@

InteractionData.java

- + 45 - + @@ -690,12 +690,12 @@

InteractionData.java

- + 46 - + @@ -705,12 +705,12 @@

InteractionData.java

- + 47 - + @@ -720,12 +720,12 @@

InteractionData.java

- + 48 - + @@ -735,12 +735,12 @@

InteractionData.java

- + 49 - + @@ -750,12 +750,12 @@

InteractionData.java

- + 50 - + @@ -765,12 +765,12 @@

InteractionData.java

- + 51 - + @@ -780,12 +780,12 @@

InteractionData.java

- + 52 - + @@ -795,12 +795,12 @@

InteractionData.java

- + 53 - + @@ -810,12 +810,12 @@

InteractionData.java

- + 54 - + @@ -825,12 +825,12 @@

InteractionData.java

- + 55 - + @@ -840,12 +840,12 @@

InteractionData.java

- + 56 - + @@ -855,12 +855,12 @@

InteractionData.java

- + 57 - + @@ -870,12 +870,12 @@

InteractionData.java

- + 58 - + @@ -885,12 +885,12 @@

InteractionData.java

- + 59 - + @@ -900,12 +900,12 @@

InteractionData.java

- + 60 - + @@ -915,12 +915,12 @@

InteractionData.java

- + 61 - + @@ -930,12 +930,12 @@

InteractionData.java

- + 62 - + @@ -945,12 +945,12 @@

InteractionData.java

- + 63 - + @@ -960,12 +960,12 @@

InteractionData.java

- + 64 - + @@ -975,12 +975,12 @@

InteractionData.java

- + 65 - + @@ -990,12 +990,12 @@

InteractionData.java

- + 66 - + @@ -1005,12 +1005,12 @@

InteractionData.java

- + 67 - + @@ -1020,12 +1020,12 @@

InteractionData.java

- + 68 - + @@ -1035,12 +1035,12 @@

InteractionData.java

- + 69 - + @@ -1050,12 +1050,12 @@

InteractionData.java

- + 70 - + @@ -1065,12 +1065,12 @@

InteractionData.java

- + 71 - + @@ -1080,12 +1080,12 @@

InteractionData.java

- + 72 - + @@ -1095,12 +1095,12 @@

InteractionData.java

- + 73 - + @@ -1110,12 +1110,12 @@

InteractionData.java

- + 74 - + @@ -1125,12 +1125,12 @@

InteractionData.java

- + 75 - + @@ -1140,12 +1140,12 @@

InteractionData.java

- + 76 - + @@ -1155,12 +1155,12 @@

InteractionData.java

- + 77 - + @@ -1170,12 +1170,12 @@

InteractionData.java

- + 78 - + @@ -1185,12 +1185,12 @@

InteractionData.java

- + 79 - + @@ -1200,12 +1200,12 @@

InteractionData.java

- + 80 - + @@ -1215,12 +1215,12 @@

InteractionData.java

- + 81 - + @@ -1230,12 +1230,12 @@

InteractionData.java

- + 82 - + @@ -1245,12 +1245,12 @@

InteractionData.java

- + 83 - + @@ -1260,12 +1260,12 @@

InteractionData.java

- + 84 - + @@ -1275,12 +1275,12 @@

InteractionData.java

- + 85 - + @@ -1290,12 +1290,12 @@

InteractionData.java

- + 86 - + @@ -1305,12 +1305,12 @@

InteractionData.java

- + 87 - + @@ -1320,12 +1320,12 @@

InteractionData.java

- + 88 - + @@ -1335,12 +1335,12 @@

InteractionData.java

- + 89 - + @@ -1350,12 +1350,12 @@

InteractionData.java

- + 90 - + @@ -1365,12 +1365,12 @@

InteractionData.java

- + 91 - + @@ -1380,12 +1380,12 @@

InteractionData.java

- + 92 - + @@ -1395,12 +1395,12 @@

InteractionData.java

- + 93 - + @@ -1410,12 +1410,12 @@

InteractionData.java

- + 94 - + @@ -1425,12 +1425,12 @@

InteractionData.java

- + 95 - + @@ -1440,12 +1440,12 @@

InteractionData.java

- + 96 - + @@ -1455,12 +1455,12 @@

InteractionData.java

- + 97 - + @@ -1470,12 +1470,12 @@

InteractionData.java

- + 98 - + @@ -1485,12 +1485,12 @@

InteractionData.java

- + 99 - + @@ -1500,12 +1500,12 @@

InteractionData.java

- + 100 - + @@ -1515,12 +1515,12 @@

InteractionData.java

- + 101 - + @@ -1530,12 +1530,12 @@

InteractionData.java

- + 102 - + @@ -1545,12 +1545,12 @@

InteractionData.java

- + 103 - + @@ -1560,12 +1560,12 @@

InteractionData.java

- + 104 - + @@ -1575,12 +1575,12 @@

InteractionData.java

- + 105 - + @@ -1590,12 +1590,12 @@

InteractionData.java

- + 106 - + @@ -1605,12 +1605,12 @@

InteractionData.java

- + 107 - + @@ -1620,12 +1620,12 @@

InteractionData.java

- + 108 - + @@ -1635,12 +1635,12 @@

InteractionData.java

- + 109 -1 +1 1. update : negated conditional → KILLED
@@ -1652,12 +1652,12 @@

InteractionData.java

- + 110 -1 +1 1. update : removed call to java/util/function/Consumer::accept → KILLED
@@ -1669,12 +1669,12 @@

InteractionData.java

- + 111 - + @@ -1684,12 +1684,12 @@

InteractionData.java

- + 112 -2 +2 1. update : removed call to java/util/List::forEach → KILLED
2. lambda$update$0 : removed call to com/mastercard/test/flow/report/data/InteractionData::update → KILLED
@@ -1702,12 +1702,12 @@

InteractionData.java

- + 113 - + @@ -1717,12 +1717,12 @@

InteractionData.java

- + 114 - + @@ -1734,31 +1734,31 @@

InteractionData.java

Mutations

109109 - +

1.1
Location : update
Killed by : com.mastercard.test.flow.report.data.InteractionDataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.data.InteractionDataTest]/[method:update()]
negated conditional → KILLED

110110 - +

1.1
Location : update
Killed by : com.mastercard.test.flow.report.data.InteractionDataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.data.InteractionDataTest]/[method:update()]
removed call to java/util/function/Consumer::accept → KILLED

112112 - +

1.1
Location : update
Killed by : com.mastercard.test.flow.report.data.InteractionDataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.data.InteractionDataTest]/[method:update()]
removed call to java/util/List::forEach → KILLED

2.2
Location : lambda$update$0
Killed by : com.mastercard.test.flow.report.data.InteractionDataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.data.InteractionDataTest]/[method:update()]
removed call to com/mastercard/test/flow/report/data/InteractionData::update → KILLED

- + 1 - + @@ -30,12 +30,12 @@

LogEvent.java

- + 2 - + @@ -45,12 +45,12 @@

LogEvent.java

- + 3 - + @@ -60,12 +60,12 @@

LogEvent.java

- + 4 - + @@ -75,12 +75,12 @@

LogEvent.java

- + 5 - + @@ -90,12 +90,12 @@

LogEvent.java

- + 6 - + @@ -105,12 +105,12 @@

LogEvent.java

- + 7 - + @@ -120,12 +120,12 @@

LogEvent.java

- + 8 - + @@ -135,12 +135,12 @@

LogEvent.java

- + 9 - + @@ -150,12 +150,12 @@

LogEvent.java

- + 10 - + @@ -165,12 +165,12 @@

LogEvent.java

- + 11 - + @@ -180,12 +180,12 @@

LogEvent.java

- + 12 - + @@ -195,12 +195,12 @@

LogEvent.java

- + 13 - + @@ -210,12 +210,12 @@

LogEvent.java

- + 14 - + @@ -225,12 +225,12 @@

LogEvent.java

- + 15 - + @@ -240,12 +240,12 @@

LogEvent.java

- + 16 - + @@ -255,12 +255,12 @@

LogEvent.java

- + 17 - + @@ -270,12 +270,12 @@

LogEvent.java

- + 18 - + @@ -285,12 +285,12 @@

LogEvent.java

- + 19 - + @@ -300,12 +300,12 @@

LogEvent.java

- + 20 - + @@ -315,12 +315,12 @@

LogEvent.java

- + 21 - + @@ -330,12 +330,12 @@

LogEvent.java

- + 22 - + @@ -345,12 +345,12 @@

LogEvent.java

- + 23 - + @@ -360,12 +360,12 @@

LogEvent.java

- + 24 - + @@ -375,12 +375,12 @@

LogEvent.java

- + 25 - + @@ -390,12 +390,12 @@

LogEvent.java

- + 26 - + @@ -405,12 +405,12 @@

LogEvent.java

- + 27 - + @@ -420,12 +420,12 @@

LogEvent.java

- + 28 - + @@ -435,12 +435,12 @@

LogEvent.java

- + 29 - + @@ -450,12 +450,12 @@

LogEvent.java

- + 30 - + @@ -465,12 +465,12 @@

LogEvent.java

- + 31 - + @@ -480,12 +480,12 @@

LogEvent.java

- + 32 - + @@ -495,12 +495,12 @@

LogEvent.java

- + 33 - + @@ -510,12 +510,12 @@

LogEvent.java

- + 34 - + @@ -525,12 +525,12 @@

LogEvent.java

- + 35 - + @@ -540,12 +540,12 @@

LogEvent.java

- + 36 - + @@ -555,12 +555,12 @@

LogEvent.java

- + 37 - + @@ -570,12 +570,12 @@

LogEvent.java

- + 38 - + @@ -585,12 +585,12 @@

LogEvent.java

- + 39 - + @@ -600,12 +600,12 @@

LogEvent.java

- + 40 - + @@ -615,12 +615,12 @@

LogEvent.java

- + 41 - + @@ -630,12 +630,12 @@

LogEvent.java

- + 42 - + @@ -645,12 +645,12 @@

LogEvent.java

- + 43 - + @@ -660,12 +660,12 @@

LogEvent.java

- + 44 - + @@ -675,12 +675,12 @@

LogEvent.java

- + 45 - + @@ -690,12 +690,12 @@

LogEvent.java

- + 46 - + @@ -705,12 +705,12 @@

LogEvent.java

- + 47 - + @@ -720,12 +720,12 @@

LogEvent.java

- + 48 - + @@ -735,12 +735,12 @@

LogEvent.java

- + 49 - + @@ -750,12 +750,12 @@

LogEvent.java

- + 50 - + @@ -765,12 +765,12 @@

LogEvent.java

- + 51 - + @@ -780,12 +780,12 @@

LogEvent.java

- + 52 - + @@ -795,12 +795,12 @@

LogEvent.java

- + 53 - + @@ -810,12 +810,12 @@

LogEvent.java

- + 54 - + @@ -825,12 +825,12 @@

LogEvent.java

- + 55 - + @@ -840,12 +840,12 @@

LogEvent.java

- + 56 - + @@ -855,12 +855,12 @@

LogEvent.java

- + 57 - + @@ -870,12 +870,12 @@

LogEvent.java

- + 58 - + @@ -885,12 +885,12 @@

LogEvent.java

- + 59 - + @@ -900,12 +900,12 @@

LogEvent.java

- + 60 - + @@ -915,12 +915,12 @@

LogEvent.java

- + 61 - + @@ -930,12 +930,12 @@

LogEvent.java

- + 62 - + @@ -945,12 +945,12 @@

LogEvent.java

- + 63 - + @@ -960,12 +960,12 @@

LogEvent.java

- + 64 - + @@ -975,12 +975,12 @@

LogEvent.java

- + 65 - + @@ -990,12 +990,12 @@

LogEvent.java

- + 66 - + @@ -1005,12 +1005,12 @@

LogEvent.java

- + 67 - + @@ -1020,12 +1020,12 @@

LogEvent.java

- + 68 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/report/data/LogEvent::toString → KILLED
@@ -1037,12 +1037,12 @@

LogEvent.java

- + 69 - + @@ -1052,12 +1052,12 @@

LogEvent.java

- + 70 - + @@ -1067,12 +1067,12 @@

LogEvent.java

- + 71 - + @@ -1082,12 +1082,12 @@

LogEvent.java

- + 72 - + @@ -1097,12 +1097,12 @@

LogEvent.java

- + 73 - + @@ -1112,12 +1112,12 @@

LogEvent.java

- + 74 - + @@ -1127,12 +1127,12 @@

LogEvent.java

- + 75 - + @@ -1142,12 +1142,12 @@

LogEvent.java

- + 76 - + @@ -1157,12 +1157,12 @@

LogEvent.java

- + 77 - + @@ -1172,12 +1172,12 @@

LogEvent.java

- + 78 - + @@ -1187,12 +1187,12 @@

LogEvent.java

- + 79 - + @@ -1202,12 +1202,12 @@

LogEvent.java

- + 80 -1 +1 1. stackTrace : removed call to java/lang/Throwable::printStackTrace → KILLED
@@ -1219,12 +1219,12 @@

LogEvent.java

- + 81 - + @@ -1234,12 +1234,12 @@

LogEvent.java

- + 82 - + @@ -1249,12 +1249,12 @@

LogEvent.java

- + 83 - + @@ -1264,12 +1264,12 @@

LogEvent.java

- + 84 - + @@ -1279,12 +1279,12 @@

LogEvent.java

- + 85 - + @@ -1294,12 +1294,12 @@

LogEvent.java

- + 86 - + @@ -1309,12 +1309,12 @@

LogEvent.java

- + 87 - + @@ -1326,23 +1326,23 @@

LogEvent.java

Mutations

6868 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.report.data.LogEventTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.data.LogEventTest]/[method:timeFormat()]
replaced return value with "" for com/mastercard/test/flow/report/data/LogEvent::toString → KILLED

8080 - + -

1.1
Location : stackTrace
Killed by : com.mastercard.test.flow.report.data.LogEventTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.data.LogEventTest]/[method:stacktraceFailure()]
removed call to java/lang/Throwable::printStackTrace → KILLED

+

1.1
Location : stackTrace
Killed by : com.mastercard.test.flow.report.data.LogEventTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.data.LogEventTest]/[method:stacktrace()]
removed call to java/lang/Throwable::printStackTrace → KILLED

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +1 + + + + + + +
package com.mastercard.test.flow.report.duct;
+ +2 + + + + + + +
+ +3 + + + + + + +
import static com.mastercard.test.flow.report.FailureSink.SILENT;
+ +4 + + + + + + +
import static java.util.stream.Collectors.joining;
+ +5 + + + + + + +
+ +6 + + + + + + +
import java.awt.GraphicsEnvironment;
+ +7 + + + + + + +
import java.io.File;
+ +8 + + + + + + +
import java.net.URL;
+ +9 + + + + + + +
import java.nio.file.Files;
+ +10 + + + + + + +
import java.nio.file.Path;
+ +11 + + + + + + +
import java.nio.file.Paths;
+ +12 + + + + + + +
import java.time.Duration;
+ +13 + + + + + + +
import java.time.Instant;
+ +14 + + + + + + +
import java.time.temporal.ChronoUnit;
+ +15 + + + + + + +
import java.util.ArrayList;
+ +16 + + + + + + +
import java.util.Collection;
+ +17 + + + + + + +
import java.util.HashMap;
+ +18 + + + + + + +
import java.util.List;
+ +19 + + + + + + +
import java.util.Map;
+ +20 + + + + + + +
import java.util.Objects;
+ +21 + + + + + + +
import java.util.prefs.Preferences;
+ +22 + + + + + + +
import java.util.stream.Stream;
+ +23 + + + + + + +
+ +24 + + + + + + +
import org.slf4j.Logger;
+ +25 + + + + + + +
import org.slf4j.LoggerFactory;
+ +26 + + + + + + +
+ +27 + + + + + + +
import com.mastercard.test.flow.report.FailureSink;
+ +28 + + + + + + +
import com.mastercard.test.flow.report.LocalBrowse;
+ +29 + + + + + + +
import com.mastercard.test.flow.report.Reader;
+ +30 + + + + + + +
import com.mastercard.test.flow.report.Writer;
+ +31 + + + + + + +
import com.mastercard.test.flow.report.data.Index;
+ +32 + + + + + + +
import com.mastercard.test.flow.report.duct.HttpClient.Response;
+ +33 + + + + + + +
import com.mastercard.test.flow.util.Option;
+ +34 + + + + + + +
+ +35 + + + + + + +
/**
+ +36 + + + + + + +
 * An application that lives in the system tray and serves flow reports.
+ +37 + + + + + + +
 */
+ +38 + + + + + + +
public class Duct {
+ +39 + + + + + + +
+ +40 + + + + + + +
	/**
+ +41 + + + + + + +
	 * Will be supplied with diagnostic data for duct initialisation failures. This
+ +42 + + + + + + +
	 * framework does not assume that clients use a logging framework, and it tries
+ +43 + + + + + + +
	 * to keep silent on stdout. <i>This</i> class uses slf4j for the bulk of
+ +44 + + + + + + +
	 * operations, but those will be running in a different process to the test. The
+ +45 + + + + + + +
	 * interaction between the test and the duct process (where we can't use slf4j)
+ +46 + + + + + + +
	 * does a bunch of failure-prone things though, so it's nice to have the option
+ +47 + + + + + + +
	 * of seeing the issues when you're wondering why your report is not being
+ +48 + + + + + + +
	 * served.
+ +49 + + + + + + +
	 */
+ +50 + + + + + + +
	private static FailureSink debug = SILENT;
+ +51 + + + + + + +
+ +52 + + + + + + +
	/**
+ +53 + + + + + + +
	 * Allows insight into failures of duct launch behaviour
+ +54 + + + + + + +
	 *
+ +55 + + + + + + +
	 * @param sink Will be supplied with duct launch failure diagnostics
+ +56 + + + + + + +
	 */
+ +57 + + + + + + +
	public static void debuggingTo( FailureSink sink ) {
+ +58 + + + + + + +
		debug = sink;
+ +59 + + + + + + +
	}
+ +60 + + + + + + +
+ +61 + + + + + + +
	/**
+ +62 + + + + + + +
	 * Allows control over whether a duct gui is shown or not
+ +63 + + + + + + +
	 */
+ +64 + + + + + + +
	public static final Option GUI_SUPPRESS = new Option.Builder()
+ +65 + + + + + + +
			.property( "mctf.suppress.duct.gui" )
+ +66 + + + + + + +
			.description( "Supply 'true' to suppress the duct gui" );
+ +67 + + + + + + +
+ +68 + + + + + + +
	/**
+ +69 + + + + + + +
	 * The preference name where we save our index directories
+ +70 + + + + + + +
	 */
+ +71 + + + + + + +
	static final String SERVED_REPORT_PATHS_PREF = "served_report_paths";
+ +72 + + + + + + +
	/**
+ +73 + + + + + + +
	 * Our preferences object
+ +74 + + + + + + +
	 */
+ +75 + + + + + + +
	static final Preferences PREFS = Preferences.userNodeForPackage( Duct.class );
+ +76 + + + + + + +
+ +77 + + + + + + +
	/**
+ +78 + + + + + + +
	 * Application entrypoint
+ +79 + + + + + + +
	 *
+ +80 + + + + + + +
	 * @param args List of report paths to serve and browse
+ +81 + + + + + + +
	 */
+ +82 + + + + + + +
	public static void main( String... args ) {
+ +83 + + + + + + +
		Duct duct = new Duct();
+ +84 + + +1 + +1. main : removed call to com/mastercard/test/flow/report/duct/Duct::start → SURVIVED
+ +
+
+
		duct.start();
+ +85 + + + + + + +
		Stream.of( args )
+ +86 + + +1 + +1. lambda$main$0 : replaced return value with null for com/mastercard/test/flow/report/duct/Duct::lambda$main$0 → KILLED
+ +
+
+
				.map( Paths::get )
+ +87 + + + + + + +
				.map( Path::toAbsolutePath )
+ +88 + + + + + + +
				.map( duct::add )
+ +89 + + + + + + +
				.filter( Objects::nonNull )
+ +90 + + +1 + +1. lambda$main$1 : replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::lambda$main$1 → SURVIVED
+ +
+
+
				.map( path -> "http://localhost:" + PORT + path )
+ +91 + + +2 + +1. lambda$main$2 : removed call to com/mastercard/test/flow/report/LocalBrowse::to → SURVIVED
+2. main : removed call to java/util/stream/Stream::forEach → KILLED
+ +
+
+
				.forEach( served -> LocalBrowse.WITH_AWT.to( served, LOG::info ) );
+ +92 + + + + + + +
	}
+ +93 + + + + + + +
+ +94 + + + + + + +
	/**
+ +95 + + + + + + +
	 * Makes a best-effort attempt at serving a report via {@link Duct} and opening
+ +96 + + + + + + +
	 * a browser to it. This might involve starting a fresh instance of the duct
+ +97 + + + + + + +
	 * application. It might fail silently
+ +98 + + + + + + +
	 *
+ +99 + + + + + + +
	 * @param report The report directory to serve
+ +100 + + + + + + +
	 */
+ +101 + + + + + + +
	public static void serve( Path report ) {
+ +102 + + + + + + +
		// try adding via http request
+ +103 + + + + + + +
		URL added = tryAdd( report );
+ +104 + + +1 + +1. serve : negated conditional → KILLED
+ +
+
+
		if( added != null ) {
+ +105 + + + + + + +
			// there's an existing instance!
+ +106 + + +1 + +1. serve : removed call to com/mastercard/test/flow/report/LocalBrowse::to → SURVIVED
+ +
+
+
			LocalBrowse.WITH_AWT.to( added, debug );
+ +107 + + + + + + +
		}
+ +108 + + + + + + +
		else {
+ +109 + + +1 + +1. serve : removed call to com/mastercard/test/flow/report/duct/Spawn::launchFor → KILLED
+ +
+
+
			Spawn.launchFor( report, debug );
+ +110 + + + + + + +
		}
+ +111 + + + + + + +
	}
+ +112 + + + + + + +
+ +113 + + + + + + +
	/**
+ +114 + + + + + + +
	 * Attempts to add a report to an existing duct instance
+ +115 + + + + + + +
	 *
+ +116 + + + + + + +
	 * @return The URL of the served report, or <code>null</code> if the request
+ +117 + + + + + + +
	 *         failed, perhaps because there <i>was</i> no existing duct instance
+ +118 + + + + + + +
	 */
+ +119 + + + + + + +
	private static URL tryAdd( Path report ) {
+ +120 + + + + + + +
		Response<String> res = HttpClient.request(
+ +121 + + + + + + +
				"http://localhost:" + PORT + "/add",
+ +122 + + + + + + +
				"POST",
+ +123 + + + + + + +
				report.toAbsolutePath().toString() );
+ +124 + + + + + + +
+ +125 + + +1 + +1. tryAdd : negated conditional → SURVIVED
+ +
+
+
		if( res.code != 200 ) {
+ +126 + + +1 + +1. tryAdd : removed call to com/mastercard/test/flow/report/FailureSink::log → KILLED
+ +
+
+
			debug.log( "Unsuccessful addition response\n:{}", res );
+ +127 + + + + + + +
			return null;
+ +128 + + + + + + +
		}
+ +129 + + + + + + +
+ +130 + + +1 + +1. tryAdd : negated conditional → SURVIVED
+ +
+
+
		if( !res.body.matches( "[\\w/]+" ) ) {
+ +131 + + +1 + +1. tryAdd : removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE
+ +
+
+
			debug.log( "Declining to browse dubious path '{}", res.body );
+ +132 + + + + + + +
			return null;
+ +133 + + + + + + +
		}
+ +134 + + + + + + +
+ +135 + + + + + + +
		try {
+ +136 + + +1 + +1. tryAdd : replaced return value with null for com/mastercard/test/flow/report/duct/Duct::tryAdd → SURVIVED
+ +
+
+
			return new URL( String.format( "http://localhost:%s/%s", PORT, res.body ) );
+ +137 + + + + + + +
		}
+ +138 + + + + + + +
		catch( Exception e ) {
+ +139 + + +1 + +1. tryAdd : removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE
+ +
+
+
			debug.log( "Failed to parse '{}' as a url", res.body, e );
+ +140 + + + + + + +
			return null;
+ +141 + + + + + + +
		}
+ +142 + + + + + + +
	}
+ +143 + + + + + + +
+ +144 + + + + + + +
	/**
+ +145 + + + + + + +
	 * How long a {@link Duct} instance will live without heartbeat requests
+ +146 + + + + + + +
	 */
+ +147 + + + + + + +
	private static final Duration LIFESPAN = Duration.of( 90, ChronoUnit.SECONDS );
+ +148 + + + + + + +
+ +149 + + + + + + +
	/**
+ +150 + + + + + + +
	 * The port that {@link Duct} will serve on
+ +151 + + + + + + +
	 */
+ +152 + + + + + + +
	public static final int PORT = 2276;
+ +153 + + + + + + +
+ +154 + + + + + + +
	/**
+ +155 + + + + + + +
	 * The directory that holds our index application and log file
+ +156 + + + + + + +
	 */
+ +157 + + + + + + +
	static final Path INDEX_DIRECTORY = Paths.get( System.getProperty( "java.io.tmpdir" ) )
+ +158 + + + + + + +
			.resolve( "mctf_duct" );
+ +159 + + + + + + +
+ +160 + + + + + + +
	private static final Logger LOG;
+ +161 + + + + + + +
	static {
+ +162 + + + + + + +
		// logger initialisation has to happen *after* the index directory is known
+ +163 + + + + + + +
		try {
+ +164 + + + + + + +
			Files.createDirectories( INDEX_DIRECTORY );
+ +165 + + + + + + +
			System.setProperty( "org.slf4j.simpleLogger.logFile",
+ +166 + + + + + + +
					INDEX_DIRECTORY.resolve( "log.txt" ).toAbsolutePath().toString() );
+ +167 + + + + + + +
			LOG = LoggerFactory.getLogger( Duct.class );
+ +168 + + + + + + +
+ +169 + + + + + + +
			LOG.info( "Creating index files" );
+ +170 + + + + + + +
			Writer.writeDuctIndex( INDEX_DIRECTORY );
+ +171 + + + + + + +
		}
+ +172 + + + + + + +
		catch( Exception e ) {
+ +173 + + + + + + +
			throw new IllegalStateException( "Failed to create index directory", e );
+ +174 + + + + + + +
		}
+ +175 + + + + + + +
	}
+ +176 + + + + + + +
+ +177 + + + + + + +
	private final Gui gui;
+ +178 + + + + + + +
	private final Server server = new Server( this, PORT );
+ +179 + + + + + + +
	private Instant expiry = Instant.now();
+ +180 + + + + + + +
	private Map<Path, ReportSummary> index = new HashMap<>();
+ +181 + + + + + + +
+ +182 + + + + + + +
	/**
+ +183 + + + + + + +
	 * Constructs a new {@link Duct} instance
+ +184 + + + + + + +
	 */
+ +185 + + + + + + +
	public Duct() {
+ +186 + + +2 + +1. <init> : negated conditional → RUN_ERROR
+2. <init> : negated conditional → SURVIVED
+ +
+
+
		if( GUI_SUPPRESS.isTrue() || GraphicsEnvironment.isHeadless() ) {
+ +187 + + + + + + +
			gui = new HeadlessGui();
+ +188 + + + + + + +
		}
+ +189 + + + + + + +
		else {
+ +190 + + + + + + +
			gui = new SystrayGui( this );
+ +191 + + + + + + +
		}
+ +192 + + + + + + +
	}
+ +193 + + + + + + +
+ +194 + + + + + + +
	/**
+ +195 + + + + + + +
	 * Starts duct. The GUI will be shown and the server kicked off
+ +196 + + + + + + +
	 */
+ +197 + + + + + + +
	public void start() {
+ +198 + + +1 + +1. start : removed call to com/mastercard/test/flow/report/duct/Gui::show → SURVIVED
+ +
+
+
		gui.show();
+ +199 + + + + + + +
+ +200 + + +1 + +1. start : removed call to com/mastercard/test/flow/report/duct/Server::start → KILLED
+ +
+
+
		server.start();
+ +201 + + + + + + +
		// map the index page routes
+ +202 + + +1 + +1. start : removed call to com/mastercard/test/flow/report/duct/Server::map → RUN_ERROR
+ +
+
+
		server.map( "/", INDEX_DIRECTORY );
+ +203 + + + + + + +
+ +204 + + + + + + +
		// load the saved report directories
+ +205 + + + + + + +
		Stream.of( PREFS.get( SERVED_REPORT_PATHS_PREF, "" )
+ +206 + + + + + + +
				.split( File.pathSeparator ) )
+ +207 + + +2 + +1. lambda$start$3 : negated conditional → RUN_ERROR
+2. lambda$start$3 : replaced boolean return with true for com/mastercard/test/flow/report/duct/Duct::lambda$start$3 → RUN_ERROR
+ +
+
+
				.filter( s -> !s.isEmpty() )
+ +208 + + +1 + +1. lambda$start$4 : replaced return value with null for com/mastercard/test/flow/report/duct/Duct::lambda$start$4 → KILLED
+ +
+
+
				.map( Paths::get )
+ +209 + + +1 + +1. start : removed call to java/util/stream/Stream::forEach → KILLED
+ +
+
+
				.forEach( p -> index.put( p, null ) );
+ +210 + + + + + + +
+ +211 + + +1 + +1. start : removed call to com/mastercard/test/flow/report/duct/Duct::reindex → KILLED
+ +
+
+
		reindex();
+ +212 + + + + + + +
+ +213 + + + + + + +
		expiry = Instant.now().plus( LIFESPAN );
+ +214 + + +1 + +1. start : removed call to com/mastercard/test/flow/report/duct/Reaper::start → SURVIVED
+ +
+
+
		new Reaper( this ).start();
+ +215 + + + + + + +
	}
+ +216 + + + + + + +
+ +217 + + + + + + +
	/**
+ +218 + + + + + + +
	 * Shuts down the server and hides the GUI. The JVM will be free to exit after
+ +219 + + + + + + +
	 * this.
+ +220 + + + + + + +
	 */
+ +221 + + + + + + +
	public void stop() {
+ +222 + + +1 + +1. stop : removed call to com/mastercard/test/flow/report/duct/Server::stop → TIMED_OUT
+ +
+
+
		server.stop();
+ +223 + + +1 + +1. stop : removed call to com/mastercard/test/flow/report/duct/Gui::hide → SURVIVED
+ +
+
+
		gui.hide();
+ +224 + + + + + + +
	}
+ +225 + + + + + + +
+ +226 + + + + + + +
	/**
+ +227 + + + + + + +
	 * Extends the lifespan
+ +228 + + + + + + +
	 *
+ +229 + + + + + + +
	 * @return the new expiry
+ +230 + + + + + + +
	 */
+ +231 + + + + + + +
	public Instant heartbeat() {
+ +232 + + + + + + +
		expiry = Instant.now().plus( LIFESPAN );
+ +233 + + + + + + +
		LOG.debug( "beep! life extended to {}", expiry );
+ +234 + + +1 + +1. heartbeat : replaced return value with null for com/mastercard/test/flow/report/duct/Duct::heartbeat → KILLED
+ +
+
+
		return expiry;
+ +235 + + + + + + +
	}
+ +236 + + + + + + +
+ +237 + + + + + + +
	/**
+ +238 + + + + + + +
	 * Gets the time at which duct should shut down
+ +239 + + + + + + +
	 *
+ +240 + + + + + + +
	 * @return The expiry time
+ +241 + + + + + + +
	 */
+ +242 + + + + + + +
	Instant expiry() {
+ +243 + + +1 + +1. expiry : replaced return value with null for com/mastercard/test/flow/report/duct/Duct::expiry → KILLED
+ +
+
+
		return expiry;
+ +244 + + + + + + +
	}
+ +245 + + + + + + +
+ +246 + + + + + + +
	/**
+ +247 + + + + + + +
	 * Adds a report to be served
+ +248 + + + + + + +
	 *
+ +249 + + + + + + +
	 * @param source The report directory
+ +250 + + + + + + +
	 * @return The served report path, or <code>null</code> on failure
+ +251 + + + + + + +
	 */
+ +252 + + + + + + +
	public String add( Path source ) {
+ +253 + + + + + + +
		heartbeat();
+ +254 + + + + + + +
+ +255 + + +1 + +1. add : negated conditional → KILLED
+ +
+
+
		if( !Reader.isReportDir( source ) ) {
+ +256 + + + + + + +
			LOG.error( "{} is not a report", source );
+ +257 + + +1 + +1. add : replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → RUN_ERROR
+ +
+
+
			return null;
+ +258 + + + + + + +
		}
+ +259 + + + + + + +
+ +260 + + + + + + +
		LOG.info( "Adding {}", source );
+ +261 + + + + + + +
+ +262 + + + + + + +
		try {
+ +263 + + + + + + +
			Index idx = new Reader( source ).read();
+ +264 + + + + + + +
+ +265 + + + + + + +
			String servedPath = String.format( "/%s/", source.toString().replaceAll( "\\W+", "_" ) );
+ +266 + + +1 + +1. add : removed call to com/mastercard/test/flow/report/duct/Server::map → KILLED
+ +
+
+
			server.map( servedPath, source );
+ +267 + + + + + + +
			index.put( source, new ReportSummary( idx, servedPath ) );
+ +268 + + + + + + +
+ +269 + + +1 + +1. add : removed call to java/util/prefs/Preferences::put → KILLED
+ +
+
+
			PREFS.put( SERVED_REPORT_PATHS_PREF, index.keySet().stream()
+ +270 + + + + + + +
					.map( Path::toString )
+ +271 + + + + + + +
					.collect( joining( File.pathSeparator ) ) );
+ +272 + + + + + + +
+ +273 + + +1 + +1. add : replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → RUN_ERROR
+ +
+
+
			return servedPath;
+ +274 + + + + + + +
		}
+ +275 + + + + + + +
		catch( Exception e ) {
+ +276 + + + + + + +
			LOG.error( "Failed to add {}", source, e );
+ +277 + + +1 + +1. add : replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → KILLED
+ +
+
+
			return null;
+ +278 + + + + + + +
		}
+ +279 + + + + + + +
	}
+ +280 + + + + + + +
+ +281 + + + + + + +
	/**
+ +282 + + + + + + +
	 * @return The port that {@link Duct} is serving on
+ +283 + + + + + + +
	 */
+ +284 + + + + + + +
	int port() {
+ +285 + + +1 + +1. port : replaced int return with 0 for com/mastercard/test/flow/report/duct/Duct::port → KILLED
+ +
+
+
		return server.port();
+ +286 + + + + + + +
	}
+ +287 + + + + + + +
+ +288 + + + + + + +
	/**
+ +289 + + + + + + +
	 * Clears the index
+ +290 + + + + + + +
	 */
+ +291 + + + + + + +
	public void clearIndex() {
+ +292 + + +1 + +1. clearIndex : removed call to java/util/Set::forEach → SURVIVED
+ +
+
+
		index.keySet().forEach( server::unmap );
+ +293 + + +1 + +1. clearIndex : removed call to java/util/Map::clear → KILLED
+ +
+
+
		index.clear();
+ +294 + + +1 + +1. clearIndex : removed call to java/util/prefs/Preferences::remove → SURVIVED
+ +
+
+
		PREFS.remove( SERVED_REPORT_PATHS_PREF );
+ +295 + + + + + + +
	}
+ +296 + + + + + + +
+ +297 + + + + + + +
	/**
+ +298 + + + + + + +
	 * Regenerates the served index list
+ +299 + + + + + + +
	 */
+ +300 + + + + + + +
	public void reindex() {
+ +301 + + + + + + +
		LOG.info( "Regenerating index" );
+ +302 + + + + + + +
		List<Path> dirs = new ArrayList<>( index.keySet() );
+ +303 + + + + + + +
		List<Path> toRemove = new ArrayList<>();
+ +304 + + + + + + +
+ +305 + + + + + + +
		// try to remap each of our existing reports
+ +306 + + +1 + +1. reindex : removed call to java/util/List::forEach → RUN_ERROR
+ +
+
+
		dirs.forEach( dir -> {
+ +307 + + +1 + +1. lambda$reindex$6 : negated conditional → KILLED
+ +
+
+
			if( add( dir ) == null ) {
+ +308 + + + + + + +
				// if they failed to map then we should remove it from the index
+ +309 + + + + + + +
				toRemove.add( dir );
+ +310 + + + + + + +
			}
+ +311 + + + + + + +
		} );
+ +312 + + + + + + +
+ +313 + + +1 + +1. reindex : removed call to java/util/List::forEach → SURVIVED
+ +
+
+
		toRemove.forEach( index::remove );
+ +314 + + + + + + +
	}
+ +315 + + + + + + +
+ +316 + + + + + + +
	/**
+ +317 + + + + + + +
	 * Gets a summary of served reports
+ +318 + + + + + + +
	 *
+ +319 + + + + + + +
	 * @return served report summaries
+ +320 + + + + + + +
	 */
+ +321 + + + + + + +
	Collection<ReportSummary> index() {
+ +322 + + +1 + +1. index : replaced return value with Collections.emptyList for com/mastercard/test/flow/report/duct/Duct::index → KILLED
+ +
+
+
		return index.values();
+ +323 + + + + + + +
	}
+ +324 + + + + + + +
}

Mutations

84 + + + +

1.1
Location : main
Killed by :
removed call to com/mastercard/test/flow/report/duct/Duct::start → SURVIVED

+
86 + + + +

1.1
Location : lambda$main$0
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:main()]
replaced return value with null for com/mastercard/test/flow/report/duct/Duct::lambda$main$0 → KILLED

+
90 + + + +

1.1
Location : lambda$main$1
Killed by :
replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::lambda$main$1 → SURVIVED

+
91 + + + +

1.1
Location : main
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:main()]
removed call to java/util/stream/Stream::forEach → KILLED

2.2
Location : lambda$main$2
Killed by :
removed call to com/mastercard/test/flow/report/LocalBrowse::to → SURVIVED

+
104 + + + +

1.1
Location : serve
Killed by : com.mastercard.test.flow.report.duct.ServeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServeTest]/[method:serve()]
negated conditional → KILLED

+
106 + + + +

1.1
Location : serve
Killed by :
removed call to com/mastercard/test/flow/report/LocalBrowse::to → SURVIVED

+
109 + + + +

1.1
Location : serve
Killed by : com.mastercard.test.flow.report.duct.ServeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServeTest]/[method:serve()]
removed call to com/mastercard/test/flow/report/duct/Spawn::launchFor → KILLED

+
125 + + + +

1.1
Location : tryAdd
Killed by :
negated conditional → SURVIVED

+
126 + + + +

1.1
Location : tryAdd
Killed by : com.mastercard.test.flow.report.duct.ServeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServeTest]/[method:serve()]
removed call to com/mastercard/test/flow/report/FailureSink::log → KILLED

+
130 + + + +

1.1
Location : tryAdd
Killed by :
negated conditional → SURVIVED

+
131 + + + +

1.1
Location : tryAdd
Killed by :
removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE

+
136 + + + +

1.1
Location : tryAdd
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/Duct::tryAdd → SURVIVED

+
139 + + + +

1.1
Location : tryAdd
Killed by :
removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE

+
186 + + + +

1.1
Location : <init>
Killed by :
negated conditional → RUN_ERROR

2.2
Location : <init>
Killed by :
negated conditional → SURVIVED

+
198 + + + +

1.1
Location : start
Killed by :
removed call to com/mastercard/test/flow/report/duct/Gui::show → SURVIVED

+
200 + + + +

1.1
Location : start
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:add()]
removed call to com/mastercard/test/flow/report/duct/Server::start → KILLED

+
202 + + + +

1.1
Location : start
Killed by :
removed call to com/mastercard/test/flow/report/duct/Server::map → RUN_ERROR

+
207 + + + +

1.1
Location : lambda$start$3
Killed by :
negated conditional → RUN_ERROR

2.2
Location : lambda$start$3
Killed by :
replaced boolean return with true for com/mastercard/test/flow/report/duct/Duct::lambda$start$3 → RUN_ERROR

+
208 + + + +

1.1
Location : lambda$start$4
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:persistence()]
replaced return value with null for com/mastercard/test/flow/report/duct/Duct::lambda$start$4 → KILLED

+
209 + + + +

1.1
Location : start
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:persistence()]
removed call to java/util/stream/Stream::forEach → KILLED

+
211 + + + +

1.1
Location : start
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:persistence()]
removed call to com/mastercard/test/flow/report/duct/Duct::reindex → KILLED

+
214 + + + +

1.1
Location : start
Killed by :
removed call to com/mastercard/test/flow/report/duct/Reaper::start → SURVIVED

+
222 + + + +

1.1
Location : stop
Killed by :
removed call to com/mastercard/test/flow/report/duct/Server::stop → TIMED_OUT

+
223 + + + +

1.1
Location : stop
Killed by :
removed call to com/mastercard/test/flow/report/duct/Gui::hide → SURVIVED

+
234 + + + +

1.1
Location : heartbeat
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:expiry()]
replaced return value with null for com/mastercard/test/flow/report/duct/Duct::heartbeat → KILLED

+
243 + + + +

1.1
Location : expiry
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:expiry()]
replaced return value with null for com/mastercard/test/flow/report/duct/Duct::expiry → KILLED

+
255 + + + +

1.1
Location : add
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:clearIndex()]
negated conditional → KILLED

+
257 + + + +

1.1
Location : add
Killed by :
replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → RUN_ERROR

+
266 + + + +

1.1
Location : add
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:add()]
removed call to com/mastercard/test/flow/report/duct/Server::map → KILLED

+
269 + + + +

1.1
Location : add
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:persistence()]
removed call to java/util/prefs/Preferences::put → KILLED

+
273 + + + +

1.1
Location : add
Killed by :
replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → RUN_ERROR

+
277 + + + +

1.1
Location : add
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:badReports()]
replaced return value with "" for com/mastercard/test/flow/report/duct/Duct::add → KILLED

+
285 + + + +

1.1
Location : port
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:add()]
replaced int return with 0 for com/mastercard/test/flow/report/duct/Duct::port → KILLED

+
292 + + + +

1.1
Location : clearIndex
Killed by :
removed call to java/util/Set::forEach → SURVIVED

+
293 + + + +

1.1
Location : clearIndex
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:clearIndex()]
removed call to java/util/Map::clear → KILLED

+
294 + + + +

1.1
Location : clearIndex
Killed by :
removed call to java/util/prefs/Preferences::remove → SURVIVED

+
306 + + + +

1.1
Location : reindex
Killed by :
removed call to java/util/List::forEach → RUN_ERROR

+
307 + + + +

1.1
Location : lambda$reindex$6
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:reindex()]
negated conditional → KILLED

+
313 + + + +

1.1
Location : reindex
Killed by :
removed call to java/util/List::forEach → SURVIVED

+
322 + + + +

1.1
Location : index
Killed by : com.mastercard.test.flow.report.duct.DuctTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.DuctTest]/[method:clearIndex()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/report/duct/Duct::index → KILLED

+
+ + +

Active mutators

+ + +

Tests examined

+ + +
+ +Report generated by
PIT 1.16.1 + + + \ No newline at end of file diff --git a/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/HttpClient.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/HttpClient.java.html new file mode 100644 index 0000000000..e22c244ef7 --- /dev/null +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/HttpClient.java.html @@ -0,0 +1,2141 @@ + + + + + + + + + +

HttpClient.java

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +1 + + + + + + +
package com.mastercard.test.flow.report.duct;
+ +2 + + + + + + +
+ +3 + + + + + + +
import static java.nio.charset.StandardCharsets.UTF_8;
+ +4 + + + + + + +
+ +5 + + + + + + +
import java.io.ByteArrayOutputStream;
+ +6 + + + + + + +
import java.io.IOException;
+ +7 + + + + + + +
import java.io.InputStream;
+ +8 + + + + + + +
import java.io.OutputStream;
+ +9 + + + + + + +
import java.net.HttpURLConnection;
+ +10 + + + + + + +
import java.net.URL;
+ +11 + + + + + + +
import java.util.function.Function;
+ +12 + + + + + + +
+ +13 + + + + + + +
/**
+ +14 + + + + + + +
 * A very simple HTTP client
+ +15 + + + + + + +
 */
+ +16 + + + + + + +
class HttpClient {
+ +17 + + + + + + +
+ +18 + + + + + + +
	private HttpClient() {
+ +19 + + + + + + +
		// no instances
+ +20 + + + + + + +
	}
+ +21 + + + + + + +
+ +22 + + + + + + +
	/**
+ +23 + + + + + + +
	 * Does a HTTP request
+ +24 + + + + + + +
	 *
+ +25 + + + + + + +
	 * @param url    request URL
+ +26 + + + + + + +
	 * @param method request method
+ +27 + + + + + + +
	 * @param body   request body
+ +28 + + + + + + +
	 * @return The response body string
+ +29 + + + + + + +
	 */
+ +30 + + + + + + +
	static Response<String> request( String url, String method, String body ) {
+ +31 + + +2 + +1. lambda$request$0 : replaced return value with "" for com/mastercard/test/flow/report/duct/HttpClient::lambda$request$0 → KILLED
+2. request : replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → KILLED
+ +
+
+
		return request( url, method, body, b -> new String( b, UTF_8 ) );
+ +32 + + + + + + +
	}
+ +33 + + + + + + +
+ +34 + + + + + + +
	/**
+ +35 + + + + + + +
	 * Does a HTTP request
+ +36 + + + + + + +
	 *
+ +37 + + + + + + +
	 * @param <T>    response body type
+ +38 + + + + + + +
	 * @param url    request URL
+ +39 + + + + + + +
	 * @param method request method
+ +40 + + + + + + +
	 * @param body   request body
+ +41 + + + + + + +
	 * @param parse  How to parse the response body
+ +42 + + + + + + +
	 * @return The parsed response, which will have response code -1 in the event of
+ +43 + + + + + + +
	 *         failure
+ +44 + + + + + + +
	 */
+ +45 + + + + + + +
	static <T> Response<T> request( String url, String method, String body,
+ +46 + + + + + + +
			Function<byte[], T> parse ) {
+ +47 + + + + + + +
		try {
+ +48 + + + + + + +
			HttpURLConnection connection = (HttpURLConnection) new URL( url )
+ +49 + + + + + + +
					.openConnection();
+ +50 + + +1 + +1. request : removed call to java/net/HttpURLConnection::setRequestMethod → KILLED
+ +
+
+
			connection.setRequestMethod( method );
+ +51 + + +1 + +1. request : removed call to java/net/HttpURLConnection::setDoInput → KILLED
+ +
+
+
			connection.setDoInput( true );
+ +52 + + +1 + +1. request : removed call to java/net/HttpURLConnection::setConnectTimeout → KILLED
+ +
+
+
			connection.setConnectTimeout( 3000 );
+ +53 + + +1 + +1. request : removed call to java/net/HttpURLConnection::setReadTimeout → KILLED
+ +
+
+
			connection.setReadTimeout( 3000 );
+ +54 + + + + + + +
+ +55 + + +1 + +1. request : negated conditional → KILLED
+ +
+
+
			if( body != null ) {
+ +56 + + +1 + +1. request : removed call to java/net/HttpURLConnection::setDoOutput → KILLED
+ +
+
+
				connection.setDoOutput( true );
+ +57 + + + + + + +
				try( OutputStream out = connection.getOutputStream() ) {
+ +58 + + +1 + +1. request : removed call to java/io/OutputStream::write → KILLED
+ +
+
+
					out.write( body.getBytes( UTF_8 ) );
+ +59 + + + + + + +
				}
+ +60 + + + + + + +
			}
+ +61 + + + + + + +
+ +62 + + + + + + +
			ByteArrayOutputStream baos = new ByteArrayOutputStream();
+ +63 + + + + + + +
			byte[] buff = new byte[1024];
+ +64 + + + + + + +
			int read = 0;
+ +65 + + + + + + +
+ +66 + + + + + + +
			try( InputStream in = response( connection ) ) {
+ +67 + + + + + + +
				while( (read = in.read( buff )) != -1 ) {
+ +68 + + + + + + +
					baos.write( buff, 0, read );
+ +69 + + + + + + +
				}
+ +70 + + + + + + +
			}
+ +71 + + + + + + +
+ +72 + + +1 + +1. request : replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → KILLED
+ +
+
+
			return new Response<>( connection.getResponseCode(), baos.toByteArray(), parse );
+ +73 + + + + + + +
		}
+ +74 + + + + + + +
		catch( IOException e ) {
+ +75 + + +1 + +1. request : replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → KILLED
+ +
+
+
			return new Response<>( -1, e.getMessage().getBytes( UTF_8 ), parse );
+ +76 + + + + + + +
		}
+ +77 + + + + + + +
	}
+ +78 + + + + + + +
+ +79 + + + + + + +
	/**
+ +80 + + + + + + +
	 * Response details
+ +81 + + + + + + +
	 *
+ +82 + + + + + + +
	 * @param <T> parsed body type
+ +83 + + + + + + +
	 */
+ +84 + + + + + + +
	static class Response<T> {
+ +85 + + + + + + +
		/**
+ +86 + + + + + + +
		 * Response code
+ +87 + + + + + + +
		 */
+ +88 + + + + + + +
		int code;
+ +89 + + + + + + +
		/**
+ +90 + + + + + + +
		 * body text
+ +91 + + + + + + +
		 */
+ +92 + + + + + + +
		final String raw;
+ +93 + + + + + + +
		/**
+ +94 + + + + + + +
		 * parsed body
+ +95 + + + + + + +
		 */
+ +96 + + + + + + +
		final T body;
+ +97 + + + + + + +
+ +98 + + + + + + +
		/**
+ +99 + + + + + + +
		 * @param code  Response code
+ +100 + + + + + + +
		 * @param data  body bytes
+ +101 + + + + + + +
		 * @param parse how to parse the body
+ +102 + + + + + + +
		 */
+ +103 + + + + + + +
		Response( int code, byte[] data, Function<byte[], T> parse ) {
+ +104 + + + + + + +
			this.code = code;
+ +105 + + + + + + +
			String r = new String( data, UTF_8 );
+ +106 + + + + + + +
			T parsed = null;
+ +107 + + + + + + +
			try {
+ +108 + + + + + + +
				parsed = parse.apply( data );
+ +109 + + + + + + +
			}
+ +110 + + + + + + +
			catch( Exception e ) {
+ +111 + + + + + + +
				r += "\nParse failure : " + e.getMessage();
+ +112 + + + + + + +
			}
+ +113 + + + + + + +
			body = parsed;
+ +114 + + + + + + +
			raw = r;
+ +115 + + + + + + +
		}
+ +116 + + + + + + +
+ +117 + + + + + + +
		@Override
+ +118 + + + + + + +
		public String toString() {
+ +119 + + +1 + +1. toString : replaced return value with "" for com/mastercard/test/flow/report/duct/HttpClient$Response::toString → KILLED
+ +
+
+
			return "rc: " + code + "\n" + raw;
+ +120 + + + + + + +
		}
+ +121 + + + + + + +
	}
+ +122 + + + + + + +
+ +123 + + + + + + +
	private static InputStream response( HttpURLConnection conn ) throws IOException {
+ +124 + + +2 + +1. response : negated conditional → KILLED
+2. response : changed conditional boundary → KILLED
+ +
+
+
		if( conn.getResponseCode() < HttpURLConnection.HTTP_BAD_REQUEST ) {
+ +125 + + +1 + +1. response : replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::response → KILLED
+ +
+
+
			return conn.getInputStream();
+ +126 + + + + + + +
		}
+ +127 + + +1 + +1. response : replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::response → KILLED
+ +
+
+
		return conn.getErrorStream();
+ +128 + + + + + + +
	}
+ +129 + + + + + + +
}

Mutations

31 + + + +

1.1
Location : lambda$request$0
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
replaced return value with "" for com/mastercard/test/flow/report/duct/HttpClient::lambda$request$0 → KILLED

2.2
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → KILLED

+
50 + + + +

1.1
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
removed call to java/net/HttpURLConnection::setRequestMethod → KILLED

+
51 + + + +

1.1
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
removed call to java/net/HttpURLConnection::setDoInput → KILLED

+
52 + + + +

1.1
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
removed call to java/net/HttpURLConnection::setConnectTimeout → KILLED

+
53 + + + +

1.1
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
removed call to java/net/HttpURLConnection::setReadTimeout → KILLED

+
55 + + + +

1.1
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
negated conditional → KILLED

+
56 + + + +

1.1
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:endpoints()]
removed call to java/net/HttpURLConnection::setDoOutput → KILLED

+
58 + + + +

1.1
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:endpoints()]
removed call to java/io/OutputStream::write → KILLED

+
72 + + + +

1.1
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → KILLED

+
75 + + + +

1.1
Location : request
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::request → KILLED

+
119 + + + +

1.1
Location : toString
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
replaced return value with "" for com/mastercard/test/flow/report/duct/HttpClient$Response::toString → KILLED

+
124 + + + +

1.1
Location : response
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
negated conditional → KILLED

2.2
Location : response
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
changed conditional boundary → KILLED

+
125 + + + +

1.1
Location : response
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::response → KILLED

+
127 + + + +

1.1
Location : response
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
replaced return value with null for com/mastercard/test/flow/report/duct/HttpClient::response → KILLED

+
+ + +

Active mutators

+ + +

Tests examined

+ + +
+ +Report generated by PIT 1.16.1 + + + \ No newline at end of file diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Reaper.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Reaper.java.html similarity index 56% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Reaper.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Reaper.java.html index e7e2b528db..cab117a8b9 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Reaper.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Reaper.java.html @@ -15,12 +15,12 @@

Reaper.java

- + 1 - + @@ -30,12 +30,12 @@

Reaper.java

- + 2 - + @@ -45,12 +45,12 @@

Reaper.java

- + 3 - + @@ -60,12 +60,12 @@

Reaper.java

- + 4 - + @@ -75,12 +75,12 @@

Reaper.java

- + 5 - + @@ -90,12 +90,12 @@

Reaper.java

- + 6 - + @@ -105,12 +105,12 @@

Reaper.java

- + 7 - + @@ -120,12 +120,12 @@

Reaper.java

- + 8 - + @@ -135,12 +135,12 @@

Reaper.java

- + 9 - + @@ -150,12 +150,12 @@

Reaper.java

- + 10 - + @@ -165,12 +165,12 @@

Reaper.java

- + 11 - + @@ -180,12 +180,12 @@

Reaper.java

- + 12 - + @@ -195,12 +195,12 @@

Reaper.java

- + 13 - + @@ -210,12 +210,12 @@

Reaper.java

- + 14 - + @@ -225,12 +225,12 @@

Reaper.java

- + 15 - + @@ -240,12 +240,12 @@

Reaper.java

- + 16 - + @@ -255,12 +255,12 @@

Reaper.java

- + 17 - + @@ -270,12 +270,12 @@

Reaper.java

- + 18 - + @@ -285,12 +285,12 @@

Reaper.java

- + 19 - + @@ -300,12 +300,12 @@

Reaper.java

- + 20 - + @@ -315,12 +315,12 @@

Reaper.java

- + 21 - + @@ -330,12 +330,12 @@

Reaper.java

- + 22 - + @@ -345,12 +345,12 @@

Reaper.java

- + 23 - + @@ -360,12 +360,12 @@

Reaper.java

- + 24 - + @@ -375,12 +375,12 @@

Reaper.java

- + 25 - + @@ -390,12 +390,12 @@

Reaper.java

- + 26 - + @@ -405,12 +405,12 @@

Reaper.java

- + 27 - + @@ -420,12 +420,12 @@

Reaper.java

- + 28 -2 +2 1. lambda$new$0 : removed call to java/lang/Thread::sleep → RUN_ERROR
2. lambda$new$0 : Replaced long addition with subtraction → RUN_ERROR
@@ -438,12 +438,12 @@

Reaper.java

- + 29 - +
@@ -453,12 +453,12 @@

Reaper.java

- + 30 - + @@ -468,12 +468,12 @@

Reaper.java

- + 31 - + @@ -483,12 +483,12 @@

Reaper.java

- + 32 -1 +1 1. lambda$new$0 : removed call to java/lang/Thread::interrupt → NO_COVERAGE
@@ -500,12 +500,12 @@

Reaper.java

- + 33 - +
@@ -515,12 +515,12 @@

Reaper.java

- + 34 - + @@ -530,12 +530,12 @@

Reaper.java

- + 35 - + @@ -545,12 +545,12 @@

Reaper.java

- + 36 - + @@ -560,12 +560,12 @@

Reaper.java

- + 37 - + @@ -575,12 +575,12 @@

Reaper.java

- + 38 - + @@ -590,12 +590,12 @@

Reaper.java

- + 39 - + @@ -605,12 +605,12 @@

Reaper.java

- + 40 - + @@ -620,12 +620,12 @@

Reaper.java

- + 41 - + @@ -635,12 +635,12 @@

Reaper.java

- + 42 -1 +1 1. <init> : removed call to com/mastercard/test/flow/report/duct/Reaper::setDaemon → RUN_ERROR
@@ -652,12 +652,12 @@

Reaper.java

- + 43 - +
@@ -667,12 +667,12 @@

Reaper.java

- + 44 - + @@ -682,12 +682,12 @@

Reaper.java

- + 45 - + @@ -697,12 +697,12 @@

Reaper.java

- + 46 - + @@ -712,12 +712,12 @@

Reaper.java

- + 47 - + @@ -727,12 +727,12 @@

Reaper.java

- + 48 -1 +1 1. run : negated conditional → RUN_ERROR
@@ -744,12 +744,12 @@

Reaper.java

- + 49 -1 +1 1. run : removed call to java/util/function/Consumer::accept → RUN_ERROR
@@ -761,12 +761,12 @@

Reaper.java

- + 50 - +
@@ -776,12 +776,12 @@

Reaper.java

- + 51 - +
@@ -791,12 +791,12 @@

Reaper.java

- + 52 - + @@ -806,12 +806,12 @@

Reaper.java

- + 53 - + @@ -821,12 +821,12 @@

Reaper.java

- + 54 -1 +1 1. run : removed call to com/mastercard/test/flow/report/duct/Duct::stop → RUN_ERROR
@@ -838,12 +838,12 @@

Reaper.java

- + 55 - +
@@ -853,12 +853,12 @@

Reaper.java

- + 56 - + @@ -868,12 +868,12 @@

Reaper.java

- + 57 - + @@ -883,12 +883,12 @@

Reaper.java

- + 58 - + @@ -898,12 +898,12 @@

Reaper.java

- + 59 - + @@ -913,12 +913,12 @@

Reaper.java

- + 60 - + @@ -928,12 +928,12 @@

Reaper.java

- + 61 - + @@ -943,12 +943,12 @@

Reaper.java

- + 62 - + @@ -958,12 +958,12 @@

Reaper.java

- + 63 - + @@ -973,12 +973,12 @@

Reaper.java

- + 64 - + @@ -988,12 +988,12 @@

Reaper.java

- + 65 - + @@ -1003,12 +1003,12 @@

Reaper.java

- + 66 - + @@ -1018,29 +1018,29 @@

Reaper.java

- + 67 - + -1 +1 -1. withClock : replaced return value with null for com/mastercard/test/flow/report/duct/Reaper::withClock → RUN_ERROR
+1. withClock : replaced return value with null for com/mastercard/test/flow/report/duct/Reaper::withClock → KILLED
-
		return this;
+
		return this;
- + 68 - + @@ -1050,12 +1050,12 @@

Reaper.java

- + 69 - + @@ -1065,12 +1065,12 @@

Reaper.java

- + 70 - + @@ -1080,12 +1080,12 @@

Reaper.java

- + 71 - + @@ -1095,12 +1095,12 @@

Reaper.java

- + 72 - + @@ -1110,12 +1110,12 @@

Reaper.java

- + 73 - + @@ -1125,12 +1125,12 @@

Reaper.java

- + 74 - + @@ -1140,12 +1140,12 @@

Reaper.java

- + 75 - + @@ -1155,29 +1155,29 @@

Reaper.java

- + 76 - + -1 +1 -1. sleep : replaced return value with null for com/mastercard/test/flow/report/duct/Reaper::sleep → RUN_ERROR
+1. sleep : replaced return value with null for com/mastercard/test/flow/report/duct/Reaper::sleep → KILLED
-
		return sleep;
+
		return sleep;
- + 77 - + @@ -1187,12 +1187,12 @@

Reaper.java

- + 78 - + @@ -1204,83 +1204,83 @@

Reaper.java

Mutations

-28 +28 - +

1.1
Location : lambda$new$0
Killed by :
removed call to java/lang/Thread::sleep → RUN_ERROR

2.2
Location : lambda$new$0
Killed by :
Replaced long addition with subtraction → RUN_ERROR

-
32 +32 - +

1.1
Location : lambda$new$0
Killed by :
removed call to java/lang/Thread::interrupt → NO_COVERAGE

-
42 +42 - +

1.1
Location : <init>
Killed by :
removed call to com/mastercard/test/flow/report/duct/Reaper::setDaemon → RUN_ERROR

-
48 +48 - +

1.1
Location : run
Killed by :
negated conditional → RUN_ERROR

-
49 +49 - +

1.1
Location : run
Killed by :
removed call to java/util/function/Consumer::accept → RUN_ERROR

-
54 +54 - +

1.1
Location : run
Killed by :
removed call to com/mastercard/test/flow/report/duct/Duct::stop → RUN_ERROR

-
67 +67 - + -

1.1
Location : withClock
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/Reaper::withClock → RUN_ERROR

+

1.1
Location : withClock
Killed by : com.mastercard.test.flow.report.duct.ReaperTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ReaperTest]/[method:thisTime()]
replaced return value with null for com/mastercard/test/flow/report/duct/Reaper::withClock → KILLED

-
76 +76 - + -

1.1
Location : sleep
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/Reaper::sleep → RUN_ERROR

+

1.1
Location : sleep
Killed by : com.mastercard.test.flow.report.duct.ReaperTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ReaperTest]/[method:realSleep()]
replaced return value with null for com/mastercard/test/flow/report/duct/Reaper::sleep → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/ReportSummary.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/ReportSummary.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/ReportSummary.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/ReportSummary.java.html index 3595b315aa..896478323a 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/ReportSummary.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/ReportSummary.java.html @@ -15,12 +15,12 @@

ReportSummary.java

-
+ 1 - + @@ -30,12 +30,12 @@

ReportSummary.java

- + 2 - + @@ -45,12 +45,12 @@

ReportSummary.java

- + 3 - + @@ -60,12 +60,12 @@

ReportSummary.java

- + 4 - + @@ -75,12 +75,12 @@

ReportSummary.java

- + 5 - + @@ -90,12 +90,12 @@

ReportSummary.java

- + 6 - + @@ -105,12 +105,12 @@

ReportSummary.java

- + 7 - + @@ -120,12 +120,12 @@

ReportSummary.java

- + 8 - + @@ -135,12 +135,12 @@

ReportSummary.java

- + 9 - + @@ -150,12 +150,12 @@

ReportSummary.java

- + 10 - + @@ -165,12 +165,12 @@

ReportSummary.java

- + 11 - + @@ -180,12 +180,12 @@

ReportSummary.java

- + 12 - + @@ -195,12 +195,12 @@

ReportSummary.java

- + 13 - + @@ -210,12 +210,12 @@

ReportSummary.java

- + 14 - + @@ -225,12 +225,12 @@

ReportSummary.java

- + 15 - + @@ -240,12 +240,12 @@

ReportSummary.java

- + 16 - + @@ -255,12 +255,12 @@

ReportSummary.java

- + 17 - + @@ -270,12 +270,12 @@

ReportSummary.java

- + 18 - + @@ -285,12 +285,12 @@

ReportSummary.java

- + 19 - + @@ -300,12 +300,12 @@

ReportSummary.java

- + 20 - + @@ -315,12 +315,12 @@

ReportSummary.java

- + 21 - + @@ -330,12 +330,12 @@

ReportSummary.java

- + 22 - + @@ -345,12 +345,12 @@

ReportSummary.java

- + 23 - + @@ -360,12 +360,12 @@

ReportSummary.java

- + 24 - + @@ -375,12 +375,12 @@

ReportSummary.java

- + 25 - + @@ -390,12 +390,12 @@

ReportSummary.java

- + 26 - + @@ -405,12 +405,12 @@

ReportSummary.java

- + 27 - + @@ -420,12 +420,12 @@

ReportSummary.java

- + 28 - + @@ -435,12 +435,12 @@

ReportSummary.java

- + 29 - + @@ -450,12 +450,12 @@

ReportSummary.java

- + 30 - + @@ -465,12 +465,12 @@

ReportSummary.java

- + 31 - + @@ -480,12 +480,12 @@

ReportSummary.java

- + 32 - + @@ -495,12 +495,12 @@

ReportSummary.java

- + 33 - + @@ -510,12 +510,12 @@

ReportSummary.java

- + 34 - + @@ -525,12 +525,12 @@

ReportSummary.java

- + 35 - + @@ -540,12 +540,12 @@

ReportSummary.java

- + 36 - + @@ -555,12 +555,12 @@

ReportSummary.java

- + 37 - + @@ -570,12 +570,12 @@

ReportSummary.java

- + 38 - + @@ -585,12 +585,12 @@

ReportSummary.java

- + 39 - + @@ -600,12 +600,12 @@

ReportSummary.java

- + 40 - + @@ -615,12 +615,12 @@

ReportSummary.java

- + 41 - + @@ -630,12 +630,12 @@

ReportSummary.java

- + 42 - + @@ -645,12 +645,12 @@

ReportSummary.java

- + 43 - + @@ -660,12 +660,12 @@

ReportSummary.java

- + 44 - + @@ -675,12 +675,12 @@

ReportSummary.java

- + 45 - + @@ -690,12 +690,12 @@

ReportSummary.java

- + 46 - + @@ -705,12 +705,12 @@

ReportSummary.java

- + 47 - + @@ -720,12 +720,12 @@

ReportSummary.java

- + 48 - + @@ -735,12 +735,12 @@

ReportSummary.java

- + 49 - + @@ -750,12 +750,12 @@

ReportSummary.java

- + 50 - + @@ -765,12 +765,12 @@

ReportSummary.java

- + 51 - + @@ -780,12 +780,12 @@

ReportSummary.java

- + 52 - + @@ -795,12 +795,12 @@

ReportSummary.java

- + 53 - + @@ -810,12 +810,12 @@

ReportSummary.java

- + 54 - + @@ -825,12 +825,12 @@

ReportSummary.java

- + 55 - + @@ -840,12 +840,12 @@

ReportSummary.java

- + 56 - + @@ -855,12 +855,12 @@

ReportSummary.java

- + 57 - + @@ -870,12 +870,12 @@

ReportSummary.java

- + 58 - + @@ -885,12 +885,12 @@

ReportSummary.java

- + 59 - + @@ -900,12 +900,12 @@

ReportSummary.java

- + 60 - + @@ -915,12 +915,12 @@

ReportSummary.java

- + 61 - + @@ -930,12 +930,12 @@

ReportSummary.java

- + 62 - + @@ -945,12 +945,12 @@

ReportSummary.java

- + 63 - + @@ -960,12 +960,12 @@

ReportSummary.java

- + 64 - + @@ -975,12 +975,12 @@

ReportSummary.java

- + 65 - + @@ -990,12 +990,12 @@

ReportSummary.java

- + 66 - + @@ -1005,12 +1005,12 @@

ReportSummary.java

- + 67 - + @@ -1020,12 +1020,12 @@

ReportSummary.java

- + 68 - + @@ -1035,12 +1035,12 @@

ReportSummary.java

- + 69 - + @@ -1050,12 +1050,12 @@

ReportSummary.java

- + 70 - + @@ -1065,12 +1065,12 @@

ReportSummary.java

- + 71 - + @@ -1080,12 +1080,12 @@

ReportSummary.java

- + 72 - + @@ -1095,12 +1095,12 @@

ReportSummary.java

- + 73 - + @@ -1110,12 +1110,12 @@

ReportSummary.java

- + 74 - + @@ -1125,12 +1125,12 @@

ReportSummary.java

- + 75 - + @@ -1140,12 +1140,12 @@

ReportSummary.java

- + 76 - + @@ -1155,12 +1155,12 @@

ReportSummary.java

- + 77 - + @@ -1170,12 +1170,12 @@

ReportSummary.java

- + 78 - + @@ -1185,12 +1185,12 @@

ReportSummary.java

- + 79 - + @@ -1200,12 +1200,12 @@

ReportSummary.java

- + 80 - + @@ -1215,12 +1215,12 @@

ReportSummary.java

- + 81 - + @@ -1230,12 +1230,12 @@

ReportSummary.java

- + 82 - + @@ -1245,12 +1245,12 @@

ReportSummary.java

- + 83 - + @@ -1260,12 +1260,12 @@

ReportSummary.java

- + 84 - + @@ -1275,12 +1275,12 @@

ReportSummary.java

- + 85 - + @@ -1290,12 +1290,12 @@

ReportSummary.java

- + 86 - + @@ -1305,12 +1305,12 @@

ReportSummary.java

- + 87 - + @@ -1320,12 +1320,12 @@

ReportSummary.java

- + 88 - + @@ -1335,12 +1335,12 @@

ReportSummary.java

- + 89 - + @@ -1350,12 +1350,12 @@

ReportSummary.java

- + 90 - + @@ -1365,12 +1365,12 @@

ReportSummary.java

- + 91 - + @@ -1380,12 +1380,12 @@

ReportSummary.java

- + 92 - + @@ -1395,12 +1395,12 @@

ReportSummary.java

- + 93 - + @@ -1410,12 +1410,12 @@

ReportSummary.java

- + 94 - + @@ -1425,12 +1425,12 @@

ReportSummary.java

- + 95 - + @@ -1440,12 +1440,12 @@

ReportSummary.java

- + 96 - + @@ -1455,12 +1455,12 @@

ReportSummary.java

- + 97 -1 +1 1. lambda$static$1 : replaced Integer return value with 0 for com/mastercard/test/flow/report/duct/ReportSummary$Counts::lambda$static$1 → RUN_ERROR
@@ -1472,12 +1472,12 @@

ReportSummary.java

- + 98 -2 +2 1. lambda$null$0 : replaced boolean return with false for com/mastercard/test/flow/report/duct/ReportSummary$Counts::lambda$null$0 → RUN_ERROR
2. lambda$null$0 : replaced boolean return with true for com/mastercard/test/flow/report/duct/ReportSummary$Counts::lambda$null$0 → RUN_ERROR
@@ -1490,12 +1490,12 @@

ReportSummary.java

- + 99 - +
@@ -1505,12 +1505,12 @@

ReportSummary.java

- + 100 - +
@@ -1520,12 +1520,12 @@

ReportSummary.java

- + 101 - + @@ -1535,12 +1535,12 @@

ReportSummary.java

- + 102 - + @@ -1550,12 +1550,12 @@

ReportSummary.java

- + 103 - + @@ -1565,12 +1565,12 @@

ReportSummary.java

- + 104 - + @@ -1580,12 +1580,12 @@

ReportSummary.java

- + 105 - + @@ -1595,12 +1595,12 @@

ReportSummary.java

- + 106 - + @@ -1610,12 +1610,12 @@

ReportSummary.java

- + 107 - + @@ -1625,12 +1625,12 @@

ReportSummary.java

- + 108 - + @@ -1640,12 +1640,12 @@

ReportSummary.java

- + 109 - + @@ -1655,12 +1655,12 @@

ReportSummary.java

- + 110 - + @@ -1670,12 +1670,12 @@

ReportSummary.java

- + 111 - + @@ -1687,21 +1687,21 @@

ReportSummary.java

Mutations

-97 +97 - +

1.1
Location : lambda$static$1
Killed by :
replaced Integer return value with 0 for com/mastercard/test/flow/report/duct/ReportSummary$Counts::lambda$static$1 → RUN_ERROR

-
98 +98 - +

1.1
Location : lambda$null$0
Killed by :
replaced boolean return with false for com/mastercard/test/flow/report/duct/ReportSummary$Counts::lambda$null$0 → RUN_ERROR

2.2
Location : lambda$null$0
Killed by :
replaced boolean return with true for com/mastercard/test/flow/report/duct/ReportSummary$Counts::lambda$null$0 → RUN_ERROR

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Search.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Search.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Search.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Search.java.html index ed39a904de..d4520244f6 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Search.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Search.java.html @@ -15,12 +15,12 @@

Search.java

-
+ 1 - + @@ -30,12 +30,12 @@

Search.java

- + 2 - + @@ -45,12 +45,12 @@

Search.java

- + 3 - + @@ -60,12 +60,12 @@

Search.java

- + 4 - + @@ -75,12 +75,12 @@

Search.java

- + 5 - + @@ -90,12 +90,12 @@

Search.java

- + 6 - + @@ -105,12 +105,12 @@

Search.java

- + 7 - + @@ -120,12 +120,12 @@

Search.java

- + 8 - + @@ -135,12 +135,12 @@

Search.java

- + 9 - + @@ -150,12 +150,12 @@

Search.java

- + 10 - + @@ -165,12 +165,12 @@

Search.java

- + 11 - + @@ -180,12 +180,12 @@

Search.java

- + 12 - + @@ -195,12 +195,12 @@

Search.java

- + 13 - + @@ -210,12 +210,12 @@

Search.java

- + 14 - + @@ -225,12 +225,12 @@

Search.java

- + 15 - + @@ -240,12 +240,12 @@

Search.java

- + 16 - + @@ -255,12 +255,12 @@

Search.java

- + 17 - + @@ -270,12 +270,12 @@

Search.java

- + 18 - + @@ -285,12 +285,12 @@

Search.java

- + 19 - + @@ -300,12 +300,12 @@

Search.java

- + 20 - + @@ -315,12 +315,12 @@

Search.java

- + 21 - + @@ -330,12 +330,12 @@

Search.java

- + 22 - + @@ -345,12 +345,12 @@

Search.java

- + 23 - + @@ -360,12 +360,12 @@

Search.java

- + 24 - + @@ -375,12 +375,12 @@

Search.java

- + 25 - + @@ -390,12 +390,12 @@

Search.java

- + 26 - + @@ -405,12 +405,12 @@

Search.java

- + 27 - + @@ -420,12 +420,12 @@

Search.java

- + 28 - + @@ -435,12 +435,12 @@

Search.java

- + 29 - + @@ -450,12 +450,12 @@

Search.java

- + 30 - + @@ -465,12 +465,12 @@

Search.java

- + 31 - + @@ -480,12 +480,12 @@

Search.java

- + 32 - + @@ -495,12 +495,12 @@

Search.java

- + 33 - + @@ -510,12 +510,12 @@

Search.java

- + 34 - + @@ -525,12 +525,12 @@

Search.java

- + 35 - + @@ -540,12 +540,12 @@

Search.java

- + 36 - + @@ -555,12 +555,12 @@

Search.java

- + 37 - + @@ -570,12 +570,12 @@

Search.java

- + 38 - + @@ -585,12 +585,12 @@

Search.java

- + 39 - + @@ -600,12 +600,12 @@

Search.java

- + 40 - + @@ -615,12 +615,12 @@

Search.java

- + 41 - + @@ -630,12 +630,12 @@

Search.java

- + 42 - + @@ -645,12 +645,12 @@

Search.java

- + 43 - + @@ -660,12 +660,12 @@

Search.java

- + 44 - + @@ -675,12 +675,12 @@

Search.java

- + 45 - + @@ -690,12 +690,12 @@

Search.java

- + 46 -1 +1 1. find : replaced return value with Stream.empty for com/mastercard/test/flow/report/duct/Search::find → KILLED
@@ -707,12 +707,12 @@

Search.java

- + 47 - +
@@ -722,12 +722,12 @@

Search.java

- + 48 - + @@ -737,12 +737,12 @@

Search.java

- + 49 - + @@ -752,12 +752,12 @@

Search.java

- + 50 - + @@ -767,12 +767,12 @@

Search.java

- + 51 - + @@ -782,12 +782,12 @@

Search.java

- + 52 - + @@ -797,12 +797,12 @@

Search.java

- + 53 - + @@ -812,12 +812,12 @@

Search.java

- + 54 - + @@ -827,12 +827,12 @@

Search.java

- + 55 - + @@ -842,12 +842,12 @@

Search.java

- + 56 - + @@ -857,12 +857,12 @@

Search.java

- + 57 - + @@ -872,12 +872,12 @@

Search.java

- + 58 - + @@ -887,12 +887,12 @@

Search.java

- + 59 - + @@ -902,12 +902,12 @@

Search.java

- + 60 - + @@ -917,12 +917,12 @@

Search.java

- + 61 - + @@ -932,12 +932,12 @@

Search.java

- + 62 -1 +1 1. preVisitDirectory : negated conditional → KILLED
@@ -949,12 +949,12 @@

Search.java

- + 63 - +
@@ -964,12 +964,12 @@

Search.java

- + 64 - + @@ -979,12 +979,12 @@

Search.java

- + 65 -1 +1 1. preVisitDirectory : replaced return value with null for com/mastercard/test/flow/report/duct/Search$ReportForager::preVisitDirectory → KILLED
@@ -996,12 +996,12 @@

Search.java

- + 66 - +
@@ -1011,12 +1011,12 @@

Search.java

- + 67 - + @@ -1026,12 +1026,12 @@

Search.java

- + 68 - + @@ -1041,12 +1041,12 @@

Search.java

- + 69 - + @@ -1056,12 +1056,12 @@

Search.java

- + 70 -1 +1 1. preVisitDirectory : negated conditional → KILLED
@@ -1073,12 +1073,12 @@

Search.java

- + 71 - +
@@ -1088,12 +1088,12 @@

Search.java

- + 72 -1 +1 1. preVisitDirectory : replaced return value with null for com/mastercard/test/flow/report/duct/Search$ReportForager::preVisitDirectory → KILLED
@@ -1105,12 +1105,12 @@

Search.java

- + 73 - +
@@ -1120,12 +1120,12 @@

Search.java

- + 74 -1 +1 1. preVisitDirectory : negated conditional → KILLED
@@ -1137,12 +1137,12 @@

Search.java

- + 75 - +
@@ -1152,12 +1152,12 @@

Search.java

- + 76 -1 +1 1. preVisitDirectory : replaced return value with null for com/mastercard/test/flow/report/duct/Search$ReportForager::preVisitDirectory → KILLED
@@ -1169,12 +1169,12 @@

Search.java

- + 77 - +
@@ -1184,12 +1184,12 @@

Search.java

- + 78 - + @@ -1199,12 +1199,12 @@

Search.java

- + 79 -1 +1 1. preVisitDirectory : replaced return value with null for com/mastercard/test/flow/report/duct/Search$ReportForager::preVisitDirectory → KILLED
@@ -1216,12 +1216,12 @@

Search.java

- + 80 - +
@@ -1231,12 +1231,12 @@

Search.java

- + 81 - + @@ -1246,12 +1246,12 @@

Search.java

- + 82 - + @@ -1261,12 +1261,12 @@

Search.java

- + 83 -1 +1 1. reports : replaced return value with Stream.empty for com/mastercard/test/flow/report/duct/Search$ReportForager::reports → KILLED
@@ -1278,12 +1278,12 @@

Search.java

- + 84 - +
@@ -1293,12 +1293,12 @@

Search.java

- + 85 - + @@ -1308,12 +1308,12 @@

Search.java

- + 86 - + @@ -1323,12 +1323,12 @@

Search.java

- + 87 - + @@ -1338,12 +1338,12 @@

Search.java

- + 88 - + @@ -1353,12 +1353,12 @@

Search.java

- + 89 - + @@ -1368,12 +1368,12 @@

Search.java

- + 90 - + @@ -1383,12 +1383,12 @@

Search.java

- + 91 - + @@ -1398,12 +1398,12 @@

Search.java

- + 92 - + @@ -1413,12 +1413,12 @@

Search.java

- + 93 -2 +2 1. isJavaSourceRoot : negated conditional → KILLED
2. isJavaSourceRoot : replaced boolean return with true for com/mastercard/test/flow/report/duct/Search::isJavaSourceRoot → KILLED
@@ -1431,12 +1431,12 @@

Search.java

- + 94 -1 +1 1. isJavaSourceRoot : negated conditional → KILLED
@@ -1448,12 +1448,12 @@

Search.java

- + 95 - +
@@ -1463,12 +1463,12 @@

Search.java

- + 96 - +
@@ -1478,12 +1478,12 @@

Search.java

- + 97 - + @@ -1493,12 +1493,12 @@

Search.java

- + 98 - + @@ -1508,12 +1508,12 @@

Search.java

- + 99 - + @@ -1523,12 +1523,12 @@

Search.java

- + 100 - + @@ -1538,12 +1538,12 @@

Search.java

- + 101 - + @@ -1553,12 +1553,12 @@

Search.java

- + 102 - + @@ -1568,12 +1568,12 @@

Search.java

- + 103 -2 +2 1. isNodeModules : replaced boolean return with false for com/mastercard/test/flow/report/duct/Search::isNodeModules → KILLED
2. isNodeModules : replaced boolean return with true for com/mastercard/test/flow/report/duct/Search::isNodeModules → KILLED
@@ -1586,12 +1586,12 @@

Search.java

- + 104 - +
@@ -1601,12 +1601,12 @@

Search.java

- + 105 - + @@ -1616,12 +1616,12 @@

Search.java

- + 106 - + @@ -1633,121 +1633,121 @@

Search.java

Mutations

-46 +46 - +

1.1
Location : find
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
replaced return value with Stream.empty for com/mastercard/test/flow/report/duct/Search::find → KILLED

-
62 +62 - +

1.1
Location : preVisitDirectory
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
negated conditional → KILLED

-
65 +65 - +

1.1
Location : preVisitDirectory
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
replaced return value with null for com/mastercard/test/flow/report/duct/Search$ReportForager::preVisitDirectory → KILLED

-
70 +70 - +

1.1
Location : preVisitDirectory
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
negated conditional → KILLED

-
72 +72 - +

1.1
Location : preVisitDirectory
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
replaced return value with null for com/mastercard/test/flow/report/duct/Search$ReportForager::preVisitDirectory → KILLED

-
74 +74 - +

1.1
Location : preVisitDirectory
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
negated conditional → KILLED

-
76 +76 - +

1.1
Location : preVisitDirectory
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
replaced return value with null for com/mastercard/test/flow/report/duct/Search$ReportForager::preVisitDirectory → KILLED

-
79 +79 - +

1.1
Location : preVisitDirectory
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
replaced return value with null for com/mastercard/test/flow/report/duct/Search$ReportForager::preVisitDirectory → KILLED

-
83 +83 - +

1.1
Location : reports
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
replaced return value with Stream.empty for com/mastercard/test/flow/report/duct/Search$ReportForager::reports → KILLED

-
93 +93 - +

1.1
Location : isJavaSourceRoot
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
negated conditional → KILLED

2.2
Location : isJavaSourceRoot
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
replaced boolean return with true for com/mastercard/test/flow/report/duct/Search::isJavaSourceRoot → KILLED

-
94 +94 - +

1.1
Location : isJavaSourceRoot
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
negated conditional → KILLED

-
103 +103 - +

1.1
Location : isNodeModules
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
replaced boolean return with false for com/mastercard/test/flow/report/duct/Search::isNodeModules → KILLED

2.2
Location : isNodeModules
Killed by : com.mastercard.test.flow.report.duct.SearchTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.SearchTest]/[method:find()]
replaced boolean return with true for com/mastercard/test/flow/report/duct/Search::isNodeModules → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Server.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Server.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Server.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Server.java.html index 50b5d001e9..0b7e3bac5c 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Server.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Server.java.html @@ -15,12 +15,12 @@

Server.java

-
+ 1 - + @@ -30,12 +30,12 @@

Server.java

- + 2 - + @@ -45,12 +45,12 @@

Server.java

- + 3 - + @@ -60,12 +60,12 @@

Server.java

- + 4 - + @@ -75,12 +75,12 @@

Server.java

- + 5 - + @@ -90,12 +90,12 @@

Server.java

- + 6 - + @@ -105,12 +105,12 @@

Server.java

- + 7 - + @@ -120,12 +120,12 @@

Server.java

- + 8 - + @@ -135,12 +135,12 @@

Server.java

- + 9 - + @@ -150,12 +150,12 @@

Server.java

- + 10 - + @@ -165,12 +165,12 @@

Server.java

- + 11 - + @@ -180,12 +180,12 @@

Server.java

- + 12 - + @@ -195,12 +195,12 @@

Server.java

- + 13 - + @@ -210,12 +210,12 @@

Server.java

- + 14 - + @@ -225,12 +225,12 @@

Server.java

- + 15 - + @@ -240,12 +240,12 @@

Server.java

- + 16 - + @@ -255,12 +255,12 @@

Server.java

- + 17 - + @@ -270,12 +270,12 @@

Server.java

- + 18 - + @@ -285,12 +285,12 @@

Server.java

- + 19 - + @@ -300,12 +300,12 @@

Server.java

- + 20 - + @@ -315,12 +315,12 @@

Server.java

- + 21 - + @@ -330,12 +330,12 @@

Server.java

- + 22 - + @@ -345,12 +345,12 @@

Server.java

- + 23 - + @@ -360,12 +360,12 @@

Server.java

- + 24 - + @@ -375,12 +375,12 @@

Server.java

- + 25 - + @@ -390,12 +390,12 @@

Server.java

- + 26 - + @@ -405,12 +405,12 @@

Server.java

- + 27 - + @@ -420,12 +420,12 @@

Server.java

- + 28 - + @@ -435,12 +435,12 @@

Server.java

- + 29 - + @@ -450,12 +450,12 @@

Server.java

- + 30 - + @@ -465,12 +465,12 @@

Server.java

- + 31 - + @@ -480,12 +480,12 @@

Server.java

- + 32 - + @@ -495,12 +495,12 @@

Server.java

- + 33 - + @@ -510,12 +510,12 @@

Server.java

- + 34 - + @@ -525,12 +525,12 @@

Server.java

- + 35 - + @@ -540,12 +540,12 @@

Server.java

- + 36 - + @@ -555,12 +555,12 @@

Server.java

- + 37 - + @@ -570,12 +570,12 @@

Server.java

- + 38 - + @@ -585,12 +585,12 @@

Server.java

- + 39 - + @@ -600,12 +600,12 @@

Server.java

- + 40 - + @@ -615,12 +615,12 @@

Server.java

- + 41 - + @@ -630,12 +630,12 @@

Server.java

- + 42 - + @@ -645,12 +645,12 @@

Server.java

- + 43 - + @@ -660,12 +660,12 @@

Server.java

- + 44 - + @@ -675,12 +675,12 @@

Server.java

- + 45 - + @@ -690,12 +690,12 @@

Server.java

- + 46 - + @@ -705,12 +705,12 @@

Server.java

- + 47 - + @@ -720,12 +720,12 @@

Server.java

- + 48 - + @@ -735,12 +735,12 @@

Server.java

- + 49 - + @@ -750,12 +750,12 @@

Server.java

- + 50 - + @@ -765,12 +765,12 @@

Server.java

- + 51 -1 +1 1. lambda$static$0 : negated conditional → KILLED
@@ -782,12 +782,12 @@

Server.java

- + 52 - +
@@ -797,12 +797,12 @@

Server.java

- + 53 - + @@ -812,12 +812,12 @@

Server.java

- + 54 - + @@ -827,12 +827,12 @@

Server.java

- + 55 - + @@ -842,12 +842,12 @@

Server.java

- + 56 - + @@ -857,12 +857,12 @@

Server.java

- + 57 - + @@ -872,12 +872,12 @@

Server.java

- + 58 - + @@ -887,12 +887,12 @@

Server.java

- + 59 - + @@ -902,12 +902,12 @@

Server.java

- + 60 - + @@ -917,12 +917,12 @@

Server.java

- + 61 - + @@ -932,12 +932,12 @@

Server.java

- + 62 - + @@ -947,12 +947,12 @@

Server.java

- + 63 - + @@ -962,12 +962,12 @@

Server.java

- + 64 - + @@ -977,12 +977,12 @@

Server.java

- + 65 - + @@ -992,12 +992,12 @@

Server.java

- + 66 - + @@ -1007,12 +1007,12 @@

Server.java

- + 67 - + @@ -1022,12 +1022,12 @@

Server.java

- + 68 - + @@ -1037,12 +1037,12 @@

Server.java

- + 69 - + @@ -1052,12 +1052,12 @@

Server.java

- + 70 - + @@ -1067,12 +1067,12 @@

Server.java

- + 71 - + @@ -1082,12 +1082,12 @@

Server.java

- + 72 - + @@ -1097,12 +1097,12 @@

Server.java

- + 73 - + @@ -1112,12 +1112,12 @@

Server.java

- + 74 - + @@ -1127,12 +1127,12 @@

Server.java

- + 75 - + @@ -1142,12 +1142,12 @@

Server.java

- + 76 - + @@ -1157,12 +1157,12 @@

Server.java

- + 77 - + @@ -1172,12 +1172,12 @@

Server.java

- + 78 - + @@ -1187,12 +1187,12 @@

Server.java

- + 79 -1 +1 1. <init> : removed call to spark/Service::before → KILLED
@@ -1204,12 +1204,12 @@

Server.java

- + 80 - +
@@ -1219,12 +1219,12 @@

Server.java

- + 81 - + @@ -1234,12 +1234,12 @@

Server.java

- + 82 -1 +1 1. <init> : removed call to spark/Service::get → KILLED
@@ -1251,12 +1251,12 @@

Server.java

- + 83 -1 +1 1. lambda$new$1 : replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$new$1 → RUN_ERROR
@@ -1268,12 +1268,12 @@

Server.java

- + 84 - +
@@ -1283,12 +1283,12 @@

Server.java

- + 85 -1 +1 1. <init> : removed call to spark/Service::post → KILLED
@@ -1300,12 +1300,12 @@

Server.java

- + 86 - +
@@ -1315,12 +1315,12 @@

Server.java

- + 87 -1 +1 1. lambda$new$2 : removed call to com/mastercard/test/flow/report/duct/Duct::stop → KILLED
@@ -1332,12 +1332,12 @@

Server.java

- + 88 -1 +1 1. lambda$new$2 : replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$new$2 → KILLED
@@ -1349,12 +1349,12 @@

Server.java

- + 89 - +
@@ -1364,12 +1364,12 @@

Server.java

- + 90 - +
@@ -1379,12 +1379,12 @@

Server.java

- + 91 -1 +1 1. <init> : removed call to spark/Service::post → KILLED
@@ -1396,12 +1396,12 @@

Server.java

- + 92 - +
@@ -1411,12 +1411,12 @@

Server.java

- + 93 - +
@@ -1426,12 +1426,12 @@

Server.java

- + 94 -1 +1 1. lambda$new$3 : replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$new$3 → KILLED
@@ -1443,12 +1443,12 @@

Server.java

- + 95 - +
@@ -1458,12 +1458,12 @@

Server.java

- + 96 - + @@ -1473,12 +1473,12 @@

Server.java

- + 97 -1 +1 1. <init> : removed call to spark/Service::get → KILLED
@@ -1490,29 +1490,29 @@

Server.java

- + 98 - + -1 +1 -1. lambda$new$4 : replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$new$4 → KILLED
+1. lambda$new$4 : replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$new$4 → RUN_ERROR
-
				( req, res ) -> duct.index(), JSON::writeValueAsString );
+
				( req, res ) -> duct.index(), JSON::writeValueAsString );
- + 99 - + @@ -1522,12 +1522,12 @@

Server.java

- + 100 - + @@ -1537,12 +1537,12 @@

Server.java

- + 101 - + @@ -1552,12 +1552,12 @@

Server.java

- + 102 - + @@ -1567,12 +1567,12 @@

Server.java

- + 103 - + @@ -1582,12 +1582,12 @@

Server.java

- + 104 - + @@ -1597,12 +1597,12 @@

Server.java

- + 105 - + @@ -1612,12 +1612,12 @@

Server.java

- + 106 -1 +1 1. start : removed call to spark/Service::awaitInitialization → KILLED
@@ -1629,12 +1629,12 @@

Server.java

- + 107 - +
@@ -1644,12 +1644,12 @@

Server.java

- + 108 - + @@ -1659,12 +1659,12 @@

Server.java

- + 109 - + @@ -1674,12 +1674,12 @@

Server.java

- + 110 - + @@ -1689,12 +1689,12 @@

Server.java

- + 111 - + @@ -1704,12 +1704,12 @@

Server.java

- + 112 - + @@ -1719,12 +1719,12 @@

Server.java

- + 113 - + @@ -1734,12 +1734,12 @@

Server.java

- + 114 -1 +1 1. stop : removed call to spark/Service::stop → KILLED
@@ -1751,12 +1751,12 @@

Server.java

- + 115 - +
@@ -1766,12 +1766,12 @@

Server.java

- + 116 - + @@ -1781,12 +1781,12 @@

Server.java

- + 117 - + @@ -1796,12 +1796,12 @@

Server.java

- + 118 - + @@ -1811,12 +1811,12 @@

Server.java

- + 119 - + @@ -1826,12 +1826,12 @@

Server.java

- + 120 - + @@ -1841,12 +1841,12 @@

Server.java

- + 121 -1 +1 1. awaitStop : removed call to com/mastercard/test/flow/report/duct/Server::stop → KILLED
@@ -1858,29 +1858,29 @@

Server.java

- + 122 - + -1 +1 -1. awaitStop : removed call to spark/Service::awaitStop → KILLED
+1. awaitStop : removed call to spark/Service::awaitStop → SURVIVED
-
		spark.awaitStop();
+
		spark.awaitStop();
- + 123 - + @@ -1890,12 +1890,12 @@

Server.java

- + 124 - + @@ -1905,12 +1905,12 @@

Server.java

- + 125 - + @@ -1920,12 +1920,12 @@

Server.java

- + 126 - + @@ -1935,12 +1935,12 @@

Server.java

- + 127 - + @@ -1950,12 +1950,12 @@

Server.java

- + 128 - + @@ -1965,12 +1965,12 @@

Server.java

- + 129 -1 +1 1. port : replaced int return with 0 for com/mastercard/test/flow/report/duct/Server::port → KILLED
@@ -1982,12 +1982,12 @@

Server.java

- + 130 - +
@@ -1997,12 +1997,12 @@

Server.java

- + 131 - + @@ -2012,12 +2012,12 @@

Server.java

- + 132 - + @@ -2027,12 +2027,12 @@

Server.java

- + 133 - + @@ -2042,12 +2042,12 @@

Server.java

- + 134 - + @@ -2057,12 +2057,12 @@

Server.java

- + 135 - + @@ -2072,12 +2072,12 @@

Server.java

- + 136 - + @@ -2087,12 +2087,12 @@

Server.java

- + 137 - + @@ -2102,12 +2102,12 @@

Server.java

- + 138 - + @@ -2117,12 +2117,12 @@

Server.java

- + 139 - + @@ -2132,12 +2132,12 @@

Server.java

- + 140 - + @@ -2147,12 +2147,12 @@

Server.java

- + 141 - + @@ -2162,12 +2162,12 @@

Server.java

- + 142 - + @@ -2177,12 +2177,12 @@

Server.java

- + 143 - + @@ -2192,12 +2192,12 @@

Server.java

- + 144 - + @@ -2207,12 +2207,12 @@

Server.java

- + 145 - + @@ -2222,12 +2222,12 @@

Server.java

- + 146 - + @@ -2237,12 +2237,12 @@

Server.java

- + 147 - + @@ -2252,12 +2252,12 @@

Server.java

- + 148 - + @@ -2267,12 +2267,12 @@

Server.java

- + 149 - + @@ -2282,12 +2282,12 @@

Server.java

- + 150 - + @@ -2297,12 +2297,12 @@

Server.java

- + 151 -1 +1 1. map : removed call to com/mastercard/test/flow/report/duct/Server::unmap → KILLED
@@ -2314,12 +2314,12 @@

Server.java

- + 152 - +
@@ -2329,12 +2329,12 @@

Server.java

- + 153 - + @@ -2344,12 +2344,12 @@

Server.java

- + 154 - + @@ -2359,12 +2359,12 @@

Server.java

- + 155 - + @@ -2374,12 +2374,12 @@

Server.java

- + 156 - + @@ -2389,12 +2389,12 @@

Server.java

- + 157 -1 +1 1. map : negated conditional → KILLED
@@ -2406,12 +2406,12 @@

Server.java

- + 158 - +
@@ -2421,12 +2421,12 @@

Server.java

- + 159 - + @@ -2436,12 +2436,12 @@

Server.java

- + 160 - + @@ -2451,12 +2451,12 @@

Server.java

- + 161 - + @@ -2466,12 +2466,12 @@

Server.java

- + 162 - + @@ -2481,12 +2481,12 @@

Server.java

- + 163 - + @@ -2496,12 +2496,12 @@

Server.java

- + 164 - + @@ -2511,29 +2511,29 @@

Server.java

- + 165 - + -1 +1 -1. map : removed call to java/util/stream/Stream::forEach → KILLED
+1. map : removed call to java/util/stream/Stream::forEach → RUN_ERROR
-
				.forEach( getPath -> {
+
				.forEach( getPath -> {
- + 166 - + @@ -2543,12 +2543,12 @@

Server.java

- + 167 - + @@ -2558,12 +2558,12 @@

Server.java

- + 168 -1 +1 1. lambda$map$5 : removed call to spark/Service::get → KILLED
@@ -2575,12 +2575,12 @@

Server.java

- + 169 - +
@@ -2590,12 +2590,12 @@

Server.java

- + 170 - + @@ -2605,12 +2605,12 @@

Server.java

- + 171 - + @@ -2620,12 +2620,12 @@

Server.java

- + 172 -1 +1 1. map : negated conditional → KILLED
@@ -2637,12 +2637,12 @@

Server.java

- + 173 - +
@@ -2652,12 +2652,12 @@

Server.java

- + 174 - + @@ -2667,12 +2667,12 @@

Server.java

- + 175 -2 +2 1. lambda$map$6 : replaced boolean return with false for com/mastercard/test/flow/report/duct/Server::lambda$map$6 → KILLED
2. lambda$map$6 : replaced boolean return with true for com/mastercard/test/flow/report/duct/Server::lambda$map$6 → KILLED
@@ -2685,12 +2685,12 @@

Server.java

- + 176 -2 +2 1. lambda$map$7 : negated conditional → KILLED
2. lambda$map$7 : replaced boolean return with true for com/mastercard/test/flow/report/duct/Server::lambda$map$7 → KILLED
@@ -2703,12 +2703,12 @@

Server.java

- + 177 -1 +1 1. lambda$map$7 : negated conditional → KILLED
@@ -2720,12 +2720,12 @@

Server.java

- + 178 -1 +1 1. lambda$map$7 : negated conditional → KILLED
@@ -2737,12 +2737,12 @@

Server.java

- + 179 - +
@@ -2752,12 +2752,12 @@

Server.java

- + 180 - +
@@ -2767,12 +2767,12 @@

Server.java

- + 181 - +
@@ -2782,12 +2782,12 @@

Server.java

- + 182 -1 +1 1. lambda$map$8 : removed call to spark/Service::get → KILLED
@@ -2799,12 +2799,12 @@

Server.java

- + 183 -1 +1 1. lambda$map$8 : replaced return value with "" for com/mastercard/test/flow/report/duct/Server::lambda$map$8 → KILLED
@@ -2816,12 +2816,12 @@

Server.java

- + 184 - +
@@ -2831,12 +2831,12 @@

Server.java

- + 185 -1 +1 1. map : removed call to java/util/stream/Stream::forEach → KILLED
@@ -2848,12 +2848,12 @@

Server.java

- + 186 - +
@@ -2863,12 +2863,12 @@

Server.java

- + 187 - +
@@ -2878,12 +2878,12 @@

Server.java

- + 188 - +
@@ -2893,12 +2893,12 @@

Server.java

- + 189 - + @@ -2908,12 +2908,12 @@

Server.java

- + 190 - + @@ -2923,12 +2923,12 @@

Server.java

- + 191 - + @@ -2938,12 +2938,12 @@

Server.java

- + 192 - + @@ -2953,12 +2953,12 @@

Server.java

- + 193 -1 +1 1. map : negated conditional → KILLED
@@ -2970,12 +2970,12 @@

Server.java

- + 194 - +
@@ -2985,12 +2985,12 @@

Server.java

- + 195 - + @@ -3000,12 +3000,12 @@

Server.java

- + 196 - + @@ -3015,12 +3015,12 @@

Server.java

- + 197 -1 +1 1. map : removed call to spark/Service::get → KILLED
@@ -3032,12 +3032,12 @@

Server.java

- + 198 -1 +1 1. lambda$map$9 : negated conditional → KILLED
@@ -3049,12 +3049,12 @@

Server.java

- + 199 - +
@@ -3064,12 +3064,12 @@

Server.java

- + 200 -1 +1 1. lambda$map$9 : replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$map$9 → SURVIVED
@@ -3081,12 +3081,12 @@

Server.java

- + 201 - +
@@ -3096,12 +3096,12 @@

Server.java

- + 202 - +
@@ -3111,12 +3111,12 @@

Server.java

- + 203 -1 +1 1. lambda$map$9 : removed call to spark/Response::status → KILLED
@@ -3128,12 +3128,12 @@

Server.java

- + 204 -1 +1 1. lambda$map$9 : replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$map$9 → KILLED
@@ -3145,12 +3145,12 @@

Server.java

- + 205 - +
@@ -3160,12 +3160,12 @@

Server.java

- + 206 - +
@@ -3175,12 +3175,12 @@

Server.java

- + 207 - + @@ -3190,12 +3190,12 @@

Server.java

- + 208 - + @@ -3205,12 +3205,12 @@

Server.java

- + 209 - + @@ -3220,12 +3220,12 @@

Server.java

- + 210 - + @@ -3235,12 +3235,12 @@

Server.java

- + 211 - + @@ -3250,12 +3250,12 @@

Server.java

- + 212 - + @@ -3265,12 +3265,12 @@

Server.java

- + 213 - + @@ -3280,12 +3280,12 @@

Server.java

- + 214 -1 +1 1. respondWithFileBytes : replaced return value with null for com/mastercard/test/flow/report/duct/Server::respondWithFileBytes → KILLED
@@ -3297,12 +3297,12 @@

Server.java

- + 215 -1 +1 1. lambda$respondWithFileBytes$10 : negated conditional → KILLED
@@ -3314,12 +3314,12 @@

Server.java

- + 216 -1 +1 1. lambda$respondWithFileBytes$10 : removed call to spark/Response::status → NO_COVERAGE
@@ -3331,12 +3331,12 @@

Server.java

- + 217 -1 +1 1. lambda$respondWithFileBytes$10 : replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$respondWithFileBytes$10 → NO_COVERAGE
@@ -3348,12 +3348,12 @@

Server.java

- + 218 - +
@@ -3363,12 +3363,12 @@

Server.java

- + 219 - +
@@ -3378,12 +3378,12 @@

Server.java

- + 220 -1 +1 1. lambda$respondWithFileBytes$10 : removed call to spark/Response::header → SURVIVED
@@ -3395,12 +3395,12 @@

Server.java

- + 221 - +
@@ -3410,12 +3410,12 @@

Server.java

- + 222 - +
@@ -3425,12 +3425,12 @@

Server.java

- + 223 - +
@@ -3440,12 +3440,12 @@

Server.java

- + 224 - + @@ -3455,12 +3455,12 @@

Server.java

- + 225 - + @@ -3470,12 +3470,12 @@

Server.java

- + 226 - + @@ -3485,12 +3485,12 @@

Server.java

- + 227 -1 +1 1. lambda$respondWithFileBytes$10 : negated conditional → KILLED
@@ -3502,12 +3502,12 @@

Server.java

- + 228 -1 +1 1. lambda$respondWithFileBytes$10 : removed call to java/io/OutputStream::write → KILLED
@@ -3519,12 +3519,12 @@

Server.java

- + 229 - +
@@ -3534,12 +3534,12 @@

Server.java

- + 230 - +
@@ -3549,12 +3549,12 @@

Server.java

- + 231 - + @@ -3564,12 +3564,12 @@

Server.java

- + 232 - + @@ -3579,12 +3579,12 @@

Server.java

- + 233 -1 +1 1. lambda$respondWithFileBytes$10 : removed call to spark/Response::status → NO_COVERAGE
@@ -3596,12 +3596,12 @@

Server.java

- + 234 - +
@@ -3611,12 +3611,12 @@

Server.java

- + 235 - + @@ -3626,12 +3626,12 @@

Server.java

- + 236 - + @@ -3641,12 +3641,12 @@

Server.java

- + 237 - + @@ -3656,12 +3656,12 @@

Server.java

- + 238 - + @@ -3671,12 +3671,12 @@

Server.java

- + 239 - + @@ -3686,12 +3686,12 @@

Server.java

- + 240 - + @@ -3701,12 +3701,12 @@

Server.java

- + 241 - + @@ -3716,12 +3716,12 @@

Server.java

- + 242 - + @@ -3731,12 +3731,12 @@

Server.java

- + 243 - + @@ -3746,12 +3746,12 @@

Server.java

- + 244 - + @@ -3761,12 +3761,12 @@

Server.java

- + 245 - + @@ -3776,12 +3776,12 @@

Server.java

- + 246 -1 +1 1. unmap : removed call to java/util/Set::forEach → KILLED
@@ -3793,12 +3793,12 @@

Server.java

- + 247 - +
@@ -3808,12 +3808,12 @@

Server.java

- + 248 - + @@ -3823,12 +3823,12 @@

Server.java

- + 249 - + @@ -3838,12 +3838,12 @@

Server.java

- + 250 - + @@ -3853,12 +3853,12 @@

Server.java

- + 251 - + @@ -3870,431 +3870,431 @@

Server.java

Mutations

-51 +51 - +

1.1
Location : lambda$static$0
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
negated conditional → KILLED

-
79 +79 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:loopback()]
removed call to spark/Service::before → KILLED

-
82 +82 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:endpoints()]
removed call to spark/Service::get → KILLED

-
83 +83 - +

1.1
Location : lambda$new$1
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$new$1 → RUN_ERROR

-
85 +85 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:endpoints()]
removed call to spark/Service::post → KILLED

-
87 +87 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:endpoints()]
removed call to com/mastercard/test/flow/report/duct/Duct::stop → KILLED

-
88 +88 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:endpoints()]
replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$new$2 → KILLED

-
91 +91 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:endpoints()]
removed call to spark/Service::post → KILLED

-
94 +94 - +

1.1
Location : lambda$new$3
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:endpoints()]
replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$new$3 → KILLED

-
97 +97 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
removed call to spark/Service::get → KILLED

-
98 +98 - + -

1.1
Location : lambda$new$4
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$new$4 → KILLED

+

1.1
Location : lambda$new$4
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$new$4 → RUN_ERROR

-
106 +106 - +

1.1
Location : start
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
removed call to spark/Service::awaitInitialization → KILLED

-
114 +114 - +

1.1
Location : stop
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
removed call to spark/Service::stop → KILLED

-
121 +121 - +

1.1
Location : awaitStop
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
removed call to com/mastercard/test/flow/report/duct/Server::stop → KILLED

-
122 +122 - + -

1.1
Location : awaitStop
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
removed call to spark/Service::awaitStop → KILLED

+

1.1
Location : awaitStop
Killed by :
removed call to spark/Service::awaitStop → SURVIVED

-
129 +129 - +

1.1
Location : port
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:life()]
replaced int return with 0 for com/mastercard/test/flow/report/duct/Server::port → KILLED

-
151 +151 - +

1.1
Location : map
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:reunmap()]
removed call to com/mastercard/test/flow/report/duct/Server::unmap → KILLED

-
157 +157 - +

1.1
Location : map
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
negated conditional → KILLED

-
165 +165 - + -

1.1
Location : map
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
removed call to java/util/stream/Stream::forEach → KILLED

+

1.1
Location : map
Killed by :
removed call to java/util/stream/Stream::forEach → RUN_ERROR

-
168 +168 - +

1.1
Location : lambda$map$5
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
removed call to spark/Service::get → KILLED

-
172 +172 - +

1.1
Location : map
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:reunmap()]
negated conditional → KILLED

-
175 +175 - +

1.1
Location : lambda$map$6
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:reunmap()]
replaced boolean return with false for com/mastercard/test/flow/report/duct/Server::lambda$map$6 → KILLED

2.2
Location : lambda$map$6
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:resourceTypes()]
replaced boolean return with true for com/mastercard/test/flow/report/duct/Server::lambda$map$6 → KILLED

-
176 +176 - +

1.1
Location : lambda$map$7
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:reunmap()]
negated conditional → KILLED

2.2
Location : lambda$map$7
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:resourceTypes()]
replaced boolean return with true for com/mastercard/test/flow/report/duct/Server::lambda$map$7 → KILLED

-
177 +177 - +

1.1
Location : lambda$map$7
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:resourceTypes()]
negated conditional → KILLED

-
178 +178 - +

1.1
Location : lambda$map$7
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:resourceTypes()]
negated conditional → KILLED

-
182 +182 - +

1.1
Location : lambda$map$8
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:reunmap()]
removed call to spark/Service::get → KILLED

-
183 +183 - +

1.1
Location : lambda$map$8
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:reunmap()]
replaced return value with "" for com/mastercard/test/flow/report/duct/Server::lambda$map$8 → KILLED

-
185 +185 - +

1.1
Location : map
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:reunmap()]
removed call to java/util/stream/Stream::forEach → KILLED

-
193 +193 - +

1.1
Location : map
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
negated conditional → KILLED

-
197 +197 - +

1.1
Location : map
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
removed call to spark/Service::get → KILLED

-
198 +198 - +

1.1
Location : lambda$map$9
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
negated conditional → KILLED

-
200 +200 - +

1.1
Location : lambda$map$9
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$map$9 → SURVIVED

-
203 +203 - +

1.1
Location : lambda$map$9
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
removed call to spark/Response::status → KILLED

-
204 +204 - +

1.1
Location : lambda$map$9
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$map$9 → KILLED

-
214 +214 - +

1.1
Location : respondWithFileBytes
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
replaced return value with null for com/mastercard/test/flow/report/duct/Server::respondWithFileBytes → KILLED

-
215 +215 - +

1.1
Location : lambda$respondWithFileBytes$10
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
negated conditional → KILLED

-
216 +216 - +

1.1
Location : lambda$respondWithFileBytes$10
Killed by :
removed call to spark/Response::status → NO_COVERAGE

-
217 +217 - +

1.1
Location : lambda$respondWithFileBytes$10
Killed by :
replaced return value with null for com/mastercard/test/flow/report/duct/Server::lambda$respondWithFileBytes$10 → NO_COVERAGE

-
220 +220 - +

1.1
Location : lambda$respondWithFileBytes$10
Killed by :
removed call to spark/Response::header → SURVIVED

-
227 +227 - +

1.1
Location : lambda$respondWithFileBytes$10
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
negated conditional → KILLED

-
228 +228 - +

1.1
Location : lambda$respondWithFileBytes$10
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:dynamicDetailMap()]
removed call to java/io/OutputStream::write → KILLED

-
233 +233 - +

1.1
Location : lambda$respondWithFileBytes$10
Killed by :
removed call to spark/Response::status → NO_COVERAGE

-
246 +246 - +

1.1
Location : unmap
Killed by : com.mastercard.test.flow.report.duct.ServerTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.duct.ServerTest]/[method:reunmap()]
removed call to java/util/Set::forEach → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Spawn.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Spawn.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Spawn.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Spawn.java.html index 0bbb7a7de1..8016f8f172 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/Spawn.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/Spawn.java.html @@ -15,12 +15,12 @@

Spawn.java

-
+ 1 - + @@ -30,12 +30,12 @@

Spawn.java

- + 2 - + @@ -45,12 +45,12 @@

Spawn.java

- + 3 - + @@ -60,12 +60,12 @@

Spawn.java

- + 4 - + @@ -75,12 +75,12 @@

Spawn.java

- + 5 - + @@ -90,12 +90,12 @@

Spawn.java

- + 6 - + @@ -105,12 +105,12 @@

Spawn.java

- + 7 - + @@ -120,12 +120,12 @@

Spawn.java

- + 8 - + @@ -135,12 +135,12 @@

Spawn.java

- + 9 - + @@ -150,12 +150,12 @@

Spawn.java

- + 10 - + @@ -165,12 +165,12 @@

Spawn.java

- + 11 - + @@ -180,12 +180,12 @@

Spawn.java

- + 12 - + @@ -195,12 +195,12 @@

Spawn.java

- + 13 - + @@ -210,12 +210,12 @@

Spawn.java

- + 14 - + @@ -225,12 +225,12 @@

Spawn.java

- + 15 - + @@ -240,12 +240,12 @@

Spawn.java

- + 16 - + @@ -255,12 +255,12 @@

Spawn.java

- + 17 - + @@ -270,12 +270,12 @@

Spawn.java

- + 18 - + @@ -285,12 +285,12 @@

Spawn.java

- + 19 - + @@ -300,12 +300,12 @@

Spawn.java

- + 20 - + @@ -315,12 +315,12 @@

Spawn.java

- + 21 - + @@ -330,12 +330,12 @@

Spawn.java

- + 22 - + @@ -345,12 +345,12 @@

Spawn.java

- + 23 - + @@ -360,12 +360,12 @@

Spawn.java

- + 24 - + @@ -375,12 +375,12 @@

Spawn.java

- + 25 - + @@ -390,12 +390,12 @@

Spawn.java

- + 26 - + @@ -405,12 +405,12 @@

Spawn.java

- + 27 - + @@ -420,12 +420,12 @@

Spawn.java

- + 28 - + @@ -435,12 +435,12 @@

Spawn.java

- + 29 - + @@ -450,12 +450,12 @@

Spawn.java

- + 30 - + @@ -465,12 +465,12 @@

Spawn.java

- + 31 - + @@ -480,12 +480,12 @@

Spawn.java

- + 32 - + @@ -495,12 +495,12 @@

Spawn.java

- + 33 - + @@ -510,12 +510,12 @@

Spawn.java

- + 34 - + @@ -525,12 +525,12 @@

Spawn.java

- + 35 - + @@ -540,12 +540,12 @@

Spawn.java

- + 36 - + @@ -555,12 +555,12 @@

Spawn.java

- + 37 - + @@ -570,12 +570,12 @@

Spawn.java

- + 38 - + @@ -585,12 +585,12 @@

Spawn.java

- + 39 - + @@ -600,12 +600,12 @@

Spawn.java

- + 40 - + @@ -615,12 +615,12 @@

Spawn.java

- + 41 - + @@ -630,12 +630,12 @@

Spawn.java

- + 42 - + @@ -645,12 +645,12 @@

Spawn.java

- + 43 - + @@ -660,12 +660,12 @@

Spawn.java

- + 44 - + @@ -675,12 +675,12 @@

Spawn.java

- + 45 - + @@ -690,12 +690,12 @@

Spawn.java

- + 46 - + @@ -705,12 +705,12 @@

Spawn.java

- + 47 - + @@ -720,12 +720,12 @@

Spawn.java

- + 48 - + @@ -735,12 +735,12 @@

Spawn.java

- + 49 - + @@ -750,12 +750,12 @@

Spawn.java

- + 50 - + @@ -765,12 +765,12 @@

Spawn.java

- + 51 - + @@ -780,12 +780,12 @@

Spawn.java

- + 52 - + @@ -795,12 +795,12 @@

Spawn.java

- + 53 - + @@ -810,12 +810,12 @@

Spawn.java

- + 54 - + @@ -825,12 +825,12 @@

Spawn.java

- + 55 - + @@ -840,12 +840,12 @@

Spawn.java

- + 56 - + @@ -855,12 +855,12 @@

Spawn.java

- + 57 - + @@ -870,12 +870,12 @@

Spawn.java

- + 58 - + @@ -885,12 +885,12 @@

Spawn.java

- + 59 - + @@ -900,12 +900,12 @@

Spawn.java

- + 60 -1 +1 1. launchFor : removed call to com/mastercard/test/flow/report/duct/Spawn::launch → RUN_ERROR
@@ -917,12 +917,12 @@

Spawn.java

- + 61 - +
@@ -932,12 +932,12 @@

Spawn.java

- + 62 - + @@ -947,12 +947,12 @@

Spawn.java

- + 63 - + @@ -962,12 +962,12 @@

Spawn.java

- + 64 - + @@ -977,12 +977,12 @@

Spawn.java

- + 65 - + @@ -992,12 +992,12 @@

Spawn.java

- + 66 - + @@ -1007,12 +1007,12 @@

Spawn.java

- + 67 - + @@ -1022,12 +1022,12 @@

Spawn.java

- + 68 - + @@ -1037,12 +1037,12 @@

Spawn.java

- + 69 - + @@ -1052,12 +1052,12 @@

Spawn.java

- + 70 -1 +1 1. launch : negated conditional → RUN_ERROR
@@ -1069,12 +1069,12 @@

Spawn.java

- + 71 - +
@@ -1084,12 +1084,12 @@

Spawn.java

- + 72 - + @@ -1099,12 +1099,12 @@

Spawn.java

- + 73 - + @@ -1114,12 +1114,12 @@

Spawn.java

- + 74 - + @@ -1129,12 +1129,12 @@

Spawn.java

- + 75 - + @@ -1144,12 +1144,12 @@

Spawn.java

- + 76 - + @@ -1159,12 +1159,12 @@

Spawn.java

- + 77 -1 +1 1. launch : negated conditional → RUN_ERROR
@@ -1176,12 +1176,12 @@

Spawn.java

- + 78 - +
@@ -1191,12 +1191,12 @@

Spawn.java

- + 79 - + @@ -1206,12 +1206,12 @@

Spawn.java

- + 80 - + @@ -1221,12 +1221,12 @@

Spawn.java

- + 81 - + @@ -1236,12 +1236,12 @@

Spawn.java

- + 82 -1 +1 1. lambda$launch$0 : negated conditional → NO_COVERAGE
@@ -1253,12 +1253,12 @@

Spawn.java

- + 83 -1 +1 1. lambda$launch$0 : removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE
@@ -1270,12 +1270,12 @@

Spawn.java

- + 84 - +
@@ -1285,12 +1285,12 @@

Spawn.java

- + 85 - +
@@ -1300,12 +1300,12 @@

Spawn.java

- + 86 -1 +1 1. lambda$launch$0 : removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE
@@ -1317,12 +1317,12 @@

Spawn.java

- + 87 -1 +1 1. lambda$launch$0 : removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE
@@ -1334,12 +1334,12 @@

Spawn.java

- + 88 -1 +1 1. lambda$launch$0 : removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE
@@ -1351,12 +1351,12 @@

Spawn.java

- + 89 - +
@@ -1366,12 +1366,12 @@

Spawn.java

- + 90 - +
@@ -1381,12 +1381,12 @@

Spawn.java

- + 91 -1 +1 1. lambda$launch$0 : removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE
@@ -1398,12 +1398,12 @@

Spawn.java

- + 92 - +
@@ -1413,12 +1413,12 @@

Spawn.java

- + 93 - +
@@ -1428,12 +1428,12 @@

Spawn.java

- + 94 -1 +1 1. launch : removed call to java/lang/Thread::setDaemon → RUN_ERROR
@@ -1445,12 +1445,12 @@

Spawn.java

- + 95 -1 +1 1. launch : removed call to java/lang/Thread::start → RUN_ERROR
@@ -1462,12 +1462,12 @@

Spawn.java

- + 96 - +
@@ -1477,12 +1477,12 @@

Spawn.java

- + 97 - +
@@ -1492,12 +1492,12 @@

Spawn.java

- + 98 - + @@ -1507,12 +1507,12 @@

Spawn.java

- + 99 -1 +1 1. launch : removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE
@@ -1524,12 +1524,12 @@

Spawn.java

- + 100 - +
@@ -1539,12 +1539,12 @@

Spawn.java

- + 101 - + @@ -1554,12 +1554,12 @@

Spawn.java

- + 102 - + @@ -1569,12 +1569,12 @@

Spawn.java

- + 103 - + @@ -1584,12 +1584,12 @@

Spawn.java

- + 104 - + @@ -1599,12 +1599,12 @@

Spawn.java

- + 105 - + @@ -1614,12 +1614,12 @@

Spawn.java

- + 106 - + @@ -1629,12 +1629,12 @@

Spawn.java

- + 107 - + @@ -1644,12 +1644,12 @@

Spawn.java

- + 108 - + @@ -1659,12 +1659,12 @@

Spawn.java

- + 109 - + @@ -1674,12 +1674,12 @@

Spawn.java

- + 110 - + @@ -1689,12 +1689,12 @@

Spawn.java

- + 111 - + @@ -1704,12 +1704,12 @@

Spawn.java

- + 112 - + @@ -1719,12 +1719,12 @@

Spawn.java

- + 113 - + @@ -1734,12 +1734,12 @@

Spawn.java

- + 114 - + @@ -1749,12 +1749,12 @@

Spawn.java

- + 115 - + @@ -1764,12 +1764,12 @@

Spawn.java

- + 116 - + @@ -1779,12 +1779,12 @@

Spawn.java

- + 117 - + @@ -1794,12 +1794,12 @@

Spawn.java

- + 118 - + @@ -1809,12 +1809,12 @@

Spawn.java

- + 119 - + @@ -1824,12 +1824,12 @@

Spawn.java

- + 120 -1 +1 1. getClassPath : negated conditional → RUN_ERROR
@@ -1841,12 +1841,12 @@

Spawn.java

- + 121 -1 +1 1. getClassPath : negated conditional → RUN_ERROR
@@ -1858,12 +1858,12 @@

Spawn.java

- + 122 - +
@@ -1873,12 +1873,12 @@

Spawn.java

- + 123 - +
@@ -1888,12 +1888,12 @@

Spawn.java

- + 124 - + @@ -1903,12 +1903,12 @@

Spawn.java

- + 125 - + @@ -1918,12 +1918,12 @@

Spawn.java

- + 126 - + @@ -1933,12 +1933,12 @@

Spawn.java

- + 127 - + @@ -1948,12 +1948,12 @@

Spawn.java

- + 128 - + @@ -1963,12 +1963,12 @@

Spawn.java

- + 129 - + @@ -1978,12 +1978,12 @@

Spawn.java

- + 130 -1 +1 1. getClassPath : negated conditional → RUN_ERROR
@@ -1995,12 +1995,12 @@

Spawn.java

- + 131 - +
@@ -2010,12 +2010,12 @@

Spawn.java

- + 132 - + @@ -2025,12 +2025,12 @@

Spawn.java

- + 133 - + @@ -2040,12 +2040,12 @@

Spawn.java

- + 134 - + @@ -2055,12 +2055,12 @@

Spawn.java

- + 135 -1 +1 1. getClassPath : replaced return value with "" for com/mastercard/test/flow/report/duct/Spawn::getClassPath → RUN_ERROR
@@ -2072,12 +2072,12 @@

Spawn.java

- + 136 - +
@@ -2087,12 +2087,12 @@

Spawn.java

- + 137 - + @@ -2104,161 +2104,161 @@

Spawn.java

Mutations

-60 +60 - +

1.1
Location : launchFor
Killed by :
removed call to com/mastercard/test/flow/report/duct/Spawn::launch → RUN_ERROR

-
70 +70 - +

1.1
Location : launch
Killed by :
negated conditional → RUN_ERROR

-
77 +77 - +

1.1
Location : launch
Killed by :
negated conditional → RUN_ERROR

-
82 +82 - +

1.1
Location : lambda$launch$0
Killed by :
negated conditional → NO_COVERAGE

-
83 +83 - +

1.1
Location : lambda$launch$0
Killed by :
removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE

-
86 +86 - +

1.1
Location : lambda$launch$0
Killed by :
removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE

-
87 +87 - +

1.1
Location : lambda$launch$0
Killed by :
removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE

-
88 +88 - +

1.1
Location : lambda$launch$0
Killed by :
removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE

-
91 +91 - +

1.1
Location : lambda$launch$0
Killed by :
removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE

-
94 +94 - +

1.1
Location : launch
Killed by :
removed call to java/lang/Thread::setDaemon → RUN_ERROR

-
95 +95 - +

1.1
Location : launch
Killed by :
removed call to java/lang/Thread::start → RUN_ERROR

-
99 +99 - +

1.1
Location : launch
Killed by :
removed call to com/mastercard/test/flow/report/FailureSink::log → NO_COVERAGE

-
120 +120 - +

1.1
Location : getClassPath
Killed by :
negated conditional → RUN_ERROR

-
121 +121 - +

1.1
Location : getClassPath
Killed by :
negated conditional → RUN_ERROR

-
130 +130 - +

1.1
Location : getClassPath
Killed by :
negated conditional → RUN_ERROR

-
135 +135 - +

1.1
Location : getClassPath
Killed by :
replaced return value with "" for com/mastercard/test/flow/report/duct/Spawn::getClassPath → RUN_ERROR

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/index.html similarity index 76% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/index.html index 85b514d0c9..186571f9f6 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report.duct/index.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report.duct/index.html @@ -22,8 +22,8 @@

com.mastercard.test.flow.report.duct

7 87%
325/373
- 88%
128/146
- 96%
128/133
+ 79%
116/146
+ 87%
116/133
@@ -44,15 +44,15 @@

Breakdown by Class

Duct.java
91%
96/105
-
91%
39/43
-
95%
39/41
+
63%
27/43
+
66%
27/41
HttpClient.java
90%
35/39
-
94%
15/16
-
94%
15/16
+
100%
16/16
+
100%
16/16
@@ -79,8 +79,8 @@

Breakdown by Class

Server.java
88%
100/113
-
89%
40/45
-
95%
40/42
+
87%
39/45
+
93%
39/42
diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/JsApp.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/JsApp.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report/JsApp.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report/JsApp.java.html index a125ffb36d..344a3776b5 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/JsApp.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/JsApp.java.html @@ -15,12 +15,12 @@

JsApp.java

- + 1 - + @@ -30,12 +30,12 @@

JsApp.java

- + 2 - + @@ -45,12 +45,12 @@

JsApp.java

- + 3 - + @@ -60,12 +60,12 @@

JsApp.java

- + 4 - + @@ -75,12 +75,12 @@

JsApp.java

- + 5 - + @@ -90,12 +90,12 @@

JsApp.java

- + 6 - + @@ -105,12 +105,12 @@

JsApp.java

- + 7 - + @@ -120,12 +120,12 @@

JsApp.java

- + 8 - + @@ -135,12 +135,12 @@

JsApp.java

- + 9 - + @@ -150,12 +150,12 @@

JsApp.java

- + 10 - + @@ -165,12 +165,12 @@

JsApp.java

- + 11 - + @@ -180,12 +180,12 @@

JsApp.java

- + 12 - + @@ -195,12 +195,12 @@

JsApp.java

- + 13 - + @@ -210,12 +210,12 @@

JsApp.java

- + 14 - + @@ -225,12 +225,12 @@

JsApp.java

- + 15 - + @@ -240,12 +240,12 @@

JsApp.java

- + 16 - + @@ -255,12 +255,12 @@

JsApp.java

- + 17 - + @@ -270,12 +270,12 @@

JsApp.java

- + 18 - + @@ -285,12 +285,12 @@

JsApp.java

- + 19 - + @@ -300,12 +300,12 @@

JsApp.java

- + 20 - + @@ -315,12 +315,12 @@

JsApp.java

- + 21 - + @@ -330,12 +330,12 @@

JsApp.java

- + 22 - + @@ -345,12 +345,12 @@

JsApp.java

- + 23 - + @@ -360,12 +360,12 @@

JsApp.java

- + 24 - + @@ -375,12 +375,12 @@

JsApp.java

- + 25 - + @@ -390,12 +390,12 @@

JsApp.java

- + 26 - + @@ -405,12 +405,12 @@

JsApp.java

- + 27 - + @@ -420,12 +420,12 @@

JsApp.java

- + 28 - + @@ -435,12 +435,12 @@

JsApp.java

- + 29 - + @@ -450,12 +450,12 @@

JsApp.java

- + 30 - + @@ -465,12 +465,12 @@

JsApp.java

- + 31 - + @@ -480,12 +480,12 @@

JsApp.java

- + 32 - + @@ -495,12 +495,12 @@

JsApp.java

- + 33 - + @@ -510,12 +510,12 @@

JsApp.java

- + 34 - + @@ -525,12 +525,12 @@

JsApp.java

- + 35 - + @@ -540,12 +540,12 @@

JsApp.java

- + 36 - + @@ -555,12 +555,12 @@

JsApp.java

- + 37 - + @@ -570,12 +570,12 @@

JsApp.java

- + 38 - + @@ -585,12 +585,12 @@

JsApp.java

- + 39 - + @@ -600,12 +600,12 @@

JsApp.java

- + 40 -3 +3 1. lambda$new$0 : replaced boolean return with true for com/mastercard/test/flow/report/JsApp::lambda$new$0 → KILLED
2. lambda$new$0 : negated conditional → KILLED
@@ -619,12 +619,12 @@

JsApp.java

- + 41 -1 +1 1. <init> : removed call to java/util/stream/Stream::forEach → KILLED
@@ -636,12 +636,12 @@

JsApp.java

- + 42 - +
@@ -651,12 +651,12 @@

JsApp.java

- + 43 -1 +1 1. lambda$new$1 : removed call to com/mastercard/test/flow/report/QuietFiles::createDirectories → KILLED
@@ -668,12 +668,12 @@

JsApp.java

- + 44 - +
@@ -683,12 +683,12 @@

JsApp.java

- + 45 - +
@@ -698,12 +698,12 @@

JsApp.java

- + 46 - + @@ -713,12 +713,12 @@

JsApp.java

- + 47 -1 +1 1. lambda$new$1 : removed call to com/mastercard/test/flow/report/JsApp::copy → KILLED
@@ -730,12 +730,12 @@

JsApp.java

- + 48 - +
@@ -745,12 +745,12 @@

JsApp.java

- + 49 - + @@ -760,12 +760,12 @@

JsApp.java

- + 50 - + @@ -775,12 +775,12 @@

JsApp.java

- + 51 - + @@ -790,12 +790,12 @@

JsApp.java

- + 52 - + @@ -805,12 +805,12 @@

JsApp.java

- + 53 - + @@ -820,12 +820,12 @@

JsApp.java

- + 54 - + @@ -835,12 +835,12 @@

JsApp.java

- + 55 - + @@ -850,12 +850,12 @@

JsApp.java

- + 56 - + @@ -865,12 +865,12 @@

JsApp.java

- + 57 - + @@ -880,12 +880,12 @@

JsApp.java

- + 58 - + @@ -895,12 +895,12 @@

JsApp.java

- + 59 -2 +2 1. lambda$new$2 : replaced boolean return with false for com/mastercard/test/flow/report/JsApp::lambda$new$2 → KILLED
2. lambda$new$2 : replaced boolean return with true for com/mastercard/test/flow/report/JsApp::lambda$new$2 → KILLED
@@ -913,12 +913,12 @@

JsApp.java

- + 60 - +
@@ -928,12 +928,12 @@

JsApp.java

- + 61 - + @@ -943,12 +943,12 @@

JsApp.java

- + 62 -1 +1 1. lambda$new$3 : replaced return value with null for com/mastercard/test/flow/report/JsApp::lambda$new$3 → KILLED
@@ -960,12 +960,12 @@

JsApp.java

- + 63 - +
@@ -975,12 +975,12 @@

JsApp.java

- + 64 - + @@ -990,12 +990,12 @@

JsApp.java

- + 65 - + @@ -1005,12 +1005,12 @@

JsApp.java

- + 66 - + @@ -1020,12 +1020,12 @@

JsApp.java

- + 67 - + @@ -1035,12 +1035,12 @@

JsApp.java

- + 68 - + @@ -1050,12 +1050,12 @@

JsApp.java

- + 69 - + @@ -1065,12 +1065,12 @@

JsApp.java

- + 70 -1 +1 1. <init> : removed call to com/mastercard/test/flow/report/JsApp::fixLazyChunkLoadingPath → KILLED
@@ -1082,12 +1082,12 @@

JsApp.java

- + 71 - +
@@ -1097,12 +1097,12 @@

JsApp.java

- + 72 - + @@ -1112,12 +1112,12 @@

JsApp.java

- + 73 - + @@ -1127,12 +1127,12 @@

JsApp.java

- + 74 - + @@ -1142,12 +1142,12 @@

JsApp.java

- + 75 - + @@ -1157,12 +1157,12 @@

JsApp.java

- + 76 - + @@ -1172,12 +1172,12 @@

JsApp.java

- + 77 - + @@ -1187,12 +1187,12 @@

JsApp.java

- + 78 - + @@ -1202,12 +1202,12 @@

JsApp.java

- + 79 - + @@ -1217,12 +1217,12 @@

JsApp.java

- + 80 - + @@ -1232,12 +1232,12 @@

JsApp.java

- + 81 - + @@ -1247,12 +1247,12 @@

JsApp.java

- + 82 - + @@ -1262,12 +1262,12 @@

JsApp.java

- + 83 - + @@ -1277,12 +1277,12 @@

JsApp.java

- + 84 - + @@ -1292,12 +1292,12 @@

JsApp.java

- + 85 - + @@ -1307,12 +1307,12 @@

JsApp.java

- + 86 - + @@ -1322,12 +1322,12 @@

JsApp.java

- + 87 - + @@ -1337,12 +1337,12 @@

JsApp.java

- + 88 - + @@ -1352,12 +1352,12 @@

JsApp.java

- + 89 - + @@ -1367,12 +1367,12 @@

JsApp.java

- + 90 - + @@ -1382,12 +1382,12 @@

JsApp.java

- + 91 - + @@ -1397,12 +1397,12 @@

JsApp.java

- + 92 - + @@ -1412,12 +1412,12 @@

JsApp.java

- + 93 - + @@ -1427,12 +1427,12 @@

JsApp.java

- + 94 - + @@ -1442,12 +1442,12 @@

JsApp.java

- + 95 - + @@ -1457,12 +1457,12 @@

JsApp.java

- + 96 - + @@ -1472,12 +1472,12 @@

JsApp.java

- + 97 - + @@ -1487,12 +1487,12 @@

JsApp.java

- + 98 - + @@ -1502,12 +1502,12 @@

JsApp.java

- + 99 - + @@ -1517,12 +1517,12 @@

JsApp.java

- + 100 - + @@ -1532,12 +1532,12 @@

JsApp.java

- + 101 - + @@ -1547,12 +1547,12 @@

JsApp.java

- + 102 - + @@ -1562,12 +1562,12 @@

JsApp.java

- + 103 - + @@ -1577,12 +1577,12 @@

JsApp.java

- + 104 - + @@ -1592,12 +1592,12 @@

JsApp.java

- + 105 - + @@ -1607,12 +1607,12 @@

JsApp.java

- + 106 - + @@ -1622,12 +1622,12 @@

JsApp.java

- + 107 - + @@ -1637,12 +1637,12 @@

JsApp.java

- + 108 - + @@ -1652,12 +1652,12 @@

JsApp.java

- + 109 - + @@ -1667,12 +1667,12 @@

JsApp.java

- + 110 - + @@ -1682,12 +1682,12 @@

JsApp.java

- + 111 - + @@ -1697,12 +1697,12 @@

JsApp.java

- + 112 - + @@ -1712,12 +1712,12 @@

JsApp.java

- + 113 - + @@ -1727,12 +1727,12 @@

JsApp.java

- + 114 - + @@ -1742,12 +1742,12 @@

JsApp.java

- + 115 - + @@ -1757,12 +1757,12 @@

JsApp.java

- + 116 - + @@ -1772,12 +1772,12 @@

JsApp.java

- + 117 - + @@ -1787,12 +1787,12 @@

JsApp.java

- + 118 - + @@ -1802,12 +1802,12 @@

JsApp.java

- + 119 - + @@ -1817,12 +1817,12 @@

JsApp.java

- + 120 - + @@ -1832,12 +1832,12 @@

JsApp.java

- + 121 -2 +2 1. lambda$fixLazyChunkLoadingPath$4 : replaced boolean return with true for com/mastercard/test/flow/report/JsApp::lambda$fixLazyChunkLoadingPath$4 → KILLED
2. lambda$fixLazyChunkLoadingPath$4 : replaced boolean return with false for com/mastercard/test/flow/report/JsApp::lambda$fixLazyChunkLoadingPath$4 → KILLED
@@ -1850,12 +1850,12 @@

JsApp.java

- + 122 - +
@@ -1865,12 +1865,12 @@

JsApp.java

- + 123 - + @@ -1880,12 +1880,12 @@

JsApp.java

- + 124 -1 +1 1. fixLazyChunkLoadingPath : negated conditional → KILLED
@@ -1897,12 +1897,12 @@

JsApp.java

- + 125 - +
@@ -1912,12 +1912,12 @@

JsApp.java

- + 126 - + @@ -1927,12 +1927,12 @@

JsApp.java

- + 127 -1 +1 1. fixLazyChunkLoadingPath : negated conditional → KILLED
@@ -1944,12 +1944,12 @@

JsApp.java

- + 128 - +
@@ -1959,12 +1959,12 @@

JsApp.java

- + 129 - + @@ -1974,12 +1974,12 @@

JsApp.java

- + 130 - + @@ -1989,12 +1989,12 @@

JsApp.java

- + 131 - + @@ -2004,12 +2004,12 @@

JsApp.java

- + 132 - + @@ -2019,12 +2019,12 @@

JsApp.java

- + 133 - + @@ -2034,12 +2034,12 @@

JsApp.java

- + 134 - + @@ -2049,12 +2049,12 @@

JsApp.java

- + 135 - + @@ -2064,12 +2064,12 @@

JsApp.java

- + 136 - + @@ -2079,12 +2079,12 @@

JsApp.java

- + 137 - + @@ -2094,12 +2094,12 @@

JsApp.java

- + 138 - + @@ -2109,12 +2109,12 @@

JsApp.java

- + 139 - + @@ -2124,12 +2124,12 @@

JsApp.java

- + 140 - + @@ -2139,12 +2139,12 @@

JsApp.java

- + 141 - + @@ -2154,12 +2154,12 @@

JsApp.java

- + 142 - + @@ -2169,12 +2169,12 @@

JsApp.java

- + 143 - + @@ -2184,12 +2184,12 @@

JsApp.java

- + 144 - + @@ -2199,12 +2199,12 @@

JsApp.java

- + 145 -1 +1 1. write : removed call to com/mastercard/test/flow/report/QuietFiles::createDirectories → KILLED
@@ -2216,12 +2216,12 @@

JsApp.java

- + 146 - +
@@ -2231,12 +2231,12 @@

JsApp.java

- + 147 - + @@ -2246,12 +2246,12 @@

JsApp.java

- + 148 - + @@ -2261,12 +2261,12 @@

JsApp.java

- + 149 - + @@ -2276,12 +2276,12 @@

JsApp.java

- + 150 - + @@ -2291,12 +2291,12 @@

JsApp.java

- + 151 - + @@ -2306,12 +2306,12 @@

JsApp.java

- + 152 - + @@ -2321,12 +2321,12 @@

JsApp.java

- + 153 - + @@ -2336,12 +2336,12 @@

JsApp.java

- + 154 - + @@ -2351,12 +2351,12 @@

JsApp.java

- + 155 -1 +1 1. copy : negated conditional → KILLED
@@ -2368,12 +2368,12 @@

JsApp.java

- + 156 -1 +1 1. copy : removed call to java/io/FileOutputStream::write → KILLED
@@ -2385,12 +2385,12 @@

JsApp.java

- + 157 - +
@@ -2400,12 +2400,12 @@

JsApp.java

- + 158 - +
@@ -2415,12 +2415,12 @@

JsApp.java

- + 159 - + @@ -2432,131 +2432,131 @@

JsApp.java

Mutations

-40 +40 - +

1.1
Location : lambda$new$0
Killed by : com.mastercard.test.flow.report.JsAppTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.JsAppTest]/[method:emptyManifest()]
replaced boolean return with true for com/mastercard/test/flow/report/JsApp::lambda$new$0 → KILLED

2.2
Location : lambda$new$0
Killed by : com.mastercard.test.flow.report.JsAppTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.JsAppTest]/[method:missingManifestEntry()]
negated conditional → KILLED

3.3
Location : lambda$new$0
Killed by : com.mastercard.test.flow.report.JsAppTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.JsAppTest]/[method:emptyManifest()]
negated conditional → KILLED

-
41 +41 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.JsAppTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.JsAppTest]/[method:missingManifestEntry()]
removed call to java/util/stream/Stream::forEach → KILLED

-
43 +43 - +

1.1
Location : lambda$new$1
Killed by : com.mastercard.test.flow.report.JsAppTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.JsAppTest]/[method:missingIndex()]
removed call to com/mastercard/test/flow/report/QuietFiles::createDirectories → KILLED

-
47 +47 - +

1.1
Location : lambda$new$1
Killed by : com.mastercard.test.flow.report.JsAppTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.JsAppTest]/[method:missingManifestEntry()]
removed call to com/mastercard/test/flow/report/JsApp::copy → KILLED

-
59 +59 - +

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.report.JsAppTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.JsAppTest]/[method:malformedIndex()]
replaced boolean return with false for com/mastercard/test/flow/report/JsApp::lambda$new$2 → KILLED

2.2
Location : lambda$new$2
Killed by : com.mastercard.test.flow.report.JsAppTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.JsAppTest]/[method:missingIndex()]
replaced boolean return with true for com/mastercard/test/flow/report/JsApp::lambda$new$2 → KILLED

-
62 +62 - +

1.1
Location : lambda$new$3
Killed by : com.mastercard.test.flow.report.JsAppTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.JsAppTest]/[method:missingIndex()]
replaced return value with null for com/mastercard/test/flow/report/JsApp::lambda$new$3 → KILLED

-
70 +70 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
removed call to com/mastercard/test/flow/report/JsApp::fixLazyChunkLoadingPath → KILLED

-
121 +121 - + -

1.1
Location : lambda$fixLazyChunkLoadingPath$4
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:writeDuctIndex()]
replaced boolean return with true for com/mastercard/test/flow/report/JsApp::lambda$fixLazyChunkLoadingPath$4 → KILLED

2.2
Location : lambda$fixLazyChunkLoadingPath$4
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
replaced boolean return with false for com/mastercard/test/flow/report/JsApp::lambda$fixLazyChunkLoadingPath$4 → KILLED

+

1.1
Location : lambda$fixLazyChunkLoadingPath$4
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:writeDuctIndex()]
replaced boolean return with true for com/mastercard/test/flow/report/JsApp::lambda$fixLazyChunkLoadingPath$4 → KILLED

2.2
Location : lambda$fixLazyChunkLoadingPath$4
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:badReadLinux()]
replaced boolean return with false for com/mastercard/test/flow/report/JsApp::lambda$fixLazyChunkLoadingPath$4 → KILLED

-
124 +124 - + -

1.1
Location : fixLazyChunkLoadingPath
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:writeDuctIndex()]
negated conditional → KILLED

+

1.1
Location : fixLazyChunkLoadingPath
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:badReadLinux()]
negated conditional → KILLED

-
127 +127 - +

1.1
Location : fixLazyChunkLoadingPath
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:writeDuctIndex()]
negated conditional → KILLED

-
145 +145 - + -

1.1
Location : write
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
removed call to com/mastercard/test/flow/report/QuietFiles::createDirectories → KILLED

+

1.1
Location : write
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:badReadLinux()]
removed call to com/mastercard/test/flow/report/QuietFiles::createDirectories → KILLED

-
155 +155 - +

1.1
Location : copy
Killed by : com.mastercard.test.flow.report.JsAppTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.JsAppTest]/[method:malformedIndex()]
negated conditional → KILLED

-
156 +156 - +

1.1
Location : copy
Killed by : com.mastercard.test.flow.report.JsAppTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.JsAppTest]/[method:malformedIndex()]
removed call to java/io/FileOutputStream::write → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/LocalBrowse.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/LocalBrowse.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report/LocalBrowse.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report/LocalBrowse.java.html index f1ad4a817d..37c79ca5e9 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/LocalBrowse.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/LocalBrowse.java.html @@ -15,12 +15,12 @@

LocalBrowse.java

-
+ 1 - + @@ -30,12 +30,12 @@

LocalBrowse.java

- + 2 - + @@ -45,12 +45,12 @@

LocalBrowse.java

- + 3 - + @@ -60,12 +60,12 @@

LocalBrowse.java

- + 4 - + @@ -75,12 +75,12 @@

LocalBrowse.java

- + 5 - + @@ -90,12 +90,12 @@

LocalBrowse.java

- + 6 - + @@ -105,12 +105,12 @@

LocalBrowse.java

- + 7 - + @@ -120,12 +120,12 @@

LocalBrowse.java

- + 8 - + @@ -135,12 +135,12 @@

LocalBrowse.java

- + 9 - + @@ -150,12 +150,12 @@

LocalBrowse.java

- + 10 - + @@ -165,12 +165,12 @@

LocalBrowse.java

- + 11 - + @@ -180,12 +180,12 @@

LocalBrowse.java

- + 12 - + @@ -195,12 +195,12 @@

LocalBrowse.java

- + 13 - + @@ -210,12 +210,12 @@

LocalBrowse.java

- + 14 - + @@ -225,12 +225,12 @@

LocalBrowse.java

- + 15 - + @@ -240,12 +240,12 @@

LocalBrowse.java

- + 16 - + @@ -255,12 +255,12 @@

LocalBrowse.java

- + 17 - + @@ -270,12 +270,12 @@

LocalBrowse.java

- + 18 - + @@ -285,12 +285,12 @@

LocalBrowse.java

- + 19 - + @@ -300,12 +300,12 @@

LocalBrowse.java

- + 20 - + @@ -315,12 +315,12 @@

LocalBrowse.java

- + 21 - + @@ -330,12 +330,12 @@

LocalBrowse.java

- + 22 - + @@ -345,12 +345,12 @@

LocalBrowse.java

- + 23 - + @@ -360,12 +360,12 @@

LocalBrowse.java

- + 24 - + @@ -375,12 +375,12 @@

LocalBrowse.java

- + 25 - + @@ -390,12 +390,12 @@

LocalBrowse.java

- + 26 - + @@ -405,12 +405,12 @@

LocalBrowse.java

- + 27 - + @@ -420,12 +420,12 @@

LocalBrowse.java

- + 28 - + @@ -435,12 +435,12 @@

LocalBrowse.java

- + 29 - + @@ -450,12 +450,12 @@

LocalBrowse.java

- + 30 - + @@ -465,12 +465,12 @@

LocalBrowse.java

- + 31 - + @@ -480,12 +480,12 @@

LocalBrowse.java

- + 32 - + @@ -495,12 +495,12 @@

LocalBrowse.java

- + 33 - + @@ -510,12 +510,12 @@

LocalBrowse.java

- + 34 - + @@ -525,12 +525,12 @@

LocalBrowse.java

- + 35 - + @@ -540,12 +540,12 @@

LocalBrowse.java

- + 36 - + @@ -555,12 +555,12 @@

LocalBrowse.java

- + 37 - + @@ -570,12 +570,12 @@

LocalBrowse.java

- + 38 - + @@ -585,12 +585,12 @@

LocalBrowse.java

- + 39 - + @@ -600,12 +600,12 @@

LocalBrowse.java

- + 40 -2 +2 1. lambda$static$0 : replaced boolean return with true for com/mastercard/test/flow/report/LocalBrowse::lambda$static$0 → NO_COVERAGE
2. lambda$static$0 : negated conditional → NO_COVERAGE
@@ -618,12 +618,12 @@

LocalBrowse.java

- + 41 -1 +1 1. lambda$static$0 : negated conditional → NO_COVERAGE
@@ -635,12 +635,12 @@

LocalBrowse.java

- + 42 -1 +1 1. lambda$static$1 : removed call to java/awt/Desktop::browse → NO_COVERAGE
@@ -652,12 +652,12 @@

LocalBrowse.java

- + 43 - +
@@ -667,12 +667,12 @@

LocalBrowse.java

- + 44 - +
@@ -682,12 +682,12 @@

LocalBrowse.java

- + 45 - +
@@ -697,12 +697,12 @@

LocalBrowse.java

- + 46 - + @@ -712,12 +712,12 @@

LocalBrowse.java

- + 47 - + @@ -727,12 +727,12 @@

LocalBrowse.java

- + 48 - + @@ -742,12 +742,12 @@

LocalBrowse.java

- + 49 - + @@ -757,12 +757,12 @@

LocalBrowse.java

- + 50 - + @@ -772,12 +772,12 @@

LocalBrowse.java

- + 51 - + @@ -787,12 +787,12 @@

LocalBrowse.java

- + 52 - + @@ -802,12 +802,12 @@

LocalBrowse.java

- + 53 - + @@ -817,12 +817,12 @@

LocalBrowse.java

- + 54 - + @@ -832,12 +832,12 @@

LocalBrowse.java

- + 55 - + @@ -847,12 +847,12 @@

LocalBrowse.java

- + 56 - + @@ -862,12 +862,12 @@

LocalBrowse.java

- + 57 - + @@ -877,12 +877,12 @@

LocalBrowse.java

- + 58 - + @@ -892,12 +892,12 @@

LocalBrowse.java

- + 59 - + @@ -907,12 +907,12 @@

LocalBrowse.java

- + 60 - + @@ -922,12 +922,12 @@

LocalBrowse.java

- + 61 - + @@ -937,12 +937,12 @@

LocalBrowse.java

- + 62 -1 +1 1. localCommandlineURI : negated conditional → KILLED
@@ -954,12 +954,12 @@

LocalBrowse.java

- + 63 -1 +1 1. localCommandlineURI : replaced return value with "" for com/mastercard/test/flow/report/LocalBrowse::localCommandlineURI → KILLED
@@ -971,12 +971,12 @@

LocalBrowse.java

- + 64 - +
@@ -986,12 +986,12 @@

LocalBrowse.java

- + 65 - +
@@ -1001,12 +1001,12 @@

LocalBrowse.java

- + 66 -1 +1 1. localCommandlineURI : negated conditional → KILLED
@@ -1018,12 +1018,12 @@

LocalBrowse.java

- + 67 -1 +1 1. localCommandlineURI : replaced return value with "" for com/mastercard/test/flow/report/LocalBrowse::localCommandlineURI → KILLED
@@ -1035,12 +1035,12 @@

LocalBrowse.java

- + 68 - +
@@ -1050,12 +1050,12 @@

LocalBrowse.java

- + 69 -1 +1 1. localCommandlineURI : negated conditional → KILLED
@@ -1067,12 +1067,12 @@

LocalBrowse.java

- + 70 - +
@@ -1082,12 +1082,12 @@

LocalBrowse.java

- + 71 - +
@@ -1097,12 +1097,12 @@

LocalBrowse.java

- + 72 - + @@ -1112,12 +1112,12 @@

LocalBrowse.java

- + 73 - + @@ -1127,12 +1127,12 @@

LocalBrowse.java

- + 74 - + @@ -1142,12 +1142,12 @@

LocalBrowse.java

- + 75 - + @@ -1157,12 +1157,12 @@

LocalBrowse.java

- + 76 - + @@ -1172,12 +1172,12 @@

LocalBrowse.java

- + 77 - + @@ -1187,12 +1187,12 @@

LocalBrowse.java

- + 78 - + @@ -1202,12 +1202,12 @@

LocalBrowse.java

- + 79 - + @@ -1217,12 +1217,12 @@

LocalBrowse.java

- + 80 - + @@ -1232,12 +1232,12 @@

LocalBrowse.java

- + 81 - + @@ -1247,12 +1247,12 @@

LocalBrowse.java

- + 82 - + @@ -1262,12 +1262,12 @@

LocalBrowse.java

- + 83 - + @@ -1277,12 +1277,12 @@

LocalBrowse.java

- + 84 - + @@ -1292,12 +1292,12 @@

LocalBrowse.java

- + 85 - + @@ -1307,12 +1307,12 @@

LocalBrowse.java

- + 86 - + @@ -1322,12 +1322,12 @@

LocalBrowse.java

- + 87 - + @@ -1337,12 +1337,12 @@

LocalBrowse.java

- + 88 - + @@ -1352,12 +1352,12 @@

LocalBrowse.java

- + 89 - + @@ -1367,12 +1367,12 @@

LocalBrowse.java

- + 90 - + @@ -1382,12 +1382,12 @@

LocalBrowse.java

- + 91 - + @@ -1397,12 +1397,12 @@

LocalBrowse.java

- + 92 - + @@ -1412,12 +1412,12 @@

LocalBrowse.java

- + 93 - + @@ -1427,12 +1427,12 @@

LocalBrowse.java

- + 94 - + @@ -1442,12 +1442,12 @@

LocalBrowse.java

- + 95 - + @@ -1457,12 +1457,12 @@

LocalBrowse.java

- + 96 - + @@ -1472,12 +1472,12 @@

LocalBrowse.java

- + 97 - + @@ -1487,12 +1487,12 @@

LocalBrowse.java

- + 98 - + @@ -1502,12 +1502,12 @@

LocalBrowse.java

- + 99 -1 +1 1. to : removed call to com/mastercard/test/flow/report/LocalBrowse::to → KILLED
@@ -1519,12 +1519,12 @@

LocalBrowse.java

- + 100 - +
@@ -1534,12 +1534,12 @@

LocalBrowse.java

- + 101 - + @@ -1549,12 +1549,12 @@

LocalBrowse.java

- + 102 - + @@ -1564,12 +1564,12 @@

LocalBrowse.java

- + 103 -1 +1 1. to : removed call to com/mastercard/test/flow/report/FailureSink::log → KILLED
@@ -1581,12 +1581,12 @@

LocalBrowse.java

- + 104 - +
@@ -1596,12 +1596,12 @@

LocalBrowse.java

- + 105 - + @@ -1611,12 +1611,12 @@

LocalBrowse.java

- + 106 - + @@ -1626,12 +1626,12 @@

LocalBrowse.java

- + 107 - + @@ -1641,12 +1641,12 @@

LocalBrowse.java

- + 108 - + @@ -1656,12 +1656,12 @@

LocalBrowse.java

- + 109 - + @@ -1671,12 +1671,12 @@

LocalBrowse.java

- + 110 - + @@ -1686,12 +1686,12 @@

LocalBrowse.java

- + 111 - + @@ -1701,12 +1701,12 @@

LocalBrowse.java

- + 112 - + @@ -1716,12 +1716,12 @@

LocalBrowse.java

- + 113 - + @@ -1731,12 +1731,12 @@

LocalBrowse.java

- + 114 - + @@ -1746,12 +1746,12 @@

LocalBrowse.java

- + 115 - + @@ -1761,12 +1761,12 @@

LocalBrowse.java

- + 116 - + @@ -1776,12 +1776,12 @@

LocalBrowse.java

- + 117 -1 +1 1. to : removed call to com/mastercard/test/flow/report/LocalBrowse::to → KILLED
@@ -1793,12 +1793,12 @@

LocalBrowse.java

- + 118 - +
@@ -1808,12 +1808,12 @@

LocalBrowse.java

- + 119 - + @@ -1823,12 +1823,12 @@

LocalBrowse.java

- + 120 - + @@ -1838,12 +1838,12 @@

LocalBrowse.java

- + 121 -1 +1 1. to : removed call to com/mastercard/test/flow/report/FailureSink::log → KILLED
@@ -1855,12 +1855,12 @@

LocalBrowse.java

- + 122 - +
@@ -1870,12 +1870,12 @@

LocalBrowse.java

- + 123 - + @@ -1885,12 +1885,12 @@

LocalBrowse.java

- + 124 - + @@ -1900,12 +1900,12 @@

LocalBrowse.java

- + 125 - + @@ -1915,12 +1915,12 @@

LocalBrowse.java

- + 126 - + @@ -1930,12 +1930,12 @@

LocalBrowse.java

- + 127 - + @@ -1945,12 +1945,12 @@

LocalBrowse.java

- + 128 - + @@ -1960,12 +1960,12 @@

LocalBrowse.java

- + 129 - + @@ -1975,12 +1975,12 @@

LocalBrowse.java

- + 130 - + @@ -1990,12 +1990,12 @@

LocalBrowse.java

- + 131 - + @@ -2005,12 +2005,12 @@

LocalBrowse.java

- + 132 - + @@ -2020,12 +2020,12 @@

LocalBrowse.java

- + 133 - + @@ -2035,12 +2035,12 @@

LocalBrowse.java

- + 134 -1 +1 1. to : negated conditional → KILLED
@@ -2052,12 +2052,12 @@

LocalBrowse.java

- + 135 -1 +1 1. to : removed call to com/mastercard/test/flow/report/LocalBrowse::logTo → KILLED
@@ -2069,12 +2069,12 @@

LocalBrowse.java

- + 136 - +
@@ -2084,12 +2084,12 @@

LocalBrowse.java

- + 137 - +
@@ -2099,12 +2099,12 @@

LocalBrowse.java

- + 138 - + @@ -2114,12 +2114,12 @@

LocalBrowse.java

- + 139 - + @@ -2129,12 +2129,12 @@

LocalBrowse.java

- + 140 -1 +1 1. to : negated conditional → KILLED
@@ -2146,12 +2146,12 @@

LocalBrowse.java

- + 141 -1 +1 1. to : removed call to com/mastercard/test/flow/report/LocalBrowse::logTo → KILLED
@@ -2163,12 +2163,12 @@

LocalBrowse.java

- + 142 - +
@@ -2178,12 +2178,12 @@

LocalBrowse.java

- + 143 - +
@@ -2193,12 +2193,12 @@

LocalBrowse.java

- + 144 - + @@ -2208,12 +2208,12 @@

LocalBrowse.java

- + 145 -1 +1 1. to : negated conditional → KILLED
@@ -2225,12 +2225,12 @@

LocalBrowse.java

- + 146 - +
@@ -2240,12 +2240,12 @@

LocalBrowse.java

- + 147 -1 +1 1. to : removed call to com/mastercard/test/flow/report/LocalBrowse$Trigger::browse → KILLED
@@ -2257,12 +2257,12 @@

LocalBrowse.java

- + 148 - +
@@ -2272,12 +2272,12 @@

LocalBrowse.java

- + 149 - + @@ -2287,12 +2287,12 @@

LocalBrowse.java

- + 150 -1 +1 1. to : removed call to com/mastercard/test/flow/report/LocalBrowse::logTo → KILLED
@@ -2304,12 +2304,12 @@

LocalBrowse.java

- + 151 - +
@@ -2319,12 +2319,12 @@

LocalBrowse.java

- + 152 - + @@ -2334,12 +2334,12 @@

LocalBrowse.java

- + 153 - + @@ -2349,12 +2349,12 @@

LocalBrowse.java

- + 154 - + @@ -2364,12 +2364,12 @@

LocalBrowse.java

- + 155 -1 +1 1. to : removed call to com/mastercard/test/flow/report/LocalBrowse$Trigger::browse → KILLED
@@ -2381,12 +2381,12 @@

LocalBrowse.java

- + 156 - +
@@ -2396,12 +2396,12 @@

LocalBrowse.java

- + 157 - + @@ -2411,12 +2411,12 @@

LocalBrowse.java

- + 158 -1 +1 1. to : removed call to com/mastercard/test/flow/report/LocalBrowse::logTo → KILLED
@@ -2428,12 +2428,12 @@

LocalBrowse.java

- + 159 - +
@@ -2443,12 +2443,12 @@

LocalBrowse.java

- + 160 - + @@ -2458,12 +2458,12 @@

LocalBrowse.java

- + 161 - + @@ -2473,12 +2473,12 @@

LocalBrowse.java

- + 162 - + @@ -2488,12 +2488,12 @@

LocalBrowse.java

- + 163 - + @@ -2503,12 +2503,12 @@

LocalBrowse.java

- + 164 - + @@ -2518,12 +2518,12 @@

LocalBrowse.java

- + 165 -1 +1 1. logTo : removed call to com/mastercard/test/flow/report/FailureSink::log → KILLED
@@ -2535,12 +2535,12 @@

LocalBrowse.java

- + 166 - +
@@ -2550,12 +2550,12 @@

LocalBrowse.java

- + 167 - + @@ -2565,12 +2565,12 @@

LocalBrowse.java

- + 168 - + @@ -2580,12 +2580,12 @@

LocalBrowse.java

- + 169 - + @@ -2595,12 +2595,12 @@

LocalBrowse.java

- + 170 -2 +2 1. supported : replaced boolean return with true for com/mastercard/test/flow/report/LocalBrowse::supported → KILLED
2. supported : negated conditional → KILLED
@@ -2613,12 +2613,12 @@

LocalBrowse.java

- + 171 -2 +2 1. supported : negated conditional → KILLED
2. supported : negated conditional → KILLED
@@ -2631,12 +2631,12 @@

LocalBrowse.java

- + 172 - +
@@ -2646,12 +2646,12 @@

LocalBrowse.java

- + 173 - +
@@ -2661,12 +2661,12 @@

LocalBrowse.java

- + 174 - + @@ -2676,12 +2676,12 @@

LocalBrowse.java

- + 175 - + @@ -2691,12 +2691,12 @@

LocalBrowse.java

- + 176 - + @@ -2706,12 +2706,12 @@

LocalBrowse.java

- + 177 - + @@ -2721,12 +2721,12 @@

LocalBrowse.java

- + 178 - + @@ -2736,12 +2736,12 @@

LocalBrowse.java

- + 179 - + @@ -2751,12 +2751,12 @@

LocalBrowse.java

- + 180 - + @@ -2766,12 +2766,12 @@

LocalBrowse.java

- + 181 - + @@ -2781,12 +2781,12 @@

LocalBrowse.java

- + 182 - + @@ -2796,12 +2796,12 @@

LocalBrowse.java

- + 183 - + @@ -2811,12 +2811,12 @@

LocalBrowse.java

- + 184 - + @@ -2826,12 +2826,12 @@

LocalBrowse.java

- + 185 - + @@ -2841,12 +2841,12 @@

LocalBrowse.java

- + 186 - + @@ -2856,12 +2856,12 @@

LocalBrowse.java

- + 187 - + @@ -2871,12 +2871,12 @@

LocalBrowse.java

- + 188 - + @@ -2886,12 +2886,12 @@

LocalBrowse.java

- + 189 - + @@ -2901,12 +2901,12 @@

LocalBrowse.java

- + 190 - + @@ -2916,12 +2916,12 @@

LocalBrowse.java

- + 191 - + @@ -2931,12 +2931,12 @@

LocalBrowse.java

- + 192 - + @@ -2946,12 +2946,12 @@

LocalBrowse.java

- + 193 - + @@ -2961,12 +2961,12 @@

LocalBrowse.java

- + 194 - + @@ -2976,12 +2976,12 @@

LocalBrowse.java

- + 195 - + @@ -2991,12 +2991,12 @@

LocalBrowse.java

- + 196 - + @@ -3006,12 +3006,12 @@

LocalBrowse.java

- + 197 - + @@ -3021,12 +3021,12 @@

LocalBrowse.java

- + 198 - + @@ -3038,241 +3038,241 @@

LocalBrowse.java

Mutations

-40 +40 - +

1.1
Location : lambda$static$0
Killed by :
replaced boolean return with true for com/mastercard/test/flow/report/LocalBrowse::lambda$static$0 → NO_COVERAGE

2.2
Location : lambda$static$0
Killed by :
negated conditional → NO_COVERAGE

-
41 +41 - +

1.1
Location : lambda$static$0
Killed by :
negated conditional → NO_COVERAGE

-
42 +42 - +

1.1
Location : lambda$static$1
Killed by :
removed call to java/awt/Desktop::browse → NO_COVERAGE

-
62 +62 - +

1.1
Location : localCommandlineURI
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:localCommandlineURI()]
negated conditional → KILLED

-
63 +63 - +

1.1
Location : localCommandlineURI
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:localCommandlineURI()]
replaced return value with "" for com/mastercard/test/flow/report/LocalBrowse::localCommandlineURI → KILLED

-
66 +66 - +

1.1
Location : localCommandlineURI
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:localCommandlineURI()]
negated conditional → KILLED

-
67 +67 - +

1.1
Location : localCommandlineURI
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:localCommandlineURI()]
replaced return value with "" for com/mastercard/test/flow/report/LocalBrowse::localCommandlineURI → KILLED

-
69 +69 - +

1.1
Location : localCommandlineURI
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:localCommandlineURI()]
negated conditional → KILLED

-
99 +99 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedNoErrors()]
removed call to com/mastercard/test/flow/report/LocalBrowse::to → KILLED

-
103 +103 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedNoErrors()]
removed call to com/mastercard/test/flow/report/FailureSink::log → KILLED

-
117 +117 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedNoErrors()]
removed call to com/mastercard/test/flow/report/LocalBrowse::to → KILLED

-
121 +121 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedNoErrors()]
removed call to com/mastercard/test/flow/report/FailureSink::log → KILLED

-
134 +134 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedError()]
negated conditional → KILLED

-
135 +135 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedNoErrors()]
removed call to com/mastercard/test/flow/report/LocalBrowse::logTo → KILLED

-
140 +140 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedError()]
negated conditional → KILLED

-
141 +141 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedNoErrors()]
removed call to com/mastercard/test/flow/report/LocalBrowse::logTo → KILLED

-
145 +145 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedError()]
negated conditional → KILLED

-
147 +147 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedError()]
removed call to com/mastercard/test/flow/report/LocalBrowse$Trigger::browse → KILLED

-
150 +150 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedError()]
removed call to com/mastercard/test/flow/report/LocalBrowse::logTo → KILLED

-
155 +155 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:unSupportedErrors()]
removed call to com/mastercard/test/flow/report/LocalBrowse$Trigger::browse → KILLED

-
158 +158 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:unSupportedErrors()]
removed call to com/mastercard/test/flow/report/LocalBrowse::logTo → KILLED

-
165 +165 - +

1.1
Location : logTo
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedError()]
removed call to com/mastercard/test/flow/report/FailureSink::log → KILLED

-
170 +170 - +

1.1
Location : supported
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedNoErrors()]
replaced boolean return with true for com/mastercard/test/flow/report/LocalBrowse::supported → KILLED

2.2
Location : supported
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedNoErrors()]
negated conditional → KILLED

-
171 +171 - +

1.1
Location : supported
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedError()]
negated conditional → KILLED

2.2
Location : supported
Killed by : com.mastercard.test.flow.report.LocalBrowseTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.LocalBrowseTest]/[method:supportedError()]
negated conditional → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/QuietFiles.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/QuietFiles.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report/QuietFiles.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report/QuietFiles.java.html index 6418e9c90e..e120801260 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/QuietFiles.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/QuietFiles.java.html @@ -15,12 +15,12 @@

QuietFiles.java

-
+ 1 - + @@ -30,12 +30,12 @@

QuietFiles.java

- + 2 - + @@ -45,12 +45,12 @@

QuietFiles.java

- + 3 - + @@ -60,12 +60,12 @@

QuietFiles.java

- + 4 - + @@ -75,12 +75,12 @@

QuietFiles.java

- + 5 - + @@ -90,12 +90,12 @@

QuietFiles.java

- + 6 - + @@ -105,12 +105,12 @@

QuietFiles.java

- + 7 - + @@ -120,12 +120,12 @@

QuietFiles.java

- + 8 - + @@ -135,12 +135,12 @@

QuietFiles.java

- + 9 - + @@ -150,12 +150,12 @@

QuietFiles.java

- + 10 - + @@ -165,12 +165,12 @@

QuietFiles.java

- + 11 - + @@ -180,12 +180,12 @@

QuietFiles.java

- + 12 - + @@ -195,12 +195,12 @@

QuietFiles.java

- + 13 - + @@ -210,12 +210,12 @@

QuietFiles.java

- + 14 - + @@ -225,12 +225,12 @@

QuietFiles.java

- + 15 - + @@ -240,12 +240,12 @@

QuietFiles.java

- + 16 - + @@ -255,12 +255,12 @@

QuietFiles.java

- + 17 - + @@ -270,12 +270,12 @@

QuietFiles.java

- + 18 - + @@ -285,12 +285,12 @@

QuietFiles.java

- + 19 - + @@ -300,12 +300,12 @@

QuietFiles.java

- + 20 - + @@ -315,12 +315,12 @@

QuietFiles.java

- + 21 - + @@ -330,12 +330,12 @@

QuietFiles.java

- + 22 - + @@ -345,12 +345,12 @@

QuietFiles.java

- + 23 - + @@ -360,12 +360,12 @@

QuietFiles.java

- + 24 - + @@ -375,12 +375,12 @@

QuietFiles.java

- + 25 - + @@ -390,12 +390,12 @@

QuietFiles.java

- + 26 - + @@ -405,12 +405,12 @@

QuietFiles.java

- + 27 - + @@ -420,12 +420,12 @@

QuietFiles.java

- + 28 - + @@ -435,12 +435,12 @@

QuietFiles.java

- + 29 - + @@ -450,12 +450,12 @@

QuietFiles.java

- + 30 - + @@ -465,12 +465,12 @@

QuietFiles.java

- + 31 - + @@ -480,12 +480,12 @@

QuietFiles.java

- + 32 - + @@ -495,12 +495,12 @@

QuietFiles.java

- + 33 - + @@ -510,12 +510,12 @@

QuietFiles.java

- + 34 - + @@ -525,12 +525,12 @@

QuietFiles.java

- + 35 - + @@ -540,12 +540,12 @@

QuietFiles.java

- + 36 - + @@ -555,12 +555,12 @@

QuietFiles.java

- + 37 - + @@ -570,12 +570,12 @@

QuietFiles.java

- + 38 - + @@ -585,12 +585,12 @@

QuietFiles.java

- + 39 - + @@ -600,12 +600,12 @@

QuietFiles.java

- + 40 - + @@ -615,12 +615,12 @@

QuietFiles.java

- + 41 - + @@ -630,12 +630,12 @@

QuietFiles.java

- + 42 - + @@ -645,12 +645,12 @@

QuietFiles.java

- + 43 - + @@ -660,12 +660,12 @@

QuietFiles.java

- + 44 -1 +1 1. wrap : replaced return value with null for com/mastercard/test/flow/report/QuietFiles::wrap → KILLED
@@ -677,12 +677,12 @@

QuietFiles.java

- + 45 - +
@@ -692,12 +692,12 @@

QuietFiles.java

- + 46 - + @@ -707,12 +707,12 @@

QuietFiles.java

- + 47 - + @@ -722,12 +722,12 @@

QuietFiles.java

- + 48 - + @@ -737,12 +737,12 @@

QuietFiles.java

- + 49 - + @@ -752,12 +752,12 @@

QuietFiles.java

- + 50 - + @@ -767,12 +767,12 @@

QuietFiles.java

- + 51 - + @@ -782,12 +782,12 @@

QuietFiles.java

- + 52 - + @@ -797,12 +797,12 @@

QuietFiles.java

- + 53 - + @@ -812,12 +812,12 @@

QuietFiles.java

- + 54 - + @@ -827,12 +827,12 @@

QuietFiles.java

- + 55 - + @@ -842,12 +842,12 @@

QuietFiles.java

- + 56 - + @@ -857,12 +857,12 @@

QuietFiles.java

- + 57 - + @@ -872,12 +872,12 @@

QuietFiles.java

- + 58 - + @@ -887,12 +887,12 @@

QuietFiles.java

- + 59 - + @@ -902,12 +902,12 @@

QuietFiles.java

- + 60 - + @@ -917,12 +917,12 @@

QuietFiles.java

- + 61 - + @@ -932,12 +932,12 @@

QuietFiles.java

- + 62 -1 +1 1. recursiveDelete : negated conditional → KILLED
@@ -949,12 +949,12 @@

QuietFiles.java

- + 63 - +
@@ -964,12 +964,12 @@

QuietFiles.java

- + 64 - + @@ -979,12 +979,12 @@

QuietFiles.java

- + 65 -1 +1 1. recursiveDelete : negated conditional → KILLED
@@ -996,12 +996,12 @@

QuietFiles.java

- + 66 - +
@@ -1011,12 +1011,12 @@

QuietFiles.java

- + 67 -1 +1 1. recursiveDelete : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1028,12 +1028,12 @@

QuietFiles.java

- + 68 - +
@@ -1043,12 +1043,12 @@

QuietFiles.java

- + 69 -1 +1 1. recursiveDelete : removed call to java/nio/file/Files::delete → KILLED
@@ -1060,12 +1060,12 @@

QuietFiles.java

- + 70 - +
@@ -1075,12 +1075,12 @@

QuietFiles.java

- + 71 - + @@ -1090,12 +1090,12 @@

QuietFiles.java

- + 72 -1 +1 1. recursiveDelete : removed call to java/nio/file/Files::delete → KILLED
@@ -1107,12 +1107,12 @@

QuietFiles.java

- + 73 - +
@@ -1122,12 +1122,12 @@

QuietFiles.java

- + 74 - + @@ -1137,12 +1137,12 @@

QuietFiles.java

- + 75 - + @@ -1152,12 +1152,12 @@

QuietFiles.java

- + 76 - + @@ -1167,12 +1167,12 @@

QuietFiles.java

- + 77 - + @@ -1182,12 +1182,12 @@

QuietFiles.java

- + 78 - + @@ -1197,12 +1197,12 @@

QuietFiles.java

- + 79 - + @@ -1212,12 +1212,12 @@

QuietFiles.java

- + 80 - + @@ -1227,12 +1227,12 @@

QuietFiles.java

- + 81 - + @@ -1242,12 +1242,12 @@

QuietFiles.java

- + 82 - + @@ -1257,12 +1257,12 @@

QuietFiles.java

- + 83 - + @@ -1272,12 +1272,12 @@

QuietFiles.java

- + 84 - + @@ -1287,12 +1287,12 @@

QuietFiles.java

- + 85 - + @@ -1302,12 +1302,12 @@

QuietFiles.java

- + 86 - + @@ -1317,12 +1317,12 @@

QuietFiles.java

- + 87 -1 +1 1. lambda$createDirectories$0 : replaced return value with null for com/mastercard/test/flow/report/QuietFiles::lambda$createDirectories$0 → KILLED
@@ -1334,12 +1334,12 @@

QuietFiles.java

- + 88 - +
@@ -1349,12 +1349,12 @@

QuietFiles.java

- + 89 - + @@ -1364,12 +1364,12 @@

QuietFiles.java

- + 90 - + @@ -1379,12 +1379,12 @@

QuietFiles.java

- + 91 - + @@ -1394,12 +1394,12 @@

QuietFiles.java

- + 92 - + @@ -1409,12 +1409,12 @@

QuietFiles.java

- + 93 - + @@ -1424,12 +1424,12 @@

QuietFiles.java

- + 94 - + @@ -1439,12 +1439,12 @@

QuietFiles.java

- + 95 - + @@ -1454,12 +1454,12 @@

QuietFiles.java

- + 96 - + @@ -1469,12 +1469,12 @@

QuietFiles.java

- + 97 - + @@ -1484,12 +1484,12 @@

QuietFiles.java

- + 98 - + @@ -1499,12 +1499,12 @@

QuietFiles.java

- + 99 - + @@ -1514,12 +1514,12 @@

QuietFiles.java

- + 100 - + @@ -1529,12 +1529,12 @@

QuietFiles.java

- + 101 - + @@ -1544,12 +1544,12 @@

QuietFiles.java

- + 102 - + @@ -1559,12 +1559,12 @@

QuietFiles.java

- + 103 -2 +2 1. lambda$createTempFile$1 : replaced return value with null for com/mastercard/test/flow/report/QuietFiles::lambda$createTempFile$1 → KILLED
2. createTempFile : replaced return value with null for com/mastercard/test/flow/report/QuietFiles::createTempFile → KILLED
@@ -1577,12 +1577,12 @@

QuietFiles.java

- + 104 - +
@@ -1592,12 +1592,12 @@

QuietFiles.java

- + 105 - + @@ -1607,12 +1607,12 @@

QuietFiles.java

- + 106 - + @@ -1622,12 +1622,12 @@

QuietFiles.java

- + 107 - + @@ -1637,12 +1637,12 @@

QuietFiles.java

- + 108 - + @@ -1652,12 +1652,12 @@

QuietFiles.java

- + 109 - + @@ -1667,12 +1667,12 @@

QuietFiles.java

- + 110 - + @@ -1682,12 +1682,12 @@

QuietFiles.java

- + 111 - + @@ -1697,12 +1697,12 @@

QuietFiles.java

- + 112 - + @@ -1712,12 +1712,12 @@

QuietFiles.java

- + 113 - + @@ -1727,12 +1727,12 @@

QuietFiles.java

- + 114 -2 +2 1. lambda$write$2 : replaced return value with null for com/mastercard/test/flow/report/QuietFiles::lambda$write$2 → KILLED
2. write : replaced return value with null for com/mastercard/test/flow/report/QuietFiles::write → KILLED
@@ -1745,12 +1745,12 @@

QuietFiles.java

- + 115 - +
@@ -1760,12 +1760,12 @@

QuietFiles.java

- + 116 - + @@ -1775,12 +1775,12 @@

QuietFiles.java

- + 117 - + @@ -1790,12 +1790,12 @@

QuietFiles.java

- + 118 - + @@ -1805,12 +1805,12 @@

QuietFiles.java

- + 119 - + @@ -1820,12 +1820,12 @@

QuietFiles.java

- + 120 - + @@ -1835,12 +1835,12 @@

QuietFiles.java

- + 121 - + @@ -1850,12 +1850,12 @@

QuietFiles.java

- + 122 - + @@ -1865,12 +1865,12 @@

QuietFiles.java

- + 123 -2 +2 1. lambda$lines$3 : replaced return value with Stream.empty for com/mastercard/test/flow/report/QuietFiles::lambda$lines$3 → KILLED
2. lines : replaced return value with Stream.empty for com/mastercard/test/flow/report/QuietFiles::lines → KILLED
@@ -1883,12 +1883,12 @@

QuietFiles.java

- + 124 - +
@@ -1898,12 +1898,12 @@

QuietFiles.java

- + 125 - + @@ -1913,12 +1913,12 @@

QuietFiles.java

- + 126 - + @@ -1928,12 +1928,12 @@

QuietFiles.java

- + 127 - + @@ -1943,12 +1943,12 @@

QuietFiles.java

- + 128 - + @@ -1958,12 +1958,12 @@

QuietFiles.java

- + 129 - + @@ -1973,12 +1973,12 @@

QuietFiles.java

- + 130 - + @@ -1988,12 +1988,12 @@

QuietFiles.java

- + 131 - + @@ -2003,12 +2003,12 @@

QuietFiles.java

- + 132 -2 +2 1. lambda$list$4 : replaced return value with Stream.empty for com/mastercard/test/flow/report/QuietFiles::lambda$list$4 → KILLED
2. list : replaced return value with Stream.empty for com/mastercard/test/flow/report/QuietFiles::list → KILLED
@@ -2021,12 +2021,12 @@

QuietFiles.java

- + 133 - +
@@ -2036,12 +2036,12 @@

QuietFiles.java

- + 134 - + @@ -2051,12 +2051,12 @@

QuietFiles.java

- + 135 - + @@ -2066,12 +2066,12 @@

QuietFiles.java

- + 136 - + @@ -2081,12 +2081,12 @@

QuietFiles.java

- + 137 - + @@ -2096,12 +2096,12 @@

QuietFiles.java

- + 138 - + @@ -2111,12 +2111,12 @@

QuietFiles.java

- + 139 - + @@ -2126,12 +2126,12 @@

QuietFiles.java

- + 140 - + @@ -2141,12 +2141,12 @@

QuietFiles.java

- + 141 - + @@ -2156,12 +2156,12 @@

QuietFiles.java

- + 142 - + @@ -2171,12 +2171,12 @@

QuietFiles.java

- + 143 - + @@ -2186,12 +2186,12 @@

QuietFiles.java

- + 144 -2 +2 1. lambda$move$5 : replaced return value with null for com/mastercard/test/flow/report/QuietFiles::lambda$move$5 → NO_COVERAGE
2. move : replaced return value with null for com/mastercard/test/flow/report/QuietFiles::move → NO_COVERAGE
@@ -2204,12 +2204,12 @@

QuietFiles.java

- + 145 - +
@@ -2219,12 +2219,12 @@

QuietFiles.java

- + 146 - + @@ -2234,12 +2234,12 @@

QuietFiles.java

- + 147 - + @@ -2249,12 +2249,12 @@

QuietFiles.java

- + 148 - + @@ -2264,12 +2264,12 @@

QuietFiles.java

- + 149 - + @@ -2279,12 +2279,12 @@

QuietFiles.java

- + 150 - + @@ -2294,12 +2294,12 @@

QuietFiles.java

- + 151 - + @@ -2309,12 +2309,12 @@

QuietFiles.java

- + 152 - + @@ -2324,12 +2324,12 @@

QuietFiles.java

- + 153 -2 +2 1. readAllBytes : replaced return value with null for com/mastercard/test/flow/report/QuietFiles::readAllBytes → KILLED
2. lambda$readAllBytes$6 : replaced return value with null for com/mastercard/test/flow/report/QuietFiles::lambda$readAllBytes$6 → KILLED
@@ -2342,12 +2342,12 @@

QuietFiles.java

- + 154 - +
@@ -2357,12 +2357,12 @@

QuietFiles.java

- + 155 - + @@ -2374,131 +2374,131 @@

QuietFiles.java

Mutations

-44 +44 - +

1.1
Location : wrap
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:writeRead()]
replaced return value with null for com/mastercard/test/flow/report/QuietFiles::wrap → KILLED

-
62 +62 - + -

1.1
Location : recursiveDelete
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:deleteFile()]
negated conditional → KILLED

+

1.1
Location : recursiveDelete
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:alreadyDeleted()]
negated conditional → KILLED

-
65 +65 - +

1.1
Location : recursiveDelete
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:deleteFile()]
negated conditional → KILLED

-
67 +67 - +

1.1
Location : recursiveDelete
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:deleteDir()]
removed call to java/util/stream/Stream::forEach → KILLED

-
69 +69 - +

1.1
Location : recursiveDelete
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:deleteDir()]
removed call to java/nio/file/Files::delete → KILLED

-
72 +72 - +

1.1
Location : recursiveDelete
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:deleteFile()]
removed call to java/nio/file/Files::delete → KILLED

-
87 +87 - + -

1.1
Location : lambda$createDirectories$0
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
replaced return value with null for com/mastercard/test/flow/report/QuietFiles::lambda$createDirectories$0 → KILLED

+

1.1
Location : lambda$createDirectories$0
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:badReadLinux()]
replaced return value with null for com/mastercard/test/flow/report/QuietFiles::lambda$createDirectories$0 → KILLED

-
103 +103 - +

1.1
Location : lambda$createTempFile$1
Killed by : com.mastercard.test.flow.report.TemplateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.TemplateTest]/[method:badTemplate()]
replaced return value with null for com/mastercard/test/flow/report/QuietFiles::lambda$createTempFile$1 → KILLED

2.2
Location : createTempFile
Killed by : com.mastercard.test.flow.report.TemplateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.TemplateTest]/[method:badTemplate()]
replaced return value with null for com/mastercard/test/flow/report/QuietFiles::createTempFile → KILLED

-
114 +114 - +

1.1
Location : lambda$write$2
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:writeRead()]
replaced return value with null for com/mastercard/test/flow/report/QuietFiles::lambda$write$2 → KILLED

2.2
Location : write
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:writeRead()]
replaced return value with null for com/mastercard/test/flow/report/QuietFiles::write → KILLED

-
123 +123 - +

1.1
Location : lambda$lines$3
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:lines()]
replaced return value with Stream.empty for com/mastercard/test/flow/report/QuietFiles::lambda$lines$3 → KILLED

2.2
Location : lines
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:lines()]
replaced return value with Stream.empty for com/mastercard/test/flow/report/QuietFiles::lines → KILLED

-
132 +132 - +

1.1
Location : lambda$list$4
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:list()]
replaced return value with Stream.empty for com/mastercard/test/flow/report/QuietFiles::lambda$list$4 → KILLED

2.2
Location : list
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:list()]
replaced return value with Stream.empty for com/mastercard/test/flow/report/QuietFiles::list → KILLED

-
144 +144 - +

1.1
Location : lambda$move$5
Killed by :
replaced return value with null for com/mastercard/test/flow/report/QuietFiles::lambda$move$5 → NO_COVERAGE

2.2
Location : move
Killed by :
replaced return value with null for com/mastercard/test/flow/report/QuietFiles::move → NO_COVERAGE

-
153 +153 - +

1.1
Location : readAllBytes
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:writeRead()]
replaced return value with null for com/mastercard/test/flow/report/QuietFiles::readAllBytes → KILLED

2.2
Location : lambda$readAllBytes$6
Killed by : com.mastercard.test.flow.report.QuietFilesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.QuietFilesTest]/[method:writeRead()]
replaced return value with null for com/mastercard/test/flow/report/QuietFiles::lambda$readAllBytes$6 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/Reader.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/Reader.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report/Reader.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report/Reader.java.html index 1522124d26..55e5def9ae 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/Reader.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/Reader.java.html @@ -15,12 +15,12 @@

Reader.java

-
+ 1 - + @@ -30,12 +30,12 @@

Reader.java

- + 2 - + @@ -45,12 +45,12 @@

Reader.java

- + 3 - + @@ -60,12 +60,12 @@

Reader.java

- + 4 - + @@ -75,12 +75,12 @@

Reader.java

- + 5 - + @@ -90,12 +90,12 @@

Reader.java

- + 6 - + @@ -105,12 +105,12 @@

Reader.java

- + 7 - + @@ -120,12 +120,12 @@

Reader.java

- + 8 - + @@ -135,12 +135,12 @@

Reader.java

- + 9 - + @@ -150,12 +150,12 @@

Reader.java

- + 10 - + @@ -165,12 +165,12 @@

Reader.java

- + 11 - + @@ -180,12 +180,12 @@

Reader.java

- + 12 - + @@ -195,12 +195,12 @@

Reader.java

- + 13 - + @@ -210,12 +210,12 @@

Reader.java

- + 14 - + @@ -225,12 +225,12 @@

Reader.java

- + 15 - + @@ -240,12 +240,12 @@

Reader.java

- + 16 - + @@ -255,12 +255,12 @@

Reader.java

- + 17 - + @@ -270,12 +270,12 @@

Reader.java

- + 18 - + @@ -285,12 +285,12 @@

Reader.java

- + 19 - + @@ -300,12 +300,12 @@

Reader.java

- + 20 - + @@ -315,12 +315,12 @@

Reader.java

- + 21 - + @@ -330,12 +330,12 @@

Reader.java

- + 22 - + @@ -345,12 +345,12 @@

Reader.java

- + 23 - + @@ -360,12 +360,12 @@

Reader.java

- + 24 - + @@ -375,12 +375,12 @@

Reader.java

- + 25 - + @@ -390,12 +390,12 @@

Reader.java

- + 26 - + @@ -405,12 +405,12 @@

Reader.java

- + 27 - + @@ -420,12 +420,12 @@

Reader.java

- + 28 - + @@ -435,12 +435,12 @@

Reader.java

- + 29 - + @@ -450,12 +450,12 @@

Reader.java

- + 30 - + @@ -465,12 +465,12 @@

Reader.java

- + 31 - + @@ -480,12 +480,12 @@

Reader.java

- + 32 - + @@ -495,12 +495,12 @@

Reader.java

- + 33 - + @@ -510,12 +510,12 @@

Reader.java

- + 34 - + @@ -525,12 +525,12 @@

Reader.java

- + 35 - + @@ -540,12 +540,12 @@

Reader.java

- + 36 - + @@ -555,12 +555,12 @@

Reader.java

- + 37 - + @@ -570,12 +570,12 @@

Reader.java

- + 38 - + @@ -585,12 +585,12 @@

Reader.java

- + 39 - + @@ -600,12 +600,12 @@

Reader.java

- + 40 - + @@ -615,12 +615,12 @@

Reader.java

- + 41 - + @@ -630,12 +630,12 @@

Reader.java

- + 42 - + @@ -645,12 +645,12 @@

Reader.java

- + 43 - + @@ -660,12 +660,12 @@

Reader.java

- + 44 - + @@ -675,12 +675,12 @@

Reader.java

- + 45 - + @@ -690,12 +690,12 @@

Reader.java

- + 46 - + @@ -705,12 +705,12 @@

Reader.java

- + 47 - + @@ -720,12 +720,12 @@

Reader.java

- + 48 - + @@ -735,12 +735,12 @@

Reader.java

- + 49 - + @@ -750,12 +750,12 @@

Reader.java

- + 50 - + @@ -765,12 +765,12 @@

Reader.java

- + 51 - + @@ -780,12 +780,12 @@

Reader.java

- + 52 - + @@ -795,12 +795,12 @@

Reader.java

- + 53 - + @@ -810,12 +810,12 @@

Reader.java

- + 54 -1 +1 1. read : replaced return value with null for com/mastercard/test/flow/report/Reader::read → KILLED
@@ -827,12 +827,12 @@

Reader.java

- + 55 - +
@@ -842,12 +842,12 @@

Reader.java

- + 56 - + @@ -857,12 +857,12 @@

Reader.java

- + 57 - + @@ -872,12 +872,12 @@

Reader.java

- + 58 - + @@ -887,12 +887,12 @@

Reader.java

- + 59 - + @@ -902,12 +902,12 @@

Reader.java

- + 60 - + @@ -917,12 +917,12 @@

Reader.java

- + 61 - + @@ -932,12 +932,12 @@

Reader.java

- + 62 - + @@ -947,12 +947,12 @@

Reader.java

- + 63 - + @@ -962,12 +962,12 @@

Reader.java

- + 64 - + @@ -977,12 +977,12 @@

Reader.java

- + 65 -1 +1 1. detail : replaced return value with null for com/mastercard/test/flow/report/Reader::detail → KILLED
@@ -994,12 +994,12 @@

Reader.java

- + 66 - +
@@ -1009,12 +1009,12 @@

Reader.java

- + 67 - + @@ -1024,12 +1024,12 @@

Reader.java

- + 68 - + @@ -1039,12 +1039,12 @@

Reader.java

- + 69 - + @@ -1054,12 +1054,12 @@

Reader.java

- + 70 - + @@ -1069,12 +1069,12 @@

Reader.java

- + 71 - + @@ -1084,12 +1084,12 @@

Reader.java

- + 72 - + @@ -1099,12 +1099,12 @@

Reader.java

- + 73 - + @@ -1114,12 +1114,12 @@

Reader.java

- + 74 - + @@ -1129,12 +1129,12 @@

Reader.java

- + 75 - + @@ -1144,12 +1144,12 @@

Reader.java

- + 76 - + @@ -1159,12 +1159,12 @@

Reader.java

- + 77 - + @@ -1174,12 +1174,12 @@

Reader.java

- + 78 - + @@ -1189,12 +1189,12 @@

Reader.java

- + 79 -1 +1 1. matches : negated conditional → KILLED
@@ -1206,12 +1206,12 @@

Reader.java

- + 80 - +
@@ -1221,12 +1221,12 @@

Reader.java

- + 81 - + @@ -1236,12 +1236,12 @@

Reader.java

- + 82 - + @@ -1251,12 +1251,12 @@

Reader.java

- + 83 - + @@ -1266,12 +1266,12 @@

Reader.java

- + 84 - + @@ -1281,12 +1281,12 @@

Reader.java

- + 85 - + @@ -1296,12 +1296,12 @@

Reader.java

- + 86 -2 +2 1. matches : replaced boolean return with true for com/mastercard/test/flow/report/Reader::matches → KILLED
2. matches : replaced boolean return with false for com/mastercard/test/flow/report/Reader::matches → KILLED
@@ -1314,12 +1314,12 @@

Reader.java

- + 87 - +
@@ -1329,12 +1329,12 @@

Reader.java

- + 88 -1 +1 1. matches : replaced boolean return with true for com/mastercard/test/flow/report/Reader::matches → KILLED
@@ -1346,12 +1346,12 @@

Reader.java

- + 89 - +
@@ -1361,12 +1361,12 @@

Reader.java

- + 90 - + @@ -1376,12 +1376,12 @@

Reader.java

- + 91 - + @@ -1391,12 +1391,12 @@

Reader.java

- + 92 - + @@ -1406,12 +1406,12 @@

Reader.java

- + 93 - + @@ -1421,12 +1421,12 @@

Reader.java

- + 94 - + @@ -1436,12 +1436,12 @@

Reader.java

- + 95 - + @@ -1451,12 +1451,12 @@

Reader.java

- + 96 - + @@ -1466,12 +1466,12 @@

Reader.java

- + 97 - + @@ -1481,12 +1481,12 @@

Reader.java

- + 98 -1 +1 1. extract : negated conditional → KILLED
@@ -1498,12 +1498,12 @@

Reader.java

- + 99 - +
@@ -1513,12 +1513,12 @@

Reader.java

- + 100 - + @@ -1528,12 +1528,12 @@

Reader.java

- + 101 - + @@ -1543,12 +1543,12 @@

Reader.java

- + 102 - + @@ -1558,12 +1558,12 @@

Reader.java

- + 103 - + @@ -1573,12 +1573,12 @@

Reader.java

- + 104 - + @@ -1588,12 +1588,12 @@

Reader.java

- + 105 - + @@ -1603,12 +1603,12 @@

Reader.java

- + 106 - + @@ -1618,12 +1618,12 @@

Reader.java

- + 107 - + @@ -1633,12 +1633,12 @@

Reader.java

- + 108 - + @@ -1648,12 +1648,12 @@

Reader.java

- + 109 - + @@ -1663,12 +1663,12 @@

Reader.java

- + 110 - + @@ -1678,12 +1678,12 @@

Reader.java

- + 111 - + @@ -1693,12 +1693,12 @@

Reader.java

- + 112 - + @@ -1708,12 +1708,12 @@

Reader.java

- + 113 - + @@ -1723,12 +1723,12 @@

Reader.java

- + 114 - + @@ -1738,12 +1738,12 @@

Reader.java

- + 115 - + @@ -1753,12 +1753,12 @@

Reader.java

- + 116 - + @@ -1768,12 +1768,12 @@

Reader.java

- + 117 - + @@ -1783,12 +1783,12 @@

Reader.java

- + 118 - + @@ -1798,12 +1798,12 @@

Reader.java

- + 119 - + @@ -1813,12 +1813,12 @@

Reader.java

- + 120 - + @@ -1828,12 +1828,12 @@

Reader.java

- + 121 - + @@ -1843,12 +1843,12 @@

Reader.java

- + 122 - + @@ -1858,12 +1858,12 @@

Reader.java

- + 123 - + @@ -1873,12 +1873,12 @@

Reader.java

- + 124 - + @@ -1888,12 +1888,12 @@

Reader.java

- + 125 -2 +2 1. mostRecent : negated conditional → KILLED
2. mostRecent : negated conditional → KILLED
@@ -1906,12 +1906,12 @@

Reader.java

- + 126 - +
@@ -1921,12 +1921,12 @@

Reader.java

- + 127 - + @@ -1936,12 +1936,12 @@

Reader.java

- + 128 - + @@ -1951,12 +1951,12 @@

Reader.java

- + 129 - + @@ -1966,12 +1966,12 @@

Reader.java

- + 130 - + @@ -1981,12 +1981,12 @@

Reader.java

- + 131 - + @@ -1996,12 +1996,12 @@

Reader.java

- + 132 - + @@ -2011,12 +2011,12 @@

Reader.java

- + 133 - + @@ -2026,12 +2026,12 @@

Reader.java

- + 134 - + @@ -2041,12 +2041,12 @@

Reader.java

- + 135 - + @@ -2056,12 +2056,12 @@

Reader.java

- + 136 - + @@ -2071,12 +2071,12 @@

Reader.java

- + 137 - + @@ -2086,12 +2086,12 @@

Reader.java

- + 138 - + @@ -2101,12 +2101,12 @@

Reader.java

- + 139 - + @@ -2116,12 +2116,12 @@

Reader.java

- + 140 - + @@ -2131,12 +2131,12 @@

Reader.java

- + 141 - + @@ -2146,12 +2146,12 @@

Reader.java

- + 142 - + @@ -2161,12 +2161,12 @@

Reader.java

- + 143 - + @@ -2176,12 +2176,12 @@

Reader.java

- + 144 - + @@ -2191,12 +2191,12 @@

Reader.java

- + 145 - + @@ -2206,12 +2206,12 @@

Reader.java

- + 146 - + @@ -2221,12 +2221,12 @@

Reader.java

- + 147 - + @@ -2236,12 +2236,12 @@

Reader.java

- + 148 - + @@ -2251,12 +2251,12 @@

Reader.java

- + 149 -1 +1 1. isReportDir : negated conditional → KILLED
@@ -2268,12 +2268,12 @@

Reader.java

- + 150 - +
@@ -2283,12 +2283,12 @@

Reader.java

- + 151 - + @@ -2298,12 +2298,12 @@

Reader.java

- + 152 - + @@ -2313,12 +2313,12 @@

Reader.java

- + 153 -3 +3 1. lambda$isReportDir$0 : replaced boolean return with true for com/mastercard/test/flow/report/Reader::lambda$isReportDir$0 → KILLED
2. isReportDir : negated conditional → KILLED
@@ -2332,12 +2332,12 @@

Reader.java

- + 154 -1 +1 1. lambda$isReportDir$0 : negated conditional → KILLED
@@ -2349,12 +2349,12 @@

Reader.java

- + 155 - +
@@ -2364,12 +2364,12 @@

Reader.java

- + 156 -3 +3 1. isReportDir : negated conditional → KILLED
2. lambda$isReportDir$1 : negated conditional → KILLED
@@ -2383,12 +2383,12 @@

Reader.java

- + 157 -1 +1 1. lambda$isReportDir$1 : negated conditional → KILLED
@@ -2400,12 +2400,12 @@

Reader.java

- + 158 - +
@@ -2415,12 +2415,12 @@

Reader.java

- + 159 - +
@@ -2430,12 +2430,12 @@

Reader.java

- + 160 - +
@@ -2445,12 +2445,12 @@

Reader.java

- + 161 - + @@ -2460,12 +2460,12 @@

Reader.java

- + 162 - + @@ -2475,12 +2475,12 @@

Reader.java

- + 163 - + @@ -2490,12 +2490,12 @@

Reader.java

- + 164 -1 +1 1. isReportDir : replaced boolean return with true for com/mastercard/test/flow/report/Reader::isReportDir → KILLED
@@ -2507,12 +2507,12 @@

Reader.java

- + 165 - +
@@ -2522,12 +2522,12 @@

Reader.java

- + 166 - + @@ -2537,12 +2537,12 @@

Reader.java

- + 167 - + @@ -2552,12 +2552,12 @@

Reader.java

- + 168 - + @@ -2567,12 +2567,12 @@

Reader.java

- + 169 - + @@ -2582,12 +2582,12 @@

Reader.java

- + 170 - + @@ -2597,12 +2597,12 @@

Reader.java

- + 171 - + @@ -2612,12 +2612,12 @@

Reader.java

- + 172 - + @@ -2627,12 +2627,12 @@

Reader.java

- + 173 - + @@ -2642,12 +2642,12 @@

Reader.java

- + 174 - + @@ -2657,29 +2657,29 @@

Reader.java

- + 175 - + -1 +1 -1. lambda$static$2 : replaced int return with 0 for com/mastercard/test/flow/report/Reader::lambda$static$2 → SURVIVED
+1. lambda$static$2 : replaced int return with 0 for com/mastercard/test/flow/report/Reader::lambda$static$2 → KILLED
-
			return bt.compareTo( at );
+
			return bt.compareTo( at );
- + 176 - + @@ -2689,12 +2689,12 @@

Reader.java

- + 177 - + @@ -2704,12 +2704,12 @@

Reader.java

- + 178 - + @@ -2719,12 +2719,12 @@

Reader.java

- + 179 - + @@ -2734,12 +2734,12 @@

Reader.java

- + 180 - + @@ -2749,12 +2749,12 @@

Reader.java

- + 181 - + @@ -2766,143 +2766,143 @@

Reader.java

Mutations

-54 +54 - +

1.1
Location : read
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:read()]
replaced return value with null for com/mastercard/test/flow/report/Reader::read → KILLED

-
65 +65 - +

1.1
Location : detail
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:read()]
replaced return value with null for com/mastercard/test/flow/report/Reader::detail → KILLED

-
79 +79 - +

1.1
Location : matches
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:matches()]
negated conditional → KILLED

-
86 +86 - +

1.1
Location : matches
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:matches()]
replaced boolean return with true for com/mastercard/test/flow/report/Reader::matches → KILLED

2.2
Location : matches
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:matches()]
replaced boolean return with false for com/mastercard/test/flow/report/Reader::matches → KILLED

-
88 +88 - +

1.1
Location : matches
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:matches()]
replaced boolean return with true for com/mastercard/test/flow/report/Reader::matches → KILLED

-
98 +98 - +

1.1
Location : extract
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:noReport()]
negated conditional → KILLED

-
125 +125 - +

1.1
Location : mostRecent
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:mostRecent()]
negated conditional → KILLED

2.2
Location : mostRecent
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:mostRecent()]
negated conditional → KILLED

-
149 +149 - +

1.1
Location : isReportDir
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:isReportDir()]
negated conditional → KILLED

-
153 +153 - +

1.1
Location : lambda$isReportDir$0
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:isReportDir()]
replaced boolean return with true for com/mastercard/test/flow/report/Reader::lambda$isReportDir$0 → KILLED

2.2
Location : isReportDir
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:isReportDir()]
negated conditional → KILLED

3.3
Location : lambda$isReportDir$0
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:isReportDir()]
negated conditional → KILLED

-
154 +154 - +

1.1
Location : lambda$isReportDir$0
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:isReportDir()]
negated conditional → KILLED

-
156 +156 - +

1.1
Location : isReportDir
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:isReportDir()]
negated conditional → KILLED

2.2
Location : lambda$isReportDir$1
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:isReportDir()]
negated conditional → KILLED

3.3
Location : lambda$isReportDir$1
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:isReportDir()]
replaced boolean return with true for com/mastercard/test/flow/report/Reader::lambda$isReportDir$1 → KILLED

-
157 +157 - +

1.1
Location : lambda$isReportDir$1
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:isReportDir()]
negated conditional → KILLED

-
164 +164 - +

1.1
Location : isReportDir
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:isReportDir()]
replaced boolean return with true for com/mastercard/test/flow/report/Reader::isReportDir → KILLED

-
175 +175 - + -

1.1
Location : lambda$static$2
Killed by :
replaced int return with 0 for com/mastercard/test/flow/report/Reader::lambda$static$2 → SURVIVED

+

1.1
Location : lambda$static$2
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:mostRecent()]
replaced int return with 0 for com/mastercard/test/flow/report/Reader::lambda$static$2 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/Template.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/Template.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report/Template.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report/Template.java.html index 1712c92178..3a9f936b06 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/Template.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/Template.java.html @@ -15,12 +15,12 @@

Template.java

-
+ 1 - + @@ -30,12 +30,12 @@

Template.java

- + 2 - + @@ -45,12 +45,12 @@

Template.java

- + 3 - + @@ -60,12 +60,12 @@

Template.java

- + 4 - + @@ -75,12 +75,12 @@

Template.java

- + 5 - + @@ -90,12 +90,12 @@

Template.java

- + 6 - + @@ -105,12 +105,12 @@

Template.java

- + 7 - + @@ -120,12 +120,12 @@

Template.java

- + 8 - + @@ -135,12 +135,12 @@

Template.java

- + 9 - + @@ -150,12 +150,12 @@

Template.java

- + 10 - + @@ -165,12 +165,12 @@

Template.java

- + 11 - + @@ -180,12 +180,12 @@

Template.java

- + 12 - + @@ -195,12 +195,12 @@

Template.java

- + 13 - + @@ -210,12 +210,12 @@

Template.java

- + 14 - + @@ -225,12 +225,12 @@

Template.java

- + 15 - + @@ -240,12 +240,12 @@

Template.java

- + 16 - + @@ -255,12 +255,12 @@

Template.java

- + 17 - + @@ -270,12 +270,12 @@

Template.java

- + 18 - + @@ -285,12 +285,12 @@

Template.java

- + 19 - + @@ -300,12 +300,12 @@

Template.java

- + 20 - + @@ -315,12 +315,12 @@

Template.java

- + 21 - + @@ -330,12 +330,12 @@

Template.java

- + 22 - + @@ -345,12 +345,12 @@

Template.java

- + 23 - + @@ -360,12 +360,12 @@

Template.java

- + 24 - + @@ -375,12 +375,12 @@

Template.java

- + 25 - + @@ -390,12 +390,12 @@

Template.java

- + 26 - + @@ -405,12 +405,12 @@

Template.java

- + 27 - + @@ -420,12 +420,12 @@

Template.java

- + 28 - + @@ -435,12 +435,12 @@

Template.java

- + 29 - + @@ -450,12 +450,12 @@

Template.java

- + 30 - + @@ -465,12 +465,12 @@

Template.java

- + 31 - + @@ -480,12 +480,12 @@

Template.java

- + 32 - + @@ -495,12 +495,12 @@

Template.java

- + 33 - + @@ -510,12 +510,12 @@

Template.java

- + 34 - + @@ -525,12 +525,12 @@

Template.java

- + 35 - + @@ -540,12 +540,12 @@

Template.java

- + 36 - + @@ -555,12 +555,12 @@

Template.java

- + 37 -2 +2 1. <init> : negated conditional → KILLED
2. <init> : negated conditional → KILLED
@@ -573,12 +573,12 @@

Template.java

- + 38 - +
@@ -588,12 +588,12 @@

Template.java

- + 39 - + @@ -603,12 +603,12 @@

Template.java

- + 40 - + @@ -618,12 +618,12 @@

Template.java

- + 41 - + @@ -633,12 +633,12 @@

Template.java

- + 42 - + @@ -648,12 +648,12 @@

Template.java

- + 43 - + @@ -663,12 +663,12 @@

Template.java

- + 44 -1 +1 1. <init> : Replaced integer addition with subtraction → KILLED
@@ -680,12 +680,12 @@

Template.java

- + 45 - +
@@ -695,12 +695,12 @@

Template.java

- + 46 - + @@ -710,12 +710,12 @@

Template.java

- + 47 - + @@ -725,12 +725,12 @@

Template.java

- + 48 - + @@ -740,12 +740,12 @@

Template.java

- + 49 - + @@ -755,12 +755,12 @@

Template.java

- + 50 - + @@ -770,12 +770,12 @@

Template.java

- + 51 - + @@ -785,12 +785,12 @@

Template.java

- + 52 - + @@ -800,12 +800,12 @@

Template.java

- + 53 - + @@ -815,12 +815,12 @@

Template.java

- + 54 - + @@ -830,12 +830,12 @@

Template.java

- + 55 - + @@ -845,12 +845,12 @@

Template.java

- + 56 - + @@ -860,12 +860,12 @@

Template.java

- + 57 - + @@ -875,12 +875,12 @@

Template.java

- + 58 - + @@ -890,12 +890,12 @@

Template.java

- + 59 - + @@ -905,12 +905,12 @@

Template.java

- + 60 - + @@ -920,12 +920,12 @@

Template.java

- + 61 - + @@ -935,12 +935,12 @@

Template.java

- + 62 -1 +1 1. insert : replaced return value with "" for com/mastercard/test/flow/report/Template::insert → KILLED
@@ -952,12 +952,12 @@

Template.java

- + 63 - +
@@ -967,12 +967,12 @@

Template.java

- + 64 - + @@ -982,12 +982,12 @@

Template.java

- + 65 - + @@ -997,12 +997,12 @@

Template.java

- + 66 - + @@ -1012,12 +1012,12 @@

Template.java

- + 67 - + @@ -1027,12 +1027,12 @@

Template.java

- + 68 - + @@ -1042,12 +1042,12 @@

Template.java

- + 69 - + @@ -1057,12 +1057,12 @@

Template.java

- + 70 - + @@ -1072,12 +1072,12 @@

Template.java

- + 71 - + @@ -1087,12 +1087,12 @@

Template.java

- + 72 - + @@ -1102,12 +1102,12 @@

Template.java

- + 73 - + @@ -1117,12 +1117,12 @@

Template.java

- + 74 - + @@ -1132,12 +1132,12 @@

Template.java

- + 75 - + @@ -1147,12 +1147,12 @@

Template.java

- + 76 - + @@ -1162,12 +1162,12 @@

Template.java

- + 77 - + @@ -1177,12 +1177,12 @@

Template.java

- + 78 - + @@ -1192,12 +1192,12 @@

Template.java

- + 79 - + @@ -1207,12 +1207,12 @@

Template.java

- + 80 - + @@ -1222,12 +1222,12 @@

Template.java

- + 81 - + @@ -1237,12 +1237,12 @@

Template.java

- + 82 - + @@ -1252,12 +1252,12 @@

Template.java

- + 83 - + @@ -1267,12 +1267,12 @@

Template.java

- + 84 - + @@ -1282,12 +1282,12 @@

Template.java

- + 85 - + @@ -1297,12 +1297,12 @@

Template.java

- + 86 -2 +2 1. extract : negated conditional → KILLED
2. extract : negated conditional → KILLED
@@ -1315,12 +1315,12 @@

Template.java

- + 87 - +
@@ -1330,12 +1330,12 @@

Template.java

- + 88 - + @@ -1345,12 +1345,12 @@

Template.java

- + 89 - + @@ -1360,12 +1360,12 @@

Template.java

- + 90 - + @@ -1375,12 +1375,12 @@

Template.java

- + 91 - + @@ -1390,12 +1390,12 @@

Template.java

- + 92 -1 +1 1. extract : replaced return value with null for com/mastercard/test/flow/report/Template::extract → KILLED
@@ -1407,12 +1407,12 @@

Template.java

- + 93 -1 +1 1. extract : Replaced integer addition with subtraction → KILLED
@@ -1424,12 +1424,12 @@

Template.java

- + 94 - +
@@ -1439,12 +1439,12 @@

Template.java

- + 95 - +
@@ -1454,12 +1454,12 @@

Template.java

- + 96 - + @@ -1469,12 +1469,12 @@

Template.java

- + 97 - + @@ -1484,12 +1484,12 @@

Template.java

- + 98 - + @@ -1499,12 +1499,12 @@

Template.java

- + 99 - + @@ -1514,12 +1514,12 @@

Template.java

- + 100 - + @@ -1529,12 +1529,12 @@

Template.java

- + 101 - + @@ -1544,12 +1544,12 @@

Template.java

- + 102 - + @@ -1559,12 +1559,12 @@

Template.java

- + 103 - + @@ -1574,12 +1574,12 @@

Template.java

- + 104 - + @@ -1589,12 +1589,12 @@

Template.java

- + 105 - + @@ -1604,12 +1604,12 @@

Template.java

- + 106 - + @@ -1619,12 +1619,12 @@

Template.java

- + 107 - + @@ -1634,12 +1634,12 @@

Template.java

- + 108 - + @@ -1649,12 +1649,12 @@

Template.java

- + 109 - + @@ -1664,12 +1664,12 @@

Template.java

- + 110 - + @@ -1679,12 +1679,12 @@

Template.java

- + 111 - + @@ -1694,12 +1694,12 @@

Template.java

- + 112 -1 +1 1. escapeScriptContents : replaced return value with "" for com/mastercard/test/flow/report/Template::escapeScriptContents → KILLED
@@ -1711,12 +1711,12 @@

Template.java

- + 113 - +
@@ -1726,12 +1726,12 @@

Template.java

- + 114 - + @@ -1741,12 +1741,12 @@

Template.java

- + 115 - + @@ -1756,12 +1756,12 @@

Template.java

- + 116 - + @@ -1771,12 +1771,12 @@

Template.java

- + 117 - + @@ -1786,12 +1786,12 @@

Template.java

- + 118 - + @@ -1801,12 +1801,12 @@

Template.java

- + 119 - + @@ -1816,12 +1816,12 @@

Template.java

- + 120 - + @@ -1831,12 +1831,12 @@

Template.java

- + 121 - + @@ -1846,12 +1846,12 @@

Template.java

- + 122 - + @@ -1861,12 +1861,12 @@

Template.java

- + 123 - + @@ -1876,12 +1876,12 @@

Template.java

- + 124 - + @@ -1891,12 +1891,12 @@

Template.java

- + 125 - + @@ -1906,12 +1906,12 @@

Template.java

- + 126 - + @@ -1921,12 +1921,12 @@

Template.java

- + 127 -1 +1 1. unEscapeScriptContents : replaced return value with "" for com/mastercard/test/flow/report/Template::unEscapeScriptContents → KILLED
@@ -1938,12 +1938,12 @@

Template.java

- + 128 - +
@@ -1953,12 +1953,12 @@

Template.java

- + 129 - + @@ -1968,12 +1968,12 @@

Template.java

- + 130 - + @@ -1983,12 +1983,12 @@

Template.java

- + 131 - + @@ -1998,12 +1998,12 @@

Template.java

- + 132 - + @@ -2013,12 +2013,12 @@

Template.java

- + 133 - + @@ -2030,81 +2030,81 @@

Template.java

Mutations

-37 +37 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.TemplateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.TemplateTest]/[method:badTemplate()]
negated conditional → KILLED

2.2
Location : <init>
Killed by : com.mastercard.test.flow.report.TemplateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.TemplateTest]/[method:badTemplate()]
negated conditional → KILLED

-
44 +44 - + -

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
Replaced integer addition with subtraction → KILLED

+

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
Replaced integer addition with subtraction → KILLED

-
62 +62 - +

1.1
Location : insert
Killed by : com.mastercard.test.flow.report.TemplateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.TemplateTest]/[method:extract()]
replaced return value with "" for com/mastercard/test/flow/report/Template::insert → KILLED

-
86 +86 - +

1.1
Location : extract
Killed by : com.mastercard.test.flow.report.TemplateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.TemplateTest]/[method:badExtract()]
negated conditional → KILLED

2.2
Location : extract
Killed by : com.mastercard.test.flow.report.TemplateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.TemplateTest]/[method:badExtract()]
negated conditional → KILLED

-
92 +92 - +

1.1
Location : extract
Killed by : com.mastercard.test.flow.report.TemplateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.TemplateTest]/[method:extract()]
replaced return value with null for com/mastercard/test/flow/report/Template::extract → KILLED

-
93 +93 - +

1.1
Location : extract
Killed by : com.mastercard.test.flow.report.TemplateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.TemplateTest]/[method:badExtract()]
Replaced integer addition with subtraction → KILLED

-
112 +112 - +

1.1
Location : escapeScriptContents
Killed by : com.mastercard.test.flow.report.TemplateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.TemplateTest]/[method:extract()]
replaced return value with "" for com/mastercard/test/flow/report/Template::escapeScriptContents → KILLED

-
127 +127 - +

1.1
Location : unEscapeScriptContents
Killed by : com.mastercard.test.flow.report.TemplateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.TemplateTest]/[method:extract()]
replaced return value with "" for com/mastercard/test/flow/report/Template::unEscapeScriptContents → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/Writer.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/Writer.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report/Writer.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report/Writer.java.html index 9d7561d8b7..7b94cb928c 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/Writer.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/Writer.java.html @@ -15,12 +15,12 @@

Writer.java

-
+ 1 - + @@ -30,12 +30,12 @@

Writer.java

- + 2 - + @@ -45,12 +45,12 @@

Writer.java

- + 3 - + @@ -60,12 +60,12 @@

Writer.java

- + 4 - + @@ -75,12 +75,12 @@

Writer.java

- + 5 - + @@ -90,12 +90,12 @@

Writer.java

- + 6 - + @@ -105,12 +105,12 @@

Writer.java

- + 7 - + @@ -120,12 +120,12 @@

Writer.java

- + 8 - + @@ -135,12 +135,12 @@

Writer.java

- + 9 - + @@ -150,12 +150,12 @@

Writer.java

- + 10 - + @@ -165,12 +165,12 @@

Writer.java

- + 11 - + @@ -180,12 +180,12 @@

Writer.java

- + 12 - + @@ -195,12 +195,12 @@

Writer.java

- + 13 - + @@ -210,12 +210,12 @@

Writer.java

- + 14 - + @@ -225,12 +225,12 @@

Writer.java

- + 15 - + @@ -240,12 +240,12 @@

Writer.java

- + 16 - + @@ -255,12 +255,12 @@

Writer.java

- + 17 - + @@ -270,12 +270,12 @@

Writer.java

- + 18 - + @@ -285,12 +285,12 @@

Writer.java

- + 19 - + @@ -300,12 +300,12 @@

Writer.java

- + 20 - + @@ -315,12 +315,12 @@

Writer.java

- + 21 - + @@ -330,12 +330,12 @@

Writer.java

- + 22 - + @@ -345,12 +345,12 @@

Writer.java

- + 23 - + @@ -360,12 +360,12 @@

Writer.java

- + 24 - + @@ -375,12 +375,12 @@

Writer.java

- + 25 - + @@ -390,12 +390,12 @@

Writer.java

- + 26 - + @@ -405,12 +405,12 @@

Writer.java

- + 27 - + @@ -420,12 +420,12 @@

Writer.java

- + 28 - + @@ -435,12 +435,12 @@

Writer.java

- + 29 - + @@ -450,12 +450,12 @@

Writer.java

- + 30 - + @@ -465,12 +465,12 @@

Writer.java

- + 31 - + @@ -480,12 +480,12 @@

Writer.java

- + 32 - + @@ -495,12 +495,12 @@

Writer.java

- + 33 - + @@ -510,12 +510,12 @@

Writer.java

- + 34 - + @@ -525,12 +525,12 @@

Writer.java

- + 35 - + @@ -540,12 +540,12 @@

Writer.java

- + 36 - + @@ -555,12 +555,12 @@

Writer.java

- + 37 - + @@ -570,12 +570,12 @@

Writer.java

- + 38 - + @@ -585,12 +585,12 @@

Writer.java

- + 39 - + @@ -600,12 +600,12 @@

Writer.java

- + 40 - + @@ -615,12 +615,12 @@

Writer.java

- + 41 - + @@ -630,12 +630,12 @@

Writer.java

- + 42 - + @@ -645,12 +645,12 @@

Writer.java

- + 43 - + @@ -660,12 +660,12 @@

Writer.java

- + 44 - + @@ -675,12 +675,12 @@

Writer.java

- + 45 - + @@ -690,12 +690,12 @@

Writer.java

- + 46 - + @@ -705,12 +705,12 @@

Writer.java

- + 47 - + @@ -720,12 +720,12 @@

Writer.java

- + 48 - + @@ -735,12 +735,12 @@

Writer.java

- + 49 - + @@ -750,12 +750,12 @@

Writer.java

- + 50 - + @@ -765,12 +765,12 @@

Writer.java

- + 51 - + @@ -780,12 +780,12 @@

Writer.java

- + 52 - + @@ -795,12 +795,12 @@

Writer.java

- + 53 - + @@ -810,12 +810,12 @@

Writer.java

- + 54 - + @@ -825,12 +825,12 @@

Writer.java

- + 55 - + @@ -840,12 +840,12 @@

Writer.java

- + 56 - + @@ -855,12 +855,12 @@

Writer.java

- + 57 - + @@ -870,12 +870,12 @@

Writer.java

- + 58 - + @@ -885,12 +885,12 @@

Writer.java

- + 59 - + @@ -900,12 +900,12 @@

Writer.java

- + 60 - + @@ -915,12 +915,12 @@

Writer.java

- + 61 - + @@ -930,12 +930,12 @@

Writer.java

- + 62 - + @@ -945,12 +945,12 @@

Writer.java

- + 63 - + @@ -960,12 +960,12 @@

Writer.java

- + 64 - + @@ -975,12 +975,12 @@

Writer.java

- + 65 - + @@ -990,12 +990,12 @@

Writer.java

- + 66 - + @@ -1005,12 +1005,12 @@

Writer.java

- + 67 - + @@ -1020,12 +1020,12 @@

Writer.java

- + 68 - + @@ -1035,12 +1035,12 @@

Writer.java

- + 69 - + @@ -1050,12 +1050,12 @@

Writer.java

- + 70 - + @@ -1065,12 +1065,12 @@

Writer.java

- + 71 - + @@ -1080,12 +1080,12 @@

Writer.java

- + 72 - + @@ -1095,12 +1095,12 @@

Writer.java

- + 73 - + @@ -1110,12 +1110,12 @@

Writer.java

- + 74 - + @@ -1125,12 +1125,12 @@

Writer.java

- + 75 - + @@ -1140,12 +1140,12 @@

Writer.java

- + 76 - + @@ -1155,12 +1155,12 @@

Writer.java

- + 77 - + @@ -1170,12 +1170,12 @@

Writer.java

- + 78 - + @@ -1185,12 +1185,12 @@

Writer.java

- + 79 - + @@ -1200,12 +1200,12 @@

Writer.java

- + 80 - + @@ -1215,12 +1215,12 @@

Writer.java

- + 81 - + @@ -1230,12 +1230,12 @@

Writer.java

- + 82 - + @@ -1245,12 +1245,12 @@

Writer.java

- + 83 - + @@ -1260,12 +1260,12 @@

Writer.java

- + 84 - + @@ -1275,12 +1275,12 @@

Writer.java

- + 85 - + @@ -1290,12 +1290,12 @@

Writer.java

- + 86 - + @@ -1305,12 +1305,12 @@

Writer.java

- + 87 - + @@ -1320,12 +1320,12 @@

Writer.java

- + 88 - + @@ -1335,12 +1335,12 @@

Writer.java

- + 89 - + @@ -1350,12 +1350,12 @@

Writer.java

- + 90 - + @@ -1365,12 +1365,12 @@

Writer.java

- + 91 - + @@ -1380,12 +1380,12 @@

Writer.java

- + 92 - + @@ -1395,12 +1395,12 @@

Writer.java

- + 93 - + @@ -1410,12 +1410,12 @@

Writer.java

- + 94 - + @@ -1425,12 +1425,12 @@

Writer.java

- + 95 - + @@ -1440,12 +1440,12 @@

Writer.java

- + 96 -1 +1 1. <init> : removed call to com/mastercard/test/flow/report/QuietFiles::recursiveDelete → KILLED
@@ -1457,12 +1457,12 @@

Writer.java

- + 97 - +
@@ -1472,12 +1472,12 @@

Writer.java

- + 98 - + @@ -1487,12 +1487,12 @@

Writer.java

- + 99 - + @@ -1502,12 +1502,12 @@

Writer.java

- + 100 - + @@ -1517,12 +1517,12 @@

Writer.java

- + 101 - + @@ -1532,12 +1532,12 @@

Writer.java

- + 102 - + @@ -1547,12 +1547,12 @@

Writer.java

- + 103 - + @@ -1562,12 +1562,12 @@

Writer.java

- + 104 - + @@ -1577,12 +1577,12 @@

Writer.java

- + 105 - + @@ -1592,12 +1592,12 @@

Writer.java

- + 106 - + @@ -1607,12 +1607,12 @@

Writer.java

- + 107 - + @@ -1622,12 +1622,12 @@

Writer.java

- + 108 -1 +1 1. writeDuctIndex : removed call to com/mastercard/test/flow/report/JsApp::write → SURVIVED
@@ -1639,12 +1639,12 @@

Writer.java

- + 109 - +
@@ -1654,12 +1654,12 @@

Writer.java

- + 110 - + @@ -1669,12 +1669,12 @@

Writer.java

- + 111 - + @@ -1684,12 +1684,12 @@

Writer.java

- + 112 - + @@ -1699,12 +1699,12 @@

Writer.java

- + 113 - + @@ -1714,12 +1714,12 @@

Writer.java

- + 114 - + @@ -1729,12 +1729,12 @@

Writer.java

- + 115 - + @@ -1744,12 +1744,12 @@

Writer.java

- + 116 - + @@ -1759,12 +1759,12 @@

Writer.java

- + 117 - + @@ -1774,12 +1774,12 @@

Writer.java

- + 118 - + @@ -1789,12 +1789,12 @@

Writer.java

- + 119 - + @@ -1804,12 +1804,12 @@

Writer.java

- + 120 - + @@ -1819,12 +1819,12 @@

Writer.java

- + 121 - + @@ -1834,12 +1834,12 @@

Writer.java

- + 122 - + @@ -1849,12 +1849,12 @@

Writer.java

- + 123 -1 +1 1. lambda$with$0 : replaced return value with null for com/mastercard/test/flow/report/Writer::lambda$with$0 → KILLED
@@ -1866,12 +1866,12 @@

Writer.java

- + 124 - +
@@ -1881,12 +1881,12 @@

Writer.java

- + 125 -1 +1 1. with : removed call to com/mastercard/test/flow/report/Writer$IndexedFlowData::update → KILLED
@@ -1898,12 +1898,12 @@

Writer.java

- + 126 - +
@@ -1913,12 +1913,12 @@

Writer.java

- + 127 -1 +1 1. with : negated conditional → KILLED
@@ -1930,12 +1930,12 @@

Writer.java

- + 128 -1 +1 1. with : removed call to com/mastercard/test/flow/report/QuietFiles::recursiveDelete → KILLED
@@ -1947,12 +1947,12 @@

Writer.java

- + 129 - +
@@ -1962,12 +1962,12 @@

Writer.java

- + 130 - +
@@ -1977,12 +1977,12 @@

Writer.java

- + 131 - + @@ -1992,12 +1992,12 @@

Writer.java

- + 132 -1 +1 1. with : removed call to com/mastercard/test/flow/report/Writer$IndexedFlowData::writeTo → KILLED
@@ -2009,12 +2009,12 @@

Writer.java

- + 133 - +
@@ -2024,12 +2024,12 @@

Writer.java

- + 134 - + @@ -2039,12 +2039,12 @@

Writer.java

- + 135 -1 +1 1. with : removed call to com/mastercard/test/flow/report/JsApp::write → KILLED
@@ -2056,12 +2056,12 @@

Writer.java

- + 136 - +
@@ -2071,12 +2071,12 @@

Writer.java

- + 137 - + @@ -2086,12 +2086,12 @@

Writer.java

- + 138 - + @@ -2101,12 +2101,12 @@

Writer.java

- + 139 - + @@ -2116,12 +2116,12 @@

Writer.java

- + 140 - + @@ -2131,12 +2131,12 @@

Writer.java

- + 141 - + @@ -2146,12 +2146,12 @@

Writer.java

- + 142 - + @@ -2161,12 +2161,12 @@

Writer.java

- + 143 - + @@ -2176,12 +2176,12 @@

Writer.java

- + 144 - + @@ -2191,12 +2191,12 @@

Writer.java

- + 145 -1 +1 1. with : removed call to java/util/Map::forEach → KILLED
@@ -2208,12 +2208,12 @@

Writer.java

- + 146 - +
@@ -2223,12 +2223,12 @@

Writer.java

- + 147 - + @@ -2238,12 +2238,12 @@

Writer.java

- + 148 -1 +1 1. lambda$with$1 : negated conditional → KILLED
@@ -2255,12 +2255,12 @@

Writer.java

- + 149 - +
@@ -2270,12 +2270,12 @@

Writer.java

- + 150 -1 +1 1. lambda$with$1 : negated conditional → KILLED
@@ -2287,12 +2287,12 @@

Writer.java

- + 151 -1 +1 1. lambda$with$1 : removed call to java/util/Iterator::remove → KILLED
@@ -2304,12 +2304,12 @@

Writer.java

- + 152 - +
@@ -2319,12 +2319,12 @@

Writer.java

- + 153 -1 +1 1. lambda$with$1 : negated conditional → KILLED
@@ -2336,12 +2336,12 @@

Writer.java

- + 154 - +
@@ -2351,12 +2351,12 @@

Writer.java

- + 155 -1 +1 1. lambda$with$1 : removed call to java/util/Iterator::remove → KILLED
@@ -2368,12 +2368,12 @@

Writer.java

- + 156 - +
@@ -2383,12 +2383,12 @@

Writer.java

- + 157 - +
@@ -2398,12 +2398,12 @@

Writer.java

- + 158 -1 +1 1. lambda$with$1 : removed call to com/mastercard/test/flow/report/Writer$IndexedFlowData::writeTo → KILLED
@@ -2415,12 +2415,12 @@

Writer.java

- + 159 - +
@@ -2430,12 +2430,12 @@

Writer.java

- + 160 - + @@ -2445,12 +2445,12 @@

Writer.java

- + 161 - + @@ -2460,12 +2460,12 @@

Writer.java

- + 162 - + @@ -2475,12 +2475,12 @@

Writer.java

- + 163 - + @@ -2490,12 +2490,12 @@

Writer.java

- + 164 - + @@ -2505,12 +2505,12 @@

Writer.java

- + 165 - + @@ -2520,12 +2520,12 @@

Writer.java

- + 166 -2 +2 1. lambda$with$2 : replaced boolean return with false for com/mastercard/test/flow/report/Writer::lambda$with$2 → KILLED
2. lambda$with$2 : replaced boolean return with true for com/mastercard/test/flow/report/Writer::lambda$with$2 → KILLED
@@ -2538,12 +2538,12 @@

Writer.java

- + 167 - +
@@ -2553,12 +2553,12 @@

Writer.java

- + 168 - + @@ -2568,12 +2568,12 @@

Writer.java

- + 169 -1 +1 1. with : replaced return value with null for com/mastercard/test/flow/report/Writer::with → KILLED
@@ -2585,12 +2585,12 @@

Writer.java

- + 170 - +
@@ -2600,12 +2600,12 @@

Writer.java

- + 171 - + @@ -2615,12 +2615,12 @@

Writer.java

- + 172 - + @@ -2630,12 +2630,12 @@

Writer.java

- + 173 - + @@ -2645,12 +2645,12 @@

Writer.java

- + 174 - + @@ -2660,12 +2660,12 @@

Writer.java

- + 175 - + @@ -2675,12 +2675,12 @@

Writer.java

- + 176 - + @@ -2690,12 +2690,12 @@

Writer.java

- + 177 - + @@ -2705,12 +2705,12 @@

Writer.java

- + 178 -1 +1 1. path : replaced return value with null for com/mastercard/test/flow/report/Writer::path → KILLED
@@ -2722,12 +2722,12 @@

Writer.java

- + 179 - +
@@ -2737,12 +2737,12 @@

Writer.java

- + 180 - + @@ -2752,12 +2752,12 @@

Writer.java

- + 181 - + @@ -2767,12 +2767,12 @@

Writer.java

- + 182 - + @@ -2782,12 +2782,12 @@

Writer.java

- + 183 - + @@ -2797,12 +2797,12 @@

Writer.java

- + 184 - + @@ -2812,12 +2812,12 @@

Writer.java

- + 185 -1 +1 1. browse : removed call to com/mastercard/test/flow/report/LocalBrowse::to → NO_COVERAGE
@@ -2829,12 +2829,12 @@

Writer.java

- + 186 - +
@@ -2844,12 +2844,12 @@

Writer.java

- + 187 - + @@ -2859,12 +2859,12 @@

Writer.java

- + 188 - + @@ -2874,12 +2874,12 @@

Writer.java

- + 189 - + @@ -2889,12 +2889,12 @@

Writer.java

- + 190 - + @@ -2904,12 +2904,12 @@

Writer.java

- + 191 - + @@ -2919,12 +2919,12 @@

Writer.java

- + 192 - + @@ -2934,12 +2934,12 @@

Writer.java

- + 193 -1 +1 1. missingBases : replaced return value with Collections.emptyMap for com/mastercard/test/flow/report/Writer::missingBases → KILLED
@@ -2951,12 +2951,12 @@

Writer.java

- + 194 - +
@@ -2966,12 +2966,12 @@

Writer.java

- + 195 - + @@ -2981,12 +2981,12 @@

Writer.java

- + 196 - + @@ -2996,12 +2996,12 @@

Writer.java

- + 197 - + @@ -3011,12 +3011,12 @@

Writer.java

- + 198 - + @@ -3026,12 +3026,12 @@

Writer.java

- + 199 - + @@ -3041,12 +3041,12 @@

Writer.java

- + 200 - + @@ -3056,12 +3056,12 @@

Writer.java

- + 201 - + @@ -3071,12 +3071,12 @@

Writer.java

- + 202 - + @@ -3086,12 +3086,12 @@

Writer.java

- + 203 - + @@ -3101,12 +3101,12 @@

Writer.java

- + 204 - + @@ -3116,12 +3116,12 @@

Writer.java

- + 205 - + @@ -3131,12 +3131,12 @@

Writer.java

- + 206 - + @@ -3146,12 +3146,12 @@

Writer.java

- + 207 -1 +1 1. <init> : negated conditional → KILLED
@@ -3163,12 +3163,12 @@

Writer.java

- + 208 -1 +1 1. <init> : negated conditional → KILLED
@@ -3180,12 +3180,12 @@

Writer.java

- + 209 - +
@@ -3195,12 +3195,12 @@

Writer.java

- + 210 - +
@@ -3210,12 +3210,12 @@

Writer.java

- + 211 - + @@ -3225,12 +3225,12 @@

Writer.java

- + 212 - + @@ -3240,12 +3240,12 @@

Writer.java

- + 213 -1 +1 1. <init> : negated conditional → KILLED
@@ -3257,12 +3257,12 @@

Writer.java

- + 214 - +
@@ -3272,12 +3272,12 @@

Writer.java

- + 215 - + @@ -3287,12 +3287,12 @@

Writer.java

- + 216 - + @@ -3302,12 +3302,12 @@

Writer.java

- + 217 - + @@ -3317,12 +3317,12 @@

Writer.java

- + 218 - + @@ -3332,12 +3332,12 @@

Writer.java

- + 219 - + @@ -3347,12 +3347,12 @@

Writer.java

- + 220 - + @@ -3362,12 +3362,12 @@

Writer.java

- + 221 - + @@ -3377,12 +3377,12 @@

Writer.java

- + 222 - + @@ -3392,12 +3392,12 @@

Writer.java

- + 223 - + @@ -3407,12 +3407,12 @@

Writer.java

- + 224 - + @@ -3422,12 +3422,12 @@

Writer.java

- + 225 - + @@ -3437,12 +3437,12 @@

Writer.java

- + 226 - + @@ -3452,12 +3452,12 @@

Writer.java

- + 227 - + @@ -3467,12 +3467,12 @@

Writer.java

- + 228 -1 +1 1. lambda$new$0 : replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$0 → KILLED
@@ -3484,12 +3484,12 @@

Writer.java

- + 229 -2 +2 1. lambda$new$1 : negated conditional → KILLED
2. lambda$new$1 : replaced boolean return with true for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$1 → KILLED
@@ -3502,12 +3502,12 @@

Writer.java

- + 230 - +
@@ -3517,12 +3517,12 @@

Writer.java

- + 231 - +
@@ -3532,12 +3532,12 @@

Writer.java

- + 232 -1 +1 1. lambda$new$2 : replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$2 → KILLED
@@ -3549,12 +3549,12 @@

Writer.java

- + 233 - +
@@ -3564,12 +3564,12 @@

Writer.java

- + 234 - + @@ -3579,12 +3579,12 @@

Writer.java

- + 235 -1 +1 1. lambda$new$3 : replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$3 → KILLED
@@ -3596,12 +3596,12 @@

Writer.java

- + 236 - +
@@ -3611,12 +3611,12 @@

Writer.java

- + 237 - + @@ -3626,12 +3626,12 @@

Writer.java

- + 238 -1 +1 1. lambda$new$4 : replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$4 → KILLED
@@ -3643,12 +3643,12 @@

Writer.java

- + 239 - +
@@ -3658,12 +3658,12 @@

Writer.java

- + 240 -1 +1 1. lambda$new$5 : replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$5 → KILLED
@@ -3675,12 +3675,12 @@

Writer.java

- + 241 - +
@@ -3690,12 +3690,12 @@

Writer.java

- + 242 - + @@ -3705,12 +3705,12 @@

Writer.java

- + 243 - + @@ -3720,12 +3720,12 @@

Writer.java

- + 244 -1 +1 1. <init> : removed call to com/mastercard/test/flow/report/Writer$IndexedFlowData::update → KILLED
@@ -3737,12 +3737,12 @@

Writer.java

- + 245 - +
@@ -3752,12 +3752,12 @@

Writer.java

- + 246 - + @@ -3767,12 +3767,12 @@

Writer.java

- + 247 - + @@ -3782,12 +3782,12 @@

Writer.java

- + 248 - + @@ -3797,12 +3797,12 @@

Writer.java

- + 249 - + @@ -3812,12 +3812,12 @@

Writer.java

- + 250 -1 +1 1. update : removed call to java/util/function/Consumer::accept → KILLED
@@ -3829,12 +3829,12 @@

Writer.java

- + 251 - +
@@ -3844,12 +3844,12 @@

Writer.java

- + 252 - + @@ -3859,12 +3859,12 @@

Writer.java

- + 253 - + @@ -3874,12 +3874,12 @@

Writer.java

- + 254 - + @@ -3889,12 +3889,12 @@

Writer.java

- + 255 - + @@ -3904,12 +3904,12 @@

Writer.java

- + 256 - + @@ -3919,12 +3919,12 @@

Writer.java

- + 257 -1 +1 1. indexEntry : replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::indexEntry → KILLED
@@ -3936,12 +3936,12 @@

Writer.java

- + 258 - +
@@ -3951,12 +3951,12 @@

Writer.java

- + 259 - + @@ -3966,12 +3966,12 @@

Writer.java

- + 260 - + @@ -3981,12 +3981,12 @@

Writer.java

- + 261 - + @@ -3996,12 +3996,12 @@

Writer.java

- + 262 - + @@ -4011,12 +4011,12 @@

Writer.java

- + 263 - + @@ -4026,12 +4026,12 @@

Writer.java

- + 264 - + @@ -4041,12 +4041,12 @@

Writer.java

- + 265 - + @@ -4056,12 +4056,12 @@

Writer.java

- + 266 - + @@ -4071,12 +4071,12 @@

Writer.java

- + 267 -1 +1 1. writeTo : removed call to com/mastercard/test/flow/report/JsApp::write → KILLED
@@ -4088,12 +4088,12 @@

Writer.java

- + 268 - +
@@ -4103,12 +4103,12 @@

Writer.java

- + 269 - + @@ -4118,12 +4118,12 @@

Writer.java

- + 270 - + @@ -4133,12 +4133,12 @@

Writer.java

- + 271 - + @@ -4148,12 +4148,12 @@

Writer.java

- + 272 - + @@ -4163,12 +4163,12 @@

Writer.java

- + 273 - + @@ -4178,12 +4178,12 @@

Writer.java

- + 274 - + @@ -4193,12 +4193,12 @@

Writer.java

- + 275 - + @@ -4208,12 +4208,12 @@

Writer.java

- + 276 - + @@ -4223,12 +4223,12 @@

Writer.java

- + 277 - + @@ -4238,12 +4238,12 @@

Writer.java

- + 278 - + @@ -4253,12 +4253,12 @@

Writer.java

- + 279 - + @@ -4268,12 +4268,12 @@

Writer.java

- + 280 -1 +1 1. detailFilename : replaced return value with "" for com/mastercard/test/flow/report/Writer::detailFilename → KILLED
@@ -4285,12 +4285,12 @@

Writer.java

- + 281 - +
@@ -4300,12 +4300,12 @@

Writer.java

- + 282 - + @@ -4315,12 +4315,12 @@

Writer.java

- + 283 - + @@ -4330,12 +4330,12 @@

Writer.java

- + 284 - + @@ -4345,12 +4345,12 @@

Writer.java

- + 285 - + @@ -4360,12 +4360,12 @@

Writer.java

- + 286 - + @@ -4375,12 +4375,12 @@

Writer.java

- + 287 - + @@ -4390,12 +4390,12 @@

Writer.java

- + 288 - + @@ -4405,12 +4405,12 @@

Writer.java

- + 289 - + @@ -4420,12 +4420,12 @@

Writer.java

- + 290 -1 +1 1. detailFilename : replaced return value with "" for com/mastercard/test/flow/report/Writer::detailFilename → KILLED
@@ -4437,12 +4437,12 @@

Writer.java

- + 291 - +
@@ -4452,12 +4452,12 @@

Writer.java

- + 292 - + @@ -4467,12 +4467,12 @@

Writer.java

- + 293 - + @@ -4482,12 +4482,12 @@

Writer.java

- + 294 - + @@ -4497,12 +4497,12 @@

Writer.java

- + 295 - + @@ -4512,12 +4512,12 @@

Writer.java

- + 296 - + @@ -4527,12 +4527,12 @@

Writer.java

- + 297 - + @@ -4542,12 +4542,12 @@

Writer.java

- + 298 - + @@ -4557,12 +4557,12 @@

Writer.java

- + 299 - + @@ -4572,12 +4572,12 @@

Writer.java

- + 300 - + @@ -4587,12 +4587,12 @@

Writer.java

- + 301 - + @@ -4602,12 +4602,12 @@

Writer.java

- + 302 - + @@ -4617,12 +4617,12 @@

Writer.java

- + 303 - + @@ -4632,12 +4632,12 @@

Writer.java

- + 304 - + @@ -4647,12 +4647,12 @@

Writer.java

- + 305 - + @@ -4662,12 +4662,12 @@

Writer.java

- + 306 -1 +1 1. detailFilename : replaced return value with "" for com/mastercard/test/flow/report/Writer::detailFilename → KILLED
@@ -4679,12 +4679,12 @@

Writer.java

- + 307 - +
@@ -4694,12 +4694,12 @@

Writer.java

- + 308 - + @@ -4709,12 +4709,12 @@

Writer.java

- + 309 - + @@ -4724,12 +4724,12 @@

Writer.java

- + 310 - + @@ -4739,12 +4739,12 @@

Writer.java

- + 311 - + @@ -4754,12 +4754,12 @@

Writer.java

- + 312 - + @@ -4771,361 +4771,361 @@

Writer.java

Mutations

-96 +96 - +

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
removed call to com/mastercard/test/flow/report/QuietFiles::recursiveDelete → KILLED

-
108 +108 - +

1.1
Location : writeDuctIndex
Killed by :
removed call to com/mastercard/test/flow/report/JsApp::write → SURVIVED

-
123 +123 - + -

1.1
Location : lambda$with$0
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
replaced return value with null for com/mastercard/test/flow/report/Writer::lambda$with$0 → KILLED

+

1.1
Location : lambda$with$0
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
replaced return value with null for com/mastercard/test/flow/report/Writer::lambda$with$0 → KILLED

-
125 +125 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
removed call to com/mastercard/test/flow/report/Writer$IndexedFlowData::update → KILLED

-
127 +127 - + -

1.1
Location : with
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
negated conditional → KILLED

+

1.1
Location : with
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
negated conditional → KILLED

-
128 +128 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
removed call to com/mastercard/test/flow/report/QuietFiles::recursiveDelete → KILLED

-
132 +132 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
removed call to com/mastercard/test/flow/report/Writer$IndexedFlowData::writeTo → KILLED

-
135 +135 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
removed call to com/mastercard/test/flow/report/JsApp::write → KILLED

-
145 +145 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
removed call to java/util/Map::forEach → KILLED

-
148 +148 - +

1.1
Location : lambda$with$1
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
negated conditional → KILLED

-
150 +150 - +

1.1
Location : lambda$with$1
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
negated conditional → KILLED

-
151 +151 - +

1.1
Location : lambda$with$1
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
removed call to java/util/Iterator::remove → KILLED

-
153 +153 - +

1.1
Location : lambda$with$1
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
negated conditional → KILLED

-
155 +155 - +

1.1
Location : lambda$with$1
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
removed call to java/util/Iterator::remove → KILLED

-
158 +158 - +

1.1
Location : lambda$with$1
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
removed call to com/mastercard/test/flow/report/Writer$IndexedFlowData::writeTo → KILLED

-
166 +166 - +

1.1
Location : lambda$with$2
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
replaced boolean return with false for com/mastercard/test/flow/report/Writer::lambda$with$2 → KILLED

2.2
Location : lambda$with$2
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
replaced boolean return with true for com/mastercard/test/flow/report/Writer::lambda$with$2 → KILLED

-
169 +169 - + -

1.1
Location : with
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
replaced return value with null for com/mastercard/test/flow/report/Writer::with → KILLED

+

1.1
Location : with
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
replaced return value with null for com/mastercard/test/flow/report/Writer::with → KILLED

-
178 +178 - + -

1.1
Location : path
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
replaced return value with null for com/mastercard/test/flow/report/Writer::path → KILLED

+

1.1
Location : path
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
replaced return value with null for com/mastercard/test/flow/report/Writer::path → KILLED

-
185 +185 - +

1.1
Location : browse
Killed by :
removed call to com/mastercard/test/flow/report/LocalBrowse::to → NO_COVERAGE

-
193 +193 - +

1.1
Location : missingBases
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/report/Writer::missingBases → KILLED

-
207 +207 - + -

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
negated conditional → KILLED

+

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:badReadLinux()]
negated conditional → KILLED

-
208 +208 - + -

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
negated conditional → KILLED

+

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:badReadLinux()]
negated conditional → KILLED

-
213 +213 - + -

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
negated conditional → KILLED

+

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:basisChaining()]
negated conditional → KILLED

-
228 +228 - + -

1.1
Location : lambda$new$0
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$0 → KILLED

+

1.1
Location : lambda$new$0
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:badReadLinux()]
replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$0 → KILLED

-
229 +229 - + -

1.1
Location : lambda$new$1
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
negated conditional → KILLED

2.2
Location : lambda$new$1
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
replaced boolean return with true for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$1 → KILLED

+

1.1
Location : lambda$new$1
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
negated conditional → KILLED

2.2
Location : lambda$new$1
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
replaced boolean return with true for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$1 → KILLED

-
232 +232 - + -

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$2 → KILLED

+

1.1
Location : lambda$new$2
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:badReadLinux()]
replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$2 → KILLED

-
235 +235 - +

1.1
Location : lambda$new$3
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$3 → KILLED

-
238 +238 - + -

1.1
Location : lambda$new$4
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$4 → KILLED

+

1.1
Location : lambda$new$4
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:badReadLinux()]
replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$4 → KILLED

-
240 +240 - +

1.1
Location : lambda$new$5
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::lambda$new$5 → KILLED

-
244 +244 - + -

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
removed call to com/mastercard/test/flow/report/Writer$IndexedFlowData::update → KILLED

+

1.1
Location : <init>
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:badReadLinux()]
removed call to com/mastercard/test/flow/report/Writer$IndexedFlowData::update → KILLED

-
250 +250 - +

1.1
Location : update
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
removed call to java/util/function/Consumer::accept → KILLED

-
257 +257 - + -

1.1
Location : indexEntry
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::indexEntry → KILLED

+

1.1
Location : indexEntry
Killed by : com.mastercard.test.flow.report.ReaderTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.ReaderTest]/[method:badReadLinux()]
replaced return value with null for com/mastercard/test/flow/report/Writer$IndexedFlowData::indexEntry → KILLED

-
267 +267 - + -

1.1
Location : writeTo
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:chunkLoadingPath()]
removed call to com/mastercard/test/flow/report/JsApp::write → KILLED

+

1.1
Location : writeTo
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
removed call to com/mastercard/test/flow/report/JsApp::write → KILLED

-
280 +280 - +

1.1
Location : detailFilename
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
replaced return value with "" for com/mastercard/test/flow/report/Writer::detailFilename → KILLED

-
290 +290 - +

1.1
Location : detailFilename
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
replaced return value with "" for com/mastercard/test/flow/report/Writer::detailFilename → KILLED

-
306 +306 - +

1.1
Location : detailFilename
Killed by : com.mastercard.test.flow.report.WriterTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.report.WriterTest]/[method:write()]
replaced return value with "" for com/mastercard/test/flow/report/Writer::detailFilename → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/index.html similarity index 87% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.report/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.report/index.html index 9d87a2fbc4..f0347251e3 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.report/index.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.report/index.html @@ -22,8 +22,8 @@

com.mastercard.test.flow.report

6 93%
329/352
- 93%
122/131
- 98%
122/124
+ 94%
123/131
+ 99%
123/124
@@ -65,8 +65,8 @@

Breakdown by Class

Reader.java
86%
50/58
-
95%
19/20
-
95%
19/20
+
100%
20/20
+
100%
20/20
diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Bytes.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Bytes.java.html similarity index 65% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Bytes.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Bytes.java.html index 9128064092..1c4d631515 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Bytes.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Bytes.java.html @@ -15,12 +15,12 @@

Bytes.java

- + 1 - + @@ -30,12 +30,12 @@

Bytes.java

- + 2 - + @@ -45,12 +45,12 @@

Bytes.java

- + 3 - + @@ -60,12 +60,12 @@

Bytes.java

- + 4 - + @@ -75,12 +75,12 @@

Bytes.java

- + 5 - + @@ -90,12 +90,12 @@

Bytes.java

- + 6 - + @@ -105,12 +105,12 @@

Bytes.java

- + 7 - + @@ -120,12 +120,12 @@

Bytes.java

- + 8 - + @@ -135,12 +135,12 @@

Bytes.java

- + 9 - + @@ -150,12 +150,12 @@

Bytes.java

- + 10 - + @@ -165,12 +165,12 @@

Bytes.java

- + 11 - + @@ -180,12 +180,12 @@

Bytes.java

- + 12 - + @@ -195,12 +195,12 @@

Bytes.java

- + 13 - + @@ -210,12 +210,12 @@

Bytes.java

- + 14 - + @@ -225,12 +225,12 @@

Bytes.java

- + 15 - + @@ -240,12 +240,12 @@

Bytes.java

- + 16 - + @@ -255,12 +255,12 @@

Bytes.java

- + 17 - + @@ -270,12 +270,12 @@

Bytes.java

- + 18 - + @@ -285,12 +285,12 @@

Bytes.java

- + 19 - + @@ -300,12 +300,12 @@

Bytes.java

- + 20 - + @@ -315,12 +315,12 @@

Bytes.java

- + 21 - + @@ -330,12 +330,12 @@

Bytes.java

- + 22 - + @@ -345,12 +345,12 @@

Bytes.java

- + 23 - + @@ -360,12 +360,12 @@

Bytes.java

- + 24 -1 +1 1. toHex : negated conditional → KILLED
@@ -377,12 +377,12 @@

Bytes.java

- + 25 -1 +1 1. toHex : replaced return value with "" for com/mastercard/test/flow/util/Bytes::toHex → KILLED
@@ -394,12 +394,12 @@

Bytes.java

- + 26 - +
@@ -409,12 +409,12 @@

Bytes.java

- + 27 - +
@@ -424,12 +424,12 @@

Bytes.java

- + 28 -1 +1 1. toHex : Replaced integer multiplication with division → KILLED
@@ -441,12 +441,12 @@

Bytes.java

- + 29 -2 +2 1. toHex : changed conditional boundary → KILLED
2. toHex : negated conditional → KILLED
@@ -459,12 +459,12 @@

Bytes.java

- + 30 -1 +1 1. toHex : Replaced bitwise AND with OR → KILLED
@@ -476,12 +476,12 @@

Bytes.java

- + 31 -2 +2 1. toHex : Replaced integer multiplication with division → KILLED
2. toHex : Replaced Unsigned Shift Right with Shift Left → KILLED
@@ -494,12 +494,12 @@

Bytes.java

- + 32 -3 +3 1. toHex : Replaced integer addition with subtraction → KILLED
2. toHex : Replaced bitwise AND with OR → KILLED
@@ -513,12 +513,12 @@

Bytes.java

- + 33 - +
@@ -528,12 +528,12 @@

Bytes.java

- + 34 -1 +1 1. toHex : replaced return value with "" for com/mastercard/test/flow/util/Bytes::toHex → KILLED
@@ -545,12 +545,12 @@

Bytes.java

- + 35 - +
@@ -560,12 +560,12 @@

Bytes.java

- + 36 - +
@@ -577,81 +577,81 @@

Bytes.java

Mutations

-24 +24 - +

1.1
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
negated conditional → KILLED

-
25 +25 - +

1.1
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
replaced return value with "" for com/mastercard/test/flow/util/Bytes::toHex → KILLED

-
28 +28 - +

1.1
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
Replaced integer multiplication with division → KILLED

-
29 +29 - +

1.1
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
changed conditional boundary → KILLED

2.2
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
negated conditional → KILLED

-
30 +30 - +

1.1
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
Replaced bitwise AND with OR → KILLED

-
31 +31 - +

1.1
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
Replaced integer multiplication with division → KILLED

2.2
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
Replaced Unsigned Shift Right with Shift Left → KILLED

-
32 +32 - +

1.1
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
Replaced integer addition with subtraction → KILLED

2.2
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
Replaced bitwise AND with OR → KILLED

3.3
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
Replaced integer multiplication with division → KILLED

-
34 +34 - +

1.1
Location : toHex
Killed by : com.mastercard.test.flow.util.BytesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.BytesTest]/[method:toHex()]
replaced return value with "" for com/mastercard/test/flow/util/Bytes::toHex → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Dependencies.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Dependencies.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Dependencies.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Dependencies.java.html index 2c373cc0af..b21d68a0e6 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Dependencies.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Dependencies.java.html @@ -15,12 +15,12 @@

Dependencies.java

-
+ 1 - +
@@ -30,12 +30,12 @@

Dependencies.java

- + 2 - +
@@ -45,12 +45,12 @@

Dependencies.java

- + 3 - +
@@ -60,12 +60,12 @@

Dependencies.java

- + 4 - + @@ -75,12 +75,12 @@

Dependencies.java

- + 5 - + @@ -90,12 +90,12 @@

Dependencies.java

- + 6 - + @@ -105,12 +105,12 @@

Dependencies.java

- + 7 - + @@ -120,12 +120,12 @@

Dependencies.java

- + 8 - + @@ -135,12 +135,12 @@

Dependencies.java

- + 9 - + @@ -150,12 +150,12 @@

Dependencies.java

- + 10 - + @@ -165,12 +165,12 @@

Dependencies.java

- + 11 - + @@ -180,12 +180,12 @@

Dependencies.java

- + 12 - + @@ -195,12 +195,12 @@

Dependencies.java

- + 13 - + @@ -210,12 +210,12 @@

Dependencies.java

- + 14 - + @@ -225,12 +225,12 @@

Dependencies.java

- + 15 - + @@ -240,12 +240,12 @@

Dependencies.java

- + 16 - + @@ -255,12 +255,12 @@

Dependencies.java

- + 17 - + @@ -270,12 +270,12 @@

Dependencies.java

- + 18 - + @@ -285,12 +285,12 @@

Dependencies.java

- + 19 - + @@ -300,12 +300,12 @@

Dependencies.java

- + 20 - + @@ -315,12 +315,12 @@

Dependencies.java

- + 21 - + @@ -330,12 +330,12 @@

Dependencies.java

- + 22 - + @@ -345,12 +345,12 @@

Dependencies.java

- + 23 - + @@ -360,12 +360,12 @@

Dependencies.java

- + 24 - + @@ -375,12 +375,12 @@

Dependencies.java

- + 25 - + @@ -390,12 +390,12 @@

Dependencies.java

- + 26 - + @@ -405,12 +405,12 @@

Dependencies.java

- + 27 - + @@ -420,12 +420,12 @@

Dependencies.java

- + 28 - + @@ -435,12 +435,12 @@

Dependencies.java

- + 29 - + @@ -450,12 +450,12 @@

Dependencies.java

- + 30 - + @@ -465,12 +465,12 @@

Dependencies.java

- + 31 - + @@ -480,12 +480,12 @@

Dependencies.java

- + 32 - + @@ -495,12 +495,12 @@

Dependencies.java

- + 33 - + @@ -510,12 +510,12 @@

Dependencies.java

- + 34 -3 +3 1. lambda$new$0 : replaced boolean return with true for com/mastercard/test/flow/util/Dependencies::lambda$new$0 → KILLED
2. lambda$new$0 : negated conditional → KILLED
@@ -529,12 +529,12 @@

Dependencies.java

- + 35 -1 +1 1. <init> : removed call to java/util/stream/Stream::forEach → KILLED
@@ -546,12 +546,12 @@

Dependencies.java

- + 36 -1 +1 1. lambda$null$1 : replaced return value with Collections.emptyList for com/mastercard/test/flow/util/Dependencies::lambda$null$1 → KILLED
@@ -563,12 +563,12 @@

Dependencies.java

- + 37 - +
@@ -578,12 +578,12 @@

Dependencies.java

- + 38 - +
@@ -593,12 +593,12 @@

Dependencies.java

- + 39 - +
@@ -608,12 +608,12 @@

Dependencies.java

- + 40 - + @@ -623,12 +623,12 @@

Dependencies.java

- + 41 - + @@ -638,12 +638,12 @@

Dependencies.java

- + 42 - + @@ -653,12 +653,12 @@

Dependencies.java

- + 43 - + @@ -668,12 +668,12 @@

Dependencies.java

- + 44 - + @@ -683,12 +683,12 @@

Dependencies.java

- + 45 - + @@ -698,12 +698,12 @@

Dependencies.java

- + 46 - + @@ -713,12 +713,12 @@

Dependencies.java

- + 47 - + @@ -728,12 +728,12 @@

Dependencies.java

- + 48 - + @@ -743,12 +743,12 @@

Dependencies.java

- + 49 - + @@ -758,12 +758,12 @@

Dependencies.java

- + 50 - + @@ -773,12 +773,12 @@

Dependencies.java

- + 51 - + @@ -788,12 +788,12 @@

Dependencies.java

- + 52 -2 +2 1. lambda$publish$3 : replaced boolean return with true for com/mastercard/test/flow/util/Dependencies::lambda$publish$3 → KILLED
2. lambda$publish$3 : replaced boolean return with false for com/mastercard/test/flow/util/Dependencies::lambda$publish$3 → KILLED
@@ -806,12 +806,12 @@

Dependencies.java

- + 53 -2 +2 1. lambda$publish$4 : replaced boolean return with true for com/mastercard/test/flow/util/Dependencies::lambda$publish$4 → KILLED
2. lambda$publish$4 : replaced boolean return with false for com/mastercard/test/flow/util/Dependencies::lambda$publish$4 → KILLED
@@ -824,12 +824,12 @@

Dependencies.java

- + 54 - +
@@ -839,12 +839,12 @@

Dependencies.java

- + 55 - +
@@ -854,12 +854,12 @@

Dependencies.java

- + 56 - + @@ -869,12 +869,12 @@

Dependencies.java

- + 57 - + @@ -884,12 +884,12 @@

Dependencies.java

- + 58 - + @@ -899,12 +899,12 @@

Dependencies.java

- + 59 - + @@ -914,12 +914,12 @@

Dependencies.java

- + 60 - + @@ -929,12 +929,12 @@

Dependencies.java

- + 61 - + @@ -944,12 +944,12 @@

Dependencies.java

- + 62 -1 +1 1. publish : removed call to java/util/Optional::ifPresent → KILLED
@@ -961,12 +961,12 @@

Dependencies.java

- + 63 - +
@@ -976,12 +976,12 @@

Dependencies.java

- + 64 - + @@ -991,12 +991,12 @@

Dependencies.java

- + 65 -1 +1 1. publish : replaced return value with null for com/mastercard/test/flow/util/Dependencies::publish → KILLED
@@ -1008,12 +1008,12 @@

Dependencies.java

- + 66 - +
@@ -1023,12 +1023,12 @@

Dependencies.java

- + 67 - + @@ -1038,12 +1038,12 @@

Dependencies.java

- + 68 - + @@ -1053,12 +1053,12 @@

Dependencies.java

- + 69 - + @@ -1068,12 +1068,12 @@

Dependencies.java

- + 70 - + @@ -1083,12 +1083,12 @@

Dependencies.java

- + 71 - + @@ -1098,12 +1098,12 @@

Dependencies.java

- + 72 - + @@ -1113,12 +1113,12 @@

Dependencies.java

- + 73 - + @@ -1128,12 +1128,12 @@

Dependencies.java

- + 74 - + @@ -1143,12 +1143,12 @@

Dependencies.java

- + 75 - + @@ -1158,12 +1158,12 @@

Dependencies.java

- + 76 - + @@ -1173,12 +1173,12 @@

Dependencies.java

- + 77 - + @@ -1188,12 +1188,12 @@

Dependencies.java

- + 78 - + @@ -1203,12 +1203,12 @@

Dependencies.java

- + 79 - + @@ -1218,12 +1218,12 @@

Dependencies.java

- + 80 - + @@ -1233,12 +1233,12 @@

Dependencies.java

- + 81 - + @@ -1248,12 +1248,12 @@

Dependencies.java

- + 82 - + @@ -1263,12 +1263,12 @@

Dependencies.java

- + 83 - + @@ -1278,12 +1278,12 @@

Dependencies.java

- + 84 - + @@ -1293,12 +1293,12 @@

Dependencies.java

- + 85 - + @@ -1308,12 +1308,12 @@

Dependencies.java

- + 86 - + @@ -1323,12 +1323,12 @@

Dependencies.java

- + 87 - + @@ -1338,12 +1338,12 @@

Dependencies.java

- + 88 - + @@ -1353,12 +1353,12 @@

Dependencies.java

- + 89 -1 +1 1. propagateStaticData : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1370,12 +1370,12 @@

Dependencies.java

- + 90 - +
@@ -1385,12 +1385,12 @@

Dependencies.java

- + 91 - + @@ -1400,12 +1400,12 @@

Dependencies.java

- + 92 - + @@ -1415,12 +1415,12 @@

Dependencies.java

- + 93 - + @@ -1430,12 +1430,12 @@

Dependencies.java

- + 94 - + @@ -1445,12 +1445,12 @@

Dependencies.java

- + 95 - + @@ -1462,81 +1462,81 @@

Dependencies.java

Mutations

-34 +34 - +

1.1
Location : lambda$new$0
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:incompleteAddress()]
replaced boolean return with true for com/mastercard/test/flow/util/Dependencies::lambda$new$0 → KILLED

2.2
Location : lambda$new$0
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:incompleteAddress()]
negated conditional → KILLED

3.3
Location : lambda$new$0
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:incompleteAddress()]
negated conditional → KILLED

-
35 +35 - + -

1.1
Location : <init>
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:publish()]
removed call to java/util/stream/Stream::forEach → KILLED

+

1.1
Location : <init>
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:propagateStaticData()]
removed call to java/util/stream/Stream::forEach → KILLED

-
36 +36 - + -

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:publish()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/util/Dependencies::lambda$null$1 → KILLED

+

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:propagateStaticData()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/util/Dependencies::lambda$null$1 → KILLED

-
52 +52 - + -

1.1
Location : lambda$publish$3
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:inapplicableResults()]
replaced boolean return with true for com/mastercard/test/flow/util/Dependencies::lambda$publish$3 → KILLED

2.2
Location : lambda$publish$3
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:publish()]
replaced boolean return with false for com/mastercard/test/flow/util/Dependencies::lambda$publish$3 → KILLED

+

1.1
Location : lambda$publish$3
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:inapplicableResults()]
replaced boolean return with true for com/mastercard/test/flow/util/Dependencies::lambda$publish$3 → KILLED

2.2
Location : lambda$publish$3
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:propagateStaticData()]
replaced boolean return with false for com/mastercard/test/flow/util/Dependencies::lambda$publish$3 → KILLED

-
53 +53 - + -

1.1
Location : lambda$publish$4
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:inapplicableResults()]
replaced boolean return with true for com/mastercard/test/flow/util/Dependencies::lambda$publish$4 → KILLED

2.2
Location : lambda$publish$4
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:publish()]
replaced boolean return with false for com/mastercard/test/flow/util/Dependencies::lambda$publish$4 → KILLED

+

1.1
Location : lambda$publish$4
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:inapplicableResults()]
replaced boolean return with true for com/mastercard/test/flow/util/Dependencies::lambda$publish$4 → KILLED

2.2
Location : lambda$publish$4
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:propagateStaticData()]
replaced boolean return with false for com/mastercard/test/flow/util/Dependencies::lambda$publish$4 → KILLED

-
62 +62 - + -

1.1
Location : publish
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:publish()]
removed call to java/util/Optional::ifPresent → KILLED

+

1.1
Location : publish
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:propagateStaticData()]
removed call to java/util/Optional::ifPresent → KILLED

-
65 +65 - +

1.1
Location : publish
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:publish()]
replaced return value with null for com/mastercard/test/flow/util/Dependencies::publish → KILLED

-
89 +89 - +

1.1
Location : propagateStaticData
Killed by : com.mastercard.test.flow.util.DependenciesTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.DependenciesTest]/[method:propagateStaticData()]
removed call to java/util/stream/Stream::forEach → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Flows.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Flows.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Flows.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Flows.java.html index 40b852e808..c7b9e46548 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Flows.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Flows.java.html @@ -15,12 +15,12 @@

Flows.java

-
+ 1 - + @@ -30,12 +30,12 @@

Flows.java

- + 2 - + @@ -45,12 +45,12 @@

Flows.java

- + 3 - + @@ -60,12 +60,12 @@

Flows.java

- + 4 - + @@ -75,12 +75,12 @@

Flows.java

- + 5 - + @@ -90,12 +90,12 @@

Flows.java

- + 6 - + @@ -105,12 +105,12 @@

Flows.java

- + 7 - + @@ -120,12 +120,12 @@

Flows.java

- + 8 - + @@ -135,12 +135,12 @@

Flows.java

- + 9 - + @@ -150,12 +150,12 @@

Flows.java

- + 10 - + @@ -165,12 +165,12 @@

Flows.java

- + 11 - + @@ -180,12 +180,12 @@

Flows.java

- + 12 - + @@ -195,12 +195,12 @@

Flows.java

- + 13 - + @@ -210,12 +210,12 @@

Flows.java

- + 14 - + @@ -225,12 +225,12 @@

Flows.java

- + 15 - + @@ -240,12 +240,12 @@

Flows.java

- + 16 - + @@ -255,12 +255,12 @@

Flows.java

- + 17 - + @@ -270,12 +270,12 @@

Flows.java

- + 18 - + @@ -285,12 +285,12 @@

Flows.java

- + 19 - + @@ -300,12 +300,12 @@

Flows.java

- + 20 - + @@ -315,12 +315,12 @@

Flows.java

- + 21 - + @@ -330,12 +330,12 @@

Flows.java

- + 22 - + @@ -345,12 +345,12 @@

Flows.java

- + 23 - + @@ -360,12 +360,12 @@

Flows.java

- + 24 - + @@ -375,12 +375,12 @@

Flows.java

- + 25 - + @@ -390,12 +390,12 @@

Flows.java

- + 26 - + @@ -405,12 +405,12 @@

Flows.java

- + 27 - + @@ -420,12 +420,12 @@

Flows.java

- + 28 - + @@ -435,12 +435,12 @@

Flows.java

- + 29 - + @@ -450,12 +450,12 @@

Flows.java

- + 30 - + @@ -465,12 +465,12 @@

Flows.java

- + 31 - + @@ -480,12 +480,12 @@

Flows.java

- + 32 - + @@ -495,12 +495,12 @@

Flows.java

- + 33 - + @@ -510,12 +510,12 @@

Flows.java

- + 34 - + @@ -525,12 +525,12 @@

Flows.java

- + 35 - + @@ -540,12 +540,12 @@

Flows.java

- + 36 - + @@ -555,12 +555,12 @@

Flows.java

- + 37 -1 +1 1. lambda$static$0 : replaced return value with "" for com/mastercard/test/flow/util/Flows::lambda$static$0 → KILLED
@@ -572,12 +572,12 @@

Flows.java

- + 38 - +
@@ -587,12 +587,12 @@

Flows.java

- + 39 - + @@ -602,12 +602,12 @@

Flows.java

- + 40 - + @@ -617,12 +617,12 @@

Flows.java

- + 41 - + @@ -632,12 +632,12 @@

Flows.java

- + 42 - + @@ -647,12 +647,12 @@

Flows.java

- + 43 - + @@ -662,12 +662,12 @@

Flows.java

- + 44 - + @@ -677,12 +677,12 @@

Flows.java

- + 45 - + @@ -692,12 +692,12 @@

Flows.java

- + 46 - + @@ -707,12 +707,12 @@

Flows.java

- + 47 - + @@ -722,12 +722,12 @@

Flows.java

- + 48 -1 +1 1. lambda$ancestors$1 : replaced return value with null for com/mastercard/test/flow/util/Flows::lambda$ancestors$1 → KILLED
@@ -739,12 +739,12 @@

Flows.java

- + 49 - +
@@ -754,12 +754,12 @@

Flows.java

- + 50 - + @@ -769,12 +769,12 @@

Flows.java

- + 51 - + @@ -784,12 +784,12 @@

Flows.java

- + 52 - + @@ -799,12 +799,12 @@

Flows.java

- + 53 -3 +3 1. hasNext : replaced boolean return with true for com/mastercard/test/flow/util/Flows$1::hasNext → TIMED_OUT
2. hasNext : negated conditional → KILLED
@@ -818,12 +818,12 @@

Flows.java

- + 54 - +
@@ -833,12 +833,12 @@

Flows.java

- + 55 - + @@ -848,12 +848,12 @@

Flows.java

- + 56 - + @@ -863,12 +863,12 @@

Flows.java

- + 57 - + @@ -878,12 +878,12 @@

Flows.java

- + 58 - + @@ -893,12 +893,12 @@

Flows.java

- + 59 - + @@ -908,12 +908,12 @@

Flows.java

- + 60 -1 +1 1. next : replaced return value with null for com/mastercard/test/flow/util/Flows$1::next → KILLED
@@ -925,12 +925,12 @@

Flows.java

- + 61 - +
@@ -940,12 +940,12 @@

Flows.java

- + 62 - + @@ -955,12 +955,12 @@

Flows.java

- + 63 - + @@ -970,12 +970,12 @@

Flows.java

- + 64 -1 +1 1. ancestors : replaced return value with Stream.empty for com/mastercard/test/flow/util/Flows::ancestors → KILLED
@@ -987,12 +987,12 @@

Flows.java

- + 65 - +
@@ -1002,12 +1002,12 @@

Flows.java

- + 66 - + @@ -1017,12 +1017,12 @@

Flows.java

- + 67 - + @@ -1032,12 +1032,12 @@

Flows.java

- + 68 - + @@ -1047,12 +1047,12 @@

Flows.java

- + 69 - + @@ -1062,12 +1062,12 @@

Flows.java

- + 70 - + @@ -1077,12 +1077,12 @@

Flows.java

- + 71 - + @@ -1092,12 +1092,12 @@

Flows.java

- + 72 - + @@ -1107,12 +1107,12 @@

Flows.java

- + 73 - + @@ -1122,12 +1122,12 @@

Flows.java

- + 74 - + @@ -1137,12 +1137,12 @@

Flows.java

- + 75 -1 +1 1. interactions : replaced return value with Stream.empty for com/mastercard/test/flow/util/Flows::interactions → KILLED
@@ -1154,12 +1154,12 @@

Flows.java

- + 76 - +
@@ -1169,12 +1169,12 @@

Flows.java

- + 77 - + @@ -1184,12 +1184,12 @@

Flows.java

- + 78 - + @@ -1199,12 +1199,12 @@

Flows.java

- + 79 - + @@ -1214,12 +1214,12 @@

Flows.java

- + 80 - + @@ -1229,12 +1229,12 @@

Flows.java

- + 81 - + @@ -1244,12 +1244,12 @@

Flows.java

- + 82 - + @@ -1259,12 +1259,12 @@

Flows.java

- + 83 - + @@ -1274,12 +1274,12 @@

Flows.java

- + 84 - + @@ -1289,12 +1289,12 @@

Flows.java

- + 85 - + @@ -1304,12 +1304,12 @@

Flows.java

- + 86 - + @@ -1319,12 +1319,12 @@

Flows.java

- + 87 - + @@ -1334,12 +1334,12 @@

Flows.java

- + 88 -1 +1 1. find : replaced return value with Optional.empty for com/mastercard/test/flow/util/Flows::find → KILLED
@@ -1351,12 +1351,12 @@

Flows.java

- + 89 - +
@@ -1366,12 +1366,12 @@

Flows.java

- + 90 - + @@ -1381,12 +1381,12 @@

Flows.java

- + 91 - + @@ -1396,12 +1396,12 @@

Flows.java

- + 92 - + @@ -1411,12 +1411,12 @@

Flows.java

- + 93 - + @@ -1426,12 +1426,12 @@

Flows.java

- + 94 - + @@ -1441,12 +1441,12 @@

Flows.java

- + 95 - + @@ -1456,12 +1456,12 @@

Flows.java

- + 96 - + @@ -1471,12 +1471,12 @@

Flows.java

- + 97 - + @@ -1486,12 +1486,12 @@

Flows.java

- + 98 - + @@ -1501,12 +1501,12 @@

Flows.java

- + 99 - + @@ -1516,12 +1516,12 @@

Flows.java

- + 100 - + @@ -1531,12 +1531,12 @@

Flows.java

- + 101 - + @@ -1546,12 +1546,12 @@

Flows.java

- + 102 -2 +2 1. lambda$get$2 : replaced return value with null for com/mastercard/test/flow/util/Flows::lambda$get$2 → KILLED
2. get : replaced return value with null for com/mastercard/test/flow/util/Flows::get → KILLED
@@ -1564,12 +1564,12 @@

Flows.java

- + 103 - +
@@ -1579,12 +1579,12 @@

Flows.java

- + 104 - + @@ -1594,12 +1594,12 @@

Flows.java

- + 105 - + @@ -1609,12 +1609,12 @@

Flows.java

- + 106 - + @@ -1624,12 +1624,12 @@

Flows.java

- + 107 - + @@ -1639,12 +1639,12 @@

Flows.java

- + 108 - + @@ -1654,12 +1654,12 @@

Flows.java

- + 109 - + @@ -1669,12 +1669,12 @@

Flows.java

- + 110 - + @@ -1684,12 +1684,12 @@

Flows.java

- + 111 - + @@ -1699,12 +1699,12 @@

Flows.java

- + 112 - + @@ -1714,12 +1714,12 @@

Flows.java

- + 113 - + @@ -1729,12 +1729,12 @@

Flows.java

- + 114 -1 +1 1. descendents : replaced return value with Stream.empty for com/mastercard/test/flow/util/Flows::descendents → KILLED
@@ -1746,12 +1746,12 @@

Flows.java

- + 115 - +
@@ -1761,12 +1761,12 @@

Flows.java

- + 116 - + @@ -1776,12 +1776,12 @@

Flows.java

- + 117 - + @@ -1791,12 +1791,12 @@

Flows.java

- + 118 -1 +1 1. gatherInteractions : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1808,12 +1808,12 @@

Flows.java

- + 119 - +
@@ -1823,12 +1823,12 @@

Flows.java

- + 120 - + @@ -1838,12 +1838,12 @@

Flows.java

- + 121 - + @@ -1853,12 +1853,12 @@

Flows.java

- + 122 -1 +1 1. gatherInteractions : replaced return value with Collections.emptyList for com/mastercard/test/flow/util/Flows::gatherInteractions → KILLED
@@ -1870,12 +1870,12 @@

Flows.java

- + 123 - +
@@ -1885,12 +1885,12 @@

Flows.java

- + 124 - + @@ -1900,12 +1900,12 @@

Flows.java

- + 125 - + @@ -1915,12 +1915,12 @@

Flows.java

- + 126 - + @@ -1930,12 +1930,12 @@

Flows.java

- + 127 - + @@ -1945,12 +1945,12 @@

Flows.java

- + 128 - + @@ -1960,12 +1960,12 @@

Flows.java

- + 129 - + @@ -1975,12 +1975,12 @@

Flows.java

- + 130 - + @@ -1990,12 +1990,12 @@

Flows.java

- + 131 - + @@ -2005,12 +2005,12 @@

Flows.java

- + 132 - + @@ -2020,12 +2020,12 @@

Flows.java

- + 133 -1 +1 1. transmissions : replaced return value with Collections.emptyList for com/mastercard/test/flow/util/Flows::transmissions → KILLED
@@ -2037,12 +2037,12 @@

Flows.java

- + 134 - +
@@ -2052,12 +2052,12 @@

Flows.java

- + 135 - + @@ -2067,12 +2067,12 @@

Flows.java

- + 136 - + @@ -2082,12 +2082,12 @@

Flows.java

- + 137 - + @@ -2097,12 +2097,12 @@

Flows.java

- + 138 - + @@ -2112,12 +2112,12 @@

Flows.java

- + 139 - + @@ -2127,12 +2127,12 @@

Flows.java

- + 140 - + @@ -2142,12 +2142,12 @@

Flows.java

- + 141 - + @@ -2157,12 +2157,12 @@

Flows.java

- + 142 - + @@ -2172,12 +2172,12 @@

Flows.java

- + 143 - + @@ -2187,12 +2187,12 @@

Flows.java

- + 144 - + @@ -2202,12 +2202,12 @@

Flows.java

- + 145 - + @@ -2217,12 +2217,12 @@

Flows.java

- + 146 - + @@ -2232,12 +2232,12 @@

Flows.java

- + 147 -2 +2 1. lambda$transmissions$4 : Replaced integer addition with subtraction → KILLED
2. transmissions : removed call to java/util/stream/Stream::forEach → KILLED
@@ -2250,12 +2250,12 @@

Flows.java

- + 148 - +
@@ -2265,12 +2265,12 @@

Flows.java

- + 149 -1 +1 1. transmissions : replaced return value with Collections.emptyList for com/mastercard/test/flow/util/Flows::transmissions → KILLED
@@ -2282,12 +2282,12 @@

Flows.java

- + 150 - +
@@ -2297,12 +2297,12 @@

Flows.java

- + 151 - + @@ -2312,12 +2312,12 @@

Flows.java

- + 152 - + @@ -2327,12 +2327,12 @@

Flows.java

- + 153 - + @@ -2342,12 +2342,12 @@

Flows.java

- + 154 - + @@ -2357,12 +2357,12 @@

Flows.java

- + 155 - + @@ -2372,12 +2372,12 @@

Flows.java

- + 156 - + @@ -2387,12 +2387,12 @@

Flows.java

- + 157 - + @@ -2402,12 +2402,12 @@

Flows.java

- + 158 - + @@ -2417,12 +2417,12 @@

Flows.java

- + 159 - + @@ -2432,12 +2432,12 @@

Flows.java

- + 160 - + @@ -2447,12 +2447,12 @@

Flows.java

- + 161 -2 +2 1. intersects : replaced boolean return with false for com/mastercard/test/flow/util/Flows::intersects → KILLED
2. intersects : replaced boolean return with true for com/mastercard/test/flow/util/Flows::intersects → KILLED
@@ -2465,12 +2465,12 @@

Flows.java

- + 162 -2 +2 1. lambda$intersects$5 : replaced boolean return with true for com/mastercard/test/flow/util/Flows::lambda$intersects$5 → KILLED
2. lambda$intersects$5 : negated conditional → KILLED
@@ -2483,12 +2483,12 @@

Flows.java

- + 163 -1 +1 1. lambda$intersects$5 : negated conditional → KILLED
@@ -2500,12 +2500,12 @@

Flows.java

- + 164 - +
@@ -2515,12 +2515,12 @@

Flows.java

- + 165 - +
@@ -2530,12 +2530,12 @@

Flows.java

- + 166 - +
@@ -2545,12 +2545,12 @@

Flows.java

- + 167 - + @@ -2560,12 +2560,12 @@

Flows.java

- + 168 - + @@ -2575,12 +2575,12 @@

Flows.java

- + 169 - + @@ -2590,12 +2590,12 @@

Flows.java

- + 170 - + @@ -2605,12 +2605,12 @@

Flows.java

- + 171 - + @@ -2620,12 +2620,12 @@

Flows.java

- + 172 - + @@ -2635,12 +2635,12 @@

Flows.java

- + 173 - + @@ -2650,12 +2650,12 @@

Flows.java

- + 174 - + @@ -2665,12 +2665,12 @@

Flows.java

- + 175 -2 +2 1. intersects : replaced boolean return with false for com/mastercard/test/flow/util/Flows::intersects → KILLED
2. intersects : replaced boolean return with true for com/mastercard/test/flow/util/Flows::intersects → KILLED
@@ -2683,12 +2683,12 @@

Flows.java

- + 176 - +
@@ -2698,12 +2698,12 @@

Flows.java

- + 177 - + @@ -2713,12 +2713,12 @@

Flows.java

- + 178 - + @@ -2728,12 +2728,12 @@

Flows.java

- + 179 - + @@ -2743,12 +2743,12 @@

Flows.java

- + 180 - + @@ -2758,12 +2758,12 @@

Flows.java

- + 181 - + @@ -2773,12 +2773,12 @@

Flows.java

- + 182 - + @@ -2788,12 +2788,12 @@

Flows.java

- + 183 - + @@ -2803,12 +2803,12 @@

Flows.java

- + 184 - + @@ -2818,12 +2818,12 @@

Flows.java

- + 185 - + @@ -2833,12 +2833,12 @@

Flows.java

- + 186 - + @@ -2848,12 +2848,12 @@

Flows.java

- + 187 -1 +1 1. structure : negated conditional → KILLED
@@ -2865,12 +2865,12 @@

Flows.java

- + 188 -1 +1 1. structure : replaced return value with "" for com/mastercard/test/flow/util/Flows::structure → KILLED
@@ -2882,12 +2882,12 @@

Flows.java

- + 189 - +
@@ -2897,12 +2897,12 @@

Flows.java

- + 190 - +
@@ -2912,12 +2912,12 @@

Flows.java

- + 191 - + @@ -2927,12 +2927,12 @@

Flows.java

- + 192 - + @@ -2942,12 +2942,12 @@

Flows.java

- + 193 - + @@ -2957,12 +2957,12 @@

Flows.java

- + 194 - + @@ -2972,12 +2972,12 @@

Flows.java

- + 195 -1 +1 1. structure : replaced return value with "" for com/mastercard/test/flow/util/Flows::structure → KILLED
@@ -2989,12 +2989,12 @@

Flows.java

- + 196 - +
@@ -3004,12 +3004,12 @@

Flows.java

- + 197 - + @@ -3019,12 +3019,12 @@

Flows.java

- + 198 - + @@ -3034,12 +3034,12 @@

Flows.java

- + 199 - + @@ -3049,12 +3049,12 @@

Flows.java

- + 200 - + @@ -3064,12 +3064,12 @@

Flows.java

- + 201 - + @@ -3079,12 +3079,12 @@

Flows.java

- + 202 - + @@ -3094,12 +3094,12 @@

Flows.java

- + 203 - + @@ -3109,12 +3109,12 @@

Flows.java

- + 204 - + @@ -3124,12 +3124,12 @@

Flows.java

- + 205 - + @@ -3139,12 +3139,12 @@

Flows.java

- + 206 - + @@ -3154,12 +3154,12 @@

Flows.java

- + 207 - + @@ -3169,12 +3169,12 @@

Flows.java

- + 208 -1 +1 1. dependencies : removed call to java/util/stream/Stream::forEach → KILLED
@@ -3186,12 +3186,12 @@

Flows.java

- + 209 - +
@@ -3201,12 +3201,12 @@

Flows.java

- + 210 - + @@ -3216,12 +3216,12 @@

Flows.java

- + 211 -1 +1 1. lambda$dependencies$7 : removed call to java/util/Optional::ifPresent → KILLED
@@ -3233,12 +3233,12 @@

Flows.java

- + 212 - +
@@ -3248,12 +3248,12 @@

Flows.java

- + 213 - + @@ -3263,12 +3263,12 @@

Flows.java

- + 214 - + @@ -3278,12 +3278,12 @@

Flows.java

- + 215 -1 +1 1. dependencies : replaced return value with Collections.emptyList for com/mastercard/test/flow/util/Flows::dependencies → KILLED
@@ -3295,12 +3295,12 @@

Flows.java

- + 216 - +
@@ -3310,12 +3310,12 @@

Flows.java

- + 217 - + @@ -3327,241 +3327,241 @@

Flows.java

Mutations

-37 +37 - +

1.1
Location : lambda$static$0
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:order()]
replaced return value with "" for com/mastercard/test/flow/util/Flows::lambda$static$0 → KILLED

-
48 +48 - +

1.1
Location : lambda$ancestors$1
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:ancestorLoop()]
replaced return value with null for com/mastercard/test/flow/util/Flows::lambda$ancestors$1 → KILLED

-
53 +53 - +

1.1
Location : hasNext
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:ancestorLoop()]
negated conditional → KILLED

2.2
Location : hasNext
Killed by :
replaced boolean return with true for com/mastercard/test/flow/util/Flows$1::hasNext → TIMED_OUT

3.3
Location : hasNext
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:ancestorLoop()]
negated conditional → KILLED

-
60 +60 - +

1.1
Location : next
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:ancestorLoop()]
replaced return value with null for com/mastercard/test/flow/util/Flows$1::next → KILLED

-
64 +64 - +

1.1
Location : ancestors
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:ancestorLoop()]
replaced return value with Stream.empty for com/mastercard/test/flow/util/Flows::ancestors → KILLED

-
75 +75 - +

1.1
Location : interactions
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:interactions()]
replaced return value with Stream.empty for com/mastercard/test/flow/util/Flows::interactions → KILLED

-
88 +88 - + -

1.1
Location : find
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:get()]
replaced return value with Optional.empty for com/mastercard/test/flow/util/Flows::find → KILLED

+

1.1
Location : find
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:find()]
replaced return value with Optional.empty for com/mastercard/test/flow/util/Flows::find → KILLED

-
102 +102 - +

1.1
Location : lambda$get$2
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:get()]
replaced return value with null for com/mastercard/test/flow/util/Flows::lambda$get$2 → KILLED

2.2
Location : get
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:get()]
replaced return value with null for com/mastercard/test/flow/util/Flows::get → KILLED

-
114 +114 - +

1.1
Location : descendents
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:interactions()]
replaced return value with Stream.empty for com/mastercard/test/flow/util/Flows::descendents → KILLED

-
118 +118 - +

1.1
Location : gatherInteractions
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:interactions()]
removed call to java/util/stream/Stream::forEach → KILLED

-
122 +122 - +

1.1
Location : gatherInteractions
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:interactions()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/util/Flows::gatherInteractions → KILLED

-
133 +133 - +

1.1
Location : transmissions
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/util/Flows::transmissions → KILLED

-
147 +147 - +

1.1
Location : lambda$transmissions$4
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
Replaced integer addition with subtraction → KILLED

2.2
Location : transmissions
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
removed call to java/util/stream/Stream::forEach → KILLED

-
149 +149 - +

1.1
Location : transmissions
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/util/Flows::transmissions → KILLED

-
161 +161 - +

1.1
Location : intersects
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:intersects()]
replaced boolean return with false for com/mastercard/test/flow/util/Flows::intersects → KILLED

2.2
Location : intersects
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:intersects()]
replaced boolean return with true for com/mastercard/test/flow/util/Flows::intersects → KILLED

-
162 +162 - +

1.1
Location : lambda$intersects$5
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:intersects()]
replaced boolean return with true for com/mastercard/test/flow/util/Flows::lambda$intersects$5 → KILLED

2.2
Location : lambda$intersects$5
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:intersects()]
negated conditional → KILLED

-
163 +163 - +

1.1
Location : lambda$intersects$5
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:intersects()]
negated conditional → KILLED

-
175 +175 - +

1.1
Location : intersects
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:intersects()]
replaced boolean return with false for com/mastercard/test/flow/util/Flows::intersects → KILLED

2.2
Location : intersects
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:intersects()]
replaced boolean return with true for com/mastercard/test/flow/util/Flows::intersects → KILLED

-
187 +187 - +

1.1
Location : structure
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:structure()]
negated conditional → KILLED

-
188 +188 - +

1.1
Location : structure
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:structure()]
replaced return value with "" for com/mastercard/test/flow/util/Flows::structure → KILLED

-
195 +195 - +

1.1
Location : structure
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:structure()]
replaced return value with "" for com/mastercard/test/flow/util/Flows::structure → KILLED

-
208 +208 - +

1.1
Location : dependencies
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:dependencies()]
removed call to java/util/stream/Stream::forEach → KILLED

-
211 +211 - +

1.1
Location : lambda$dependencies$7
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:dependencies()]
removed call to java/util/Optional::ifPresent → KILLED

-
215 +215 - +

1.1
Location : dependencies
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:dependencies()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/util/Flows::dependencies → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/InteractionPredicate.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/InteractionPredicate.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.util/InteractionPredicate.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.util/InteractionPredicate.java.html index 3036ae6ae1..6100df443f 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/InteractionPredicate.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/InteractionPredicate.java.html @@ -15,12 +15,12 @@

InteractionPredicate.java

-
+ 1 - + @@ -30,12 +30,12 @@

InteractionPredicate.java

- + 2 - + @@ -45,12 +45,12 @@

InteractionPredicate.java

- + 3 - + @@ -60,12 +60,12 @@

InteractionPredicate.java

- + 4 - + @@ -75,12 +75,12 @@

InteractionPredicate.java

- + 5 - + @@ -90,12 +90,12 @@

InteractionPredicate.java

- + 6 - + @@ -105,12 +105,12 @@

InteractionPredicate.java

- + 7 - + @@ -120,12 +120,12 @@

InteractionPredicate.java

- + 8 - + @@ -135,12 +135,12 @@

InteractionPredicate.java

- + 9 - + @@ -150,12 +150,12 @@

InteractionPredicate.java

- + 10 - + @@ -165,12 +165,12 @@

InteractionPredicate.java

- + 11 - + @@ -180,12 +180,12 @@

InteractionPredicate.java

- + 12 - + @@ -195,12 +195,12 @@

InteractionPredicate.java

- + 13 - + @@ -210,12 +210,12 @@

InteractionPredicate.java

- + 14 - + @@ -225,12 +225,12 @@

InteractionPredicate.java

- + 15 - + @@ -240,12 +240,12 @@

InteractionPredicate.java

- + 16 - + @@ -255,12 +255,12 @@

InteractionPredicate.java

- + 17 - + @@ -270,12 +270,12 @@

InteractionPredicate.java

- + 18 - + @@ -285,12 +285,12 @@

InteractionPredicate.java

- + 19 - + @@ -300,12 +300,12 @@

InteractionPredicate.java

- + 20 - + @@ -315,12 +315,12 @@

InteractionPredicate.java

- + 21 - + @@ -330,12 +330,12 @@

InteractionPredicate.java

- + 22 - + @@ -345,12 +345,12 @@

InteractionPredicate.java

- + 23 - + @@ -360,12 +360,12 @@

InteractionPredicate.java

- + 24 - + @@ -375,12 +375,12 @@

InteractionPredicate.java

- + 25 - + @@ -390,12 +390,12 @@

InteractionPredicate.java

- + 26 - + @@ -405,12 +405,12 @@

InteractionPredicate.java

- + 27 - + @@ -420,12 +420,12 @@

InteractionPredicate.java

- + 28 - + @@ -435,12 +435,12 @@

InteractionPredicate.java

- + 29 - + @@ -450,12 +450,12 @@

InteractionPredicate.java

- + 30 - + @@ -465,12 +465,12 @@

InteractionPredicate.java

- + 31 - + @@ -480,12 +480,12 @@

InteractionPredicate.java

- + 32 - + @@ -495,12 +495,12 @@

InteractionPredicate.java

- + 33 - + @@ -510,12 +510,12 @@

InteractionPredicate.java

- + 34 - + @@ -525,12 +525,12 @@

InteractionPredicate.java

- + 35 - + @@ -540,12 +540,12 @@

InteractionPredicate.java

- + 36 - + @@ -555,12 +555,12 @@

InteractionPredicate.java

- + 37 - + @@ -570,12 +570,12 @@

InteractionPredicate.java

- + 38 - + @@ -585,12 +585,12 @@

InteractionPredicate.java

- + 39 - + @@ -600,12 +600,12 @@

InteractionPredicate.java

- + 40 - + @@ -615,12 +615,12 @@

InteractionPredicate.java

- + 41 - + @@ -630,12 +630,12 @@

InteractionPredicate.java

- + 42 - + @@ -645,12 +645,12 @@

InteractionPredicate.java

- + 43 - + @@ -660,12 +660,12 @@

InteractionPredicate.java

- + 44 - + @@ -675,12 +675,12 @@

InteractionPredicate.java

- + 45 - + @@ -690,12 +690,12 @@

InteractionPredicate.java

- + 46 - + @@ -705,12 +705,12 @@

InteractionPredicate.java

- + 47 - + @@ -720,12 +720,12 @@

InteractionPredicate.java

- + 48 - + @@ -735,12 +735,12 @@

InteractionPredicate.java

- + 49 - + @@ -750,12 +750,12 @@

InteractionPredicate.java

- + 50 - + @@ -765,12 +765,12 @@

InteractionPredicate.java

- + 51 - + @@ -780,12 +780,12 @@

InteractionPredicate.java

- + 52 - + @@ -795,12 +795,12 @@

InteractionPredicate.java

- + 53 - + @@ -810,12 +810,12 @@

InteractionPredicate.java

- + 54 - + @@ -825,12 +825,12 @@

InteractionPredicate.java

- + 55 - + @@ -840,12 +840,12 @@

InteractionPredicate.java

- + 56 - + @@ -855,12 +855,12 @@

InteractionPredicate.java

- + 57 - + @@ -870,12 +870,12 @@

InteractionPredicate.java

- + 58 - + @@ -885,12 +885,12 @@

InteractionPredicate.java

- + 59 - + @@ -900,12 +900,12 @@

InteractionPredicate.java

- + 60 - + @@ -915,12 +915,12 @@

InteractionPredicate.java

- + 61 -1 +1 1. from : replaced return value with null for com/mastercard/test/flow/util/InteractionPredicate::from → KILLED
@@ -932,12 +932,12 @@

InteractionPredicate.java

- + 62 - +
@@ -947,12 +947,12 @@

InteractionPredicate.java

- + 63 - + @@ -962,12 +962,12 @@

InteractionPredicate.java

- + 64 - + @@ -977,12 +977,12 @@

InteractionPredicate.java

- + 65 - + @@ -992,12 +992,12 @@

InteractionPredicate.java

- + 66 - + @@ -1007,12 +1007,12 @@

InteractionPredicate.java

- + 67 - + @@ -1022,12 +1022,12 @@

InteractionPredicate.java

- + 68 - + @@ -1037,12 +1037,12 @@

InteractionPredicate.java

- + 69 - + @@ -1052,12 +1052,12 @@

InteractionPredicate.java

- + 70 - + @@ -1067,12 +1067,12 @@

InteractionPredicate.java

- + 71 - + @@ -1082,12 +1082,12 @@

InteractionPredicate.java

- + 72 - + @@ -1097,12 +1097,12 @@

InteractionPredicate.java

- + 73 - + @@ -1112,12 +1112,12 @@

InteractionPredicate.java

- + 74 - + @@ -1127,12 +1127,12 @@

InteractionPredicate.java

- + 75 -1 +1 1. to : replaced return value with null for com/mastercard/test/flow/util/InteractionPredicate::to → KILLED
@@ -1144,12 +1144,12 @@

InteractionPredicate.java

- + 76 - +
@@ -1159,12 +1159,12 @@

InteractionPredicate.java

- + 77 - + @@ -1174,12 +1174,12 @@

InteractionPredicate.java

- + 78 - + @@ -1189,12 +1189,12 @@

InteractionPredicate.java

- + 79 - + @@ -1204,12 +1204,12 @@

InteractionPredicate.java

- + 80 - + @@ -1219,12 +1219,12 @@

InteractionPredicate.java

- + 81 - + @@ -1234,12 +1234,12 @@

InteractionPredicate.java

- + 82 - + @@ -1249,12 +1249,12 @@

InteractionPredicate.java

- + 83 - + @@ -1264,12 +1264,12 @@

InteractionPredicate.java

- + 84 - + @@ -1279,12 +1279,12 @@

InteractionPredicate.java

- + 85 - + @@ -1294,12 +1294,12 @@

InteractionPredicate.java

- + 86 - + @@ -1309,12 +1309,12 @@

InteractionPredicate.java

- + 87 - + @@ -1324,12 +1324,12 @@

InteractionPredicate.java

- + 88 -1 +1 1. with : replaced return value with null for com/mastercard/test/flow/util/InteractionPredicate::with → KILLED
@@ -1341,12 +1341,12 @@

InteractionPredicate.java

- + 89 - +
@@ -1356,12 +1356,12 @@

InteractionPredicate.java

- + 90 - + @@ -1371,12 +1371,12 @@

InteractionPredicate.java

- + 91 - + @@ -1386,12 +1386,12 @@

InteractionPredicate.java

- + 92 - + @@ -1401,12 +1401,12 @@

InteractionPredicate.java

- + 93 - + @@ -1416,12 +1416,12 @@

InteractionPredicate.java

- + 94 - + @@ -1431,12 +1431,12 @@

InteractionPredicate.java

- + 95 - + @@ -1446,12 +1446,12 @@

InteractionPredicate.java

- + 96 - + @@ -1461,12 +1461,12 @@

InteractionPredicate.java

- + 97 - + @@ -1476,12 +1476,12 @@

InteractionPredicate.java

- + 98 - + @@ -1491,12 +1491,12 @@

InteractionPredicate.java

- + 99 - + @@ -1506,12 +1506,12 @@

InteractionPredicate.java

- + 100 - + @@ -1521,12 +1521,12 @@

InteractionPredicate.java

- + 101 -1 +1 1. without : replaced return value with null for com/mastercard/test/flow/util/InteractionPredicate::without → KILLED
@@ -1538,12 +1538,12 @@

InteractionPredicate.java

- + 102 - +
@@ -1553,12 +1553,12 @@

InteractionPredicate.java

- + 103 - + @@ -1568,12 +1568,12 @@

InteractionPredicate.java

- + 104 - + @@ -1583,12 +1583,12 @@

InteractionPredicate.java

- + 105 - + @@ -1598,12 +1598,12 @@

InteractionPredicate.java

- + 106 - + @@ -1613,12 +1613,12 @@

InteractionPredicate.java

- + 107 -1 +1 1. test : negated conditional → KILLED
@@ -1630,12 +1630,12 @@

InteractionPredicate.java

- + 108 -1 +1 1. test : Replaced bitwise AND with OR → KILLED
@@ -1647,12 +1647,12 @@

InteractionPredicate.java

- + 109 - +
@@ -1662,12 +1662,12 @@

InteractionPredicate.java

- + 110 -1 +1 1. test : negated conditional → KILLED
@@ -1679,12 +1679,12 @@

InteractionPredicate.java

- + 111 -1 +1 1. test : Replaced bitwise AND with OR → KILLED
@@ -1696,12 +1696,12 @@

InteractionPredicate.java

- + 112 - +
@@ -1711,12 +1711,12 @@

InteractionPredicate.java

- + 113 -1 +1 1. test : negated conditional → KILLED
@@ -1728,12 +1728,12 @@

InteractionPredicate.java

- + 114 -1 +1 1. test : Replaced bitwise AND with OR → KILLED
@@ -1745,12 +1745,12 @@

InteractionPredicate.java

- + 115 - +
@@ -1760,12 +1760,12 @@

InteractionPredicate.java

- + 116 -1 +1 1. test : negated conditional → KILLED
@@ -1777,12 +1777,12 @@

InteractionPredicate.java

- + 117 -1 +1 1. test : Replaced bitwise AND with OR → KILLED
@@ -1794,12 +1794,12 @@

InteractionPredicate.java

- + 118 - +
@@ -1809,12 +1809,12 @@

InteractionPredicate.java

- + 119 -2 +2 1. test : replaced boolean return with true for com/mastercard/test/flow/util/InteractionPredicate::test → KILLED
2. test : replaced boolean return with false for com/mastercard/test/flow/util/InteractionPredicate::test → KILLED
@@ -1827,12 +1827,12 @@

InteractionPredicate.java

- + 120 - +
@@ -1842,12 +1842,12 @@

InteractionPredicate.java

- + 121 - +
@@ -1857,12 +1857,12 @@

InteractionPredicate.java

- + 122 - +
@@ -1872,12 +1872,12 @@

InteractionPredicate.java

- + 123 - +
@@ -1887,12 +1887,12 @@

InteractionPredicate.java

- + 124 - +
@@ -1902,12 +1902,12 @@

InteractionPredicate.java

- + 125 -1 +1 1. toString : negated conditional → KILLED
@@ -1919,12 +1919,12 @@

InteractionPredicate.java

- + 126 - +
@@ -1934,12 +1934,12 @@

InteractionPredicate.java

- + 127 - + @@ -1949,12 +1949,12 @@

InteractionPredicate.java

- + 128 -1 +1 1. toString : negated conditional → KILLED
@@ -1966,12 +1966,12 @@

InteractionPredicate.java

- + 129 - +
@@ -1981,12 +1981,12 @@

InteractionPredicate.java

- + 130 - + @@ -1996,12 +1996,12 @@

InteractionPredicate.java

- + 131 -1 +1 1. toString : negated conditional → KILLED
@@ -2013,12 +2013,12 @@

InteractionPredicate.java

- + 132 - +
@@ -2028,12 +2028,12 @@

InteractionPredicate.java

- + 133 - + @@ -2043,12 +2043,12 @@

InteractionPredicate.java

- + 134 -1 +1 1. toString : negated conditional → KILLED
@@ -2060,12 +2060,12 @@

InteractionPredicate.java

- + 135 - +
@@ -2075,12 +2075,12 @@

InteractionPredicate.java

- + 136 - + @@ -2090,12 +2090,12 @@

InteractionPredicate.java

- + 137 - + @@ -2105,12 +2105,12 @@

InteractionPredicate.java

- + 138 -1 +1 1. toString : negated conditional → KILLED
@@ -2122,12 +2122,12 @@

InteractionPredicate.java

- + 139 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/util/InteractionPredicate::toString → KILLED
@@ -2139,12 +2139,12 @@

InteractionPredicate.java

- + 140 - +
@@ -2154,12 +2154,12 @@

InteractionPredicate.java

- + 141 - +
@@ -2169,12 +2169,12 @@

InteractionPredicate.java

- + 142 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/util/InteractionPredicate::toString → KILLED
@@ -2186,12 +2186,12 @@

InteractionPredicate.java

- + 143 - +
@@ -2201,12 +2201,12 @@

InteractionPredicate.java

- + 144 - + @@ -2218,201 +2218,201 @@

InteractionPredicate.java

Mutations

-61 +61 - +

1.1
Location : from
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:from()]
replaced return value with null for com/mastercard/test/flow/util/InteractionPredicate::from → KILLED

-
75 +75 - +

1.1
Location : to
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:to()]
replaced return value with null for com/mastercard/test/flow/util/InteractionPredicate::to → KILLED

-
88 +88 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:with()]
replaced return value with null for com/mastercard/test/flow/util/InteractionPredicate::with → KILLED

-
101 +101 - +

1.1
Location : without
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:without()]
replaced return value with null for com/mastercard/test/flow/util/InteractionPredicate::without → KILLED

-
107 +107 - +

1.1
Location : test
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:empty()]
negated conditional → KILLED

-
108 +108 - +

1.1
Location : test
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:from()]
Replaced bitwise AND with OR → KILLED

-
110 +110 - +

1.1
Location : test
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:empty()]
negated conditional → KILLED

-
111 +111 - +

1.1
Location : test
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:to()]
Replaced bitwise AND with OR → KILLED

-
113 +113 - +

1.1
Location : test
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:empty()]
negated conditional → KILLED

-
114 +114 - +

1.1
Location : test
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:with()]
Replaced bitwise AND with OR → KILLED

-
116 +116 - +

1.1
Location : test
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:empty()]
negated conditional → KILLED

-
117 +117 - +

1.1
Location : test
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:without()]
Replaced bitwise AND with OR → KILLED

-
119 +119 - +

1.1
Location : test
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:without()]
replaced boolean return with true for com/mastercard/test/flow/util/InteractionPredicate::test → KILLED

2.2
Location : test
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:empty()]
replaced boolean return with false for com/mastercard/test/flow/util/InteractionPredicate::test → KILLED

-
125 +125 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:empty()]
negated conditional → KILLED

-
128 +128 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:empty()]
negated conditional → KILLED

-
131 +131 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:empty()]
negated conditional → KILLED

-
134 +134 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:empty()]
negated conditional → KILLED

-
138 +138 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:empty()]
negated conditional → KILLED

-
139 +139 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:empty()]
replaced return value with "" for com/mastercard/test/flow/util/InteractionPredicate::toString → KILLED

-
142 +142 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.util.InteractionPredicateTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.InteractionPredicateTest]/[method:without()]
replaced return value with "" for com/mastercard/test/flow/util/InteractionPredicate::toString → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Option.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Option.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Option.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Option.java.html index e366027512..d335455c05 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Option.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Option.java.html @@ -15,12 +15,12 @@

Option.java

-
+ 1 - + @@ -30,12 +30,12 @@

Option.java

- + 2 - + @@ -45,12 +45,12 @@

Option.java

- + 3 - + @@ -60,12 +60,12 @@

Option.java

- + 4 - + @@ -75,12 +75,12 @@

Option.java

- + 5 - + @@ -90,12 +90,12 @@

Option.java

- + 6 - + @@ -105,12 +105,12 @@

Option.java

- + 7 - + @@ -120,12 +120,12 @@

Option.java

- + 8 - + @@ -135,12 +135,12 @@

Option.java

- + 9 - + @@ -150,12 +150,12 @@

Option.java

- + 10 - + @@ -165,12 +165,12 @@

Option.java

- + 11 - + @@ -180,12 +180,12 @@

Option.java

- + 12 - + @@ -195,12 +195,12 @@

Option.java

- + 13 - + @@ -210,12 +210,12 @@

Option.java

- + 14 - + @@ -225,12 +225,12 @@

Option.java

- + 15 - + @@ -240,12 +240,12 @@

Option.java

- + 16 - + @@ -255,12 +255,12 @@

Option.java

- + 17 - + @@ -270,12 +270,12 @@

Option.java

- + 18 - + @@ -285,12 +285,12 @@

Option.java

- + 19 - + @@ -300,12 +300,12 @@

Option.java

- + 20 - + @@ -315,12 +315,12 @@

Option.java

- + 21 - + @@ -330,12 +330,12 @@

Option.java

- + 22 - + @@ -345,12 +345,12 @@

Option.java

- + 23 - + @@ -360,12 +360,12 @@

Option.java

- + 24 - + @@ -375,12 +375,12 @@

Option.java

- + 25 - + @@ -390,12 +390,12 @@

Option.java

- + 26 - + @@ -405,12 +405,12 @@

Option.java

- + 27 - + @@ -420,12 +420,12 @@

Option.java

- + 28 - + @@ -435,12 +435,12 @@

Option.java

- + 29 - + @@ -450,12 +450,12 @@

Option.java

- + 30 - + @@ -465,12 +465,12 @@

Option.java

- + 31 - + @@ -480,12 +480,12 @@

Option.java

- + 32 - + @@ -495,12 +495,12 @@

Option.java

- + 33 - + @@ -510,12 +510,12 @@

Option.java

- + 34 - + @@ -525,12 +525,12 @@

Option.java

- + 35 - + @@ -540,12 +540,12 @@

Option.java

- + 36 - + @@ -555,12 +555,12 @@

Option.java

- + 37 - + @@ -570,12 +570,12 @@

Option.java

- + 38 -1 +1 1. defaultValue : replaced return value with "" for com/mastercard/test/flow/util/Option::defaultValue → KILLED
@@ -587,12 +587,12 @@

Option.java

- + 39 - +
@@ -602,12 +602,12 @@

Option.java

- + 40 - + @@ -617,12 +617,12 @@

Option.java

- + 41 - + @@ -632,12 +632,12 @@

Option.java

- + 42 - + @@ -647,12 +647,12 @@

Option.java

- + 43 - + @@ -662,12 +662,12 @@

Option.java

- + 44 - + @@ -677,12 +677,12 @@

Option.java

- + 45 - + @@ -692,12 +692,12 @@

Option.java

- + 46 - + @@ -707,12 +707,12 @@

Option.java

- + 47 - + @@ -722,12 +722,12 @@

Option.java

- + 48 -1 +1 1. value : replaced return value with "" for com/mastercard/test/flow/util/Option::value → KILLED
@@ -739,12 +739,12 @@

Option.java

- + 49 - +
@@ -754,12 +754,12 @@

Option.java

- + 50 - + @@ -769,12 +769,12 @@

Option.java

- + 51 - + @@ -784,12 +784,12 @@

Option.java

- + 52 - + @@ -799,12 +799,12 @@

Option.java

- + 53 - + @@ -814,12 +814,12 @@

Option.java

- + 54 - + @@ -829,12 +829,12 @@

Option.java

- + 55 - + @@ -844,12 +844,12 @@

Option.java

- + 56 - + @@ -859,12 +859,12 @@

Option.java

- + 57 - + @@ -874,12 +874,12 @@

Option.java

- + 58 - + @@ -889,12 +889,12 @@

Option.java

- + 59 - + @@ -904,12 +904,12 @@

Option.java

- + 60 -1 +1 1. orElse : replaced return value with "" for com/mastercard/test/flow/util/Option::orElse → KILLED
@@ -921,12 +921,12 @@

Option.java

- + 61 - +
@@ -936,12 +936,12 @@

Option.java

- + 62 - + @@ -951,12 +951,12 @@

Option.java

- + 63 - + @@ -966,12 +966,12 @@

Option.java

- + 64 - + @@ -981,12 +981,12 @@

Option.java

- + 65 - + @@ -996,12 +996,12 @@

Option.java

- + 66 - + @@ -1011,12 +1011,12 @@

Option.java

- + 67 - + @@ -1026,12 +1026,12 @@

Option.java

- + 68 - + @@ -1041,12 +1041,12 @@

Option.java

- + 69 -1 +1 1. clear : replaced return value with "" for com/mastercard/test/flow/util/Option::clear → KILLED
@@ -1058,12 +1058,12 @@

Option.java

- + 70 - +
@@ -1073,12 +1073,12 @@

Option.java

- + 71 - + @@ -1088,12 +1088,12 @@

Option.java

- + 72 - + @@ -1103,12 +1103,12 @@

Option.java

- + 73 - + @@ -1118,12 +1118,12 @@

Option.java

- + 74 - + @@ -1133,12 +1133,12 @@

Option.java

- + 75 - + @@ -1148,12 +1148,12 @@

Option.java

- + 76 - + @@ -1163,12 +1163,12 @@

Option.java

- + 77 - + @@ -1178,12 +1178,12 @@

Option.java

- + 78 - + @@ -1193,12 +1193,12 @@

Option.java

- + 79 -1 +1 1. set : negated conditional → KILLED
@@ -1210,12 +1210,12 @@

Option.java

- + 80 -1 +1 1. set : replaced return value with "" for com/mastercard/test/flow/util/Option::set → KILLED
@@ -1227,12 +1227,12 @@

Option.java

- + 81 - +
@@ -1242,12 +1242,12 @@

Option.java

- + 82 -1 +1 1. set : replaced return value with "" for com/mastercard/test/flow/util/Option::set → KILLED
@@ -1259,12 +1259,12 @@

Option.java

- + 83 - +
@@ -1274,12 +1274,12 @@

Option.java

- + 84 - +
@@ -1289,12 +1289,12 @@

Option.java

- + 85 - + @@ -1304,12 +1304,12 @@

Option.java

- + 86 - + @@ -1319,12 +1319,12 @@

Option.java

- + 87 - + @@ -1334,12 +1334,12 @@

Option.java

- + 88 - + @@ -1349,12 +1349,12 @@

Option.java

- + 89 - + @@ -1364,12 +1364,12 @@

Option.java

- + 90 - + @@ -1379,12 +1379,12 @@

Option.java

- + 91 - + @@ -1394,12 +1394,12 @@

Option.java

- + 92 -2 +2 1. isTrue : replaced boolean return with false for com/mastercard/test/flow/util/Option::isTrue → KILLED
2. isTrue : replaced boolean return with true for com/mastercard/test/flow/util/Option::isTrue → KILLED
@@ -1412,12 +1412,12 @@

Option.java

- + 93 - +
@@ -1427,12 +1427,12 @@

Option.java

- + 94 - + @@ -1442,12 +1442,12 @@

Option.java

- + 95 - + @@ -1457,12 +1457,12 @@

Option.java

- + 96 - + @@ -1472,12 +1472,12 @@

Option.java

- + 97 - + @@ -1487,12 +1487,12 @@

Option.java

- + 98 - + @@ -1502,12 +1502,12 @@

Option.java

- + 99 - + @@ -1517,12 +1517,12 @@

Option.java

- + 100 - + @@ -1532,12 +1532,12 @@

Option.java

- + 101 - + @@ -1547,12 +1547,12 @@

Option.java

- + 102 - + @@ -1562,12 +1562,12 @@

Option.java

- + 103 -1 +1 1. asInt : replaced int return with 0 for com/mastercard/test/flow/util/Option::asInt → KILLED
@@ -1579,12 +1579,12 @@

Option.java

- + 104 - +
@@ -1594,12 +1594,12 @@

Option.java

- + 105 - + @@ -1609,12 +1609,12 @@

Option.java

- + 106 -1 +1 1. asInt : replaced int return with 0 for com/mastercard/test/flow/util/Option::asInt → KILLED
@@ -1626,12 +1626,12 @@

Option.java

- + 107 - +
@@ -1641,12 +1641,12 @@

Option.java

- + 108 - + @@ -1656,12 +1656,12 @@

Option.java

- + 109 - + @@ -1671,12 +1671,12 @@

Option.java

- + 110 - + @@ -1686,12 +1686,12 @@

Option.java

- + 111 - + @@ -1701,12 +1701,12 @@

Option.java

- + 112 - + @@ -1716,12 +1716,12 @@

Option.java

- + 113 - + @@ -1731,12 +1731,12 @@

Option.java

- + 114 - + @@ -1746,12 +1746,12 @@

Option.java

- + 115 - + @@ -1761,12 +1761,12 @@

Option.java

- + 116 - + @@ -1776,12 +1776,12 @@

Option.java

- + 117 -1 +1 1. asList : replaced return value with Stream.empty for com/mastercard/test/flow/util/Option::asList → KILLED
@@ -1793,12 +1793,12 @@

Option.java

- + 118 -1 +1 1. lambda$asList$0 : replaced return value with Stream.empty for com/mastercard/test/flow/util/Option::lambda$asList$0 → KILLED
@@ -1810,12 +1810,12 @@

Option.java

- + 119 - +
@@ -1825,12 +1825,12 @@

Option.java

- + 120 - +
@@ -1840,12 +1840,12 @@

Option.java

- + 121 - + @@ -1855,12 +1855,12 @@

Option.java

- + 122 - + @@ -1870,12 +1870,12 @@

Option.java

- + 123 - + @@ -1885,12 +1885,12 @@

Option.java

- + 124 - + @@ -1900,12 +1900,12 @@

Option.java

- + 125 - + @@ -1915,12 +1915,12 @@

Option.java

- + 126 - + @@ -1930,12 +1930,12 @@

Option.java

- + 127 - + @@ -1945,12 +1945,12 @@

Option.java

- + 128 -1 +1 1. asList : replaced return value with Stream.empty for com/mastercard/test/flow/util/Option::asList → KILLED
@@ -1962,12 +1962,12 @@

Option.java

- + 129 - +
@@ -1977,12 +1977,12 @@

Option.java

- + 130 - + @@ -1992,12 +1992,12 @@

Option.java

- + 131 - + @@ -2007,12 +2007,12 @@

Option.java

- + 132 - + @@ -2022,12 +2022,12 @@

Option.java

- + 133 - + @@ -2037,12 +2037,12 @@

Option.java

- + 134 - + @@ -2052,12 +2052,12 @@

Option.java

- + 135 - + @@ -2067,12 +2067,12 @@

Option.java

- + 136 - + @@ -2082,12 +2082,12 @@

Option.java

- + 137 - + @@ -2097,12 +2097,12 @@

Option.java

- + 138 - + @@ -2112,12 +2112,12 @@

Option.java

- + 139 -1 +1 1. commandLineArgument : replaced return value with "" for com/mastercard/test/flow/util/Option::commandLineArgument → KILLED
@@ -2129,12 +2129,12 @@

Option.java

- + 140 -1 +1 1. lambda$commandLineArgument$1 : replaced return value with "" for com/mastercard/test/flow/util/Option::lambda$commandLineArgument$1 → KILLED
@@ -2146,12 +2146,12 @@

Option.java

- + 141 - +
@@ -2161,12 +2161,12 @@

Option.java

- + 142 - +
@@ -2176,12 +2176,12 @@

Option.java

- + 143 - + @@ -2191,12 +2191,12 @@

Option.java

- + 144 - + @@ -2206,12 +2206,12 @@

Option.java

- + 145 - + @@ -2221,12 +2221,12 @@

Option.java

- + 146 - + @@ -2236,12 +2236,12 @@

Option.java

- + 147 - + @@ -2251,12 +2251,12 @@

Option.java

- + 148 - + @@ -2266,12 +2266,12 @@

Option.java

- + 149 - + @@ -2281,12 +2281,12 @@

Option.java

- + 150 - + @@ -2296,12 +2296,12 @@

Option.java

- + 151 - + @@ -2311,12 +2311,12 @@

Option.java

- + 152 - + @@ -2326,12 +2326,12 @@

Option.java

- + 153 -1 +1 1. temporarily : replaced return value with null for com/mastercard/test/flow/util/Option::temporarily → KILLED
@@ -2343,12 +2343,12 @@

Option.java

- + 154 - +
@@ -2358,12 +2358,12 @@

Option.java

- + 155 - + @@ -2373,12 +2373,12 @@

Option.java

- + 156 - + @@ -2388,12 +2388,12 @@

Option.java

- + 157 - + @@ -2403,12 +2403,12 @@

Option.java

- + 158 - + @@ -2418,12 +2418,12 @@

Option.java

- + 159 - + @@ -2433,12 +2433,12 @@

Option.java

- + 160 - + @@ -2448,12 +2448,12 @@

Option.java

- + 161 - + @@ -2463,12 +2463,12 @@

Option.java

- + 162 - + @@ -2478,12 +2478,12 @@

Option.java

- + 163 - + @@ -2493,12 +2493,12 @@

Option.java

- + 164 - + @@ -2508,12 +2508,12 @@

Option.java

- + 165 - + @@ -2523,12 +2523,12 @@

Option.java

- + 166 - + @@ -2538,12 +2538,12 @@

Option.java

- + 167 - + @@ -2553,12 +2553,12 @@

Option.java

- + 168 - + @@ -2568,12 +2568,12 @@

Option.java

- + 169 - + @@ -2583,12 +2583,12 @@

Option.java

- + 170 - + @@ -2598,12 +2598,12 @@

Option.java

- + 171 - + @@ -2613,12 +2613,12 @@

Option.java

- + 172 - + @@ -2628,12 +2628,12 @@

Option.java

- + 173 - + @@ -2643,12 +2643,12 @@

Option.java

- + 174 - + @@ -2658,12 +2658,12 @@

Option.java

- + 175 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/util/Option$Builder::name → KILLED
@@ -2675,12 +2675,12 @@

Option.java

- + 176 - +
@@ -2690,12 +2690,12 @@

Option.java

- + 177 - + @@ -2705,12 +2705,12 @@

Option.java

- + 178 - + @@ -2720,12 +2720,12 @@

Option.java

- + 179 - + @@ -2735,12 +2735,12 @@

Option.java

- + 180 - + @@ -2750,12 +2750,12 @@

Option.java

- + 181 - + @@ -2765,12 +2765,12 @@

Option.java

- + 182 - + @@ -2780,12 +2780,12 @@

Option.java

- + 183 - + @@ -2795,12 +2795,12 @@

Option.java

- + 184 - + @@ -2810,12 +2810,12 @@

Option.java

- + 185 - + @@ -2825,12 +2825,12 @@

Option.java

- + 186 -1 +1 1. name : replaced return value with null for com/mastercard/test/flow/util/Option$Builder::name → KILLED
@@ -2842,12 +2842,12 @@

Option.java

- + 187 - +
@@ -2857,12 +2857,12 @@

Option.java

- + 188 - + @@ -2872,12 +2872,12 @@

Option.java

- + 189 - + @@ -2887,12 +2887,12 @@

Option.java

- + 190 - + @@ -2902,12 +2902,12 @@

Option.java

- + 191 -1 +1 1. description : replaced return value with "" for com/mastercard/test/flow/util/Option$Builder::description → KILLED
@@ -2919,12 +2919,12 @@

Option.java

- + 192 - +
@@ -2934,12 +2934,12 @@

Option.java

- + 193 - + @@ -2949,12 +2949,12 @@

Option.java

- + 194 - + @@ -2964,12 +2964,12 @@

Option.java

- + 195 - + @@ -2979,12 +2979,12 @@

Option.java

- + 196 - + @@ -2994,12 +2994,12 @@

Option.java

- + 197 - + @@ -3009,12 +3009,12 @@

Option.java

- + 198 - + @@ -3024,12 +3024,12 @@

Option.java

- + 199 - + @@ -3039,12 +3039,12 @@

Option.java

- + 200 - + @@ -3054,12 +3054,12 @@

Option.java

- + 201 - + @@ -3069,12 +3069,12 @@

Option.java

- + 202 -1 +1 1. description : replaced return value with null for com/mastercard/test/flow/util/Option$Builder::description → KILLED
@@ -3086,12 +3086,12 @@

Option.java

- + 203 - +
@@ -3101,12 +3101,12 @@

Option.java

- + 204 - + @@ -3116,12 +3116,12 @@

Option.java

- + 205 - + @@ -3131,12 +3131,12 @@

Option.java

- + 206 - + @@ -3146,12 +3146,12 @@

Option.java

- + 207 -1 +1 1. property : replaced return value with "" for com/mastercard/test/flow/util/Option$Builder::property → KILLED
@@ -3163,12 +3163,12 @@

Option.java

- + 208 - +
@@ -3178,12 +3178,12 @@

Option.java

- + 209 - + @@ -3193,12 +3193,12 @@

Option.java

- + 210 - + @@ -3208,12 +3208,12 @@

Option.java

- + 211 - + @@ -3223,12 +3223,12 @@

Option.java

- + 212 - + @@ -3238,12 +3238,12 @@

Option.java

- + 213 - + @@ -3253,12 +3253,12 @@

Option.java

- + 214 - + @@ -3268,12 +3268,12 @@

Option.java

- + 215 - + @@ -3283,12 +3283,12 @@

Option.java

- + 216 - + @@ -3298,12 +3298,12 @@

Option.java

- + 217 - + @@ -3313,12 +3313,12 @@

Option.java

- + 218 -1 +1 1. property : replaced return value with null for com/mastercard/test/flow/util/Option$Builder::property → KILLED
@@ -3330,12 +3330,12 @@

Option.java

- + 219 - +
@@ -3345,12 +3345,12 @@

Option.java

- + 220 - + @@ -3360,12 +3360,12 @@

Option.java

- + 221 - + @@ -3375,12 +3375,12 @@

Option.java

- + 222 - + @@ -3390,12 +3390,12 @@

Option.java

- + 223 -1 +1 1. defaultValue : replaced return value with "" for com/mastercard/test/flow/util/Option$Builder::defaultValue → KILLED
@@ -3407,12 +3407,12 @@

Option.java

- + 224 - +
@@ -3422,12 +3422,12 @@

Option.java

- + 225 - + @@ -3437,12 +3437,12 @@

Option.java

- + 226 - + @@ -3452,12 +3452,12 @@

Option.java

- + 227 - + @@ -3467,12 +3467,12 @@

Option.java

- + 228 - + @@ -3482,12 +3482,12 @@

Option.java

- + 229 - + @@ -3497,12 +3497,12 @@

Option.java

- + 230 - + @@ -3512,12 +3512,12 @@

Option.java

- + 231 - + @@ -3527,12 +3527,12 @@

Option.java

- + 232 - + @@ -3542,12 +3542,12 @@

Option.java

- + 233 - + @@ -3557,12 +3557,12 @@

Option.java

- + 234 -1 +1 1. defaultValue : replaced return value with null for com/mastercard/test/flow/util/Option$Builder::defaultValue → KILLED
@@ -3574,12 +3574,12 @@

Option.java

- + 235 - +
@@ -3589,12 +3589,12 @@

Option.java

- + 236 - + @@ -3604,12 +3604,12 @@

Option.java

- + 237 - + @@ -3621,241 +3621,241 @@

Option.java

Mutations

-38 +38 - +

1.1
Location : defaultValue
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:clear()]
replaced return value with "" for com/mastercard/test/flow/util/Option::defaultValue → KILLED

-
48 +48 - +

1.1
Location : value
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:clear()]
replaced return value with "" for com/mastercard/test/flow/util/Option::value → KILLED

-
60 +60 - +

1.1
Location : orElse
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:orElse()]
replaced return value with "" for com/mastercard/test/flow/util/Option::orElse → KILLED

-
69 +69 - +

1.1
Location : clear
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:clear()]
replaced return value with "" for com/mastercard/test/flow/util/Option::clear → KILLED

-
79 +79 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:clear()]
negated conditional → KILLED

-
80 +80 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:set()]
replaced return value with "" for com/mastercard/test/flow/util/Option::set → KILLED

-
82 +82 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:set()]
replaced return value with "" for com/mastercard/test/flow/util/Option::set → KILLED

-
92 +92 - +

1.1
Location : isTrue
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:isTrue()]
replaced boolean return with false for com/mastercard/test/flow/util/Option::isTrue → KILLED

2.2
Location : isTrue
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:isTrue()]
replaced boolean return with true for com/mastercard/test/flow/util/Option::isTrue → KILLED

-
103 +103 - +

1.1
Location : asInt
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:asInt()]
replaced int return with 0 for com/mastercard/test/flow/util/Option::asInt → KILLED

-
106 +106 - +

1.1
Location : asInt
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:asInt()]
replaced int return with 0 for com/mastercard/test/flow/util/Option::asInt → KILLED

-
117 +117 - +

1.1
Location : asList
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:asList()]
replaced return value with Stream.empty for com/mastercard/test/flow/util/Option::asList → KILLED

-
118 +118 - +

1.1
Location : lambda$asList$0
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:asList()]
replaced return value with Stream.empty for com/mastercard/test/flow/util/Option::lambda$asList$0 → KILLED

-
128 +128 - +

1.1
Location : asList
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:asList()]
replaced return value with Stream.empty for com/mastercard/test/flow/util/Option::asList → KILLED

-
139 +139 - +

1.1
Location : commandLineArgument
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:commandLineArgument()]
replaced return value with "" for com/mastercard/test/flow/util/Option::commandLineArgument → KILLED

-
140 +140 - +

1.1
Location : lambda$commandLineArgument$1
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:commandLineArgument()]
replaced return value with "" for com/mastercard/test/flow/util/Option::lambda$commandLineArgument$1 → KILLED

-
153 +153 - +

1.1
Location : temporarily
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:temporarily()]
replaced return value with null for com/mastercard/test/flow/util/Option::temporarily → KILLED

-
175 +175 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:builder()]
replaced return value with "" for com/mastercard/test/flow/util/Option$Builder::name → KILLED

-
186 +186 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:builder()]
replaced return value with null for com/mastercard/test/flow/util/Option$Builder::name → KILLED

-
191 +191 - +

1.1
Location : description
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:builder()]
replaced return value with "" for com/mastercard/test/flow/util/Option$Builder::description → KILLED

-
202 +202 - +

1.1
Location : description
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:builder()]
replaced return value with null for com/mastercard/test/flow/util/Option$Builder::description → KILLED

-
207 +207 - +

1.1
Location : property
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:builder()]
replaced return value with "" for com/mastercard/test/flow/util/Option$Builder::property → KILLED

-
218 +218 - +

1.1
Location : property
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:builder()]
replaced return value with null for com/mastercard/test/flow/util/Option$Builder::property → KILLED

-
223 +223 - +

1.1
Location : defaultValue
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:builder()]
replaced return value with "" for com/mastercard/test/flow/util/Option$Builder::defaultValue → KILLED

-
234 +234 - +

1.1
Location : defaultValue
Killed by : com.mastercard.test.flow.util.OptionTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.OptionTest]/[method:builder()]
replaced return value with null for com/mastercard/test/flow/util/Option$Builder::defaultValue → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/TaggedGroup.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/TaggedGroup.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.util/TaggedGroup.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.util/TaggedGroup.java.html index a6758eb805..8eaf1fa5ff 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/TaggedGroup.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/TaggedGroup.java.html @@ -15,12 +15,12 @@

TaggedGroup.java

-
+ 1 - + @@ -30,12 +30,12 @@

TaggedGroup.java

- + 2 - + @@ -45,12 +45,12 @@

TaggedGroup.java

- + 3 - + @@ -60,12 +60,12 @@

TaggedGroup.java

- + 4 - + @@ -75,12 +75,12 @@

TaggedGroup.java

- + 5 - + @@ -90,12 +90,12 @@

TaggedGroup.java

- + 6 - + @@ -105,12 +105,12 @@

TaggedGroup.java

- + 7 - + @@ -120,12 +120,12 @@

TaggedGroup.java

- + 8 - + @@ -135,12 +135,12 @@

TaggedGroup.java

- + 9 - + @@ -150,12 +150,12 @@

TaggedGroup.java

- + 10 - + @@ -165,12 +165,12 @@

TaggedGroup.java

- + 11 - + @@ -180,12 +180,12 @@

TaggedGroup.java

- + 12 - + @@ -195,12 +195,12 @@

TaggedGroup.java

- + 13 - + @@ -210,12 +210,12 @@

TaggedGroup.java

- + 14 - + @@ -225,12 +225,12 @@

TaggedGroup.java

- + 15 - + @@ -240,12 +240,12 @@

TaggedGroup.java

- + 16 - + @@ -255,12 +255,12 @@

TaggedGroup.java

- + 17 - + @@ -270,12 +270,12 @@

TaggedGroup.java

- + 18 - + @@ -285,12 +285,12 @@

TaggedGroup.java

- + 19 - + @@ -300,12 +300,12 @@

TaggedGroup.java

- + 20 - + @@ -315,12 +315,12 @@

TaggedGroup.java

- + 21 - + @@ -330,12 +330,12 @@

TaggedGroup.java

- + 22 - + @@ -345,12 +345,12 @@

TaggedGroup.java

- + 23 - + @@ -360,12 +360,12 @@

TaggedGroup.java

- + 24 - + @@ -375,12 +375,12 @@

TaggedGroup.java

- + 25 - + @@ -390,12 +390,12 @@

TaggedGroup.java

- + 26 - + @@ -405,12 +405,12 @@

TaggedGroup.java

- + 27 - + @@ -420,12 +420,12 @@

TaggedGroup.java

- + 28 - + @@ -435,12 +435,12 @@

TaggedGroup.java

- + 29 - + @@ -450,12 +450,12 @@

TaggedGroup.java

- + 30 - + @@ -465,12 +465,12 @@

TaggedGroup.java

- + 31 - + @@ -480,12 +480,12 @@

TaggedGroup.java

- + 32 - + @@ -495,12 +495,12 @@

TaggedGroup.java

- + 33 - + @@ -510,12 +510,12 @@

TaggedGroup.java

- + 34 - + @@ -525,12 +525,12 @@

TaggedGroup.java

- + 35 - + @@ -540,12 +540,12 @@

TaggedGroup.java

- + 36 - + @@ -555,12 +555,12 @@

TaggedGroup.java

- + 37 - + @@ -570,12 +570,12 @@

TaggedGroup.java

- + 38 - + @@ -585,12 +585,12 @@

TaggedGroup.java

- + 39 - + @@ -600,12 +600,12 @@

TaggedGroup.java

- + 40 - + @@ -615,12 +615,12 @@

TaggedGroup.java

- + 41 - + @@ -630,12 +630,12 @@

TaggedGroup.java

- + 42 - + @@ -645,12 +645,12 @@

TaggedGroup.java

- + 43 - + @@ -660,12 +660,12 @@

TaggedGroup.java

- + 44 - + @@ -675,12 +675,12 @@

TaggedGroup.java

- + 45 - + @@ -690,12 +690,12 @@

TaggedGroup.java

- + 46 - + @@ -705,12 +705,12 @@

TaggedGroup.java

- + 47 - + @@ -720,12 +720,12 @@

TaggedGroup.java

- + 48 - + @@ -735,12 +735,12 @@

TaggedGroup.java

- + 49 - + @@ -750,12 +750,12 @@

TaggedGroup.java

- + 50 - + @@ -765,12 +765,12 @@

TaggedGroup.java

- + 51 - + @@ -780,12 +780,12 @@

TaggedGroup.java

- + 52 - + @@ -795,12 +795,12 @@

TaggedGroup.java

- + 53 - + @@ -810,12 +810,12 @@

TaggedGroup.java

- + 54 - + @@ -825,12 +825,12 @@

TaggedGroup.java

- + 55 - + @@ -840,12 +840,12 @@

TaggedGroup.java

- + 56 -1 +1 1. union : negated conditional → KILLED
@@ -857,12 +857,12 @@

TaggedGroup.java

- + 57 - +
@@ -872,12 +872,12 @@

TaggedGroup.java

- + 58 - + @@ -887,12 +887,12 @@

TaggedGroup.java

- + 59 - + @@ -902,12 +902,12 @@

TaggedGroup.java

- + 60 - + @@ -917,12 +917,12 @@

TaggedGroup.java

- + 61 - + @@ -932,12 +932,12 @@

TaggedGroup.java

- + 62 -1 +1 1. union : replaced return value with null for com/mastercard/test/flow/util/TaggedGroup::union → KILLED
@@ -949,12 +949,12 @@

TaggedGroup.java

- + 63 - +
@@ -964,12 +964,12 @@

TaggedGroup.java

- + 64 - + @@ -979,12 +979,12 @@

TaggedGroup.java

- + 65 - + @@ -994,12 +994,12 @@

TaggedGroup.java

- + 66 - + @@ -1009,12 +1009,12 @@

TaggedGroup.java

- + 67 - + @@ -1024,12 +1024,12 @@

TaggedGroup.java

- + 68 - + @@ -1039,12 +1039,12 @@

TaggedGroup.java

- + 69 - + @@ -1054,12 +1054,12 @@

TaggedGroup.java

- + 70 - + @@ -1069,12 +1069,12 @@

TaggedGroup.java

- + 71 - + @@ -1084,12 +1084,12 @@

TaggedGroup.java

- + 72 - + @@ -1099,12 +1099,12 @@

TaggedGroup.java

- + 73 - + @@ -1114,12 +1114,12 @@

TaggedGroup.java

- + 74 - + @@ -1129,12 +1129,12 @@

TaggedGroup.java

- + 75 -2 +2 1. matches : negated conditional → KILLED
2. matches : replaced boolean return with true for com/mastercard/test/flow/util/TaggedGroup::matches → KILLED
@@ -1147,12 +1147,12 @@

TaggedGroup.java

- + 76 -1 +1 1. matches : negated conditional → KILLED
@@ -1164,12 +1164,12 @@

TaggedGroup.java

- + 77 - +
@@ -1179,12 +1179,12 @@

TaggedGroup.java

- + 78 - +
@@ -1194,12 +1194,12 @@

TaggedGroup.java

- + 79 - + @@ -1209,12 +1209,12 @@

TaggedGroup.java

- + 80 - + @@ -1224,12 +1224,12 @@

TaggedGroup.java

- + 81 - + @@ -1239,12 +1239,12 @@

TaggedGroup.java

- + 82 - + @@ -1254,12 +1254,12 @@

TaggedGroup.java

- + 83 - + @@ -1269,12 +1269,12 @@

TaggedGroup.java

- + 84 - + @@ -1284,12 +1284,12 @@

TaggedGroup.java

- + 85 -1 +1 1. intersection : replaced return value with Stream.empty for com/mastercard/test/flow/util/TaggedGroup::intersection → KILLED
@@ -1301,12 +1301,12 @@

TaggedGroup.java

- + 86 - +
@@ -1316,12 +1316,12 @@

TaggedGroup.java

- + 87 - + @@ -1331,12 +1331,12 @@

TaggedGroup.java

- + 88 - + @@ -1346,12 +1346,12 @@

TaggedGroup.java

- + 89 - + @@ -1361,12 +1361,12 @@

TaggedGroup.java

- + 90 - + @@ -1376,12 +1376,12 @@

TaggedGroup.java

- + 91 - + @@ -1391,12 +1391,12 @@

TaggedGroup.java

- + 92 - + @@ -1406,12 +1406,12 @@

TaggedGroup.java

- + 93 - + @@ -1421,12 +1421,12 @@

TaggedGroup.java

- + 94 -1 +1 1. union : replaced return value with Stream.empty for com/mastercard/test/flow/util/TaggedGroup::union → KILLED
@@ -1438,12 +1438,12 @@

TaggedGroup.java

- + 95 - +
@@ -1453,12 +1453,12 @@

TaggedGroup.java

- + 96 - + @@ -1468,12 +1468,12 @@

TaggedGroup.java

- + 97 - + @@ -1483,12 +1483,12 @@

TaggedGroup.java

- + 98 - + @@ -1498,12 +1498,12 @@

TaggedGroup.java

- + 99 - + @@ -1513,12 +1513,12 @@

TaggedGroup.java

- + 100 - + @@ -1528,12 +1528,12 @@

TaggedGroup.java

- + 101 - + @@ -1543,12 +1543,12 @@

TaggedGroup.java

- + 102 - + @@ -1558,12 +1558,12 @@

TaggedGroup.java

- + 103 - + @@ -1573,12 +1573,12 @@

TaggedGroup.java

- + 104 - + @@ -1588,12 +1588,12 @@

TaggedGroup.java

- + 105 - + @@ -1603,12 +1603,12 @@

TaggedGroup.java

- + 106 -1 +1 1. combine : replaced return value with null for com/mastercard/test/flow/util/TaggedGroup::combine → KILLED
@@ -1620,12 +1620,12 @@

TaggedGroup.java

- + 107 - +
@@ -1635,12 +1635,12 @@

TaggedGroup.java

- + 108 - + @@ -1650,12 +1650,12 @@

TaggedGroup.java

- + 109 - + @@ -1665,12 +1665,12 @@

TaggedGroup.java

- + 110 - + @@ -1680,12 +1680,12 @@

TaggedGroup.java

- + 111 - + @@ -1695,12 +1695,12 @@

TaggedGroup.java

- + 112 - + @@ -1710,12 +1710,12 @@

TaggedGroup.java

- + 113 - + @@ -1725,12 +1725,12 @@

TaggedGroup.java

- + 114 - + @@ -1740,12 +1740,12 @@

TaggedGroup.java

- + 115 -3 +3 1. isEmpty : negated conditional → KILLED
2. isEmpty : negated conditional → KILLED
@@ -1759,12 +1759,12 @@

TaggedGroup.java

- + 116 - +
@@ -1774,12 +1774,12 @@

TaggedGroup.java

- + 117 - + @@ -1789,12 +1789,12 @@

TaggedGroup.java

- + 118 - + @@ -1804,12 +1804,12 @@

TaggedGroup.java

- + 119 - + @@ -1819,12 +1819,12 @@

TaggedGroup.java

- + 120 - + @@ -1834,12 +1834,12 @@

TaggedGroup.java

- + 121 - + @@ -1849,12 +1849,12 @@

TaggedGroup.java

- + 122 - + @@ -1864,12 +1864,12 @@

TaggedGroup.java

- + 123 - + @@ -1879,12 +1879,12 @@

TaggedGroup.java

- + 124 - + @@ -1894,12 +1894,12 @@

TaggedGroup.java

- + 125 -2 +2 1. contains : replaced boolean return with true for com/mastercard/test/flow/util/TaggedGroup::contains → KILLED
2. contains : replaced boolean return with false for com/mastercard/test/flow/util/TaggedGroup::contains → KILLED
@@ -1912,12 +1912,12 @@

TaggedGroup.java

- + 126 - +
@@ -1927,12 +1927,12 @@

TaggedGroup.java

- + 127 - + @@ -1942,12 +1942,12 @@

TaggedGroup.java

- + 128 - + @@ -1957,12 +1957,12 @@

TaggedGroup.java

- + 129 - + @@ -1972,12 +1972,12 @@

TaggedGroup.java

- + 130 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/util/TaggedGroup::toString → KILLED
@@ -1989,12 +1989,12 @@

TaggedGroup.java

- + 131 - +
@@ -2004,12 +2004,12 @@

TaggedGroup.java

- + 132 - + @@ -2021,101 +2021,101 @@

TaggedGroup.java

Mutations

-56 +56 - +

1.1
Location : union
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:combine()]
negated conditional → KILLED

-
62 +62 - +

1.1
Location : union
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:combine()]
replaced return value with null for com/mastercard/test/flow/util/TaggedGroup::union → KILLED

-
75 +75 - +

1.1
Location : matches
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:matches()]
negated conditional → KILLED

2.2
Location : matches
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:matches()]
replaced boolean return with true for com/mastercard/test/flow/util/TaggedGroup::matches → KILLED

-
76 +76 - +

1.1
Location : matches
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:matches()]
negated conditional → KILLED

-
85 +85 - +

1.1
Location : intersection
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:intersection()]
replaced return value with Stream.empty for com/mastercard/test/flow/util/TaggedGroup::intersection → KILLED

-
94 +94 - +

1.1
Location : union
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:union()]
replaced return value with Stream.empty for com/mastercard/test/flow/util/TaggedGroup::union → KILLED

-
106 +106 - +

1.1
Location : combine
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:combine()]
replaced return value with null for com/mastercard/test/flow/util/TaggedGroup::combine → KILLED

-
115 +115 - +

1.1
Location : isEmpty
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:isEmpty()]
negated conditional → KILLED

2.2
Location : isEmpty
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:isEmpty()]
negated conditional → KILLED

3.3
Location : isEmpty
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:isEmpty()]
replaced boolean return with true for com/mastercard/test/flow/util/TaggedGroup::isEmpty → KILLED

-
125 +125 - +

1.1
Location : contains
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:contains()]
replaced boolean return with true for com/mastercard/test/flow/util/TaggedGroup::contains → KILLED

2.2
Location : contains
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:contains()]
replaced boolean return with false for com/mastercard/test/flow/util/TaggedGroup::contains → KILLED

-
130 +130 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.util.TaggedGroupTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TaggedGroupTest]/[method:combine()]
replaced return value with "" for com/mastercard/test/flow/util/TaggedGroup::toString → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Tags.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Tags.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Tags.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Tags.java.html index 669e0de9d0..4252000385 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Tags.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Tags.java.html @@ -15,12 +15,12 @@

Tags.java

-
+ 1 - + @@ -30,12 +30,12 @@

Tags.java

- + 2 - + @@ -45,12 +45,12 @@

Tags.java

- + 3 - + @@ -60,12 +60,12 @@

Tags.java

- + 4 - + @@ -75,12 +75,12 @@

Tags.java

- + 5 - + @@ -90,12 +90,12 @@

Tags.java

- + 6 - + @@ -105,12 +105,12 @@

Tags.java

- + 7 - + @@ -120,12 +120,12 @@

Tags.java

- + 8 - + @@ -135,12 +135,12 @@

Tags.java

- + 9 - + @@ -150,12 +150,12 @@

Tags.java

- + 10 - + @@ -165,12 +165,12 @@

Tags.java

- + 11 - + @@ -180,12 +180,12 @@

Tags.java

- + 12 - + @@ -195,12 +195,12 @@

Tags.java

- + 13 - + @@ -210,12 +210,12 @@

Tags.java

- + 14 - + @@ -225,12 +225,12 @@

Tags.java

- + 15 - + @@ -240,12 +240,12 @@

Tags.java

- + 16 - + @@ -255,12 +255,12 @@

Tags.java

- + 17 - + @@ -270,12 +270,12 @@

Tags.java

- + 18 - + @@ -285,12 +285,12 @@

Tags.java

- + 19 - + @@ -300,12 +300,12 @@

Tags.java

- + 20 - + @@ -315,12 +315,12 @@

Tags.java

- + 21 - + @@ -330,12 +330,12 @@

Tags.java

- + 22 - + @@ -345,12 +345,12 @@

Tags.java

- + 23 - + @@ -360,12 +360,12 @@

Tags.java

- + 24 - + @@ -375,12 +375,12 @@

Tags.java

- + 25 - + @@ -390,12 +390,12 @@

Tags.java

- + 26 - + @@ -405,12 +405,12 @@

Tags.java

- + 27 -1 +1 1. empty : replaced return value with Collections.emptySet for com/mastercard/test/flow/util/Tags::empty → KILLED
@@ -422,12 +422,12 @@

Tags.java

- + 28 - +
@@ -437,12 +437,12 @@

Tags.java

- + 29 - + @@ -452,12 +452,12 @@

Tags.java

- + 30 - + @@ -467,12 +467,12 @@

Tags.java

- + 31 - + @@ -482,12 +482,12 @@

Tags.java

- + 32 - + @@ -497,12 +497,12 @@

Tags.java

- + 33 - + @@ -512,12 +512,12 @@

Tags.java

- + 34 - + @@ -527,12 +527,12 @@

Tags.java

- + 35 - + @@ -542,12 +542,12 @@

Tags.java

- + 36 - + @@ -557,12 +557,12 @@

Tags.java

- + 37 -1 +1 1. tags : replaced return value with Collections.emptySet for com/mastercard/test/flow/util/Tags::tags → KILLED
@@ -574,12 +574,12 @@

Tags.java

- + 38 - +
@@ -589,12 +589,12 @@

Tags.java

- + 39 - + @@ -604,12 +604,12 @@

Tags.java

- + 40 - + @@ -619,12 +619,12 @@

Tags.java

- + 41 - + @@ -634,12 +634,12 @@

Tags.java

- + 42 - + @@ -649,12 +649,12 @@

Tags.java

- + 43 - + @@ -664,12 +664,12 @@

Tags.java

- + 44 - + @@ -679,12 +679,12 @@

Tags.java

- + 45 - + @@ -694,12 +694,12 @@

Tags.java

- + 46 - + @@ -709,12 +709,12 @@

Tags.java

- + 47 - + @@ -724,12 +724,12 @@

Tags.java

- + 48 - + @@ -739,12 +739,12 @@

Tags.java

- + 49 -1 +1 1. intersects : negated conditional → KILLED
@@ -756,12 +756,12 @@

Tags.java

- + 50 -1 +1 1. intersects : replaced boolean return with false for com/mastercard/test/flow/util/Tags::intersects → KILLED
@@ -773,12 +773,12 @@

Tags.java

- + 51 - +
@@ -788,12 +788,12 @@

Tags.java

- + 52 - +
@@ -803,12 +803,12 @@

Tags.java

- + 53 -1 +1 1. intersects : replaced boolean return with true for com/mastercard/test/flow/util/Tags::intersects → KILLED
@@ -820,12 +820,12 @@

Tags.java

- + 54 - +
@@ -835,12 +835,12 @@

Tags.java

- + 55 - + @@ -850,12 +850,12 @@

Tags.java

- + 56 - + @@ -865,12 +865,12 @@

Tags.java

- + 57 - + @@ -880,12 +880,12 @@

Tags.java

- + 58 - + @@ -895,12 +895,12 @@

Tags.java

- + 59 - + @@ -910,12 +910,12 @@

Tags.java

- + 60 - + @@ -925,12 +925,12 @@

Tags.java

- + 61 - + @@ -940,12 +940,12 @@

Tags.java

- + 62 - + @@ -955,12 +955,12 @@

Tags.java

- + 63 - + @@ -970,12 +970,12 @@

Tags.java

- + 64 - + @@ -985,12 +985,12 @@

Tags.java

- + 65 -3 +3 1. filter : replaced boolean return with true for com/mastercard/test/flow/util/Tags::filter → KILLED
2. filter : negated conditional → KILLED
@@ -1004,12 +1004,12 @@

Tags.java

- + 66 - +
@@ -1019,12 +1019,12 @@

Tags.java

- + 67 - + @@ -1034,12 +1034,12 @@

Tags.java

- + 68 - + @@ -1049,12 +1049,12 @@

Tags.java

- + 69 - + @@ -1064,12 +1064,12 @@

Tags.java

- + 70 - + @@ -1079,12 +1079,12 @@

Tags.java

- + 71 - + @@ -1094,12 +1094,12 @@

Tags.java

- + 72 - + @@ -1109,12 +1109,12 @@

Tags.java

- + 73 - + @@ -1124,12 +1124,12 @@

Tags.java

- + 74 - + @@ -1139,12 +1139,12 @@

Tags.java

- + 75 - + @@ -1154,12 +1154,12 @@

Tags.java

- + 76 -1 +1 1. suffices : replaced return value with Stream.empty for com/mastercard/test/flow/util/Tags::suffices → KILLED
@@ -1171,12 +1171,12 @@

Tags.java

- + 77 -2 +2 1. lambda$suffices$0 : replaced boolean return with false for com/mastercard/test/flow/util/Tags::lambda$suffices$0 → KILLED
2. lambda$suffices$0 : replaced boolean return with true for com/mastercard/test/flow/util/Tags::lambda$suffices$0 → KILLED
@@ -1189,12 +1189,12 @@

Tags.java

- + 78 -1 +1 1. lambda$suffices$1 : replaced return value with "" for com/mastercard/test/flow/util/Tags::lambda$suffices$1 → KILLED
@@ -1206,12 +1206,12 @@

Tags.java

- + 79 - +
@@ -1221,12 +1221,12 @@

Tags.java

- + 80 - +
@@ -1236,12 +1236,12 @@

Tags.java

- + 81 - +
@@ -1251,12 +1251,12 @@

Tags.java

- + 82 - + @@ -1266,12 +1266,12 @@

Tags.java

- + 83 - + @@ -1281,12 +1281,12 @@

Tags.java

- + 84 - + @@ -1296,12 +1296,12 @@

Tags.java

- + 85 - + @@ -1311,12 +1311,12 @@

Tags.java

- + 86 - + @@ -1326,12 +1326,12 @@

Tags.java

- + 87 - + @@ -1341,12 +1341,12 @@

Tags.java

- + 88 - + @@ -1356,12 +1356,12 @@

Tags.java

- + 89 -1 +1 1. suffix : replaced return value with Optional.empty for com/mastercard/test/flow/util/Tags::suffix → KILLED
@@ -1373,12 +1373,12 @@

Tags.java

- + 90 - +
@@ -1388,12 +1388,12 @@

Tags.java

- + 91 - + @@ -1403,12 +1403,12 @@

Tags.java

- + 92 - + @@ -1418,12 +1418,12 @@

Tags.java

- + 93 - + @@ -1433,12 +1433,12 @@

Tags.java

- + 94 - + @@ -1448,12 +1448,12 @@

Tags.java

- + 95 - + @@ -1463,12 +1463,12 @@

Tags.java

- + 96 - + @@ -1478,12 +1478,12 @@

Tags.java

- + 97 - + @@ -1493,12 +1493,12 @@

Tags.java

- + 98 -1 +1 1. clear : replaced return value with null for com/mastercard/test/flow/util/Tags::clear → KILLED
@@ -1510,12 +1510,12 @@

Tags.java

- + 99 - +
@@ -1525,12 +1525,12 @@

Tags.java

- + 100 - + @@ -1540,12 +1540,12 @@

Tags.java

- + 101 - + @@ -1555,12 +1555,12 @@

Tags.java

- + 102 - + @@ -1570,12 +1570,12 @@

Tags.java

- + 103 - + @@ -1585,12 +1585,12 @@

Tags.java

- + 104 - + @@ -1600,12 +1600,12 @@

Tags.java

- + 105 - + @@ -1615,12 +1615,12 @@

Tags.java

- + 106 - + @@ -1630,12 +1630,12 @@

Tags.java

- + 107 - + @@ -1645,12 +1645,12 @@

Tags.java

- + 108 -1 +1 1. add : replaced return value with null for com/mastercard/test/flow/util/Tags::add → KILLED
@@ -1662,12 +1662,12 @@

Tags.java

- + 109 - +
@@ -1677,12 +1677,12 @@

Tags.java

- + 110 - + @@ -1692,12 +1692,12 @@

Tags.java

- + 111 - + @@ -1707,12 +1707,12 @@

Tags.java

- + 112 - + @@ -1722,12 +1722,12 @@

Tags.java

- + 113 - + @@ -1737,12 +1737,12 @@

Tags.java

- + 114 - + @@ -1752,12 +1752,12 @@

Tags.java

- + 115 - + @@ -1767,12 +1767,12 @@

Tags.java

- + 116 - + @@ -1782,12 +1782,12 @@

Tags.java

- + 117 - + @@ -1797,12 +1797,12 @@

Tags.java

- + 118 -2 +2 1. add : replaced return value with null for com/mastercard/test/flow/util/Tags::add → KILLED
2. lambda$add$2 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1815,12 +1815,12 @@

Tags.java

- + 119 - +
@@ -1830,12 +1830,12 @@

Tags.java

- + 120 - + @@ -1845,12 +1845,12 @@

Tags.java

- + 121 - + @@ -1860,12 +1860,12 @@

Tags.java

- + 122 - + @@ -1875,12 +1875,12 @@

Tags.java

- + 123 - + @@ -1890,12 +1890,12 @@

Tags.java

- + 124 - + @@ -1905,12 +1905,12 @@

Tags.java

- + 125 - + @@ -1920,12 +1920,12 @@

Tags.java

- + 126 - + @@ -1935,12 +1935,12 @@

Tags.java

- + 127 - + @@ -1950,12 +1950,12 @@

Tags.java

- + 128 -1 +1 1. remove : replaced return value with null for com/mastercard/test/flow/util/Tags::remove → KILLED
@@ -1967,12 +1967,12 @@

Tags.java

- + 129 - +
@@ -1982,12 +1982,12 @@

Tags.java

- + 130 - + @@ -1997,12 +1997,12 @@

Tags.java

- + 131 - + @@ -2012,12 +2012,12 @@

Tags.java

- + 132 - + @@ -2027,12 +2027,12 @@

Tags.java

- + 133 - + @@ -2042,12 +2042,12 @@

Tags.java

- + 134 - + @@ -2057,12 +2057,12 @@

Tags.java

- + 135 - + @@ -2072,12 +2072,12 @@

Tags.java

- + 136 - + @@ -2087,12 +2087,12 @@

Tags.java

- + 137 - + @@ -2102,12 +2102,12 @@

Tags.java

- + 138 -2 +2 1. remove : replaced return value with null for com/mastercard/test/flow/util/Tags::remove → KILLED
2. lambda$remove$3 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -2120,12 +2120,12 @@

Tags.java

- + 139 - +
@@ -2135,12 +2135,12 @@

Tags.java

- + 140 - + @@ -2150,12 +2150,12 @@

Tags.java

- + 141 - + @@ -2165,12 +2165,12 @@

Tags.java

- + 142 - + @@ -2180,12 +2180,12 @@

Tags.java

- + 143 - + @@ -2195,12 +2195,12 @@

Tags.java

- + 144 - + @@ -2210,12 +2210,12 @@

Tags.java

- + 145 - + @@ -2225,12 +2225,12 @@

Tags.java

- + 146 - + @@ -2240,12 +2240,12 @@

Tags.java

- + 147 - + @@ -2255,12 +2255,12 @@

Tags.java

- + 148 -1 +1 1. set : replaced return value with null for com/mastercard/test/flow/util/Tags::set → KILLED
@@ -2272,12 +2272,12 @@

Tags.java

- + 149 - +
@@ -2287,12 +2287,12 @@

Tags.java

- + 150 - + @@ -2302,12 +2302,12 @@

Tags.java

- + 151 - + @@ -2317,12 +2317,12 @@

Tags.java

- + 152 - + @@ -2332,12 +2332,12 @@

Tags.java

- + 153 - + @@ -2347,12 +2347,12 @@

Tags.java

- + 154 - + @@ -2362,12 +2362,12 @@

Tags.java

- + 155 - + @@ -2377,12 +2377,12 @@

Tags.java

- + 156 - + @@ -2392,12 +2392,12 @@

Tags.java

- + 157 - + @@ -2407,12 +2407,12 @@

Tags.java

- + 158 -1 +1 1. set : replaced return value with null for com/mastercard/test/flow/util/Tags::set → KILLED
@@ -2424,12 +2424,12 @@

Tags.java

- + 159 - +
@@ -2439,12 +2439,12 @@

Tags.java

- + 160 - + @@ -2456,171 +2456,171 @@

Tags.java

Mutations

-27 +27 - +

1.1
Location : empty
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:empty()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/util/Tags::empty → KILLED

-
37 +37 - +

1.1
Location : tags
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:empty()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/util/Tags::tags → KILLED

-
49 +49 - +

1.1
Location : intersects
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:intersects()]
negated conditional → KILLED

-
50 +50 - +

1.1
Location : intersects
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:intersects()]
replaced boolean return with false for com/mastercard/test/flow/util/Tags::intersects → KILLED

-
53 +53 - +

1.1
Location : intersects
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:intersects()]
replaced boolean return with true for com/mastercard/test/flow/util/Tags::intersects → KILLED

-
65 +65 - +

1.1
Location : filter
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:filter()]
replaced boolean return with true for com/mastercard/test/flow/util/Tags::filter → KILLED

2.2
Location : filter
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:filter()]
negated conditional → KILLED

3.3
Location : filter
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:filter()]
negated conditional → KILLED

-
76 +76 - +

1.1
Location : suffices
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:suffices()]
replaced return value with Stream.empty for com/mastercard/test/flow/util/Tags::suffices → KILLED

-
77 +77 - +

1.1
Location : lambda$suffices$0
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:suffices()]
replaced boolean return with false for com/mastercard/test/flow/util/Tags::lambda$suffices$0 → KILLED

2.2
Location : lambda$suffices$0
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:suffices()]
replaced boolean return with true for com/mastercard/test/flow/util/Tags::lambda$suffices$0 → KILLED

-
78 +78 - +

1.1
Location : lambda$suffices$1
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:suffices()]
replaced return value with "" for com/mastercard/test/flow/util/Tags::lambda$suffices$1 → KILLED

-
89 +89 - +

1.1
Location : suffix
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:suffix()]
replaced return value with Optional.empty for com/mastercard/test/flow/util/Tags::suffix → KILLED

-
98 +98 - +

1.1
Location : clear
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:functions()]
replaced return value with null for com/mastercard/test/flow/util/Tags::clear → KILLED

-
108 +108 - +

1.1
Location : add
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:functions()]
replaced return value with null for com/mastercard/test/flow/util/Tags::add → KILLED

-
118 +118 - +

1.1
Location : add
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:functions()]
replaced return value with null for com/mastercard/test/flow/util/Tags::add → KILLED

2.2
Location : lambda$add$2
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:functions()]
removed call to java/util/stream/Stream::forEach → KILLED

-
128 +128 - +

1.1
Location : remove
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:functions()]
replaced return value with null for com/mastercard/test/flow/util/Tags::remove → KILLED

-
138 +138 - +

1.1
Location : remove
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:functions()]
replaced return value with null for com/mastercard/test/flow/util/Tags::remove → KILLED

2.2
Location : lambda$remove$3
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:functions()]
removed call to java/util/stream/Stream::forEach → KILLED

-
148 +148 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:functions()]
replaced return value with null for com/mastercard/test/flow/util/Tags::set → KILLED

-
158 +158 - +

1.1
Location : set
Killed by : com.mastercard.test.flow.util.TagsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.TagsTest]/[method:functions()]
replaced return value with null for com/mastercard/test/flow/util/Tags::set → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Transmission.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Transmission.java.html similarity index 56% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Transmission.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Transmission.java.html index 3e068fe75a..8b0fc79cb0 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/Transmission.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/Transmission.java.html @@ -15,12 +15,12 @@

Transmission.java

-
+ 1 - + @@ -30,12 +30,12 @@

Transmission.java

- + 2 - + @@ -45,12 +45,12 @@

Transmission.java

- + 3 - + @@ -60,12 +60,12 @@

Transmission.java

- + 4 - + @@ -75,12 +75,12 @@

Transmission.java

- + 5 - + @@ -90,12 +90,12 @@

Transmission.java

- + 6 - + @@ -105,12 +105,12 @@

Transmission.java

- + 7 - + @@ -120,12 +120,12 @@

Transmission.java

- + 8 - + @@ -135,12 +135,12 @@

Transmission.java

- + 9 - + @@ -150,12 +150,12 @@

Transmission.java

- + 10 - + @@ -165,12 +165,12 @@

Transmission.java

- + 11 - + @@ -180,12 +180,12 @@

Transmission.java

- + 12 - + @@ -195,12 +195,12 @@

Transmission.java

- + 13 - + @@ -210,12 +210,12 @@

Transmission.java

- + 14 - + @@ -225,12 +225,12 @@

Transmission.java

- + 15 - + @@ -240,12 +240,12 @@

Transmission.java

- + 16 - + @@ -255,12 +255,12 @@

Transmission.java

- + 17 - + @@ -270,12 +270,12 @@

Transmission.java

- + 18 - + @@ -285,12 +285,12 @@

Transmission.java

- + 19 - + @@ -300,12 +300,12 @@

Transmission.java

- + 20 - + @@ -315,12 +315,12 @@

Transmission.java

- + 21 - + @@ -330,12 +330,12 @@

Transmission.java

- + 22 - + @@ -345,12 +345,12 @@

Transmission.java

- + 23 - + @@ -360,12 +360,12 @@

Transmission.java

- + 24 - + @@ -375,12 +375,12 @@

Transmission.java

- + 25 - + @@ -390,12 +390,12 @@

Transmission.java

- + 26 - + @@ -405,12 +405,12 @@

Transmission.java

- + 27 - + @@ -420,12 +420,12 @@

Transmission.java

- + 28 - + @@ -435,12 +435,12 @@

Transmission.java

- + 29 - + @@ -450,12 +450,12 @@

Transmission.java

- + 30 - + @@ -465,12 +465,12 @@

Transmission.java

- + 31 - + @@ -480,12 +480,12 @@

Transmission.java

- + 32 - + @@ -495,12 +495,12 @@

Transmission.java

- + 33 - + @@ -510,12 +510,12 @@

Transmission.java

- + 34 - + @@ -525,12 +525,12 @@

Transmission.java

- + 35 - + @@ -540,12 +540,12 @@

Transmission.java

- + 36 - + @@ -555,12 +555,12 @@

Transmission.java

- + 37 - + @@ -570,12 +570,12 @@

Transmission.java

- + 38 - + @@ -585,12 +585,12 @@

Transmission.java

- + 39 - + @@ -600,12 +600,12 @@

Transmission.java

- + 40 - + @@ -615,12 +615,12 @@

Transmission.java

- + 41 - + @@ -630,12 +630,12 @@

Transmission.java

- + 42 - + @@ -645,12 +645,12 @@

Transmission.java

- + 43 - + @@ -660,12 +660,12 @@

Transmission.java

- + 44 - + @@ -675,12 +675,12 @@

Transmission.java

- + 45 - + @@ -690,12 +690,12 @@

Transmission.java

- + 46 - + @@ -705,12 +705,12 @@

Transmission.java

- + 47 - + @@ -720,12 +720,12 @@

Transmission.java

- + 48 - + @@ -735,12 +735,12 @@

Transmission.java

- + 49 - + @@ -750,12 +750,12 @@

Transmission.java

- + 50 - + @@ -765,12 +765,12 @@

Transmission.java

- + 51 - + @@ -780,12 +780,12 @@

Transmission.java

- + 52 - + @@ -795,12 +795,12 @@

Transmission.java

- + 53 - + @@ -810,12 +810,12 @@

Transmission.java

- + 54 - + @@ -825,12 +825,12 @@

Transmission.java

- + 55 - + @@ -840,12 +840,12 @@

Transmission.java

- + 56 - + @@ -855,12 +855,12 @@

Transmission.java

- + 57 - + @@ -870,12 +870,12 @@

Transmission.java

- + 58 - + @@ -885,12 +885,12 @@

Transmission.java

- + 59 - + @@ -900,12 +900,12 @@

Transmission.java

- + 60 - + @@ -915,12 +915,12 @@

Transmission.java

- + 61 - + @@ -930,12 +930,12 @@

Transmission.java

- + 62 - + @@ -945,12 +945,12 @@

Transmission.java

- + 63 - + @@ -960,12 +960,12 @@

Transmission.java

- + 64 - + @@ -975,12 +975,12 @@

Transmission.java

- + 65 - + @@ -990,12 +990,12 @@

Transmission.java

- + 66 - + @@ -1005,12 +1005,12 @@

Transmission.java

- + 67 - + @@ -1020,12 +1020,12 @@

Transmission.java

- + 68 - + @@ -1035,12 +1035,12 @@

Transmission.java

- + 69 - + @@ -1050,12 +1050,12 @@

Transmission.java

- + 70 - + @@ -1065,12 +1065,12 @@

Transmission.java

- + 71 - + @@ -1080,12 +1080,12 @@

Transmission.java

- + 72 -1 +1 1. type : replaced return value with null for com/mastercard/test/flow/util/Transmission::type → KILLED
@@ -1097,12 +1097,12 @@

Transmission.java

- + 73 - +
@@ -1112,12 +1112,12 @@

Transmission.java

- + 74 - + @@ -1127,12 +1127,12 @@

Transmission.java

- + 75 - + @@ -1142,12 +1142,12 @@

Transmission.java

- + 76 - + @@ -1157,12 +1157,12 @@

Transmission.java

- + 77 - + @@ -1172,12 +1172,12 @@

Transmission.java

- + 78 - + @@ -1187,12 +1187,12 @@

Transmission.java

- + 79 - + @@ -1202,12 +1202,12 @@

Transmission.java

- + 80 - + @@ -1217,12 +1217,12 @@

Transmission.java

- + 81 -1 +1 1. transmitter : replaced return value with null for com/mastercard/test/flow/util/Transmission::transmitter → KILLED
@@ -1234,12 +1234,12 @@

Transmission.java

- + 82 - +
@@ -1249,12 +1249,12 @@

Transmission.java

- + 83 - + @@ -1264,12 +1264,12 @@

Transmission.java

- + 84 - + @@ -1279,12 +1279,12 @@

Transmission.java

- + 85 - + @@ -1294,12 +1294,12 @@

Transmission.java

- + 86 - + @@ -1309,12 +1309,12 @@

Transmission.java

- + 87 - + @@ -1324,12 +1324,12 @@

Transmission.java

- + 88 - + @@ -1339,12 +1339,12 @@

Transmission.java

- + 89 - + @@ -1354,12 +1354,12 @@

Transmission.java

- + 90 -1 +1 1. receiver : replaced return value with null for com/mastercard/test/flow/util/Transmission::receiver → KILLED
@@ -1371,12 +1371,12 @@

Transmission.java

- + 91 - +
@@ -1386,12 +1386,12 @@

Transmission.java

- + 92 - + @@ -1401,12 +1401,12 @@

Transmission.java

- + 93 - + @@ -1416,12 +1416,12 @@

Transmission.java

- + 94 - + @@ -1431,12 +1431,12 @@

Transmission.java

- + 95 - + @@ -1446,12 +1446,12 @@

Transmission.java

- + 96 - + @@ -1461,12 +1461,12 @@

Transmission.java

- + 97 - + @@ -1476,12 +1476,12 @@

Transmission.java

- + 98 - + @@ -1491,12 +1491,12 @@

Transmission.java

- + 99 -1 +1 1. message : replaced return value with null for com/mastercard/test/flow/util/Transmission::message → KILLED
@@ -1508,12 +1508,12 @@

Transmission.java

- + 100 - +
@@ -1523,12 +1523,12 @@

Transmission.java

- + 101 - + @@ -1538,12 +1538,12 @@

Transmission.java

- + 102 - + @@ -1553,12 +1553,12 @@

Transmission.java

- + 103 - + @@ -1568,12 +1568,12 @@

Transmission.java

- + 104 - + @@ -1583,12 +1583,12 @@

Transmission.java

- + 105 - + @@ -1598,12 +1598,12 @@

Transmission.java

- + 106 - + @@ -1613,12 +1613,12 @@

Transmission.java

- + 107 - + @@ -1628,12 +1628,12 @@

Transmission.java

- + 108 -1 +1 1. source : replaced return value with null for com/mastercard/test/flow/util/Transmission::source → KILLED
@@ -1645,12 +1645,12 @@

Transmission.java

- + 109 - +
@@ -1660,12 +1660,12 @@

Transmission.java

- + 110 - + @@ -1675,12 +1675,12 @@

Transmission.java

- + 111 - + @@ -1690,12 +1690,12 @@

Transmission.java

- + 112 - + @@ -1705,12 +1705,12 @@

Transmission.java

- + 113 - + @@ -1720,12 +1720,12 @@

Transmission.java

- + 114 - + @@ -1735,12 +1735,12 @@

Transmission.java

- + 115 - + @@ -1750,12 +1750,12 @@

Transmission.java

- + 116 - + @@ -1765,12 +1765,12 @@

Transmission.java

- + 117 - + @@ -1780,12 +1780,12 @@

Transmission.java

- + 118 - + @@ -1795,12 +1795,12 @@

Transmission.java

- + 119 -1 +1 1. depth : replaced int return with 0 for com/mastercard/test/flow/util/Transmission::depth → KILLED
@@ -1812,12 +1812,12 @@

Transmission.java

- + 120 - +
@@ -1827,12 +1827,12 @@

Transmission.java

- + 121 - + @@ -1842,12 +1842,12 @@

Transmission.java

- + 122 - + @@ -1857,12 +1857,12 @@

Transmission.java

- + 123 - + @@ -1872,12 +1872,12 @@

Transmission.java

- + 124 - + @@ -1887,12 +1887,12 @@

Transmission.java

- + 125 - + @@ -1902,12 +1902,12 @@

Transmission.java

- + 126 - + @@ -1917,12 +1917,12 @@

Transmission.java

- + 127 - + @@ -1932,12 +1932,12 @@

Transmission.java

- + 128 - + @@ -1947,12 +1947,12 @@

Transmission.java

- + 129 - + @@ -1962,30 +1962,30 @@

Transmission.java

- + 130 - + -2 +2 -1. toUntaggedString : negated conditional → TIMED_OUT
+1. toUntaggedString : negated conditional → KILLED
2. toUntaggedString : changed conditional boundary → KILLED
-
		for( int i = 0; i < depth; i++ ) {
+
		for( int i = 0; i < depth; i++ ) {
- + 131 - + @@ -1995,12 +1995,12 @@

Transmission.java

- + 132 - + @@ -2010,12 +2010,12 @@

Transmission.java

- + 133 -1 +1 1. toUntaggedString : negated conditional → KILLED
@@ -2027,12 +2027,12 @@

Transmission.java

- + 134 - +
@@ -2042,12 +2042,12 @@

Transmission.java

- + 135 - + @@ -2057,12 +2057,12 @@

Transmission.java

- + 136 - + @@ -2072,12 +2072,12 @@

Transmission.java

- + 137 - + @@ -2087,12 +2087,12 @@

Transmission.java

- + 138 - + @@ -2102,12 +2102,12 @@

Transmission.java

- + 139 -1 +1 1. toUntaggedString : replaced return value with "" for com/mastercard/test/flow/util/Transmission::toUntaggedString → KILLED
@@ -2119,12 +2119,12 @@

Transmission.java

- + 140 - +
@@ -2134,12 +2134,12 @@

Transmission.java

- + 141 - + @@ -2149,12 +2149,12 @@

Transmission.java

- + 142 - + @@ -2164,12 +2164,12 @@

Transmission.java

- + 143 - + @@ -2179,12 +2179,12 @@

Transmission.java

- + 144 - + @@ -2194,12 +2194,12 @@

Transmission.java

- + 145 - + @@ -2209,12 +2209,12 @@

Transmission.java

- + 146 - + @@ -2224,12 +2224,12 @@

Transmission.java

- + 147 - + @@ -2239,12 +2239,12 @@

Transmission.java

- + 148 -1 +1 1. lambda$toString$0 : replaced return value with "" for com/mastercard/test/flow/util/Transmission::lambda$toString$0 → KILLED
@@ -2256,12 +2256,12 @@

Transmission.java

- + 149 - +
@@ -2271,12 +2271,12 @@

Transmission.java

- + 150 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/util/Transmission::toString → KILLED
@@ -2288,12 +2288,12 @@

Transmission.java

- + 151 - +
@@ -2303,12 +2303,12 @@

Transmission.java

- + 152 - + @@ -2320,111 +2320,111 @@

Transmission.java

Mutations

-72 +72 - +

1.1
Location : type
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
replaced return value with null for com/mastercard/test/flow/util/Transmission::type → KILLED

-
81 +81 - +

1.1
Location : transmitter
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
replaced return value with null for com/mastercard/test/flow/util/Transmission::transmitter → KILLED

-
90 +90 - +

1.1
Location : receiver
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
replaced return value with null for com/mastercard/test/flow/util/Transmission::receiver → KILLED

-
99 +99 - +

1.1
Location : message
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
replaced return value with null for com/mastercard/test/flow/util/Transmission::message → KILLED

-
108 +108 - +

1.1
Location : source
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
replaced return value with null for com/mastercard/test/flow/util/Transmission::source → KILLED

-
119 +119 - +

1.1
Location : depth
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
replaced int return with 0 for com/mastercard/test/flow/util/Transmission::depth → KILLED

-
130 +130 - + -

1.1
Location : toUntaggedString
Killed by :
negated conditional → TIMED_OUT

2.2
Location : toUntaggedString
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
changed conditional boundary → KILLED

+

1.1
Location : toUntaggedString
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
negated conditional → KILLED

2.2
Location : toUntaggedString
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
changed conditional boundary → KILLED

-
133 +133 - +

1.1
Location : toUntaggedString
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
negated conditional → KILLED

-
139 +139 - +

1.1
Location : toUntaggedString
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
replaced return value with "" for com/mastercard/test/flow/util/Transmission::toUntaggedString → KILLED

-
148 +148 - +

1.1
Location : lambda$toString$0
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
replaced return value with "" for com/mastercard/test/flow/util/Transmission::lambda$toString$0 → KILLED

-
150 +150 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.util.FlowsTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.util.FlowsTest]/[method:transmissions()]
replaced return value with "" for com/mastercard/test/flow/util/Transmission::toString → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.util/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.util/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.util/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.util/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ChainOverlapCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ChainOverlapCheck.java.html similarity index 64% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ChainOverlapCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ChainOverlapCheck.java.html index eb21e8594a..7a1da17969 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ChainOverlapCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ChainOverlapCheck.java.html @@ -15,12 +15,12 @@

ChainOverlapCheck.java

-
+ 1 - + @@ -30,12 +30,12 @@

ChainOverlapCheck.java

- + 2 - + @@ -45,12 +45,12 @@

ChainOverlapCheck.java

- + 3 - + @@ -60,12 +60,12 @@

ChainOverlapCheck.java

- + 4 - + @@ -75,12 +75,12 @@

ChainOverlapCheck.java

- + 5 - + @@ -90,12 +90,12 @@

ChainOverlapCheck.java

- + 6 - + @@ -105,12 +105,12 @@

ChainOverlapCheck.java

- + 7 - + @@ -120,12 +120,12 @@

ChainOverlapCheck.java

- + 8 - + @@ -135,12 +135,12 @@

ChainOverlapCheck.java

- + 9 - + @@ -150,12 +150,12 @@

ChainOverlapCheck.java

- + 10 - + @@ -165,12 +165,12 @@

ChainOverlapCheck.java

- + 11 - + @@ -180,12 +180,12 @@

ChainOverlapCheck.java

- + 12 - + @@ -195,12 +195,12 @@

ChainOverlapCheck.java

- + 13 - + @@ -210,12 +210,12 @@

ChainOverlapCheck.java

- + 14 - + @@ -225,12 +225,12 @@

ChainOverlapCheck.java

- + 15 - + @@ -240,12 +240,12 @@

ChainOverlapCheck.java

- + 16 - + @@ -255,12 +255,12 @@

ChainOverlapCheck.java

- + 17 - + @@ -270,12 +270,12 @@

ChainOverlapCheck.java

- + 18 - + @@ -285,12 +285,12 @@

ChainOverlapCheck.java

- + 19 - + @@ -300,12 +300,12 @@

ChainOverlapCheck.java

- + 20 - + @@ -315,12 +315,12 @@

ChainOverlapCheck.java

- + 21 - + @@ -330,12 +330,12 @@

ChainOverlapCheck.java

- + 22 - + @@ -345,12 +345,12 @@

ChainOverlapCheck.java

- + 23 - + @@ -360,12 +360,12 @@

ChainOverlapCheck.java

- + 24 - + @@ -375,12 +375,12 @@

ChainOverlapCheck.java

- + 25 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/check/ChainOverlapCheck::name → KILLED
@@ -392,12 +392,12 @@

ChainOverlapCheck.java

- + 26 - +
@@ -407,12 +407,12 @@

ChainOverlapCheck.java

- + 27 - + @@ -422,12 +422,12 @@

ChainOverlapCheck.java

- + 28 - + @@ -437,12 +437,12 @@

ChainOverlapCheck.java

- + 29 - + @@ -452,12 +452,12 @@

ChainOverlapCheck.java

- + 30 -1 +1 1. explanation : replaced return value with "" for com/mastercard/test/flow/validation/check/ChainOverlapCheck::explanation → KILLED
@@ -469,12 +469,12 @@

ChainOverlapCheck.java

- + 31 - +
@@ -484,12 +484,12 @@

ChainOverlapCheck.java

- + 32 - + @@ -499,12 +499,12 @@

ChainOverlapCheck.java

- + 33 - + @@ -514,12 +514,12 @@

ChainOverlapCheck.java

- + 34 - + @@ -529,12 +529,12 @@

ChainOverlapCheck.java

- + 35 -1 +1 1. checks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/ChainOverlapCheck::checks → KILLED
@@ -546,12 +546,12 @@

ChainOverlapCheck.java

- + 36 -1 +1 1. lambda$checks$2 : replaced return value with null for com/mastercard/test/flow/validation/check/ChainOverlapCheck::lambda$checks$2 → KILLED
@@ -563,12 +563,12 @@

ChainOverlapCheck.java

- + 37 - +
@@ -578,12 +578,12 @@

ChainOverlapCheck.java

- + 38 - +
@@ -593,12 +593,12 @@

ChainOverlapCheck.java

- + 39 -2 +2 1. lambda$null$0 : replaced boolean return with true for com/mastercard/test/flow/validation/check/ChainOverlapCheck::lambda$null$0 → KILLED
2. lambda$null$0 : replaced boolean return with false for com/mastercard/test/flow/validation/check/ChainOverlapCheck::lambda$null$0 → KILLED
@@ -611,12 +611,12 @@

ChainOverlapCheck.java

- + 40 - +
@@ -626,12 +626,12 @@

ChainOverlapCheck.java

- + 41 - + @@ -641,12 +641,12 @@

ChainOverlapCheck.java

- + 42 -2 +2 1. lambda$null$1 : negated conditional → KILLED
2. lambda$null$1 : changed conditional boundary → KILLED
@@ -659,12 +659,12 @@

ChainOverlapCheck.java

- + 43 -1 +1 1. lambda$null$1 : replaced return value with null for com/mastercard/test/flow/validation/check/ChainOverlapCheck::lambda$null$1 → KILLED
@@ -676,12 +676,12 @@

ChainOverlapCheck.java

- + 44 - +
@@ -691,12 +691,12 @@

ChainOverlapCheck.java

- + 45 - +
@@ -706,12 +706,12 @@

ChainOverlapCheck.java

- + 46 - + @@ -721,12 +721,12 @@

ChainOverlapCheck.java

- + 47 - + @@ -736,12 +736,12 @@

ChainOverlapCheck.java

- + 48 - + @@ -751,12 +751,12 @@

ChainOverlapCheck.java

- + 49 - + @@ -766,12 +766,12 @@

ChainOverlapCheck.java

- + 50 - + @@ -783,71 +783,71 @@

ChainOverlapCheck.java

Mutations

-25 +25 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.ChainOverlapCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ChainOverlapCheckTest]/[method:name()]
replaced return value with "" for com/mastercard/test/flow/validation/check/ChainOverlapCheck::name → KILLED

-
30 +30 - +

1.1
Location : explanation
Killed by : com.mastercard.test.flow.validation.check.ChainOverlapCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ChainOverlapCheckTest]/[method:explanation()]
replaced return value with "" for com/mastercard/test/flow/validation/check/ChainOverlapCheck::explanation → KILLED

-
35 +35 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.ChainOverlapCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ChainOverlapCheckTest]/[method:valid()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/ChainOverlapCheck::checks → KILLED

-
36 +36 - +

1.1
Location : lambda$checks$2
Killed by : com.mastercard.test.flow.validation.check.ChainOverlapCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ChainOverlapCheckTest]/[method:valid()]
replaced return value with null for com/mastercard/test/flow/validation/check/ChainOverlapCheck::lambda$checks$2 → KILLED

-
39 +39 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.check.ChainOverlapCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ChainOverlapCheckTest]/[method:valid()]
replaced boolean return with true for com/mastercard/test/flow/validation/check/ChainOverlapCheck::lambda$null$0 → KILLED

2.2
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.check.ChainOverlapCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ChainOverlapCheckTest]/[method:invalid()]
replaced boolean return with false for com/mastercard/test/flow/validation/check/ChainOverlapCheck::lambda$null$0 → KILLED

-
42 +42 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.ChainOverlapCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ChainOverlapCheckTest]/[method:valid()]
negated conditional → KILLED

2.2
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.ChainOverlapCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ChainOverlapCheckTest]/[method:valid()]
changed conditional boundary → KILLED

-
43 +43 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.ChainOverlapCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ChainOverlapCheckTest]/[method:invalid()]
replaced return value with null for com/mastercard/test/flow/validation/check/ChainOverlapCheck::lambda$null$1 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/DependencyChronologyCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/DependencyChronologyCheck.java.html similarity index 66% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/DependencyChronologyCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/DependencyChronologyCheck.java.html index 9622a004e0..ca669b26b5 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/DependencyChronologyCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/DependencyChronologyCheck.java.html @@ -15,12 +15,12 @@

DependencyChronologyCheck.java

-
+ 1 - + @@ -30,12 +30,12 @@

DependencyChronologyCheck.java

- + 2 - + @@ -45,12 +45,12 @@

DependencyChronologyCheck.java

- + 3 - + @@ -60,12 +60,12 @@

DependencyChronologyCheck.java

- + 4 - + @@ -75,12 +75,12 @@

DependencyChronologyCheck.java

- + 5 - + @@ -90,12 +90,12 @@

DependencyChronologyCheck.java

- + 6 - + @@ -105,12 +105,12 @@

DependencyChronologyCheck.java

- + 7 - + @@ -120,12 +120,12 @@

DependencyChronologyCheck.java

- + 8 - + @@ -135,12 +135,12 @@

DependencyChronologyCheck.java

- + 9 - + @@ -150,12 +150,12 @@

DependencyChronologyCheck.java

- + 10 - + @@ -165,12 +165,12 @@

DependencyChronologyCheck.java

- + 11 - + @@ -180,12 +180,12 @@

DependencyChronologyCheck.java

- + 12 - + @@ -195,12 +195,12 @@

DependencyChronologyCheck.java

- + 13 - + @@ -210,12 +210,12 @@

DependencyChronologyCheck.java

- + 14 - + @@ -225,12 +225,12 @@

DependencyChronologyCheck.java

- + 15 - + @@ -240,12 +240,12 @@

DependencyChronologyCheck.java

- + 16 - + @@ -255,12 +255,12 @@

DependencyChronologyCheck.java

- + 17 - + @@ -270,12 +270,12 @@

DependencyChronologyCheck.java

- + 18 - + @@ -285,12 +285,12 @@

DependencyChronologyCheck.java

- + 19 - + @@ -300,12 +300,12 @@

DependencyChronologyCheck.java

- + 20 - + @@ -315,12 +315,12 @@

DependencyChronologyCheck.java

- + 21 - + @@ -330,12 +330,12 @@

DependencyChronologyCheck.java

- + 22 - + @@ -345,12 +345,12 @@

DependencyChronologyCheck.java

- + 23 - + @@ -360,12 +360,12 @@

DependencyChronologyCheck.java

- + 24 - + @@ -375,12 +375,12 @@

DependencyChronologyCheck.java

- + 25 - + @@ -390,12 +390,12 @@

DependencyChronologyCheck.java

- + 26 - + @@ -405,12 +405,12 @@

DependencyChronologyCheck.java

- + 27 - + @@ -420,12 +420,12 @@

DependencyChronologyCheck.java

- + 28 - + @@ -435,12 +435,12 @@

DependencyChronologyCheck.java

- + 29 - + @@ -450,12 +450,12 @@

DependencyChronologyCheck.java

- + 30 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::name → KILLED
@@ -467,12 +467,12 @@

DependencyChronologyCheck.java

- + 31 - +
@@ -482,12 +482,12 @@

DependencyChronologyCheck.java

- + 32 - + @@ -497,12 +497,12 @@

DependencyChronologyCheck.java

- + 33 - + @@ -512,12 +512,12 @@

DependencyChronologyCheck.java

- + 34 - + @@ -527,12 +527,12 @@

DependencyChronologyCheck.java

- + 35 -1 +1 1. explanation : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::explanation → KILLED
@@ -544,12 +544,12 @@

DependencyChronologyCheck.java

- + 36 - +
@@ -559,12 +559,12 @@

DependencyChronologyCheck.java

- + 37 - + @@ -574,12 +574,12 @@

DependencyChronologyCheck.java

- + 38 - + @@ -589,12 +589,12 @@

DependencyChronologyCheck.java

- + 39 - + @@ -604,12 +604,12 @@

DependencyChronologyCheck.java

- + 40 -1 +1 1. checks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::checks → KILLED
@@ -621,12 +621,12 @@

DependencyChronologyCheck.java

- + 41 -1 +1 1. lambda$checks$3 : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$checks$3 → KILLED
@@ -638,12 +638,12 @@

DependencyChronologyCheck.java

- + 42 - +
@@ -653,12 +653,12 @@

DependencyChronologyCheck.java

- + 43 - +
@@ -668,12 +668,12 @@

DependencyChronologyCheck.java

- + 44 -1 +1 1. lambda$null$2 : negated conditional → KILLED
@@ -685,12 +685,12 @@

DependencyChronologyCheck.java

- + 45 -1 +1 1. lambda$null$2 : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$null$2 → KILLED
@@ -702,12 +702,12 @@

DependencyChronologyCheck.java

- + 46 - +
@@ -717,12 +717,12 @@

DependencyChronologyCheck.java

- + 47 - +
@@ -732,12 +732,12 @@

DependencyChronologyCheck.java

- + 48 - + @@ -747,12 +747,12 @@

DependencyChronologyCheck.java

- + 49 - + @@ -762,12 +762,12 @@

DependencyChronologyCheck.java

- + 50 -1 +1 1. lambda$null$0 : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$null$0 → KILLED
@@ -779,12 +779,12 @@

DependencyChronologyCheck.java

- + 51 -1 +1 1. lambda$null$1 : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$null$1 → KILLED
@@ -796,12 +796,12 @@

DependencyChronologyCheck.java

- + 52 - +
@@ -811,12 +811,12 @@

DependencyChronologyCheck.java

- + 53 - +
@@ -826,12 +826,12 @@

DependencyChronologyCheck.java

- + 54 - + @@ -841,12 +841,12 @@

DependencyChronologyCheck.java

- + 55 - + @@ -856,12 +856,12 @@

DependencyChronologyCheck.java

- + 56 - + @@ -871,12 +871,12 @@

DependencyChronologyCheck.java

- + 57 - + @@ -886,12 +886,12 @@

DependencyChronologyCheck.java

- + 58 - + @@ -901,12 +901,12 @@

DependencyChronologyCheck.java

- + 59 - + @@ -916,12 +916,12 @@

DependencyChronologyCheck.java

- + 60 - + @@ -931,12 +931,12 @@

DependencyChronologyCheck.java

- + 61 - + @@ -946,12 +946,12 @@

DependencyChronologyCheck.java

- + 62 - + @@ -961,12 +961,12 @@

DependencyChronologyCheck.java

- + 63 - + @@ -976,12 +976,12 @@

DependencyChronologyCheck.java

- + 64 - + @@ -991,12 +991,12 @@

DependencyChronologyCheck.java

- + 65 - + @@ -1006,12 +1006,12 @@

DependencyChronologyCheck.java

- + 66 -2 +2 1. lambda$findTimeTraveller$5 : replaced Integer return value with 0 for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$findTimeTraveller$5 → KILLED
2. lambda$findTimeTraveller$4 : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$findTimeTraveller$4 → KILLED
@@ -1024,12 +1024,12 @@

DependencyChronologyCheck.java

- + 67 - +
@@ -1039,12 +1039,12 @@

DependencyChronologyCheck.java

- + 68 -1 +1 1. findTimeTraveller : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::findTimeTraveller → KILLED
@@ -1056,12 +1056,12 @@

DependencyChronologyCheck.java

- + 69 - +
@@ -1071,12 +1071,12 @@

DependencyChronologyCheck.java

- + 70 - + @@ -1086,12 +1086,12 @@

DependencyChronologyCheck.java

- + 71 - + @@ -1101,12 +1101,12 @@

DependencyChronologyCheck.java

- + 72 -3 +3 1. lambda$findTimeTraveller$6 : replaced boolean return with true for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$findTimeTraveller$6 → KILLED
2. lambda$findTimeTraveller$6 : negated conditional → KILLED
@@ -1120,12 +1120,12 @@

DependencyChronologyCheck.java

- + 73 -2 +2 1. lambda$findTimeTraveller$6 : negated conditional → KILLED
2. lambda$findTimeTraveller$6 : changed conditional boundary → KILLED
@@ -1138,12 +1138,12 @@

DependencyChronologyCheck.java

- + 74 - +
@@ -1153,12 +1153,12 @@

DependencyChronologyCheck.java

- + 75 - +
@@ -1168,12 +1168,12 @@

DependencyChronologyCheck.java

- + 76 - + @@ -1183,12 +1183,12 @@

DependencyChronologyCheck.java

- + 77 - + @@ -1198,12 +1198,12 @@

DependencyChronologyCheck.java

- + 78 - + @@ -1213,12 +1213,12 @@

DependencyChronologyCheck.java

- + 79 - + @@ -1230,121 +1230,121 @@

DependencyChronologyCheck.java

Mutations

-30 +30 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:name()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::name → KILLED

-
35 +35 - +

1.1
Location : explanation
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:explanation()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::explanation → KILLED

-
40 +40 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:unmessaged()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::checks → KILLED

-
41 +41 - +

1.1
Location : lambda$checks$3
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:unmessaged()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$checks$3 → KILLED

-
44 +44 - +

1.1
Location : lambda$null$2
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:unmessaged()]
negated conditional → KILLED

-
45 +45 - +

1.1
Location : lambda$null$2
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:invalid()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$null$2 → KILLED

-
50 +50 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:invalid()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$null$0 → KILLED

-
51 +51 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:invalid()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$null$1 → KILLED

-
66 +66 - +

1.1
Location : lambda$findTimeTraveller$5
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:valid()]
replaced Integer return value with 0 for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$findTimeTraveller$5 → KILLED

2.2
Location : lambda$findTimeTraveller$4
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:unmessaged()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$findTimeTraveller$4 → KILLED

-
68 +68 - +

1.1
Location : findTimeTraveller
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:invalid()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::findTimeTraveller → KILLED

-
72 +72 - +

1.1
Location : lambda$findTimeTraveller$6
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:unmessaged()]
replaced boolean return with true for com/mastercard/test/flow/validation/check/DependencyChronologyCheck::lambda$findTimeTraveller$6 → KILLED

2.2
Location : lambda$findTimeTraveller$6
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:invalid()]
negated conditional → KILLED

3.3
Location : lambda$findTimeTraveller$6
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:invalid()]
negated conditional → KILLED

-
73 +73 - +

1.1
Location : lambda$findTimeTraveller$6
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:invalid()]
negated conditional → KILLED

2.2
Location : lambda$findTimeTraveller$6
Killed by : com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyChronologyCheckTest]/[method:invalid()]
changed conditional boundary → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/DependencyInclusionCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/DependencyInclusionCheck.java.html similarity index 64% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/DependencyInclusionCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/DependencyInclusionCheck.java.html index 9859a01c6a..8cc1f817cf 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/DependencyInclusionCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/DependencyInclusionCheck.java.html @@ -15,12 +15,12 @@

DependencyInclusionCheck.java

-
+ 1 - + @@ -30,12 +30,12 @@

DependencyInclusionCheck.java

- + 2 - + @@ -45,12 +45,12 @@

DependencyInclusionCheck.java

- + 3 - + @@ -60,12 +60,12 @@

DependencyInclusionCheck.java

- + 4 - + @@ -75,12 +75,12 @@

DependencyInclusionCheck.java

- + 5 - + @@ -90,12 +90,12 @@

DependencyInclusionCheck.java

- + 6 - + @@ -105,12 +105,12 @@

DependencyInclusionCheck.java

- + 7 - + @@ -120,12 +120,12 @@

DependencyInclusionCheck.java

- + 8 - + @@ -135,12 +135,12 @@

DependencyInclusionCheck.java

- + 9 - + @@ -150,12 +150,12 @@

DependencyInclusionCheck.java

- + 10 - + @@ -165,12 +165,12 @@

DependencyInclusionCheck.java

- + 11 - + @@ -180,12 +180,12 @@

DependencyInclusionCheck.java

- + 12 - + @@ -195,12 +195,12 @@

DependencyInclusionCheck.java

- + 13 - + @@ -210,12 +210,12 @@

DependencyInclusionCheck.java

- + 14 - + @@ -225,12 +225,12 @@

DependencyInclusionCheck.java

- + 15 - + @@ -240,12 +240,12 @@

DependencyInclusionCheck.java

- + 16 - + @@ -255,12 +255,12 @@

DependencyInclusionCheck.java

- + 17 - + @@ -270,12 +270,12 @@

DependencyInclusionCheck.java

- + 18 - + @@ -285,12 +285,12 @@

DependencyInclusionCheck.java

- + 19 - + @@ -300,12 +300,12 @@

DependencyInclusionCheck.java

- + 20 - + @@ -315,12 +315,12 @@

DependencyInclusionCheck.java

- + 21 - + @@ -330,12 +330,12 @@

DependencyInclusionCheck.java

- + 22 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::name → KILLED
@@ -347,12 +347,12 @@

DependencyInclusionCheck.java

- + 23 - +
@@ -362,12 +362,12 @@

DependencyInclusionCheck.java

- + 24 - + @@ -377,12 +377,12 @@

DependencyInclusionCheck.java

- + 25 - + @@ -392,12 +392,12 @@

DependencyInclusionCheck.java

- + 26 - + @@ -407,12 +407,12 @@

DependencyInclusionCheck.java

- + 27 -1 +1 1. explanation : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::explanation → KILLED
@@ -424,12 +424,12 @@

DependencyInclusionCheck.java

- + 28 - +
@@ -439,12 +439,12 @@

DependencyInclusionCheck.java

- + 29 - + @@ -454,12 +454,12 @@

DependencyInclusionCheck.java

- + 30 - + @@ -469,12 +469,12 @@

DependencyInclusionCheck.java

- + 31 - + @@ -484,12 +484,12 @@

DependencyInclusionCheck.java

- + 32 - + @@ -499,12 +499,12 @@

DependencyInclusionCheck.java

- + 33 -1 +1 1. checks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::checks → KILLED
@@ -516,12 +516,12 @@

DependencyInclusionCheck.java

- + 34 - +
@@ -531,12 +531,12 @@

DependencyInclusionCheck.java

- + 35 -1 +1 1. lambda$checks$3 : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$checks$3 → KILLED
@@ -548,12 +548,12 @@

DependencyInclusionCheck.java

- + 36 - +
@@ -563,12 +563,12 @@

DependencyInclusionCheck.java

- + 37 - + @@ -578,12 +578,12 @@

DependencyInclusionCheck.java

- + 38 -2 +2 1. lambda$null$0 : replaced boolean return with true for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$null$0 → KILLED
2. lambda$null$0 : negated conditional → KILLED
@@ -596,12 +596,12 @@

DependencyInclusionCheck.java

- + 39 -1 +1 1. lambda$null$1 : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$null$1 → KILLED
@@ -613,12 +613,12 @@

DependencyInclusionCheck.java

- + 40 - +
@@ -628,12 +628,12 @@

DependencyInclusionCheck.java

- + 41 - +
@@ -643,12 +643,12 @@

DependencyInclusionCheck.java

- + 42 - + @@ -658,12 +658,12 @@

DependencyInclusionCheck.java

- + 43 -1 +1 1. lambda$null$2 : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$null$2 → KILLED
@@ -675,12 +675,12 @@

DependencyInclusionCheck.java

- + 44 - +
@@ -690,12 +690,12 @@

DependencyInclusionCheck.java

- + 45 - + @@ -705,12 +705,12 @@

DependencyInclusionCheck.java

- + 46 - + @@ -720,12 +720,12 @@

DependencyInclusionCheck.java

- + 47 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::name → KILLED
@@ -737,12 +737,12 @@

DependencyInclusionCheck.java

- + 48 -1 +1 1. lambda$name$4 : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$name$4 → KILLED
@@ -754,12 +754,12 @@

DependencyInclusionCheck.java

- + 49 -1 +1 1. lambda$name$5 : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$name$5 → KILLED
@@ -771,12 +771,12 @@

DependencyInclusionCheck.java

- + 50 - +
@@ -786,12 +786,12 @@

DependencyInclusionCheck.java

- + 51 - +
@@ -803,101 +803,101 @@

DependencyInclusionCheck.java

Mutations

-22 +22 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest]/[method:name()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::name → KILLED

-
27 +27 - +

1.1
Location : explanation
Killed by : com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest]/[method:explanation()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::explanation → KILLED

-
33 +33 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest]/[method:included()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::checks → KILLED

-
35 +35 - +

1.1
Location : lambda$checks$3
Killed by : com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest]/[method:included()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$checks$3 → KILLED

-
38 +38 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest]/[method:included()]
replaced boolean return with true for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$null$0 → KILLED

2.2
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest]/[method:included()]
negated conditional → KILLED

-
39 +39 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest]/[method:excluded()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$null$1 → KILLED

-
43 +43 - +

1.1
Location : lambda$null$2
Killed by : com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest]/[method:excluded()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$null$2 → KILLED

-
47 +47 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest]/[method:included()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::name → KILLED

-
48 +48 - +

1.1
Location : lambda$name$4
Killed by : com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest]/[method:included()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$name$4 → KILLED

-
49 +49 - +

1.1
Location : lambda$name$5
Killed by : com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyInclusionCheckTest]/[method:included()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyInclusionCheck::lambda$name$5 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/DependencyLoopCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/DependencyLoopCheck.java.html similarity index 64% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/DependencyLoopCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/DependencyLoopCheck.java.html index e70ac768a7..89d1b045ec 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/DependencyLoopCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/DependencyLoopCheck.java.html @@ -15,12 +15,12 @@

DependencyLoopCheck.java

-
+ 1 - +
@@ -30,12 +30,12 @@

DependencyLoopCheck.java

- + 2 - + @@ -45,12 +45,12 @@

DependencyLoopCheck.java

- + 3 - + @@ -60,12 +60,12 @@

DependencyLoopCheck.java

- + 4 - + @@ -75,12 +75,12 @@

DependencyLoopCheck.java

- + 5 - + @@ -90,12 +90,12 @@

DependencyLoopCheck.java

- + 6 - + @@ -105,12 +105,12 @@

DependencyLoopCheck.java

- + 7 - + @@ -120,12 +120,12 @@

DependencyLoopCheck.java

- + 8 - + @@ -135,12 +135,12 @@

DependencyLoopCheck.java

- + 9 - + @@ -150,12 +150,12 @@

DependencyLoopCheck.java

- + 10 - + @@ -165,12 +165,12 @@

DependencyLoopCheck.java

- + 11 - + @@ -180,12 +180,12 @@

DependencyLoopCheck.java

- + 12 - + @@ -195,12 +195,12 @@

DependencyLoopCheck.java

- + 13 - + @@ -210,12 +210,12 @@

DependencyLoopCheck.java

- + 14 - + @@ -225,12 +225,12 @@

DependencyLoopCheck.java

- + 15 - + @@ -240,12 +240,12 @@

DependencyLoopCheck.java

- + 16 - + @@ -255,12 +255,12 @@

DependencyLoopCheck.java

- + 17 - + @@ -270,12 +270,12 @@

DependencyLoopCheck.java

- + 18 - + @@ -285,12 +285,12 @@

DependencyLoopCheck.java

- + 19 - + @@ -300,12 +300,12 @@

DependencyLoopCheck.java

- + 20 - + @@ -315,12 +315,12 @@

DependencyLoopCheck.java

- + 21 - + @@ -330,12 +330,12 @@

DependencyLoopCheck.java

- + 22 - + @@ -345,12 +345,12 @@

DependencyLoopCheck.java

- + 23 - + @@ -360,12 +360,12 @@

DependencyLoopCheck.java

- + 24 - + @@ -375,12 +375,12 @@

DependencyLoopCheck.java

- + 25 - + @@ -390,12 +390,12 @@

DependencyLoopCheck.java

- + 26 - + @@ -405,12 +405,12 @@

DependencyLoopCheck.java

- + 27 - + @@ -420,12 +420,12 @@

DependencyLoopCheck.java

- + 28 - + @@ -435,12 +435,12 @@

DependencyLoopCheck.java

- + 29 - + @@ -450,12 +450,12 @@

DependencyLoopCheck.java

- + 30 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyLoopCheck::name → KILLED
@@ -467,12 +467,12 @@

DependencyLoopCheck.java

- + 31 - +
@@ -482,12 +482,12 @@

DependencyLoopCheck.java

- + 32 - + @@ -497,12 +497,12 @@

DependencyLoopCheck.java

- + 33 - + @@ -512,12 +512,12 @@

DependencyLoopCheck.java

- + 34 - + @@ -527,12 +527,12 @@

DependencyLoopCheck.java

- + 35 -1 +1 1. explanation : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyLoopCheck::explanation → KILLED
@@ -544,12 +544,12 @@

DependencyLoopCheck.java

- + 36 - +
@@ -559,12 +559,12 @@

DependencyLoopCheck.java

- + 37 - + @@ -574,12 +574,12 @@

DependencyLoopCheck.java

- + 38 - + @@ -589,12 +589,12 @@

DependencyLoopCheck.java

- + 39 - + @@ -604,12 +604,12 @@

DependencyLoopCheck.java

- + 40 -1 +1 1. checks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/DependencyLoopCheck::checks → KILLED
@@ -621,12 +621,12 @@

DependencyLoopCheck.java

- + 41 -1 +1 1. lambda$checks$2 : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$checks$2 → KILLED
@@ -638,12 +638,12 @@

DependencyLoopCheck.java

- + 42 - +
@@ -653,12 +653,12 @@

DependencyLoopCheck.java

- + 43 -1 +1 1. lambda$null$1 : negated conditional → KILLED
@@ -670,12 +670,12 @@

DependencyLoopCheck.java

- + 44 -1 +1 1. lambda$null$1 : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$null$1 → KILLED
@@ -687,12 +687,12 @@

DependencyLoopCheck.java

- + 45 - +
@@ -702,12 +702,12 @@

DependencyLoopCheck.java

- + 46 - +
@@ -717,12 +717,12 @@

DependencyLoopCheck.java

- + 47 -1 +1 1. lambda$null$0 : replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$null$0 → KILLED
@@ -734,12 +734,12 @@

DependencyLoopCheck.java

- + 48 - +
@@ -749,12 +749,12 @@

DependencyLoopCheck.java

- + 49 - +
@@ -764,12 +764,12 @@

DependencyLoopCheck.java

- + 50 - + @@ -779,12 +779,12 @@

DependencyLoopCheck.java

- + 51 - + @@ -794,12 +794,12 @@

DependencyLoopCheck.java

- + 52 - + @@ -809,12 +809,12 @@

DependencyLoopCheck.java

- + 53 - + @@ -824,12 +824,12 @@

DependencyLoopCheck.java

- + 54 - + @@ -839,12 +839,12 @@

DependencyLoopCheck.java

- + 55 - + @@ -854,12 +854,12 @@

DependencyLoopCheck.java

- + 56 -1 +1 1. dependencyLoop : negated conditional → KILLED
@@ -871,12 +871,12 @@

DependencyLoopCheck.java

- + 57 - +
@@ -886,12 +886,12 @@

DependencyLoopCheck.java

- + 58 - + @@ -901,12 +901,12 @@

DependencyLoopCheck.java

- + 59 - + @@ -916,12 +916,12 @@

DependencyLoopCheck.java

- + 60 -1 +1 1. dependencyLoop : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::dependencyLoop → KILLED
@@ -933,12 +933,12 @@

DependencyLoopCheck.java

- + 61 - +
@@ -948,12 +948,12 @@

DependencyLoopCheck.java

- + 62 - + @@ -963,12 +963,12 @@

DependencyLoopCheck.java

- + 63 - + @@ -978,12 +978,12 @@

DependencyLoopCheck.java

- + 64 - + @@ -993,12 +993,12 @@

DependencyLoopCheck.java

- + 65 - + @@ -1008,12 +1008,12 @@

DependencyLoopCheck.java

- + 66 - + @@ -1023,12 +1023,12 @@

DependencyLoopCheck.java

- + 67 -1 +1 1. lambda$dependencyLoop$3 : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$dependencyLoop$3 → KILLED
@@ -1040,12 +1040,12 @@

DependencyLoopCheck.java

- + 68 - +
@@ -1055,12 +1055,12 @@

DependencyLoopCheck.java

- + 69 -2 +2 1. lambda$dependencyLoop$4 : negated conditional → KILLED
2. lambda$dependencyLoop$4 : replaced boolean return with true for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$dependencyLoop$4 → KILLED
@@ -1073,12 +1073,12 @@

DependencyLoopCheck.java

- + 70 - +
@@ -1088,12 +1088,12 @@

DependencyLoopCheck.java

- + 71 - + @@ -1103,12 +1103,12 @@

DependencyLoopCheck.java

- + 72 - + @@ -1118,12 +1118,12 @@

DependencyLoopCheck.java

- + 73 - + @@ -1133,12 +1133,12 @@

DependencyLoopCheck.java

- + 74 -1 +1 1. lambda$dependencyLoop$5 : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$dependencyLoop$5 → KILLED
@@ -1150,12 +1150,12 @@

DependencyLoopCheck.java

- + 75 - +
@@ -1165,12 +1165,12 @@

DependencyLoopCheck.java

- + 76 - + @@ -1180,12 +1180,12 @@

DependencyLoopCheck.java

- + 77 - + @@ -1195,12 +1195,12 @@

DependencyLoopCheck.java

- + 78 - + @@ -1210,12 +1210,12 @@

DependencyLoopCheck.java

- + 79 -2 +2 1. lambda$dependencyLoop$6 : removed call to java/util/Deque::addFirst → KILLED
2. dependencyLoop : removed call to java/util/Optional::ifPresent → KILLED
@@ -1228,12 +1228,12 @@

DependencyLoopCheck.java

- + 80 - +
@@ -1243,12 +1243,12 @@

DependencyLoopCheck.java

- + 81 -1 +1 1. dependencyLoop : replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::dependencyLoop → KILLED
@@ -1260,12 +1260,12 @@

DependencyLoopCheck.java

- + 82 - +
@@ -1275,12 +1275,12 @@

DependencyLoopCheck.java

- + 83 - + @@ -1290,12 +1290,12 @@

DependencyLoopCheck.java

- + 84 - + @@ -1307,141 +1307,141 @@

DependencyLoopCheck.java

Mutations

-30 +30 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:name()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyLoopCheck::name → KILLED

-
35 +35 - +

1.1
Location : explanation
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:explanation()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyLoopCheck::explanation → KILLED

-
40 +40 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:noDependencies()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/DependencyLoopCheck::checks → KILLED

-
41 +41 - +

1.1
Location : lambda$checks$2
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:noDependencies()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$checks$2 → KILLED

-
43 +43 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:noDependencies()]
negated conditional → KILLED

-
44 +44 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:codependency()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$null$1 → KILLED

-
47 +47 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:codependency()]
replaced return value with "" for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$null$0 → KILLED

-
56 +56 - +

1.1
Location : dependencyLoop
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:noDependencies()]
negated conditional → KILLED

-
60 +60 - +

1.1
Location : dependencyLoop
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:codependency()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::dependencyLoop → KILLED

-
67 +67 - +

1.1
Location : lambda$dependencyLoop$3
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:codependency()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$dependencyLoop$3 → KILLED

-
69 +69 - +

1.1
Location : lambda$dependencyLoop$4
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:self()]
negated conditional → KILLED

2.2
Location : lambda$dependencyLoop$4
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:self()]
replaced boolean return with true for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$dependencyLoop$4 → KILLED

-
74 +74 - +

1.1
Location : lambda$dependencyLoop$5
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:codependency()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::lambda$dependencyLoop$5 → KILLED

-
79 +79 - +

1.1
Location : lambda$dependencyLoop$6
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:codependency()]
removed call to java/util/Deque::addFirst → KILLED

2.2
Location : dependencyLoop
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:codependency()]
removed call to java/util/Optional::ifPresent → KILLED

-
81 +81 - +

1.1
Location : dependencyLoop
Killed by : com.mastercard.test.flow.validation.check.DependencyLoopCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.DependencyLoopCheckTest]/[method:codependency()]
replaced return value with null for com/mastercard/test/flow/validation/check/DependencyLoopCheck::dependencyLoop → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/FlowIdentityCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/FlowIdentityCheck.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/FlowIdentityCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/FlowIdentityCheck.java.html index 26c72ce8d4..6556bf0c81 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/FlowIdentityCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/FlowIdentityCheck.java.html @@ -15,12 +15,12 @@

FlowIdentityCheck.java

-
+ 1 - + @@ -30,12 +30,12 @@

FlowIdentityCheck.java

- + 2 - + @@ -45,12 +45,12 @@

FlowIdentityCheck.java

- + 3 - + @@ -60,12 +60,12 @@

FlowIdentityCheck.java

- + 4 - + @@ -75,12 +75,12 @@

FlowIdentityCheck.java

- + 5 - + @@ -90,12 +90,12 @@

FlowIdentityCheck.java

- + 6 - + @@ -105,12 +105,12 @@

FlowIdentityCheck.java

- + 7 - + @@ -120,12 +120,12 @@

FlowIdentityCheck.java

- + 8 - + @@ -135,12 +135,12 @@

FlowIdentityCheck.java

- + 9 - + @@ -150,12 +150,12 @@

FlowIdentityCheck.java

- + 10 - + @@ -165,12 +165,12 @@

FlowIdentityCheck.java

- + 11 - + @@ -180,12 +180,12 @@

FlowIdentityCheck.java

- + 12 - + @@ -195,12 +195,12 @@

FlowIdentityCheck.java

- + 13 - + @@ -210,12 +210,12 @@

FlowIdentityCheck.java

- + 14 - + @@ -225,12 +225,12 @@

FlowIdentityCheck.java

- + 15 - + @@ -240,12 +240,12 @@

FlowIdentityCheck.java

- + 16 - + @@ -255,12 +255,12 @@

FlowIdentityCheck.java

- + 17 - + @@ -270,12 +270,12 @@

FlowIdentityCheck.java

- + 18 - + @@ -285,12 +285,12 @@

FlowIdentityCheck.java

- + 19 - + @@ -300,12 +300,12 @@

FlowIdentityCheck.java

- + 20 -1 +1 1. violation : negated conditional → KILLED
@@ -317,12 +317,12 @@

FlowIdentityCheck.java

- + 21 -1 +1 1. violation : replaced return value with Optional.empty for com/mastercard/test/flow/validation/check/FlowIdentityCheck::violation → KILLED
@@ -334,12 +334,12 @@

FlowIdentityCheck.java

- + 22 - +
@@ -349,12 +349,12 @@

FlowIdentityCheck.java

- + 23 - +
@@ -364,12 +364,12 @@

FlowIdentityCheck.java

- + 24 - + @@ -379,12 +379,12 @@

FlowIdentityCheck.java

- + 25 - + @@ -394,12 +394,12 @@

FlowIdentityCheck.java

- + 26 - + @@ -411,21 +411,21 @@

FlowIdentityCheck.java

Mutations

-20 +20 - +

1.1
Location : violation
Killed by : com.mastercard.test.flow.validation.check.FlowIdentityCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.FlowIdentityCheckTest]/[method:pair()]
negated conditional → KILLED

-
21 +21 - +

1.1
Location : violation
Killed by : com.mastercard.test.flow.validation.check.FlowIdentityCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.FlowIdentityCheckTest]/[method:quad()]
replaced return value with Optional.empty for com/mastercard/test/flow/validation/check/FlowIdentityCheck::violation → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/FlowPairCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/FlowPairCheck.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/FlowPairCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/FlowPairCheck.java.html index d7533df1fd..5e96815cac 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/FlowPairCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/FlowPairCheck.java.html @@ -15,12 +15,12 @@

FlowPairCheck.java

-
+ 1 - + @@ -30,12 +30,12 @@

FlowPairCheck.java

- + 2 - + @@ -45,12 +45,12 @@

FlowPairCheck.java

- + 3 - + @@ -60,12 +60,12 @@

FlowPairCheck.java

- + 4 - + @@ -75,12 +75,12 @@

FlowPairCheck.java

- + 5 - + @@ -90,12 +90,12 @@

FlowPairCheck.java

- + 6 - + @@ -105,12 +105,12 @@

FlowPairCheck.java

- + 7 - + @@ -120,12 +120,12 @@

FlowPairCheck.java

- + 8 - + @@ -135,12 +135,12 @@

FlowPairCheck.java

- + 9 - + @@ -150,12 +150,12 @@

FlowPairCheck.java

- + 10 - + @@ -165,12 +165,12 @@

FlowPairCheck.java

- + 11 - + @@ -180,12 +180,12 @@

FlowPairCheck.java

- + 12 - + @@ -195,12 +195,12 @@

FlowPairCheck.java

- + 13 - + @@ -210,12 +210,12 @@

FlowPairCheck.java

- + 14 - + @@ -225,12 +225,12 @@

FlowPairCheck.java

- + 15 - + @@ -240,12 +240,12 @@

FlowPairCheck.java

- + 16 - + @@ -255,12 +255,12 @@

FlowPairCheck.java

- + 17 - + @@ -270,12 +270,12 @@

FlowPairCheck.java

- + 18 - + @@ -285,12 +285,12 @@

FlowPairCheck.java

- + 19 - + @@ -300,12 +300,12 @@

FlowPairCheck.java

- + 20 - + @@ -315,12 +315,12 @@

FlowPairCheck.java

- + 21 - + @@ -330,12 +330,12 @@

FlowPairCheck.java

- + 22 - + @@ -345,12 +345,12 @@

FlowPairCheck.java

- + 23 - + @@ -360,12 +360,12 @@

FlowPairCheck.java

- + 24 - + @@ -375,12 +375,12 @@

FlowPairCheck.java

- + 25 - + @@ -390,12 +390,12 @@

FlowPairCheck.java

- + 26 - + @@ -405,12 +405,12 @@

FlowPairCheck.java

- + 27 - + @@ -420,12 +420,12 @@

FlowPairCheck.java

- + 28 - + @@ -435,12 +435,12 @@

FlowPairCheck.java

- + 29 - + @@ -450,12 +450,12 @@

FlowPairCheck.java

- + 30 - + @@ -465,12 +465,12 @@

FlowPairCheck.java

- + 31 - + @@ -480,12 +480,12 @@

FlowPairCheck.java

- + 32 - + @@ -495,12 +495,12 @@

FlowPairCheck.java

- + 33 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/check/FlowPairCheck::name → KILLED
@@ -512,12 +512,12 @@

FlowPairCheck.java

- + 34 - +
@@ -527,12 +527,12 @@

FlowPairCheck.java

- + 35 - + @@ -542,12 +542,12 @@

FlowPairCheck.java

- + 36 - + @@ -557,12 +557,12 @@

FlowPairCheck.java

- + 37 - + @@ -572,12 +572,12 @@

FlowPairCheck.java

- + 38 -1 +1 1. explanation : replaced return value with "" for com/mastercard/test/flow/validation/check/FlowPairCheck::explanation → KILLED
@@ -589,12 +589,12 @@

FlowPairCheck.java

- + 39 - +
@@ -604,12 +604,12 @@

FlowPairCheck.java

- + 40 - + @@ -619,12 +619,12 @@

FlowPairCheck.java

- + 41 - + @@ -634,12 +634,12 @@

FlowPairCheck.java

- + 42 - + @@ -649,12 +649,12 @@

FlowPairCheck.java

- + 43 - + @@ -664,12 +664,12 @@

FlowPairCheck.java

- + 44 -1 +1 1. lambda$checks$0 : replaced return value with null for com/mastercard/test/flow/validation/check/FlowPairCheck::lambda$checks$0 → KILLED
@@ -681,12 +681,12 @@

FlowPairCheck.java

- + 45 - +
@@ -696,12 +696,12 @@

FlowPairCheck.java

- + 46 -2 +2 1. checks : changed conditional boundary → KILLED
2. checks : negated conditional → KILLED
@@ -714,12 +714,12 @@

FlowPairCheck.java

- + 47 - +
@@ -729,12 +729,12 @@

FlowPairCheck.java

- + 48 -3 +3 1. checks : negated conditional → KILLED
2. checks : Replaced integer addition with subtraction → KILLED
@@ -748,12 +748,12 @@

FlowPairCheck.java

- + 49 - +
@@ -763,12 +763,12 @@

FlowPairCheck.java

- + 50 - + @@ -778,12 +778,12 @@

FlowPairCheck.java

- + 51 - + @@ -793,12 +793,12 @@

FlowPairCheck.java

- + 52 - + @@ -808,12 +808,12 @@

FlowPairCheck.java

- + 53 - + @@ -823,12 +823,12 @@

FlowPairCheck.java

- + 54 -1 +1 1. lambda$null$1 : replaced return value with null for com/mastercard/test/flow/validation/check/FlowPairCheck::lambda$null$1 → KILLED
@@ -840,12 +840,12 @@

FlowPairCheck.java

- + 55 - +
@@ -855,12 +855,12 @@

FlowPairCheck.java

- + 56 - + @@ -870,12 +870,12 @@

FlowPairCheck.java

- + 57 -1 +1 1. lambda$checks$2 : replaced return value with null for com/mastercard/test/flow/validation/check/FlowPairCheck::lambda$checks$2 → KILLED
@@ -887,12 +887,12 @@

FlowPairCheck.java

- + 58 - +
@@ -902,12 +902,12 @@

FlowPairCheck.java

- + 59 - + @@ -917,12 +917,12 @@

FlowPairCheck.java

- + 60 -1 +1 1. checks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/FlowPairCheck::checks → KILLED
@@ -934,12 +934,12 @@

FlowPairCheck.java

- + 61 - +
@@ -949,12 +949,12 @@

FlowPairCheck.java

- + 62 - + @@ -964,12 +964,12 @@

FlowPairCheck.java

- + 63 - + @@ -979,12 +979,12 @@

FlowPairCheck.java

- + 64 - + @@ -994,12 +994,12 @@

FlowPairCheck.java

- + 65 - + @@ -1009,12 +1009,12 @@

FlowPairCheck.java

- + 66 - + @@ -1024,12 +1024,12 @@

FlowPairCheck.java

- + 67 - + @@ -1039,12 +1039,12 @@

FlowPairCheck.java

- + 68 - + @@ -1054,12 +1054,12 @@

FlowPairCheck.java

- + 69 - + @@ -1069,12 +1069,12 @@

FlowPairCheck.java

- + 70 - + @@ -1084,12 +1084,12 @@

FlowPairCheck.java

- + 71 - + @@ -1099,12 +1099,12 @@

FlowPairCheck.java

- + 72 - + @@ -1116,83 +1116,83 @@

FlowPairCheck.java

Mutations

-33 +33 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:name()]
replaced return value with "" for com/mastercard/test/flow/validation/check/FlowPairCheck::name → KILLED

-
38 +38 - +

1.1
Location : explanation
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:explanation()]
replaced return value with "" for com/mastercard/test/flow/validation/check/FlowPairCheck::explanation → KILLED

-
44 +44 - +

1.1
Location : lambda$checks$0
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:empty()]
replaced return value with null for com/mastercard/test/flow/validation/check/FlowPairCheck::lambda$checks$0 → KILLED

-
46 +46 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:empty()]
changed conditional boundary → KILLED

2.2
Location : checks
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:empty()]
negated conditional → KILLED

-
48 +48 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:single()]
negated conditional → KILLED

2.2
Location : checks
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:single()]
Replaced integer addition with subtraction → KILLED

3.3
Location : checks
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:single()]
changed conditional boundary → KILLED

-
54 +54 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:violation()]
replaced return value with null for com/mastercard/test/flow/validation/check/FlowPairCheck::lambda$null$1 → KILLED

-
57 +57 - +

1.1
Location : lambda$checks$2
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:violation()]
replaced return value with null for com/mastercard/test/flow/validation/check/FlowPairCheck::lambda$checks$2 → KILLED

-
60 +60 - + -

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:pair()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/FlowPairCheck::checks → KILLED

+

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:triple()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/FlowPairCheck::checks → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/InteractionIdentityCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/InteractionIdentityCheck.java.html similarity index 63% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/InteractionIdentityCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/InteractionIdentityCheck.java.html index 0d75201060..22aae0a320 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/InteractionIdentityCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/InteractionIdentityCheck.java.html @@ -15,12 +15,12 @@

InteractionIdentityCheck.java

-
+ 1 - + @@ -30,12 +30,12 @@

InteractionIdentityCheck.java

- + 2 - + @@ -45,12 +45,12 @@

InteractionIdentityCheck.java

- + 3 - + @@ -60,12 +60,12 @@

InteractionIdentityCheck.java

- + 4 - + @@ -75,12 +75,12 @@

InteractionIdentityCheck.java

- + 5 - + @@ -90,12 +90,12 @@

InteractionIdentityCheck.java

- + 6 - + @@ -105,12 +105,12 @@

InteractionIdentityCheck.java

- + 7 - + @@ -120,12 +120,12 @@

InteractionIdentityCheck.java

- + 8 - + @@ -135,12 +135,12 @@

InteractionIdentityCheck.java

- + 9 - + @@ -150,12 +150,12 @@

InteractionIdentityCheck.java

- + 10 - + @@ -165,12 +165,12 @@

InteractionIdentityCheck.java

- + 11 - + @@ -180,12 +180,12 @@

InteractionIdentityCheck.java

- + 12 - + @@ -195,12 +195,12 @@

InteractionIdentityCheck.java

- + 13 - + @@ -210,12 +210,12 @@

InteractionIdentityCheck.java

- + 14 - + @@ -225,12 +225,12 @@

InteractionIdentityCheck.java

- + 15 - + @@ -240,12 +240,12 @@

InteractionIdentityCheck.java

- + 16 - + @@ -255,12 +255,12 @@

InteractionIdentityCheck.java

- + 17 - + @@ -270,12 +270,12 @@

InteractionIdentityCheck.java

- + 18 - + @@ -285,12 +285,12 @@

InteractionIdentityCheck.java

- + 19 - + @@ -300,12 +300,12 @@

InteractionIdentityCheck.java

- + 20 - + @@ -315,12 +315,12 @@

InteractionIdentityCheck.java

- + 21 - + @@ -330,12 +330,12 @@

InteractionIdentityCheck.java

- + 22 - + @@ -345,12 +345,12 @@

InteractionIdentityCheck.java

- + 23 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::name → KILLED
@@ -362,12 +362,12 @@

InteractionIdentityCheck.java

- + 24 - +
@@ -377,12 +377,12 @@

InteractionIdentityCheck.java

- + 25 - + @@ -392,12 +392,12 @@

InteractionIdentityCheck.java

- + 26 - + @@ -407,12 +407,12 @@

InteractionIdentityCheck.java

- + 27 - + @@ -422,12 +422,12 @@

InteractionIdentityCheck.java

- + 28 -1 +1 1. explanation : replaced return value with "" for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::explanation → KILLED
@@ -439,12 +439,12 @@

InteractionIdentityCheck.java

- + 29 - +
@@ -454,12 +454,12 @@

InteractionIdentityCheck.java

- + 30 - + @@ -469,12 +469,12 @@

InteractionIdentityCheck.java

- + 31 - + @@ -484,12 +484,12 @@

InteractionIdentityCheck.java

- + 32 - + @@ -499,12 +499,12 @@

InteractionIdentityCheck.java

- + 33 -1 +1 1. checks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::checks → KILLED
@@ -516,12 +516,12 @@

InteractionIdentityCheck.java

- + 34 -1 +1 1. lambda$checks$2 : replaced return value with null for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::lambda$checks$2 → KILLED
@@ -533,12 +533,12 @@

InteractionIdentityCheck.java

- + 35 - +
@@ -548,12 +548,12 @@

InteractionIdentityCheck.java

- + 36 -1 +1 1. lambda$null$1 : replaced return value with null for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::lambda$null$1 → KILLED
@@ -565,12 +565,12 @@

InteractionIdentityCheck.java

- + 37 - +
@@ -580,12 +580,12 @@

InteractionIdentityCheck.java

- + 38 - +
@@ -595,12 +595,12 @@

InteractionIdentityCheck.java

- + 39 - + @@ -610,12 +610,12 @@

InteractionIdentityCheck.java

- + 40 -1 +1 1. lambda$null$0 : negated conditional → KILLED
@@ -627,12 +627,12 @@

InteractionIdentityCheck.java

- + 41 -1 +1 1. lambda$null$0 : replaced return value with null for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::lambda$null$0 → KILLED
@@ -644,12 +644,12 @@

InteractionIdentityCheck.java

- + 42 - +
@@ -659,12 +659,12 @@

InteractionIdentityCheck.java

- + 43 - +
@@ -674,12 +674,12 @@

InteractionIdentityCheck.java

- + 44 - + @@ -689,12 +689,12 @@

InteractionIdentityCheck.java

- + 45 - + @@ -704,12 +704,12 @@

InteractionIdentityCheck.java

- + 46 - + @@ -719,12 +719,12 @@

InteractionIdentityCheck.java

- + 47 - + @@ -734,12 +734,12 @@

InteractionIdentityCheck.java

- + 48 - + @@ -749,12 +749,12 @@

InteractionIdentityCheck.java

- + 49 - + @@ -764,12 +764,12 @@

InteractionIdentityCheck.java

- + 50 - + @@ -779,12 +779,12 @@

InteractionIdentityCheck.java

- + 51 - + @@ -794,12 +794,12 @@

InteractionIdentityCheck.java

- + 52 - + @@ -809,12 +809,12 @@

InteractionIdentityCheck.java

- + 53 - + @@ -826,71 +826,71 @@

InteractionIdentityCheck.java

Mutations

-23 +23 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest]/[method:name()]
replaced return value with "" for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::name → KILLED

-
28 +28 - +

1.1
Location : explanation
Killed by : com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest]/[method:explanation()]
replaced return value with "" for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::explanation → KILLED

-
33 +33 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest]/[method:single()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::checks → KILLED

-
34 +34 - +

1.1
Location : lambda$checks$2
Killed by : com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest]/[method:single()]
replaced return value with null for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::lambda$checks$2 → KILLED

-
36 +36 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest]/[method:violation()]
replaced return value with null for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::lambda$null$1 → KILLED

-
40 +40 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest]/[method:single()]
negated conditional → KILLED

-
41 +41 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.InteractionIdentityCheckTest]/[method:violation()]
replaced return value with null for com/mastercard/test/flow/validation/check/InteractionIdentityCheck::lambda$null$0 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/MessageSharingCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/MessageSharingCheck.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/MessageSharingCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/MessageSharingCheck.java.html index 21bca65c25..6098aae17a 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/MessageSharingCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/MessageSharingCheck.java.html @@ -15,12 +15,12 @@

MessageSharingCheck.java

-
+ 1 - + @@ -30,12 +30,12 @@

MessageSharingCheck.java

- + 2 - + @@ -45,12 +45,12 @@

MessageSharingCheck.java

- + 3 - + @@ -60,12 +60,12 @@

MessageSharingCheck.java

- + 4 - + @@ -75,12 +75,12 @@

MessageSharingCheck.java

- + 5 - + @@ -90,12 +90,12 @@

MessageSharingCheck.java

- + 6 - + @@ -105,12 +105,12 @@

MessageSharingCheck.java

- + 7 - + @@ -120,12 +120,12 @@

MessageSharingCheck.java

- + 8 - + @@ -135,12 +135,12 @@

MessageSharingCheck.java

- + 9 - + @@ -150,12 +150,12 @@

MessageSharingCheck.java

- + 10 - + @@ -165,12 +165,12 @@

MessageSharingCheck.java

- + 11 - + @@ -180,12 +180,12 @@

MessageSharingCheck.java

- + 12 - + @@ -195,12 +195,12 @@

MessageSharingCheck.java

- + 13 - + @@ -210,12 +210,12 @@

MessageSharingCheck.java

- + 14 - + @@ -225,12 +225,12 @@

MessageSharingCheck.java

- + 15 - + @@ -240,12 +240,12 @@

MessageSharingCheck.java

- + 16 - + @@ -255,12 +255,12 @@

MessageSharingCheck.java

- + 17 - + @@ -270,12 +270,12 @@

MessageSharingCheck.java

- + 18 - + @@ -285,12 +285,12 @@

MessageSharingCheck.java

- + 19 - + @@ -300,12 +300,12 @@

MessageSharingCheck.java

- + 20 - + @@ -315,12 +315,12 @@

MessageSharingCheck.java

- + 21 - + @@ -330,12 +330,12 @@

MessageSharingCheck.java

- + 22 - + @@ -345,12 +345,12 @@

MessageSharingCheck.java

- + 23 - + @@ -360,12 +360,12 @@

MessageSharingCheck.java

- + 24 - + @@ -375,12 +375,12 @@

MessageSharingCheck.java

- + 25 - + @@ -390,12 +390,12 @@

MessageSharingCheck.java

- + 26 - + @@ -405,12 +405,12 @@

MessageSharingCheck.java

- + 27 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/check/MessageSharingCheck::name → KILLED
@@ -422,12 +422,12 @@

MessageSharingCheck.java

- + 28 - +
@@ -437,12 +437,12 @@

MessageSharingCheck.java

- + 29 - + @@ -452,12 +452,12 @@

MessageSharingCheck.java

- + 30 - + @@ -467,12 +467,12 @@

MessageSharingCheck.java

- + 31 - + @@ -482,12 +482,12 @@

MessageSharingCheck.java

- + 32 -1 +1 1. explanation : replaced return value with "" for com/mastercard/test/flow/validation/check/MessageSharingCheck::explanation → KILLED
@@ -499,12 +499,12 @@

MessageSharingCheck.java

- + 33 - +
@@ -514,12 +514,12 @@

MessageSharingCheck.java

- + 34 - + @@ -529,12 +529,12 @@

MessageSharingCheck.java

- + 35 - + @@ -544,12 +544,12 @@

MessageSharingCheck.java

- + 36 - + @@ -559,12 +559,12 @@

MessageSharingCheck.java

- + 37 - + @@ -574,12 +574,12 @@

MessageSharingCheck.java

- + 38 -1 +1 1. lambda$checks$0 : replaced return value with null for com/mastercard/test/flow/validation/check/MessageSharingCheck::lambda$checks$0 → KILLED
@@ -591,12 +591,12 @@

MessageSharingCheck.java

- + 39 - +
@@ -606,12 +606,12 @@

MessageSharingCheck.java

- + 40 - + @@ -621,12 +621,12 @@

MessageSharingCheck.java

- + 41 - + @@ -636,12 +636,12 @@

MessageSharingCheck.java

- + 42 -2 +2 1. checks : negated conditional → KILLED
2. checks : changed conditional boundary → KILLED
@@ -654,12 +654,12 @@

MessageSharingCheck.java

- + 43 - +
@@ -669,12 +669,12 @@

MessageSharingCheck.java

- + 44 - + @@ -684,12 +684,12 @@

MessageSharingCheck.java

- + 45 - + @@ -699,12 +699,12 @@

MessageSharingCheck.java

- + 46 - + @@ -714,12 +714,12 @@

MessageSharingCheck.java

- + 47 - + @@ -729,12 +729,12 @@

MessageSharingCheck.java

- + 48 - + @@ -744,12 +744,12 @@

MessageSharingCheck.java

- + 49 - + @@ -759,12 +759,12 @@

MessageSharingCheck.java

- + 50 - + @@ -774,12 +774,12 @@

MessageSharingCheck.java

- + 51 - + @@ -789,12 +789,12 @@

MessageSharingCheck.java

- + 52 -1 +1 1. lambda$checks$1 : negated conditional → KILLED
@@ -806,12 +806,12 @@

MessageSharingCheck.java

- + 53 -1 +1 1. lambda$checks$1 : replaced return value with null for com/mastercard/test/flow/validation/check/MessageSharingCheck::lambda$checks$1 → KILLED
@@ -823,12 +823,12 @@

MessageSharingCheck.java

- + 54 - +
@@ -838,12 +838,12 @@

MessageSharingCheck.java

- + 55 - +
@@ -853,12 +853,12 @@

MessageSharingCheck.java

- + 56 - + @@ -868,12 +868,12 @@

MessageSharingCheck.java

- + 57 - + @@ -883,12 +883,12 @@

MessageSharingCheck.java

- + 58 - + @@ -898,12 +898,12 @@

MessageSharingCheck.java

- + 59 - + @@ -913,12 +913,12 @@

MessageSharingCheck.java

- + 60 - + @@ -928,12 +928,12 @@

MessageSharingCheck.java

- + 61 - + @@ -943,12 +943,12 @@

MessageSharingCheck.java

- + 62 -1 +1 1. checks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/MessageSharingCheck::checks → KILLED
@@ -960,12 +960,12 @@

MessageSharingCheck.java

- + 63 - +
@@ -975,12 +975,12 @@

MessageSharingCheck.java

- + 64 - + @@ -990,12 +990,12 @@

MessageSharingCheck.java

- + 65 - + @@ -1005,12 +1005,12 @@

MessageSharingCheck.java

- + 66 - + @@ -1020,12 +1020,12 @@

MessageSharingCheck.java

- + 67 - + @@ -1035,12 +1035,12 @@

MessageSharingCheck.java

- + 68 - + @@ -1050,12 +1050,12 @@

MessageSharingCheck.java

- + 69 - + @@ -1065,12 +1065,12 @@

MessageSharingCheck.java

- + 70 - + @@ -1080,12 +1080,12 @@

MessageSharingCheck.java

- + 71 - + @@ -1095,12 +1095,12 @@

MessageSharingCheck.java

- + 72 - + @@ -1110,12 +1110,12 @@

MessageSharingCheck.java

- + 73 - + @@ -1125,12 +1125,12 @@

MessageSharingCheck.java

- + 74 - + @@ -1142,71 +1142,71 @@

MessageSharingCheck.java

Mutations

-27 +27 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.MessageSharingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.MessageSharingCheckTest]/[method:name()]
replaced return value with "" for com/mastercard/test/flow/validation/check/MessageSharingCheck::name → KILLED

-
32 +32 - +

1.1
Location : explanation
Killed by : com.mastercard.test.flow.validation.check.MessageSharingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.MessageSharingCheckTest]/[method:explanation()]
replaced return value with "" for com/mastercard/test/flow/validation/check/MessageSharingCheck::explanation → KILLED

-
38 +38 - +

1.1
Location : lambda$checks$0
Killed by : com.mastercard.test.flow.validation.check.MessageSharingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.MessageSharingCheckTest]/[method:pass()]
replaced return value with null for com/mastercard/test/flow/validation/check/MessageSharingCheck::lambda$checks$0 → KILLED

-
42 +42 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.MessageSharingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.MessageSharingCheckTest]/[method:pass()]
negated conditional → KILLED

2.2
Location : checks
Killed by : com.mastercard.test.flow.validation.check.MessageSharingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.MessageSharingCheckTest]/[method:pass()]
changed conditional boundary → KILLED

-
52 +52 - +

1.1
Location : lambda$checks$1
Killed by : com.mastercard.test.flow.validation.check.MessageSharingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.MessageSharingCheckTest]/[method:pass()]
negated conditional → KILLED

-
53 +53 - + -

1.1
Location : lambda$checks$1
Killed by : com.mastercard.test.flow.validation.check.MessageSharingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.MessageSharingCheckTest]/[method:intraflow()]
replaced return value with null for com/mastercard/test/flow/validation/check/MessageSharingCheck::lambda$checks$1 → KILLED

+

1.1
Location : lambda$checks$1
Killed by : com.mastercard.test.flow.validation.check.MessageSharingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.MessageSharingCheckTest]/[method:interflow()]
replaced return value with null for com/mastercard/test/flow/validation/check/MessageSharingCheck::lambda$checks$1 → KILLED

-
62 +62 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.MessageSharingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.MessageSharingCheckTest]/[method:pass()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/MessageSharingCheck::checks → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ModelTaggingCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ModelTaggingCheck.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ModelTaggingCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ModelTaggingCheck.java.html index 316f437e6f..65f90919b4 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ModelTaggingCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ModelTaggingCheck.java.html @@ -15,12 +15,12 @@

ModelTaggingCheck.java

-
+ 1 - + @@ -30,12 +30,12 @@

ModelTaggingCheck.java

- + 2 - + @@ -45,12 +45,12 @@

ModelTaggingCheck.java

- + 3 - + @@ -60,12 +60,12 @@

ModelTaggingCheck.java

- + 4 - + @@ -75,12 +75,12 @@

ModelTaggingCheck.java

- + 5 - + @@ -90,12 +90,12 @@

ModelTaggingCheck.java

- + 6 - + @@ -105,12 +105,12 @@

ModelTaggingCheck.java

- + 7 - + @@ -120,12 +120,12 @@

ModelTaggingCheck.java

- + 8 - + @@ -135,12 +135,12 @@

ModelTaggingCheck.java

- + 9 - + @@ -150,12 +150,12 @@

ModelTaggingCheck.java

- + 10 - + @@ -165,12 +165,12 @@

ModelTaggingCheck.java

- + 11 - + @@ -180,12 +180,12 @@

ModelTaggingCheck.java

- + 12 - + @@ -195,12 +195,12 @@

ModelTaggingCheck.java

- + 13 - + @@ -210,12 +210,12 @@

ModelTaggingCheck.java

- + 14 - + @@ -225,12 +225,12 @@

ModelTaggingCheck.java

- + 15 - + @@ -240,12 +240,12 @@

ModelTaggingCheck.java

- + 16 - + @@ -255,12 +255,12 @@

ModelTaggingCheck.java

- + 17 - + @@ -270,12 +270,12 @@

ModelTaggingCheck.java

- + 18 - + @@ -285,12 +285,12 @@

ModelTaggingCheck.java

- + 19 - + @@ -300,12 +300,12 @@

ModelTaggingCheck.java

- + 20 - + @@ -315,12 +315,12 @@

ModelTaggingCheck.java

- + 21 - + @@ -330,12 +330,12 @@

ModelTaggingCheck.java

- + 22 - + @@ -345,12 +345,12 @@

ModelTaggingCheck.java

- + 23 - + @@ -360,12 +360,12 @@

ModelTaggingCheck.java

- + 24 - + @@ -375,12 +375,12 @@

ModelTaggingCheck.java

- + 25 - + @@ -390,12 +390,12 @@

ModelTaggingCheck.java

- + 26 - + @@ -405,12 +405,12 @@

ModelTaggingCheck.java

- + 27 - + @@ -420,12 +420,12 @@

ModelTaggingCheck.java

- + 28 - + @@ -435,12 +435,12 @@

ModelTaggingCheck.java

- + 29 - + @@ -450,12 +450,12 @@

ModelTaggingCheck.java

- + 30 - + @@ -465,12 +465,12 @@

ModelTaggingCheck.java

- + 31 - + @@ -480,12 +480,12 @@

ModelTaggingCheck.java

- + 32 - + @@ -495,12 +495,12 @@

ModelTaggingCheck.java

- + 33 - + @@ -510,12 +510,12 @@

ModelTaggingCheck.java

- + 34 - + @@ -525,12 +525,12 @@

ModelTaggingCheck.java

- + 35 - + @@ -540,12 +540,12 @@

ModelTaggingCheck.java

- + 36 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/check/ModelTaggingCheck::name → KILLED
@@ -557,12 +557,12 @@

ModelTaggingCheck.java

- + 37 - +
@@ -572,12 +572,12 @@

ModelTaggingCheck.java

- + 38 - + @@ -587,12 +587,12 @@

ModelTaggingCheck.java

- + 39 - + @@ -602,12 +602,12 @@

ModelTaggingCheck.java

- + 40 - + @@ -617,12 +617,12 @@

ModelTaggingCheck.java

- + 41 -1 +1 1. explanation : replaced return value with "" for com/mastercard/test/flow/validation/check/ModelTaggingCheck::explanation → KILLED
@@ -634,12 +634,12 @@

ModelTaggingCheck.java

- + 42 - +
@@ -649,12 +649,12 @@

ModelTaggingCheck.java

- + 43 - + @@ -664,12 +664,12 @@

ModelTaggingCheck.java

- + 44 - + @@ -679,12 +679,12 @@

ModelTaggingCheck.java

- + 45 - + @@ -694,12 +694,12 @@

ModelTaggingCheck.java

- + 46 -1 +1 1. checks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/ModelTaggingCheck::checks → KILLED
@@ -711,12 +711,12 @@

ModelTaggingCheck.java

- + 47 - +
@@ -726,12 +726,12 @@

ModelTaggingCheck.java

- + 48 - + @@ -741,12 +741,12 @@

ModelTaggingCheck.java

- + 49 - + @@ -756,12 +756,12 @@

ModelTaggingCheck.java

- + 50 - + @@ -771,12 +771,12 @@

ModelTaggingCheck.java

- + 51 -1 +1 1. buildChecks : removed call to java/util/stream/Stream::forEach → KILLED
@@ -788,12 +788,12 @@

ModelTaggingCheck.java

- + 52 - +
@@ -803,12 +803,12 @@

ModelTaggingCheck.java

- + 53 - + @@ -818,12 +818,12 @@

ModelTaggingCheck.java

- + 54 - + @@ -833,12 +833,12 @@

ModelTaggingCheck.java

- + 55 - + @@ -848,12 +848,12 @@

ModelTaggingCheck.java

- + 56 - + @@ -863,12 +863,12 @@

ModelTaggingCheck.java

- + 57 - + @@ -878,12 +878,12 @@

ModelTaggingCheck.java

- + 58 - + @@ -893,12 +893,12 @@

ModelTaggingCheck.java

- + 59 -1 +1 1. lambda$buildChecks$3 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -910,12 +910,12 @@

ModelTaggingCheck.java

- + 60 -1 +1 1. lambda$null$1 : removed call to java/util/concurrent/atomic/AtomicBoolean::set → KILLED
@@ -927,12 +927,12 @@

ModelTaggingCheck.java

- + 61 - +
@@ -942,12 +942,12 @@

ModelTaggingCheck.java

- + 62 -1 +1 1. lambda$null$1 : negated conditional → KILLED
@@ -959,12 +959,12 @@

ModelTaggingCheck.java

- + 63 - +
@@ -974,12 +974,12 @@

ModelTaggingCheck.java

- + 64 - +
@@ -989,12 +989,12 @@

ModelTaggingCheck.java

- + 65 - + @@ -1004,12 +1004,12 @@

ModelTaggingCheck.java

- + 66 - + @@ -1019,12 +1019,12 @@

ModelTaggingCheck.java

- + 67 -1 +1 1. lambda$null$1 : removed call to java/util/concurrent/atomic/AtomicBoolean::set → KILLED
@@ -1036,12 +1036,12 @@

ModelTaggingCheck.java

- + 68 - +
@@ -1051,12 +1051,12 @@

ModelTaggingCheck.java

- + 69 - + @@ -1066,12 +1066,12 @@

ModelTaggingCheck.java

- + 70 - + @@ -1081,12 +1081,12 @@

ModelTaggingCheck.java

- + 71 - + @@ -1096,12 +1096,12 @@

ModelTaggingCheck.java

- + 72 -1 +1 1. lambda$buildChecks$3 : negated conditional → KILLED
@@ -1113,12 +1113,12 @@

ModelTaggingCheck.java

- + 73 - +
@@ -1128,12 +1128,12 @@

ModelTaggingCheck.java

- + 74 - + @@ -1143,12 +1143,12 @@

ModelTaggingCheck.java

- + 75 - + @@ -1158,12 +1158,12 @@

ModelTaggingCheck.java

- + 76 - + @@ -1173,12 +1173,12 @@

ModelTaggingCheck.java

- + 77 - + @@ -1188,12 +1188,12 @@

ModelTaggingCheck.java

- + 78 - + @@ -1203,12 +1203,12 @@

ModelTaggingCheck.java

- + 79 - + @@ -1218,12 +1218,12 @@

ModelTaggingCheck.java

- + 80 - + @@ -1233,12 +1233,12 @@

ModelTaggingCheck.java

- + 81 - + @@ -1248,12 +1248,12 @@

ModelTaggingCheck.java

- + 82 -1 +1 1. lambda$null$2 : replaced return value with "" for com/mastercard/test/flow/validation/check/ModelTaggingCheck::lambda$null$2 → KILLED
@@ -1265,12 +1265,12 @@

ModelTaggingCheck.java

- + 83 - +
@@ -1280,12 +1280,12 @@

ModelTaggingCheck.java

- + 84 - + @@ -1295,12 +1295,12 @@

ModelTaggingCheck.java

- + 85 - + @@ -1310,12 +1310,12 @@

ModelTaggingCheck.java

- + 86 -1 +1 1. lambda$buildChecks$3 : negated conditional → KILLED
@@ -1327,12 +1327,12 @@

ModelTaggingCheck.java

- + 87 -1 +1 1. lambda$buildChecks$3 : replaced return value with null for com/mastercard/test/flow/validation/check/ModelTaggingCheck::lambda$buildChecks$3 → KILLED
@@ -1344,12 +1344,12 @@

ModelTaggingCheck.java

- + 88 - +
@@ -1359,12 +1359,12 @@

ModelTaggingCheck.java

- + 89 - +
@@ -1374,12 +1374,12 @@

ModelTaggingCheck.java

- + 90 - + @@ -1389,12 +1389,12 @@

ModelTaggingCheck.java

- + 91 - + @@ -1404,12 +1404,12 @@

ModelTaggingCheck.java

- + 92 - + @@ -1419,12 +1419,12 @@

ModelTaggingCheck.java

- + 93 -1 +1 1. buildChecks : replaced return value with Collections.emptyList for com/mastercard/test/flow/validation/check/ModelTaggingCheck::buildChecks → KILLED
@@ -1436,12 +1436,12 @@

ModelTaggingCheck.java

- + 94 - +
@@ -1451,12 +1451,12 @@

ModelTaggingCheck.java

- + 95 - + @@ -1466,12 +1466,12 @@

ModelTaggingCheck.java

- + 96 - + @@ -1481,12 +1481,12 @@

ModelTaggingCheck.java

- + 97 - + @@ -1496,12 +1496,12 @@

ModelTaggingCheck.java

- + 98 - + @@ -1511,12 +1511,12 @@

ModelTaggingCheck.java

- + 99 - + @@ -1526,12 +1526,12 @@

ModelTaggingCheck.java

- + 100 - + @@ -1541,12 +1541,12 @@

ModelTaggingCheck.java

- + 101 -1 +1 1. formatCopypasta : negated conditional → KILLED
@@ -1558,12 +1558,12 @@

ModelTaggingCheck.java

- + 102 - +
@@ -1573,12 +1573,12 @@

ModelTaggingCheck.java

- + 103 - + @@ -1588,12 +1588,12 @@

ModelTaggingCheck.java

- + 104 - + @@ -1603,12 +1603,12 @@

ModelTaggingCheck.java

- + 105 -1 +1 1. formatCopypasta : negated conditional → KILLED
@@ -1620,12 +1620,12 @@

ModelTaggingCheck.java

- + 106 - +
@@ -1635,12 +1635,12 @@

ModelTaggingCheck.java

- + 107 - + @@ -1650,12 +1650,12 @@

ModelTaggingCheck.java

- + 108 - + @@ -1665,12 +1665,12 @@

ModelTaggingCheck.java

- + 109 - + @@ -1680,12 +1680,12 @@

ModelTaggingCheck.java

- + 110 - + @@ -1695,12 +1695,12 @@

ModelTaggingCheck.java

- + 111 -1 +1 1. formatCopypasta : replaced return value with "" for com/mastercard/test/flow/validation/check/ModelTaggingCheck::formatCopypasta → KILLED
@@ -1712,12 +1712,12 @@

ModelTaggingCheck.java

- + 112 - +
@@ -1727,12 +1727,12 @@

ModelTaggingCheck.java

- + 113 - + @@ -1742,12 +1742,12 @@

ModelTaggingCheck.java

- + 114 - + @@ -1759,161 +1759,161 @@

ModelTaggingCheck.java

Mutations

-36 +36 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:name()]
replaced return value with "" for com/mastercard/test/flow/validation/check/ModelTaggingCheck::name → KILLED

-
41 +41 - +

1.1
Location : explanation
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:explanation()]
replaced return value with "" for com/mastercard/test/flow/validation/check/ModelTaggingCheck::explanation → KILLED

-
46 +46 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:empty()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/ModelTaggingCheck::checks → KILLED

-
51 +51 - +

1.1
Location : buildChecks
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:recursion()]
removed call to java/util/stream/Stream::forEach → KILLED

-
59 +59 - +

1.1
Location : lambda$buildChecks$3
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:accurate()]
removed call to java/util/stream/Stream::forEach → KILLED

-
60 +60 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:accurate()]
removed call to java/util/concurrent/atomic/AtomicBoolean::set → KILLED

-
62 +62 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:accurate()]
negated conditional → KILLED

-
67 +67 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:accurate()]
removed call to java/util/concurrent/atomic/AtomicBoolean::set → KILLED

-
72 +72 - +

1.1
Location : lambda$buildChecks$3
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:empty()]
negated conditional → KILLED

-
82 +82 - +

1.1
Location : lambda$null$2
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:accurate()]
replaced return value with "" for com/mastercard/test/flow/validation/check/ModelTaggingCheck::lambda$null$2 → KILLED

-
86 +86 - +

1.1
Location : lambda$buildChecks$3
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:empty()]
negated conditional → KILLED

-
87 +87 - +

1.1
Location : lambda$buildChecks$3
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:violation()]
replaced return value with null for com/mastercard/test/flow/validation/check/ModelTaggingCheck::lambda$buildChecks$3 → KILLED

-
93 +93 - +

1.1
Location : buildChecks
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:empty()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/validation/check/ModelTaggingCheck::buildChecks → KILLED

-
101 +101 - +

1.1
Location : formatCopypasta
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:violation()]
negated conditional → KILLED

-
105 +105 - +

1.1
Location : formatCopypasta
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:violation()]
negated conditional → KILLED

-
111 +111 - +

1.1
Location : formatCopypasta
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:violation()]
replaced return value with "" for com/mastercard/test/flow/validation/check/ModelTaggingCheck::formatCopypasta → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ReflectiveModelTaggingCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ReflectiveModelTaggingCheck.java.html similarity index 67% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ReflectiveModelTaggingCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ReflectiveModelTaggingCheck.java.html index 082ac01b95..1c11128e7f 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ReflectiveModelTaggingCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ReflectiveModelTaggingCheck.java.html @@ -15,12 +15,12 @@

ReflectiveModelTaggingCheck.java

-
+ 1 - + @@ -30,12 +30,12 @@

ReflectiveModelTaggingCheck.java

- + 2 - + @@ -45,12 +45,12 @@

ReflectiveModelTaggingCheck.java

- + 3 - + @@ -60,12 +60,12 @@

ReflectiveModelTaggingCheck.java

- + 4 - + @@ -75,12 +75,12 @@

ReflectiveModelTaggingCheck.java

- + 5 - + @@ -90,12 +90,12 @@

ReflectiveModelTaggingCheck.java

- + 6 - + @@ -105,12 +105,12 @@

ReflectiveModelTaggingCheck.java

- + 7 - + @@ -120,12 +120,12 @@

ReflectiveModelTaggingCheck.java

- + 8 - + @@ -135,12 +135,12 @@

ReflectiveModelTaggingCheck.java

- + 9 - + @@ -150,12 +150,12 @@

ReflectiveModelTaggingCheck.java

- + 10 - + @@ -165,12 +165,12 @@

ReflectiveModelTaggingCheck.java

- + 11 - + @@ -180,12 +180,12 @@

ReflectiveModelTaggingCheck.java

- + 12 - + @@ -195,12 +195,12 @@

ReflectiveModelTaggingCheck.java

- + 13 - + @@ -210,12 +210,12 @@

ReflectiveModelTaggingCheck.java

- + 14 - + @@ -225,12 +225,12 @@

ReflectiveModelTaggingCheck.java

- + 15 - + @@ -240,12 +240,12 @@

ReflectiveModelTaggingCheck.java

- + 16 - + @@ -255,12 +255,12 @@

ReflectiveModelTaggingCheck.java

- + 17 - + @@ -270,12 +270,12 @@

ReflectiveModelTaggingCheck.java

- + 18 - + @@ -285,12 +285,12 @@

ReflectiveModelTaggingCheck.java

- + 19 - + @@ -300,12 +300,12 @@

ReflectiveModelTaggingCheck.java

- + 20 - + @@ -315,12 +315,12 @@

ReflectiveModelTaggingCheck.java

- + 21 - + @@ -330,12 +330,12 @@

ReflectiveModelTaggingCheck.java

- + 22 - + @@ -345,12 +345,12 @@

ReflectiveModelTaggingCheck.java

- + 23 - + @@ -360,12 +360,12 @@

ReflectiveModelTaggingCheck.java

- + 24 - + @@ -375,12 +375,12 @@

ReflectiveModelTaggingCheck.java

- + 25 - + @@ -390,12 +390,12 @@

ReflectiveModelTaggingCheck.java

- + 26 - + @@ -405,12 +405,12 @@

ReflectiveModelTaggingCheck.java

- + 27 - + @@ -420,12 +420,12 @@

ReflectiveModelTaggingCheck.java

- + 28 - + @@ -435,12 +435,12 @@

ReflectiveModelTaggingCheck.java

- + 29 - + @@ -450,12 +450,12 @@

ReflectiveModelTaggingCheck.java

- + 30 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::name → KILLED
@@ -467,12 +467,12 @@

ReflectiveModelTaggingCheck.java

- + 31 - +
@@ -482,12 +482,12 @@

ReflectiveModelTaggingCheck.java

- + 32 - + @@ -497,12 +497,12 @@

ReflectiveModelTaggingCheck.java

- + 33 - + @@ -512,12 +512,12 @@

ReflectiveModelTaggingCheck.java

- + 34 - + @@ -527,12 +527,12 @@

ReflectiveModelTaggingCheck.java

- + 35 -1 +1 1. explanation : replaced return value with "" for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::explanation → KILLED
@@ -544,12 +544,12 @@

ReflectiveModelTaggingCheck.java

- + 36 - +
@@ -559,12 +559,12 @@

ReflectiveModelTaggingCheck.java

- + 37 - + @@ -574,12 +574,12 @@

ReflectiveModelTaggingCheck.java

- + 38 - + @@ -589,12 +589,12 @@

ReflectiveModelTaggingCheck.java

- + 39 - + @@ -604,12 +604,12 @@

ReflectiveModelTaggingCheck.java

- + 40 -1 +1 1. checks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::checks → KILLED
@@ -621,12 +621,12 @@

ReflectiveModelTaggingCheck.java

- + 41 - +
@@ -636,12 +636,12 @@

ReflectiveModelTaggingCheck.java

- + 42 - + @@ -651,12 +651,12 @@

ReflectiveModelTaggingCheck.java

- + 43 - + @@ -666,12 +666,12 @@

ReflectiveModelTaggingCheck.java

- + 44 - + @@ -681,12 +681,12 @@

ReflectiveModelTaggingCheck.java

- + 45 -2 +2 1. lambda$buildChecks$0 : replaced boolean return with false for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$0 → KILLED
2. lambda$buildChecks$0 : replaced boolean return with true for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$0 → KILLED
@@ -699,12 +699,12 @@

ReflectiveModelTaggingCheck.java

- + 46 -2 +2 1. lambda$buildChecks$1 : replaced boolean return with false for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$1 → KILLED
2. lambda$buildChecks$1 : replaced boolean return with true for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$1 → KILLED
@@ -717,12 +717,12 @@

ReflectiveModelTaggingCheck.java

- + 47 -2 +2 1. lambda$buildChecks$2 : replaced boolean return with true for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$2 → KILLED
2. lambda$buildChecks$2 : replaced boolean return with false for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$2 → KILLED
@@ -735,12 +735,12 @@

ReflectiveModelTaggingCheck.java

- + 48 -2 +2 1. lambda$buildChecks$3 : replaced boolean return with true for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$3 → KILLED
2. lambda$buildChecks$3 : replaced boolean return with false for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$3 → KILLED
@@ -753,12 +753,12 @@

ReflectiveModelTaggingCheck.java

- + 49 -2 +2 1. lambda$buildChecks$4 : replaced boolean return with true for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$4 → KILLED
2. lambda$buildChecks$4 : replaced boolean return with false for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$4 → KILLED
@@ -771,12 +771,12 @@

ReflectiveModelTaggingCheck.java

- + 50 - +
@@ -786,12 +786,12 @@

ReflectiveModelTaggingCheck.java

- + 51 - +
@@ -801,12 +801,12 @@

ReflectiveModelTaggingCheck.java

- + 52 -1 +1 1. buildChecks : negated conditional → KILLED
@@ -818,12 +818,12 @@

ReflectiveModelTaggingCheck.java

- + 53 - +
@@ -833,12 +833,12 @@

ReflectiveModelTaggingCheck.java

- + 54 - +
@@ -848,12 +848,12 @@

ReflectiveModelTaggingCheck.java

- + 55 - +
@@ -863,12 +863,12 @@

ReflectiveModelTaggingCheck.java

- + 56 - +
@@ -878,12 +878,12 @@

ReflectiveModelTaggingCheck.java

- + 57 -1 +1 1. lambda$buildChecks$5 : negated conditional → KILLED
@@ -895,12 +895,12 @@

ReflectiveModelTaggingCheck.java

- + 58 - +
@@ -910,12 +910,12 @@

ReflectiveModelTaggingCheck.java

- + 59 - + @@ -925,12 +925,12 @@

ReflectiveModelTaggingCheck.java

- + 60 - + @@ -940,12 +940,12 @@

ReflectiveModelTaggingCheck.java

- + 61 - + @@ -955,12 +955,12 @@

ReflectiveModelTaggingCheck.java

- + 62 - + @@ -970,12 +970,12 @@

ReflectiveModelTaggingCheck.java

- + 63 - + @@ -985,12 +985,12 @@

ReflectiveModelTaggingCheck.java

- + 64 - + @@ -1000,12 +1000,12 @@

ReflectiveModelTaggingCheck.java

- + 65 - + @@ -1015,12 +1015,12 @@

ReflectiveModelTaggingCheck.java

- + 66 - + @@ -1030,12 +1030,12 @@

ReflectiveModelTaggingCheck.java

- + 67 - + @@ -1045,12 +1045,12 @@

ReflectiveModelTaggingCheck.java

- + 68 -1 +1 1. buildChecks : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1062,12 +1062,12 @@

ReflectiveModelTaggingCheck.java

- + 69 - +
@@ -1077,12 +1077,12 @@

ReflectiveModelTaggingCheck.java

- + 70 -1 +1 1. buildChecks : replaced return value with Collections.emptyList for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::buildChecks → KILLED
@@ -1094,12 +1094,12 @@

ReflectiveModelTaggingCheck.java

- + 71 - +
@@ -1109,12 +1109,12 @@

ReflectiveModelTaggingCheck.java

- + 72 - + @@ -1124,12 +1124,12 @@

ReflectiveModelTaggingCheck.java

- + 73 - + @@ -1141,121 +1141,121 @@

ReflectiveModelTaggingCheck.java

Mutations

-30 +30 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:name()]
replaced return value with "" for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::name → KILLED

-
35 +35 - +

1.1
Location : explanation
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:explanation()]
replaced return value with "" for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::explanation → KILLED

-
40 +40 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:valid()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::checks → KILLED

-
45 +45 - +

1.1
Location : lambda$buildChecks$0
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:accessFailure()]
replaced boolean return with false for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$0 → KILLED

2.2
Location : lambda$buildChecks$0
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:access()]
replaced boolean return with true for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$0 → KILLED

-
46 +46 - +

1.1
Location : lambda$buildChecks$1
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:accessFailure()]
replaced boolean return with false for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$1 → KILLED

2.2
Location : lambda$buildChecks$1
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:instance()]
replaced boolean return with true for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$1 → KILLED

-
47 +47 - +

1.1
Location : lambda$buildChecks$2
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:mutable()]
replaced boolean return with true for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$2 → KILLED

2.2
Location : lambda$buildChecks$2
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:accessFailure()]
replaced boolean return with false for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$2 → KILLED

-
48 +48 - +

1.1
Location : lambda$buildChecks$3
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:wrongType()]
replaced boolean return with true for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$3 → KILLED

2.2
Location : lambda$buildChecks$3
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:accessFailure()]
replaced boolean return with false for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$3 → KILLED

-
49 +49 - +

1.1
Location : lambda$buildChecks$4
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:wrongName()]
replaced boolean return with true for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$4 → KILLED

2.2
Location : lambda$buildChecks$4
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:accessFailure()]
replaced boolean return with false for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::lambda$buildChecks$4 → KILLED

-
52 +52 - +

1.1
Location : buildChecks
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:mutable()]
negated conditional → KILLED

-
57 +57 - +

1.1
Location : lambda$buildChecks$5
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:valid()]
negated conditional → KILLED

-
68 +68 - +

1.1
Location : buildChecks
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:recursive()]
removed call to java/util/stream/Stream::forEach → KILLED

-
70 +70 - +

1.1
Location : buildChecks
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:valid()]
replaced return value with Collections.emptyList for com/mastercard/test/flow/validation/check/ReflectiveModelTaggingCheck::buildChecks → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ResultTagCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ResultTagCheck.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ResultTagCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ResultTagCheck.java.html index c822f01373..129bc91ef3 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/ResultTagCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/ResultTagCheck.java.html @@ -15,12 +15,12 @@

ResultTagCheck.java

-
+ 1 - + @@ -30,12 +30,12 @@

ResultTagCheck.java

- + 2 - + @@ -45,12 +45,12 @@

ResultTagCheck.java

- + 3 - + @@ -60,12 +60,12 @@

ResultTagCheck.java

- + 4 - + @@ -75,12 +75,12 @@

ResultTagCheck.java

- + 5 - + @@ -90,12 +90,12 @@

ResultTagCheck.java

- + 6 - + @@ -105,12 +105,12 @@

ResultTagCheck.java

- + 7 - + @@ -120,12 +120,12 @@

ResultTagCheck.java

- + 8 - + @@ -135,12 +135,12 @@

ResultTagCheck.java

- + 9 - + @@ -150,12 +150,12 @@

ResultTagCheck.java

- + 10 - + @@ -165,12 +165,12 @@

ResultTagCheck.java

- + 11 - + @@ -180,12 +180,12 @@

ResultTagCheck.java

- + 12 - + @@ -195,12 +195,12 @@

ResultTagCheck.java

- + 13 - + @@ -210,12 +210,12 @@

ResultTagCheck.java

- + 14 - + @@ -225,12 +225,12 @@

ResultTagCheck.java

- + 15 - + @@ -240,12 +240,12 @@

ResultTagCheck.java

- + 16 - + @@ -255,12 +255,12 @@

ResultTagCheck.java

- + 17 - + @@ -270,12 +270,12 @@

ResultTagCheck.java

- + 18 - + @@ -285,12 +285,12 @@

ResultTagCheck.java

- + 19 - + @@ -300,12 +300,12 @@

ResultTagCheck.java

- + 20 - + @@ -315,12 +315,12 @@

ResultTagCheck.java

- + 21 - + @@ -330,12 +330,12 @@

ResultTagCheck.java

- + 22 - + @@ -345,12 +345,12 @@

ResultTagCheck.java

- + 23 - + @@ -360,12 +360,12 @@

ResultTagCheck.java

- + 24 - + @@ -375,12 +375,12 @@

ResultTagCheck.java

- + 25 - + @@ -390,12 +390,12 @@

ResultTagCheck.java

- + 26 - + @@ -405,12 +405,12 @@

ResultTagCheck.java

- + 27 - + @@ -420,12 +420,12 @@

ResultTagCheck.java

- + 28 - + @@ -435,12 +435,12 @@

ResultTagCheck.java

- + 29 - + @@ -450,12 +450,12 @@

ResultTagCheck.java

- + 30 - + @@ -465,12 +465,12 @@

ResultTagCheck.java

- + 31 - + @@ -480,12 +480,12 @@

ResultTagCheck.java

- + 32 - + @@ -495,12 +495,12 @@

ResultTagCheck.java

- + 33 - + @@ -510,12 +510,12 @@

ResultTagCheck.java

- + 34 - + @@ -525,12 +525,12 @@

ResultTagCheck.java

- + 35 - + @@ -540,12 +540,12 @@

ResultTagCheck.java

- + 36 - + @@ -555,12 +555,12 @@

ResultTagCheck.java

- + 37 - + @@ -570,12 +570,12 @@

ResultTagCheck.java

- + 38 - + @@ -585,12 +585,12 @@

ResultTagCheck.java

- + 39 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/check/ResultTagCheck::name → KILLED
@@ -602,12 +602,12 @@

ResultTagCheck.java

- + 40 - +
@@ -617,12 +617,12 @@

ResultTagCheck.java

- + 41 - + @@ -632,12 +632,12 @@

ResultTagCheck.java

- + 42 - + @@ -647,12 +647,12 @@

ResultTagCheck.java

- + 43 - + @@ -662,12 +662,12 @@

ResultTagCheck.java

- + 44 -1 +1 1. explanation : replaced return value with "" for com/mastercard/test/flow/validation/check/ResultTagCheck::explanation → KILLED
@@ -679,12 +679,12 @@

ResultTagCheck.java

- + 45 - +
@@ -694,12 +694,12 @@

ResultTagCheck.java

- + 46 - + @@ -709,12 +709,12 @@

ResultTagCheck.java

- + 47 - + @@ -724,12 +724,12 @@

ResultTagCheck.java

- + 48 - + @@ -739,12 +739,12 @@

ResultTagCheck.java

- + 49 - + @@ -754,12 +754,12 @@

ResultTagCheck.java

- + 50 -1 +1 1. checks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/ResultTagCheck::checks → KILLED
@@ -771,12 +771,12 @@

ResultTagCheck.java

- + 51 -1 +1 1. lambda$checks$1 : replaced return value with null for com/mastercard/test/flow/validation/check/ResultTagCheck::lambda$checks$1 → KILLED
@@ -788,12 +788,12 @@

ResultTagCheck.java

- + 52 - +
@@ -803,12 +803,12 @@

ResultTagCheck.java

- + 53 - +
@@ -818,12 +818,12 @@

ResultTagCheck.java

- + 54 - + @@ -833,12 +833,12 @@

ResultTagCheck.java

- + 55 - + @@ -848,12 +848,12 @@

ResultTagCheck.java

- + 56 -1 +1 1. lambda$null$0 : negated conditional → KILLED
@@ -865,12 +865,12 @@

ResultTagCheck.java

- + 57 -1 +1 1. lambda$null$0 : replaced return value with null for com/mastercard/test/flow/validation/check/ResultTagCheck::lambda$null$0 → KILLED
@@ -882,12 +882,12 @@

ResultTagCheck.java

- + 58 - +
@@ -897,12 +897,12 @@

ResultTagCheck.java

- + 59 - +
@@ -912,12 +912,12 @@

ResultTagCheck.java

- + 60 - + @@ -927,12 +927,12 @@

ResultTagCheck.java

- + 61 - + @@ -942,12 +942,12 @@

ResultTagCheck.java

- + 62 - + @@ -957,12 +957,12 @@

ResultTagCheck.java

- + 63 - + @@ -972,12 +972,12 @@

ResultTagCheck.java

- + 64 - + @@ -989,61 +989,61 @@

ResultTagCheck.java

Mutations

-39 +39 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.ResultTagCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ResultTagCheckTest]/[method:name()]
replaced return value with "" for com/mastercard/test/flow/validation/check/ResultTagCheck::name → KILLED

-
44 +44 - +

1.1
Location : explanation
Killed by : com.mastercard.test.flow.validation.check.ResultTagCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ResultTagCheckTest]/[method:explanation()]
replaced return value with "" for com/mastercard/test/flow/validation/check/ResultTagCheck::explanation → KILLED

-
50 +50 - +

1.1
Location : checks
Killed by : com.mastercard.test.flow.validation.check.ResultTagCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ResultTagCheckTest]/[method:valid()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/check/ResultTagCheck::checks → KILLED

-
51 +51 - +

1.1
Location : lambda$checks$1
Killed by : com.mastercard.test.flow.validation.check.ResultTagCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ResultTagCheckTest]/[method:valid()]
replaced return value with null for com/mastercard/test/flow/validation/check/ResultTagCheck::lambda$checks$1 → KILLED

-
56 +56 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.check.ResultTagCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ResultTagCheckTest]/[method:valid()]
negated conditional → KILLED

-
57 +57 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.check.ResultTagCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ResultTagCheckTest]/[method:invalid()]
replaced return value with null for com/mastercard/test/flow/validation/check/ResultTagCheck::lambda$null$0 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/TraceUniquenessCheck.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/TraceUniquenessCheck.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/TraceUniquenessCheck.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/TraceUniquenessCheck.java.html index 6c5f0ca23d..788f3c1541 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/TraceUniquenessCheck.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/TraceUniquenessCheck.java.html @@ -15,12 +15,12 @@

TraceUniquenessCheck.java

-
+ 1 - + @@ -30,12 +30,12 @@

TraceUniquenessCheck.java

- + 2 - + @@ -45,12 +45,12 @@

TraceUniquenessCheck.java

- + 3 - + @@ -60,12 +60,12 @@

TraceUniquenessCheck.java

- + 4 - + @@ -75,12 +75,12 @@

TraceUniquenessCheck.java

- + 5 - + @@ -90,12 +90,12 @@

TraceUniquenessCheck.java

- + 6 - + @@ -105,12 +105,12 @@

TraceUniquenessCheck.java

- + 7 - + @@ -120,12 +120,12 @@

TraceUniquenessCheck.java

- + 8 - + @@ -135,12 +135,12 @@

TraceUniquenessCheck.java

- + 9 - + @@ -150,12 +150,12 @@

TraceUniquenessCheck.java

- + 10 - + @@ -165,12 +165,12 @@

TraceUniquenessCheck.java

- + 11 - + @@ -180,12 +180,12 @@

TraceUniquenessCheck.java

- + 12 - + @@ -195,12 +195,12 @@

TraceUniquenessCheck.java

- + 13 - + @@ -210,12 +210,12 @@

TraceUniquenessCheck.java

- + 14 - + @@ -225,12 +225,12 @@

TraceUniquenessCheck.java

- + 15 - + @@ -240,12 +240,12 @@

TraceUniquenessCheck.java

- + 16 - + @@ -255,12 +255,12 @@

TraceUniquenessCheck.java

- + 17 - + @@ -270,12 +270,12 @@

TraceUniquenessCheck.java

- + 18 - + @@ -285,12 +285,12 @@

TraceUniquenessCheck.java

- + 19 - + @@ -300,12 +300,12 @@

TraceUniquenessCheck.java

- + 20 -1 +1 1. violation : negated conditional → KILLED
@@ -317,12 +317,12 @@

TraceUniquenessCheck.java

- + 21 -1 +1 1. violation : replaced return value with Optional.empty for com/mastercard/test/flow/validation/check/TraceUniquenessCheck::violation → KILLED
@@ -334,12 +334,12 @@

TraceUniquenessCheck.java

- + 22 - +
@@ -349,12 +349,12 @@

TraceUniquenessCheck.java

- + 23 - +
@@ -364,12 +364,12 @@

TraceUniquenessCheck.java

- + 24 - + @@ -379,12 +379,12 @@

TraceUniquenessCheck.java

- + 25 - + @@ -394,12 +394,12 @@

TraceUniquenessCheck.java

- + 26 - + @@ -411,21 +411,21 @@

TraceUniquenessCheck.java

Mutations

-20 +20 - + -

1.1
Location : violation
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:pair()]
negated conditional → KILLED

+

1.1
Location : violation
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:triple()]
negated conditional → KILLED

-
21 +21 - +

1.1
Location : violation
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:violation()]
replaced return value with Optional.empty for com/mastercard/test/flow/validation/check/TraceUniquenessCheck::violation → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.check/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.check/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/CachingDiffDistance.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/CachingDiffDistance.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/CachingDiffDistance.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/CachingDiffDistance.java.html index 773fd50a61..8e3791ee63 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/CachingDiffDistance.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/CachingDiffDistance.java.html @@ -15,12 +15,12 @@

CachingDiffDistance.java

-
+ 1 - + @@ -30,12 +30,12 @@

CachingDiffDistance.java

- + 2 - + @@ -45,12 +45,12 @@

CachingDiffDistance.java

- + 3 - + @@ -60,12 +60,12 @@

CachingDiffDistance.java

- + 4 - + @@ -75,12 +75,12 @@

CachingDiffDistance.java

- + 5 - + @@ -90,12 +90,12 @@

CachingDiffDistance.java

- + 6 - + @@ -105,12 +105,12 @@

CachingDiffDistance.java

- + 7 - + @@ -120,12 +120,12 @@

CachingDiffDistance.java

- + 8 - + @@ -135,12 +135,12 @@

CachingDiffDistance.java

- + 9 - + @@ -150,12 +150,12 @@

CachingDiffDistance.java

- + 10 - + @@ -165,12 +165,12 @@

CachingDiffDistance.java

- + 11 - + @@ -180,12 +180,12 @@

CachingDiffDistance.java

- + 12 - + @@ -195,12 +195,12 @@

CachingDiffDistance.java

- + 13 - + @@ -210,12 +210,12 @@

CachingDiffDistance.java

- + 14 - + @@ -225,12 +225,12 @@

CachingDiffDistance.java

- + 15 - + @@ -240,12 +240,12 @@

CachingDiffDistance.java

- + 16 - + @@ -255,12 +255,12 @@

CachingDiffDistance.java

- + 17 - + @@ -270,12 +270,12 @@

CachingDiffDistance.java

- + 18 - + @@ -285,12 +285,12 @@

CachingDiffDistance.java

- + 19 - + @@ -300,12 +300,12 @@

CachingDiffDistance.java

- + 20 - + @@ -315,12 +315,12 @@

CachingDiffDistance.java

- + 21 - + @@ -330,12 +330,12 @@

CachingDiffDistance.java

- + 22 - + @@ -345,12 +345,12 @@

CachingDiffDistance.java

- + 23 - + @@ -360,12 +360,12 @@

CachingDiffDistance.java

- + 24 - + @@ -375,12 +375,12 @@

CachingDiffDistance.java

- + 25 - + @@ -390,12 +390,12 @@

CachingDiffDistance.java

- + 26 - + @@ -405,12 +405,12 @@

CachingDiffDistance.java

- + 27 - + @@ -420,12 +420,12 @@

CachingDiffDistance.java

- + 28 - + @@ -435,12 +435,12 @@

CachingDiffDistance.java

- + 29 - + @@ -450,12 +450,12 @@

CachingDiffDistance.java

- + 30 - + @@ -465,12 +465,12 @@

CachingDiffDistance.java

- + 31 - + @@ -480,12 +480,12 @@

CachingDiffDistance.java

- + 32 - + @@ -495,12 +495,12 @@

CachingDiffDistance.java

- + 33 - + @@ -510,12 +510,12 @@

CachingDiffDistance.java

- + 34 - + @@ -525,12 +525,12 @@

CachingDiffDistance.java

- + 35 - + @@ -540,12 +540,12 @@

CachingDiffDistance.java

- + 36 - + @@ -555,12 +555,12 @@

CachingDiffDistance.java

- + 37 - + @@ -570,12 +570,12 @@

CachingDiffDistance.java

- + 38 - + @@ -585,12 +585,12 @@

CachingDiffDistance.java

- + 39 - + @@ -600,12 +600,12 @@

CachingDiffDistance.java

- + 40 - + @@ -615,12 +615,12 @@

CachingDiffDistance.java

- + 41 - + @@ -630,12 +630,12 @@

CachingDiffDistance.java

- + 42 - + @@ -645,12 +645,12 @@

CachingDiffDistance.java

- + 43 - + @@ -660,12 +660,12 @@

CachingDiffDistance.java

- + 44 - + @@ -675,12 +675,12 @@

CachingDiffDistance.java

- + 45 - + @@ -690,12 +690,12 @@

CachingDiffDistance.java

- + 46 - + @@ -705,12 +705,12 @@

CachingDiffDistance.java

- + 47 - + @@ -720,12 +720,12 @@

CachingDiffDistance.java

- + 48 - + @@ -735,12 +735,12 @@

CachingDiffDistance.java

- + 49 - + @@ -750,12 +750,12 @@

CachingDiffDistance.java

- + 50 - + @@ -765,12 +765,12 @@

CachingDiffDistance.java

- + 51 - + @@ -780,12 +780,12 @@

CachingDiffDistance.java

- + 52 - + @@ -795,12 +795,12 @@

CachingDiffDistance.java

- + 53 - + @@ -810,12 +810,12 @@

CachingDiffDistance.java

- + 54 - + @@ -825,12 +825,12 @@

CachingDiffDistance.java

- + 55 - + @@ -840,12 +840,12 @@

CachingDiffDistance.java

- + 56 -2 +2 1. applyAsInt : negated conditional → KILLED
2. applyAsInt : negated conditional → KILLED
@@ -858,12 +858,12 @@

CachingDiffDistance.java

- + 57 - +
@@ -873,12 +873,12 @@

CachingDiffDistance.java

- + 58 - + @@ -888,12 +888,12 @@

CachingDiffDistance.java

- + 59 - + @@ -903,12 +903,12 @@

CachingDiffDistance.java

- + 60 -1 +1 1. lambda$applyAsInt$0 : replaced return value with Collections.emptyMap for com/mastercard/test/flow/validation/graph/CachingDiffDistance::lambda$applyAsInt$0 → KILLED
@@ -920,12 +920,12 @@

CachingDiffDistance.java

- + 61 - +
@@ -935,12 +935,12 @@

CachingDiffDistance.java

- + 62 - + @@ -950,12 +950,12 @@

CachingDiffDistance.java

- + 63 -1 +1 1. applyAsInt : replaced int return with 0 for com/mastercard/test/flow/validation/graph/CachingDiffDistance::applyAsInt → KILLED
@@ -967,12 +967,12 @@

CachingDiffDistance.java

- + 64 - +
@@ -982,12 +982,12 @@

CachingDiffDistance.java

- + 65 - + @@ -997,12 +997,12 @@

CachingDiffDistance.java

- + 66 - + @@ -1012,12 +1012,12 @@

CachingDiffDistance.java

- + 67 - + @@ -1027,12 +1027,12 @@

CachingDiffDistance.java

- + 68 - + @@ -1042,12 +1042,12 @@

CachingDiffDistance.java

- + 69 - + @@ -1057,12 +1057,12 @@

CachingDiffDistance.java

- + 70 - + @@ -1072,12 +1072,12 @@

CachingDiffDistance.java

- + 71 - + @@ -1087,12 +1087,12 @@

CachingDiffDistance.java

- + 72 - + @@ -1102,12 +1102,12 @@

CachingDiffDistance.java

- + 73 -2 +2 1. stringify : negated conditional → KILLED
2. stringify : negated conditional → KILLED
@@ -1120,12 +1120,12 @@

CachingDiffDistance.java

- + 74 - +
@@ -1135,12 +1135,12 @@

CachingDiffDistance.java

- + 75 - + @@ -1150,12 +1150,12 @@

CachingDiffDistance.java

- + 76 - + @@ -1165,12 +1165,12 @@

CachingDiffDistance.java

- + 77 - + @@ -1180,12 +1180,12 @@

CachingDiffDistance.java

- + 78 - + @@ -1195,12 +1195,12 @@

CachingDiffDistance.java

- + 79 - + @@ -1210,12 +1210,12 @@

CachingDiffDistance.java

- + 80 -1 +1 1. stringify : replaced return value with "" for com/mastercard/test/flow/validation/graph/CachingDiffDistance::stringify → KILLED
@@ -1227,12 +1227,12 @@

CachingDiffDistance.java

- + 81 - +
@@ -1242,12 +1242,12 @@

CachingDiffDistance.java

- + 82 - + @@ -1257,12 +1257,12 @@

CachingDiffDistance.java

- + 83 - + @@ -1274,53 +1274,53 @@

CachingDiffDistance.java

Mutations

-56 +56 - +

1.1
Location : applyAsInt
Killed by : com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest]/[method:apply()]
negated conditional → KILLED

2.2
Location : applyAsInt
Killed by : com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest]/[method:apply()]
negated conditional → KILLED

-
60 +60 - +

1.1
Location : lambda$applyAsInt$0
Killed by : com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest]/[method:apply()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/validation/graph/CachingDiffDistance::lambda$applyAsInt$0 → KILLED

-
63 +63 - +

1.1
Location : applyAsInt
Killed by : com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest]/[method:apply()]
replaced int return with 0 for com/mastercard/test/flow/validation/graph/CachingDiffDistance::applyAsInt → KILLED

-
73 +73 - + -

1.1
Location : stringify
Killed by : com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest]/[method:apply()]
negated conditional → KILLED

2.2
Location : stringify
Killed by : com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest]/[method:stringify()]
negated conditional → KILLED

+

1.1
Location : stringify
Killed by : com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest]/[method:stringify()]
negated conditional → KILLED

2.2
Location : stringify
Killed by : com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest]/[method:stringify()]
negated conditional → KILLED

-
80 +80 - + -

1.1
Location : stringify
Killed by : com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest]/[method:apply()]
replaced return value with "" for com/mastercard/test/flow/validation/graph/CachingDiffDistance::stringify → KILLED

+

1.1
Location : stringify
Killed by : com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.CachingDiffDistanceTest]/[method:stringify()]
replaced return value with "" for com/mastercard/test/flow/validation/graph/CachingDiffDistance::stringify → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/DAG.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/DAG.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/DAG.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/DAG.java.html index 9a3ce7a73a..9ed529a115 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/DAG.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/DAG.java.html @@ -15,12 +15,12 @@

DAG.java

-
+ 1 - + @@ -30,12 +30,12 @@

DAG.java

- + 2 - + @@ -45,12 +45,12 @@

DAG.java

- + 3 - + @@ -60,12 +60,12 @@

DAG.java

- + 4 - + @@ -75,12 +75,12 @@

DAG.java

- + 5 - + @@ -90,12 +90,12 @@

DAG.java

- + 6 - + @@ -105,12 +105,12 @@

DAG.java

- + 7 - + @@ -120,12 +120,12 @@

DAG.java

- + 8 - + @@ -135,12 +135,12 @@

DAG.java

- + 9 - + @@ -150,12 +150,12 @@

DAG.java

- + 10 - + @@ -165,12 +165,12 @@

DAG.java

- + 11 - + @@ -180,12 +180,12 @@

DAG.java

- + 12 - + @@ -195,12 +195,12 @@

DAG.java

- + 13 - + @@ -210,12 +210,12 @@

DAG.java

- + 14 - + @@ -225,12 +225,12 @@

DAG.java

- + 15 - + @@ -240,12 +240,12 @@

DAG.java

- + 16 - + @@ -255,12 +255,12 @@

DAG.java

- + 17 - + @@ -270,12 +270,12 @@

DAG.java

- + 18 - + @@ -285,12 +285,12 @@

DAG.java

- + 19 - + @@ -300,12 +300,12 @@

DAG.java

- + 20 - + @@ -315,12 +315,12 @@

DAG.java

- + 21 - + @@ -330,12 +330,12 @@

DAG.java

- + 22 - + @@ -345,12 +345,12 @@

DAG.java

- + 23 - + @@ -360,12 +360,12 @@

DAG.java

- + 24 - + @@ -375,12 +375,12 @@

DAG.java

- + 25 - + @@ -390,12 +390,12 @@

DAG.java

- + 26 - + @@ -405,12 +405,12 @@

DAG.java

- + 27 - + @@ -420,12 +420,12 @@

DAG.java

- + 28 - + @@ -435,12 +435,12 @@

DAG.java

- + 29 - + @@ -450,12 +450,12 @@

DAG.java

- + 30 - + @@ -465,12 +465,12 @@

DAG.java

- + 31 - + @@ -480,12 +480,12 @@

DAG.java

- + 32 - + @@ -495,12 +495,12 @@

DAG.java

- + 33 - + @@ -510,12 +510,12 @@

DAG.java

- + 34 - + @@ -525,12 +525,12 @@

DAG.java

- + 35 - + @@ -540,12 +540,12 @@

DAG.java

- + 36 - + @@ -555,12 +555,12 @@

DAG.java

- + 37 - + @@ -570,12 +570,12 @@

DAG.java

- + 38 - + @@ -585,12 +585,12 @@

DAG.java

- + 39 - + @@ -600,12 +600,12 @@

DAG.java

- + 40 - + @@ -615,12 +615,12 @@

DAG.java

- + 41 - + @@ -630,12 +630,12 @@

DAG.java

- + 42 - + @@ -645,12 +645,12 @@

DAG.java

- + 43 - + @@ -660,12 +660,12 @@

DAG.java

- + 44 - + @@ -675,12 +675,12 @@

DAG.java

- + 45 - + @@ -690,12 +690,12 @@

DAG.java

- + 46 - + @@ -705,12 +705,12 @@

DAG.java

- + 47 -1 +1 1. withChild : replaced return value with null for com/mastercard/test/flow/validation/graph/DAG::withChild → KILLED
@@ -722,12 +722,12 @@

DAG.java

- + 48 - +
@@ -737,12 +737,12 @@

DAG.java

- + 49 - + @@ -752,12 +752,12 @@

DAG.java

- + 50 - + @@ -767,12 +767,12 @@

DAG.java

- + 51 - + @@ -782,12 +782,12 @@

DAG.java

- + 52 - + @@ -797,12 +797,12 @@

DAG.java

- + 53 - + @@ -812,12 +812,12 @@

DAG.java

- + 54 -1 +1 1. parent : replaced return value with null for com/mastercard/test/flow/validation/graph/DAG::parent → KILLED
@@ -829,12 +829,12 @@

DAG.java

- + 55 - +
@@ -844,12 +844,12 @@

DAG.java

- + 56 - + @@ -859,12 +859,12 @@

DAG.java

- + 57 - + @@ -874,12 +874,12 @@

DAG.java

- + 58 - + @@ -889,12 +889,12 @@

DAG.java

- + 59 - + @@ -904,12 +904,12 @@

DAG.java

- + 60 - + @@ -919,12 +919,12 @@

DAG.java

- + 61 -1 +1 1. value : replaced return value with null for com/mastercard/test/flow/validation/graph/DAG::value → KILLED
@@ -936,12 +936,12 @@

DAG.java

- + 62 - +
@@ -951,12 +951,12 @@

DAG.java

- + 63 - + @@ -966,12 +966,12 @@

DAG.java

- + 64 - + @@ -981,12 +981,12 @@

DAG.java

- + 65 - + @@ -996,12 +996,12 @@

DAG.java

- + 66 - + @@ -1011,12 +1011,12 @@

DAG.java

- + 67 - + @@ -1026,12 +1026,12 @@

DAG.java

- + 68 - + @@ -1041,12 +1041,12 @@

DAG.java

- + 69 - + @@ -1056,12 +1056,12 @@

DAG.java

- + 70 -1 +1 1. traverse : removed call to java/util/function/Consumer::accept → KILLED
@@ -1073,12 +1073,12 @@

DAG.java

- + 71 -2 +2 1. lambda$traverse$0 : removed call to com/mastercard/test/flow/validation/graph/DAG::traverse → KILLED
2. traverse : removed call to java/util/stream/Stream::forEach → KILLED
@@ -1091,12 +1091,12 @@

DAG.java

- + 72 - +
@@ -1106,12 +1106,12 @@

DAG.java

- + 73 - +
@@ -1121,12 +1121,12 @@

DAG.java

- + 74 - + @@ -1136,12 +1136,12 @@

DAG.java

- + 75 - + @@ -1151,12 +1151,12 @@

DAG.java

- + 76 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/validation/graph/DAG::toString → KILLED
@@ -1168,12 +1168,12 @@

DAG.java

- + 77 - +
@@ -1183,12 +1183,12 @@

DAG.java

- + 78 - + @@ -1198,12 +1198,12 @@

DAG.java

- + 79 - + @@ -1213,12 +1213,12 @@

DAG.java

- + 80 - + @@ -1228,12 +1228,12 @@

DAG.java

- + 81 - + @@ -1243,12 +1243,12 @@

DAG.java

- + 82 - + @@ -1258,12 +1258,12 @@

DAG.java

- + 83 -1 +1 1. lambda$toString$1 : replaced int return with 0 for com/mastercard/test/flow/validation/graph/DAG::lambda$toString$1 → KILLED
@@ -1275,12 +1275,12 @@

DAG.java

- + 84 - +
@@ -1290,12 +1290,12 @@

DAG.java

- + 85 - + @@ -1305,12 +1305,12 @@

DAG.java

- + 86 -1 +1 1. toString : negated conditional → KILLED
@@ -1322,12 +1322,12 @@

DAG.java

- + 87 - +
@@ -1337,12 +1337,12 @@

DAG.java

- + 88 -1 +1 1. toString : negated conditional → KILLED
@@ -1354,12 +1354,12 @@

DAG.java

- + 89 - +
@@ -1369,12 +1369,12 @@

DAG.java

- + 90 - + @@ -1384,12 +1384,12 @@

DAG.java

- + 91 - + @@ -1399,12 +1399,12 @@

DAG.java

- + 92 - + @@ -1414,12 +1414,12 @@

DAG.java

- + 93 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/validation/graph/DAG::toString → KILLED
@@ -1431,12 +1431,12 @@

DAG.java

- + 94 - +
@@ -1446,12 +1446,12 @@

DAG.java

- + 95 - + @@ -1463,101 +1463,101 @@

DAG.java

Mutations

-47 +47 - +

1.1
Location : withChild
Killed by : com.mastercard.test.flow.validation.graph.PrimNodeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.PrimNodeTest]/[method:update()]
replaced return value with null for com/mastercard/test/flow/validation/graph/DAG::withChild → KILLED

-
54 +54 - +

1.1
Location : parent
Killed by : com.mastercard.test.flow.validation.graph.PrimNodeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.PrimNodeTest]/[method:update()]
replaced return value with null for com/mastercard/test/flow/validation/graph/DAG::parent → KILLED

-
61 +61 - +

1.1
Location : value
Killed by : com.mastercard.test.flow.validation.graph.PrimNodeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.PrimNodeTest]/[method:update()]
replaced return value with null for com/mastercard/test/flow/validation/graph/DAG::value → KILLED

-
70 +70 - +

1.1
Location : traverse
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
removed call to java/util/function/Consumer::accept → KILLED

-
71 +71 - +

1.1
Location : lambda$traverse$0
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
removed call to com/mastercard/test/flow/validation/graph/DAG::traverse → KILLED

2.2
Location : traverse
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
removed call to java/util/stream/Stream::forEach → KILLED

-
76 +76 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.validation.graph.DAGTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DAGTest]/[method:toStringOrder()]
replaced return value with "" for com/mastercard/test/flow/validation/graph/DAG::toString → KILLED

-
83 +83 - +

1.1
Location : lambda$toString$1
Killed by : com.mastercard.test.flow.validation.graph.DAGTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DAGTest]/[method:toStringOrder()]
replaced int return with 0 for com/mastercard/test/flow/validation/graph/DAG::lambda$toString$1 → KILLED

-
86 +86 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.validation.graph.DAGTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DAGTest]/[method:toStringOrder()]
negated conditional → KILLED

-
88 +88 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.validation.graph.DAGTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DAGTest]/[method:toStringOrder()]
negated conditional → KILLED

-
93 +93 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.validation.graph.DAGTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DAGTest]/[method:toStringOrder()]
replaced return value with "" for com/mastercard/test/flow/validation/graph/DAG::toString → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/DiffGraph.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/DiffGraph.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/DiffGraph.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/DiffGraph.java.html index 8a6bcf80a0..24abb43f36 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/DiffGraph.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/DiffGraph.java.html @@ -15,12 +15,12 @@

DiffGraph.java

-
+ 1 - + @@ -30,12 +30,12 @@

DiffGraph.java

- + 2 - + @@ -45,12 +45,12 @@

DiffGraph.java

- + 3 - + @@ -60,12 +60,12 @@

DiffGraph.java

- + 4 - + @@ -75,12 +75,12 @@

DiffGraph.java

- + 5 - + @@ -90,12 +90,12 @@

DiffGraph.java

- + 6 - + @@ -105,12 +105,12 @@

DiffGraph.java

- + 7 - + @@ -120,12 +120,12 @@

DiffGraph.java

- + 8 - + @@ -135,12 +135,12 @@

DiffGraph.java

- + 9 - + @@ -150,12 +150,12 @@

DiffGraph.java

- + 10 - + @@ -165,12 +165,12 @@

DiffGraph.java

- + 11 - + @@ -180,12 +180,12 @@

DiffGraph.java

- + 12 - + @@ -195,12 +195,12 @@

DiffGraph.java

- + 13 - + @@ -210,12 +210,12 @@

DiffGraph.java

- + 14 - + @@ -225,12 +225,12 @@

DiffGraph.java

- + 15 - + @@ -240,12 +240,12 @@

DiffGraph.java

- + 16 - + @@ -255,12 +255,12 @@

DiffGraph.java

- + 17 - + @@ -270,12 +270,12 @@

DiffGraph.java

- + 18 - + @@ -285,12 +285,12 @@

DiffGraph.java

- + 19 - + @@ -300,12 +300,12 @@

DiffGraph.java

- + 20 - + @@ -315,12 +315,12 @@

DiffGraph.java

- + 21 - + @@ -330,12 +330,12 @@

DiffGraph.java

- + 22 - + @@ -345,12 +345,12 @@

DiffGraph.java

- + 23 - + @@ -360,12 +360,12 @@

DiffGraph.java

- + 24 - + @@ -375,12 +375,12 @@

DiffGraph.java

- + 25 - + @@ -390,12 +390,12 @@

DiffGraph.java

- + 26 - + @@ -405,12 +405,12 @@

DiffGraph.java

- + 27 - + @@ -420,12 +420,12 @@

DiffGraph.java

- + 28 - + @@ -435,12 +435,12 @@

DiffGraph.java

- + 29 - + @@ -450,12 +450,12 @@

DiffGraph.java

- + 30 - + @@ -465,12 +465,12 @@

DiffGraph.java

- + 31 - + @@ -480,12 +480,12 @@

DiffGraph.java

- + 32 - + @@ -495,12 +495,12 @@

DiffGraph.java

- + 33 - + @@ -510,12 +510,12 @@

DiffGraph.java

- + 34 - + @@ -525,12 +525,12 @@

DiffGraph.java

- + 35 - + @@ -540,12 +540,12 @@

DiffGraph.java

- + 36 - + @@ -555,12 +555,12 @@

DiffGraph.java

- + 37 - + @@ -570,12 +570,12 @@

DiffGraph.java

- + 38 - + @@ -585,12 +585,12 @@

DiffGraph.java

- + 39 - + @@ -600,12 +600,12 @@

DiffGraph.java

- + 40 - + @@ -615,12 +615,12 @@

DiffGraph.java

- + 41 - + @@ -630,12 +630,12 @@

DiffGraph.java

- + 42 - + @@ -645,12 +645,12 @@

DiffGraph.java

- + 43 - + @@ -660,12 +660,12 @@

DiffGraph.java

- + 44 - + @@ -675,12 +675,12 @@

DiffGraph.java

- + 45 - + @@ -690,12 +690,12 @@

DiffGraph.java

- + 46 - + @@ -705,12 +705,12 @@

DiffGraph.java

- + 47 - + @@ -720,12 +720,12 @@

DiffGraph.java

- + 48 -1 +1 1. add : replaced return value with null for com/mastercard/test/flow/validation/graph/DiffGraph::add → KILLED
@@ -737,12 +737,12 @@

DiffGraph.java

- + 49 - +
@@ -752,12 +752,12 @@

DiffGraph.java

- + 50 - + @@ -767,12 +767,12 @@

DiffGraph.java

- + 51 - + @@ -782,12 +782,12 @@

DiffGraph.java

- + 52 - + @@ -797,12 +797,12 @@

DiffGraph.java

- + 53 - + @@ -812,12 +812,12 @@

DiffGraph.java

- + 54 - + @@ -827,12 +827,12 @@

DiffGraph.java

- + 55 - + @@ -842,12 +842,12 @@

DiffGraph.java

- + 56 - + @@ -857,12 +857,12 @@

DiffGraph.java

- + 57 - + @@ -872,12 +872,12 @@

DiffGraph.java

- + 58 - + @@ -887,12 +887,12 @@

DiffGraph.java

- + 59 - + @@ -902,12 +902,12 @@

DiffGraph.java

- + 60 - + @@ -917,12 +917,12 @@

DiffGraph.java

- + 61 - + @@ -932,12 +932,12 @@

DiffGraph.java

- + 62 - + @@ -947,12 +947,12 @@

DiffGraph.java

- + 63 -2 +2 1. lambda$minimumSpanningTree$1 : replaced boolean return with true for com/mastercard/test/flow/validation/graph/DiffGraph::lambda$minimumSpanningTree$1 → KILLED
2. lambda$minimumSpanningTree$1 : negated conditional → KILLED
@@ -965,12 +965,12 @@

DiffGraph.java

- + 64 -1 +1 1. lambda$minimumSpanningTree$2 : replaced return value with null for com/mastercard/test/flow/validation/graph/DiffGraph::lambda$minimumSpanningTree$2 → KILLED
@@ -982,12 +982,12 @@

DiffGraph.java

- + 65 - +
@@ -997,12 +997,12 @@

DiffGraph.java

- + 66 - +
@@ -1012,12 +1012,12 @@

DiffGraph.java

- + 67 - + @@ -1027,12 +1027,12 @@

DiffGraph.java

- + 68 - + @@ -1042,12 +1042,12 @@

DiffGraph.java

- + 69 - + @@ -1057,12 +1057,12 @@

DiffGraph.java

- + 70 - + @@ -1072,12 +1072,12 @@

DiffGraph.java

- + 71 -1 +1 1. minimumSpanningTree : negated conditional → KILLED
@@ -1089,12 +1089,12 @@

DiffGraph.java

- + 72 - +
@@ -1104,12 +1104,12 @@

DiffGraph.java

- + 73 - + @@ -1119,12 +1119,12 @@

DiffGraph.java

- + 74 - + @@ -1134,12 +1134,12 @@

DiffGraph.java

- + 75 -1 +1 1. minimumSpanningTree : removed call to java/util/function/BiConsumer::accept → KILLED
@@ -1151,12 +1151,12 @@

DiffGraph.java

- + 76 -2 +2 1. minimumSpanningTree : removed call to java/util/Set::forEach → KILLED
2. lambda$minimumSpanningTree$3 : removed call to com/mastercard/test/flow/validation/graph/PrimNode::update → KILLED
@@ -1169,12 +1169,12 @@

DiffGraph.java

- + 77 - +
@@ -1184,12 +1184,12 @@

DiffGraph.java

- + 78 - +
@@ -1199,12 +1199,12 @@

DiffGraph.java

- + 79 -1 +1 1. minimumSpanningTree : replaced return value with null for com/mastercard/test/flow/validation/graph/DiffGraph::minimumSpanningTree → KILLED
@@ -1216,12 +1216,12 @@

DiffGraph.java

- + 80 - +
@@ -1231,12 +1231,12 @@

DiffGraph.java

- + 81 - + @@ -1246,12 +1246,12 @@

DiffGraph.java

- + 82 - + @@ -1261,12 +1261,12 @@

DiffGraph.java

- + 83 - + @@ -1276,12 +1276,12 @@

DiffGraph.java

- + 84 - + @@ -1291,12 +1291,12 @@

DiffGraph.java

- + 85 - + @@ -1306,12 +1306,12 @@

DiffGraph.java

- + 86 - + @@ -1321,12 +1321,12 @@

DiffGraph.java

- + 87 - + @@ -1336,12 +1336,12 @@

DiffGraph.java

- + 88 - + @@ -1351,12 +1351,12 @@

DiffGraph.java

- + 89 -1 +1 1. withMSTListener : replaced return value with null for com/mastercard/test/flow/validation/graph/DiffGraph::withMSTListener → KILLED
@@ -1368,12 +1368,12 @@

DiffGraph.java

- + 90 - +
@@ -1383,12 +1383,12 @@

DiffGraph.java

- + 91 - + @@ -1398,12 +1398,12 @@

DiffGraph.java

- + 92 - + @@ -1415,81 +1415,81 @@

DiffGraph.java

Mutations

-48 +48 - +

1.1
Location : add
Killed by : com.mastercard.test.flow.validation.graph.DiffGraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DiffGraphTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/validation/graph/DiffGraph::add → KILLED

-
63 +63 - +

1.1
Location : lambda$minimumSpanningTree$1
Killed by : com.mastercard.test.flow.validation.graph.DiffGraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DiffGraphTest]/[method:minimumSpanningTree()]
replaced boolean return with true for com/mastercard/test/flow/validation/graph/DiffGraph::lambda$minimumSpanningTree$1 → KILLED

2.2
Location : lambda$minimumSpanningTree$1
Killed by : com.mastercard.test.flow.validation.graph.DiffGraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DiffGraphTest]/[method:minimumSpanningTree()]
negated conditional → KILLED

-
64 +64 - +

1.1
Location : lambda$minimumSpanningTree$2
Killed by : com.mastercard.test.flow.validation.graph.DiffGraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DiffGraphTest]/[method:minimumSpanningTree()]
replaced return value with null for com/mastercard/test/flow/validation/graph/DiffGraph::lambda$minimumSpanningTree$2 → KILLED

-
71 +71 - +

1.1
Location : minimumSpanningTree
Killed by : com.mastercard.test.flow.validation.graph.DiffGraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DiffGraphTest]/[method:minimumSpanningTree()]
negated conditional → KILLED

-
75 +75 - +

1.1
Location : minimumSpanningTree
Killed by : com.mastercard.test.flow.validation.graph.DiffGraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DiffGraphTest]/[method:listener()]
removed call to java/util/function/BiConsumer::accept → KILLED

-
76 +76 - +

1.1
Location : minimumSpanningTree
Killed by : com.mastercard.test.flow.validation.graph.DiffGraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DiffGraphTest]/[method:minimumSpanningTree()]
removed call to java/util/Set::forEach → KILLED

2.2
Location : lambda$minimumSpanningTree$3
Killed by : com.mastercard.test.flow.validation.graph.DiffGraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DiffGraphTest]/[method:minimumSpanningTree()]
removed call to com/mastercard/test/flow/validation/graph/PrimNode::update → KILLED

-
79 +79 - +

1.1
Location : minimumSpanningTree
Killed by : com.mastercard.test.flow.validation.graph.DiffGraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DiffGraphTest]/[method:minimumSpanningTree()]
replaced return value with null for com/mastercard/test/flow/validation/graph/DiffGraph::minimumSpanningTree → KILLED

-
89 +89 - +

1.1
Location : withMSTListener
Killed by : com.mastercard.test.flow.validation.graph.DiffGraphTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.DiffGraphTest]/[method:listener()]
replaced return value with null for com/mastercard/test/flow/validation/graph/DiffGraph::withMSTListener → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/PrimNode.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/PrimNode.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/PrimNode.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/PrimNode.java.html index d8682d7181..a790167d00 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/PrimNode.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/PrimNode.java.html @@ -15,12 +15,12 @@

PrimNode.java

-
+ 1 - + @@ -30,12 +30,12 @@

PrimNode.java

- + 2 - + @@ -45,12 +45,12 @@

PrimNode.java

- + 3 - + @@ -60,12 +60,12 @@

PrimNode.java

- + 4 - + @@ -75,12 +75,12 @@

PrimNode.java

- + 5 - + @@ -90,12 +90,12 @@

PrimNode.java

- + 6 - + @@ -105,12 +105,12 @@

PrimNode.java

- + 7 - + @@ -120,12 +120,12 @@

PrimNode.java

- + 8 - + @@ -135,12 +135,12 @@

PrimNode.java

- + 9 - + @@ -150,12 +150,12 @@

PrimNode.java

- + 10 - + @@ -165,12 +165,12 @@

PrimNode.java

- + 11 - + @@ -180,12 +180,12 @@

PrimNode.java

- + 12 - + @@ -195,12 +195,12 @@

PrimNode.java

- + 13 - + @@ -210,12 +210,12 @@

PrimNode.java

- + 14 - + @@ -225,12 +225,12 @@

PrimNode.java

- + 15 - + @@ -240,12 +240,12 @@

PrimNode.java

- + 16 - + @@ -255,12 +255,12 @@

PrimNode.java

- + 17 - + @@ -270,12 +270,12 @@

PrimNode.java

- + 18 - + @@ -285,12 +285,12 @@

PrimNode.java

- + 19 - + @@ -300,12 +300,12 @@

PrimNode.java

- + 20 - + @@ -315,12 +315,12 @@

PrimNode.java

- + 21 - + @@ -330,12 +330,12 @@

PrimNode.java

- + 22 - + @@ -345,12 +345,12 @@

PrimNode.java

- + 23 - + @@ -360,12 +360,12 @@

PrimNode.java

- + 24 - + @@ -375,12 +375,12 @@

PrimNode.java

- + 25 - + @@ -390,12 +390,12 @@

PrimNode.java

- + 26 - + @@ -405,12 +405,12 @@

PrimNode.java

- + 27 - + @@ -420,12 +420,12 @@

PrimNode.java

- + 28 - + @@ -435,12 +435,12 @@

PrimNode.java

- + 29 - + @@ -450,12 +450,12 @@

PrimNode.java

- + 30 - + @@ -465,12 +465,12 @@

PrimNode.java

- + 31 - + @@ -480,12 +480,12 @@

PrimNode.java

- + 32 - + @@ -495,12 +495,12 @@

PrimNode.java

- + 33 - + @@ -510,12 +510,12 @@

PrimNode.java

- + 34 - + @@ -525,12 +525,12 @@

PrimNode.java

- + 35 - + @@ -540,12 +540,12 @@

PrimNode.java

- + 36 - + @@ -555,12 +555,12 @@

PrimNode.java

- + 37 - + @@ -570,12 +570,12 @@

PrimNode.java

- + 38 - + @@ -585,12 +585,12 @@

PrimNode.java

- + 39 - + @@ -600,12 +600,12 @@

PrimNode.java

- + 40 - + @@ -615,12 +615,12 @@

PrimNode.java

- + 41 - + @@ -630,12 +630,12 @@

PrimNode.java

- + 42 - + @@ -645,12 +645,12 @@

PrimNode.java

- + 43 - + @@ -660,12 +660,12 @@

PrimNode.java

- + 44 - + @@ -675,12 +675,12 @@

PrimNode.java

- + 45 - + @@ -690,12 +690,12 @@

PrimNode.java

- + 46 - + @@ -705,12 +705,12 @@

PrimNode.java

- + 47 - + @@ -720,12 +720,12 @@

PrimNode.java

- + 48 - + @@ -735,12 +735,12 @@

PrimNode.java

- + 49 - + @@ -750,12 +750,12 @@

PrimNode.java

- + 50 - + @@ -765,12 +765,12 @@

PrimNode.java

- + 51 - + @@ -780,12 +780,12 @@

PrimNode.java

- + 52 - + @@ -795,12 +795,12 @@

PrimNode.java

- + 53 - + @@ -810,12 +810,12 @@

PrimNode.java

- + 54 - + @@ -825,12 +825,12 @@

PrimNode.java

- + 55 - + @@ -840,12 +840,12 @@

PrimNode.java

- + 56 - + @@ -855,12 +855,12 @@

PrimNode.java

- + 57 - + @@ -870,12 +870,12 @@

PrimNode.java

- + 58 - + @@ -885,12 +885,12 @@

PrimNode.java

- + 59 - + @@ -900,12 +900,12 @@

PrimNode.java

- + 60 - + @@ -915,12 +915,12 @@

PrimNode.java

- + 61 - + @@ -930,12 +930,12 @@

PrimNode.java

- + 62 - + @@ -945,12 +945,12 @@

PrimNode.java

- + 63 - + @@ -960,12 +960,12 @@

PrimNode.java

- + 64 - + @@ -975,12 +975,12 @@

PrimNode.java

- + 65 -1 +1 1. joinTree : replaced return value with null for com/mastercard/test/flow/validation/graph/PrimNode::joinTree → KILLED
@@ -992,12 +992,12 @@

PrimNode.java

- + 66 - +
@@ -1007,12 +1007,12 @@

PrimNode.java

- + 67 - + @@ -1022,12 +1022,12 @@

PrimNode.java

- + 68 - + @@ -1037,12 +1037,12 @@

PrimNode.java

- + 69 - + @@ -1052,12 +1052,12 @@

PrimNode.java

- + 70 - + @@ -1067,12 +1067,12 @@

PrimNode.java

- + 71 - + @@ -1082,12 +1082,12 @@

PrimNode.java

- + 72 - + @@ -1097,12 +1097,12 @@

PrimNode.java

- + 73 - + @@ -1112,12 +1112,12 @@

PrimNode.java

- + 74 - + @@ -1127,12 +1127,12 @@

PrimNode.java

- + 75 -2 +2 1. update : changed conditional boundary → KILLED
2. update : negated conditional → KILLED
@@ -1145,12 +1145,12 @@

PrimNode.java

- + 76 - +
@@ -1160,12 +1160,12 @@

PrimNode.java

- + 77 - + @@ -1175,12 +1175,12 @@

PrimNode.java

- + 78 - + @@ -1190,12 +1190,12 @@

PrimNode.java

- + 79 - + @@ -1205,12 +1205,12 @@

PrimNode.java

- + 80 - + @@ -1220,12 +1220,12 @@

PrimNode.java

- + 81 - + @@ -1235,12 +1235,12 @@

PrimNode.java

- + 82 - + @@ -1250,12 +1250,12 @@

PrimNode.java

- + 83 - + @@ -1265,12 +1265,12 @@

PrimNode.java

- + 84 - + @@ -1280,12 +1280,12 @@

PrimNode.java

- + 85 -1 +1 1. distance : replaced int return with 0 for com/mastercard/test/flow/validation/graph/PrimNode::distance → KILLED
@@ -1297,12 +1297,12 @@

PrimNode.java

- + 86 - +
@@ -1312,12 +1312,12 @@

PrimNode.java

- + 87 - + @@ -1327,12 +1327,12 @@

PrimNode.java

- + 88 - + @@ -1344,31 +1344,31 @@

PrimNode.java

Mutations

-65 +65 - +

1.1
Location : joinTree
Killed by : com.mastercard.test.flow.validation.graph.PrimNodeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.PrimNodeTest]/[method:update()]
replaced return value with null for com/mastercard/test/flow/validation/graph/PrimNode::joinTree → KILLED

-
75 +75 - +

1.1
Location : update
Killed by : com.mastercard.test.flow.validation.graph.PrimNodeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.PrimNodeTest]/[method:update()]
changed conditional boundary → KILLED

2.2
Location : update
Killed by : com.mastercard.test.flow.validation.graph.PrimNodeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.PrimNodeTest]/[method:update()]
negated conditional → KILLED

-
85 +85 - +

1.1
Location : distance
Killed by : com.mastercard.test.flow.validation.graph.PrimNodeTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.graph.PrimNodeTest]/[method:update()]
replaced int return with 0 for com/mastercard/test/flow/validation/graph/PrimNode::distance → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.graph/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.graph/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.junit5/Validator.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.junit5/Validator.java.html similarity index 62% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.junit5/Validator.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.junit5/Validator.java.html index fcd2a12713..139d6cb277 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.junit5/Validator.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.junit5/Validator.java.html @@ -15,12 +15,12 @@

Validator.java

-
+ 1 - + @@ -30,12 +30,12 @@

Validator.java

- + 2 - + @@ -45,12 +45,12 @@

Validator.java

- + 3 - + @@ -60,12 +60,12 @@

Validator.java

- + 4 - + @@ -75,12 +75,12 @@

Validator.java

- + 5 - + @@ -90,12 +90,12 @@

Validator.java

- + 6 - + @@ -105,12 +105,12 @@

Validator.java

- + 7 - + @@ -120,12 +120,12 @@

Validator.java

- + 8 - + @@ -135,12 +135,12 @@

Validator.java

- + 9 - + @@ -150,12 +150,12 @@

Validator.java

- + 10 - + @@ -165,12 +165,12 @@

Validator.java

- + 11 - + @@ -180,12 +180,12 @@

Validator.java

- + 12 - + @@ -195,12 +195,12 @@

Validator.java

- + 13 - + @@ -210,12 +210,12 @@

Validator.java

- + 14 - + @@ -225,12 +225,12 @@

Validator.java

- + 15 - + @@ -240,12 +240,12 @@

Validator.java

- + 16 - + @@ -255,12 +255,12 @@

Validator.java

- + 17 - + @@ -270,12 +270,12 @@

Validator.java

- + 18 - + @@ -285,12 +285,12 @@

Validator.java

- + 19 - + @@ -300,12 +300,12 @@

Validator.java

- + 20 - + @@ -315,12 +315,12 @@

Validator.java

- + 21 - + @@ -330,12 +330,12 @@

Validator.java

- + 22 - + @@ -345,12 +345,12 @@

Validator.java

- + 23 - + @@ -360,12 +360,12 @@

Validator.java

- + 24 - + @@ -375,12 +375,12 @@

Validator.java

- + 25 - + @@ -390,12 +390,12 @@

Validator.java

- + 26 - + @@ -405,12 +405,12 @@

Validator.java

- + 27 - + @@ -420,12 +420,12 @@

Validator.java

- + 28 - + @@ -435,12 +435,12 @@

Validator.java

- + 29 - + @@ -450,12 +450,12 @@

Validator.java

- + 30 - + @@ -465,12 +465,12 @@

Validator.java

- + 31 - + @@ -480,12 +480,12 @@

Validator.java

- + 32 - + @@ -495,12 +495,12 @@

Validator.java

- + 33 - + @@ -510,12 +510,12 @@

Validator.java

- + 34 - + @@ -525,12 +525,12 @@

Validator.java

- + 35 - + @@ -540,12 +540,12 @@

Validator.java

- + 36 - + @@ -555,12 +555,12 @@

Validator.java

- + 37 - + @@ -570,12 +570,12 @@

Validator.java

- + 38 - + @@ -585,12 +585,12 @@

Validator.java

- + 39 - + @@ -600,12 +600,12 @@

Validator.java

- + 40 - + @@ -615,12 +615,12 @@

Validator.java

- + 41 - + @@ -630,12 +630,12 @@

Validator.java

- + 42 -1 +1 1. tests : replaced return value with Stream.empty for com/mastercard/test/flow/validation/junit5/Validator::tests → KILLED
@@ -647,12 +647,12 @@

Validator.java

- + 43 - +
@@ -662,12 +662,12 @@

Validator.java

- + 44 - + @@ -677,12 +677,12 @@

Validator.java

- + 45 - + @@ -692,12 +692,12 @@

Validator.java

- + 46 - + @@ -707,12 +707,12 @@

Validator.java

- + 47 -1 +1 1. container : replaced return value with null for com/mastercard/test/flow/validation/junit5/Validator::container → KILLED
@@ -724,12 +724,12 @@

Validator.java

- + 48 - +
@@ -739,12 +739,12 @@

Validator.java

- + 49 - + @@ -754,12 +754,12 @@

Validator.java

- + 50 - + @@ -769,12 +769,12 @@

Validator.java

- + 51 - + @@ -784,12 +784,12 @@

Validator.java

- + 52 - + @@ -799,12 +799,12 @@

Validator.java

- + 53 - + @@ -814,12 +814,12 @@

Validator.java

- + 54 -1 +1 1. test : replaced return value with null for com/mastercard/test/flow/validation/junit5/Validator::test → KILLED
@@ -831,12 +831,12 @@

Validator.java

- + 55 - +
@@ -846,12 +846,12 @@

Validator.java

- + 56 - + @@ -861,12 +861,12 @@

Validator.java

- + 57 -2 +2 1. lambda$null$0 : negated conditional → KILLED
2. lambda$null$0 : replaced boolean return with true for com/mastercard/test/flow/validation/junit5/Validator::lambda$null$0 → KILLED
@@ -879,12 +879,12 @@

Validator.java

- + 58 -1 +1 1. lambda$test$2 : removed call to java/util/Optional::ifPresent → KILLED
@@ -896,12 +896,12 @@

Validator.java

- + 59 - +
@@ -911,12 +911,12 @@

Validator.java

- + 60 - +
@@ -926,12 +926,12 @@

Validator.java

- + 61 - + @@ -941,12 +941,12 @@

Validator.java

- + 62 - + @@ -956,12 +956,12 @@

Validator.java

- + 63 - + @@ -971,12 +971,12 @@

Validator.java

- + 64 -2 +2 1. lambda$null$1 : negated conditional → KILLED
2. lambda$null$1 : negated conditional → KILLED
@@ -989,12 +989,12 @@

Validator.java

- + 65 -1 +1 1. lambda$null$1 : removed call to org/junit/jupiter/api/Assertions::assertEquals → KILLED
@@ -1006,12 +1006,12 @@

Validator.java

- + 66 - +
@@ -1021,12 +1021,12 @@

Validator.java

- + 67 - +
@@ -1036,12 +1036,12 @@

Validator.java

- + 68 - + @@ -1051,12 +1051,12 @@

Validator.java

- + 69 - + @@ -1066,12 +1066,12 @@

Validator.java

- + 70 - + @@ -1081,12 +1081,12 @@

Validator.java

- + 71 - + @@ -1096,12 +1096,12 @@

Validator.java

- + 72 - + @@ -1111,12 +1111,12 @@

Validator.java

- + 73 - + @@ -1126,12 +1126,12 @@

Validator.java

- + 74 - + @@ -1141,12 +1141,12 @@

Validator.java

- + 75 - + @@ -1158,71 +1158,71 @@

Validator.java

Mutations

-42 +42 - +

1.1
Location : tests
Killed by : com.mastercard.test.flow.validation.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.junit5.MetaTest]/[method:test()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/junit5/Validator::tests → KILLED

-
47 +47 - +

1.1
Location : container
Killed by : com.mastercard.test.flow.validation.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.junit5.MetaTest]/[method:test()]
replaced return value with null for com/mastercard/test/flow/validation/junit5/Validator::container → KILLED

-
54 +54 - +

1.1
Location : test
Killed by : com.mastercard.test.flow.validation.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.junit5.MetaTest]/[method:test()]
replaced return value with null for com/mastercard/test/flow/validation/junit5/Validator::test → KILLED

-
57 +57 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.junit5.MetaTest]/[method:test()]
negated conditional → KILLED

2.2
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.junit5.MetaTest]/[method:test()]
replaced boolean return with true for com/mastercard/test/flow/validation/junit5/Validator::lambda$null$0 → KILLED

-
58 +58 - +

1.1
Location : lambda$test$2
Killed by : com.mastercard.test.flow.validation.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.junit5.MetaTest]/[method:test()]
removed call to java/util/Optional::ifPresent → KILLED

-
64 +64 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.junit5.MetaTest]/[method:test()]
negated conditional → KILLED

2.2
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.junit5.MetaTest]/[method:test()]
negated conditional → KILLED

-
65 +65 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.junit5.MetaTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.junit5.MetaTest]/[method:test()]
removed call to org/junit/jupiter/api/Assertions::assertEquals → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.junit5/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.junit5/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation.junit5/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation.junit5/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/AbstractValidator.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/AbstractValidator.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/AbstractValidator.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/AbstractValidator.java.html index 52ed70e013..8c67a826bb 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/AbstractValidator.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/AbstractValidator.java.html @@ -15,12 +15,12 @@

AbstractValidator.java

-
+ 1 - + @@ -30,12 +30,12 @@

AbstractValidator.java

- + 2 - + @@ -45,12 +45,12 @@

AbstractValidator.java

- + 3 - + @@ -60,12 +60,12 @@

AbstractValidator.java

- + 4 - + @@ -75,12 +75,12 @@

AbstractValidator.java

- + 5 - + @@ -90,12 +90,12 @@

AbstractValidator.java

- + 6 - + @@ -105,12 +105,12 @@

AbstractValidator.java

- + 7 - + @@ -120,12 +120,12 @@

AbstractValidator.java

- + 8 - + @@ -135,12 +135,12 @@

AbstractValidator.java

- + 9 - + @@ -150,12 +150,12 @@

AbstractValidator.java

- + 10 - + @@ -165,12 +165,12 @@

AbstractValidator.java

- + 11 - + @@ -180,12 +180,12 @@

AbstractValidator.java

- + 12 - + @@ -195,12 +195,12 @@

AbstractValidator.java

- + 13 - + @@ -210,12 +210,12 @@

AbstractValidator.java

- + 14 - + @@ -225,12 +225,12 @@

AbstractValidator.java

- + 15 - + @@ -240,12 +240,12 @@

AbstractValidator.java

- + 16 - + @@ -255,12 +255,12 @@

AbstractValidator.java

- + 17 - + @@ -270,12 +270,12 @@

AbstractValidator.java

- + 18 - + @@ -285,12 +285,12 @@

AbstractValidator.java

- + 19 - + @@ -300,12 +300,12 @@

AbstractValidator.java

- + 20 - + @@ -315,12 +315,12 @@

AbstractValidator.java

- + 21 - + @@ -330,12 +330,12 @@

AbstractValidator.java

- + 22 - + @@ -345,12 +345,12 @@

AbstractValidator.java

- + 23 - + @@ -360,12 +360,12 @@

AbstractValidator.java

- + 24 - + @@ -375,12 +375,12 @@

AbstractValidator.java

- + 25 - + @@ -390,12 +390,12 @@

AbstractValidator.java

- + 26 - + @@ -405,12 +405,12 @@

AbstractValidator.java

- + 27 - + @@ -420,12 +420,12 @@

AbstractValidator.java

- + 28 - + @@ -435,12 +435,12 @@

AbstractValidator.java

- + 29 - + @@ -450,12 +450,12 @@

AbstractValidator.java

- + 30 - + @@ -465,12 +465,12 @@

AbstractValidator.java

- + 31 - + @@ -480,12 +480,12 @@

AbstractValidator.java

- + 32 - + @@ -495,12 +495,12 @@

AbstractValidator.java

- + 33 - + @@ -510,12 +510,12 @@

AbstractValidator.java

- + 34 - + @@ -525,12 +525,12 @@

AbstractValidator.java

- + 35 - + @@ -540,12 +540,12 @@

AbstractValidator.java

- + 36 - + @@ -555,12 +555,12 @@

AbstractValidator.java

- + 37 - + @@ -570,12 +570,12 @@

AbstractValidator.java

- + 38 - + @@ -585,12 +585,12 @@

AbstractValidator.java

- + 39 - + @@ -600,12 +600,12 @@

AbstractValidator.java

- + 40 - + @@ -615,12 +615,12 @@

AbstractValidator.java

- + 41 - + @@ -630,12 +630,12 @@

AbstractValidator.java

- + 42 - + @@ -645,12 +645,12 @@

AbstractValidator.java

- + 43 -1 +1 1. defaultChecks : replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::defaultChecks → KILLED
@@ -662,12 +662,12 @@

AbstractValidator.java

- + 44 - +
@@ -677,12 +677,12 @@

AbstractValidator.java

- + 45 - + @@ -692,12 +692,12 @@

AbstractValidator.java

- + 46 - + @@ -707,12 +707,12 @@

AbstractValidator.java

- + 47 - + @@ -722,12 +722,12 @@

AbstractValidator.java

- + 48 - + @@ -737,12 +737,12 @@

AbstractValidator.java

- + 49 - + @@ -752,12 +752,12 @@

AbstractValidator.java

- + 50 - + @@ -767,12 +767,12 @@

AbstractValidator.java

- + 51 - + @@ -782,12 +782,12 @@

AbstractValidator.java

- + 52 - + @@ -797,12 +797,12 @@

AbstractValidator.java

- + 53 - + @@ -812,12 +812,12 @@

AbstractValidator.java

- + 54 - + @@ -827,12 +827,12 @@

AbstractValidator.java

- + 55 - + @@ -842,12 +842,12 @@

AbstractValidator.java

- + 56 - + @@ -857,12 +857,12 @@

AbstractValidator.java

- + 57 - + @@ -872,12 +872,12 @@

AbstractValidator.java

- + 58 - + @@ -887,12 +887,12 @@

AbstractValidator.java

- + 59 - + @@ -902,12 +902,12 @@

AbstractValidator.java

- + 60 - + @@ -917,12 +917,12 @@

AbstractValidator.java

- + 61 - + @@ -932,12 +932,12 @@

AbstractValidator.java

- + 62 - + @@ -947,12 +947,12 @@

AbstractValidator.java

- + 63 - + @@ -962,12 +962,12 @@

AbstractValidator.java

- + 64 - + @@ -977,12 +977,12 @@

AbstractValidator.java

- + 65 - + @@ -992,12 +992,12 @@

AbstractValidator.java

- + 66 - + @@ -1007,12 +1007,12 @@

AbstractValidator.java

- + 67 - + @@ -1022,12 +1022,12 @@

AbstractValidator.java

- + 68 - + @@ -1037,12 +1037,12 @@

AbstractValidator.java

- + 69 - + @@ -1052,12 +1052,12 @@

AbstractValidator.java

- + 70 - + @@ -1067,12 +1067,12 @@

AbstractValidator.java

- + 71 - + @@ -1082,12 +1082,12 @@

AbstractValidator.java

- + 72 - + @@ -1097,12 +1097,12 @@

AbstractValidator.java

- + 73 - + @@ -1112,12 +1112,12 @@

AbstractValidator.java

- + 74 -1 +1 1. with : replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::with → KILLED
@@ -1129,12 +1129,12 @@

AbstractValidator.java

- + 75 - +
@@ -1144,12 +1144,12 @@

AbstractValidator.java

- + 76 - + @@ -1159,12 +1159,12 @@

AbstractValidator.java

- + 77 - + @@ -1174,12 +1174,12 @@

AbstractValidator.java

- + 78 - + @@ -1189,12 +1189,12 @@

AbstractValidator.java

- + 79 - + @@ -1204,12 +1204,12 @@

AbstractValidator.java

- + 80 - + @@ -1219,12 +1219,12 @@

AbstractValidator.java

- + 81 - + @@ -1234,12 +1234,12 @@

AbstractValidator.java

- + 82 - + @@ -1249,12 +1249,12 @@

AbstractValidator.java

- + 83 - + @@ -1264,12 +1264,12 @@

AbstractValidator.java

- + 84 - + @@ -1279,12 +1279,12 @@

AbstractValidator.java

- + 85 -1 +1 1. accepting : replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::accepting → KILLED
@@ -1296,12 +1296,12 @@

AbstractValidator.java

- + 86 - +
@@ -1311,12 +1311,12 @@

AbstractValidator.java

- + 87 - + @@ -1326,12 +1326,12 @@

AbstractValidator.java

- + 88 - + @@ -1341,12 +1341,12 @@

AbstractValidator.java

- + 89 - + @@ -1356,12 +1356,12 @@

AbstractValidator.java

- + 90 - + @@ -1371,12 +1371,12 @@

AbstractValidator.java

- + 91 - + @@ -1386,12 +1386,12 @@

AbstractValidator.java

- + 92 - + @@ -1401,12 +1401,12 @@

AbstractValidator.java

- + 93 - + @@ -1416,12 +1416,12 @@

AbstractValidator.java

- + 94 - + @@ -1431,12 +1431,12 @@

AbstractValidator.java

- + 95 - + @@ -1446,12 +1446,12 @@

AbstractValidator.java

- + 96 -1 +1 1. checking : replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::checking → KILLED
@@ -1463,12 +1463,12 @@

AbstractValidator.java

- + 97 - +
@@ -1478,12 +1478,12 @@

AbstractValidator.java

- + 98 - + @@ -1493,12 +1493,12 @@

AbstractValidator.java

- + 99 - + @@ -1508,12 +1508,12 @@

AbstractValidator.java

- + 100 - + @@ -1523,12 +1523,12 @@

AbstractValidator.java

- + 101 - + @@ -1538,12 +1538,12 @@

AbstractValidator.java

- + 102 - + @@ -1553,12 +1553,12 @@

AbstractValidator.java

- + 103 - + @@ -1568,12 +1568,12 @@

AbstractValidator.java

- + 104 - + @@ -1583,12 +1583,12 @@

AbstractValidator.java

- + 105 - + @@ -1598,12 +1598,12 @@

AbstractValidator.java

- + 106 - + @@ -1613,12 +1613,12 @@

AbstractValidator.java

- + 107 - + @@ -1628,12 +1628,12 @@

AbstractValidator.java

- + 108 - + @@ -1643,12 +1643,12 @@

AbstractValidator.java

- + 109 -1 +1 1. batching : replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::batching → KILLED
@@ -1660,12 +1660,12 @@

AbstractValidator.java

- + 110 - +
@@ -1675,12 +1675,12 @@

AbstractValidator.java

- + 111 - + @@ -1690,12 +1690,12 @@

AbstractValidator.java

- + 112 - + @@ -1705,12 +1705,12 @@

AbstractValidator.java

- + 113 - + @@ -1720,12 +1720,12 @@

AbstractValidator.java

- + 114 - + @@ -1735,12 +1735,12 @@

AbstractValidator.java

- + 115 - + @@ -1750,12 +1750,12 @@

AbstractValidator.java

- + 116 - + @@ -1765,12 +1765,12 @@

AbstractValidator.java

- + 117 - + @@ -1780,12 +1780,12 @@

AbstractValidator.java

- + 118 - + @@ -1795,12 +1795,12 @@

AbstractValidator.java

- + 119 -1 +1 1. self : replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::self → KILLED
@@ -1812,12 +1812,12 @@

AbstractValidator.java

- + 120 - +
@@ -1827,12 +1827,12 @@

AbstractValidator.java

- + 121 - + @@ -1842,12 +1842,12 @@

AbstractValidator.java

- + 122 - + @@ -1857,12 +1857,12 @@

AbstractValidator.java

- + 123 - + @@ -1872,12 +1872,12 @@

AbstractValidator.java

- + 124 - + @@ -1887,12 +1887,12 @@

AbstractValidator.java

- + 125 - + @@ -1902,12 +1902,12 @@

AbstractValidator.java

- + 126 - + @@ -1917,12 +1917,12 @@

AbstractValidator.java

- + 127 - + @@ -1932,12 +1932,12 @@

AbstractValidator.java

- + 128 -1 +1 1. validations : replaced return value with Stream.empty for com/mastercard/test/flow/validation/AbstractValidator::validations → KILLED
@@ -1949,12 +1949,12 @@

AbstractValidator.java

- + 129 - +
@@ -1964,12 +1964,12 @@

AbstractValidator.java

- + 130 - + @@ -1979,12 +1979,12 @@

AbstractValidator.java

- + 131 - + @@ -1994,12 +1994,12 @@

AbstractValidator.java

- + 132 - + @@ -2009,12 +2009,12 @@

AbstractValidator.java

- + 133 - + @@ -2024,12 +2024,12 @@

AbstractValidator.java

- + 134 - + @@ -2039,12 +2039,12 @@

AbstractValidator.java

- + 135 - + @@ -2054,12 +2054,12 @@

AbstractValidator.java

- + 136 - + @@ -2069,12 +2069,12 @@

AbstractValidator.java

- + 137 - + @@ -2084,12 +2084,12 @@

AbstractValidator.java

- + 138 - + @@ -2099,12 +2099,12 @@

AbstractValidator.java

- + 139 - + @@ -2114,12 +2114,12 @@

AbstractValidator.java

- + 140 -2 +2 1. batchedChecks : changed conditional boundary → KILLED
2. batchedChecks : negated conditional → KILLED
@@ -2132,12 +2132,12 @@

AbstractValidator.java

- + 141 - +
@@ -2147,12 +2147,12 @@

AbstractValidator.java

- + 142 -1 +1 1. batchedChecks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/AbstractValidator::batchedChecks → KILLED
@@ -2164,12 +2164,12 @@

AbstractValidator.java

- + 143 - +
@@ -2179,12 +2179,12 @@

AbstractValidator.java

- + 144 - + @@ -2194,12 +2194,12 @@

AbstractValidator.java

- + 145 - + @@ -2209,12 +2209,12 @@

AbstractValidator.java

- + 146 - + @@ -2224,12 +2224,12 @@

AbstractValidator.java

- + 147 -1 +1 1. batchedChecks : removed call to java/util/stream/Stream::forEach → KILLED
@@ -2241,12 +2241,12 @@

AbstractValidator.java

- + 148 -3 +3 1. lambda$batchedChecks$0 : negated conditional → KILLED
2. lambda$batchedChecks$0 : negated conditional → KILLED
@@ -2260,12 +2260,12 @@

AbstractValidator.java

- + 149 - +
@@ -2275,12 +2275,12 @@

AbstractValidator.java

- + 150 - +
@@ -2290,12 +2290,12 @@

AbstractValidator.java

- + 151 - + @@ -2305,12 +2305,12 @@

AbstractValidator.java

- + 152 - + @@ -2320,12 +2320,12 @@

AbstractValidator.java

- + 153 - + @@ -2335,12 +2335,12 @@

AbstractValidator.java

- + 154 - + @@ -2350,12 +2350,12 @@

AbstractValidator.java

- + 155 -1 +1 1. batchedChecks : replaced return value with Stream.empty for com/mastercard/test/flow/validation/AbstractValidator::batchedChecks → KILLED
@@ -2367,12 +2367,12 @@

AbstractValidator.java

- + 156 - +
@@ -2382,12 +2382,12 @@

AbstractValidator.java

- + 157 -1 +1 1. lambda$batchedChecks$2 : negated conditional → KILLED
@@ -2399,12 +2399,12 @@

AbstractValidator.java

- + 158 -1 +1 1. lambda$batchedChecks$2 : replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::lambda$batchedChecks$2 → KILLED
@@ -2416,12 +2416,12 @@

AbstractValidator.java

- + 159 - +
@@ -2431,12 +2431,12 @@

AbstractValidator.java

- + 160 -1 +1 1. lambda$batchedChecks$2 : replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::lambda$batchedChecks$2 → KILLED
@@ -2448,12 +2448,12 @@

AbstractValidator.java

- + 161 - +
@@ -2463,12 +2463,12 @@

AbstractValidator.java

- + 162 - +
@@ -2478,12 +2478,12 @@

AbstractValidator.java

- + 163 -1 +1 1. lambda$batchedChecks$2 : Replaced integer subtraction with addition → KILLED
@@ -2495,12 +2495,12 @@

AbstractValidator.java

- + 164 - +
@@ -2510,12 +2510,12 @@

AbstractValidator.java

- + 165 - + @@ -2525,12 +2525,12 @@

AbstractValidator.java

- + 166 - + @@ -2540,12 +2540,12 @@

AbstractValidator.java

- + 167 - + @@ -2555,12 +2555,12 @@

AbstractValidator.java

- + 168 - + @@ -2570,12 +2570,12 @@

AbstractValidator.java

- + 169 -1 +1 1. lambda$null$1 : replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::lambda$null$1 → KILLED
@@ -2587,12 +2587,12 @@

AbstractValidator.java

- + 170 - +
@@ -2602,12 +2602,12 @@

AbstractValidator.java

- + 171 - + @@ -2617,12 +2617,12 @@

AbstractValidator.java

- + 172 - + @@ -2632,12 +2632,12 @@

AbstractValidator.java

- + 173 - + @@ -2647,12 +2647,12 @@

AbstractValidator.java

- + 174 - + @@ -2662,12 +2662,12 @@

AbstractValidator.java

- + 175 - + @@ -2677,12 +2677,12 @@

AbstractValidator.java

- + 176 - + @@ -2692,12 +2692,12 @@

AbstractValidator.java

- + 177 - + @@ -2707,12 +2707,12 @@

AbstractValidator.java

- + 178 - + @@ -2722,12 +2722,12 @@

AbstractValidator.java

- + 179 -1 +1 1. model : replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::model → KILLED
@@ -2739,12 +2739,12 @@

AbstractValidator.java

- + 180 - +
@@ -2754,12 +2754,12 @@

AbstractValidator.java

- + 181 - + @@ -2769,12 +2769,12 @@

AbstractValidator.java

- + 182 - + @@ -2784,12 +2784,12 @@

AbstractValidator.java

- + 183 - + @@ -2799,12 +2799,12 @@

AbstractValidator.java

- + 184 - + @@ -2814,12 +2814,12 @@

AbstractValidator.java

- + 185 - + @@ -2829,12 +2829,12 @@

AbstractValidator.java

- + 186 - + @@ -2844,12 +2844,12 @@

AbstractValidator.java

- + 187 - + @@ -2859,12 +2859,12 @@

AbstractValidator.java

- + 188 - + @@ -2874,12 +2874,12 @@

AbstractValidator.java

- + 189 -4 +4 1. accepted : replaced boolean return with true for com/mastercard/test/flow/validation/AbstractValidator::accepted → KILLED
2. accepted : replaced boolean return with false for com/mastercard/test/flow/validation/AbstractValidator::accepted → KILLED
@@ -2894,12 +2894,12 @@

AbstractValidator.java

- + 190 - +
@@ -2909,12 +2909,12 @@

AbstractValidator.java

- + 191 - + @@ -2926,191 +2926,191 @@

AbstractValidator.java

Mutations

-43 +43 - +

1.1
Location : defaultChecks
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:with()]
replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::defaultChecks → KILLED

-
74 +74 - +

1.1
Location : with
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:with()]
replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::with → KILLED

-
85 +85 - +

1.1
Location : accepting
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:acceptance()]
replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::accepting → KILLED

-
96 +96 - +

1.1
Location : checking
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:checking()]
replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::checking → KILLED

-
109 +109 - +

1.1
Location : batching
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedFailures()]
replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::batching → KILLED

-
119 +119 - +

1.1
Location : self
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:acceptance()]
replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::self → KILLED

-
128 +128 - +

1.1
Location : validations
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:with()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/AbstractValidator::validations → KILLED

-
140 +140 - +

1.1
Location : batchedChecks
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedChecks()]
changed conditional boundary → KILLED

2.2
Location : batchedChecks
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedChecks()]
negated conditional → KILLED

-
142 +142 - +

1.1
Location : batchedChecks
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedChecks()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/AbstractValidator::batchedChecks → KILLED

-
147 +147 - +

1.1
Location : batchedChecks
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedFailures()]
removed call to java/util/stream/Stream::forEach → KILLED

-
148 +148 - +

1.1
Location : lambda$batchedChecks$0
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedChecks()]
negated conditional → KILLED

2.2
Location : lambda$batchedChecks$0
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedFailures()]
negated conditional → KILLED

3.3
Location : lambda$batchedChecks$0
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedChecks()]
changed conditional boundary → KILLED

-
155 +155 - +

1.1
Location : batchedChecks
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedFailures()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/AbstractValidator::batchedChecks → KILLED

-
157 +157 - +

1.1
Location : lambda$batchedChecks$2
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedFailures()]
negated conditional → KILLED

-
158 +158 - +

1.1
Location : lambda$batchedChecks$2
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedChecks()]
replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::lambda$batchedChecks$2 → KILLED

-
160 +160 - +

1.1
Location : lambda$batchedChecks$2
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedFailures()]
replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::lambda$batchedChecks$2 → KILLED

-
163 +163 - +

1.1
Location : lambda$batchedChecks$2
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedChecks()]
Replaced integer subtraction with addition → KILLED

-
169 +169 - +

1.1
Location : lambda$null$1
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedFailures()]
replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::lambda$null$1 → KILLED

-
179 +179 - +

1.1
Location : model
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:checking()]
replaced return value with null for com/mastercard/test/flow/validation/AbstractValidator::model → KILLED

-
189 +189 - +

1.1
Location : accepted
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:acceptance()]
replaced boolean return with true for com/mastercard/test/flow/validation/AbstractValidator::accepted → KILLED

2.2
Location : accepted
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:acceptance()]
replaced boolean return with false for com/mastercard/test/flow/validation/AbstractValidator::accepted → KILLED

3.3
Location : lambda$accepted$3
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:acceptance()]
replaced boolean return with false for com/mastercard/test/flow/validation/AbstractValidator::lambda$accepted$3 → KILLED

4.4
Location : lambda$accepted$3
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:acceptance()]
replaced boolean return with true for com/mastercard/test/flow/validation/AbstractValidator::lambda$accepted$3 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/Check.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/Check.java.html similarity index 59% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/Check.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/Check.java.html index b7202b9c26..4f7b133e48 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/Check.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/Check.java.html @@ -15,12 +15,12 @@

Check.java

-
+ 1 - + @@ -30,12 +30,12 @@

Check.java

- + 2 - + @@ -45,12 +45,12 @@

Check.java

- + 3 - + @@ -60,12 +60,12 @@

Check.java

- + 4 - + @@ -75,12 +75,12 @@

Check.java

- + 5 - + @@ -90,12 +90,12 @@

Check.java

- + 6 - + @@ -105,12 +105,12 @@

Check.java

- + 7 - + @@ -120,12 +120,12 @@

Check.java

- + 8 - + @@ -135,12 +135,12 @@

Check.java

- + 9 - + @@ -150,12 +150,12 @@

Check.java

- + 10 - + @@ -165,12 +165,12 @@

Check.java

- + 11 - + @@ -180,12 +180,12 @@

Check.java

- + 12 - + @@ -195,12 +195,12 @@

Check.java

- + 13 - + @@ -210,12 +210,12 @@

Check.java

- + 14 - + @@ -225,12 +225,12 @@

Check.java

- + 15 - + @@ -240,12 +240,12 @@

Check.java

- + 16 - + @@ -255,12 +255,12 @@

Check.java

- + 17 - + @@ -270,12 +270,12 @@

Check.java

- + 18 - + @@ -285,12 +285,12 @@

Check.java

- + 19 - + @@ -300,12 +300,12 @@

Check.java

- + 20 - + @@ -315,12 +315,12 @@

Check.java

- + 21 - + @@ -330,12 +330,12 @@

Check.java

- + 22 - + @@ -345,12 +345,12 @@

Check.java

- + 23 - + @@ -360,12 +360,12 @@

Check.java

- + 24 - + @@ -375,12 +375,12 @@

Check.java

- + 25 - + @@ -390,12 +390,12 @@

Check.java

- + 26 - + @@ -405,12 +405,12 @@

Check.java

- + 27 - + @@ -420,12 +420,12 @@

Check.java

- + 28 - + @@ -435,12 +435,12 @@

Check.java

- + 29 - + @@ -450,12 +450,12 @@

Check.java

- + 30 - + @@ -465,12 +465,12 @@

Check.java

- + 31 - + @@ -480,12 +480,12 @@

Check.java

- + 32 -1 +1 1. validation : replaced return value with null for com/mastercard/test/flow/validation/Check::validation → KILLED
@@ -497,12 +497,12 @@

Check.java

- + 33 - +
@@ -512,12 +512,12 @@

Check.java

- + 34 - + @@ -527,12 +527,12 @@

Check.java

- + 35 - + @@ -542,12 +542,12 @@

Check.java

- + 36 - + @@ -557,12 +557,12 @@

Check.java

- + 37 - + @@ -572,12 +572,12 @@

Check.java

- + 38 - + @@ -587,12 +587,12 @@

Check.java

- + 39 - + @@ -602,12 +602,12 @@

Check.java

- + 40 - + @@ -617,12 +617,12 @@

Check.java

- + 41 -1 +1 1. name : replaced return value with "" for com/mastercard/test/flow/validation/Check::name → KILLED
@@ -634,12 +634,12 @@

Check.java

- + 42 - +
@@ -649,12 +649,12 @@

Check.java

- + 43 - + @@ -664,12 +664,12 @@

Check.java

- + 44 - + @@ -679,12 +679,12 @@

Check.java

- + 45 - + @@ -694,12 +694,12 @@

Check.java

- + 46 - + @@ -709,12 +709,12 @@

Check.java

- + 47 - + @@ -724,12 +724,12 @@

Check.java

- + 48 - + @@ -739,12 +739,12 @@

Check.java

- + 49 - + @@ -754,12 +754,12 @@

Check.java

- + 50 - + @@ -769,12 +769,12 @@

Check.java

- + 51 -1 +1 1. check : replaced return value with Optional.empty for com/mastercard/test/flow/validation/Check::check → KILLED
@@ -786,12 +786,12 @@

Check.java

- + 52 - +
@@ -801,12 +801,12 @@

Check.java

- + 53 - + @@ -818,31 +818,31 @@

Check.java

Mutations

-32 +32 - +

1.1
Location : validation
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:empty()]
replaced return value with null for com/mastercard/test/flow/validation/Check::validation → KILLED

-
41 +41 - +

1.1
Location : name
Killed by : com.mastercard.test.flow.validation.check.ModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ModelTaggingCheckTest]/[method:empty()]
replaced return value with "" for com/mastercard/test/flow/validation/Check::name → KILLED

-
51 +51 - +

1.1
Location : check
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:batchedFailures()]
replaced return value with Optional.empty for com/mastercard/test/flow/validation/Check::check → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/Histograph.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/Histograph.java.html similarity index 65% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/Histograph.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/Histograph.java.html index 2b35ab91c7..6d09ee7cc9 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/Histograph.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/Histograph.java.html @@ -15,12 +15,12 @@

Histograph.java

-
+ 1 - + @@ -30,12 +30,12 @@

Histograph.java

- + 2 - + @@ -45,12 +45,12 @@

Histograph.java

- + 3 - + @@ -60,12 +60,12 @@

Histograph.java

- + 4 - + @@ -75,12 +75,12 @@

Histograph.java

- + 5 - + @@ -90,12 +90,12 @@

Histograph.java

- + 6 - + @@ -105,12 +105,12 @@

Histograph.java

- + 7 - + @@ -120,12 +120,12 @@

Histograph.java

- + 8 - + @@ -135,12 +135,12 @@

Histograph.java

- + 9 - + @@ -150,12 +150,12 @@

Histograph.java

- + 10 - + @@ -165,12 +165,12 @@

Histograph.java

- + 11 - + @@ -180,12 +180,12 @@

Histograph.java

- + 12 - + @@ -195,12 +195,12 @@

Histograph.java

- + 13 - + @@ -210,12 +210,12 @@

Histograph.java

- + 14 - + @@ -225,12 +225,12 @@

Histograph.java

- + 15 - + @@ -240,12 +240,12 @@

Histograph.java

- + 16 - + @@ -255,12 +255,12 @@

Histograph.java

- + 17 - + @@ -270,12 +270,12 @@

Histograph.java

- + 18 - + @@ -285,12 +285,12 @@

Histograph.java

- + 19 - + @@ -300,12 +300,12 @@

Histograph.java

- + 20 - + @@ -315,12 +315,12 @@

Histograph.java

- + 21 - + @@ -330,12 +330,12 @@

Histograph.java

- + 22 - + @@ -345,12 +345,12 @@

Histograph.java

- + 23 - + @@ -360,12 +360,12 @@

Histograph.java

- + 24 - + @@ -375,12 +375,12 @@

Histograph.java

- + 25 - + @@ -390,12 +390,12 @@

Histograph.java

- + 26 - + @@ -405,12 +405,12 @@

Histograph.java

- + 27 - + @@ -420,12 +420,12 @@

Histograph.java

- + 28 - + @@ -435,12 +435,12 @@

Histograph.java

- + 29 - + @@ -450,12 +450,12 @@

Histograph.java

- + 30 - + @@ -465,12 +465,12 @@

Histograph.java

- + 31 - + @@ -480,12 +480,12 @@

Histograph.java

- + 32 - + @@ -495,12 +495,12 @@

Histograph.java

- + 33 - + @@ -510,12 +510,12 @@

Histograph.java

- + 34 - + @@ -525,12 +525,12 @@

Histograph.java

- + 35 - + @@ -540,12 +540,12 @@

Histograph.java

- + 36 - + @@ -555,12 +555,12 @@

Histograph.java

- + 37 - + @@ -570,12 +570,12 @@

Histograph.java

- + 38 - + @@ -585,12 +585,12 @@

Histograph.java

- + 39 - + @@ -600,12 +600,12 @@

Histograph.java

- + 40 - + @@ -615,12 +615,12 @@

Histograph.java

- + 41 -1 +1 1. graph : negated conditional → KILLED
@@ -632,12 +632,12 @@

Histograph.java

- + 42 - +
@@ -647,12 +647,12 @@

Histograph.java

- + 43 - + @@ -662,12 +662,12 @@

Histograph.java

- + 44 - + @@ -677,12 +677,12 @@

Histograph.java

- + 45 -2 +2 1. graph : Replaced integer subtraction with addition → KILLED
2. graph : Replaced float division with multiplication → KILLED
@@ -695,12 +695,12 @@

Histograph.java

- + 46 - +
@@ -710,12 +710,12 @@

Histograph.java

- + 47 -3 +3 1. lambda$graph$0 : negated conditional → KILLED
2. lambda$graph$0 : replaced boolean return with true for com/mastercard/test/flow/validation/Histograph::lambda$graph$0 → KILLED
@@ -729,12 +729,12 @@

Histograph.java

- + 48 - +
@@ -744,12 +744,12 @@

Histograph.java

- + 49 -2 +2 1. graph : changed conditional boundary → KILLED
2. graph : negated conditional → KILLED
@@ -762,12 +762,12 @@

Histograph.java

- + 50 -2 +2 1. graph : Replaced double division with multiplication → KILLED
2. graph : Replaced double multiplication with division → KILLED
@@ -780,12 +780,12 @@

Histograph.java

- + 51 - +
@@ -795,12 +795,12 @@

Histograph.java

- + 52 - +
@@ -810,12 +810,12 @@

Histograph.java

- + 53 - + @@ -825,12 +825,12 @@

Histograph.java

- + 54 -2 +2 1. graph : negated conditional → KILLED
2. graph : changed conditional boundary → KILLED
@@ -843,12 +843,12 @@

Histograph.java

- + 55 -3 +3 1. graph : Replaced integer addition with subtraction → KILLED
2. graph : Replaced integer subtraction with addition → KILLED
@@ -862,12 +862,12 @@

Histograph.java

- + 56 -2 +2 1. graph : Replaced integer addition with subtraction → KILLED
2. graph : Replaced integer multiplication with division → KILLED
@@ -880,12 +880,12 @@

Histograph.java

- + 57 - +
@@ -895,12 +895,12 @@

Histograph.java

- + 58 -2 +2 1. graph : negated conditional → KILLED
2. graph : changed conditional boundary → KILLED
@@ -913,12 +913,12 @@

Histograph.java

- + 59 -1 +1 1. graph : Replaced integer addition with subtraction → KILLED
@@ -930,12 +930,12 @@

Histograph.java

- + 60 - +
@@ -945,12 +945,12 @@

Histograph.java

- + 61 -2 +2 1. graph : Replaced double multiplication with division → KILLED
2. graph : Replaced double division with multiplication → KILLED
@@ -963,12 +963,12 @@

Histograph.java

- + 62 - +
@@ -978,12 +978,12 @@

Histograph.java

- + 63 - +
@@ -993,12 +993,12 @@

Histograph.java

- + 64 - +
@@ -1008,12 +1008,12 @@

Histograph.java

- + 65 -3 +3 1. lambda$graph$1 : replaced boolean return with true for com/mastercard/test/flow/validation/Histograph::lambda$graph$1 → KILLED
2. lambda$graph$1 : changed conditional boundary → KILLED
@@ -1027,12 +1027,12 @@

Histograph.java

- + 66 - +
@@ -1042,12 +1042,12 @@

Histograph.java

- + 67 -2 +2 1. graph : negated conditional → KILLED
2. graph : changed conditional boundary → KILLED
@@ -1060,12 +1060,12 @@

Histograph.java

- + 68 -2 +2 1. graph : Replaced double multiplication with division → KILLED
2. graph : Replaced double division with multiplication → KILLED
@@ -1078,12 +1078,12 @@

Histograph.java

- + 69 - +
@@ -1093,12 +1093,12 @@

Histograph.java

- + 70 - +
@@ -1108,12 +1108,12 @@

Histograph.java

- + 71 - +
@@ -1123,12 +1123,12 @@

Histograph.java

- + 72 -1 +1 1. graph : replaced return value with "" for com/mastercard/test/flow/validation/Histograph::graph → KILLED
@@ -1140,12 +1140,12 @@

Histograph.java

- + 73 - +
@@ -1155,12 +1155,12 @@

Histograph.java

- + 74 - + @@ -1170,12 +1170,12 @@

Histograph.java

- + 75 - + @@ -1185,12 +1185,12 @@

Histograph.java

- + 76 - + @@ -1200,12 +1200,12 @@

Histograph.java

- + 77 - + @@ -1215,12 +1215,12 @@

Histograph.java

- + 78 - + @@ -1230,12 +1230,12 @@

Histograph.java

- + 79 - + @@ -1245,12 +1245,12 @@

Histograph.java

- + 80 -1 +1 1. getMinimum : replaced int return with 0 for com/mastercard/test/flow/validation/Histograph::getMinimum → KILLED
@@ -1262,12 +1262,12 @@

Histograph.java

- + 81 - +
@@ -1277,12 +1277,12 @@

Histograph.java

- + 82 - + @@ -1292,12 +1292,12 @@

Histograph.java

- + 83 - + @@ -1307,12 +1307,12 @@

Histograph.java

- + 84 - + @@ -1322,12 +1322,12 @@

Histograph.java

- + 85 - + @@ -1337,12 +1337,12 @@

Histograph.java

- + 86 - + @@ -1352,12 +1352,12 @@

Histograph.java

- + 87 -1 +1 1. getMaximum : replaced int return with 0 for com/mastercard/test/flow/validation/Histograph::getMaximum → KILLED
@@ -1369,12 +1369,12 @@

Histograph.java

- + 88 - +
@@ -1384,12 +1384,12 @@

Histograph.java

- + 89 - + @@ -1401,171 +1401,171 @@

Histograph.java

Mutations

-41 +41 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:empty()]
negated conditional → KILLED

-
45 +45 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:overRange()]
Replaced integer subtraction with addition → KILLED

2.2
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:single()]
Replaced float division with multiplication → KILLED

-
47 +47 - +

1.1
Location : lambda$graph$0
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:single()]
negated conditional → KILLED

2.2
Location : lambda$graph$0
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:single()]
replaced boolean return with true for com/mastercard/test/flow/validation/Histograph::lambda$graph$0 → KILLED

3.3
Location : lambda$graph$0
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:underRange()]
changed conditional boundary → KILLED

-
49 +49 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:empty()]
changed conditional boundary → KILLED

2.2
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:empty()]
negated conditional → KILLED

-
50 +50 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:underRange()]
Replaced double division with multiplication → KILLED

2.2
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:underRange()]
Replaced double multiplication with division → KILLED

-
54 +54 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:empty()]
negated conditional → KILLED

2.2
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:empty()]
changed conditional boundary → KILLED

-
55 +55 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:overRange()]
Replaced integer addition with subtraction → KILLED

2.2
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:single()]
Replaced integer subtraction with addition → KILLED

3.3
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:overRange()]
Replaced integer multiplication with division → KILLED

-
56 +56 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:overRange()]
Replaced integer addition with subtraction → KILLED

2.2
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:overRange()]
Replaced integer multiplication with division → KILLED

-
58 +58 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:single()]
negated conditional → KILLED

2.2
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:single()]
changed conditional boundary → KILLED

-
59 +59 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:single()]
Replaced integer addition with subtraction → KILLED

-
61 +61 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:empty()]
Replaced double multiplication with division → KILLED

2.2
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:overRange()]
Replaced double division with multiplication → KILLED

-
65 +65 - +

1.1
Location : lambda$graph$1
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:single()]
replaced boolean return with true for com/mastercard/test/flow/validation/Histograph::lambda$graph$1 → KILLED

2.2
Location : lambda$graph$1
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:single()]
changed conditional boundary → KILLED

3.3
Location : lambda$graph$1
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:single()]
negated conditional → KILLED

-
67 +67 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:empty()]
negated conditional → KILLED

2.2
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:empty()]
changed conditional boundary → KILLED

-
68 +68 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:underRange()]
Replaced double multiplication with division → KILLED

2.2
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:underRange()]
Replaced double division with multiplication → KILLED

-
72 +72 - +

1.1
Location : graph
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:empty()]
replaced return value with "" for com/mastercard/test/flow/validation/Histograph::graph → KILLED

-
80 +80 - +

1.1
Location : getMinimum
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:accessors()]
replaced int return with 0 for com/mastercard/test/flow/validation/Histograph::getMinimum → KILLED

-
87 +87 - +

1.1
Location : getMaximum
Killed by : com.mastercard.test.flow.validation.HistographTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.HistographTest]/[method:accessors()]
replaced int return with 0 for com/mastercard/test/flow/validation/Histograph::getMaximum → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/InheritanceHealth.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/InheritanceHealth.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/InheritanceHealth.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/InheritanceHealth.java.html index 574d62dee8..929504089f 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/InheritanceHealth.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/InheritanceHealth.java.html @@ -15,12 +15,12 @@

InheritanceHealth.java

-
+ 1 - + @@ -30,12 +30,12 @@

InheritanceHealth.java

- + 2 - + @@ -45,12 +45,12 @@

InheritanceHealth.java

- + 3 - + @@ -60,12 +60,12 @@

InheritanceHealth.java

- + 4 - + @@ -75,12 +75,12 @@

InheritanceHealth.java

- + 5 - + @@ -90,12 +90,12 @@

InheritanceHealth.java

- + 6 - + @@ -105,12 +105,12 @@

InheritanceHealth.java

- + 7 - + @@ -120,12 +120,12 @@

InheritanceHealth.java

- + 8 - + @@ -135,12 +135,12 @@

InheritanceHealth.java

- + 9 - + @@ -150,12 +150,12 @@

InheritanceHealth.java

- + 10 - + @@ -165,12 +165,12 @@

InheritanceHealth.java

- + 11 - + @@ -180,12 +180,12 @@

InheritanceHealth.java

- + 12 - + @@ -195,12 +195,12 @@

InheritanceHealth.java

- + 13 - + @@ -210,12 +210,12 @@

InheritanceHealth.java

- + 14 - + @@ -225,12 +225,12 @@

InheritanceHealth.java

- + 15 - + @@ -240,12 +240,12 @@

InheritanceHealth.java

- + 16 - + @@ -255,12 +255,12 @@

InheritanceHealth.java

- + 17 - + @@ -270,12 +270,12 @@

InheritanceHealth.java

- + 18 - + @@ -285,12 +285,12 @@

InheritanceHealth.java

- + 19 - + @@ -300,12 +300,12 @@

InheritanceHealth.java

- + 20 - + @@ -315,12 +315,12 @@

InheritanceHealth.java

- + 21 - + @@ -330,12 +330,12 @@

InheritanceHealth.java

- + 22 - + @@ -345,12 +345,12 @@

InheritanceHealth.java

- + 23 - + @@ -360,12 +360,12 @@

InheritanceHealth.java

- + 24 - + @@ -375,12 +375,12 @@

InheritanceHealth.java

- + 25 - + @@ -390,12 +390,12 @@

InheritanceHealth.java

- + 26 - + @@ -405,12 +405,12 @@

InheritanceHealth.java

- + 27 - + @@ -420,12 +420,12 @@

InheritanceHealth.java

- + 28 - + @@ -435,12 +435,12 @@

InheritanceHealth.java

- + 29 - + @@ -450,12 +450,12 @@

InheritanceHealth.java

- + 30 - + @@ -465,12 +465,12 @@

InheritanceHealth.java

- + 31 - + @@ -480,12 +480,12 @@

InheritanceHealth.java

- + 32 - + @@ -495,12 +495,12 @@

InheritanceHealth.java

- + 33 - + @@ -510,12 +510,12 @@

InheritanceHealth.java

- + 34 - + @@ -525,12 +525,12 @@

InheritanceHealth.java

- + 35 - + @@ -540,12 +540,12 @@

InheritanceHealth.java

- + 36 - + @@ -555,12 +555,12 @@

InheritanceHealth.java

- + 37 - + @@ -570,12 +570,12 @@

InheritanceHealth.java

- + 38 - + @@ -585,12 +585,12 @@

InheritanceHealth.java

- + 39 - + @@ -600,12 +600,12 @@

InheritanceHealth.java

- + 40 - + @@ -615,12 +615,12 @@

InheritanceHealth.java

- + 41 - + @@ -630,12 +630,12 @@

InheritanceHealth.java

- + 42 - + @@ -645,12 +645,12 @@

InheritanceHealth.java

- + 43 - + @@ -660,12 +660,12 @@

InheritanceHealth.java

- + 44 - + @@ -675,12 +675,12 @@

InheritanceHealth.java

- + 45 - + @@ -690,12 +690,12 @@

InheritanceHealth.java

- + 46 - + @@ -705,12 +705,12 @@

InheritanceHealth.java

- + 47 - + @@ -720,12 +720,12 @@

InheritanceHealth.java

- + 48 - + @@ -735,12 +735,12 @@

InheritanceHealth.java

- + 49 - + @@ -750,12 +750,12 @@

InheritanceHealth.java

- + 50 - + @@ -765,12 +765,12 @@

InheritanceHealth.java

- + 51 - + @@ -780,12 +780,12 @@

InheritanceHealth.java

- + 52 - + @@ -795,12 +795,12 @@

InheritanceHealth.java

- + 53 - + @@ -810,12 +810,12 @@

InheritanceHealth.java

- + 54 - + @@ -825,12 +825,12 @@

InheritanceHealth.java

- + 55 - + @@ -840,12 +840,12 @@

InheritanceHealth.java

- + 56 - + @@ -855,12 +855,12 @@

InheritanceHealth.java

- + 57 - + @@ -870,12 +870,12 @@

InheritanceHealth.java

- + 58 - + @@ -885,12 +885,12 @@

InheritanceHealth.java

- + 59 - + @@ -900,12 +900,12 @@

InheritanceHealth.java

- + 60 - + @@ -915,12 +915,12 @@

InheritanceHealth.java

- + 61 - + @@ -930,12 +930,12 @@

InheritanceHealth.java

- + 62 - + @@ -945,12 +945,12 @@

InheritanceHealth.java

- + 63 - + @@ -960,12 +960,12 @@

InheritanceHealth.java

- + 64 - + @@ -975,12 +975,12 @@

InheritanceHealth.java

- + 65 - + @@ -990,12 +990,12 @@

InheritanceHealth.java

- + 66 - + @@ -1005,12 +1005,12 @@

InheritanceHealth.java

- + 67 - + @@ -1020,12 +1020,12 @@

InheritanceHealth.java

- + 68 - + @@ -1035,12 +1035,12 @@

InheritanceHealth.java

- + 69 - + @@ -1050,12 +1050,12 @@

InheritanceHealth.java

- + 70 -1 +1 1. lambda$new$0 : replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$new$0 → KILLED
@@ -1067,12 +1067,12 @@

InheritanceHealth.java

- + 71 - +
@@ -1082,12 +1082,12 @@

InheritanceHealth.java

- + 72 - + @@ -1097,12 +1097,12 @@

InheritanceHealth.java

- + 73 - + @@ -1112,12 +1112,12 @@

InheritanceHealth.java

- + 74 - + @@ -1127,12 +1127,12 @@

InheritanceHealth.java

- + 75 - + @@ -1142,12 +1142,12 @@

InheritanceHealth.java

- + 76 - + @@ -1157,12 +1157,12 @@

InheritanceHealth.java

- + 77 - + @@ -1172,12 +1172,12 @@

InheritanceHealth.java

- + 78 - + @@ -1187,12 +1187,12 @@

InheritanceHealth.java

- + 79 - + @@ -1202,12 +1202,12 @@

InheritanceHealth.java

- + 80 - + @@ -1217,12 +1217,12 @@

InheritanceHealth.java

- + 81 - + @@ -1232,12 +1232,12 @@

InheritanceHealth.java

- + 82 - + @@ -1247,12 +1247,12 @@

InheritanceHealth.java

- + 83 - + @@ -1262,12 +1262,12 @@

InheritanceHealth.java

- + 84 - + @@ -1277,12 +1277,12 @@

InheritanceHealth.java

- + 85 - + @@ -1292,12 +1292,12 @@

InheritanceHealth.java

- + 86 - + @@ -1307,12 +1307,12 @@

InheritanceHealth.java

- + 87 - + @@ -1322,12 +1322,12 @@

InheritanceHealth.java

- + 88 - + @@ -1337,12 +1337,12 @@

InheritanceHealth.java

- + 89 - + @@ -1352,12 +1352,12 @@

InheritanceHealth.java

- + 90 - + @@ -1367,12 +1367,12 @@

InheritanceHealth.java

- + 91 - + @@ -1382,12 +1382,12 @@

InheritanceHealth.java

- + 92 - + @@ -1397,12 +1397,12 @@

InheritanceHealth.java

- + 93 - + @@ -1412,12 +1412,12 @@

InheritanceHealth.java

- + 94 - + @@ -1427,12 +1427,12 @@

InheritanceHealth.java

- + 95 - + @@ -1442,12 +1442,12 @@

InheritanceHealth.java

- + 96 - + @@ -1457,12 +1457,12 @@

InheritanceHealth.java

- + 97 - + @@ -1472,12 +1472,12 @@

InheritanceHealth.java

- + 98 - + @@ -1487,12 +1487,12 @@

InheritanceHealth.java

- + 99 - + @@ -1502,12 +1502,12 @@

InheritanceHealth.java

- + 100 - + @@ -1517,12 +1517,12 @@

InheritanceHealth.java

- + 101 - + @@ -1532,12 +1532,12 @@

InheritanceHealth.java

- + 102 - + @@ -1547,12 +1547,12 @@

InheritanceHealth.java

- + 103 - + @@ -1562,12 +1562,12 @@

InheritanceHealth.java

- + 104 - + @@ -1577,12 +1577,12 @@

InheritanceHealth.java

- + 105 - + @@ -1592,12 +1592,12 @@

InheritanceHealth.java

- + 106 - + @@ -1607,12 +1607,12 @@

InheritanceHealth.java

- + 107 - + @@ -1622,12 +1622,12 @@

InheritanceHealth.java

- + 108 - + @@ -1637,12 +1637,12 @@

InheritanceHealth.java

- + 109 - + @@ -1652,12 +1652,12 @@

InheritanceHealth.java

- + 110 - + @@ -1667,12 +1667,12 @@

InheritanceHealth.java

- + 111 - + @@ -1682,12 +1682,12 @@

InheritanceHealth.java

- + 112 - + @@ -1697,12 +1697,12 @@

InheritanceHealth.java

- + 113 - + @@ -1712,12 +1712,12 @@

InheritanceHealth.java

- + 114 - + @@ -1727,12 +1727,12 @@

InheritanceHealth.java

- + 115 - + @@ -1742,12 +1742,12 @@

InheritanceHealth.java

- + 116 - + @@ -1757,12 +1757,12 @@

InheritanceHealth.java

- + 117 - + @@ -1772,12 +1772,12 @@

InheritanceHealth.java

- + 118 - + @@ -1787,12 +1787,12 @@

InheritanceHealth.java

- + 119 - + @@ -1802,12 +1802,12 @@

InheritanceHealth.java

- + 120 - + @@ -1817,12 +1817,12 @@

InheritanceHealth.java

- + 121 - + @@ -1832,12 +1832,12 @@

InheritanceHealth.java

- + 122 - + @@ -1847,12 +1847,12 @@

InheritanceHealth.java

- + 123 - + @@ -1862,12 +1862,12 @@

InheritanceHealth.java

- + 124 - + @@ -1877,12 +1877,12 @@

InheritanceHealth.java

- + 125 - + @@ -1892,12 +1892,12 @@

InheritanceHealth.java

- + 126 - + @@ -1907,12 +1907,12 @@

InheritanceHealth.java

- + 127 - + @@ -1922,12 +1922,12 @@

InheritanceHealth.java

- + 128 - + @@ -1937,12 +1937,12 @@

InheritanceHealth.java

- + 129 - + @@ -1952,12 +1952,12 @@

InheritanceHealth.java

- + 130 - + @@ -1967,12 +1967,12 @@

InheritanceHealth.java

- + 131 - + @@ -1982,12 +1982,12 @@

InheritanceHealth.java

- + 132 -1 +1 1. progress : replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED
@@ -1999,12 +1999,12 @@

InheritanceHealth.java

- + 133 - +
@@ -2014,12 +2014,12 @@

InheritanceHealth.java

- + 134 - + @@ -2029,12 +2029,12 @@

InheritanceHealth.java

- + 135 - + @@ -2044,12 +2044,12 @@

InheritanceHealth.java

- + 136 - + @@ -2059,12 +2059,12 @@

InheritanceHealth.java

- + 137 - + @@ -2074,12 +2074,12 @@

InheritanceHealth.java

- + 138 - + @@ -2089,12 +2089,12 @@

InheritanceHealth.java

- + 139 - + @@ -2104,12 +2104,12 @@

InheritanceHealth.java

- + 140 - + @@ -2119,12 +2119,12 @@

InheritanceHealth.java

- + 141 - + @@ -2134,12 +2134,12 @@

InheritanceHealth.java

- + 142 - + @@ -2149,12 +2149,12 @@

InheritanceHealth.java

- + 143 - + @@ -2164,12 +2164,12 @@

InheritanceHealth.java

- + 144 -1 +1 1. creationCost : replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::creationCost → KILLED
@@ -2181,12 +2181,12 @@

InheritanceHealth.java

- + 145 - +
@@ -2196,12 +2196,12 @@

InheritanceHealth.java

- + 146 - + @@ -2211,12 +2211,12 @@

InheritanceHealth.java

- + 147 - + @@ -2226,12 +2226,12 @@

InheritanceHealth.java

- + 148 - + @@ -2241,12 +2241,12 @@

InheritanceHealth.java

- + 149 - + @@ -2256,12 +2256,12 @@

InheritanceHealth.java

- + 150 - + @@ -2271,12 +2271,12 @@

InheritanceHealth.java

- + 151 - + @@ -2286,12 +2286,12 @@

InheritanceHealth.java

- + 152 - + @@ -2301,12 +2301,12 @@

InheritanceHealth.java

- + 153 - + @@ -2316,12 +2316,12 @@

InheritanceHealth.java

- + 154 - + @@ -2331,12 +2331,12 @@

InheritanceHealth.java

- + 155 - + @@ -2346,12 +2346,12 @@

InheritanceHealth.java

- + 156 -1 +1 1. derivationCost : replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::derivationCost → KILLED
@@ -2363,12 +2363,12 @@

InheritanceHealth.java

- + 157 - +
@@ -2378,12 +2378,12 @@

InheritanceHealth.java

- + 158 - + @@ -2393,12 +2393,12 @@

InheritanceHealth.java

- + 159 - + @@ -2408,12 +2408,12 @@

InheritanceHealth.java

- + 160 - + @@ -2423,12 +2423,12 @@

InheritanceHealth.java

- + 161 - + @@ -2438,12 +2438,12 @@

InheritanceHealth.java

- + 162 - + @@ -2453,12 +2453,12 @@

InheritanceHealth.java

- + 163 - + @@ -2468,12 +2468,12 @@

InheritanceHealth.java

- + 164 - + @@ -2483,12 +2483,12 @@

InheritanceHealth.java

- + 165 - + @@ -2498,12 +2498,12 @@

InheritanceHealth.java

- + 166 - + @@ -2513,12 +2513,12 @@

InheritanceHealth.java

- + 167 -1 +1 1. expect : removed call to java/util/stream/Stream::forEach → KILLED
@@ -2530,12 +2530,12 @@

InheritanceHealth.java

- + 168 - +
@@ -2545,12 +2545,12 @@

InheritanceHealth.java

- + 169 - + @@ -2560,12 +2560,12 @@

InheritanceHealth.java

- + 170 -1 +1 1. lambda$expect$1 : removed call to com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED
@@ -2577,12 +2577,12 @@

InheritanceHealth.java

- + 171 - +
@@ -2592,12 +2592,12 @@

InheritanceHealth.java

- + 172 - + @@ -2607,12 +2607,12 @@

InheritanceHealth.java

- + 173 -1 +1 1. expect : negated conditional → KILLED
@@ -2624,12 +2624,12 @@

InheritanceHealth.java

- + 174 -1 +1 1. expect : removed call to java/util/function/BiConsumer::accept → KILLED
@@ -2641,12 +2641,12 @@

InheritanceHealth.java

- + 175 - +
@@ -2656,12 +2656,12 @@

InheritanceHealth.java

- + 176 - +
@@ -2671,12 +2671,12 @@

InheritanceHealth.java

- + 177 - + @@ -2686,12 +2686,12 @@

InheritanceHealth.java

- + 178 - + @@ -2701,12 +2701,12 @@

InheritanceHealth.java

- + 179 - + @@ -2716,12 +2716,12 @@

InheritanceHealth.java

- + 180 - + @@ -2731,12 +2731,12 @@

InheritanceHealth.java

- + 181 - + @@ -2746,12 +2746,12 @@

InheritanceHealth.java

- + 182 - + @@ -2761,12 +2761,12 @@

InheritanceHealth.java

- + 183 -1 +1 1. lambda$expect$2 : replaced return value with Stream.empty for com/mastercard/test/flow/validation/InheritanceHealth::lambda$expect$2 → KILLED
@@ -2778,12 +2778,12 @@

InheritanceHealth.java

- + 184 - +
@@ -2793,12 +2793,12 @@

InheritanceHealth.java

- + 185 - + @@ -2808,12 +2808,12 @@

InheritanceHealth.java

- + 186 - + @@ -2823,12 +2823,12 @@

InheritanceHealth.java

- + 187 - + @@ -2838,12 +2838,12 @@

InheritanceHealth.java

- + 188 - + @@ -2853,12 +2853,12 @@

InheritanceHealth.java

- + 189 -1 +1 1. expect : Replaced integer subtraction with addition → KILLED
@@ -2870,12 +2870,12 @@

InheritanceHealth.java

- + 190 - +
@@ -2885,12 +2885,12 @@

InheritanceHealth.java

- + 191 -2 +2 1. expect : Replaced integer subtraction with addition → KILLED
2. expect : Replaced integer addition with subtraction → KILLED
@@ -2903,12 +2903,12 @@

InheritanceHealth.java

- + 192 - +
@@ -2918,12 +2918,12 @@

InheritanceHealth.java

- + 193 - + @@ -2933,12 +2933,12 @@

InheritanceHealth.java

- + 194 - + @@ -2948,12 +2948,12 @@

InheritanceHealth.java

- + 195 - + @@ -2963,12 +2963,12 @@

InheritanceHealth.java

- + 196 - + @@ -2978,12 +2978,12 @@

InheritanceHealth.java

- + 197 - + @@ -2993,12 +2993,12 @@

InheritanceHealth.java

- + 198 - + @@ -3008,12 +3008,12 @@

InheritanceHealth.java

- + 199 - + @@ -3023,12 +3023,12 @@

InheritanceHealth.java

- + 200 - + @@ -3038,12 +3038,12 @@

InheritanceHealth.java

- + 201 - + @@ -3053,12 +3053,12 @@

InheritanceHealth.java

- + 202 -2 +2 1. expect : negated conditional → KILLED
2. expect : negated conditional → KILLED
@@ -3071,12 +3071,12 @@

InheritanceHealth.java

- + 203 - +
@@ -3086,12 +3086,12 @@

InheritanceHealth.java

- + 204 - + @@ -3101,12 +3101,12 @@

InheritanceHealth.java

- + 205 - + @@ -3116,12 +3116,12 @@

InheritanceHealth.java

- + 206 - + @@ -3131,12 +3131,12 @@

InheritanceHealth.java

- + 207 -1 +1 1. expect : removed call to java/util/function/BiConsumer::accept → KILLED
@@ -3148,12 +3148,12 @@

InheritanceHealth.java

- + 208 - +
@@ -3163,12 +3163,12 @@

InheritanceHealth.java

- + 209 - + @@ -3178,12 +3178,12 @@

InheritanceHealth.java

- + 210 - + @@ -3193,12 +3193,12 @@

InheritanceHealth.java

- + 211 - + @@ -3208,12 +3208,12 @@

InheritanceHealth.java

- + 212 - + @@ -3223,12 +3223,12 @@

InheritanceHealth.java

- + 213 - + @@ -3238,12 +3238,12 @@

InheritanceHealth.java

- + 214 - + @@ -3253,12 +3253,12 @@

InheritanceHealth.java

- + 215 - + @@ -3268,12 +3268,12 @@

InheritanceHealth.java

- + 216 - + @@ -3283,12 +3283,12 @@

InheritanceHealth.java

- + 217 -1 +1 1. actualCost : removed call to java/util/Set::forEach → KILLED
@@ -3300,12 +3300,12 @@

InheritanceHealth.java

- + 218 -1 +1 1. lambda$actualCost$4 : negated conditional → KILLED
@@ -3317,12 +3317,12 @@

InheritanceHealth.java

- + 219 - +
@@ -3332,12 +3332,12 @@

InheritanceHealth.java

- + 220 - +
@@ -3347,12 +3347,12 @@

InheritanceHealth.java

- + 221 - + @@ -3362,12 +3362,12 @@

InheritanceHealth.java

- + 222 - + @@ -3377,12 +3377,12 @@

InheritanceHealth.java

- + 223 - + @@ -3392,12 +3392,12 @@

InheritanceHealth.java

- + 224 -3 +3 1. lambda$null$3 : negated conditional → KILLED
2. lambda$null$3 : replaced Integer return value with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$null$3 → KILLED
@@ -3411,12 +3411,12 @@

InheritanceHealth.java

- + 225 - +
@@ -3426,12 +3426,12 @@

InheritanceHealth.java

- + 226 -1 +1 1. lambda$actualCost$4 : removed call to com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED
@@ -3443,12 +3443,12 @@

InheritanceHealth.java

- + 227 - +
@@ -3458,12 +3458,12 @@

InheritanceHealth.java

- + 228 - + @@ -3473,12 +3473,12 @@

InheritanceHealth.java

- + 229 -1 +1 1. actualCost : replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::actualCost → KILLED
@@ -3490,12 +3490,12 @@

InheritanceHealth.java

- + 230 - +
@@ -3505,12 +3505,12 @@

InheritanceHealth.java

- + 231 - + @@ -3520,12 +3520,12 @@

InheritanceHealth.java

- + 232 - + @@ -3535,12 +3535,12 @@

InheritanceHealth.java

- + 233 - + @@ -3550,12 +3550,12 @@

InheritanceHealth.java

- + 234 -1 +1 1. optimalCost : removed call to java/util/Set::forEach → KILLED
@@ -3567,12 +3567,12 @@

InheritanceHealth.java

- + 235 - +
@@ -3582,12 +3582,12 @@

InheritanceHealth.java

- + 236 - + @@ -3597,12 +3597,12 @@

InheritanceHealth.java

- + 237 - + @@ -3612,12 +3612,12 @@

InheritanceHealth.java

- + 238 - + @@ -3627,12 +3627,12 @@

InheritanceHealth.java

- + 239 - + @@ -3642,12 +3642,12 @@

InheritanceHealth.java

- + 240 -2 +2 1. lambda$optimalCost$5 : replaced boolean return with true for com/mastercard/test/flow/validation/InheritanceHealth::lambda$optimalCost$5 → KILLED
2. lambda$optimalCost$5 : negated conditional → KILLED
@@ -3660,12 +3660,12 @@

InheritanceHealth.java

- + 241 - +
@@ -3675,12 +3675,12 @@

InheritanceHealth.java

- + 242 -1 +1 1. lambda$optimalCost$6 : replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::lambda$optimalCost$6 → KILLED
@@ -3692,12 +3692,12 @@

InheritanceHealth.java

- + 243 - +
@@ -3707,12 +3707,12 @@

InheritanceHealth.java

- + 244 - + @@ -3722,12 +3722,12 @@

InheritanceHealth.java

- + 245 -1 +1 1. optimalCost : removed call to com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED
@@ -3739,12 +3739,12 @@

InheritanceHealth.java

- + 246 - +
@@ -3754,12 +3754,12 @@

InheritanceHealth.java

- + 247 -1 +1 1. lambda$optimalCost$7 : removed call to com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED
@@ -3771,12 +3771,12 @@

InheritanceHealth.java

- + 248 - +
@@ -3786,12 +3786,12 @@

InheritanceHealth.java

- + 249 - + @@ -3801,12 +3801,12 @@

InheritanceHealth.java

- + 250 -1 +1 1. optimalCost : removed call to java/util/concurrent/atomic/AtomicInteger::set → KILLED
@@ -3818,12 +3818,12 @@

InheritanceHealth.java

- + 251 - +
@@ -3833,12 +3833,12 @@

InheritanceHealth.java

- + 252 - + @@ -3848,12 +3848,12 @@

InheritanceHealth.java

- + 253 -1 +1 1. optimalCost : removed call to com/mastercard/test/flow/validation/graph/DAG::traverse → KILLED
@@ -3865,12 +3865,12 @@

InheritanceHealth.java

- + 254 -1 +1 1. lambda$optimalCost$9 : negated conditional → KILLED
@@ -3882,12 +3882,12 @@

InheritanceHealth.java

- + 255 - +
@@ -3897,12 +3897,12 @@

InheritanceHealth.java

- + 256 - +
@@ -3912,12 +3912,12 @@

InheritanceHealth.java

- + 257 - + @@ -3927,12 +3927,12 @@

InheritanceHealth.java

- + 258 - + @@ -3942,12 +3942,12 @@

InheritanceHealth.java

- + 259 - + @@ -3957,12 +3957,12 @@

InheritanceHealth.java

- + 260 -3 +3 1. lambda$null$8 : negated conditional → KILLED
2. lambda$null$8 : Replaced integer addition with subtraction → KILLED
@@ -3976,12 +3976,12 @@

InheritanceHealth.java

- + 261 - +
@@ -3991,12 +3991,12 @@

InheritanceHealth.java

- + 262 -1 +1 1. lambda$optimalCost$9 : removed call to com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED
@@ -4008,12 +4008,12 @@

InheritanceHealth.java

- + 263 - +
@@ -4023,12 +4023,12 @@

InheritanceHealth.java

- + 264 - + @@ -4038,12 +4038,12 @@

InheritanceHealth.java

- + 265 -1 +1 1. optimalCost : replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::optimalCost → KILLED
@@ -4055,12 +4055,12 @@

InheritanceHealth.java

- + 266 - +
@@ -4070,12 +4070,12 @@

InheritanceHealth.java

- + 267 - + @@ -4085,12 +4085,12 @@

InheritanceHealth.java

- + 268 - + @@ -4100,12 +4100,12 @@

InheritanceHealth.java

- + 269 - + @@ -4115,12 +4115,12 @@

InheritanceHealth.java

- + 270 -3 +3 1. lambda$progress$10 : removed call to java/util/function/BiConsumer::accept → KILLED
2. lambda$progress$10 : Replaced float division with multiplication → KILLED
@@ -4134,12 +4134,12 @@

InheritanceHealth.java

- + 271 - +
@@ -4149,12 +4149,12 @@

InheritanceHealth.java

- + 272 - + @@ -4164,12 +4164,12 @@

InheritanceHealth.java

- + 273 - + @@ -4179,12 +4179,12 @@

InheritanceHealth.java

- + 274 - + @@ -4194,12 +4194,12 @@

InheritanceHealth.java

- + 275 - + @@ -4209,12 +4209,12 @@

InheritanceHealth.java

- + 276 - + @@ -4224,12 +4224,12 @@

InheritanceHealth.java

- + 277 - + @@ -4239,12 +4239,12 @@

InheritanceHealth.java

- + 278 - + @@ -4254,12 +4254,12 @@

InheritanceHealth.java

- + 279 - + @@ -4269,12 +4269,12 @@

InheritanceHealth.java

- + 280 - + @@ -4284,12 +4284,12 @@

InheritanceHealth.java

- + 281 - + @@ -4299,12 +4299,12 @@

InheritanceHealth.java

- + 282 - + @@ -4314,12 +4314,12 @@

InheritanceHealth.java

- + 283 - + @@ -4329,12 +4329,12 @@

InheritanceHealth.java

- + 284 -1 +1 1. totalCost : replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth$StructureCost::totalCost → KILLED
@@ -4346,12 +4346,12 @@

InheritanceHealth.java

- + 285 -2 +2 1. lambda$totalCost$0 : replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth$StructureCost::lambda$totalCost$0 → KILLED
2. lambda$totalCost$0 : Replaced integer multiplication with division → KILLED
@@ -4364,12 +4364,12 @@

InheritanceHealth.java

- + 286 -1 +1 1. totalCost : Replaced integer addition with subtraction → KILLED
@@ -4381,12 +4381,12 @@

InheritanceHealth.java

- + 287 - +
@@ -4396,12 +4396,12 @@

InheritanceHealth.java

- + 288 - +
@@ -4411,12 +4411,12 @@

InheritanceHealth.java

- + 289 - +
@@ -4426,12 +4426,12 @@

InheritanceHealth.java

- + 290 - + @@ -4441,12 +4441,12 @@

InheritanceHealth.java

- + 291 -3 +3 1. toString : changed conditional boundary → KILLED
2. toString : negated conditional → KILLED
@@ -4460,12 +4460,12 @@

InheritanceHealth.java

- + 292 - +
@@ -4475,12 +4475,12 @@

InheritanceHealth.java

- + 293 - + @@ -4490,12 +4490,12 @@

InheritanceHealth.java

- + 294 - + @@ -4505,12 +4505,12 @@

InheritanceHealth.java

- + 295 - + @@ -4520,12 +4520,12 @@

InheritanceHealth.java

- + 296 - + @@ -4535,12 +4535,12 @@

InheritanceHealth.java

- + 297 - + @@ -4550,12 +4550,12 @@

InheritanceHealth.java

- + 298 -3 +3 1. toString : negated conditional → KILLED
2. toString : negated conditional → KILLED
@@ -4569,12 +4569,12 @@

InheritanceHealth.java

- + 299 - +
@@ -4584,12 +4584,12 @@

InheritanceHealth.java

- + 300 - + @@ -4599,12 +4599,12 @@

InheritanceHealth.java

- + 301 - + @@ -4614,12 +4614,12 @@

InheritanceHealth.java

- + 302 - + @@ -4629,12 +4629,12 @@

InheritanceHealth.java

- + 303 - + @@ -4644,12 +4644,12 @@

InheritanceHealth.java

- + 304 - + @@ -4659,12 +4659,12 @@

InheritanceHealth.java

- + 305 - + @@ -4674,12 +4674,12 @@

InheritanceHealth.java

- + 306 - + @@ -4689,12 +4689,12 @@

InheritanceHealth.java

- + 307 -2 +2 1. lambda$toString$1 : Replaced integer multiplication with division → KILLED
2. lambda$toString$1 : replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth$StructureCost::lambda$toString$1 → KILLED
@@ -4707,12 +4707,12 @@

InheritanceHealth.java

- + 308 - +
@@ -4722,12 +4722,12 @@

InheritanceHealth.java

- + 309 -1 +1 1. toString : replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth$StructureCost::toString → KILLED
@@ -4739,12 +4739,12 @@

InheritanceHealth.java

- + 310 - +
@@ -4754,12 +4754,12 @@

InheritanceHealth.java

- + 311 - + @@ -4769,12 +4769,12 @@

InheritanceHealth.java

- + 312 - + @@ -4784,12 +4784,12 @@

InheritanceHealth.java

- + 313 - + @@ -4799,12 +4799,12 @@

InheritanceHealth.java

- + 314 - + @@ -4814,12 +4814,12 @@

InheritanceHealth.java

- + 315 - + @@ -4829,12 +4829,12 @@

InheritanceHealth.java

- + 316 - + @@ -4844,12 +4844,12 @@

InheritanceHealth.java

- + 317 -1 +1 1. toString : Replaced integer addition with subtraction → KILLED
@@ -4861,12 +4861,12 @@

InheritanceHealth.java

- + 318 - +
@@ -4876,12 +4876,12 @@

InheritanceHealth.java

- + 319 - + @@ -4891,12 +4891,12 @@

InheritanceHealth.java

- + 320 - + @@ -4906,12 +4906,12 @@

InheritanceHealth.java

- + 321 - + @@ -4921,12 +4921,12 @@

InheritanceHealth.java

- + 322 - + @@ -4936,12 +4936,12 @@

InheritanceHealth.java

- + 323 - + @@ -4951,12 +4951,12 @@

InheritanceHealth.java

- + 324 - + @@ -4966,12 +4966,12 @@

InheritanceHealth.java

- + 325 - + @@ -4981,12 +4981,12 @@

InheritanceHealth.java

- + 326 - + @@ -4996,12 +4996,12 @@

InheritanceHealth.java

- + 327 - + @@ -5011,12 +5011,12 @@

InheritanceHealth.java

- + 328 - + @@ -5026,12 +5026,12 @@

InheritanceHealth.java

- + 329 - + @@ -5041,12 +5041,12 @@

InheritanceHealth.java

- + 330 - + @@ -5056,12 +5056,12 @@

InheritanceHealth.java

- + 331 - + @@ -5071,12 +5071,12 @@

InheritanceHealth.java

- + 332 - + @@ -5086,12 +5086,12 @@

InheritanceHealth.java

- + 333 - + @@ -5101,12 +5101,12 @@

InheritanceHealth.java

- + 334 -1 +1 1. flatten : removed call to java/util/Set::forEach → KILLED
@@ -5118,12 +5118,12 @@

InheritanceHealth.java

- + 335 - +
@@ -5133,12 +5133,12 @@

InheritanceHealth.java

- + 336 - + @@ -5148,12 +5148,12 @@

InheritanceHealth.java

- + 337 - + @@ -5163,12 +5163,12 @@

InheritanceHealth.java

- + 338 - + @@ -5178,12 +5178,12 @@

InheritanceHealth.java

- + 339 - + @@ -5193,12 +5193,12 @@

InheritanceHealth.java

- + 340 -1 +1 1. flatten : removed call to java/util/stream/Stream::forEach → KILLED
@@ -5210,12 +5210,12 @@

InheritanceHealth.java

- + 341 - +
@@ -5225,12 +5225,12 @@

InheritanceHealth.java

- + 342 - + @@ -5240,12 +5240,12 @@

InheritanceHealth.java

- + 343 - + @@ -5255,12 +5255,12 @@

InheritanceHealth.java

- + 344 -1 +1 1. lambda$null$12 : replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth::lambda$null$12 → KILLED
@@ -5272,12 +5272,12 @@

InheritanceHealth.java

- + 345 -1 +1 1. lambda$flatten$13 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -5289,12 +5289,12 @@

InheritanceHealth.java

- + 346 - +
@@ -5304,12 +5304,12 @@

InheritanceHealth.java

- + 347 - +
@@ -5319,12 +5319,12 @@

InheritanceHealth.java

- + 348 - + @@ -5334,12 +5334,12 @@

InheritanceHealth.java

- + 349 - + @@ -5349,12 +5349,12 @@

InheritanceHealth.java

- + 350 - + @@ -5364,12 +5364,12 @@

InheritanceHealth.java

- + 351 - + @@ -5379,12 +5379,12 @@

InheritanceHealth.java

- + 352 -1 +1 1. flatten : removed call to java/util/stream/Stream::forEach → KILLED
@@ -5396,12 +5396,12 @@

InheritanceHealth.java

- + 353 - +
@@ -5411,12 +5411,12 @@

InheritanceHealth.java

- + 354 - + @@ -5426,12 +5426,12 @@

InheritanceHealth.java

- + 355 - + @@ -5441,12 +5441,12 @@

InheritanceHealth.java

- + 356 -1 +1 1. lambda$null$14 : replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth::lambda$null$14 → KILLED
@@ -5458,12 +5458,12 @@

InheritanceHealth.java

- + 357 -1 +1 1. lambda$flatten$15 : removed call to java/util/stream/Stream::forEach → KILLED
@@ -5475,12 +5475,12 @@

InheritanceHealth.java

- + 358 - +
@@ -5490,12 +5490,12 @@

InheritanceHealth.java

- + 359 - +
@@ -5505,12 +5505,12 @@

InheritanceHealth.java

- + 360 - + @@ -5520,12 +5520,12 @@

InheritanceHealth.java

- + 361 - + @@ -5535,12 +5535,12 @@

InheritanceHealth.java

- + 362 - + @@ -5550,12 +5550,12 @@

InheritanceHealth.java

- + 363 - + @@ -5565,12 +5565,12 @@

InheritanceHealth.java

- + 364 - + @@ -5580,12 +5580,12 @@

InheritanceHealth.java

- + 365 - + @@ -5595,12 +5595,12 @@

InheritanceHealth.java

- + 366 -2 +2 1. lambda$flatten$16 : removed call to com/mastercard/test/flow/validation/InheritanceHealth::flatten → KILLED
2. flatten : removed call to java/util/Optional::ifPresent → KILLED
@@ -5613,12 +5613,12 @@

InheritanceHealth.java

- + 367 - +
@@ -5628,12 +5628,12 @@

InheritanceHealth.java

- + 368 -1 +1 1. flatten : replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth::flatten → KILLED
@@ -5645,12 +5645,12 @@

InheritanceHealth.java

- + 369 - +
@@ -5660,12 +5660,12 @@

InheritanceHealth.java

- + 370 - + @@ -5675,12 +5675,12 @@

InheritanceHealth.java

- + 371 - + @@ -5690,12 +5690,12 @@

InheritanceHealth.java

- + 372 - + @@ -5705,12 +5705,12 @@

InheritanceHealth.java

- + 373 - + @@ -5720,12 +5720,12 @@

InheritanceHealth.java

- + 374 - + @@ -5735,12 +5735,12 @@

InheritanceHealth.java

- + 375 -1 +1 1. lambda$flatten$17 : replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth::lambda$flatten$17 → KILLED
@@ -5752,12 +5752,12 @@

InheritanceHealth.java

- + 376 -1 +1 1. flatten : removed call to java/util/stream/Stream::forEach → KILLED
@@ -5769,12 +5769,12 @@

InheritanceHealth.java

- + 377 - +
@@ -5784,12 +5784,12 @@

InheritanceHealth.java

- + 378 - +
@@ -5799,12 +5799,12 @@

InheritanceHealth.java

- + 379 -1 +1 1. flatten : negated conditional → KILLED
@@ -5816,12 +5816,12 @@

InheritanceHealth.java

- + 380 - +
@@ -5831,12 +5831,12 @@

InheritanceHealth.java

- + 381 - + @@ -5846,12 +5846,12 @@

InheritanceHealth.java

- + 382 - + @@ -5861,12 +5861,12 @@

InheritanceHealth.java

- + 383 - + @@ -5876,12 +5876,12 @@

InheritanceHealth.java

- + 384 -2 +2 1. flatten : removed call to java/util/List::forEach → KILLED
2. lambda$flatten$18 : removed call to com/mastercard/test/flow/validation/InheritanceHealth::flatten → KILLED
@@ -5894,12 +5894,12 @@

InheritanceHealth.java

- + 385 - +
@@ -5909,12 +5909,12 @@

InheritanceHealth.java

- + 386 - + @@ -5924,12 +5924,12 @@

InheritanceHealth.java

- + 387 - + @@ -5939,12 +5939,12 @@

InheritanceHealth.java

- + 388 - + @@ -5954,12 +5954,12 @@

InheritanceHealth.java

- + 389 - + @@ -5969,12 +5969,12 @@

InheritanceHealth.java

- + 390 -1 +1 1. lambda$flatten$19 : replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth::lambda$flatten$19 → KILLED
@@ -5986,12 +5986,12 @@

InheritanceHealth.java

- + 391 -1 +1 1. flatten : removed call to java/util/stream/Stream::forEach → KILLED
@@ -6003,12 +6003,12 @@

InheritanceHealth.java

- + 392 - +
@@ -6018,12 +6018,12 @@

InheritanceHealth.java

- + 393 - +
@@ -6033,12 +6033,12 @@

InheritanceHealth.java

- + 394 - + @@ -6048,12 +6048,12 @@

InheritanceHealth.java

- + 395 - + @@ -6063,12 +6063,12 @@

InheritanceHealth.java

- + 396 - + @@ -6078,12 +6078,12 @@

InheritanceHealth.java

- + 397 - + @@ -6093,12 +6093,12 @@

InheritanceHealth.java

- + 398 - + @@ -6108,12 +6108,12 @@

InheritanceHealth.java

- + 399 - + @@ -6123,12 +6123,12 @@

InheritanceHealth.java

- + 400 - + @@ -6138,12 +6138,12 @@

InheritanceHealth.java

- + 401 - + @@ -6153,12 +6153,12 @@

InheritanceHealth.java

- + 402 -1 +1 1. diffDistance : replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth::diffDistance → KILLED
@@ -6170,12 +6170,12 @@

InheritanceHealth.java

- + 403 - +
@@ -6185,12 +6185,12 @@

InheritanceHealth.java

- + 404 - + @@ -6200,12 +6200,12 @@

InheritanceHealth.java

- + 405 - + @@ -6215,12 +6215,12 @@

InheritanceHealth.java

- + 406 - + @@ -6230,12 +6230,12 @@

InheritanceHealth.java

- + 407 - + @@ -6245,12 +6245,12 @@

InheritanceHealth.java

- + 408 - + @@ -6260,12 +6260,12 @@

InheritanceHealth.java

- + 409 -1 +1 1. lambda$diffDistance$20 : replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$diffDistance$20 → KILLED
@@ -6277,12 +6277,12 @@

InheritanceHealth.java

- + 410 - +
@@ -6292,12 +6292,12 @@

InheritanceHealth.java

- + 411 -1 +1 1. lambda$diffDistance$20 : replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$diffDistance$20 → KILLED
@@ -6309,12 +6309,12 @@

InheritanceHealth.java

- + 412 - +
@@ -6324,12 +6324,12 @@

InheritanceHealth.java

- + 413 -1 +1 1. lambda$diffDistance$20 : replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$diffDistance$20 → KILLED
@@ -6341,12 +6341,12 @@

InheritanceHealth.java

- + 414 - +
@@ -6356,12 +6356,12 @@

InheritanceHealth.java

- + 415 - + @@ -6371,12 +6371,12 @@

InheritanceHealth.java

- + 416 - + @@ -6386,12 +6386,12 @@

InheritanceHealth.java

- + 417 - + @@ -6401,12 +6401,12 @@

InheritanceHealth.java

- + 418 - + @@ -6416,12 +6416,12 @@

InheritanceHealth.java

- + 419 - + @@ -6431,12 +6431,12 @@

InheritanceHealth.java

- + 420 - + @@ -6446,12 +6446,12 @@

InheritanceHealth.java

- + 421 - + @@ -6463,571 +6463,571 @@

InheritanceHealth.java

Mutations

-70 +70 - +

1.1
Location : lambda$new$0
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$new$0 → KILLED

-
132 +132 - +

1.1
Location : progress
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:listener()]
replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED

-
144 +144 - +

1.1
Location : creationCost
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:customCost()]
replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::creationCost → KILLED

-
156 +156 - +

1.1
Location : derivationCost
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:customCost()]
replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::derivationCost → KILLED

-
167 +167 - +

1.1
Location : expect
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:ourobouros()]
removed call to java/util/stream/Stream::forEach → KILLED

-
170 +170 - +

1.1
Location : lambda$expect$1
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:listener()]
removed call to com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED

-
173 +173 - +

1.1
Location : expect
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:empty()]
negated conditional → KILLED

-
174 +174 - +

1.1
Location : expect
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:empty()]
removed call to java/util/function/BiConsumer::accept → KILLED

-
183 +183 - +

1.1
Location : lambda$expect$2
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/InheritanceHealth::lambda$expect$2 → KILLED

-
189 +189 - +

1.1
Location : expect
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
Replaced integer subtraction with addition → KILLED

-
191 +191 - +

1.1
Location : expect
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:height()]
Replaced integer subtraction with addition → KILLED

2.2
Location : expect
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:height()]
Replaced integer addition with subtraction → KILLED

-
202 +202 - +

1.1
Location : expect
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
negated conditional → KILLED

2.2
Location : expect
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
negated conditional → KILLED

-
207 +207 - +

1.1
Location : expect
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:lonesome()]
removed call to java/util/function/BiConsumer::accept → KILLED

-
217 +217 - +

1.1
Location : actualCost
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
removed call to java/util/Set::forEach → KILLED

-
218 +218 - +

1.1
Location : lambda$actualCost$4
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
negated conditional → KILLED

-
224 +224 - + -

1.1
Location : lambda$null$3
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:ourobouros()]
negated conditional → KILLED

2.2
Location : lambda$null$3
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:customCost()]
replaced Integer return value with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$null$3 → KILLED

3.3
Location : lambda$null$3
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:optimise()]
Replaced integer addition with subtraction → KILLED

+

1.1
Location : lambda$null$3
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:ourobouros()]
negated conditional → KILLED

2.2
Location : lambda$null$3
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:customCost()]
replaced Integer return value with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$null$3 → KILLED

3.3
Location : lambda$null$3
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:occultedFlows()]
Replaced integer addition with subtraction → KILLED

-
226 +226 - +

1.1
Location : lambda$actualCost$4
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:listener()]
removed call to com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED

-
229 +229 - +

1.1
Location : actualCost
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::actualCost → KILLED

-
234 +234 - +

1.1
Location : optimalCost
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
removed call to java/util/Set::forEach → KILLED

-
240 +240 - +

1.1
Location : lambda$optimalCost$5
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:ourobouros()]
replaced boolean return with true for com/mastercard/test/flow/validation/InheritanceHealth::lambda$optimalCost$5 → KILLED

2.2
Location : lambda$optimalCost$5
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:ourobouros()]
negated conditional → KILLED

-
242 +242 - +

1.1
Location : lambda$optimalCost$6
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:ourobouros()]
replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::lambda$optimalCost$6 → KILLED

-
245 +245 - +

1.1
Location : optimalCost
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:listener()]
removed call to com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED

-
247 +247 - +

1.1
Location : lambda$optimalCost$7
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:listener()]
removed call to com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED

-
250 +250 - +

1.1
Location : optimalCost
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:listener()]
removed call to java/util/concurrent/atomic/AtomicInteger::set → KILLED

-
253 +253 - +

1.1
Location : optimalCost
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
removed call to com/mastercard/test/flow/validation/graph/DAG::traverse → KILLED

-
254 +254 - +

1.1
Location : lambda$optimalCost$9
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
negated conditional → KILLED

-
260 +260 - + -

1.1
Location : lambda$null$8
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
negated conditional → KILLED

2.2
Location : lambda$null$8
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:optimise()]
Replaced integer addition with subtraction → KILLED

3.3
Location : lambda$null$8
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced Integer return value with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$null$8 → KILLED

+

1.1
Location : lambda$null$8
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
negated conditional → KILLED

2.2
Location : lambda$null$8
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:occultedFlows()]
Replaced integer addition with subtraction → KILLED

3.3
Location : lambda$null$8
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced Integer return value with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$null$8 → KILLED

-
262 +262 - +

1.1
Location : lambda$optimalCost$9
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:listener()]
removed call to com/mastercard/test/flow/validation/InheritanceHealth::progress → KILLED

-
265 +265 - +

1.1
Location : optimalCost
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced return value with null for com/mastercard/test/flow/validation/InheritanceHealth::optimalCost → KILLED

-
270 +270 - +

1.1
Location : lambda$progress$10
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:listener()]
removed call to java/util/function/BiConsumer::accept → KILLED

2.2
Location : lambda$progress$10
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:listener()]
Replaced float division with multiplication → KILLED

3.3
Location : progress
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:listener()]
removed call to java/util/Optional::ifPresent → KILLED

-
284 +284 - +

1.1
Location : totalCost
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth$StructureCost::totalCost → KILLED

-
285 +285 - +

1.1
Location : lambda$totalCost$0
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth$StructureCost::lambda$totalCost$0 → KILLED

2.2
Location : lambda$totalCost$0
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:optimise()]
Replaced integer multiplication with division → KILLED

-
286 +286 - +

1.1
Location : totalCost
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
Replaced integer addition with subtraction → KILLED

-
291 +291 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:plotRange()]
changed conditional boundary → KILLED

2.2
Location : toString
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
negated conditional → KILLED

3.3
Location : toString
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
negated conditional → KILLED

-
298 +298 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
negated conditional → KILLED

2.2
Location : toString
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
negated conditional → KILLED

3.3
Location : toString
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:customCost()]
changed conditional boundary → KILLED

-
307 +307 - + -

1.1
Location : lambda$toString$1
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:optimise()]
Replaced integer multiplication with division → KILLED

2.2
Location : lambda$toString$1
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth$StructureCost::lambda$toString$1 → KILLED

+

1.1
Location : lambda$toString$1
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:occultedFlows()]
Replaced integer multiplication with division → KILLED

2.2
Location : lambda$toString$1
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth$StructureCost::lambda$toString$1 → KILLED

-
309 +309 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth$StructureCost::toString → KILLED

-
317 +317 - +

1.1
Location : toString
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
Replaced integer addition with subtraction → KILLED

-
334 +334 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
removed call to java/util/Set::forEach → KILLED

-
340 +340 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:badContext()]
removed call to java/util/stream/Stream::forEach → KILLED

-
344 +344 - +

1.1
Location : lambda$null$12
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth::lambda$null$12 → KILLED

-
345 +345 - +

1.1
Location : lambda$flatten$13
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
removed call to java/util/stream/Stream::forEach → KILLED

-
352 +352 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:badResidue()]
removed call to java/util/stream/Stream::forEach → KILLED

-
356 +356 - +

1.1
Location : lambda$null$14
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth::lambda$null$14 → KILLED

-
357 +357 - +

1.1
Location : lambda$flatten$15
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
removed call to java/util/stream/Stream::forEach → KILLED

-
366 +366 - +

1.1
Location : lambda$flatten$16
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
removed call to com/mastercard/test/flow/validation/InheritanceHealth::flatten → KILLED

2.2
Location : flatten
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
removed call to java/util/Optional::ifPresent → KILLED

-
368 +368 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:pair()]
replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth::flatten → KILLED

-
375 +375 - +

1.1
Location : lambda$flatten$17
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth::lambda$flatten$17 → KILLED

-
376 +376 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
removed call to java/util/stream/Stream::forEach → KILLED

-
379 +379 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
negated conditional → KILLED

-
384 +384 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
removed call to java/util/List::forEach → KILLED

2.2
Location : lambda$flatten$18
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
removed call to com/mastercard/test/flow/validation/InheritanceHealth::flatten → KILLED

-
390 +390 - +

1.1
Location : lambda$flatten$19
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
replaced return value with "" for com/mastercard/test/flow/validation/InheritanceHealth::lambda$flatten$19 → KILLED

-
391 +391 - +

1.1
Location : flatten
Killed by : com.mastercard.test.flow.validation.FlatteningTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.FlatteningTest]/[method:flatten()]
removed call to java/util/stream/Stream::forEach → KILLED

-
402 +402 - +

1.1
Location : diffDistance
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:diffDistance()]
replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth::diffDistance → KILLED

-
409 +409 - +

1.1
Location : lambda$diffDistance$20
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:optimise()]
replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$diffDistance$20 → KILLED

-
411 +411 - +

1.1
Location : lambda$diffDistance$20
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:diffDistance()]
replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$diffDistance$20 → KILLED

-
413 +413 - +

1.1
Location : lambda$diffDistance$20
Killed by : com.mastercard.test.flow.validation.InheritanceHealthTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.InheritanceHealthTest]/[method:diffDistance()]
replaced int return with 0 for com/mastercard/test/flow/validation/InheritanceHealth::lambda$diffDistance$20 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/MessageHash.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/MessageHash.java.html similarity index 63% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/MessageHash.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/MessageHash.java.html index 33bc6d9feb..07f7e70f4b 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/MessageHash.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/MessageHash.java.html @@ -15,12 +15,12 @@

MessageHash.java

-
+ 1 - + @@ -30,12 +30,12 @@

MessageHash.java

- + 2 - + @@ -45,12 +45,12 @@

MessageHash.java

- + 3 - + @@ -60,12 +60,12 @@

MessageHash.java

- + 4 - + @@ -75,12 +75,12 @@

MessageHash.java

- + 5 - + @@ -90,12 +90,12 @@

MessageHash.java

- + 6 - + @@ -105,12 +105,12 @@

MessageHash.java

- + 7 - + @@ -120,12 +120,12 @@

MessageHash.java

- + 8 - + @@ -135,12 +135,12 @@

MessageHash.java

- + 9 - + @@ -150,12 +150,12 @@

MessageHash.java

- + 10 - + @@ -165,12 +165,12 @@

MessageHash.java

- + 11 - + @@ -180,12 +180,12 @@

MessageHash.java

- + 12 - + @@ -195,12 +195,12 @@

MessageHash.java

- + 13 - + @@ -210,12 +210,12 @@

MessageHash.java

- + 14 - + @@ -225,12 +225,12 @@

MessageHash.java

- + 15 - + @@ -240,12 +240,12 @@

MessageHash.java

- + 16 - + @@ -255,12 +255,12 @@

MessageHash.java

- + 17 - + @@ -270,12 +270,12 @@

MessageHash.java

- + 18 - + @@ -285,12 +285,12 @@

MessageHash.java

- + 19 - + @@ -300,12 +300,12 @@

MessageHash.java

- + 20 - + @@ -315,12 +315,12 @@

MessageHash.java

- + 21 - + @@ -330,12 +330,12 @@

MessageHash.java

- + 22 - + @@ -345,12 +345,12 @@

MessageHash.java

- + 23 - + @@ -360,12 +360,12 @@

MessageHash.java

- + 24 - + @@ -375,12 +375,12 @@

MessageHash.java

- + 25 - + @@ -390,12 +390,12 @@

MessageHash.java

- + 26 - + @@ -405,12 +405,12 @@

MessageHash.java

- + 27 - + @@ -420,12 +420,12 @@

MessageHash.java

- + 28 - + @@ -435,12 +435,12 @@

MessageHash.java

- + 29 - + @@ -450,12 +450,12 @@

MessageHash.java

- + 30 - + @@ -465,12 +465,12 @@

MessageHash.java

- + 31 - + @@ -480,12 +480,12 @@

MessageHash.java

- + 32 - + @@ -495,12 +495,12 @@

MessageHash.java

- + 33 - + @@ -510,12 +510,12 @@

MessageHash.java

- + 34 - + @@ -525,12 +525,12 @@

MessageHash.java

- + 35 - + @@ -540,12 +540,12 @@

MessageHash.java

- + 36 - + @@ -555,12 +555,12 @@

MessageHash.java

- + 37 - + @@ -570,12 +570,12 @@

MessageHash.java

- + 38 - + @@ -585,12 +585,12 @@

MessageHash.java

- + 39 - + @@ -600,12 +600,12 @@

MessageHash.java

- + 40 - + @@ -615,12 +615,12 @@

MessageHash.java

- + 41 - + @@ -630,12 +630,12 @@

MessageHash.java

- + 42 - + @@ -645,12 +645,12 @@

MessageHash.java

- + 43 - + @@ -660,12 +660,12 @@

MessageHash.java

- + 44 - + @@ -675,12 +675,12 @@

MessageHash.java

- + 45 - + @@ -690,12 +690,12 @@

MessageHash.java

- + 46 - + @@ -705,12 +705,12 @@

MessageHash.java

- + 47 - + @@ -720,12 +720,12 @@

MessageHash.java

- + 48 - + @@ -735,12 +735,12 @@

MessageHash.java

- + 49 - + @@ -750,12 +750,12 @@

MessageHash.java

- + 50 - + @@ -765,12 +765,12 @@

MessageHash.java

- + 51 - + @@ -780,12 +780,12 @@

MessageHash.java

- + 52 - + @@ -795,12 +795,12 @@

MessageHash.java

- + 53 - + @@ -810,12 +810,12 @@

MessageHash.java

- + 54 - + @@ -825,12 +825,12 @@

MessageHash.java

- + 55 - + @@ -840,12 +840,12 @@

MessageHash.java

- + 56 - + @@ -855,12 +855,12 @@

MessageHash.java

- + 57 - + @@ -870,12 +870,12 @@

MessageHash.java

- + 58 - + @@ -885,12 +885,12 @@

MessageHash.java

- + 59 - + @@ -900,12 +900,12 @@

MessageHash.java

- + 60 - + @@ -915,12 +915,12 @@

MessageHash.java

- + 61 - + @@ -930,12 +930,12 @@

MessageHash.java

- + 62 - + @@ -945,12 +945,12 @@

MessageHash.java

- + 63 -1 +1 1. lambda$static$0 : replaced return value with Stream.empty for com/mastercard/test/flow/validation/MessageHash$Include::lambda$static$0 → KILLED
@@ -962,12 +962,12 @@

MessageHash.java

- + 64 - +
@@ -977,12 +977,12 @@

MessageHash.java

- + 65 - + @@ -992,12 +992,12 @@

MessageHash.java

- + 66 - + @@ -1007,12 +1007,12 @@

MessageHash.java

- + 67 -1 +1 1. lambda$static$1 : replaced return value with Stream.empty for com/mastercard/test/flow/validation/MessageHash$Include::lambda$static$1 → KILLED
@@ -1024,12 +1024,12 @@

MessageHash.java

- + 68 - +
@@ -1039,12 +1039,12 @@

MessageHash.java

- + 69 - + @@ -1054,12 +1054,12 @@

MessageHash.java

- + 70 - + @@ -1069,12 +1069,12 @@

MessageHash.java

- + 71 - + @@ -1084,12 +1084,12 @@

MessageHash.java

- + 72 -1 +1 1. lambda$static$2 : replaced return value with Stream.empty for com/mastercard/test/flow/validation/MessageHash$Include::lambda$static$2 → KILLED
@@ -1101,12 +1101,12 @@

MessageHash.java

- + 73 - +
@@ -1116,12 +1116,12 @@

MessageHash.java

- + 74 - + @@ -1131,12 +1131,12 @@

MessageHash.java

- + 75 - + @@ -1146,12 +1146,12 @@

MessageHash.java

- + 76 - + @@ -1161,12 +1161,12 @@

MessageHash.java

- + 77 - + @@ -1176,12 +1176,12 @@

MessageHash.java

- + 78 - + @@ -1191,12 +1191,12 @@

MessageHash.java

- + 79 - + @@ -1206,12 +1206,12 @@

MessageHash.java

- + 80 - + @@ -1221,12 +1221,12 @@

MessageHash.java

- + 81 - + @@ -1236,12 +1236,12 @@

MessageHash.java

- + 82 - + @@ -1251,12 +1251,12 @@

MessageHash.java

- + 83 - + @@ -1266,12 +1266,12 @@

MessageHash.java

- + 84 - + @@ -1281,12 +1281,12 @@

MessageHash.java

- + 85 - + @@ -1296,12 +1296,12 @@

MessageHash.java

- + 86 - + @@ -1311,12 +1311,12 @@

MessageHash.java

- + 87 - + @@ -1326,12 +1326,12 @@

MessageHash.java

- + 88 -1 +1 1. apply : replaced return value with Stream.empty for com/mastercard/test/flow/validation/MessageHash$Include::apply → KILLED
@@ -1343,12 +1343,12 @@

MessageHash.java

- + 89 - +
@@ -1358,12 +1358,12 @@

MessageHash.java

- + 90 - + @@ -1373,12 +1373,12 @@

MessageHash.java

- + 91 - + @@ -1388,12 +1388,12 @@

MessageHash.java

- + 92 - + @@ -1403,12 +1403,12 @@

MessageHash.java

- + 93 - + @@ -1418,12 +1418,12 @@

MessageHash.java

- + 94 - + @@ -1433,12 +1433,12 @@

MessageHash.java

- + 95 - + @@ -1448,12 +1448,12 @@

MessageHash.java

- + 96 -1 +1 1. lambda$new$0 : replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::lambda$new$0 → KILLED
@@ -1465,12 +1465,12 @@

MessageHash.java

- + 97 - +
@@ -1480,12 +1480,12 @@

MessageHash.java

- + 98 - + @@ -1495,12 +1495,12 @@

MessageHash.java

- + 99 - + @@ -1510,12 +1510,12 @@

MessageHash.java

- + 100 - + @@ -1525,12 +1525,12 @@

MessageHash.java

- + 101 - + @@ -1540,12 +1540,12 @@

MessageHash.java

- + 102 - + @@ -1555,12 +1555,12 @@

MessageHash.java

- + 103 - + @@ -1570,12 +1570,12 @@

MessageHash.java

- + 104 - + @@ -1585,12 +1585,12 @@

MessageHash.java

- + 105 - + @@ -1600,12 +1600,12 @@

MessageHash.java

- + 106 - + @@ -1615,12 +1615,12 @@

MessageHash.java

- + 107 - + @@ -1630,12 +1630,12 @@

MessageHash.java

- + 108 - + @@ -1645,12 +1645,12 @@

MessageHash.java

- + 109 - + @@ -1660,12 +1660,12 @@

MessageHash.java

- + 110 - + @@ -1675,12 +1675,12 @@

MessageHash.java

- + 111 - + @@ -1690,12 +1690,12 @@

MessageHash.java

- + 112 - + @@ -1705,12 +1705,12 @@

MessageHash.java

- + 113 - + @@ -1720,12 +1720,12 @@

MessageHash.java

- + 114 - + @@ -1735,12 +1735,12 @@

MessageHash.java

- + 115 - + @@ -1750,12 +1750,12 @@

MessageHash.java

- + 116 - + @@ -1765,12 +1765,12 @@

MessageHash.java

- + 117 - + @@ -1780,12 +1780,12 @@

MessageHash.java

- + 118 - + @@ -1795,12 +1795,12 @@

MessageHash.java

- + 119 - + @@ -1810,12 +1810,12 @@

MessageHash.java

- + 120 - + @@ -1825,12 +1825,12 @@

MessageHash.java

- + 121 - + @@ -1840,12 +1840,12 @@

MessageHash.java

- + 122 - + @@ -1855,12 +1855,12 @@

MessageHash.java

- + 123 - + @@ -1870,12 +1870,12 @@

MessageHash.java

- + 124 -1 +1 1. digest : replaced return value with null for com/mastercard/test/flow/validation/MessageHash::digest → KILLED
@@ -1887,12 +1887,12 @@

MessageHash.java

- + 125 - +
@@ -1902,12 +1902,12 @@

MessageHash.java

- + 126 - + @@ -1917,12 +1917,12 @@

MessageHash.java

- + 127 - + @@ -1932,12 +1932,12 @@

MessageHash.java

- + 128 - + @@ -1947,12 +1947,12 @@

MessageHash.java

- + 129 - + @@ -1962,12 +1962,12 @@

MessageHash.java

- + 130 - + @@ -1977,12 +1977,12 @@

MessageHash.java

- + 131 - + @@ -1992,12 +1992,12 @@

MessageHash.java

- + 132 - + @@ -2007,12 +2007,12 @@

MessageHash.java

- + 133 - + @@ -2022,12 +2022,12 @@

MessageHash.java

- + 134 - + @@ -2037,12 +2037,12 @@

MessageHash.java

- + 135 - + @@ -2052,12 +2052,12 @@

MessageHash.java

- + 136 - + @@ -2067,12 +2067,12 @@

MessageHash.java

- + 137 -1 +1 1. format : replaced return value with null for com/mastercard/test/flow/validation/MessageHash::format → KILLED
@@ -2084,12 +2084,12 @@

MessageHash.java

- + 138 - +
@@ -2099,12 +2099,12 @@

MessageHash.java

- + 139 - + @@ -2114,12 +2114,12 @@

MessageHash.java

- + 140 - + @@ -2129,12 +2129,12 @@

MessageHash.java

- + 141 - + @@ -2144,12 +2144,12 @@

MessageHash.java

- + 142 - + @@ -2159,12 +2159,12 @@

MessageHash.java

- + 143 - + @@ -2174,12 +2174,12 @@

MessageHash.java

- + 144 - + @@ -2189,12 +2189,12 @@

MessageHash.java

- + 145 - + @@ -2204,12 +2204,12 @@

MessageHash.java

- + 146 - + @@ -2219,12 +2219,12 @@

MessageHash.java

- + 147 - + @@ -2234,12 +2234,12 @@

MessageHash.java

- + 148 - + @@ -2249,12 +2249,12 @@

MessageHash.java

- + 149 - + @@ -2264,12 +2264,12 @@

MessageHash.java

- + 150 - + @@ -2279,12 +2279,12 @@

MessageHash.java

- + 151 - + @@ -2294,12 +2294,12 @@

MessageHash.java

- + 152 - + @@ -2309,12 +2309,12 @@

MessageHash.java

- + 153 - + @@ -2324,12 +2324,12 @@

MessageHash.java

- + 154 - + @@ -2339,12 +2339,12 @@

MessageHash.java

- + 155 - + @@ -2354,12 +2354,12 @@

MessageHash.java

- + 156 -1 +1 1. hashing : replaced return value with null for com/mastercard/test/flow/validation/MessageHash::hashing → KILLED
@@ -2371,12 +2371,12 @@

MessageHash.java

- + 157 - +
@@ -2386,12 +2386,12 @@

MessageHash.java

- + 158 - + @@ -2401,12 +2401,12 @@

MessageHash.java

- + 159 - + @@ -2416,12 +2416,12 @@

MessageHash.java

- + 160 - + @@ -2431,12 +2431,12 @@

MessageHash.java

- + 161 - + @@ -2446,12 +2446,12 @@

MessageHash.java

- + 162 - + @@ -2461,12 +2461,12 @@

MessageHash.java

- + 163 - + @@ -2476,12 +2476,12 @@

MessageHash.java

- + 164 - + @@ -2491,12 +2491,12 @@

MessageHash.java

- + 165 -3 +3 1. lambda$hashingEverything$1 : replaced boolean return with false for com/mastercard/test/flow/validation/MessageHash::lambda$hashingEverything$1 → KILLED
2. hashingEverything : replaced return value with null for com/mastercard/test/flow/validation/MessageHash::hashingEverything → KILLED
@@ -2510,12 +2510,12 @@

MessageHash.java

- + 166 - +
@@ -2525,12 +2525,12 @@

MessageHash.java

- + 167 - + @@ -2540,12 +2540,12 @@

MessageHash.java

- + 168 - + @@ -2555,12 +2555,12 @@

MessageHash.java

- + 169 - + @@ -2570,12 +2570,12 @@

MessageHash.java

- + 170 - + @@ -2585,12 +2585,12 @@

MessageHash.java

- + 171 - + @@ -2600,12 +2600,12 @@

MessageHash.java

- + 172 - + @@ -2615,12 +2615,12 @@

MessageHash.java

- + 173 - + @@ -2630,12 +2630,12 @@

MessageHash.java

- + 174 - + @@ -2645,12 +2645,12 @@

MessageHash.java

- + 175 - + @@ -2660,12 +2660,12 @@

MessageHash.java

- + 176 - + @@ -2675,12 +2675,12 @@

MessageHash.java

- + 177 -1 +1 1. hashing : replaced return value with null for com/mastercard/test/flow/validation/MessageHash::hashing → KILLED
@@ -2692,12 +2692,12 @@

MessageHash.java

- + 178 -1 +1 1. lambda$hashing$3 : replaced boolean return with false for com/mastercard/test/flow/validation/MessageHash::lambda$hashing$3 → KILLED
@@ -2709,12 +2709,12 @@

MessageHash.java

- + 179 -2 +2 1. lambda$hashing$4 : replaced boolean return with true for com/mastercard/test/flow/validation/MessageHash::lambda$hashing$4 → KILLED
2. lambda$hashing$4 : negated conditional → KILLED
@@ -2727,12 +2727,12 @@

MessageHash.java

- + 180 - +
@@ -2742,12 +2742,12 @@

MessageHash.java

- + 181 - +
@@ -2757,12 +2757,12 @@

MessageHash.java

- + 182 - +
@@ -2772,12 +2772,12 @@

MessageHash.java

- + 183 - + @@ -2787,12 +2787,12 @@

MessageHash.java

- + 184 - + @@ -2802,12 +2802,12 @@

MessageHash.java

- + 185 - + @@ -2817,12 +2817,12 @@

MessageHash.java

- + 186 - + @@ -2832,12 +2832,12 @@

MessageHash.java

- + 187 - + @@ -2847,12 +2847,12 @@

MessageHash.java

- + 188 - + @@ -2862,12 +2862,12 @@

MessageHash.java

- + 189 - + @@ -2877,12 +2877,12 @@

MessageHash.java

- + 190 - + @@ -2892,12 +2892,12 @@

MessageHash.java

- + 191 - + @@ -2907,12 +2907,12 @@

MessageHash.java

- + 192 - + @@ -2922,12 +2922,12 @@

MessageHash.java

- + 193 - + @@ -2937,12 +2937,12 @@

MessageHash.java

- + 194 - + @@ -2952,12 +2952,12 @@

MessageHash.java

- + 195 - + @@ -2967,12 +2967,12 @@

MessageHash.java

- + 196 -1 +1 1. hashing : replaced return value with null for com/mastercard/test/flow/validation/MessageHash::hashing → KILLED
@@ -2984,12 +2984,12 @@

MessageHash.java

- + 197 -1 +1 1. lambda$hashing$5 : replaced boolean return with false for com/mastercard/test/flow/validation/MessageHash::lambda$hashing$5 → KILLED
@@ -3001,12 +3001,12 @@

MessageHash.java

- + 198 -2 +2 1. lambda$hashing$6 : replaced boolean return with true for com/mastercard/test/flow/validation/MessageHash::lambda$hashing$6 → KILLED
2. lambda$hashing$6 : negated conditional → KILLED
@@ -3019,12 +3019,12 @@

MessageHash.java

- + 199 - +
@@ -3034,12 +3034,12 @@

MessageHash.java

- + 200 - +
@@ -3049,12 +3049,12 @@

MessageHash.java

- + 201 - +
@@ -3064,12 +3064,12 @@

MessageHash.java

- + 202 -1 +1 1. lambda$hashing$7 : removed call to java/util/function/Consumer::accept → KILLED
@@ -3081,12 +3081,12 @@

MessageHash.java

- + 203 -1 +1 1. lambda$hashing$7 : replaced return value with null for com/mastercard/test/flow/validation/MessageHash::lambda$hashing$7 → KILLED
@@ -3098,12 +3098,12 @@

MessageHash.java

- + 204 - +
@@ -3113,12 +3113,12 @@

MessageHash.java

- + 205 - +
@@ -3128,12 +3128,12 @@

MessageHash.java

- + 206 - + @@ -3143,12 +3143,12 @@

MessageHash.java

- + 207 - + @@ -3158,12 +3158,12 @@

MessageHash.java

- + 208 - + @@ -3173,12 +3173,12 @@

MessageHash.java

- + 209 - + @@ -3188,12 +3188,12 @@

MessageHash.java

- + 210 - + @@ -3203,12 +3203,12 @@

MessageHash.java

- + 211 - + @@ -3218,12 +3218,12 @@

MessageHash.java

- + 212 - + @@ -3233,12 +3233,12 @@

MessageHash.java

- + 213 - + @@ -3248,12 +3248,12 @@

MessageHash.java

- + 214 - + @@ -3263,12 +3263,12 @@

MessageHash.java

- + 215 - + @@ -3278,12 +3278,12 @@

MessageHash.java

- + 216 - + @@ -3293,12 +3293,12 @@

MessageHash.java

- + 217 - + @@ -3308,12 +3308,12 @@

MessageHash.java

- + 218 - + @@ -3323,12 +3323,12 @@

MessageHash.java

- + 219 - + @@ -3338,12 +3338,12 @@

MessageHash.java

- + 220 - + @@ -3353,12 +3353,12 @@

MessageHash.java

- + 221 - + @@ -3368,12 +3368,12 @@

MessageHash.java

- + 222 - + @@ -3383,12 +3383,12 @@

MessageHash.java

- + 223 - + @@ -3398,12 +3398,12 @@

MessageHash.java

- + 224 - + @@ -3413,12 +3413,12 @@

MessageHash.java

- + 225 - + @@ -3428,12 +3428,12 @@

MessageHash.java

- + 226 -1 +1 1. expect : removed call to com/mastercard/test/flow/validation/MessageHash$Hash::compute → KILLED
@@ -3445,12 +3445,12 @@

MessageHash.java

- + 227 - +
@@ -3460,12 +3460,12 @@

MessageHash.java

- + 228 - + @@ -3475,12 +3475,12 @@

MessageHash.java

- + 229 -1 +1 1. expect : removed call to java/util/function/BiConsumer::accept → KILLED
@@ -3492,12 +3492,12 @@

MessageHash.java

- + 230 - +
@@ -3507,12 +3507,12 @@

MessageHash.java

- + 231 - + @@ -3522,12 +3522,12 @@

MessageHash.java

- + 232 - + @@ -3537,12 +3537,12 @@

MessageHash.java

- + 233 - + @@ -3552,12 +3552,12 @@

MessageHash.java

- + 234 - + @@ -3567,12 +3567,12 @@

MessageHash.java

- + 235 - + @@ -3582,12 +3582,12 @@

MessageHash.java

- + 236 - + @@ -3597,12 +3597,12 @@

MessageHash.java

- + 237 - + @@ -3612,12 +3612,12 @@

MessageHash.java

- + 238 - + @@ -3627,12 +3627,12 @@

MessageHash.java

- + 239 -1 +1 1. copypasta : replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::copypasta → KILLED
@@ -3644,12 +3644,12 @@

MessageHash.java

- + 240 -1 +1 1. lambda$copypasta$8 : replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::lambda$copypasta$8 → KILLED
@@ -3661,12 +3661,12 @@

MessageHash.java

- + 241 -1 +1 1. lambda$copypasta$9 : replaced return value with Stream.empty for com/mastercard/test/flow/validation/MessageHash::lambda$copypasta$9 → KILLED
@@ -3678,12 +3678,12 @@

MessageHash.java

- + 242 -1 +1 1. lambda$copypasta$10 : replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::lambda$copypasta$10 → KILLED
@@ -3695,12 +3695,12 @@

MessageHash.java

- + 243 - +
@@ -3710,12 +3710,12 @@

MessageHash.java

- + 244 - +
@@ -3725,12 +3725,12 @@

MessageHash.java

- + 245 - +
@@ -3740,12 +3740,12 @@

MessageHash.java

- + 246 - +
@@ -3755,12 +3755,12 @@

MessageHash.java

- + 247 - + @@ -3770,12 +3770,12 @@

MessageHash.java

- + 248 - + @@ -3785,12 +3785,12 @@

MessageHash.java

- + 249 - + @@ -3800,12 +3800,12 @@

MessageHash.java

- + 250 - + @@ -3815,12 +3815,12 @@

MessageHash.java

- + 251 - + @@ -3830,12 +3830,12 @@

MessageHash.java

- + 252 - + @@ -3845,12 +3845,12 @@

MessageHash.java

- + 253 - + @@ -3860,12 +3860,12 @@

MessageHash.java

- + 254 - + @@ -3875,12 +3875,12 @@

MessageHash.java

- + 255 - + @@ -3890,12 +3890,12 @@

MessageHash.java

- + 256 - + @@ -3905,12 +3905,12 @@

MessageHash.java

- + 257 - + @@ -3920,12 +3920,12 @@

MessageHash.java

- + 258 - + @@ -3935,12 +3935,12 @@

MessageHash.java

- + 259 - + @@ -3950,12 +3950,12 @@

MessageHash.java

- + 260 - + @@ -3965,12 +3965,12 @@

MessageHash.java

- + 261 - + @@ -3980,12 +3980,12 @@

MessageHash.java

- + 262 - + @@ -3995,12 +3995,12 @@

MessageHash.java

- + 263 - + @@ -4010,12 +4010,12 @@

MessageHash.java

- + 264 - + @@ -4025,12 +4025,12 @@

MessageHash.java

- + 265 - + @@ -4040,12 +4040,12 @@

MessageHash.java

- + 266 - + @@ -4055,12 +4055,12 @@

MessageHash.java

- + 267 -1 +1 1. compute : removed call to java/util/function/Consumer::accept → KILLED
@@ -4072,12 +4072,12 @@

MessageHash.java

- + 268 - +
@@ -4087,12 +4087,12 @@

MessageHash.java

- + 269 - + @@ -4102,12 +4102,12 @@

MessageHash.java

- + 270 - + @@ -4117,12 +4117,12 @@

MessageHash.java

- + 271 - + @@ -4132,12 +4132,12 @@

MessageHash.java

- + 272 - + @@ -4147,12 +4147,12 @@

MessageHash.java

- + 273 - + @@ -4162,12 +4162,12 @@

MessageHash.java

- + 274 - + @@ -4177,12 +4177,12 @@

MessageHash.java

- + 275 - + @@ -4192,12 +4192,12 @@

MessageHash.java

- + 276 - + @@ -4207,12 +4207,12 @@

MessageHash.java

- + 277 - + @@ -4222,12 +4222,12 @@

MessageHash.java

- + 278 - + @@ -4237,12 +4237,12 @@

MessageHash.java

- + 279 -2 +2 1. lambda$compute$0 : negated conditional → KILLED
2. lambda$compute$0 : changed conditional boundary → KILLED
@@ -4255,12 +4255,12 @@

MessageHash.java

- + 280 -1 +1 1. lambda$compute$0 : Replaced XOR with AND → KILLED
@@ -4272,12 +4272,12 @@

MessageHash.java

- + 281 - +
@@ -4287,12 +4287,12 @@

MessageHash.java

- + 282 -1 +1 1. lambda$compute$0 : replaced int return with 0 for com/mastercard/test/flow/validation/MessageHash$Hash::lambda$compute$0 → KILLED
@@ -4304,12 +4304,12 @@

MessageHash.java

- + 283 - +
@@ -4319,12 +4319,12 @@

MessageHash.java

- + 284 - +
@@ -4334,12 +4334,12 @@

MessageHash.java

- + 285 - + @@ -4349,12 +4349,12 @@

MessageHash.java

- + 286 -1 +1 1. compute : removed call to java/util/function/Consumer::accept → KILLED
@@ -4366,12 +4366,12 @@

MessageHash.java

- + 287 - +
@@ -4381,12 +4381,12 @@

MessageHash.java

- + 288 - + @@ -4396,12 +4396,12 @@

MessageHash.java

- + 289 - + @@ -4411,12 +4411,12 @@

MessageHash.java

- + 290 - + @@ -4426,12 +4426,12 @@

MessageHash.java

- + 291 - + @@ -4441,12 +4441,12 @@

MessageHash.java

- + 292 - + @@ -4456,12 +4456,12 @@

MessageHash.java

- + 293 - + @@ -4471,12 +4471,12 @@

MessageHash.java

- + 294 - + @@ -4486,12 +4486,12 @@

MessageHash.java

- + 295 - + @@ -4501,12 +4501,12 @@

MessageHash.java

- + 296 - + @@ -4516,12 +4516,12 @@

MessageHash.java

- + 297 - + @@ -4531,12 +4531,12 @@

MessageHash.java

- + 298 -1 +1 1. humanReadableByteCount : negated conditional → KILLED
@@ -4548,12 +4548,12 @@

MessageHash.java

- + 299 -2 +2 1. humanReadableByteCount : negated conditional → KILLED
2. humanReadableByteCount : changed conditional boundary → KILLED
@@ -4566,12 +4566,12 @@

MessageHash.java

- + 300 -1 +1 1. humanReadableByteCount : replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::humanReadableByteCount → KILLED
@@ -4583,12 +4583,12 @@

MessageHash.java

- + 301 - +
@@ -4598,12 +4598,12 @@

MessageHash.java

- + 302 - +
@@ -4613,12 +4613,12 @@

MessageHash.java

- + 303 - +
@@ -4628,12 +4628,12 @@

MessageHash.java

- + 304 -5 +5 1. humanReadableByteCount : negated conditional → KILLED
2. humanReadableByteCount : negated conditional → KILLED
@@ -4649,12 +4649,12 @@

MessageHash.java

- + 305 -1 +1 1. humanReadableByteCount : Replaced Shift Right with Shift Left → KILLED
@@ -4666,12 +4666,12 @@

MessageHash.java

- + 306 - +
@@ -4681,12 +4681,12 @@

MessageHash.java

- + 307 - +
@@ -4696,12 +4696,12 @@

MessageHash.java

- + 308 -1 +1 1. humanReadableByteCount : negated conditional → KILLED
@@ -4713,12 +4713,12 @@

MessageHash.java

- + 309 -1 +1 1. humanReadableByteCount : removed negation → KILLED
@@ -4730,12 +4730,12 @@

MessageHash.java

- + 310 - +
@@ -4745,12 +4745,12 @@

MessageHash.java

- + 311 -2 +2 1. humanReadableByteCount : Replaced double division with multiplication → KILLED
2. humanReadableByteCount : replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::humanReadableByteCount → KILLED
@@ -4763,12 +4763,12 @@

MessageHash.java

- + 312 - +
@@ -4778,12 +4778,12 @@

MessageHash.java

- + 313 - +
@@ -4793,12 +4793,12 @@

MessageHash.java

- + 314 - + @@ -4810,361 +4810,361 @@

MessageHash.java

Mutations

-63 +63 - +

1.1
Location : lambda$static$0
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyMessages()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/MessageHash$Include::lambda$static$0 → KILLED

-
67 +67 - +

1.1
Location : lambda$static$1
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyMessages()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/MessageHash$Include::lambda$static$1 → KILLED

-
72 +72 - +

1.1
Location : lambda$static$2
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:format()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/MessageHash$Include::lambda$static$2 → KILLED

-
88 +88 - +

1.1
Location : apply
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:format()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/MessageHash$Include::apply → KILLED

-
96 +96 - +

1.1
Location : lambda$new$0
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyModel()]
replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::lambda$new$0 → KILLED

-
124 +124 - +

1.1
Location : digest
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:digest()]
replaced return value with null for com/mastercard/test/flow/validation/MessageHash::digest → KILLED

-
137 +137 - +

1.1
Location : format
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:format()]
replaced return value with null for com/mastercard/test/flow/validation/MessageHash::format → KILLED

-
156 +156 - +

1.1
Location : hashing
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/validation/MessageHash::hashing → KILLED

-
165 +165 - +

1.1
Location : lambda$hashingEverything$1
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:format()]
replaced boolean return with false for com/mastercard/test/flow/validation/MessageHash::lambda$hashingEverything$1 → KILLED

2.2
Location : hashingEverything
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/validation/MessageHash::hashingEverything → KILLED

3.3
Location : lambda$hashingEverything$2
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:format()]
replaced boolean return with false for com/mastercard/test/flow/validation/MessageHash::lambda$hashingEverything$2 → KILLED

-
177 +177 - +

1.1
Location : hashing
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:fluency()]
replaced return value with null for com/mastercard/test/flow/validation/MessageHash::hashing → KILLED

-
178 +178 - +

1.1
Location : lambda$hashing$3
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyMessages()]
replaced boolean return with false for com/mastercard/test/flow/validation/MessageHash::lambda$hashing$3 → KILLED

-
179 +179 - +

1.1
Location : lambda$hashing$4
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyMessages()]
replaced boolean return with true for com/mastercard/test/flow/validation/MessageHash::lambda$hashing$4 → KILLED

2.2
Location : lambda$hashing$4
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyMessages()]
negated conditional → KILLED

-
196 +196 - +

1.1
Location : hashing
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:masking()]
replaced return value with null for com/mastercard/test/flow/validation/MessageHash::hashing → KILLED

-
197 +197 - +

1.1
Location : lambda$hashing$5
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:masking()]
replaced boolean return with false for com/mastercard/test/flow/validation/MessageHash::lambda$hashing$5 → KILLED

-
198 +198 - +

1.1
Location : lambda$hashing$6
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:masking()]
replaced boolean return with true for com/mastercard/test/flow/validation/MessageHash::lambda$hashing$6 → KILLED

2.2
Location : lambda$hashing$6
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:masking()]
negated conditional → KILLED

-
202 +202 - +

1.1
Location : lambda$hashing$7
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:masking()]
removed call to java/util/function/Consumer::accept → KILLED

-
203 +203 - +

1.1
Location : lambda$hashing$7
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:masking()]
replaced return value with null for com/mastercard/test/flow/validation/MessageHash::lambda$hashing$7 → KILLED

-
226 +226 - +

1.1
Location : expect
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyModel()]
removed call to com/mastercard/test/flow/validation/MessageHash$Hash::compute → KILLED

-
229 +229 - +

1.1
Location : expect
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:failure()]
removed call to java/util/function/BiConsumer::accept → KILLED

-
239 +239 - +

1.1
Location : copypasta
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:failure()]
replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::copypasta → KILLED

-
240 +240 - +

1.1
Location : lambda$copypasta$8
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:failure()]
replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::lambda$copypasta$8 → KILLED

-
241 +241 - +

1.1
Location : lambda$copypasta$9
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:failure()]
replaced return value with Stream.empty for com/mastercard/test/flow/validation/MessageHash::lambda$copypasta$9 → KILLED

-
242 +242 - +

1.1
Location : lambda$copypasta$10
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:failure()]
replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::lambda$copypasta$10 → KILLED

-
267 +267 - +

1.1
Location : compute
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyModel()]
removed call to java/util/function/Consumer::accept → KILLED

-
279 +279 - +

1.1
Location : lambda$compute$0
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:format()]
negated conditional → KILLED

2.2
Location : lambda$compute$0
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:format()]
changed conditional boundary → KILLED

-
280 +280 - +

1.1
Location : lambda$compute$0
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:format()]
Replaced XOR with AND → KILLED

-
282 +282 - +

1.1
Location : lambda$compute$0
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:format()]
replaced int return with 0 for com/mastercard/test/flow/validation/MessageHash$Hash::lambda$compute$0 → KILLED

-
286 +286 - +

1.1
Location : compute
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyModel()]
removed call to java/util/function/Consumer::accept → KILLED

-
298 +298 - +

1.1
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyModel()]
negated conditional → KILLED

-
299 +299 - +

1.1
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyModel()]
negated conditional → KILLED

2.2
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:humanReadableByteCount()]
changed conditional boundary → KILLED

-
300 +300 - +

1.1
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:emptyModel()]
replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::humanReadableByteCount → KILLED

-
304 +304 - +

1.1
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:humanReadableByteCount()]
negated conditional → KILLED

2.2
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:humanReadableByteCount()]
negated conditional → KILLED

3.3
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:humanReadableByteCount()]
Replaced Shift Right with Shift Left → KILLED

4.4
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:humanReadableByteCount()]
changed conditional boundary → KILLED

5.5
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:humanReadableByteCount()]
changed conditional boundary → KILLED

-
305 +305 - +

1.1
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:humanReadableByteCount()]
Replaced Shift Right with Shift Left → KILLED

-
308 +308 - +

1.1
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:humanReadableByteCount()]
negated conditional → KILLED

-
309 +309 - +

1.1
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:humanReadableByteCount()]
removed negation → KILLED

-
311 +311 - +

1.1
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:humanReadableByteCount()]
Replaced double division with multiplication → KILLED

2.2
Location : humanReadableByteCount
Killed by : com.mastercard.test.flow.validation.MessageHashTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.MessageHashTest]/[method:humanReadableByteCount()]
replaced return value with "" for com/mastercard/test/flow/validation/MessageHash::humanReadableByteCount → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/Violation.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/Violation.java.html similarity index 61% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/Violation.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/Violation.java.html index 254f63a31c..27e1bf4b45 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/Violation.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/Violation.java.html @@ -15,12 +15,12 @@

Violation.java

-
+ 1 - + @@ -30,12 +30,12 @@

Violation.java

- + 2 - + @@ -45,12 +45,12 @@

Violation.java

- + 3 - + @@ -60,12 +60,12 @@

Violation.java

- + 4 - + @@ -75,12 +75,12 @@

Violation.java

- + 5 - + @@ -90,12 +90,12 @@

Violation.java

- + 6 - + @@ -105,12 +105,12 @@

Violation.java

- + 7 - + @@ -120,12 +120,12 @@

Violation.java

- + 8 - + @@ -135,12 +135,12 @@

Violation.java

- + 9 - + @@ -150,12 +150,12 @@

Violation.java

- + 10 - + @@ -165,12 +165,12 @@

Violation.java

- + 11 - + @@ -180,12 +180,12 @@

Violation.java

- + 12 - + @@ -195,12 +195,12 @@

Violation.java

- + 13 - + @@ -210,12 +210,12 @@

Violation.java

- + 14 - + @@ -225,12 +225,12 @@

Violation.java

- + 15 - + @@ -240,12 +240,12 @@

Violation.java

- + 16 - + @@ -255,12 +255,12 @@

Violation.java

- + 17 - + @@ -270,12 +270,12 @@

Violation.java

- + 18 - + @@ -285,12 +285,12 @@

Violation.java

- + 19 - + @@ -300,12 +300,12 @@

Violation.java

- + 20 - + @@ -315,12 +315,12 @@

Violation.java

- + 21 - + @@ -330,12 +330,12 @@

Violation.java

- + 22 - + @@ -345,12 +345,12 @@

Violation.java

- + 23 - + @@ -360,12 +360,12 @@

Violation.java

- + 24 - + @@ -375,12 +375,12 @@

Violation.java

- + 25 - + @@ -390,12 +390,12 @@

Violation.java

- + 26 - + @@ -405,12 +405,12 @@

Violation.java

- + 27 - + @@ -420,12 +420,12 @@

Violation.java

- + 28 - + @@ -435,12 +435,12 @@

Violation.java

- + 29 - + @@ -450,12 +450,12 @@

Violation.java

- + 30 - + @@ -465,12 +465,12 @@

Violation.java

- + 31 - + @@ -480,12 +480,12 @@

Violation.java

- + 32 - + @@ -495,12 +495,12 @@

Violation.java

- + 33 - + @@ -510,12 +510,12 @@

Violation.java

- + 34 - + @@ -525,12 +525,12 @@

Violation.java

- + 35 - + @@ -540,12 +540,12 @@

Violation.java

- + 36 - + @@ -555,12 +555,12 @@

Violation.java

- + 37 - + @@ -570,12 +570,12 @@

Violation.java

- + 38 - + @@ -585,12 +585,12 @@

Violation.java

- + 39 - + @@ -600,12 +600,12 @@

Violation.java

- + 40 - + @@ -615,12 +615,12 @@

Violation.java

- + 41 - + @@ -630,12 +630,12 @@

Violation.java

- + 42 - + @@ -645,12 +645,12 @@

Violation.java

- + 43 - + @@ -660,12 +660,12 @@

Violation.java

- + 44 - + @@ -675,12 +675,12 @@

Violation.java

- + 45 - + @@ -690,12 +690,12 @@

Violation.java

- + 46 - + @@ -705,12 +705,12 @@

Violation.java

- + 47 - + @@ -720,12 +720,12 @@

Violation.java

- + 48 - + @@ -735,12 +735,12 @@

Violation.java

- + 49 - + @@ -750,12 +750,12 @@

Violation.java

- + 50 - + @@ -765,12 +765,12 @@

Violation.java

- + 51 - + @@ -780,12 +780,12 @@

Violation.java

- + 52 - + @@ -795,12 +795,12 @@

Violation.java

- + 53 - + @@ -810,12 +810,12 @@

Violation.java

- + 54 - + @@ -825,12 +825,12 @@

Violation.java

- + 55 - + @@ -840,12 +840,12 @@

Violation.java

- + 56 - + @@ -855,12 +855,12 @@

Violation.java

- + 57 - + @@ -870,12 +870,12 @@

Violation.java

- + 58 - + @@ -885,12 +885,12 @@

Violation.java

- + 59 - + @@ -900,12 +900,12 @@

Violation.java

- + 60 - + @@ -915,12 +915,12 @@

Violation.java

- + 61 - + @@ -930,12 +930,12 @@

Violation.java

- + 62 - + @@ -945,12 +945,12 @@

Violation.java

- + 63 -2 +2 1. lambda$null$0 : replaced return value with "" for com/mastercard/test/flow/validation/Violation::lambda$null$0 → KILLED
2. lambda$offender$1 : replaced return value with Collections.emptySet for com/mastercard/test/flow/validation/Violation::lambda$offender$1 → KILLED
@@ -963,12 +963,12 @@

Violation.java

- + 64 - +
@@ -978,12 +978,12 @@

Violation.java

- + 65 - + @@ -993,12 +993,12 @@

Violation.java

- + 66 - + @@ -1008,12 +1008,12 @@

Violation.java

- + 67 -1 +1 1. offender : replaced return value with null for com/mastercard/test/flow/validation/Violation::offender → KILLED
@@ -1025,12 +1025,12 @@

Violation.java

- + 68 - +
@@ -1040,12 +1040,12 @@

Violation.java

- + 69 - + @@ -1055,12 +1055,12 @@

Violation.java

- + 70 - + @@ -1070,12 +1070,12 @@

Violation.java

- + 71 - + @@ -1085,12 +1085,12 @@

Violation.java

- + 72 - + @@ -1100,12 +1100,12 @@

Violation.java

- + 73 - + @@ -1115,12 +1115,12 @@

Violation.java

- + 74 - + @@ -1130,12 +1130,12 @@

Violation.java

- + 75 - + @@ -1145,12 +1145,12 @@

Violation.java

- + 76 -1 +1 1. validation : replaced return value with null for com/mastercard/test/flow/validation/Violation::validation → KILLED
@@ -1162,12 +1162,12 @@

Violation.java

- + 77 - +
@@ -1177,12 +1177,12 @@

Violation.java

- + 78 - + @@ -1192,12 +1192,12 @@

Violation.java

- + 79 - + @@ -1207,12 +1207,12 @@

Violation.java

- + 80 - + @@ -1222,12 +1222,12 @@

Violation.java

- + 81 - + @@ -1237,12 +1237,12 @@

Violation.java

- + 82 - + @@ -1252,12 +1252,12 @@

Violation.java

- + 83 - + @@ -1267,12 +1267,12 @@

Violation.java

- + 84 - + @@ -1282,12 +1282,12 @@

Violation.java

- + 85 -1 +1 1. details : replaced return value with "" for com/mastercard/test/flow/validation/Violation::details → KILLED
@@ -1299,12 +1299,12 @@

Violation.java

- + 86 - +
@@ -1314,12 +1314,12 @@

Violation.java

- + 87 - + @@ -1329,12 +1329,12 @@

Violation.java

- + 88 - + @@ -1344,12 +1344,12 @@

Violation.java

- + 89 - + @@ -1359,12 +1359,12 @@

Violation.java

- + 90 - + @@ -1374,12 +1374,12 @@

Violation.java

- + 91 - + @@ -1389,12 +1389,12 @@

Violation.java

- + 92 - + @@ -1404,12 +1404,12 @@

Violation.java

- + 93 - + @@ -1419,12 +1419,12 @@

Violation.java

- + 94 - + @@ -1434,12 +1434,12 @@

Violation.java

- + 95 -1 +1 1. expected : replaced return value with "" for com/mastercard/test/flow/validation/Violation::expected → KILLED
@@ -1451,12 +1451,12 @@

Violation.java

- + 96 - +
@@ -1466,12 +1466,12 @@

Violation.java

- + 97 - + @@ -1481,12 +1481,12 @@

Violation.java

- + 98 - + @@ -1496,12 +1496,12 @@

Violation.java

- + 99 - + @@ -1511,12 +1511,12 @@

Violation.java

- + 100 - + @@ -1526,12 +1526,12 @@

Violation.java

- + 101 - + @@ -1541,12 +1541,12 @@

Violation.java

- + 102 - + @@ -1556,12 +1556,12 @@

Violation.java

- + 103 - + @@ -1571,12 +1571,12 @@

Violation.java

- + 104 - + @@ -1586,12 +1586,12 @@

Violation.java

- + 105 -1 +1 1. actual : replaced return value with "" for com/mastercard/test/flow/validation/Violation::actual → KILLED
@@ -1603,12 +1603,12 @@

Violation.java

- + 106 - +
@@ -1618,12 +1618,12 @@

Violation.java

- + 107 - + @@ -1633,12 +1633,12 @@

Violation.java

- + 108 - + @@ -1648,12 +1648,12 @@

Violation.java

- + 109 - + @@ -1663,12 +1663,12 @@

Violation.java

- + 110 - + @@ -1678,12 +1678,12 @@

Violation.java

- + 111 - + @@ -1693,12 +1693,12 @@

Violation.java

- + 112 - + @@ -1708,12 +1708,12 @@

Violation.java

- + 113 - + @@ -1723,12 +1723,12 @@

Violation.java

- + 114 -1 +1 1. offenders : replaced return value with Collections.emptyMap for com/mastercard/test/flow/validation/Violation::offenders → KILLED
@@ -1740,12 +1740,12 @@

Violation.java

- + 115 - +
@@ -1755,12 +1755,12 @@

Violation.java

- + 116 - + @@ -1770,12 +1770,12 @@

Violation.java

- + 117 - + @@ -1785,12 +1785,12 @@

Violation.java

- + 118 - + @@ -1800,12 +1800,12 @@

Violation.java

- + 119 - + @@ -1815,12 +1815,12 @@

Violation.java

- + 120 - + @@ -1830,12 +1830,12 @@

Violation.java

- + 121 - + @@ -1845,12 +1845,12 @@

Violation.java

- + 122 - + @@ -1860,12 +1860,12 @@

Violation.java

- + 123 -1 +1 1. offenderString : replaced return value with "" for com/mastercard/test/flow/validation/Violation::offenderString → KILLED
@@ -1877,12 +1877,12 @@

Violation.java

- + 124 -1 +1 1. lambda$offenderString$3 : replaced return value with "" for com/mastercard/test/flow/validation/Violation::lambda$offenderString$3 → KILLED
@@ -1894,12 +1894,12 @@

Violation.java

- + 125 - +
@@ -1909,12 +1909,12 @@

Violation.java

- + 126 - +
@@ -1924,12 +1924,12 @@

Violation.java

- + 127 -1 +1 1. lambda$null$2 : replaced return value with "" for com/mastercard/test/flow/validation/Violation::lambda$null$2 → KILLED
@@ -1941,12 +1941,12 @@

Violation.java

- + 128 - +
@@ -1956,12 +1956,12 @@

Violation.java

- + 129 - + @@ -1971,12 +1971,12 @@

Violation.java

- + 130 - + @@ -1986,12 +1986,12 @@

Violation.java

- + 131 - + @@ -2001,12 +2001,12 @@

Violation.java

- + 132 - + @@ -2018,101 +2018,101 @@

Violation.java

Mutations

-63 +63 - +

1.1
Location : lambda$null$0
Killed by : com.mastercard.test.flow.validation.ValidationTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.ValidationTest]/[method:offenderString()]
replaced return value with "" for com/mastercard/test/flow/validation/Violation::lambda$null$0 → KILLED

2.2
Location : lambda$offender$1
Killed by : com.mastercard.test.flow.validation.ValidationTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.ValidationTest]/[method:offenderString()]
replaced return value with Collections.emptySet for com/mastercard/test/flow/validation/Violation::lambda$offender$1 → KILLED

-
67 +67 - +

1.1
Location : offender
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:violation()]
replaced return value with null for com/mastercard/test/flow/validation/Violation::offender → KILLED

-
76 +76 - +

1.1
Location : validation
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:inaccurate()]
replaced return value with null for com/mastercard/test/flow/validation/Violation::validation → KILLED

-
85 +85 - +

1.1
Location : details
Killed by : com.mastercard.test.flow.validation.AbstractValidatorTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.AbstractValidatorTest]/[method:acceptance()]
replaced return value with "" for com/mastercard/test/flow/validation/Violation::details → KILLED

-
95 +95 - +

1.1
Location : expected
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:inaccurate()]
replaced return value with "" for com/mastercard/test/flow/validation/Violation::expected → KILLED

-
105 +105 - +

1.1
Location : actual
Killed by : com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.ReflectiveModelTaggingCheckTest]/[method:inaccurate()]
replaced return value with "" for com/mastercard/test/flow/validation/Violation::actual → KILLED

-
114 +114 - +

1.1
Location : offenders
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:violation()]
replaced return value with Collections.emptyMap for com/mastercard/test/flow/validation/Violation::offenders → KILLED

-
123 +123 - +

1.1
Location : offenderString
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:violation()]
replaced return value with "" for com/mastercard/test/flow/validation/Violation::offenderString → KILLED

-
124 +124 - +

1.1
Location : lambda$offenderString$3
Killed by : com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.check.TraceUniquenessCheckTest]/[method:violation()]
replaced return value with "" for com/mastercard/test/flow/validation/Violation::lambda$offenderString$3 → KILLED

-
127 +127 - +

1.1
Location : lambda$null$2
Killed by : com.mastercard.test.flow.validation.ValidationTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.validation.ValidationTest]/[method:offenderString()]
replaced return value with "" for com/mastercard/test/flow/validation/Violation::lambda$null$2 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow.validation/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow.validation/index.html diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow/FieldAddress.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow/FieldAddress.java.html similarity index 60% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow/FieldAddress.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow/FieldAddress.java.html index 9c51690965..5c927ccf6a 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow/FieldAddress.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow/FieldAddress.java.html @@ -15,12 +15,12 @@

FieldAddress.java

-
+ 1 - + @@ -30,12 +30,12 @@

FieldAddress.java

- + 2 - + @@ -45,12 +45,12 @@

FieldAddress.java

- + 3 - + @@ -60,12 +60,12 @@

FieldAddress.java

- + 4 - + @@ -75,12 +75,12 @@

FieldAddress.java

- + 5 - + @@ -90,12 +90,12 @@

FieldAddress.java

- + 6 - + @@ -105,12 +105,12 @@

FieldAddress.java

- + 7 - + @@ -120,12 +120,12 @@

FieldAddress.java

- + 8 - + @@ -135,12 +135,12 @@

FieldAddress.java

- + 9 - + @@ -150,12 +150,12 @@

FieldAddress.java

- + 10 - + @@ -165,12 +165,12 @@

FieldAddress.java

- + 11 - + @@ -180,12 +180,12 @@

FieldAddress.java

- + 12 - + @@ -195,12 +195,12 @@

FieldAddress.java

- + 13 - + @@ -210,12 +210,12 @@

FieldAddress.java

- + 14 - + @@ -225,12 +225,12 @@

FieldAddress.java

- + 15 - + @@ -240,12 +240,12 @@

FieldAddress.java

- + 16 - + @@ -255,12 +255,12 @@

FieldAddress.java

- + 17 - + @@ -270,12 +270,12 @@

FieldAddress.java

- + 18 - + @@ -285,12 +285,12 @@

FieldAddress.java

- + 19 - + @@ -300,12 +300,12 @@

FieldAddress.java

- + 20 - + @@ -315,12 +315,12 @@

FieldAddress.java

- + 21 - + @@ -330,12 +330,12 @@

FieldAddress.java

- + 22 - + @@ -345,12 +345,12 @@

FieldAddress.java

- + 23 - + @@ -360,12 +360,12 @@

FieldAddress.java

- + 24 - + @@ -375,12 +375,12 @@

FieldAddress.java

- + 25 - + @@ -390,12 +390,12 @@

FieldAddress.java

- + 26 - + @@ -405,12 +405,12 @@

FieldAddress.java

- + 27 - + @@ -420,12 +420,12 @@

FieldAddress.java

- + 28 - + @@ -435,12 +435,12 @@

FieldAddress.java

- + 29 - + @@ -450,12 +450,12 @@

FieldAddress.java

- + 30 - + @@ -465,12 +465,12 @@

FieldAddress.java

- + 31 - + @@ -480,12 +480,12 @@

FieldAddress.java

- + 32 - + @@ -495,12 +495,12 @@

FieldAddress.java

- + 33 - + @@ -510,12 +510,12 @@

FieldAddress.java

- + 34 - + @@ -525,12 +525,12 @@

FieldAddress.java

- + 35 - + @@ -540,12 +540,12 @@

FieldAddress.java

- + 36 - + @@ -555,12 +555,12 @@

FieldAddress.java

- + 37 - + @@ -570,12 +570,12 @@

FieldAddress.java

- + 38 - + @@ -585,12 +585,12 @@

FieldAddress.java

- + 39 - + @@ -600,12 +600,12 @@

FieldAddress.java

- + 40 - + @@ -615,12 +615,12 @@

FieldAddress.java

- + 41 - + @@ -630,12 +630,12 @@

FieldAddress.java

- + 42 - + @@ -645,12 +645,12 @@

FieldAddress.java

- + 43 - + @@ -660,12 +660,12 @@

FieldAddress.java

- + 44 - + @@ -675,12 +675,12 @@

FieldAddress.java

- + 45 - + @@ -690,12 +690,12 @@

FieldAddress.java

- + 46 - + @@ -705,12 +705,12 @@

FieldAddress.java

- + 47 -2 +2 1. isComplete : replaced boolean return with true for com/mastercard/test/flow/FieldAddress::isComplete → KILLED
2. isComplete : negated conditional → KILLED
@@ -723,12 +723,12 @@

FieldAddress.java

- + 48 -1 +1 1. isComplete : negated conditional → KILLED
@@ -740,12 +740,12 @@

FieldAddress.java

- + 49 -1 +1 1. isComplete : negated conditional → KILLED
@@ -757,12 +757,12 @@

FieldAddress.java

- + 50 -1 +1 1. isComplete : negated conditional → KILLED
@@ -774,12 +774,12 @@

FieldAddress.java

- + 51 - +
@@ -789,12 +789,12 @@

FieldAddress.java

- + 52 - +
@@ -804,12 +804,12 @@

FieldAddress.java

- + 53 - +
@@ -819,12 +819,12 @@

FieldAddress.java

- + 54 - +
@@ -834,12 +834,12 @@

FieldAddress.java

- + 55 - + @@ -849,12 +849,12 @@

FieldAddress.java

- + 56 - + @@ -864,12 +864,12 @@

FieldAddress.java

- + 57 - + @@ -879,12 +879,12 @@

FieldAddress.java

- + 58 - + @@ -894,12 +894,12 @@

FieldAddress.java

- + 59 -1 +1 1. getFlow : replaced return value with Optional.empty for com/mastercard/test/flow/FieldAddress::getFlow → KILLED
@@ -911,12 +911,12 @@

FieldAddress.java

- + 60 - +
@@ -926,12 +926,12 @@

FieldAddress.java

- + 61 - + @@ -941,12 +941,12 @@

FieldAddress.java

- + 62 - + @@ -956,12 +956,12 @@

FieldAddress.java

- + 63 - + @@ -971,12 +971,12 @@

FieldAddress.java

- + 64 - + @@ -986,12 +986,12 @@

FieldAddress.java

- + 65 - + @@ -1001,12 +1001,12 @@

FieldAddress.java

- + 66 - + @@ -1016,12 +1016,12 @@

FieldAddress.java

- + 67 - + @@ -1031,12 +1031,12 @@

FieldAddress.java

- + 68 -1 +1 1. getInteraction : negated conditional → KILLED
@@ -1048,12 +1048,12 @@

FieldAddress.java

- + 69 -1 +1 1. getInteraction : replaced return value with Optional.empty for com/mastercard/test/flow/FieldAddress::getInteraction → KILLED
@@ -1065,12 +1065,12 @@

FieldAddress.java

- + 70 - +
@@ -1080,12 +1080,12 @@

FieldAddress.java

- + 71 - +
@@ -1095,12 +1095,12 @@

FieldAddress.java

- + 72 - + @@ -1110,12 +1110,12 @@

FieldAddress.java

- + 73 - + @@ -1125,12 +1125,12 @@

FieldAddress.java

- + 74 - + @@ -1140,12 +1140,12 @@

FieldAddress.java

- + 75 - + @@ -1155,12 +1155,12 @@

FieldAddress.java

- + 76 - + @@ -1170,12 +1170,12 @@

FieldAddress.java

- + 77 - + @@ -1185,12 +1185,12 @@

FieldAddress.java

- + 78 - + @@ -1200,12 +1200,12 @@

FieldAddress.java

- + 79 - + @@ -1215,12 +1215,12 @@

FieldAddress.java

- + 80 - + @@ -1230,12 +1230,12 @@

FieldAddress.java

- + 81 -1 +1 1. getMessage : negated conditional → KILLED
@@ -1247,12 +1247,12 @@

FieldAddress.java

- + 82 -1 +1 1. getMessage : replaced return value with Optional.empty for com/mastercard/test/flow/FieldAddress::getMessage → KILLED
@@ -1264,12 +1264,12 @@

FieldAddress.java

- + 83 - +
@@ -1279,12 +1279,12 @@

FieldAddress.java

- + 84 - +
@@ -1294,12 +1294,12 @@

FieldAddress.java

- + 85 - + @@ -1309,12 +1309,12 @@

FieldAddress.java

- + 86 - + @@ -1324,12 +1324,12 @@

FieldAddress.java

- + 87 - + @@ -1339,12 +1339,12 @@

FieldAddress.java

- + 88 - + @@ -1354,12 +1354,12 @@

FieldAddress.java

- + 89 - + @@ -1369,12 +1369,12 @@

FieldAddress.java

- + 90 - + @@ -1384,12 +1384,12 @@

FieldAddress.java

- + 91 - + @@ -1399,12 +1399,12 @@

FieldAddress.java

- + 92 - + @@ -1414,12 +1414,12 @@

FieldAddress.java

- + 93 - + @@ -1429,12 +1429,12 @@

FieldAddress.java

- + 94 -1 +1 1. getValue : negated conditional → KILLED
@@ -1446,12 +1446,12 @@

FieldAddress.java

- + 95 -1 +1 1. getValue : replaced return value with Optional.empty for com/mastercard/test/flow/FieldAddress::getValue → KILLED
@@ -1463,12 +1463,12 @@

FieldAddress.java

- + 96 -1 +1 1. lambda$getValue$0 : replaced return value with null for com/mastercard/test/flow/FieldAddress::lambda$getValue$0 → KILLED
@@ -1480,12 +1480,12 @@

FieldAddress.java

- + 97 - +
@@ -1495,12 +1495,12 @@

FieldAddress.java

- + 98 - +
@@ -1510,12 +1510,12 @@

FieldAddress.java

- + 99 - +
@@ -1525,12 +1525,12 @@

FieldAddress.java

- + 100 - + @@ -1542,121 +1542,121 @@

FieldAddress.java

Mutations

-47 +47 - +

1.1
Location : isComplete
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:isComplete()]
replaced boolean return with true for com/mastercard/test/flow/FieldAddress::isComplete → KILLED

2.2
Location : isComplete
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:isComplete()]
negated conditional → KILLED

-
48 +48 - +

1.1
Location : isComplete
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:isComplete()]
negated conditional → KILLED

-
49 +49 - +

1.1
Location : isComplete
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:isComplete()]
negated conditional → KILLED

-
50 +50 - +

1.1
Location : isComplete
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:isComplete()]
negated conditional → KILLED

-
59 +59 - +

1.1
Location : getFlow
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:getValue()]
replaced return value with Optional.empty for com/mastercard/test/flow/FieldAddress::getFlow → KILLED

-
68 +68 - +

1.1
Location : getInteraction
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:getValue()]
negated conditional → KILLED

-
69 +69 - +

1.1
Location : getInteraction
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:getValue()]
replaced return value with Optional.empty for com/mastercard/test/flow/FieldAddress::getInteraction → KILLED

-
81 +81 - +

1.1
Location : getMessage
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:noMessage()]
negated conditional → KILLED

-
82 +82 - +

1.1
Location : getMessage
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:getValue()]
replaced return value with Optional.empty for com/mastercard/test/flow/FieldAddress::getMessage → KILLED

-
94 +94 - +

1.1
Location : getValue
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:getValue()]
negated conditional → KILLED

-
95 +95 - +

1.1
Location : getValue
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:getValue()]
replaced return value with Optional.empty for com/mastercard/test/flow/FieldAddress::getValue → KILLED

-
96 +96 - +

1.1
Location : lambda$getValue$0
Killed by : com.mastercard.test.flow.FieldAddressTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.FieldAddressTest]/[method:getValue()]
replaced return value with null for com/mastercard/test/flow/FieldAddress::lambda$getValue$0 → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow/Metadata.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow/Metadata.java.html similarity index 58% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow/Metadata.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow/Metadata.java.html index 6cbcad0e5c..3bc28df8b0 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow/Metadata.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow/Metadata.java.html @@ -15,12 +15,12 @@

Metadata.java

-
+ 1 - + @@ -30,12 +30,12 @@

Metadata.java

- + 2 - + @@ -45,12 +45,12 @@

Metadata.java

- + 3 - + @@ -60,12 +60,12 @@

Metadata.java

- + 4 - + @@ -75,12 +75,12 @@

Metadata.java

- + 5 - + @@ -90,12 +90,12 @@

Metadata.java

- + 6 - + @@ -105,12 +105,12 @@

Metadata.java

- + 7 - + @@ -120,12 +120,12 @@

Metadata.java

- + 8 - + @@ -135,12 +135,12 @@

Metadata.java

- + 9 - + @@ -150,12 +150,12 @@

Metadata.java

- + 10 - + @@ -165,12 +165,12 @@

Metadata.java

- + 11 - + @@ -180,12 +180,12 @@

Metadata.java

- + 12 - + @@ -195,12 +195,12 @@

Metadata.java

- + 13 - + @@ -210,12 +210,12 @@

Metadata.java

- + 14 - + @@ -225,12 +225,12 @@

Metadata.java

- + 15 - + @@ -240,12 +240,12 @@

Metadata.java

- + 16 - + @@ -255,12 +255,12 @@

Metadata.java

- + 17 - + @@ -270,12 +270,12 @@

Metadata.java

- + 18 - + @@ -285,12 +285,12 @@

Metadata.java

- + 19 - + @@ -300,12 +300,12 @@

Metadata.java

- + 20 - + @@ -315,12 +315,12 @@

Metadata.java

- + 21 - + @@ -330,12 +330,12 @@

Metadata.java

- + 22 - + @@ -345,12 +345,12 @@

Metadata.java

- + 23 - + @@ -360,12 +360,12 @@

Metadata.java

- + 24 -1 +1 1. id : replaced return value with "" for com/mastercard/test/flow/Metadata::id → KILLED
@@ -377,12 +377,12 @@

Metadata.java

- + 25 - +
@@ -392,12 +392,12 @@

Metadata.java

- + 26 - + @@ -407,12 +407,12 @@

Metadata.java

- + 27 - + @@ -422,12 +422,12 @@

Metadata.java

- + 28 - + @@ -437,12 +437,12 @@

Metadata.java

- + 29 - + @@ -452,12 +452,12 @@

Metadata.java

- + 30 - + @@ -467,12 +467,12 @@

Metadata.java

- + 31 - + @@ -482,12 +482,12 @@

Metadata.java

- + 32 - + @@ -497,12 +497,12 @@

Metadata.java

- + 33 - + @@ -512,12 +512,12 @@

Metadata.java

- + 34 - + @@ -527,12 +527,12 @@

Metadata.java

- + 35 - + @@ -542,12 +542,12 @@

Metadata.java

- + 36 - + @@ -557,12 +557,12 @@

Metadata.java

- + 37 - + @@ -572,12 +572,12 @@

Metadata.java

- + 38 - + @@ -587,12 +587,12 @@

Metadata.java

- + 39 - + @@ -602,12 +602,12 @@

Metadata.java

- + 40 - + @@ -617,12 +617,12 @@

Metadata.java

- + 41 - + @@ -632,12 +632,12 @@

Metadata.java

- + 42 - + @@ -647,12 +647,12 @@

Metadata.java

- + 43 - + @@ -662,12 +662,12 @@

Metadata.java

- + 44 - + @@ -677,12 +677,12 @@

Metadata.java

- + 45 - + @@ -692,12 +692,12 @@

Metadata.java

- + 46 - + @@ -707,12 +707,12 @@

Metadata.java

- + 47 - + @@ -722,12 +722,12 @@

Metadata.java

- + 48 - + @@ -737,12 +737,12 @@

Metadata.java

- + 49 - + @@ -752,12 +752,12 @@

Metadata.java

- + 50 - + @@ -767,12 +767,12 @@

Metadata.java

- + 51 - + @@ -782,12 +782,12 @@

Metadata.java

- + 52 - + @@ -797,12 +797,12 @@

Metadata.java

- + 53 - + @@ -812,12 +812,12 @@

Metadata.java

- + 54 - + @@ -827,12 +827,12 @@

Metadata.java

- + 55 - + @@ -842,12 +842,12 @@

Metadata.java

- + 56 - + @@ -859,11 +859,11 @@

Metadata.java

Mutations

-24 +24 - +

1.1
Location : id
Killed by : com.mastercard.test.flow.MetadataTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.MetadataTest]/[method:id()]
replaced return value with "" for com/mastercard/test/flow/Metadata::id → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow/Model.java.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow/Model.java.html similarity index 57% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow/Model.java.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow/Model.java.html index ac871e2846..3f266f043c 100644 --- a/mutation/1719818845/mutation_report/com.mastercard.test.flow/Model.java.html +++ b/mutation/1721610203/mutation_report/com.mastercard.test.flow/Model.java.html @@ -15,12 +15,12 @@

Model.java

-
+ 1 - + @@ -30,12 +30,12 @@

Model.java

- + 2 - + @@ -45,12 +45,12 @@

Model.java

- + 3 - + @@ -60,12 +60,12 @@

Model.java

- + 4 - + @@ -75,12 +75,12 @@

Model.java

- + 5 - + @@ -90,12 +90,12 @@

Model.java

- + 6 - + @@ -105,12 +105,12 @@

Model.java

- + 7 - + @@ -120,12 +120,12 @@

Model.java

- + 8 - + @@ -135,12 +135,12 @@

Model.java

- + 9 - + @@ -150,12 +150,12 @@

Model.java

- + 10 - + @@ -165,12 +165,12 @@

Model.java

- + 11 - + @@ -180,12 +180,12 @@

Model.java

- + 12 - + @@ -195,12 +195,12 @@

Model.java

- + 13 - + @@ -210,12 +210,12 @@

Model.java

- + 14 - + @@ -225,12 +225,12 @@

Model.java

- + 15 - + @@ -240,12 +240,12 @@

Model.java

- + 16 - + @@ -255,12 +255,12 @@

Model.java

- + 17 - + @@ -270,12 +270,12 @@

Model.java

- + 18 - + @@ -285,12 +285,12 @@

Model.java

- + 19 - + @@ -300,12 +300,12 @@

Model.java

- + 20 - + @@ -315,12 +315,12 @@

Model.java

- + 21 - + @@ -330,12 +330,12 @@

Model.java

- + 22 - + @@ -345,12 +345,12 @@

Model.java

- + 23 - + @@ -360,12 +360,12 @@

Model.java

- + 24 - + @@ -375,12 +375,12 @@

Model.java

- + 25 - + @@ -390,12 +390,12 @@

Model.java

- + 26 - + @@ -405,12 +405,12 @@

Model.java

- + 27 - + @@ -420,12 +420,12 @@

Model.java

- + 28 - + @@ -435,12 +435,12 @@

Model.java

- + 29 - + @@ -450,12 +450,12 @@

Model.java

- + 30 - + @@ -465,12 +465,12 @@

Model.java

- + 31 - + @@ -480,12 +480,12 @@

Model.java

- + 32 - + @@ -495,12 +495,12 @@

Model.java

- + 33 - + @@ -510,12 +510,12 @@

Model.java

- + 34 - + @@ -525,12 +525,12 @@

Model.java

- + 35 - + @@ -540,12 +540,12 @@

Model.java

- + 36 - + @@ -555,12 +555,12 @@

Model.java

- + 37 - + @@ -570,12 +570,12 @@

Model.java

- + 38 - + @@ -585,12 +585,12 @@

Model.java

- + 39 - + @@ -600,12 +600,12 @@

Model.java

- + 40 - + @@ -615,12 +615,12 @@

Model.java

- + 41 - + @@ -630,12 +630,12 @@

Model.java

- + 42 - + @@ -645,12 +645,12 @@

Model.java

- + 43 - + @@ -660,12 +660,12 @@

Model.java

- + 44 - + @@ -675,12 +675,12 @@

Model.java

- + 45 - + @@ -690,12 +690,12 @@

Model.java

- + 46 -1 +1 1. flows : replaced return value with Stream.empty for com/mastercard/test/flow/Model::flows → KILLED
@@ -707,12 +707,12 @@

Model.java

- + 47 - +
@@ -722,12 +722,12 @@

Model.java

- + 48 - + @@ -737,12 +737,12 @@

Model.java

- + 49 - + @@ -752,12 +752,12 @@

Model.java

- + 50 - + @@ -767,12 +767,12 @@

Model.java

- + 51 - + @@ -782,12 +782,12 @@

Model.java

- + 52 - + @@ -797,12 +797,12 @@

Model.java

- + 53 - + @@ -812,12 +812,12 @@

Model.java

- + 54 - + @@ -827,12 +827,12 @@

Model.java

- + 55 - + @@ -842,12 +842,12 @@

Model.java

- + 56 - + @@ -857,12 +857,12 @@

Model.java

- + 57 - + @@ -872,12 +872,12 @@

Model.java

- + 58 - + @@ -887,12 +887,12 @@

Model.java

- + 59 - + @@ -902,12 +902,12 @@

Model.java

- + 60 - + @@ -917,12 +917,12 @@

Model.java

- + 61 - + @@ -932,12 +932,12 @@

Model.java

- + 62 - + @@ -947,12 +947,12 @@

Model.java

- + 63 - + @@ -962,12 +962,12 @@

Model.java

- + 64 - + @@ -977,12 +977,12 @@

Model.java

- + 65 - + @@ -992,12 +992,12 @@

Model.java

- + 66 - + @@ -1007,12 +1007,12 @@

Model.java

- + 67 - + @@ -1022,12 +1022,12 @@

Model.java

- + 68 - + @@ -1037,12 +1037,12 @@

Model.java

- + 69 - + @@ -1052,12 +1052,12 @@

Model.java

- + 70 - + @@ -1067,12 +1067,12 @@

Model.java

- + 71 - + @@ -1082,12 +1082,12 @@

Model.java

- + 72 - + @@ -1097,12 +1097,12 @@

Model.java

- + 73 - + @@ -1112,12 +1112,12 @@

Model.java

- + 74 - + @@ -1127,12 +1127,12 @@

Model.java

- + 75 - + @@ -1142,12 +1142,12 @@

Model.java

- + 76 - + @@ -1157,12 +1157,12 @@

Model.java

- + 77 - + @@ -1172,12 +1172,12 @@

Model.java

- + 78 - + @@ -1187,12 +1187,12 @@

Model.java

- + 79 - + @@ -1202,12 +1202,12 @@

Model.java

- + 80 - + @@ -1217,12 +1217,12 @@

Model.java

- + 81 - + @@ -1232,12 +1232,12 @@

Model.java

- + 82 - + @@ -1247,12 +1247,12 @@

Model.java

- + 83 - + @@ -1262,12 +1262,12 @@

Model.java

- + 84 - + @@ -1277,12 +1277,12 @@

Model.java

- + 85 - + @@ -1292,12 +1292,12 @@

Model.java

- + 86 - + @@ -1307,12 +1307,12 @@

Model.java

- + 87 - + @@ -1322,12 +1322,12 @@

Model.java

- + 88 - + @@ -1337,12 +1337,12 @@

Model.java

- + 89 - + @@ -1352,12 +1352,12 @@

Model.java

- + 90 - + @@ -1367,12 +1367,12 @@

Model.java

- + 91 - + @@ -1382,12 +1382,12 @@

Model.java

- + 92 - + @@ -1397,12 +1397,12 @@

Model.java

- + 93 - + @@ -1412,12 +1412,12 @@

Model.java

- + 94 - + @@ -1429,11 +1429,11 @@

Model.java

Mutations

-46 +46 - +

1.1
Location : flows
Killed by : com.mastercard.test.flow.ModelTest.[engine:junit-jupiter]/[class:com.mastercard.test.flow.ModelTest]/[method:flows()]
replaced return value with Stream.empty for com/mastercard/test/flow/Model::flows → KILLED

diff --git a/mutation/1719818845/mutation_report/com.mastercard.test.flow/index.html b/mutation/1721610203/mutation_report/com.mastercard.test.flow/index.html similarity index 100% rename from mutation/1719818845/mutation_report/com.mastercard.test.flow/index.html rename to mutation/1721610203/mutation_report/com.mastercard.test.flow/index.html diff --git a/mutation/1719818845/mutation_report/index.html b/mutation/1721610203/mutation_report/index.html similarity index 94% rename from mutation/1719818845/mutation_report/index.html rename to mutation/1721610203/mutation_report/index.html index 4bfe6093c0..e3c992e21e 100644 --- a/mutation/1719818845/mutation_report/index.html +++ b/mutation/1721610203/mutation_report/index.html @@ -22,8 +22,8 @@

Project Summary

121 98%
4939/5060
- 97%
2243/2303
- 99%
2243/2269
+ 97%
2231/2303
+ 98%
2231/2269
@@ -70,8 +70,8 @@

Breakdown by Package

com.mastercard.test.flow.assrt.filter.cli 9
98%
510/518
-
99%
226/228
-
100%
226/226
+
99%
225/228
+
99%
225/226
@@ -198,8 +198,8 @@

Breakdown by Package

com.mastercard.test.flow.report 6
93%
329/352
-
93%
122/131
-
98%
122/124
+
94%
123/131
+
99%
123/124
@@ -214,8 +214,8 @@

Breakdown by Package

com.mastercard.test.flow.report.duct 7
87%
325/373
-
88%
128/146
-
96%
128/133
+
79%
116/146
+
87%
116/133
diff --git a/mutation/1719818845/mutation_report/style.css b/mutation/1721610203/mutation_report/style.css similarity index 100% rename from mutation/1719818845/mutation_report/style.css rename to mutation/1721610203/mutation_report/style.css diff --git a/mutation/latest b/mutation/latest index d68a4190a1..d7a6c9f290 120000 --- a/mutation/latest +++ b/mutation/latest @@ -1 +1 @@ -1721607942 \ No newline at end of file +1721610203 \ No newline at end of file