mutant
mutant copied to clipboard
Is it possible to suppress mutations for individual lines or forms?
Perhaps with a comment? I know Python's mutmut can do this. Sometimes one just wants to focus on smaller areas, and other mutations are a waste of time. Sometimes a particular mutation is prone to infinite loops. Sometimes part of the code shouldn't be touched for whatever reason.