lib/Sweet/File/DSV.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 11 | 18 | 61.1 |
line | true | false | branch |
---|---|---|---|
18 | 0 | 4 | if ($no_header and $header) |
23 | 1 | 3 | if (defined $fields_arrayref) |
39 | 2 | 2 | if ($self->is_a_plain_file) { } |
51 | 1 | 1 | if ($self->has_fields) |
56 | 0 | 1 | if ($self->has_header) { } |
57 | 0 | 0 | unless $header eq $self->header |
118 | 0 | 2 | if $self->no_header |
151 | 2 | 0 | unless $self->no_header |
162 | 0 | 2 | if ($no_header) { } |