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