Condition Coverage

blib/lib/Cache/Redis.pm
Criterion Covered Total %
condition 0 22 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

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
146 0 0 0 $expire ||= $$self{'default_expires_in'}