| blib/lib/TextTableTiny.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 11 | 20 | 55.0 |
| line | true | false | branch |
|---|---|---|---|
| 24 | 0 | 89 | unless my $rows = $params{'rows'} |
| 37 | 0 | 89 | unless $params{'top_and_tail'} |
| 41 | 80 | 9 | if ($params{'header_row'}) |
| 46 | 264 | 0 | defined $header_row->[$_] ? : |
| 48 | 0 | 80 | $params{'separate_rows'} ? : |
| 54 | 80 | 9 | if $params{'header_row'} |
| 59 | 1443 | 0 | defined $row->[$_] ? : |
| 62 | 0 | 0 | if $params{'separate_rows'} and !$params{'top_and_tail'} || $row_number < $last_line_number |
| 67 | 0 | 89 | unless $params{'separate_rows'} or $params{'top_and_tail'} |
| 87 | 1707 | 0 | defined $_->[$i] ? : |