Condition Coverage

blib/lib/Mail/SpamAssassin/Plugin/URIDetail.pm
Criterion Covered Total %
condition 1 57 1.7


and 3 conditions

line !l l&&!r l&&r condition
170 0 0 0 $op eq "=~" and $raw =~ /$patt/
0 0 0 $op eq "!~" and not $raw =~ /$patt/
183 0 0 0 $op eq "=~" and $text =~ /$patt/
0 0 0 $op eq "!~" and not $text =~ /$patt/
195 0 0 0 $op eq "=~" and $text =~ /$patt/
0 0 0 $op eq "!~" and not $text =~ /$patt/
207 0 0 0 $op eq "=~" and $text =~ /$patt/
0 0 0 $op eq "!~" and not $text =~ /$patt/
219 0 0 0 $op eq "=~" and $text =~ /$patt/
0 0 0 $op eq "!~" and not $text =~ /$patt/
231 0 0 0 $op eq "=~" and $text =~ /$patt/
0 0 0 $op eq "!~" and not $text =~ /$patt/

or 3 conditions

line l !l&&r !l&&!r condition
89 0 63 0 ref $class || $class
170 0 0 0 $op eq "=~" and $raw =~ /$patt/ or $op eq "!~" and not $raw =~ /$patt/
183 0 0 0 $op eq "=~" and $text =~ /$patt/ or $op eq "!~" and not $text =~ /$patt/
195 0 0 0 $op eq "=~" and $text =~ /$patt/ or $op eq "!~" and not $text =~ /$patt/
207 0 0 0 $op eq "=~" and $text =~ /$patt/ or $op eq "!~" and not $text =~ /$patt/
219 0 0 0 $op eq "=~" and $text =~ /$patt/ or $op eq "!~" and not $text =~ /$patt/
231 0 0 0 $op eq "=~" and $text =~ /$patt/ or $op eq "!~" and not $text =~ /$patt/