plumbapius v0.13.0 Plumbapius.Coverage.Report

Link to this section Summary

Link to this section Types

Link to this type

ignore_pattern()

Specs

ignore_pattern() ::
  {method :: String.t() | atom(), path :: String.t() | Regex.t(),
   status :: pos_integer() | :all}

Specs

Link to this section Functions

Link to this function

coverage(report)

Specs

coverage(t()) :: float()
Link to this function

ignore(report, patterns)

Specs

ignore(t(), [ignore_pattern()]) :: t()
Link to this function

multi_choice_coverage(report)

Specs

multi_choice_coverage(t()) :: float()
Link to this function

new(schema, covered_cases)

Specs