Value | Meaning |
---|---|
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 |
noCoverage | not covered by the tests |
equivalent | |
skipped | if the mutant where never tested because reasons |
The status of a mutant.