Branch Coverage

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


line true false branch
17 0 0 unless $entity->effective_type =~ qr"\Atext/(?:html|plain)(?:$|;)"i
23 0 0 if lc $charset eq 'macintosh'
25 0 0 unless my $known_charset = &Encode::find_encoding($charset)
31 0 0 $known_charset ? :
38 0 0 if ($changed)
40 0 0 $known_charset ? :
48 0 8 unless $entity->effective_type =~ qr"\Atext/(?:html|plain)(?:$|;)"i
54 1 7 if lc $charset eq 'macintosh'
56 0 8 unless my $known_charset = &Encode::find_encoding($charset)
65 13 0 $known_charset ? :
72 7 1 if ($changed)
74 13 0 $known_charset ? :