| blib/lib/Mail/Server/IMAP4/Fetch.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 17 | 37 | 45.9 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 160 | 8 | 8 | 0 | $extended and $self->{'bodyMD5'} || $self->{'disposition'} || $self->{'language'} |
| 206 | 7 | 0 | 1 | exists $self->{'nest'} and $take == 1 |
| 2 | 1 | 4 | exists $self->{'parts'} and @{$self->{'parts'};} >= $take |
| line | l | !l | condition |
|---|---|---|---|
| 123 | 2 | 0 | $subtype || 'MIXED' |
| 148 | 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'} || '?' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 77 | 0 | 5 | 2 | $head->get('Content-Message-ID') || $head->get('Message-ID') |
| 130 | 0 | 0 | 1 | @attr or @disp |
| 0 | 0 | 1 | @attr or @disp or defined $self->{'language'} | |
| 160 | 8 | 0 | 0 | $self->{'bodyMD5'} || $self->{'disposition'} || $self->{'language'} |