blib/lib/App/bif/Pager.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 3 | 18 | 16.6 |
line | true | false | branch |
---|---|---|---|
41 | 0 | 0 | if (exists $ENV{'PAGER'}) |
46 | 0 | 0 | unless $path |
53 | 0 | 0 | if $path |
61 | 1 | 0 | if $self->auto |
66 | 1 | 0 | unless -t $self->orig_fh and not $self->fh->opened |
70 | 0 | 0 | unless my $pid = CORE::open($self->fh, '|-', $pager) |
73 | 0 | 0 | $self->encoding ? : |
0 | 0 | unless binmode $self->fh, $self->encoding ? $self->encoding : () | |
86 | 1 | 0 | unless $self->fh and $self->fh->opened |