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

futpib / parser / 19787282870
91%

Build:
DEFAULT BRANCH: master
Ran 29 Nov 2025 05:55PM UTC
Jobs 1
Files 95
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

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

Uncovered Existing Lines

Lines Coverage ∆ File
2
94.92
-5.08% build/arbitrarilySlicedAsyncInterable.js
3
92.61
0.56% build/dalvikExecutableUnparser/sectionUnparsers.js
6
99.11
-0.89% build/arbitraryDalvikBytecode.js
6
95.29
2.98% build/dalvikBytecodeUnparser/formatUnparsers.js
7
99.06
-0.5% build/dalvikBytecodeParser.js
8
87.8
-2.44% build/dalvikBytecodeParser/formatParsers.js
12
86.96
4.48% build/regexpParser.js
18
85.92
-0.06% build/dalvikBytecodeUnparser.js
Jobs
ID Job ID Ran Files Coverage
1 19787282870.1 29 Nov 2025 05:55PM UTC 95
93.35
GitHub Action Run
Source Files on build 19787282870
  • Tree
  • List 95
  • Changed 13
  • Source Changed 1
  • Coverage Changed 13
Coverage ∆ File Lines Relevant Covered Missed Hits/Line Branch Hits Branch Misses
  • Back to Repo
  • Github Actions Build #19787282870
  • 886e7fcd on github
  • Prev Build on master (#19774946477)
  • Next Build on master (#19788279768)
  • Delete
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