Skip to content

New if mutation type support

Compare
Choose a tag to compare
@EvanKepner EvanKepner released this 09 Mar 21:35
· 187 commits to master since this release
4cf60cd

Added new If mutation:

  • Original statements are represented by If_Statement and mutated to be either If_True where the statement always passes, or If_False where the statement is never passed.