| blib/lib/Config/Identity.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 7 | 11 | 63.6 |
| line | l | !l | condition |
|---|---|---|---|
| 18 | 0 | 1 | $gpg = File::Which::which($_) and last |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 51 | 0 | 0 | 6 | defined $stub and length $stub |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 16 | 3 | 1 | 0 | $gpg ||= do { require File::Which; $gpg = File::Which::which($_) and last foreach ('gpg', 'gpg2'); $gpg } |
| 78 | 1 | 2 | 2 | $binary or $content =~ /----BEGIN PGP MESSAGE----/ |