| blib/lib/AnyEvent/MQTT.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 9 | 17 | 52.9 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 292 | 12 | 0 | 0 | not $self->{'clean_session'} and $qos | 
| 12 | 0 | 0 | not $self->{'clean_session'} and $qos and $self->{'_qos_msg_cache'} | |
| 518 | 2 | 18 | 31 | ref $w and defined $w->[1] | 
| 587 | 14 | 2 | 0 | $qos and not $self->{'clean_session'} | 
| 16 | 0 | 0 | $qos and not $self->{'clean_session'} and not @{$self->{'_sub_topics'}->values($msg->topic);} | 
| line | l | !l | condition | 
|---|---|---|---|
| 468 | 0 | 3 | delete $self->{'_sub'} || {} |