| lib/Decl/Semantics/Database.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % |
| branch | 1 | 10 | 10.0 |
| line | true | false | branch |
|---|---|---|---|
| 107 | 1 | 0 | if (lc $self->parameter_n(1) eq 'csv') { } |
| 0 | 0 | elsif (lc $self->parameter_n(1) eq 'msaccess') { } | |
| 0 | 0 | elsif (lc $self->parameter_n(1) eq 'sqlite') { } | |
| 124 | 0 | 0 | if ($self->parameter_n(1)) { } |
| 134 | 0 | 0 | unless $$self{'payload'} = 'DBI'->connect($dbi, undef, undef, $specials) |