Condition Coverage

blib/lib/MojoX/Session/Store/Redis.pm
Criterion Covered Total %
condition 0 14 0.0


and 3 conditions

line !l l&&!r l&&r condition
55 0 0 0 $self->auto_purge and $expires > 0

or 2 conditions

line l !l condition
35 0 0 $param ||= {}
36 0 0 delete $param->{'redis_dbid'} || 0
37 0 0 delete $param->{'redis_prefix'} || 'mojo-session'
38 0 0 delete $param->{'auto_purge'} // 1

or 3 conditions

line l !l&&r !l&&!r condition
40 0 0 0 $param->{'redis'} || 'Redis'->new(%$param)