blib/lib/CTK/Crypt/GPG.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 50 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
291 | 0 | 0 | 0 | $out && $out =~ /gpg.+?([0-9\.]+)\s*$/m |
307 | 0 | 0 | 0 | $pass and length $pass |
350 | 0 | 0 | 0 | defined $inf and length $inf |
0 | 0 | 0 | defined $inf and length $inf and -e $inf | |
354 | 0 | 0 | 0 | defined $outf and length $outf |
380 | 0 | 0 | 0 | defined $inf and length $inf |
0 | 0 | 0 | defined $inf and length $inf and -e $inf | |
384 | 0 | 0 | 0 | defined $outf and length $outf |
line | l | !l | condition |
---|---|---|---|
276 | 0 | 0 | $gpgopts ||= ["verbose","yes"] |
351 | 0 | 0 | $inf // "" |
364 | 0 | 0 | $out // "" |
365 | 0 | 0 | $err // "" |
369 | 0 | 0 | $err // "" |
381 | 0 | 0 | $inf // "" |
396 | 0 | 0 | $out // "" |
397 | 0 | 0 | $err // "" |
401 | 0 | 0 | $err // "" |
406 | 0 | 0 | $self->{'error'} // "" |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
265 | 0 | 0 | 0 | $gpgbin ||= which("gpg") |
275 | 0 | 0 | 0 | $gpgconf ||= "File::Spec"->catfile($gpghome, "gpg.conf") |