Condition Coverage

lib/Games/Checkers/PDNParser.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
31 0 0 0 -r "$filename.$_" and $filename .= ".$_"
84 0 0 0 $line = $self->{'fd'}->getline and $self->{'lineno'}++
105 0 0 0 @move_verge_strings and not $move_verge_strings[0]
108 0 0 0 @move_verge_strings and $move_verge_strings[0] eq '-'

or 3 conditions

line l !l&&r !l&&!r condition
79 0 0 0 $values->{'GameType'} || $self->{'variant'}
84 0 0 0 not $move_string or $line = $self->{'fd'}->getline and $self->{'lineno'}++