# 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.