Reach.Map.ModuleCoupling (Reach v2.8.1)

Copy Markdown View Source

Struct for per-module coupling detail.

Summary

Types

t()

@type t() :: %Reach.Map.ModuleCoupling{
  afferent: non_neg_integer(),
  efferent: non_neg_integer(),
  file: String.t() | nil,
  instability: float(),
  name: String.t()
}

Functions

new(attrs)