Certitudo.Forma.Module (certitudo v0.1.0)

Copy Markdown View Source

A module entry inside a coverage conspectus.

Summary

Types

t()

@type t() :: %Certitudo.Forma.Module{
  coverage_percent: float() | nil,
  covered_lines: non_neg_integer() | nil,
  executable_lines: non_neg_integer() | nil,
  lines: [Certitudo.Forma.Line.t()],
  name: binary(),
  source: binary() | nil,
  source_sha256: binary() | nil,
  source_size: non_neg_integer() | nil
}