| blib/lib/App/CSV2LaTeXTable.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 19 | 24 | 79.1 |
| line | true | false | branch |
|---|---|---|---|
| 30 | 0 | 5 | unless (-f $self->csv) |
| 36 | 0 | 5 | unless open my $fh, "<:encoding(utf-8)", $self->csv |
| 38 | 5 | 15 | if ($. == 1) |
| 45 | 0 | 5 | unless close $fh |
| 49 | 1 | 4 | if ($self->split) |
| 60 | 1 | 2 | if ($counter++ == $per_set) |
| 72 | 2 | 10 | if ($self->split) |
| 76 | 8 | 4 | if (@$table_sets) |
| 80 | 12 | 0 | unless (defined $latex_params{'label'}) |
| 93 | 3 | 9 | if ($self->rotate) |
| 101 | 1 | 11 | unless open my $tex_fh, ">", $latex_file |
| 103 | 0 | 11 | unless close $tex_fh |