Summary
Types
@type t() :: %Muta.Report{ files: [Path.t()], invalid: non_neg_integer(), killed: non_neg_integer(), mutants: [Muta.Mutant.t()], score: float(), survived: non_neg_integer(), unstable: non_neg_integer() }
Functions
@spec from_mutants([Muta.Mutant.t()], [Path.t()]) :: t()
@spec survivors(t()) :: [Muta.Mutant.t()]
@spec unstable(t()) :: [Muta.Mutant.t()]