Branch Coverage

blib/lib/DBIx/Handler/Sunny.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
12 0 0 unless my $sth = $self->query(@args)
14 0 0 if my $row = $sth->$method
22 0 0 unless $row
29 0 0 unless $row
35 0 0 unless my $sth = $self->query(@args)
43 0 0 if ($dsn =~ /^(?i:dbi):SQLite\b/) { }
0 0 elsif ($dsn =~ /^(?i:dbi):mysql\b/) { }