Condition Coverage

blib/lib/SMS/Send/UK/Kapow.pm
Criterion Covered Total %
condition 0 74 0.0


and 3 conditions

line !l l&&!r l&&r condition
267 0 0 0 defined $opts{'to'} and defined $opts{'text'}
277 0 0 0 defined($$self{'_login'} || $$self{'_user'}) and defined $$self{'_password'}
314 0 0 0 defined $response and $response->is_success
331 0 0 0 defined $opts{'_wait'} and not $opts{'_wait'}
0 0 0 defined $$self{'_wait'} and not $$self{'_wait'}
341 0 0 0 $reply and substr($reply, 0, 1) ne 'N'
378 0 0 0 my $username = $$self{'_login'} || $$self{'_user'} and my $password = $$self{'_password'}
457 0 0 0 defined $response and $response->is_success

or 2 conditions

line l !l condition
283 0 0 $$self{'_send_via'} || 'http'
284 0 0 $$self{'_http_method'} || 'post'
290 0 0 $$self{'_login'} || $$self{'_user'} || ''
0 0 $$self{'_password'} || ''
0 0 $opts{'to'} || ''
0 0 $opts{'text'} || ''
0 0 $opts{'_from_id'} || $$self{'_from_id'} || undef
0 0 $opts{'_route'} || $$self{'_route'} || undef
0 0 $opts{'_url'} || $$self{'_url'} || undef
371 0 0 $opts{'text'} || ''
372 0 0 $opts{'to'} || ''
439 0 0 $$self{'_send_via'} || 'http'
440 0 0 $$self{'_http_method'} || 'get'

or 3 conditions

line l !l&&r !l&&!r condition
202 0 0 0 ref $class || $class
277 0 0 0 $$self{'_login'} || $$self{'_user'}
369 0 0 0 $$self{'_email_via'} || ($IS_WINDOWS ? 'smtp' : 'sendmail')
378 0 0 0 $$self{'_login'} || $$self{'_user'}
384 0 0 0 $opts{'_from'} || $$self{'_from'}
431 0 0 0 shift() || $$self{'_msg_delivery_id'}
445 0 0 0 $$self{'_login'} || $$self{'_user'}
451 0 0 0 $$self{'_login'} || $$self{'_user'}