| line | true | false | branch | 
 
| 35 | 0 | 0 | if (my $cb = $self->{'Attribs'}{'completion_callback'}) | 
 
| 39 | 0 | 0 | if defined $line and $line =~ /\S/ | 
 
| 73 | 0 | 0 | if (-e '/dev/tty' and $^O ne 'MSWin32') { } | 
 
|  | 0 | 0 | elsif (-e 'con' or $^O eq 'MSWin32') { } | 
 
| 82 | 0 | 0 | if ($^O eq 'amigaos' or $^O eq 'beos' or $^O eq 'epoc') { } | 
 
|  | 0 | 0 | elsif ($^O eq 'os2') { } | 
 
| 86 | 0 | 0 | if ($DB::emacs) { } | 
 
| 93 | 0 | 0 | unless defined $consoleOUT | 
 
| 94 | 0 | 0 | unless defined $console | 
 
| 95 | 0 | 0 | if ($console eq '/dev/tty' and not open(my $fh, '<', $console)) | 
 
| 99 | 0 | 0 | unless (defined $consoleOUT) | 
 
| 100 | 0 | 0 | defined fileno STDERR && $^O ne 'MSWin32' ? : |