Branch Coverage

blib/lib/Dancer2/Plugin/Shutdown/Redis.pm
Criterion Covered Total %
branch 0 8 0.0


line true false branch
22 0 0 unless @_
24 0 0 unless $key
25 0 0 if (&blessed($redis) and $redis->isa('Redis') || $redis->isa('Test::Mock::Redis')) { }
0 0 elsif (defined $redis and not ref $redis) { }