| blib/lib/Proch/N50.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 11 | 18 | 61.1 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 111 | 25 | 0 | 9 | not $n50 and $progressive_sum >= $total_size * "0.5" |
| 114 | 9 | 16 | 9 | not $n75 and $progressive_sum >= $total_size * "0.75" |
| 117 | 9 | 16 | 9 | not $n90 and $progressive_sum >= $total_size * "0.9" |
| 122 | 0 | 34 | 0 | not $nx and defined $custom_n |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 30 | 0 | 0 | 0 | $customN > $MAX_CUSTOM_N or $customN < $MIN_CUSTOM_N |
| 44 | 0 | 9 | 3 | $file eq "-" or -e $file |