| blib/lib/SMS/AQL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 2 | 17 | 11.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 106 | 0 | 0 | 1 | $params->{'username'} and $params->{'password'} |
| 203 | 0 | 0 | 0 | $response and $response->is_success |
| 286 | 0 | 0 | 0 | $response and $response->is_success |
| line | l | !l | condition |
|---|---|---|---|
| 111 | 1 | 0 | $package || 'SMS::AQL' |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 189 | 0 | 0 | 0 | $opts->{'sender'} || $self->{'options'}{'sender'} |
| 519 | 0 | 0 | 0 | not $url or ref $url |