Condition Coverage

lib/Synapse/MailSender.pm
Criterion Covered Total %
condition 11 19 57.8


or 2 conditions

line l !l condition
101 0 5 $$self{'Sendmail'} ||= '/usr/sbin/sendmail'
148 0 5 $$self{'Cc'} ||= []
161 0 5 $$self{'Bcc'} ||= []
197 2 1 $$self{'Body'} ||= []
209 35 4 $$self{'Body'} ||= []
221 3 0 $$self{'Body'} ||= []
233 10 5 $$self{'Attach'} ||= []
389 5 0 $$self{'Attach'} ||= []

or 3 conditions

line l !l&&r !l&&!r condition
412 0 0 0 $$self{'SetSender'} || $$self{'From'}[0]