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

briandfoy / PerlPowerTools / 11000344722
63%

Build:
DEFAULT BRANCH: master
Ran 23 Sep 2024 06:39PM UTC
Jobs 10
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

23 Sep 2024 06:36PM UTC coverage: 73.805% (+0.7%) from 73.069%
11000344722

push

github

web-flow
grep: implement -x for fixed strings (#742)

* Standards document mentions that option -x should work with fixed strings [1]
* This version didn't allow -x with -F; add it now for better compliance with standard
* I have a small test file with some C code
* test1: "perl grep int a.c" --> matches "int\n" and "printf(...);\n"
* test2: "perl grep -i Int a.c" --> same match as test1
* test3: "perl grep -iv Int a.c" --> matches all except "int\n" and "printf(...);\n"
* test4: "perl grep -v Int a.c" --> matches all lines because Int doesn't appear at all
* test5: "perl grep -F -x int a.c" --> matches only "int\n"
* test6: "perl grep -Fxi Int a.c" --> same match as test5
* test7: "perl grep -Fxiv Int a.c" --> matches all except "int\n"
* test8: "perl grep -Fxv Int a.c" --> matches all lines because Int doesn't appear at all

1. https://pubs.opengroup.org/onlinepubs/9699919799/utilities/grep.html

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11000344722.1 23 Sep 2024 06:39PM UTC 0
73.07
GitHub Action Run
2 11000344722.2 23 Sep 2024 06:39PM UTC 0
73.07
GitHub Action Run
3 11000344722.3 23 Sep 2024 06:39PM UTC 0
73.07
GitHub Action Run
4 11000344722.4 23 Sep 2024 06:39PM UTC 0
73.07
GitHub Action Run
5 11000344722.5 23 Sep 2024 06:39PM UTC 0
73.07
GitHub Action Run
6 11000344722.6 23 Sep 2024 06:39PM UTC 0
73.07
GitHub Action Run
7 11000344722.7 23 Sep 2024 06:39PM UTC 0
73.07
GitHub Action Run
8 11000344722.8 23 Sep 2024 06:39PM UTC 0
73.07
GitHub Action Run
9 11000344722.9 23 Sep 2024 06:39PM UTC 0
73.07
GitHub Action Run
10 11000344722.10 23 Sep 2024 06:39PM UTC 0
73.07
GitHub Action Run
Source Files on build 11000344722
Detailed source file information is not available for this build.
  • Back to Repo
  • 5a46037c on github
  • Prev Build on master (#10982053867)
  • Next Build on master (#11000344720)
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