Condition Coverage

blib/lib/Cache/Redis.pm
Criterion Covered Total %
condition 0 28 0.0


and 3 conditions

line !l l&&!r l&&r condition
56 0 0 0 $serializer and $serialize_methods
80 0 0 0 $serialize and $deserialize
130 0 0 0 $key and $value
154 0 0 0 $$self{'nowait'} and $callback

or 2 conditions

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'

or 3 conditions

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'}