• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

vbpf / prevail / 28621100060
86%

Build:
DEFAULT BRANCH: main
Ran 02 Jul 2026 09:08PM UTC
Jobs 2
Files 79
Run time 1min
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

02 Jul 2026 08:57PM UTC coverage: 86.475% (+0.06%) from 86.411%
28621100060

push

github

web-flow
Fix unsound signed-division interval abstraction (#1158)

* Fix unsound signed-division interval abstraction

Interval::sdiv and operator/ adjusted the dividend by +1-divisor (or
+divisor+1) before dividing corners, in the branch where neither operand
contains zero. Because Number::operator/ truncates toward zero (matching
eBPF SDIV), this adjustment produced a floored-division hull that could be
disjoint from the true quotient set for a negative dividend and a
non-singleton divisor. For example -8 s/ [5,6] was modeled as [-2,-2] while
the true result is -1, so a subsequent branch guarded by the real value was
judged infeasible and its (reachable) path went unverified.

Truncated division is monotone in each argument on a sign-consistent box, so
the extreme quotients occur at the corners. Divide the original corners
directly in sdiv and operator/; positive and negative/negative boxes were
already exact and are unchanged. udiv keeps the existing adjustment (its
operands are non-negative, so it is unaffected).

* test: cover positive-dividend / negative-divisor signed division

Rounds out sign-combination coverage for the corner-extrema logic, per
automated review feedback.

---------

Signed-off-by: Elazar Gershuni <elazarg@gmail.com>
Co-authored-by: Claude Fable 5 <noreply@anthropic.com>

8 of 8 new or added lines in 1 file covered. (100.0%)

2 existing lines in 1 file now uncovered.

9143 of 10573 relevant lines covered (86.47%)

6473387.76 hits per line

Coverage Regressions

Lines Coverage ∆ File
2
78.43
2.56% src/crab/interval.cpp
Jobs
ID Job ID Ran Files Coverage
1 run-Debug - 28621100060.1 02 Jul 2026 10:01PM UTC 79
84.74
GitHub Action Run
2 run-Release - 28621100060.2 02 Jul 2026 09:08PM UTC 79
85.56
GitHub Action Run
Source Files on build 28621100060
  • Tree
  • List 79
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • ae3a0ea6 on github
  • Prev Build on main (#28332345478)
  • Next Build on main (#28621240250)
  • Delete
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc