Condition Coverage

blib/lib/Email/Send/SMTP/Gmail.pm
Criterion Covered Total %
condition 0 15 0.0


and 3 conditions

line !l l&&!r l&&r condition
291 0 0 0 defined $properties{'-disposition'} and 'inline' eq lc $properties{'-disposition'}
338 0 0 0 defined $properties{'-disposition'} and 'inline' eq lc $properties{'-disposition'}
369 0 0 0 defined $properties{'-disposition'} and 'inline' eq lc $properties{'-disposition'}
404 0 0 0 defined $properties{'-disposition'} and 'inline' eq lc $properties{'-disposition'}

or 3 conditions

line l !l&&r !l&&!r condition
217 0 0 0 not defined $mail->{'to'} or $mail->{'to'} eq ''