Branch Coverage

lib/Test/DBIC/ExpectedQueries/Query.pm
Criterion Covered Total %
branch 12 12 100.0


line true false branch
26 2 51 if ($sql =~ /^ \s* insert\s+ into \s+ $table /imsx) { }
3 48 elsif ($sql =~ /^ \s* update\s+ $table /imsx) { }
2 46 elsif ($sql =~ /^ \s* delete\s+ from \s+ $table /imsx) { }
9 37 elsif ($sql =~ /$select_table/imsx) { }
41 4 5 if ($self->report_subselect_tables) { }
45 3 1 if ($table and uc $table ne 'SELECT')