| line |
l |
!l&&r |
!l&&!r |
condition |
|
269
|
0 |
4 |
0 |
$bc->{'user'} || $bc->{'port'} || defined $bc->{'host'} |
|
346
|
0 |
0 |
8 |
$components{'user'} or $components{'port'} |
|
|
0 |
0 |
8 |
$components{'user'} or $components{'port'} or defined $components{'host'} |
|
376
|
0 |
0 |
8 |
$base{'user'} or $base{'port'} |
|
|
0 |
8 |
0 |
$base{'user'} or $base{'port'} or defined $base{'host'} |
|
425
|
0 |
0 |
0 |
defined $scheme or defined $auth |
|
471
|
0 |
0 |
0 |
$i < 0 or $i != index($bpath, '/', $li) |
|
|
0 |
0 |
0 |
$i < 0 or $i != index($bpath, '/', $li) or substr($path, $li, $i - $li) ne substr($bpath, $li, $i - $li) |
|
524
|
1 |
0 |
13 |
$components->{'user'} or $components->{'port'} |
|
|
0 |
12 |
1 |
$components->{'user'} or $components->{'port'} or defined $components->{'host'} |