Condition Coverage

blib/lib/Mail/SpamAssassin/Plugin/URIDetail.pm
Criterion Covered Total %
condition 1 48 2.0


and 3 conditions

line !l l&&!r l&&r condition
166 0 0 0 $op eq '=~' and $raw =~ /$patt/
0 0 0 $op eq '!~' and not $raw =~ /$patt/
179 0 0 0 $op eq '=~' and $text =~ /$patt/
0 0 0 $op eq '!~' and not $text =~ /$patt/
191 0 0 0 $op eq '=~' and $text =~ /$patt/
0 0 0 $op eq '!~' and not $text =~ /$patt/
203 0 0 0 $op eq '=~' and $text =~ /$patt/
0 0 0 $op eq '!~' and not $text =~ /$patt/
215 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
86 0 63 0 ref $class || $class
166 0 0 0 $op eq '=~' and $raw =~ /$patt/ or $op eq '!~' and not $raw =~ /$patt/
179 0 0 0 $op eq '=~' and $text =~ /$patt/ or $op eq '!~' and not $text =~ /$patt/
191 0 0 0 $op eq '=~' and $text =~ /$patt/ or $op eq '!~' and not $text =~ /$patt/
203 0 0 0 $op eq '=~' and $text =~ /$patt/ or $op eq '!~' and not $text =~ /$patt/
215 0 0 0 $op eq '=~' and $text =~ /$patt/ or $op eq '!~' and not $text =~ /$patt/