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
261 2 0 0 defined $min_perl_ver && $min_perl_ver < $ver
263 2 0 0 defined $min_perl_ver && $min_perl_ver < $ver
271 0 16 8 $exclude_re and $mod =~ /$exclude_re/
300 0 12 4 $exclude_re and $mod =~ /$exclude_re/
306 0 22 2 $exclude_re and $mod =~ /$exclude_re/

or 2 conditions

line l !l condition
236 3 0 $options{'ignores'} // []
242 0 3 $phases //= ['runtime', 'configure', 'build', 'test', 'develop']
266 2 1 $minimum_perl //= 'v5.0.0'
267 2 1 $min_perl_ver //= 5

or 3 conditions

line l !l&&r !l&&!r condition
240 0 2 1 $features //= $meta->features
271 2 2 24 $mod eq 'perl' or $mod =~ /$ignores_re/
4 8 16 $mod eq 'perl' or $mod =~ /$ignores_re/ or $exclude_re and $mod =~ /$exclude_re/
277 0 0 16 'Module::CoreList'->deprecated_in($mod) or 'Module::CoreList'->removed_from($mod)
300 2 4 12 $mod =~ /$ignores_re/ or $exclude_re and $mod =~ /$exclude_re/
306 0 0 24 $mod =~ /$ignores_re/ or $mod =~ /^v?\d+[.]\d+/
0 2 22 $mod =~ /$ignores_re/ or $mod =~ /^v?\d+[.]\d+/ or $exclude_re and $mod =~ /$exclude_re/
326 10 6 0 $first_in <= $min_perl_ver || (exists $required{$mod}, "Used CORE module '${mod}' in core before " . "Perl $minimum_perl (since $v) " . 'or explicitly required')