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

bassim / super-expressive-php / 20855458951
93%
master: 93%

Build:
Build:
LAST BUILD BRANCH: feature/regex-parser
DEFAULT BRANCH: master
Ran 09 Jan 2026 02:42PM UTC
Jobs 1
Files 3
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

09 Jan 2026 02:42PM UTC coverage: 91.757% (-1.5%) from 93.29%
20855458951

Pull #13

github

bassim
Add lookahead and lookbehind support to RegexParser

New supported patterns:
- Positive lookahead: (?=...)  -> assertAhead()
- Negative lookahead: (?!...)  -> assertNotAhead()
- Positive lookbehind: (?<=...) -> assertBehind()
- Negative lookbehind: (?<!...) -> assertNotBehind()

Added 6 new tests for the lookahead/lookbehind functionality.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Pull Request #13: Add RegexParser to convert regex strings to SuperExpressive code

415 of 460 new or added lines in 2 files covered. (90.22%)

846 of 922 relevant lines covered (91.76%)

13.62 hits per line

New Missed Lines in Diff

Lines Coverage ∆ File
2
85.71
src/RegexParseException.php
43
90.36
src/RegexParser.php
Jobs
ID Job ID Ran Files Coverage
1 20855458951.1 09 Jan 2026 02:42PM UTC 3
91.76
GitHub Action Run
Source Files on build 20855458951
  • Tree
  • List 3
  • Changed 0
  • Source Changed 0
  • Coverage Changed 0
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • Pull Request #13
  • PR Base - master (#20850815528)
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