| blib/lib/SMS/Send.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 18 | 21 | 85.7 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 256 | 0 | 1 | 0 | $to =~ /^\+/ and length $to <= 7 |
| 289 | 7 | 4 | 14 | defined $_[0] && !ref($_[0]) && length $_[0] |
| 297 | 2 | 3 | 20 | defined $name and not ref $name |
| 5 | 1 | 19 | defined $name and not ref $name and length $name | |
| 314 | 11 | 1 | 2 | $@ and $@ =~ /^Can't locate / |
| 324 | 1 | 1 | 9 | $driver->isa("SMS::Send::Driver") and $driver ne "SMS::Send::Driver" |
| 339 | 0 | 3 | 1 | _STRING($key) and $key =~ /^_/ |