| blib/lib/SMS/Send/BudgetSMS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 8 | 15 | 53.3 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 16 | 1 | 1 | 4 | $args{'_login'} and $args{'_password'} |
| 1 | 1 | 3 | $args{'_login'} and $args{'_password'} and $args{'_userid'} | |
| 37 | 1 | 1 | 0 | $args{'to'} and $args{'text'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 41 | 0 | 0 | 0 | $args{'_from'} or $self->{'_from'} |
| 57 | 0 | 0 | 0 | $args{'_from'} || $self->{'_from'} |