Condition Coverage

blib/lib/Perinci/Sub/GetArgs/Array.pm
Criterion Covered Total %
condition 10 13 76.9


and 3 conditions

line !l l&&!r l&&r condition
99 1 27 13 defined $o and $o == $i
126 10 0 1 @$ary and not $allow_extra_elems

or 2 conditions

line l !l condition
90 1 10 $fargs{'allow_extra_elems'} // 0
94 11 0 $meta->{'args'} // {}

or 3 conditions

line l !l&&r !l&&!r condition
100 5 0 8 $as->{'slurpy'} // $as->{'greedy'}