PGP/Pipe.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 11 | 0.0 |
line | l | !l | condition |
---|---|---|---|
66 | 0 | 0 | shift() || '/usr/local/bin/pgp' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
65 | 0 | 0 | 0 | shift() || "$ENV{'HOME'}/.pgp" |
68 | 0 | 0 | 0 | -e "$pgppath/config.txt" or -e '/usr/local/lib/pgp/config.txt' |
166 | 0 | 0 | 0 | open3($fin, $fout, $ferr, "$$self{'PGPexec'} $baseopts $args") || croak('PGP command error') |