Condition Coverage

blib/lib/Email/MIME/RFC2047/Mailbox.pm
Criterion Covered Total %
condition 8 15 53.3


and 3 conditions

line !l l&&!r l&&r condition
58 16 7 0 not ref $string and pos $string < length $string
88 0 0 16 defined $address and $address =~ /^$addr_spec_re\z/

or 3 conditions

line l !l&&r !l&&!r condition
48 17 8 0 $decoder ||= 'Email::MIME::RFC2047::Decoder'->new
93 4 0 12 not defined $name or $name eq ''
97 12 0 0 $encoder ||= 'Email::MIME::RFC2047::Encoder'->new