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) #

[View source]

Instance Method Detail

def clone #

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

[View source]
def covered?(*args, **options) #

[View source]
def covered?(*args, **options, &) #

[View source]
def diff : String #

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

[View source]
def errored?(*args, **options, &) #

[View source]
def location : Crystal::Location #

[View source]
def mutant : Mutant::Mutant #

def mutant_name #

[View source]
def mutated_file : String #

[View source]
def output : String #

def status : Status #

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

[View source]
def timeout?(*args, **options, &) #

[View source]
def uncovered?(*args, **options) #

[View source]
def uncovered?(*args, **options, &) #

[View source]