| blib/lib/App/Textcast.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 29 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 1129 | 0 | 0 | 0 | defined $bytes_read and $bytes_read == 0 |
| 1131 | 0 | 0 | 0 | defined $bytes_read and $bytes_read > 0 |
| 1139 | 0 | 0 | 0 | $$vt_process{'DIED'} and $cmdbuf eq $EMPTY_STRING |
| 1155 | 0 | 0 | 0 | defined $bytes_read and $bytes_read == 0 |
| 1156 | 0 | 0 | 0 | defined $bytes_read and $bytes_read > 0 |
| line | l | !l | condition |
|---|---|---|---|
| 391 | 0 | 0 | $arguments{'DISPLAY_STATUS'} || 0 |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 210 | 0 | 0 | 0 | $arguments{'COLUMNS'} || $terminal_columns |
| 0 | 0 | 0 | $arguments{'ROWS'} || $terminal_rows | |
| 416 | 0 | 0 | 0 | $max_rows + $display_status > $terminal_rows or $max_columns > $terminal_columns |
| 1171 | 0 | 0 | 0 | $didout > 0 or $$vt_process{'PREVXY'} ne $EMPTY_STRING . $vt->x . ',' . $vt->y |