Exavier.Mutators.AOR4 (exavier v0.3.0)

Mutates arithmetic operators into another operation..

Conditionals are replaced according to the table below.

OriginalMutation
+rem/2
-rem/2
*-
/-
rem/2-

For example:

a = b + 5

will be mutated into

a = rem(b, 5)