Branch Coverage

blib/lib/SMS/CPAGateway.pm
Criterion Covered Total %
branch 0 20 0.0


line true false branch
79 0 0 unless ($recipient =~ /^\+/)
81 0 0 if ($recipient =~ /^00/) { }
91 0 0 if (not defined $price) { }
0 0 elsif (not $price =~ /^\d+$/) { }
152 0 0 unless (defined $self->_prevID and $self->_prevID eq $self->id)
169 0 0 if (ref $error)
192 0 0 if ($content =~ /^\s*ok/i) { }
0 0 elsif ($content =~ /^\s*err/i) { }
227 0 0 if ($self->_attemptSend($host, $URI))
250 0 0 if ($reply->is_success) { }