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

mknos / PerlPowerTools / 9312036610
76%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 31 May 2024 02:32AM 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 02:29AM UTC coverage: 76.483%. Remained the same
9312036610

push

github

web-flow
grep: disable regex search for fgrep mode

* 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 9312036610.1 31 May 2024 02:32AM UTC 0
76.48
GitHub Action Run
Source Files on build 9312036610
Detailed source file information is not available for this build.
  • Back to Repo
  • 210d8479 on github
  • Prev Build on master (#9311976528)
  • Next Build on grep-fgrep (#9312036606)
  • 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