line |
true |
false |
branch |
52
|
0 |
0 |
if ($enabled eq 'off')
|
56
|
0 |
0 |
if ($self->is_in_honeypot($r, $ip))
|
59
|
0 |
0 |
if ($self->is_honeypot_recipient($recipient))
|
70
|
0 |
0 |
if ($self->mode eq 'reject')
|
76
|
0 |
0 |
if (defined $self->score and not $r->is_already_done($self->name . '-score'))
|
79
|
0 |
0 |
if (defined $self->chain)
|
89
|
0 |
0 |
if ($self->is_in_recipients($recipient) or $self->is_in_recipients_re($recipient))
|
100
|
0 |
0 |
if (grep {$_ eq $recipient;} @{$self->_recipients;})
|
110
|
0 |
0 |
if (grep {$recipient =~ /$_/;} @{$self->_recipients_re;})
|
120
|
0 |
0 |
if (my $ticket = $r->server->memcached->get($key))
|