blib/lib/Bot/BasicBot/Pluggable/Store/DBI.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 6 | 9 | 66.6 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
64 | 3 | 0 | 1 | $row and @$row |
line | l | !l | condition |
---|---|---|---|
15 | 1 | 0 | $self->{'dsn'} ||= 'dbi:SQLite:bot-basicbot.sqlite' |
16 | 1 | 0 | $self->{'table'} ||= 'basicbot' |
109 | 1 | 1 | $sth->fetchrow_arrayref->[0] || '0' |