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

mknos / PerlPowerTools / 11439326191
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 21 Oct 2024 11:42AM 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

21 Oct 2024 11:39AM UTC coverage: 73.805%. Remained the same
11439326191

push

github

web-flow
cmp: helpful EOF messages

* It's trivial to provide extra descriptive output when files differ at EOF, as done by GNU cmp
* Shell scripts running cmp would normally use the -s flag and check the exit code, i.e. the text description shouldn't be depended upon for portability

%dd if=/dev/urandom bs=512 count=1 of=rnd
%cp rnd rnd2
%echo >> rnd2
%touch empty
%perl cmp rnd rnd2 # test1: non-empty files, eof on arg1
cmp: EOF on rnd after byte 512, in line 6
%perl cmp rnd2 rnd # test2: non-empty files, eof on arg2
cmp: EOF on rnd after byte 512, in line 6
%perl cmp empty rnd # test3: arg1 empty
cmp: EOF on empty which is empty
%perl cmp rnd empty # test4: arg2 empty
cmp: EOF on empty which is empty

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11439326191.1 21 Oct 2024 11:42AM UTC 0
73.07
GitHub Action Run
2 11439326191.2 21 Oct 2024 11:42AM UTC 0
73.07
GitHub Action Run
3 11439326191.3 21 Oct 2024 11:42AM UTC 0
73.07
GitHub Action Run
4 11439326191.4 21 Oct 2024 11:42AM UTC 0
73.07
GitHub Action Run
5 11439326191.5 21 Oct 2024 11:42AM UTC 0
73.07
GitHub Action Run
6 11439326191.6 21 Oct 2024 11:42AM UTC 0
73.07
GitHub Action Run
7 11439326191.7 21 Oct 2024 11:42AM UTC 0
73.07
GitHub Action Run
8 11439326191.8 21 Oct 2024 11:42AM UTC 0
73.07
GitHub Action Run
9 11439326191.9 21 Oct 2024 11:42AM UTC 0
73.07
GitHub Action Run
10 11439326191.10 21 Oct 2024 11:42AM UTC 0
73.07
GitHub Action Run
Source Files on build 11439326191
Detailed source file information is not available for this build.
  • Back to Repo
  • 4d43343e on github
  • Prev Build on master (#11439132023)
  • Next Build on cmp-eof (#11439326193)
  • 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