| line |
true |
false |
branch |
|
37
|
0 |
0 |
if (exists $ENV{'PAGER'}) |
|
38
|
0 |
0 |
unless length $ENV{'PAGER'} |
|
43
|
0 |
0 |
unless $path |
|
50
|
0 |
0 |
if $path |
|
59
|
0 |
0 |
if $self->auto |
|
65
|
0 |
0 |
if $self->fh->opened |
|
67
|
0 |
0 |
unless (-t $self->orig_fh) |
|
75
|
0 |
0 |
unless $^O eq "MSWin32" |
|
77
|
0 |
0 |
unless $self->pid(CORE::open($self->fh, "|-", $pager)) |
|
80
|
0 |
0 |
$self->encoding ? : |
|
|
0 |
0 |
unless binmode $self->fh, $self->encoding ? $self->encoding : () |
|
88
|
0 |
0 |
unless $self->fh and $self->fh->opened |
|
91
|
0 |
0 |
if $self->fh ne $self->orig_fh |
|
121
|
0 |
0 |
if $close |