Branch Coverage

blib/lib/Astro/STSDAS/Table/Base.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
45 0 0 unless @_ >= 2
48 0 0 unless defined $mode
52 0 0 if (ref $file) { }
54 0 0 unless $fh->fdopen($file, $mode)
58 0 0 unless $fh->open($file, $mode)
65 0 0 if ($mode =~ /[<+]/)
91 0 0 if (defined $$self{'fh'})