Packages

Property-based testing and metamorphic testing combinator library for Gleam

Current section

Files

Jump to
metamon include metamon@coverage_Requirement.hrl
Raw

include/metamon@coverage_Requirement.hrl

-record(requirement, {
label :: binary(),
kind :: metamon@coverage:requirement_kind(),
hits :: integer()
}).