Real produced/consumed/missing/remaining token counts and the derived fitness.
Summary
Types
@type t() :: %Ex4pm.Engine.Conformance.TokenReplay.ReplayResult{ consumed: non_neg_integer(), fitness: float(), missing: non_neg_integer(), produced: non_neg_integer(), remaining: non_neg_integer() }