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

ben-manes / caffeine / #2918 / 1
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 24 Apr 2022 08:46AM UTC
Files 75
Run time 6s
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

24 Apr 2022 06:34AM UTC coverage: 96.208% (+0.03%) from 96.181%
#2918.1

push

github-actions

ben-manes
bug fixes during coverage audit

Mining the code coverage report for ideas on new test cases led to
discovering 3 unreported bugs.

1. When performing a conditional replace on an unbounded cache, the new
value was supplied to the removal listener. The intent is for the old
value to be sent.
2. When computing an entry that replaces one that is evictable but not
yet removed from the underlying map, the associated removal notification
was not always published.
3. During Map#equals the traversal may remove entries pending eviction.
If the subset of live entries are equivalent then it could incorrectly
return true. Instead when an eviction is triggered then the size
prescreen is no longer accurate and should return false.

6851 of 7121 relevant lines covered (96.21%)

0.96 hits per line

Source Files on job #2918.1
  • Tree
  • List 0
  • Changed 6
  • Source Changed 6
  • Coverage Changed 5
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2918
  • 39a7adbb on github
  • Prev Job for on v3.dev (##2917.1)
  • Next Job for on v3.dev (##2921.1)
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