| blib/lib/Locale/Framework/SQL.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 0 | 24 | 0.0 |
| line | true | false | branch |
|---|---|---|---|
| 22 | 0 | 0 | unless my $dsn = $$args{'DSN'} |
| 23 | 0 | 0 | unless my $user = $$args{'DBUSER'} |
| 31 | 0 | 0 | unless $$self{'table'} = $$args{'TABLE'} |
| 43 | 0 | 0 | if (not $sth->execute) { } |
| 48 | 0 | 0 | if ($driver eq 'pg') { } |
| 0 | 0 | elsif ($driver eq 'mysql') { } | |
| 0 | 0 | elsif ($driver eq 'sqlite') { } | |
| 86 | 0 | 0 | if ($lang eq '') { } |
| 88 | 0 | 0 | if (exists $cache{"$lang && $text"}) { } |
| 94 | 0 | 0 | if ($sth->rows gt 0) { } |
| 120 | 0 | 0 | if ($lang eq '') |
| 129 | 0 | 0 | if ($sth->rows gt 0) { } |