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

briandfoy / PerlPowerTools / 9339764919
62%

Build:
DEFAULT BRANCH: master
Ran 02 Jun 2024 04:42PM UTC
Jobs 3
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

02 Jun 2024 04:40PM UTC coverage: 76.268%. Remained the same
9339764919

push

github

web-flow
grep: fix regression for -F search (#633)

* The following search should match, but did not because of the '#' character: perl grep -F '#include' a.c
* This was because quotemeta() was escaping it as \# which was then expanded between single quotes
* The $matcher closure can refer to patterns list directly, which removes the need for pattern strings to be expanded with quotes
* This version is easier to follow because duplicate statements are not added to the closure code if many patterns are used

376 of 493 relevant lines covered (76.27%)

13706.45 hits per line

Jobs
ID Job ID Ran Files Coverage
1 9339764919.1 02 Jun 2024 04:42PM UTC 0
76.27
GitHub Action Run
2 9339764919.2 02 Jun 2024 04:42PM UTC 0
76.27
GitHub Action Run
3 9339764919.3 02 Jun 2024 04:42PM UTC 0
76.27
GitHub Action Run
Source Files on build 9339764919
Detailed source file information is not available for this build.
  • Back to Repo
  • 26d0db3f on github
  • Prev Build on master (#9319220601)
  • Next Build on master (#9339764939)
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