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') |