blib/lib/Net/APNs/HTTP2.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 19 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
166 | 0 | 0 | 0 | $self->{'_client'} and not $self->{'_client'}->shutdown |
169 | 0 | 0 | 0 | $self->{'_handle'} and not $self->{'_handle'}->destroyed |
line | l | !l | condition |
---|---|---|---|
121 | 0 | 0 | $extra_header->{'apns_expiration'} || 0 |
122 | 0 | 0 | $extra_header->{'apns_priority'} || 10 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
41 | 0 | 0 | 0 | $self->{'_client'} ||= 'Protocol::HTTP2::Client'->new('keepalive', 1) |
103 | 0 | 0 | 0 | $self->{'_cache'} ||= 'Cache::Memory::Simple'->new |
123 | 0 | 0 | 0 | $extra_header->{'apns_topic'} || $self->bundle_id |