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

ben-manes / caffeine / #2526
100%

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

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

Jobs
ID Job ID Ran Files Coverage
1 #2526.1 29 Nov 2020 07:04AM UTC 0
93.31
Source Files on build #2526
Detailed source file information is not available for this build.
  • Back to Repo
  • 64b50b6a on github
  • Prev Build on master
  • Next Build on master
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