Condition Coverage

blib/lib/Test/Mock/Redis.pm
Criterion Covered Total %
condition 11 15 73.3


and 3 conditions

line !l l&&!r l&&r condition
1271 13 0 76 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::List')
1286 14 0 99 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::Hash')
1301 13 0 76 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::Set')
1316 3 0 17 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::ZSet')
1560 2864 21 3 exists $expires->{$self}{$key} and time >= $expires->{$self}{$key}