Branch Coverage

blib/lib/Mail/MtPolicyd/Plugin/ScoreAction.pm
Criterion Covered Total %
branch 7 14 50.0


line true false branch
29 1 1 if ($self->match eq 'gt' and $score < $threshold) { }
0 1 elsif ($self->match eq 'lt' and $score > $threshold) { }
0 1 elsif (not $self->match =~ /^[lg]t$/) { }
38 1 0 if (defined $action)
40 1 0 if (defined $ip) { }
47 1 0 if (defined $score_detail) { }
59 0 0 if (defined $self->chain)