| blib/lib/Bot/BasicBot/Pluggable/Store/Deep.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| condition | 5 | 9 | 55.5 |
| line | !l | l&&!r | l&&r | condition |
|---|---|---|---|---|
| 38 | 3 | 0 | 1 | exists $opts{'res'} and @{$opts{'res'};} |
| line | l | !l | condition |
|---|---|---|---|
| 12 | 1 | 0 | $self->{'file'} ||= 'bot-basicbot.deep' |
| 13 | 1 | 0 | 'DBM::Deep'->new(%$self) || die("Couldn't connect to DB '$self->{'file'}'") |
| 39 | 1 | 0 | $self->{'_db'}{$namespace} || {} |