| blib/lib/WebService/UrbanAirship/APNS.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 1 | 28 | 3.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 143 | 0 | 0 | 0 | $args{'tags'} and ref $args{'tags'} |
| 275 | 0 | 0 | 0 | ref $exclude and ref $exclude eq 'ARRAY' |
| 326 | 0 | 0 | 0 | $start and $end |
| 437 | 0 | 0 | 0 | ref $schedule and ref $schedule eq 'ARRAY' |
| 444 | 0 | 0 | 0 | ref $exclude and ref $exclude eq 'ARRAY' |
| line | l | !l | condition |
|---|---|---|---|
| 391 | 0 | 0 | delete $args{'device_tokens'} || [] |
| 397 | 0 | 0 | delete $args{'aliases'} || [] |
| 406 | 0 | 0 | delete $args{'tags'} || [] |
| 413 | 0 | 0 | scalar @$aliases or scalar @$tokens |
| 0 | 0 | scalar @$aliases or scalar @$tokens or scalar @$tags |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 74 | 0 | 2 | 0 | $$self{'_ua'} || 'LWP::UserAgent'->new('agent', $self->_agent, 'protocols_allowed', ['https'], 'timeout', $self->_timeout) |