Condition Coverage

blib/lib/Test/Mock/Redis.pm
Criterion Covered Total %
condition 13 18 72.2


and 3 conditions

line !l l&&!r l&&r condition
1294 13 0 116 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::List')
1309 14 0 98 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::Hash')
1324 13 0 76 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::Set')
1339 3 0 17 $self->exists($key) && &blessed($self->_stash->{$key}) && $self->_stash->{$key}->isa('Test::Mock::Redis::ZSet')
1381 2 0 1 $cb and 'CODE' eq ref $cb
1605 3058 15 3 exists $expires->{$self}{$key} and time >= $expires->{$self}{$key}