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

briandfoy / PerlPowerTools / 10316135952
63%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2024 08:29AM UTC
Jobs 10
Files 3
Run time 2min
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

09 Aug 2024 08:27AM UTC coverage: 73.805%. Remained the same
10316135952

push

github

web-flow
grep: filename prefix correction (#709)

* grep output is expected to show the filename if grep is searching many files, or in a recursive search (grep -r)
* The -h flag disables the filename prefix
* $Mult flag controls showing the filename, and was being set to 1 sometimes when it shouldn't be
* test1: "perl grep perl awk" --> show matches for 1 file (no filename prefix, single file argument)
* test2: "perl grep  perl awk ar" --> matches for 2 files (filenames included)
* test3: "perl grep -h perl awk ar" --> matches for 2 files (filenames disabled by -h)
* test4: "perl grep -hr perl ." --> recursive search (filenames disabled)
* test5: "echo elmo | perl grep elm" --> show matches for stdin (no filename prefix, no file arguments)
* test6: "perl grep -l awk a*" --> show filenames matching awk

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 10316135952.1 09 Aug 2024 08:29AM UTC 0
73.07
GitHub Action Run
2 10316135952.2 09 Aug 2024 08:29AM UTC 0
73.07
GitHub Action Run
3 10316135952.3 09 Aug 2024 08:29AM UTC 0
73.07
GitHub Action Run
4 10316135952.4 09 Aug 2024 08:29AM UTC 0
73.07
GitHub Action Run
5 10316135952.5 09 Aug 2024 08:29AM UTC 0
73.07
GitHub Action Run
6 10316135952.6 09 Aug 2024 08:29AM UTC 0
73.07
GitHub Action Run
7 10316135952.7 09 Aug 2024 08:29AM UTC 0
73.07
GitHub Action Run
8 10316135952.8 09 Aug 2024 08:29AM UTC 0
73.07
GitHub Action Run
9 10316135952.9 09 Aug 2024 08:29AM UTC 0
73.07
GitHub Action Run
10 10316135952.10 09 Aug 2024 08:29AM UTC 0
73.07
GitHub Action Run
Source Files on build 10316135952
Detailed source file information is not available for this build.
  • Back to Repo
  • 0c8e2afd on github
  • Prev Build on master (#10305527918)
  • Next Build on master (#10316135953)
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