Confusing coverage result: Uncovered end of block on if
statement
#3455
Labels
[C] Bug
This is a bug. Something isn't working.
[E] User Experience
An UX enhancement for an existing feature. Including deprecation of an existing one.
[F] Spurious Failure
Issues that cause Kani verification to fail despite the code being correct.
Z-UnstableFeature
Issues that only occur if a unstable feature is enabled
We noticed a confusing coverage result in #3119 where, for the code
we get the result
It's not clear to me why this is happening. It's also strange that no region is associated to
if x > 3
here. Maybe it's due to an artifact introduced by the closure?The text was updated successfully, but these errors were encountered: