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

briandfoy / PerlPowerTools / 11349099417
63%

Build:
DEFAULT BRANCH: master
Ran 15 Oct 2024 03:19PM UTC
Jobs 1
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

15 Oct 2024 03:15PM UTC coverage: 73.069% (-0.7%) from 73.805%
11349099417

push

github

web-flow
tsort: pairs can split across lines (#759)

* The previous commit handled the problem of odd input tokens being ignored, but tsort still rejects some valid input
* Exit with failure code if close() failed, after printing output
* Allow a single token on a line; this is valid as long as the total number of tokens is even
* Tested against GNU version

%printf "a b\nb\n  c\n\n" > in.tsort
%tsort in.tsort # tsort (GNU coreutils) 8.32
a
b
c
%perl tsort in.tsort # with patch applied
a
b
c
%perl ~/PerlPowerTools.old/bin/tsort in.tsort # from older commit 9d4efce79 which gets it totally wrong
a
b

350 of 479 relevant lines covered (73.07%)

4736.89 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11349099417.1 15 Oct 2024 03:19PM UTC 0
73.07
GitHub Action Run
Source Files on build 11349099417
Detailed source file information is not available for this build.
  • Back to Repo
  • 59942ec7 on github
  • Prev Build on master (#11349052050)
  • Next Build on master (#11366379697)
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