Struct for per-module coupling detail.
Summary
Types
@type t() :: %Reach.Map.ModuleCoupling{ afferent: non_neg_integer(), efferent: non_neg_integer(), file: String.t() | nil, instability: float(), name: String.t() }
Struct for per-module coupling detail.
@type t() :: %Reach.Map.ModuleCoupling{ afferent: non_neg_integer(), efferent: non_neg_integer(), file: String.t() | nil, instability: float(), name: String.t() }