free_mutant/lib/mutant/mutator
Markus Schirp ef9172bca4 Guard against the generation of equal mutants
* Move Mutant::Mutator::Generator in a dedicated file
* Mutant::Mutator::Generator#append only forwards mutated node when it
  does not equal original nodes sexpession. This does not catch
  equivalent mutations, but mutations that exactly reproduce the same
  AST. This way a check for not generating the same asts can be
  centralized.
2012-07-30 21:40:49 +02:00
..
array_literal.rb Add mutation for some literals 2012-07-27 22:39:31 +02:00
block.rb Add mutation for some literals 2012-07-27 22:39:31 +02:00
empty_array.rb Add mutation for some literals 2012-07-27 22:39:31 +02:00
false_literal.rb Add mutation for some literals 2012-07-27 22:39:31 +02:00
fixnum_literal.rb Add mutation for some literals 2012-07-27 22:39:31 +02:00
float_literal.rb Mutate float literals also to negative infinity 2012-07-29 18:08:29 +02:00
generator.rb Guard against the generation of equal mutants 2012-07-30 21:40:49 +02:00
hash_literal.rb Add mutation for some literals 2012-07-27 22:39:31 +02:00
range.rb Add range literal support 2012-07-28 00:17:00 +02:00
range_exclude.rb Add range literal support 2012-07-28 00:17:00 +02:00
string_literal.rb Add mutation for some literals 2012-07-27 22:39:31 +02:00
symbol_literal.rb Add mutation for some literals 2012-07-27 22:39:31 +02:00
true_literal.rb Add mutation for some literals 2012-07-27 22:39:31 +02:00