Branch Coverage

blib/lib/Mail/MtPolicyd/Plugin/SaAwlAction.pm
Criterion Covered Total %
branch 0 24 0.0


line true false branch
37 0 0 if ($self->match eq 'gt' and $score >= $self->threshold) { }
0 0 elsif ($self->match eq 'lt' and $score <= $self->threshold) { }
53 0 0 if ($enabled eq 'off')
58 0 0 unless (defined $session->{$result_key})
63 0 0 unless (defined $count and defined $score)
67 0 0 if ($count < $self->min_count)
72 0 0 unless ($self->matches($score))
77 0 0 unless ($r->is_already_done('sa-awl-' . $self->name . '-score'))
78 0 0 if ($self->score) { }
0 0 elsif ($self->score_factor) { }
86 0 0 if ($mode eq 'reject')
92 0 0 if ($mode eq 'accept' or $mode eq 'dunno')