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

mknos / PerlPowerTools / 10303229327
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 08 Aug 2024 01:41PM 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 01:39PM UTC coverage: 74.113% (+0.7%) from 73.375%
10303229327

push

github

web-flow
grep: -q and -s options reversed

* 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 479 relevant lines covered (74.11%)

46894.63 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10303229327.1 08 Aug 2024 01:41PM UTC 0
73.38
GitHub Action Run
2 10303229327.2 08 Aug 2024 01:41PM UTC 0
73.38
GitHub Action Run
3 10303229327.3 08 Aug 2024 01:41PM UTC 0
73.38
GitHub Action Run
4 10303229327.4 08 Aug 2024 01:41PM UTC 0
73.38
GitHub Action Run
5 10303229327.5 08 Aug 2024 01:41PM UTC 0
73.38
GitHub Action Run
6 10303229327.6 08 Aug 2024 01:41PM UTC 0
73.38
GitHub Action Run
7 10303229327.7 08 Aug 2024 01:41PM UTC 0
73.38
GitHub Action Run
8 10303229327.8 08 Aug 2024 01:41PM UTC 0
73.38
GitHub Action Run
9 10303229327.9 08 Aug 2024 01:41PM UTC 0
73.38
GitHub Action Run
10 10303229327.10 08 Aug 2024 01:41PM UTC 0
73.38
GitHub Action Run
Source Files on build 10303229327
Detailed source file information is not available for this build.
  • Back to Repo
  • ed0644ab on github
  • Prev Build on master (#10301629614)
  • Next Build on grep-sq (#10303229310)
  • 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