Branch Coverage

lib/Games/Checkers/PDNParser.pm
Criterion Covered Total %
branch 0 28 0.0


line true false branch
30 0 0 $filename =~ /\.bz2$/ ? :
0 0 $filename =~ /\.xz$/ ? :
0 0 $filename =~ /\.gz$/ ? :
36 0 0 unless $fd
57 0 0 if $line =~ /^\s*(([#;]|{.*}|\(.*\))\s*)?$/
59 0 0 if ($line =~ /\[(\w+)\s+"?(.*?)"?\]/)
65 0 0 unless $not_end
68 0 0 unless $result
76 0 0 if $line =~ /$result/
81 0 0 if $next_char eq '['
95 0 0 unless /^((\d+)|\w\d)([x:*-])((\d+)|\w\d)$/i
99 0 0 $3 eq '-' ? :
0 0 defined $2 ? :
0 0 defined $5 ? :