Branch Coverage

blib/lib/MIME/BodyMunger.pm
Criterion Covered Total %
branch 8 24 33.3


line true false branch
51 0 0 unless $entity->effective_type =~ qr"\Atext/(?:html|plain)(?:$|;)"i
57 0 0 if lc $charset eq "macintosh"
59 0 0 unless my $known_charset = &Encode::find_encoding($charset)
65 0 0 $known_charset ? :
72 0 0 if ($changed)
74 0 0 $known_charset ? :
95 0 8 unless $entity->effective_type =~ qr"\Atext/(?:html|plain)(?:$|;)"i
101 1 7 if lc $charset eq "macintosh"
103 0 8 unless my $known_charset = &Encode::find_encoding($charset)
112 13 0 $known_charset ? :
119 7 1 if ($changed)
121 13 0 $known_charset ? :