blib/lib/Cache/Redis.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 0 | 25 | 0.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
56 | 0 | 0 | 0 | $serializer and $serialize_methods |
80 | 0 | 0 | 0 | $serialize and $deserialize |
154 | 0 | 0 | 0 | $self->{'nowait'} and $callback |
line | l | !l | condition |
---|---|---|---|
48 | 0 | 0 | delete $args->{'default_expires_in'} || 2592000 |
49 | 0 | 0 | delete $args->{'namespace'} || '' |
50 | 0 | 0 | delete $args->{'nowait'} || 0 |
51 | 0 | 0 | delete $args->{'redis_class'} || 'Redis' |
57 | 0 | 0 | $serializer ||= 'Storable' |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
12 | 0 | 0 | 0 | $_mp ||= 'Data::MessagePack'->new->utf8 |
152 | 0 | 0 | 0 | $expire ||= $self->{'default_expires_in'} |