Skip to main content

Module explain

Module explain 

Source
Expand description

Build a full scoring matrix for the why command.

Mirrors pipeline::detect_deviations but emits every (rule, function, golden) score — including matches above threshold and ignored functions — so callers can render the full reasoning behind a deviation/conform call.

Structs§

WhyMatch
WhyReport

Enums§

ExplainError
WhyEntry

Functions§

build_why_report
Build the per-(rule, func, golden) scoring matrix for target_file. entries is empty when no rule’s applyTo glob matched the file — callers should treat that as the “no rule matches” case.