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

vbpf / prevail / 28866055625
87%

Build:
DEFAULT BRANCH: main
Ran 07 Jul 2026 12:38PM 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

07 Jul 2026 12:27PM UTC coverage: 86.529% (+0.01%) from 86.515%
28866055625

push

github

elazarg
Flip infinite bound sign in ExtendedNumber signed division

ExtendedNumber::AbsDiv returned the dividend's own infinity unchanged when
dividing an infinite bound by a finite divisor, so -oo / (negative) yielded
-oo instead of +oo. The signed-singleton path (divide_bound_by_negative_
singleton) already negates infinite bounds, confirming the intended semantics.

Thread a flip flag so only signed operator/ flips the infinity sign by the
divisor sign. Modulo keeps the dividend's infinity (its magnitude is bounded,
so the sign is the conservative choice) and the unsigned udiv/urem treat the
divisor as unsigned (never negative), so those are deliberately left unchanged.

Add a direct ExtendedNumber test covering both division sign flips and the
unchanged modulo convention; the eBPF interval callers only pass finite
width-limited intervals, so this primitive is otherwise untested.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CsnGgfCt3qNBW1Wk8BPPjQ
Signed-off-by: Elazar Gershuni <elazarg@gmail.com>

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

9147 of 10571 relevant lines covered (86.53%)

6474447.54 hits per line

Jobs
ID Job ID Ran Files Coverage
1 run-Debug - 28866055625.1 07 Jul 2026 01:37PM UTC 79
84.8
GitHub Action Run
2 run-Release - 28866055625.2 07 Jul 2026 12:38PM UTC 79
85.62
GitHub Action Run
Source Files on build 28866055625
  • Tree
  • List 79
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • d7ab4b31 on github
  • Prev Build on main (#28865547083)
  • Next Build on main (#28866098469)
  • 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