Jan Smits
Results
2
issues of
Jan Smits
Currently in the JSON [schema](https://github.com/stryker-mutator/mutation-testing-elements/blob/master/packages/report-schema/src/mutation-testing-report-schema.json) mutants have a property `testsCompleted` which tracks how many test cases were executed when trying to kill that mutant. Currently in the schema it is...
The ConditionalExpression mutator operates on the same operators as the EqualityOperator (`a < b`, `a > b`, etc.), except in the context of for/while-loops and if-statements, and it always mutates...