blib/lib/SMS/Send/RedOxygen.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 7 | 13 | 53.8 |
line | l | !l | condition |
---|---|---|---|
79 | 0 | 1 | $args{'_url'} || 'http://www.redoxygen.net/sms.dll?Action=SendSMS' |
118 | 0 | 0 | $$self{'password'} || '' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
76 | 3 | 1 | 0 | $args{'_accountid'} || Carp::croak('The _accountid parameter must be set to your RedOxygen account ID code') |
77 | 2 | 1 | 0 | $args{'_password'} || Carp::croak('The _password parameter must be set to your RedOxygen account password') |
78 | 1 | 1 | 0 | $args{'_email'} || Carp::croak('The _email parameter must be set to the email address associated with your RedOxygen account') |