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
1264 10 0 67 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::List')
1279 14 0 99 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::Hash')
1294 13 0 76 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::Set')
1309 3 0 17 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::ZSet')
1553 2785 21 3 exists $expires->{$self}{$key} and time >= $expires->{$self}{$key}