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

futpib / parser / 19787282870

29 Nov 2025 05:50PM UTC coverage: 93.351% (+0.06%) from 93.291%
19787282870

push

github

futpib
Fix regexp parser failing on certain input lengths

The windowing algorithm would miss certain input lengths when the regex
required all characters to match. When hitting end of input, it halved
the window but never tried the exact input length.

The fix uses binary search to find the actual input length when first
detecting end of input, then immediately tries matching against the
full input before continuing with shorter matches.

2926 of 3182 branches covered (91.95%)

Branch coverage included in aggregate %.

12729 of 13588 relevant lines covered (93.68%)

390914.67 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

99.11
/build/arbitraryDalvikBytecode.js


Source Not Available

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