lib/Bot/BasicBot/Pluggable/Store.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 9 | 13 | 69.2 |
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 | 2 | $opts{'limit'} and ++$count >= $opts{'limit'} |
line | l | !l | condition |
---|---|---|---|
48 | 10 | 0 | delete $args->{'type'} || 'Memory' |
72 | 13 | 4 | $self->{'store'}{$namespace} || {} |