Condition Coverage

blib/lib/Proch/N50.pm
Criterion Covered Total %
condition 14 24 62.5


and 3 conditions

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 "-"
89 3 0 5 defined $wantJSON and $wantJSON
128 0 22 8 not $n50 and $progressive_sum > $total_size * "0.5"
132 14 8 8 not $n75 and $progressive_sum > $total_size * "0.25"
135 14 8 8 not $n90 and $progressive_sum > $total_size * "0.1"
138 0 30 0 not $nx and defined $custom_n

or 3 conditions

line l !l&&r !l&&!r condition
23 0 0 0 $customN > 100 || $customN < 0