blib/lib/DBIx/Class/Storage/DBI/InterBase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 0 | 10 | 0.0 |
line | true | false | branch |
---|---|---|---|
36 | 0 | 0 | unless my $dbh = $self->_dbh |
45 | 0 | 0 | &dbic_internal_try(sub { $dbh->do('select 1 from rdb$database'); 1; } ) ? : |
63 | 0 | 0 | if ref $dsn eq 'CODE' |
65 | 0 | 0 | if (not $dsn =~ /ib_dialect=/) |
69 | 0 | 0 | if $connected |