line |
!l |
l&&!r |
l&&r |
condition |
96
|
6 |
0 |
0 |
defined $ENV{'MOD_PERL'} and $ENV{'MOD_PERL'} ne '' |
194
|
41 |
0 |
0 |
$ENV{'MOD_PERL'} and defined $mod_perl::VERSION |
507
|
10 |
0 |
0 |
$port != 80 and $port != 443 |
578
|
0 |
0 |
1 |
defined $query_str and $query_str ne '' |
690
|
0 |
0 |
10 |
ref $param_hash eq 'HASH' and %$param_hash |
691
|
7 |
0 |
3 |
defined $sep and $sep ne '' |
749
|
0 |
0 |
0 |
$cookies and %$cookies |
826
|
0 |
0 |
0 |
$max_size > 0 and $content_length > $max_size |
831
|
0 |
0 |
0 |
$method eq 'post' and $ENV{'CONTENT_TYPE'} =~ m[^multipart/form-data] |
861
|
0 |
0 |
0 |
lc $method eq 'post' and $self->getContentType =~ m[^multipart/form-data] |
958
|
0 |
0 |
0 |
scalar @_ == 1 and wantarray |
989
|
0 |
0 |
0 |
defined $$self{'_multivalue_delimiter'} and $$self{'_multivalue_delimiter'} ne '' |
|
0 |
0 |
0 |
defined $multivalue_delimiter and $multivalue_delimiter ne '' |
1081
|
0 |
0 |
0 |
defined $host and $host ne '' |
1137
|
6 |
0 |
4 |
defined $https && lc $https eq 'on' |
1139
|
0 |
10 |
0 |
defined $port and $port == 443 |
1250
|
0 |
0 |
0 |
$arg_count == 1 and ref $args[0] ne 'HASH' |
1266
|
0 |
0 |
0 |
$content_type =~ /^text/ and not $content_type =~ /\bcharset\b/ |
1276
|
0 |
0 |
0 |
defined $cookies and $cookies |
1297
|
0 |
0 |
0 |
defined $cookies and $cookies |
1303
|
0 |
0 |
0 |
defined $content_type and $content_type ne '' |
1346
|
0 |
0 |
0 |
$self->_isModPerl and $r = $self->_getApacheRequest |
1360
|
0 |
0 |
0 |
$arg_count == 1 and ref $args[0] ne 'HASH' |
1872
|
0 |
0 |
0 |
substr($buf, -1, 1) eq $end_char and $buf =~ /^--$boundary(?:--)?$eol$/ |
|
0 |
0 |
0 |
substr($buf, -1, 1) eq $end_char and $buf =~ /^--$boundary(?:--)?$eol$/ and $body =~ /$eol$/ |
1902
|
0 |
0 |
0 |
substr($buf, -1, 1) eq $end_char and $buf =~ /^--$boundary(?:--)?$eol$/ |
|
0 |
0 |
0 |
substr($buf, -1, 1) eq $end_char and $buf =~ /^--$boundary(?:--)?$eol$/ and $buf2 =~ /$eol$/ |