|
Ran
|
Jobs
10
|
Files
3
|
Run time
2min
|
Badge
README BADGES
|
push
github
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
355 of 481 relevant lines covered (73.8%)
47092.15 hits per line
| ID | Job ID | Ran | Files | Coverage | |
|---|---|---|---|---|---|
| 1 | 11349099383.1 | 0 |
73.07 |
GitHub Action Run | |
| 2 | 11349099383.2 | 0 |
73.07 |
GitHub Action Run | |
| 3 | 11349099383.3 | 0 |
73.07 |
GitHub Action Run | |
| 4 | 11349099383.4 | 0 |
73.07 |
GitHub Action Run | |
| 5 | 11349099383.5 | 0 |
73.07 |
GitHub Action Run | |
| 6 | 11349099383.6 | 0 |
73.07 |
GitHub Action Run | |
| 7 | 11349099383.7 | 0 |
73.07 |
GitHub Action Run | |
| 8 | 11349099383.8 | 0 |
73.07 |
GitHub Action Run | |
| 9 | 11349099383.9 | 0 |
73.07 |
GitHub Action Run | |
| 10 | 11349099383.10 | 0 |
73.07 |
GitHub Action Run |