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

JayBizzle / Crawler-Detect / 25689254814
100%

Build:
DEFAULT BRANCH: master
Ran 11 May 2026 06:28PM UTC
Jobs 1
Files 5
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

11 May 2026 06:27PM UTC coverage: 100.0%. Remained the same
25689254814

push

github

web-flow
Drop unused capture group and memoize compiled regex (#605)

The outer parentheses around the alternation produced a capturing group
whose backreference was never read — preg_match's $matches[0] returns
the full match regardless. Switched to (?:...) so PCRE doesn't have to
allocate the group.

Also added a process-wide static cache for the compiled pattern string,
keyed by hash of the pattern list. Repeated `new CrawlerDetect` calls
(common in per-request frameworks) now skip the implode of the
~1500-entry crawler list after the first instance.

Co-authored-by: Claude Opus 4.7 (1M context) <noreply@anthropic.com>

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

43 of 43 relevant lines covered (100.0%)

14.72 hits per line

Jobs
ID Job ID Ran Files Coverage
1 25689254814.1 11 May 2026 06:28PM UTC 5
100.0
GitHub Action Run
Source Files on build 25689254814
  • Tree
  • List 5
  • Changed 1
  • Source Changed 0
  • Coverage Changed 1
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Repo
  • c617d86c on github
  • Prev Build on master (#25689206394)
  • Next Build on master (#25689660134)
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