Branch Coverage

blib/lib/FLV/Util.pm
Criterion Covered Total %
branch 6 8 75.0


line true false branch
85 0 19 if (ref $outfile) { }
0 19 elsif ('-' eq $outfile) { }
2 17 elsif (not open($outfh, '>', $outfile)) { }
97 17 2 if ($outfh)