Branch Coverage

blib/lib/Astro/STSDAS/Table/Columns.pm
Criterion Covered Total %
branch 12 18 66.6


line true false branch
44 1 6 if exists $$self{'idxs'}{$col->idx}
47 1 5 if exists $$self{'cols'}{lc $col->name}
62 0 1 unless grep {$col == $_;} values %{$$self{'cols'};}
71 1 3 unless exists $$self{'cols'}{$name}
81 4 1 exists $_[0]{'idxs'}{$_[1]} ? :
88 1 6 unless exists $_[0]{'cols'}{$name}
94 0 0 unless defined $_[0]{'idxs_s'}
113 0 1 unless defined $col
129 0 0 unless exists $$self{'cols'}{$name}