blib/lib/Data/Conveyor/Service/Result/Tabular.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 12 | 20 | 60.0 |
line | true | false | branch |
---|---|---|---|
18 | 0 | 0 | unless ($self->rows_count) |
33 | 0 | 3 | if defined $args{'limit'} |
34 | 3 | 0 | if defined $args{'fields'} |
36 | 0 | 7 | if defined $limit and ++$count > $limit |
37 | 3 | 4 | unless ($did_set_headers) |
38 | 0 | 3 | unless scalar @fields |
44 | 9 | 12 | if (ref $row eq 'HASH') { } |
11 | 1 | elsif (UNIVERSAL::can($row, $_)) { } | |
53 | 18 | 0 | defined $_ ? : |
71 | 0 | 2 | wantarray ? : |