Condition Coverage

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


and 3 conditions

line !l l&&!r l&&r condition
87 0 0 0 @types == 1 and $types[0] eq "AUTO"
206 0 0 0 $retries > 0 and --$retries == 0
226 0 0 0 defined $self->{'MTI_folder'} and $name eq $self->{'MTI_folder'}
267 0 0 0 defined $top and $top eq "/"
491 0 0 0 $date and not $date =~ /\D/

or 2 conditions

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

or 3 conditions

line l !l&&r !l&&!r condition
34 0 0 0 $args->{'port'} ||= $args->{'ssl'} ? 993 : 143
51 0 0 0 $opts{'Starttls'} ||= $args->{'starttls'}
52 0 0 0 $opts{'Ssl'} ||= $args->{'ssl'}
140 0 0 0 $self->log <= $debug_level or $self->trace <= $debug_level
237 0 0 0 $name eq "/" or $imap->select($name)