Condition Coverage

blib/lib/Mail/MtPolicyd/Plugin/Condition.pm
Criterion Covered Total %
condition 5 12 41.6


and 3 conditions

line !l l&&!r l&&r condition
36 0 1 4 defined $self->match and $value eq $self->match
42 1 0 0 defined $regex and $value =~ /$regex/
46 1 0 0 defined $self->lt_match and $value < $self->lt_match
51 1 0 0 defined $self->gt_match and $value > $self->gt_match