Branch Coverage

blib/lib/Mail/Pyzor/Digest/Pieces.pm
Criterion Covered Total %
branch 4 14 28.5


line true false branch
70 0 0 if (@subparts) { }
78 0 0 if ($main_type eq 'text') { }
87 0 0 if ($subtype eq 'html')
190 1 3 if (@$lines_ar <= 4)
207 1 17 unless defined $lines_ar->[$idx]
247 0 0 if ($encoding) { }
254 0 0 if (grep {$_ eq $encoding;} ('quopri-codec', 'quopri', 'quoted-printable', 'quotedprintable'))