| blib/lib/Test/Stream/Table.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 26 | 30 | 86.6 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 111 | 52 | 399 | 189 | $collapse and not $lengths[$i] |
| 451 | 4 | 185 | $collapse and not $lengths[$i] and not $no_collapse->{$i} | |
| 168 | 0 | 112 | 5 | @new_rows and not grep({/\S/;} @{$new_rows[-1];}) |
| 182 | 114 | 0 | 3 | $uniwarn && !$INC{'Unicode/GCString.pm'} |
| line | l | !l | condition |
|---|---|---|---|
| 87 | 96 | 21 | $params{'no_collapse'} || [] |
| 101 | 351 | 795 | $lengths[$_] || 0 |
| 112 | 450 | 5 | $lengths[$i] || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 38 | 136 | 32 | 0 | $CHAR_MAP{$char} || char_id($char) |
| 84 | 10 | 107 | 0 | $params{'max_width'} || term_size() |
| 97 | 10 | 3 | 1130 | $uniwarn ||= /[^\x00-\x7F]/ |
| 157 | 246 | 16 | 198 | $found or $span > 2 |