Branch Coverage

blib/lib/DBIx/Simple/DataSection.pm
Criterion Covered Total %
branch 0 14 0.0


line true false branch
21 0 0 unless $$self{'dbd'}
23 0 0 if ($driver_name eq 'Pg') { }
0 0 elsif ($driver_name eq 'mysql') { }
0 0 elsif ($driver_name eq 'SQLite') { }
57 0 0 if (my $sql = $$self{'cache'}{$sql_name})
61 0 0 if ($sql)
62 0 0 if $$self{'use_cache'}