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

mknos / PerlPowerTools / 7725543513
75%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 31 Jan 2024 11:55AM UTC
Jobs 1
Files 3
Run time –
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

31 Jan 2024 11:47AM UTC coverage: 75.05%. Remained the same
7725543513

push

github

web-flow
xargs exits on empty line from stdin

* BSD versions of xargs don't support the -l option
* Standards document for xargs mentions -L but not -l [1]
* Follow GNU version and accept -l as an alias for -L, but list standard -L in usage string
* Behaviour of -L/-l didn't match xargs on my linux system: input loop was terminated on
  first empty line of STDIN
* Skipping empty lines makes the behaviour match GNU version

1. https://pubs.opengroup.org/onlinepubs/9699919799.2018edition/utilities/xargs.html

%cat -n in # not all lines have content
     1	#!/usr/bin/perl
     2	
     3	=begin metadata
     4	
     5	Name: awk
     6	Description: pattern-directed scanning and processing language
     7	Author: Tom Christiansen, tchrist@perl.com
     8	Author: Larry Wall, larry@wall.org
     9	License: perl
    10	

%xargs -L 1 < in # implicit 'echo' for each line of stdin
#!/usr/bin/perl
=begin metadata
Name: awk
Description: pattern-directed scanning and processing language
Author: Tom Christiansen, tchrist@perl.com
Author: Larry Wall, larry@wall.org
License: perl

%perl xargs -L 1 < in # patched version
#!/usr/bin/perl
=begin metadata
Name: awk
Description: pattern-directed scanning and processing language
Author: Tom Christiansen, tchrist@perl.com
Author: Larry Wall, larry@wall.org
License: perl

373 of 497 relevant lines covered (75.05%)

4531.85 hits per line

Jobs
ID Job ID Ran Files Coverage
1 7725543513.1 31 Jan 2024 11:55AM UTC 0
75.05
GitHub Action Run
Source Files on build 7725543513
Detailed source file information is not available for this build.
  • Back to Repo
  • 75882819 on github
  • Prev Build on master (#7723317509)
  • Next Build on xargs-stdin (#7725543515)
  • 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