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
295 0 0 0 defined $properties{'-disposition'} and 'inline' eq lc $properties{'-disposition'}
342 0 0 0 defined $properties{'-disposition'} and 'inline' eq lc $properties{'-disposition'}
373 0 0 0 defined $properties{'-disposition'} and 'inline' eq lc $properties{'-disposition'}
408 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 ''