Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
29 0 0 0 -r "$filename.$_" and $filename .= ".$_"
73 0 0 0 $line = $$self{'fd'}->getline and $$self{'lineno'}++
93 0 0 0 @move_verge_strings and not $move_verge_strings[0]

or 3 conditions

line l !l&&r !l&&!r condition
73 0 0 0 not $move_string or $line = $$self{'fd'}->getline and $$self{'lineno'}++