Condition Coverage

blib/lib/Config/Identity.pm
Criterion Covered Total %
condition 7 11 63.6


and 2 conditions

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

and 3 conditions

line !l l&&!r l&&r condition
51 0 0 6 defined $stub and length $stub

or 3 conditions

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