free_mutant/spec/unit/mutant
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
..
class_methods Kill mutations in Mutant.singleton_subclass_instance 2013-07-02 17:48:51 +02:00
cli Change deprecated mock() to double() 2013-07-14 10:01:30 -07:00
context Change deprecated mock() to double() 2013-07-14 10:01:30 -07:00
differ Change deprecated mock() to double() 2013-07-14 10:01:30 -07:00
killer Change deprecated mock() to double() 2013-07-14 10:01:30 -07:00
loader/eval/class_methods Change deprecated mock() to double() 2013-07-14 10:01:30 -07:00
matcher Change deprecated mock() to double() 2013-07-14 10:01:30 -07:00
mutator Fix mutator to not mutate the rhs in a boolean connective 2013-07-25 08:43:41 -07:00
node_helpers Add Mutant::NodeHelpers#n_not 2013-07-24 10:53:37 -07:00
runner Add support for --fail-fast flag 2013-07-15 01:17:15 +02:00
strategy Change deprecated mock() to double() 2013-07-14 10:01:30 -07:00
subject Add support for --fail-fast flag 2013-07-15 01:17:15 +02:00