line |
!l |
l&&!r |
l&&r |
condition |
75
|
0 |
0 |
0 |
$pathname and $pieces{'name'} |
|
0 |
0 |
0 |
$pathname and $pieces{'name'} and not $pathname =~ /\Q$SEP\E$/ |
87
|
0 |
0 |
0 |
'File::Spec'->file_name_is_absolute($pathname) and not 'File::Spec'->file_name_is_absolute($dir) |
155
|
0 |
0 |
0 |
$pathname && 'File::Spec'->file_name_is_absolute(pathname_canonical($pathname)) |
159
|
0 |
0 |
0 |
$pathname && $pathname =~ /^($PROTOCOL_RE)/ && $1 |
185
|
0 |
0 |
0 |
$base && pathname_is_absolute($pathname) && !pathname_is_url($pathname) |
294
|
0 |
0 |
0 |
defined $type and $type ne '' |
361
|
0 |
0 |
0 |
$kpsewhich and my $result = `"$kpsewhich" $files` |