| line |
!l |
l&&!r |
l&&r |
condition |
|
26
|
0 |
0 |
2 |
-d $blib and -d "File::Spec"->catdir($blib, "arch") |
|
|
0 |
0 |
2 |
-d $blib and -d "File::Spec"->catdir($blib, "arch") and -d "File::Spec"->catdir($blib, "lib") |
|
46
|
0 |
0 |
2 |
@parts >= 2 and $parts[-1] eq "lib" |
|
|
0 |
2 |
0 |
@parts >= 2 and $parts[-1] eq "lib" and $parts[-2] eq 't' || $parts[-2] eq 'xt' |
|
94
|
36 |
0 |
6 |
/\.pm\z/ && -f 'File::Spec'->catfile($dir, $_) |
|
116
|
0 |
6 |
0 |
defined &PerlIO::get_layers && grep(($_ eq 'utf8'), &PerlIO::get_layers($fh)) |
|
150
|
0 |
1 |
2 |
defined $symbols && !%$symbols |