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

briandfoy / PerlPowerTools / 10305527918
63%

Build:
DEFAULT BRANCH: master
Ran 08 Aug 2024 04:07PM 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

08 Aug 2024 04:03PM UTC coverage: 73.805% (+0.7%) from 73.069%
10305527918

push

github

web-flow
grep: -q and -s options reversed (#708)

* This grep has the standard meanings of options -s and -q backwards [1]
* -s is to suppress some errors
* -q is to make grep not show matches, and perform a quick search of one match per file
* test1: "perl grep -c yo grep" --> count the matches of "yo"
* test2: "perl grep -cv yo grep"-->  count the lines not matching "yo"
* test3: "perl grep -q perl  grep" --> quiet search for "perl"; exit status 0 indicates Match
* test4: "perl grep -q pascal grep" --> quiet search for "pascal"; exit status 1 indicates NoMatch
* test4: "perl grep -s greg greg" --> silent search for "greg" but the file doesn't exist; exit status 2 indicates Error
* Correct POD manual and usage string

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

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10305527918.1 08 Aug 2024 04:07PM UTC 0
73.07
GitHub Action Run
2 10305527918.2 08 Aug 2024 04:07PM UTC 0
73.07
GitHub Action Run
3 10305527918.3 08 Aug 2024 04:07PM UTC 0
73.07
GitHub Action Run
4 10305527918.4 08 Aug 2024 04:07PM UTC 0
73.07
GitHub Action Run
5 10305527918.5 08 Aug 2024 04:07PM UTC 0
73.07
GitHub Action Run
6 10305527918.6 08 Aug 2024 04:07PM UTC 0
73.07
GitHub Action Run
7 10305527918.7 08 Aug 2024 04:07PM UTC 0
73.07
GitHub Action Run
8 10305527918.8 08 Aug 2024 04:07PM UTC 0
73.07
GitHub Action Run
9 10305527918.9 08 Aug 2024 04:07PM UTC 0
73.07
GitHub Action Run
10 10305527918.10 08 Aug 2024 04:08PM UTC 0
73.07
GitHub Action Run
Source Files on build 10305527918
Detailed source file information is not available for this build.
  • Back to Repo
  • b0e27ac8 on github
  • Prev Build on master (#10305509361)
  • Next Build on master (#10305527918)
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