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

briandfoy / PerlPowerTools / 10350830949 / 10
63%
master: 63%

Build:
DEFAULT BRANCH: master
Ran 12 Aug 2024 11:23AM 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

12 Aug 2024 11:15AM UTC coverage: 73.069%. Remained the same
10350830949.10

push

github

web-flow
patch: pod update for --ifdef (#712)

* Remove note about GNU patch requiring a space between -D and argument (this might've been the case for ancient versions but not anymore)
* This version of patch outputs a trailing comment for the ifndef blocks; this matches the OpenBSD version

%ifconfig > A
%sed 's/eth0/ent0/' A > B
%perl diff -u A B > AB.diff 
%/usr/bin/patch --version 
GNU patch 2.7.6
%/usr/bin/patch -Dostuff -o C A AB.diff
patching file C (read from A)
%perl patch -Dostuff -o D A AB.diff
Hmm...  Looks like a unified diff to me...
Patching file A using Plan B...
Hunk #1 succeeded at 1.
done
%perl diff C D 
5c5
< #endif
---
> #endif /* ostuff */

350 of 479 relevant lines covered (73.07%)

4736.89 hits per line

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