| blib/lib/Data/Tabular/Table/Data.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 6 | 20 | 30.0 |
| line | true | false | branch |
|---|---|---|---|
| 45 | 0 | 0 | unless $$self{'data'}{'headers'} |
| 58 | 0 | 0 | if ($column >= $count) { } |
| 65 | 0 | 0 | if (my $type = $$self{'data'}{'types'}[$column]) |
| 66 | 0 | 0 | unless (ref $ret) |
| 85 | 1395 | 3825 | if $$self{'data'}{'headers'}[$column] eq $column_name |
| 88 | 0 | 1395 | if ($column >= $count) { } |
| 94 | 0 | 1395 | if (my $type = $$self{'data'}{'types'}[$column]) |
| 95 | 0 | 0 | unless (ref $ret) |
| 117 | 0 | 12 | unless $$args{'output'} |
| 130 | 12 | 0 | wantarray ? : |