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

vbpf / prevail / 26403522463
86%

Build:
DEFAULT BRANCH: main
Ran 25 May 2026 01:53PM 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

25 May 2026 01:41PM UTC coverage: 86.439% (-0.02%) from 86.456%
26403522463

push

github

elazarg
Extract Extrapolator to own the fixpoint iteration policy

Introduce an Extrapolator class (src/crab/) that encapsulates the entire
fixpoint acceleration strategy: ascending with widening, descending with
narrowing, convergence checks, and constant-limits clamping.

The Extrapolator is constructed once per analysis as an immutable strategy
object. Its single entry point, compute_fixpoint(initial, step), runs both
phases internally — the iterator provides a step function and receives the
converged invariant. All per-cycle state (iteration counters, current
invariant) is local to compute_fixpoint.

The iterator's cycle handler reduces to:
  converged = _extrapolator.compute_fixpoint(initial, run_cycle_body);

EbpfDomain::widen loses its policy parameters (to_constants, context,
loop_counters) and becomes a pure domain widening operation.

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
Signed-off-by: Elazar Gershuni <elazarg@gmail.com>

46 of 50 new or added lines in 4 files covered. (92.0%)

2 existing lines in 1 file now uncovered.

8924 of 10324 relevant lines covered (86.44%)

6844913.76 hits per line

Uncovered Changes

Lines Coverage ∆ File
3
93.33
-1.57% src/fwd_analyzer.cpp
1
96.15
src/crab/extrapolator.cpp

Coverage Regressions

Lines Coverage ∆ File
2
93.33
-1.57% src/fwd_analyzer.cpp
Jobs
ID Job ID Ran Files Coverage
1 run-Debug - 26403522463.1 25 May 2026 02:51PM UTC 79
84.67
GitHub Action Run
2 run-Release - 26403522463.2 25 May 2026 01:52PM UTC 79
85.56
GitHub Action Run
Source Files on build 26403522463
  • Tree
  • List 79
  • Changed 3
  • Source Changed 0
  • Coverage Changed 3
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • fa8364c1 on github
  • Prev Build on main (#26372764981)
  • Next Build on main (#26423712581)
  • 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