blib/lib/Config/Identity.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 13 | 61.5 |
line | l | !l | condition |
---|---|---|---|
19 | 0 | 1 | $gpg = File::Which::which($_) and last |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
52 | 0 | 0 | 12 | defined $stub and length $stub |
line | l | !l | condition |
---|---|---|---|
132 | 6 | 0 | shift() || [] |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
17 | 3 | 1 | 0 | $gpg ||= do { require File::Which; $gpg = File::Which::which($_) and last foreach ('gpg', 'gpg2'); $gpg } |
79 | 1 | 2 | 8 | $binary or $content =~ /----BEGIN PGP MESSAGE----/ |