struct Crytic::Mutation::Result

Defined in:

crytic/mutation/result.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(status : Status, mutant : Mutant::Mutant, diff : String, output : String) #

Instance Method Detail

def clone #

def copy_with(status _status = @status, mutant _mutant = @mutant, diff _diff = @diff, output _output = @output) #

def covered?(*args, **options) #

def covered?(*args, **options, &) #

def diff : String #

def errored?(*args, **options) #

def errored?(*args, **options, &) #

def location : Crystal::Location #

def mutant : Mutant::Mutant #

def mutant_name #

def mutated_file : String #

def output : String #

def status : Status #

def timeout?(*args, **options) #

def timeout?(*args, **options, &) #

def uncovered?(*args, **options) #

def uncovered?(*args, **options, &) #