free_mutant/lib/mutant/mutator
Markus Schirp 3e1f9c408f Cleanup and dedup mutation generation
* Mutator and Generator where merged.
* A single pass over all duplications was made.
* It is clear a specific handles?(node) code for finding mutators
  is needed. Like virtus does for attributes, should also cache.
* Does not pass on 1.9 mode currently as blocks are unexpectly parsed
  differend when it comes to a series of literal booleans.
2012-07-31 04:00:05 +02:00
..
abstract_range.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
array_literal.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
block.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
boolean.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
dynamic_string.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
empty_array.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
false_literal.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
fixnum_literal.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
float_literal.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
hash_literal.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
range.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
range_exclude.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
regex_literal.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
string_literal.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
symbol_literal.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00
true_literal.rb Cleanup and dedup mutation generation 2012-07-31 04:00:05 +02:00