| blib/lib/Term/Choose/Screen.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 1 | 20 | 5.0 |
| line | true | false | branch |
|---|---|---|---|
| 31 | 0 | 3 | if ($^O eq 'MSWin32' or $ENV{'TC_ANSI_ESCAPES'} or not `tput cuu 2>/dev/null`) { } |
| 97 | 0 | 0 | if (&TERM_READKEY()) { } |
| 0 | 0 | elsif ($^O eq 'MSWin32') { } | |
| 99 | 0 | 0 | unless ($width and $height) |
| 106 | 0 | 0 | unless ($width and $height) |
| 112 | 0 | 0 | if (defined $size and $size =~ /(\d+)\s(\d+)/) |
| 116 | 0 | 0 | unless ($width and $height) |
| 120 | 0 | 0 | if ($error) |
| 121 | 0 | 0 | unless $width |
| 122 | 0 | 0 | unless $height |