struct Crytic::Mutation::Result
- Crytic::Mutation::Result
- Struct
- Value
- Object
Defined in:
crytic/mutation/result.crConstructors
Instance Method Summary
- #clone
- #copy_with(status _status = @status, mutant _mutant = @mutant, diff _diff = @diff, output _output = @output)
- #covered?(*args, **options)
- #covered?(*args, **options, &)
- #diff : String
- #errored?(*args, **options)
- #errored?(*args, **options, &)
- #location : Crystal::Location
- #mutant : Mutant::Mutant
- #mutant_name
- #mutated_file : String
- #output : String
- #status : Status
- #timeout?(*args, **options)
- #timeout?(*args, **options, &)
- #uncovered?(*args, **options)
- #uncovered?(*args, **options, &)
Constructor Detail
Instance Method Detail
def copy_with(status _status = @status, mutant _mutant = @mutant, diff _diff = @diff, output _output = @output)
#