| blib/lib/Dancer2/Plugin/Shutdown/Redis.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| branch | 0 | 8 | 0.0 | 
| line | true | false | branch | 
|---|---|---|---|
| 21 | 0 | 0 | unless @_ | 
| 23 | 0 | 0 | unless $key | 
| 24 | 0 | 0 | if (&blessed($redis) and $redis->isa('Redis') || $redis->isa('Test::Mock::Redis')) { } | 
| 0 | 0 | elsif (defined $redis and not ref $redis) { } |