| blib/lib/Test/Stream/Table.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 26 | 30 | 86.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 111 | 52 | 396 | 186 | $collapse and not $lengths[$i] | 
| 448 | 4 | 182 | $collapse and not $lengths[$i] and not $no_collapse->{$i} | |
| 168 | 0 | 112 | 4 | @new_rows and not grep({/\S/;} @{$new_rows[-1];}) | 
| 182 | 113 | 0 | 3 | $uniwarn && !$INC{'Unicode/GCString.pm'} | 
| line | l | !l | condition | 
|---|---|---|---|
| 87 | 95 | 21 | $params{'no_collapse'} || [] | 
| 101 | 351 | 789 | $lengths[$_] || 0 | 
| 112 | 447 | 5 | $lengths[$i] || 0 | 
| line | l | !l&&r | !l&&!r | condition | 
|---|---|---|---|---|
| 38 | 136 | 32 | 0 | $CHAR_MAP{$char} || char_id($char) | 
| 84 | 10 | 106 | 0 | $params{'max_width'} || term_size() | 
| 97 | 10 | 3 | 1124 | $uniwarn ||= /[^\x00-\x7F]/ | 
| 157 | 243 | 14 | 199 | $found or $span > 2 |