File: | lib/Bot/IRC/Store/SQLite.pm |
Coverage: | 50.0% |
line | % | coverage | branch | |
---|---|---|---|---|
26 | 50 | T | F | -f $self->{'file'} ? : |
28 | 50 | T | F | unless $self->{'dbh'} = 'DBI'->connect('dbi:SQLite:dbname=' . $self->{'file'}) |
30 | 50 | T | F | unless $pre_exists |
54 | 50 | T | F | if ($value) |
56 | 50 | T | F | if ref $value eq 'HASH' and exists $value->{'value'} |