Sha256: e1af785edebfea2ab600450208ba9dd76ea201fe6bdb1c90dcb79d4dec0480d6
Contents?: true
Size: 438 Bytes
Versions: 6
Compression:
Stored size: 438 Bytes
Contents
Mutant::Meta::Example.add :begin do source 'true; false' # Mutation of each statement in block mutation 'true; true' mutation 'false; false' mutation 'nil; false' mutation 'true; nil' # Delete each statement mutation 'true' mutation 'false' end Mutant::Meta::Example.add :begin do source s(:begin, s(:true)) # Mutation of each statement in block mutation s(:begin, s(:nil)) mutation s(:begin, s(:false)) end
Version data entries
6 entries across 6 versions & 1 rubygems
Version | Path |
---|---|
mutant-0.8.16 | meta/begin.rb |
mutant-0.8.15 | meta/begin.rb |
mutant-0.8.14 | meta/begin.rb |
mutant-0.8.13 | meta/begin.rb |
mutant-0.8.12 | meta/begin.rb |
mutant-0.8.11 | meta/begin.rb |