Module: SimpleCov::Formatter::AIFormatter::Constants
- Extended by:
- T::Sig
- Defined in:
- lib/simplecov-ai/constants.rb
Overview
Houses globally shared constant values utilized across the AI formatter suite to prevent magic string duplication and establish a single source of truth.
Constant Summary collapse
- PERFECT_COVERAGE_PERCENT =
The explicit value used to designate a file or coverage block as perfectly covered.
T.let(100.0, Float)
- NOCOV_DIRECTIVE =
The directive typically employed within comments to force coverage engines to bypass execution tracking.
T.let(':nocov:', String)