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
167 0 0 0 $op eq '=~' and $raw =~ /$patt/
0 0 0 $op eq '!~' and not $raw =~ /$patt/
180 0 0 0 $op eq '=~' and $text =~ /$patt/
0 0 0 $op eq '!~' and not $text =~ /$patt/
192 0 0 0 $op eq '=~' and $text =~ /$patt/
0 0 0 $op eq '!~' and not $text =~ /$patt/
204 0 0 0 $op eq '=~' and $text =~ /$patt/
0 0 0 $op eq '!~' and not $text =~ /$patt/
216 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 62 0 ref $class || $class
167 0 0 0 $op eq '=~' and $raw =~ /$patt/ or $op eq '!~' and not $raw =~ /$patt/
180 0 0 0 $op eq '=~' and $text =~ /$patt/ or $op eq '!~' and not $text =~ /$patt/
192 0 0 0 $op eq '=~' and $text =~ /$patt/ or $op eq '!~' and not $text =~ /$patt/
204 0 0 0 $op eq '=~' and $text =~ /$patt/ or $op eq '!~' and not $text =~ /$patt/
216 0 0 0 $op eq '=~' and $text =~ /$patt/ or $op eq '!~' and not $text =~ /$patt/