abstract class Crytic::Mutant::Possibilities

Overview

An instance of this marks the possibility of a mutation at a certain code location.

Direct Known Subclasses

Defined in:

crytic/mutant/possibilities.cr

Instance Method Summary

Instance Method Detail

def empty? #

True if there aren't any locations found.


[View source]
def locations : Array(Crytic::Mutant::FullLocation) #

[View source]
def reset #

Clears the locations in this instance.


[View source]
def visit(node : Crystal::ASTNode) #

[View source]