| blib/lib/Astro/STSDAS/Table/Column.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 15 | 24 | 62.5 |
| line | true | false | branch |
|---|---|---|---|
| 54 | 0 | 9 | unless defined $$self{'nelem'} |
| 56 | 9 | 0 | if (defined $$self{'type'}) |
| 58 | 0 | 9 | unless exists $Astro::STSDAS::Table::Column::Types{$$self{'type'}} |
| 62 | 9 | 0 | if $$self{'nelem'} > 1 |
| 75 | 4 | 18 | if @_ |
| 83 | 5 | 24 | if @_ > 1 |
| 100 | 1 | 1 | $_[0]{'type'} == -1 ? : |
| 2 | 0 | defined $_[0]{'type'} ? : | |
| 105 | 2 | 0 | if $_[0]{'type'} != -1 |
| 110 | 0 | 0 | if $_[0]{'type'} != -1 |
| 115 | 1 | 1 | if @_ > 1 |
| 118 | 0 | 1 | defined $_[0]{'type'} && $_[0]{'type'} == -1 ? : |