| line |
!l |
l&&!r |
l&&r |
condition |
|
110
|
516 |
32 |
3 |
$strict_quotes and $string =~ m<[\s\t \(\);=<>\@,:\\/\[\]\?]> |
|
|
32 |
482 |
34 |
not $strict_quotes and $string =~ /[\s\t \(\);=]/ |
|
370
|
571 |
2 |
1 |
ref $search->{'key'} eq "Regexp" and $self->key =~ /$search->{'key'}/ |
|
390
|
670 |
4 |
1 |
ref $search->{'value'} eq "Regexp" and $self->value =~ /$search->{'value'}/ |
|
410
|
12 |
2 |
2 |
ref $search->{'authserv_id'} eq "Regexp" and $authserv_id =~ /$search->{'authserv_id'}/ |
|
431
|
259 |
49 |
5 |
lc ref $self eq "mail::authenticationresults::header" and lc $search->{'isa'} eq "header" |