Condition Coverage

blib/lib/Chess/ChessKit/Move.pm
Criterion Covered Total %
condition 0 21 0.0


and 3 conditions

line !l l&&!r l&&r condition
271 0 0 0 $l >= 0 and $l <= 7
0 0 0 $l >= 0 and $l <= 7 and $c >= 0
0 0 0 $l >= 0 and $l <= 7 and $c >= 0 and $c <= 7

or 3 conditions

line l !l&&r !l&&!r condition
268 0 0 0 $k > $iter or $l < 0
0 0 0 $k > $iter or $l < 0 or $l > 7
0 0 0 $k > $iter or $l < 0 or $l > 7 or $c < 0
0 0 0 $k > $iter or $l < 0 or $l > 7 or $c < 0 or $c > 7