Branch Coverage

blib/lib/App/Greple/PgpDecryptor.pm
Criterion Covered Total %
branch 1 32 3.1


line true false branch
60 0 0 @_ ? :
63 0 0 if (my $fd = $opt->{'passphrase_fd'}) { }
67 0 0 unless (defined $obj->fh)
70 0 0 if (defined $opt->{'passphrase'}) { }
111 0 0 if (@_) { }
129 0 0 unless defined $obj->fh
130 0 0 unless $obj->fh->sysseek(0, 0)
140 0 0 if (defined $fd) { }
145 0 0 unless defined $fh
148 0 0 unless $fh->fcntl(2, 0)
161 1 0 if (not defined $noecho)
171 0 0 unless open my $tty, "<", "/dev/tty"
173 0 0 if (defined(my $pass = ReadLine(0, $tty)))
193 0 0 if (length $enc_data <= 16384) { }
198 0 0 unless defined $pid
199 0 0 if ($pid == 0)