package
1.1.2
Repository: https://github.com/jekamas/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.