Condition Coverage

blib/lib/Config/Identity.pm
Criterion Covered Total %
condition 8 13 61.5


and 2 conditions

line l !l condition
19 0 1 $gpg = File::Which::which($_) and last

and 3 conditions

line !l l&&!r l&&r condition
52 0 0 12 defined $stub and length $stub

or 2 conditions

line l !l condition
132 6 0 shift() || []

or 3 conditions

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----/