free_mutant/lib/mutant/mutator/node
Markus Schirp 30884c22a2 Remove literal array mutation that adds an element
It turns out this mutation is not "universal". Meaning not in all
scenarios this extra element triggers an edge case the specs have to
cover.
2013-07-08 17:57:25 +02:00
..
literal Remove literal array mutation that adds an element 2013-07-08 17:57:25 +02:00
send Fix propagation of splat args 2013-06-21 16:18:12 +02:00
argument.rb Fix generation of invalid ast via parent tracking 2013-06-24 22:10:40 +02:00
arguments.rb Break up some complex methods 2013-06-15 17:16:34 +02:00
assignment.rb Guard lvasgn value visiting for mlhs case 2013-07-05 03:02:16 +02:00
begin.rb Move nil body mutation to parent nodes 2013-07-05 03:03:33 +02:00
block.rb Move nil body mutation to parent nodes 2013-07-05 03:03:33 +02:00
case.rb Use Enumerabe#one? predicate 2013-06-23 22:41:55 +02:00
define.rb Move nil body mutation to parent nodes 2013-07-05 03:03:33 +02:00
generic.rb Simplify generic mutator 2013-07-05 19:17:17 +02:00
if.rb Use child nameing in if mutator 2013-06-21 15:07:40 +02:00
literal.rb Port literal float emitter to parser 2013-06-14 21:12:09 +02:00
masgn.rb Handle masgn outside of generic mutator 2013-07-05 13:48:13 +02:00
mlhs.rb Add missing scope descriptions 2013-06-15 17:13:24 +02:00
return.rb Use child nameing in return mutator 2013-06-21 15:34:00 +02:00
send.rb Fix invalid ast generation on index sends 2013-06-22 17:53:12 +02:00
super.rb Port super mutator to parser 2013-06-14 21:12:10 +02:00
when.rb Port case mutations to parser 2013-06-14 21:12:09 +02:00
while.rb Readd missing while body mutation 2013-07-05 03:09:07 +02:00