| blib/lib/JSONL/Subset.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 20 | 32 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 17 | 0 | 0 | 14 | $infile and $outfile |
| 0 | 2 | 12 | $infile and $outfile and defined $percent || defined $lines | |
| 18 | 6 | 8 | 0 | defined $percent and defined $lines |
| 19 | 6 | 8 | 0 | defined $percent and $percent < 0 || $percent > 100 |
| 53 | 4 | 3 | 0 | defined $lines and $lines > scalar @lines |
| 94 | 4 | 3 | 0 | defined $lines and $lines > $total |
| 132 | 50 | 4 | 2 | $mode eq "start" and $real >= $count |
| line | l | !l | condition |
|---|---|---|---|
| 22 | 14 | 0 | $mode ||= "random" |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 17 | 8 | 6 | 0 | defined $percent || defined $lines |
| 19 | 0 | 0 | 8 | $percent < 0 || $percent > 100 |
| 24 | 7 | 0 | 7 | not defined $streaming or $streaming == 0 |