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

kaidokert / fixed-bigint-rs / 29697162226
97%

Build:
DEFAULT BRANCH: main
Ran 19 Jul 2026 05:37PM UTC
Jobs 1
Files 45
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

19 Jul 2026 05:36PM UTC coverage: 97.889%. Remained the same
29697162226

push

github

web-flow
Align BitAnd to max(len) — width-preservation audit fix (#155)

* Align BitAnd/BitAndAssign to max(len), consistent with the other binary ops

Width-preservation audit finding. BitAnd/BitAndAssign resolved at min(a.len,
b.len) while every other binary op (add/sub/mul, BitOr, BitXor, div/rem) uses
max(len). For equal-width operands min == max, so value-based tests never
caught it — but for mixed widths AND returned a narrower result than its
siblings, so a following width-sensitive op (Not, count_zeros, swap_bytes)
would observe a different width. Above min(len) the shorter operand's zero-tail
forces the AND to zero, so widening to max is value-identical, just at the
consistent operand width. Updated the module docs and the three tests that
pinned the old min behavior.

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

4638 of 4738 relevant lines covered (97.89%)

6148.26 hits per line

Jobs
ID Job ID Ran Files Coverage
1 29697162226.1 19 Jul 2026 05:37PM UTC 45
97.89
GitHub Action Run
Source Files on build 29697162226
  • Tree
  • List 45
  • Changed 2
  • Source Changed 2
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Github Actions Build #29697162226
  • e79e4235 on github
  • Prev Build on main (#29695007441)
  • Next Build on main (#29697383625)
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