Branch Coverage

blib/lib/Bot/IRC/Store/SQLite.pm
Criterion Covered Total %
branch 3 10 30.0


line true false branch
26 0 2 -f $self->{'file'} ? :
28 0 2 unless $self->{'dbh'} = "DBI"->connect("dbi:SQLite:dbname=" . $self->{'file'})
30 2 0 unless $pre_exists
62 0 0 if ($value)
64 0 0 if ref $value eq "HASH" and exists $value->{'value'}