Condition Coverage

lib/Mail/AuthenticationResults/Parser.pm
Criterion Covered Total %
condition 12 12 100.0


and 3 conditions

line !l l&&!r l&&r condition
115 329 595 83 $last_non_comment_type ne "assignment" and $header =~ /^\./
595 325 4 $last_non_comment_type eq "assignment" and $header =~ /^\./
325 591 4 $last_non_comment_type ne "assignment" and $header =~ m[^/]
591 323 2 $last_non_comment_type eq "assignment" and $header =~ m[^/]