Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Judgment mixed at crates/formality-coverage/tests/scrape.rs:115

Signature:

mixed(x: u32) => ()

The number on each rule’s conclusion is positive coverage; the number on each premise is negative coverage. Click a number to browse the tests.

kitchen sink
LineCoverageSource
120N/A(let y = x)
121(if y > 0)
122(if let Some(z) = thing)
123(sub_judgment(y) => ())
──────── ("kitchen sink")
125(mixed(x) => ())
fallible let
LineCoverageSource
129(let y = x?)
──────── ("fallible let")
131(mixed(x) => ())
all infallible
LineCoverageSource
135N/A(let y = x)
──────── ("all infallible")
137(mixed(x) => ())