Skip to content

Change skip mutation operation

I assumed that in mutate function, i -= 1s before continues are to skip unmutable mutation operators but the original mutation process doesn't skip unmutable mutation operators.

I changed so to preserver number of mutation when it's not mutable

Merge request reports