Mutation.Status

The status of a mutant.

Values

ValueMeaning
unknown

the mutation isn't tested

killed

killed by the test suite

alive

not killed by the test suite

killedByCompiler

the mutation resulted in invalid code that didn't compile

timeout

the mutant resulted in the test suite/sut reaching the timeout threshold

Meta