Branch Coverage

blib/lib/SMS/Send/IN/eSMS.pm
Criterion Covered Total %
branch 3 30 10.0


line true false branch
36 0 2 unless $args{'_login'}
37 0 2 unless $args{'_password'}
38 0 2 unless $args{'_senderid'}
61 0 0 if $self->{'_debug'}
64 0 0 if $self->{'_debug'}
68 0 0 if $self->{'_debug'}
72 0 0 unless $res->is_success
103 0 0 unless length $text <= 160
123 0 0 if (length $dest == 12 or length $dest == 10) { }
124 0 0 if (length $dest == 12)
126 0 0 unless $countrycode eq '91'
128 0 0 if (length $dest == 10)
135 0 0 unless $checkseries =~ /[9|8|7]/
149 0 0 if ($res_content =~ /^[0-9]+$/ and length $res_content == 19) { }
153 0 0 if ($uecodes{$ecode})