Struct for a per-function effect classification row.
Summary
Types
@type t() :: %Reach.Map.EffectRow{ count: non_neg_integer(), effect: Reach.Effects.effect(), ratio: float() }
Struct for a per-function effect classification row.
@type t() :: %Reach.Map.EffectRow{ count: non_neg_integer(), effect: Reach.Effects.effect(), ratio: float() }