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

ben-manes / caffeine / #2915
100%
master: 100%

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 24 Apr 2022 05:06AM UTC
Jobs 1
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

pending completion
#2915

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.

6850 of 7123 relevant lines covered (96.17%)

0.96 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #2915.1 24 Apr 2022 05:06AM UTC 0
96.17
Source Files on build #2915
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2915
  • af8a9da5 on github
  • Prev Build on v3.dev
  • Next Build on v3.dev
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