Expand description
Control-integrity gate for evidence modifiers.
Detects when a route-mutating technique (case_normalize, trailing_slash) destroyed the
intended baseline reference. The runner issues a pre-flight canonical (unmutated) baseline
alongside the mutated pair; if the canonical succeeds (2xx) but the mutated baseline fails,
the mutation broke routing — the resulting status-equality Contradictory is invalid and the
outcome must downgrade to Inapplicable(MutationDestroyedControl).
Enums§
- Control
Decision - Decision returned by
control_integrity.
Functions§
- control_
integrity - Computes the control-integrity modifier for a probe pair carrying an optional canonical.