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