| blib/lib/Proch/N50.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 24 | 62.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 23 | 11 | 0 | 0 | defined $customN and $customN > 100 || $customN < 0 |
| 32 | 8 | 0 | 3 | not -e "$file" and $file ne "-" |
| 91 | 3 | 0 | 5 | defined $wantJSON and $wantJSON |
| 130 | 0 | 22 | 8 | not $n50 and $progressive_sum > $total_size * "0.5" |
| 134 | 14 | 8 | 8 | not $n75 and $progressive_sum > $total_size * "0.25" |
| 137 | 14 | 8 | 8 | not $n90 and $progressive_sum > $total_size * "0.1" |
| 140 | 0 | 30 | 0 | not $nx and defined $custom_n |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 23 | 0 | 0 | 0 | $customN > 100 || $customN < 0 |