Branch Coverage

File:lib/Bot/IRC/Store/SQLite.pm
Coverage:50.0%

line%coveragebranch
2650TF-f $self->{'file'} ? :
2850TFunless $self->{'dbh'} = 'DBI'->connect('dbi:SQLite:dbname=' . $self->{'file'})
3050TFunless $pre_exists
5450TFif ($value)
5650TFif ref $value eq 'HASH' and exists $value->{'value'}