blib/lib/DBIx/Class/Storage/DBI/Sybase.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
branch | 1 | 22 | 4.5 |
line | true | false | branch |
---|---|---|---|
34 | 0 | 0 | if ($dbtype) |
38 | 0 | 0 | if $dbtype eq 'SQL_Server' |
41 | 0 | 0 | if ($self->load_optional_class($subclass)) |
52 | 0 | 1 | if (not $self->isa('DBIx::Class::Storage::DBI::Sybase::FreeTDS') and $self->_using_freetds) |
76 | 0 | 0 | unless my $dbh = $self->_dbh |
84 | 0 | 0 | if ($dbh->{'syb_no_child_con'}) |
109 | 0 | 0 | if ref $dsn eq 'CODE' |
111 | 0 | 0 | if (not $dsn =~ /maxConnect=/) |
115 | 0 | 0 | if $connected |
130 | 0 | 0 | unless ($inf || '') =~ /freetds/i |
131 | 0 | 0 | $inf =~ /v([0-9\.]+)/ ? : |