Packages

Property-based testing and metamorphic testing combinator library for Gleam

Current section

Files

Jump to
metamon include metamon@coverage_Snapshot.hrl
Raw

include/metamon@coverage_Snapshot.hrl

-record(snapshot, {
total :: integer(),
counts :: gleam@dict:dict(binary(), integer()),
requirements :: list(metamon@coverage:requirement()),
collected :: gleam@dict:dict(binary(), integer())
}).