| blib/lib/POE/Component/MessageQueue/Storage/Double.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 16 | 26 | 61.5 |
| line | true | false | branch |
|---|---|---|---|
| 28 | 1214 | 0 | if (ref $last eq 'CODE') { } |
| 88 | 85 | 361 | unless $self->in_front($id) |
| 98 | 0 | 78 | if $self->in_front($id) |
| 99 | 78 | 0 | if $self->in_back($id) |
| 109 | 0 | 66 | if (@$fids and @$bids) { } |
| 0 | 66 | elsif (@$fids) { } | |
| 66 | 0 | elsif (@$bids) { } | |
| 161 | 0 | 6 | unless @$bids |
| 192 | 0 | 1 | $f->timestamp < $b->timestamp ? : |
| 1 | 2 | $f && $b ? : | |
| 207 | 115 | 1100 | if (my $msg = $_[0]) { } |
| 210 | 115 | 0 | unless $self->in_back($msg->id) |
| 220 | 1100 | 0 | unless defined $msg and $self->in_front($msg->id) |