| File: | Dpkg/OpenPGP.pm |
| Coverage: | 54.5% |
| line | % | coverage | condition | ||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 55 | 33 |
| ref $this || $this | ||||||||||||
| 60 | 100 |
| $opts{'backend'} // "auto" | ||||||||||||
| 63 | 100 |
| $opts{'cmd'} // "auto" | ||||||||||||
| 50 |
| $opts{'cmdv'} // "auto" | |||||||||||||
| 68 | 100 |
| $opts{'needs'}{'api'} //= "full" | ||||||||||||
| 69 | 50 |
| $opts{'needs'}{'keystore'} //= 0 | ||||||||||||
| 111 | 33 |
| $needs->{'keystore'} and not $module->has_keystore | ||||||||||||
| 124 | 33 |
| $key->type eq "keyfile" and not -f $key->handle | ||||||||||||
| 125 | 33 |
| $key->type eq "keystore" and not -e $key->handle |