Condition Coverage

blib/lib/Karel/Util.pm
Criterion Covered Total %
condition 10 11 90.9


and 3 conditions

line !l l&&!r l&&r condition
40 2 2 11598 defined $_ and /^[0-9]+$/
41 4 2 3860 $m <= $i and $i <= $n

or 2 conditions

line l !l condition
40 2 2 $_ // 'undef'

or 3 conditions

line l !l&&r !l&&!r condition
40 11598 4 0 defined $_ and /^[0-9]+$/ or croak(($_ // 'undef') . ' should be non negative integer')