| lib/Test/DBIC/ExpectedQueries/Query.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 8 | 8 | 100.0 |
| line | true | false | branch |
|---|---|---|---|
| 23 | 2 | 46 | if ($sql =~ /^ \s* insert\s+ into \s+ $table /imsx) { } |
| 3 | 43 | elsif ($sql =~ /^ \s* update\s+ $table /imsx) { } | |
| 2 | 41 | elsif ($sql =~ /^ \s* delete\s+ from \s+ $table /imsx) { } | |
| 4 | 37 | elsif ($sql =~ /^ \s* select\s+ .+? \s? from \s+ $table /imsx) { } |