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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 24 Apr 2022 05:16AM UTC
Files 75
Run time 5s
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 03:14AM UTC coverage: 96.195% (+0.03%) from 96.167%
#2916.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 remove 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.

6852 of 7123 relevant lines covered (96.2%)

0.96 hits per line

Source Files on job #2916.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2916
  • 22385766 on github
  • Prev Job for on v3.dev (##2915.1)
  • Next Job for on v3.dev (##2917.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