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

briandfoy / PerlPowerTools / 9319175449
62%

Build:
DEFAULT BRANCH: master
Ran 31 May 2024 01:48PM 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

31 May 2024 01:45PM UTC coverage: 76.483%. Remained the same
9319175449

push

github

web-flow
grep: disable regex search for fgrep mode (#630)

* Move regex code for -v flag down to avoid modifying patterns list for fixed-string mode (-F)
* Fold patterns list to lowercase for -i flag and perform substring match against lc(LINE) with index()
* For -v mode (negated match), test for index() retval -1
* Always do quotemeta() on pattern list for fixed-string mode so a quote (') can evaluate correctly in $match_code
* test1: "perl grep -F alice names" --> no match because my names file had Alice
* test2: "perl grep -Fi AlIcE names" --> now Alice matches
* test3: "perl grep -Fv joe names" --> non-joe
* test4: "perl grep -Fiv JOE names" --> non-joe2, fold case (excludes joe and Joe)
* test5: "perl grep -F "'" names" --> correctly matches on quote

374 of 489 relevant lines covered (76.48%)

4605.99 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9319175449.1 31 May 2024 01:48PM UTC 0
76.48
GitHub Action Run
Source Files on build 9319175449
Detailed source file information is not available for this build.
  • Back to Repo
  • a9adcbf6 on github
  • Prev Build on master (#9319134358)
  • Next Build on master (#9319220601)
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