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

mknos / PerlPowerTools / 11005640206
62%

Build:
DEFAULT BRANCH: master
Ran 24 Sep 2024 02:07AM 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%
11005640206

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 11005640206.1 24 Sep 2024 02:07AM UTC 0
73.07
GitHub Action Run
2 11005640206.2 24 Sep 2024 02:08AM UTC 0
73.07
GitHub Action Run
3 11005640206.3 24 Sep 2024 02:08AM UTC 0
73.07
GitHub Action Run
4 11005640206.4 24 Sep 2024 02:08AM UTC 0
73.07
GitHub Action Run
5 11005640206.5 24 Sep 2024 02:08AM UTC 0
73.07
GitHub Action Run
6 11005640206.6 24 Sep 2024 02:08AM UTC 0
73.07
GitHub Action Run
7 11005640206.7 24 Sep 2024 02:08AM UTC 0
73.07
GitHub Action Run
8 11005640206.8 24 Sep 2024 02:08AM UTC 0
73.07
GitHub Action Run
9 11005640206.9 24 Sep 2024 02:08AM UTC 0
73.07
GitHub Action Run
10 11005640206.10 24 Sep 2024 02:08AM UTC 0
73.07
GitHub Action Run
Source Files on build 11005640206
Detailed source file information is not available for this build.
  • Back to Repo
  • 5a46037c on github
  • Prev Build on master (#10995511393)
  • Next Build on master (#11005640221)
  • 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