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)
- #diff : String
- #location
- #mutant : Mutant::Mutant
- #mutant_name
- #status : Status
Constructor Detail
Instance Method Detail
def copy_with(status _status = @status, mutant _mutant = @mutant, diff _diff = @diff)
#