Commit graph

3 commits

Author SHA1 Message Date
Markus Schirp
a707027197 Use multiple lines for complex guard 2013-07-05 03:03:56 +02:00
Markus Schirp
93da846051 Add guard to ensure generic mutator only visits nodes 2013-07-05 01:32:13 +02:00
Markus Schirp
4211dfa444 Refactor noop into generic mutator
A generic mutator does delegate mutations to children. The generic
mutator does not know any type specific semantics. For this reason he
cannot do deletion, reordering or anything more sophisticated than
visiting children.

But still it should result in a TON of more mutations!
2013-07-05 01:21:07 +02:00
Renamed from lib/mutant/mutator/node/noop.rb (Browse further)