| line | !l | l&&!r | l&&r | condition | 
 
| 45 | 0 | 0 | 0 | $args{'message'} and ref $args{'message'} | 
 
| 74 | 0 | 0 | 0 | $data and not $self->config | 
 
| 77 | 0 | 0 | 0 | $$data{'message'}{'to'} and not $self->to | 
 
| 80 | 0 | 0 | 0 | $$data{'message'}{'from'} and not $self->from | 
 
| 83 | 0 | 0 | 0 | $$data{'message'}{'subject'} and not $self->subject | 
 
| 86 | 0 | 0 | 0 | $$data{'message'}{'message'} and not $self->message | 
 
| 89 | 0 | 0 | 0 | $$data{'message'}{'type'} and not $self->type | 
 
| 92 | 0 | 0 | 0 | $$data{'message'}{'cc'} and not $self->cc | 
 
| 95 | 0 | 0 | 0 | $$data{'message'}{'bcc'} and not $self->bcc | 
 
| 98 | 0 | 0 | 0 | $$data{'message'}{'reply_to'} and not $self->reply_to | 
 
| 101 | 0 | 0 | 0 | $$data{'transport'} and not $self->transport | 
 
| 104 | 0 | 0 | 0 | $$data{'headers'} and not $self->headers | 
 
| 107 | 0 | 0 | 0 | $$data{'attachments'} and not $self->attachments | 
 
| 110 | 0 | 0 | 0 | $$data{'tags'} and not $self->tags |