blib/lib/Mail/Pyzor/Digest/Pieces.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 4 | 14 | 28.5 |
line | true | false | branch |
---|---|---|---|
88 | 0 | 0 | if (@subparts) { } |
96 | 0 | 0 | if ($main_type eq 'text') { } |
105 | 0 | 0 | if ($subtype eq 'html') |
208 | 1 | 3 | if (@$lines_ar <= 4) |
225 | 1 | 17 | unless defined $lines_ar->[$idx] |
265 | 0 | 0 | if ($encoding) { } |
272 | 0 | 0 | if (grep {$_ eq $encoding;} ('quopri-codec', 'quopri', 'quoted-printable', 'quotedprintable')) |