blib/lib/Pye/SQL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 9 | 12 | 75.0 |
line | true | false | branch |
---|---|---|---|
140 | 0 | 1 | unless $opts{'db_type'} and _in($opts{'db_type'}, ('mysql', 'pgsql', 'sqlite')) |
177 | 1 | 2 | $data ? : |
198 | 1 | 1 | if $$row{'data'} |
257 | 0 | 1 | if ($$opts{'db_type'} eq 'mysql') { } |
0 | 1 | elsif ($$opts{'db_type'} eq 'pgsql') { } | |
278 | 1 | 2 | if $val eq $_ |