Condition Coverage

blib/lib/Mail/Send/Loop.pm
Criterion Covered Total %
condition 0 65 0.0


and 3 conditions

line !l l&&!r l&&r condition
137 0 0 0 $sender_list and $rpient_list
219 0 0 0 $mail_mode =~ /1tom/i and $socketClosed != 1
239 0 0 0 $sender_list and $rpient_list
0 0 0 $sender_list and $rpient_list and $mail_body
279 0 0 0 $mail_mode =~ /1tom/i and $socketClosed != 1

or 2 conditions

line l !l condition
57 0 0 $obj_parms{'mail_port'} || 25
58 0 0 $obj_parms{'greeting'} || 'test.net'
62 0 0 $obj_parms{'mail_mode'} || '1tom'
63 0 0 $obj_parms{'mail_count'} || '0'
90 0 0 shift() || ''
130 0 0 $usr_parms{'mail_subject'} || 'send the file as attachment'
131 0 0 $usr_parms{'mail_txt_body'} || 'this is a test email with MIME attachment'
333 0 0 shift() || '127.0.0.1'
334 0 0 shift() || '25'
335 0 0 shift() || 'test.net'

or 3 conditions

line l !l&&r !l&&!r condition
129 0 0 0 $usr_parms{'mail_mode'} || $$self{'mail_mode'}
132 0 0 0 $usr_parms{'greeting'} || $$self{'greeting'}
133 0 0 0 $usr_parms{'senders'} || $$self{'senders'}
134 0 0 0 $usr_parms{'recipients'} || $$self{'recipients'}
135 0 0 0 $usr_parms{'mail_count'} || $$self{'mail_count'}
230 0 0 0 $usr_parms{'mail_mode'} || $$self{'mail_mode'}
231 0 0 0 $usr_parms{'greeting'} || $$self{'greeting'}
232 0 0 0 $usr_parms{'senders'} || $$self{'senders'}
233 0 0 0 $usr_parms{'recipients'} || $$self{'recipients'}
234 0 0 0 $usr_parms{'mail_count'} || $$self{'mail_count'}