Variables

DECLINED_VERDICT

Variable: DECLINED_VERDICT

const DECLINED_VERDICT: "declined" = 'declined'

Defined in: src/core/runbook/verdicts.ts:76

The reserved verdict word for "no classification was reached" — rows carrying it are counted into the coverage ledger as not-checked ground (the three-outcome honesty: reached, reached-and-clear, DECLINED).

On this page