Condition Coverage

blib/lib/Module/CheckLatestVersion.pm
Criterion Covered Total %
condition 0 25 0.0


and 3 conditions

line !l l&&!r l&&r condition
31 0 0 0 defined $opts->{'do_check'} and not $opts->{'do_check'}
55 0 0 0 defined $res->[2]{'installed_version'} and defined $res->[2]{'latest_version'}
65 0 0 0 $opts->{'die'} and defined $res->[2]{'latest_version'}

or 2 conditions

line l !l condition
24 0 0 $opts->{'log_level'} //= "debug"
29 0 0 $opts->{'do_check'} //= 0

or 3 conditions

line l !l&&r !l&&!r condition
23 0 0 0 $opts->{'die'} //= $ENV{'PERL_MODULE_CHECKLATESTVERSION_OPT_DIE'}
29 0 0 0 $ENV{'HARNESS_ACTIVE'} or $ENV{'RELEASE_TESTING'}
0 0 0 $ENV{'HARNESS_ACTIVE'} or $ENV{'RELEASE_TESTING'} or $ENV{'AUTOMATED_TESTING'}
0 0 0 $ENV{'HARNESS_ACTIVE'} or $ENV{'RELEASE_TESTING'} or $ENV{'AUTOMATED_TESTING'} or $ENV{'PERL_MODULE_CHECKLATESTVERSION_SKIP'}