Condition Coverage

blib/lib/Mail/Transport/IMAP4.pm
Criterion Covered Total %
condition 0 35 0.0


and 3 conditions

line !l l&&!r l&&r condition
90 0 0 0 @types == 1 and $types[0] eq "AUTO"
210 0 0 0 defined $self->{'MTI_folder'} and $name eq $self->{'MTI_folder'}
251 0 0 0 defined $top and $top eq "/"
474 0 0 0 $date and not $date =~ /\D/
488 0 0 0 defined $folder && $imap

or 2 conditions

line l !l condition
33 0 0 $args->{'imap_client'} || 'Mail::IMAPClient'
44 0 0 $args->{'via'} ||= "imap4"
48 0 0 $args->{'authenticate'} || 'AUTO'
268 0 0 (split(/\Q$sep\E/, $_, 0))[$level] or ""

or 3 conditions

line l !l&&r !l&&!r condition
41 0 0 0 $args->{'port'} ||= $args->{'ssl'} ? 993 : 143
58 0 0 0 $opts{'Starttls'} ||= $args->{'starttls'}
59 0 0 0 $opts{'Ssl'} ||= $args->{'ssl'}
221 0 0 0 $name eq "/" or $imap->select($name)