Condition Coverage

lib/Mail/Make/Headers/ContentTransferEncoding.pm
Criterion Covered Total %
condition 3 14 21.4


and 3 conditions

line !l l&&!r l&&r condition
52 0 0 53 defined $encoding and length $encoding

or 2 conditions

line l !l condition
62 0 0 $self->{'_encoding'} // ""
72 53 0 shift @_ // ""
86 52 0 +(shift())->{'_encoding'} // ""
92 0 0 +(shift())->{'_encoding'} // ""

or 3 conditions

line l !l&&r !l&&!r condition
93 0 0 0 $enc eq 'base64' || $enc eq 'quoted-printable'