Sha256: 3d27b34c7ad7842d62e02eb05d7c54e6cabe64205e211393b25833685eb51e80

Contents?: true

Size: 664 Bytes

Versions: 23

Compression:

Stored size: 664 Bytes

Contents

# encoding: utf-8

Mutant::Meta::Example.add do
  source 'while true; foo; bar; end'

  singleton_mutations
  mutation 'while true; self; bar; end'
  mutation 'while true; foo; self; end'
  mutation 'while true; bar; end'
  mutation 'while true; foo; end'
  mutation 'while true; end'
  mutation 'while false; foo; bar; end'
  mutation 'while nil;   foo; bar; end'
  mutation 'while true;  foo; nil; end'
  mutation 'while true;  nil; bar; end'
  mutation 'while true;  raise; end'
end

Mutant::Meta::Example.add do
  source 'while true; end'

  singleton_mutations
  mutation 'while true; raise; end'
  mutation 'while false; end'
  mutation 'while nil; end'
end

Version data entries

23 entries across 23 versions & 1 rubygems

Version Path
mutant-0.7.8 meta/while.rb
mutant-0.7.7 meta/while.rb
mutant-0.7.6 meta/while.rb
mutant-0.7.5 meta/while.rb
mutant-0.7.4 meta/while.rb
mutant-0.7.3 meta/while.rb
mutant-0.7.2 meta/while.rb
mutant-0.7.1 meta/while.rb
mutant-0.6.7 meta/while.rb
mutant-0.6.6 meta/while.rb
mutant-0.6.5 meta/while.rb
mutant-0.6.4 meta/while.rb
mutant-0.6.3 meta/while.rb
mutant-0.6.2 meta/while.rb
mutant-0.6.0 meta/while.rb
mutant-0.5.26 meta/while.rb
mutant-0.5.25 meta/while.rb
mutant-0.5.24 meta/while.rb
mutant-0.5.23 meta/while.rb
mutant-0.5.22 meta/while.rb