Branch Coverage

blib/lib/SMS/Send/IN/NICSMS.pm
Criterion Covered Total %
branch 4 36 11.1


line true false branch
20 0 1 unless $args{'_login'}
21 0 1 unless $args{'_password'}
22 0 1 unless $args{'_signature'}
23 0 1 unless $args{'_dlt_entity_id'}
51 0 0 if $self->{'_debug'}
54 0 0 if $self->{'_debug'}
60 0 0 if ($errorbroker) { }
62 0 0 if $self->{'_debug'}
76 0 0 if (exists $self->{'_iskohainstance'}) { }
77 0 0 if ($self->{'_iskohainstance'} eq 'yes') { }
82 0 0 unless $args{'text'} =~ /^\d{19}/
118 0 0 unless length $text <= 160
138 0 0 if (length $dest == 12 or length $dest == 10) { }
139 0 0 if (length $dest == 12)
141 0 0 unless $countrycode eq 91
143 0 0 if (length $dest == 10)
152 0 0 unless $checkseries =~ /[9|8|7|6]/
164 0 0 if ($res->content =~ /~code=API000 /) { }