| lib/Array/Columnize/columnize.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 14 | 18 | 77.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 147 | 0 | 15 | 5 | scalar @texts > 0 and $texts[-1] eq '' |
| 150 | 63 | 2 | 4 | $ncols == 1 and $opts{'ljust'} |
| 202 | 21 | 2 | 2 | $totwidth <= $opts{'displaywidth'} and $i >= $rounded_size - 1 |
| 226 | 34 | 2 | 4 | $ncols == 1 and $opts{'ljust'} |
| line | l | !l | condition |
|---|---|---|---|
| 71 | 0 | 1 | $$opts{'array_prefix'} ||= '(' |
| 72 | 0 | 1 | $$opts{'lineprefix'} ||= ' ' |
| 73 | 0 | 1 | $$opts{'array_suffix'} ||= ')' |