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

briandfoy / PerlPowerTools / 10316135952 / 8
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 09 Aug 2024 08:29AM UTC
Files 3
Run time 0s
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.069%. Remained the same
10316135952.8

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

350 of 479 relevant lines covered (73.07%)

4736.89 hits per line

Source Files on job 10316135952.8
  • Tree
  • List 0
  • Changed 2
  • Source Changed 0
  • Coverage Changed 2
Coverage ∆ File Lines Relevant Covered Missed Hits/Line
  • Back to Build 10316135952
  • 0c8e2afd on github
  • Prev Job for on master (#10305527918.9)
  • Next Job for on master (#10316135953.1)
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