line |
true |
false |
branch |
16
|
0 |
0 |
unless ($user_name) |
19
|
0 |
0 |
if (ref $user_name) |
23
|
0 |
0 |
unless ($password) |
26
|
0 |
0 |
if (ref $password) |
30
|
0 |
0 |
if (exists $$params{'timeout'}) |
31
|
0 |
0 |
if ($$params{'timeout'} and $$params{'timeout'} =~ /^\d+$/) { } |
38
|
0 |
0 |
if (exists $$params{'user_agent'}) |
39
|
0 |
0 |
if ($$params{'user_agent'} and $$params{'user_agent'} =~ /\S/) |
56
|
0 |
0 |
if (length $message > 160) |
59
|
0 |
0 |
unless ($phone_number =~ /^\d+$/) |
64
|
0 |
0 |
if ($@) { } |
65
|
0 |
0 |
if ($^W) |
70
|
0 |
0 |
unless (defined $ENV{'HTTPS_VERSION'}) |
73
|
0 |
0 |
unless (defined $ENV{'HTTPS_CA_DIR'}) |
91
|
0 |
0 |
if ($@) |
94
|
0 |
0 |
unless ($response->is_success) |
98
|
0 |
0 |
if ($response_as_string =~ m[]+>([^<]+)]) { } |
100
|
0 |
0 |
if ($actual_message eq 'Message sent successfully.') { } |