Expand description

Transformation which mutates code for mutation testing in various ways

This transformation should run after code is translated to bytecode, but before any other bytecode modification It emits instructions in bytecode format, but with changes made Note that this mutation does nothing if mutation flags are not enabled

Structs