package
0.0.0-20230222222326-d13c9c375b57
Repository: https://github.com/avito-tech/go-mutesting.git
Documentation: pkg.go.dev
# Functions
MutatorLoopBreak implements a mutator to change continue to break and break to continue.
MutatorLoopCondition implements a mutator to change loop condition to always false.
MutatorLoopRangeBreak implements a mutator to add a break to range-loop body.