Module: Henitai::MutantHistoryStore::VerdictCache
- Included in:
- Henitai::MutantHistoryStore
- Defined in:
- lib/henitai/mutant_history_store/verdict_cache.rb,
sig/henitai.rbs
Overview
Verdict-cache column handling for the incremental (--incremental)
reuse feature. Mixed into Henitai::MutantHistoryStore.
Constant Summary collapse
- CACHEABLE_STATUSES =
The reusable verdicts: hashes are persisted for killed and survived mutants only; every other status stays NULL and always re-executes.
%w[killed survived].freeze