line |
!l |
l&&!r |
l&&r |
condition |
60
|
57 |
0 |
0 |
$self->{'delayload'} and defined $cookies->{'//+delayload'} |
79
|
73 |
1 |
1 |
$secure and not $secure_request |
82
|
56 |
18 |
0 |
$expires and $expires < $now |
102
|
43 |
31 |
0 |
$version > 0 and $netscape_only |
119
|
71 |
3 |
0 |
$val =~ /\W/ and $version |
241
|
41 |
50 |
14 |
not $first_param and lc $k eq 'expires' |
|
41 |
48 |
2 |
not $first_param and lc($k) =~ /^(?:version|discard|ns-cookie)/ |
317
|
51 |
2 |
23 |
defined $domain and $domain ne $req_host |
|
53 |
6 |
17 |
defined $domain and $domain ne $req_host and $domain ne ".$req_host" |
319
|
17 |
0 |
0 |
not $domain =~ /\./ and $domain ne 'local' |
331
|
11 |
3 |
2 |
$hostpre =~ /\./ and not $ns_cookie |
341
|
23 |
1 |
49 |
defined $path and $path ne '' |
344
|
29 |
16 |
4 |
not $ns_cookie and substr($req_path, 0, length $path) ne $path |
396
|
0 |
0 |
73 |
defined $path && $path =~ m[^/] && defined $key |
417
|
2 |
60 |
3 |
defined $rest and %$rest |
572
|
30 |
18 |
0 |
$discard and $skip_discard |