| blib/lib/Dancer2/Plugin/Redis.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 0 | 18 | 0.0 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 86 | 0 | 0 | 0 | exists $opts{'password'} and !defined($opts{'password'}) || $opts{'password'} eq '' |
| 90 | 0 | 0 | 0 | $opts{'reconnect'} && $opts{'every'} |
| 0 | 0 | 0 | exists $opts{'reconnect'} || exists $opts{'every'} and not $opts{'reconnect'} && $opts{'every'} |
| line | l | !l&&r | !l&&!r | condition |
|---|---|---|---|---|
| 86 | 0 | 0 | 0 | !defined($opts{'password'}) || $opts{'password'} eq '' |
| 90 | 0 | 0 | 0 | exists $opts{'reconnect'} || exists $opts{'every'} |
| 108 | 0 | 0 | 0 | $opts{'server'} or $opts{'sock'} |