Skip to main content

Module control

Module control 

Source
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§

ControlDecision
Decision returned by control_integrity.

Functions§

control_integrity
Computes the control-integrity modifier for a probe pair carrying an optional canonical.