Summary
Types
@type t() :: %Muta.Mutation{ at: non_neg_integer(), file: Path.t(), line: pos_integer(), mutated: String.t(), mutator: module(), original: String.t(), replacement: Macro.t() }
@type t() :: %Muta.Mutation{ at: non_neg_integer(), file: Path.t(), line: pos_integer(), mutated: String.t(), mutator: module(), original: String.t(), replacement: Macro.t() }