blib/lib/Data/Queue/Persistent.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 21 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
58 | 0 | 0 | 0 | $self->caching and not $noload |
133 | 0 | 0 | 0 | $rows and @$rows |
193 | 0 | 0 | 0 | defined $max_size and $length > $max_size |
line | l | !l | condition |
---|---|---|---|
32 | 0 | 0 | delete $opts{'cache'} || 0 |
36 | 0 | 0 | delete $opts{'table'} || 'persistent_queue' |
85 | 0 | 0 | $length || 0 |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
26 | 0 | 0 | 0 | $dsn or $dbh |
239 | 0 | 0 | 0 | defined $offset or defined $length |