Condition Coverage

blib/lib/Net/SMS/BulkSMS.pm
Criterion Covered Total %
condition 0 28 0.0


and 3 conditions

line !l l&&!r l&&r condition
62 0 0 0 $$this{'password'} and $$this{'username'}
124 0 0 0 $max_recipients and $count > $max_recipients
212 0 0 0 $arg{'message'} and $arg{'msisdn'}

or 2 conditions

line l !l condition
86 0 0 $$this{'max_senderlen'} || 11
96 0 0 $$this{'max_msglen'} || 160
122 0 0 $$this{'max_recipients'} || 0
221 0 0 $$this{'num_retries'} || 3
245 0 0 $$this{'num_retries'} || 3
250 0 0 $desc ||= ''
264 0 0 $desc ||= ''
326 0 0 $desc ||= ''

or 3 conditions

line l !l&&r !l&&!r condition
79 0 0 0 $$this{'url'}{$arg{'txn'}} || confess("suburl for transaction $arg{'txn'} not defined")