Condition Coverage

blib/lib/Mail/Server/IMAP4/Fetch.pm
Criterion Covered Total %
condition 17 41 41.4


and 3 conditions

line !l l&&!r l&&r condition
161 8 8 0 $extended and $self->{'bodyMD5'} || $self->{'disposition'} || $self->{'language'}
207 7 0 1 exists $self->{'nest'} and $take == 1
2 1 4 exists $self->{'parts'} and @{$self->{'parts'};} >= $take

or 2 conditions

line l !l condition
125 2 0 $subtype || 'MIXED'
149 16 0 $mediatype || 'TEXT'
16 0 $subtype || 'PLAIN'
14 2 $self->{'transferenc'} || '8BIT'
227 0 0 $self->{'subject'} || ''
230 0 0 $self->{'headbegin'} || 0
231 0 0 $self->{'bodybegin'} || '?'
232 0 0 $self->{'bodyend'} || '?'
233 0 0 $self->{'bodysize'} // "?"
234 0 0 $self->{'bodylines'} // "?"

or 3 conditions

line l !l&&r !l&&!r condition
83 0 5 2 $head->get('Content-Message-ID') || $head->get('Message-ID')
132 0 0 1 @attr or @disp
0 0 1 @attr or @disp or defined $self->{'language'}
161 8 0 0 $self->{'bodyMD5'} || $self->{'disposition'} || $self->{'language'}