Condition Coverage

blib/lib/Data/Sheet.pm
Criterion Covered Total %
condition 1 21 4.7


and 3 conditions

line !l l&&!r l&&r condition
268 0 0 0 $i < $$self{'width'} and $i < $#{$data;} + 1
285 0 0 0 $i < $$self{'height'} and $i < $#{$data;} + 1

or 3 conditions

line l !l&&r !l&&!r condition
72 0 0 0 $now_x >= $$self{'width'} or $now_y >= $$self{'height'}
233 0 0 0 $row > $$self{'height'} - 1 or $row < 0
249 0 0 2 $col > $$self{'width'} - 1 or $col < 0
264 0 0 0 $row > $$self{'height'} - 1 or $row < 0
281 0 0 0 $col > $$self{'width'} - 1 or $col < 0