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

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

Build:
Build:
LAST BUILD BRANCH: v3.dev
DEFAULT BRANCH: master
Ran 26 Apr 2026 09:24PM 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

26 Apr 2026 08:42PM UTC coverage: 100.0%. Remained the same
#5410

push

github

ben-manes
Fix value identity in values().remove; widen hill-climber counters

values().remove(o) for weak/soft value caches now uses identity
equivalence (matching IdentityHashMap's semantics) rather than Guava's
accidental equals-based behavior (inherited from AbstractCollection).

hitsInSample and missesInSample widen from int to long to avoid
counters overflowing before the hill climber reset triggered, leaving
requestCount stuck negative and permanently disabling adjustment.

Expanded the internal consistency checks in the test assertions for a
more thorough verification.

3923 of 3930 branches covered (99.82%)

3 of 3 new or added lines in 1 file covered. (100.0%)

8018 of 8018 relevant lines covered (100.0%)

1.0 hits per line

Jobs
ID Job ID Ran Files Coverage
1 #5410.1 26 Apr 2026 09:24PM UTC 78
100.0
Source Files on build #5410
  • Tree
  • List 78
  • Changed 1
  • Source Changed 1
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • 8a9f364c 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