| blib/lib/Text/Table/Sprintf.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 61 | 0 | 0 | unless my $rows = $params{'rows'} |
| 64 | 0 | 0 | unless @$rows |
| 71 | 0 | 0 | if not defined $widths[$_] or $widths[$_] < $len |
| 76 | 0 | 0 | @$rows ? : |
| 77 | 0 | 0 | if ($params{'align'}) |
| 78 | 0 | 0 | if (ref $params{'align'} eq 'ARRAY') { } |
| 88 | 0 | 0 | $_ ? : |
| 0 | 0 | $aligns[$_] eq 'r' ? : | |
| 92 | 0 | 0 | $_ ? : |
| 97 | 0 | 0 | if ($params{'header_row'}) { } |
| 103 | 0 | 0 | $params{'separate_rows'} && $_ < $#{$rows;} ? : |
| 110 | 0 | 0 | $params{'separate_rows'} && $_ < $#{$rows;} ? : |