Theoria.Kernel.TheoremModuleReport (theoria v0.6.0)

Copy Markdown View Source

Experimental theorem-module assurance summary for Theoria 0.5 reports.

The shape may change before 1.0.

Summary

Types

t()

@type t() :: %Theoria.Kernel.TheoremModuleReport{
  checks: non_neg_integer(),
  failures: [term()],
  module: module(),
  replay_checks: non_neg_integer(),
  replay_skipped: non_neg_integer()
}

Functions

failure_count(theorem_module_report)

@spec failure_count(t()) :: non_neg_integer()

ok?(theorem_module_report)

@spec ok?(t()) :: boolean()

total_checks(report)

@spec total_checks(t()) :: non_neg_integer()