line |
!l |
l&&!r |
l&&r |
condition |
92
|
5 |
2 |
6 |
defined $val and length $val
|
158
|
17 |
4 |
4 |
$token and not $self->token_per_request->($self, $request, $env)
|
229
|
150 |
21 |
4 |
$tag eq "head" and $self->meta_tag
|
247
|
0 |
150 |
25 |
defined $tag and defined $attr->{'method'}
|
|
150 |
0 |
25 |
defined $tag and defined $attr->{'method'} and $tag eq "form"
|
|
150 |
0 |
25 |
defined $tag and defined $attr->{'method'} and $tag eq "form" and $attr->{'method'} =~ $self->http_method_regex
|
249
|
0 |
0 |
25 |
defined $attr and exists $attr->{'action'}
|
|
0 |
25 |
0 |
defined $attr and exists $attr->{'action'} and $attr->{'action'} =~ m[^https?://([^/:]+)[/:]]
|
|
25 |
0 |
0 |
defined $attr and exists $attr->{'action'} and $attr->{'action'} =~ m[^https?://([^/:]+)[/:]] and defined $http_host
|
|
25 |
0 |
0 |
defined $attr and exists $attr->{'action'} and $attr->{'action'} =~ m[^https?://([^/:]+)[/:]] and defined $http_host and $1 ne $http_host
|