Condition Coverage

blib/lib/Test/Dependencies.pm
Criterion Covered Total %
condition 31 47 65.9


and 3 conditions

line !l l&&!r l&&r condition
259 2 0 0 defined $min_perl_ver && $min_perl_ver < $ver
261 2 0 0 defined $min_perl_ver && $min_perl_ver < $ver
269 0 8 16 $exclude_re and $mod =~ /$exclude_re/
298 0 8 8 $exclude_re and $mod =~ /$exclude_re/
304 0 18 2 $exclude_re and $mod =~ /$exclude_re/

or 2 conditions

line l !l condition
234 3 0 $options{'ignores'} // []
240 0 3 $phases //= ["runtime", "configure", "build", "test", "develop"]
264 2 1 $minimum_perl //= "v5.0.0"
265 2 1 $min_perl_ver //= 5

or 3 conditions

line l !l&&r !l&&!r condition
238 0 2 1 $features //= $meta->features
269 2 2 24 $mod eq "perl" or $mod =~ /$ignores_re/
4 16 8 $mod eq "perl" or $mod =~ /$ignores_re/ or $exclude_re and $mod =~ /$exclude_re/
275 0 0 8 "Module::CoreList"->deprecated_in($mod) or "Module::CoreList"->removed_from($mod)
298 2 8 8 $mod =~ /$ignores_re/ or $exclude_re and $mod =~ /$exclude_re/
304 0 0 20 $mod =~ /$ignores_re/ or $mod =~ /^v?\d+[.]\d+/
0 2 18 $mod =~ /$ignores_re/ or $mod =~ /^v?\d+[.]\d+/ or $exclude_re and $mod =~ /$exclude_re/
324 10 4 0 $first_in <= $min_perl_ver || (exists $required{$mod}, "Used CORE module '${mod}' in core before " . "Perl $minimum_perl (since $v) " . 'or explicitly required')