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

mknos / PerlPowerTools / 11356725480
73%
master: 62%

Build:
Build:
LAST BUILD BRANCH: head-nplus
DEFAULT BRANCH: master
Ran 16 Oct 2024 12:44AM 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

16 Oct 2024 12:42AM UTC coverage: 73.805%. Remained the same
11356725480

push

github

web-flow
tsort: allow independent nodes

* When a node refers to itself in a pair it means the node exists but does not depend on anything
* Previously, this input would result in a "cycle" error
* In test file, allow node 'd' to be added to npred-hash with a predecessor count of zero, so it can appear in list-list
* The inner "foreach" loop does not execute for node 'd' because it has no dependency; it has no need for an entry in succ-hash

%perl cat in.tsort2
a b
b
  c
d d
%perl tsort.old in.tsort2
a
b
c
tsort.old: cycle detected
%perl tsort in.tsort2
a
b
c
d
%perl cat in.tsort3
a a
%perl tsort in.tsort3
a

355 of 481 relevant lines covered (73.8%)

47092.15 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11356725480.1 16 Oct 2024 12:44AM UTC 0
73.07
GitHub Action Run
2 11356725480.2 16 Oct 2024 12:44AM UTC 0
73.07
GitHub Action Run
3 11356725480.3 16 Oct 2024 12:44AM UTC 0
73.07
GitHub Action Run
4 11356725480.4 16 Oct 2024 12:44AM UTC 0
73.07
GitHub Action Run
5 11356725480.5 16 Oct 2024 12:45AM UTC 0
73.07
GitHub Action Run
6 11356725480.6 16 Oct 2024 12:45AM UTC 0
73.07
GitHub Action Run
7 11356725480.7 16 Oct 2024 12:45AM UTC 0
73.07
GitHub Action Run
8 11356725480.8 16 Oct 2024 12:45AM UTC 0
73.07
GitHub Action Run
9 11356725480.9 16 Oct 2024 12:45AM UTC 0
73.07
GitHub Action Run
10 11356725480.10 16 Oct 2024 12:45AM UTC 0
73.07
GitHub Action Run
Source Files on build 11356725480
Detailed source file information is not available for this build.
  • Back to Repo
  • 4df75822 on github
  • Prev Build on master (#11356640593)
  • Next Build on tsort-presence (#11356725479)
  • 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