Condition Coverage

blib/lib/Dancer2/Session/Redis.pm
Criterion Covered Total %
condition 0 18 0.0


and 3 conditions

line !l l&&!r l&&r condition
103 0 0 0 exists $opts{'password'} and !defined($opts{'password'}) || $opts{'password'} eq ''
107 0 0 0 $opts{'reconnect'} && $opts{'every'}
0 0 0 exists $opts{'reconnect'} || exists $opts{'every'} and not $opts{'reconnect'} && $opts{'every'}

or 3 conditions

line l !l&&r !l&&!r condition
103 0 0 0 !defined($opts{'password'}) || $opts{'password'} eq ''
107 0 0 0 exists $opts{'reconnect'} || exists $opts{'every'}
125 0 0 0 $opts{'server'} or $opts{'sock'}