Condition Coverage

lib/Bot/BasicBot/Pluggable/Store.pm
Criterion Covered Total %
condition 9 13 69.2


and 3 conditions

line !l l&&!r l&&r condition
18 0 6 1 @_ == 1 and ref $_[0] eq 'HASH'
0 0 6 @_ == 1 and not ref $_[0]
100 4 3 1 $opts{'limit'} and ++$count >= $opts{'limit'}

or 2 conditions

line l !l condition
48 10 0 delete $args->{'type'} || 'Memory'
72 13 4 $self->{'store'}{$namespace} || {}