Branch Coverage

blib/lib/Chess/Plisco/EPD.pm
Criterion Covered Total %
branch 10 12 83.3


line true false branch
27 1 7 if ('SCALAR' eq $reftype) { }
1 6 elsif ('ARRAY' eq $reftype) { }
1 5 elsif ('GLOB' eq $reftype) { }
37 1 4 unless open my $fh, "<", $arg
52 0 70000 unless length $line
55 0 70000 if ($@)