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 prove_thing at crates/formality-coverage/tests/scrape.rs:37

Signature:

prove_thing(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.

positive
LineCoverageSource
43(if x > 0)
──────── ("positive")
45(prove_thing(x) => ())
zero
LineCoverageSource
49(if x == 0)
──────── ("zero")
51(prove_thing(x) => ())