Branch Coverage

blib/lib/Email/Simple/Creator.pm
Criterion Covered Total %
branch 8 8 100.0


line true false branch
21 1 24 unless defined $value
23 1 24 if $key =~ /[^\x00-\xFF]/
24 1 24 if $value =~ /[^\x00-\xFF]/
26 1 24 if ($value =~ s/[\x0a\x0b\x0c\x0d\x85\x{2028}\x{2029}]+/ /g)