Branch Coverage

blib/lib/Data/Tabular/Dumper/Writer.pm
Criterion Covered Total %
branch 3 6 50.0


line true false branch
10 0 13 if 'ARRAY' eq ref $file
13 0 13 if (ref $file) { }
18 0 13 unless CORE::open $fh, ">$file"