blib/lib/Text/SimpleTable/AutoWidth.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 24 | 26 | 92.3 |
line | true | false | branch |
---|---|---|---|
115 | 2 | 4 | if ($self->rows) { } |
144 | 0 | 4 | unless $columns |
147 | 1 | 2 | $self->fixed_width ? : |
1 | 3 | $self->max_width ? : | |
157 | 1 | 3 | $self->captions ? : |
159 | 1 | 6 | if $#row_width >= $columns |
169 | 12 | 2 | if ($max_width[$idx] < $row_width[$idx]) |
178 | 1 | 11 | if $total > $limit |
187 | 1 | 13 | if ($new_width[$idx] < $row_width[$idx]) |
205 | 1 | 6 | if $total >= $limit |
209 | 1 | 3 | if ($self->fixed_width) |
214 | 1 | 0 | unless $total == $self->fixed_width |
221 | 1 | 3 | if ($self->captions) |