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

ben-manes / caffeine / #5363
100%

Build:
DEFAULT BRANCH: master
Ran 01 Apr 2026 01:12AM UTC
Jobs 1
Files 78
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

31 Mar 2026 10:25PM UTC coverage: 99.823%. Remained the same
#5363

push

github

ben-manes
Fix TimerWheel zero-boundary handling and async expiration delay

Fix advance() to correctly expire timers when nanoTime() crosses from
negative to zero by using separate variables for delta computation
(compensated) and bucket scanning (raw), and changing the compensation
condition from > 0 to >= 0. Fix expire() to clamp delta in long space
before narrowing to int, preventing silent no-op on large deltas. Fix
getExpirationDelay() to clamp async computing entries' negative age to
zero, preventing ~220-year scheduler delays (aedile#49).

3861 of 3876 branches covered (99.61%)

18 of 18 new or added lines in 2 files covered. (100.0%)

7907 of 7921 relevant lines covered (99.82%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5363.1 01 Apr 2026 01:12AM UTC 78
99.82
Source Files on build #5363
  • Tree
  • List 78
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • b7e10e34 on github
  • Prev Build on master
  • Next Build on master
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