Condition Coverage

lib/Games/Checkers/Iterators.pm
Criterion Covered Total %
condition 0 5 0.0


and 3 conditions

line !l l&&!r l&&r condition
99 0 0 0 $board->occup($loc) and $board->color($loc) == $self->{'color'}

or 2 conditions

line l !l condition
27 0 0 shift() || die('No board in constructor')