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