Sha256: d06102ed6b9a4628bdb40d60675319f2a5aa18573b9ac0461f9e0e1707121ad7

Contents?: true

Size: 581 Bytes

Versions: 23

Compression:

Stored size: 581 Bytes

Contents

# encoding: utf-8

Mutant::Meta::Example.add do
  source '10.0'

  singleton_mutations

  # edge cases
  mutation '0.0'
  mutation '1.0'
  mutation '(0.0 / 0.0)'
  mutation '(1.0 / 0.0)'
  mutation '(-1.0 / 0.0)'

  # negative
  mutation '-10.0'
end

Mutant::Meta::Example.add do
  source '0.0'

  singleton_mutations
  mutation '1.0'
  mutation '(0.0 / 0.0)'
  mutation '(1.0 / 0.0)'
  mutation '(-1.0 / 0.0)'
end

Mutant::Meta::Example.add do
  source '-0.0'

  singleton_mutations
  mutation '1.0'
  mutation '(0.0 / 0.0)'
  mutation '(1.0 / 0.0)'
  mutation '(-1.0 / 0.0)'
end

Version data entries

23 entries across 23 versions & 1 rubygems

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