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

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

Build:
DEFAULT BRANCH: master
Ran 29 Nov 2020 07:04AM UTC
Files 77
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

29 Nov 2020 06:00AM UTC coverage: 93.309% (+0.1%) from 93.19%
#2526.1

push

other

ben-manes
fix simulator's bloom filter table minumum sizing

The table index is calculated by shifting the hashed value. As no
modulus is applied, the negation bit may lead the minimum index
to be 0 or 1, while the table size is one. Either the index has
to be modulated (via a mask) or the smallest table should be 2
to avoid this off-by-one error. Increasing the minimum allows for
simplifying the code.

6234 of 6681 relevant lines covered (93.31%)

0.93 hits per line

Source Files on job #2526.1
  • Tree
  • List 0
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 2526
  • 64b50b6a on github
  • Prev Job for on master (##2525.1)
  • Next Job for on master (##2527.1)
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