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

ben-manes / caffeine / #2919
100%

Build:
DEFAULT BRANCH: master
Ran 24 Apr 2022 09:22AM 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
#2919

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

Jobs
ID Job ID Ran Files Coverage
1 #2919.1 24 Apr 2022 09:22AM UTC 0
96.21
Source Files on build #2919
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #2919
  • 39a7adbb on github
  • Prev Build on master
  • Next Build on master
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE TRIAL · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc