Structured metadata/reduction replay assurance report.
Summary
Types
@type t() :: %Theoria.Kernel.MetadataReplayReport{ checked: non_neg_integer(), failures: [term()], sources: %{required(atom()) => non_neg_integer()} }
Functions
@spec checked(t()) :: non_neg_integer()
@spec failure_count(t()) :: non_neg_integer()
@spec new([{atom(), non_neg_integer(), [term()]}]) :: t()
@spec source_count(t(), atom()) :: non_neg_integer()