/** * graph:high-blast-untested predicate & severity-ladder tests. * * Predicate: `blast.score >= warn && !testReachable`. The banding LOGIC * (`>= error` → high; `[warn, error)` → medium; `< warn` → nothing) is tested * against EXPLICIT thresholds so it stays valid when the defaults are tuned; a * separate case locks the shipped defaults (warn 75 / error 150). ABSOLUTE * thresholds, never percentile (ADR-0001). A test-reachable or low-blast * function emits nothing; the rule emits nothing when the feature table is * absent (no in-rule recompute). */ export {}; //# sourceMappingURL=high-blast-untested.test.d.ts.map