private void RunStryker(StrykerOptions options) { // start with the stryker header PrintStykerASCIIName(); StrykerRunResult results = _stryker.RunMutationTest(options); if (!results.IsScoreAboveThresholdBreak()) { HandleBreakingThresholdScore(options, results); } }
private void RunStryker(StrykerOptions options) { PrintStykerASCIIName(); _ = PrintStrykerVersionInformationAsync(); StrykerRunResult results = _stryker.RunMutationTest(options); if (!results.IsScoreAboveThresholdBreak()) { HandleBreakingThresholdScore(options, results); } }