Condition Coverage

blib/lib/Mail/Message/Field/AuthResults.pm
Criterion Covered Total %
condition 7 17 41.1


and 3 conditions

line !l l&&!r l&&r condition
187 0 0 11 $r->{'method'} and $r->{'result'}

or 2 conditions

line l !l condition
188 2 9 $r->{'method_version'} ||= 1

or 3 conditions

line l !l&&r !l&&!r condition
84 2 0 0 $string =~ s/^\"([^"]*)\"// or $string =~ s/^\'([^']*)\'//
2 0 0 $string =~ s/^\"([^"]*)\"// or $string =~ s/^\'([^']*)\'// or $string =~ s/^(\w+)//
106 0 0 8 $string =~ s/^\"([^"]*)\"// or $string =~ s/^\'([^']*)\'//
0 8 0 $string =~ s/^\"([^"]*)\"// or $string =~ s/^\'([^']*)\'// or $string =~ s/^([\w\@.-]+)//