free_mutant/spec/unit/mutant/mutator
Dan Kubb b88d3ccc87 Fix mutator to not mutate the rhs in a boolean connective
* If the right hand side of the expression includes a method which
  raises or otherwise exits the control flow we cannot kill that
  mutation. However we can mutate the left hand side, and then
  mutate the whole node so it is negated; in the worst case both
  those mutations will be equivalent, but in the best case the rhs
  will return a boolean which will be negated.
2013-07-25 08:43:41 -07:00
..
node Fix mutator to not mutate the rhs in a boolean connective 2013-07-25 08:43:41 -07:00
each_spec.rb Minor style fixes 2012-10-26 13:12:42 +02:00
emit_new_spec.rb Fix generation of invalid ast via parent tracking 2013-06-24 22:10:40 +02:00
emit_spec.rb Fix generation of invalid ast via parent tracking 2013-06-24 22:10:40 +02:00