blib/lib/DBD/Gofer/Transport/stream.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 8 | 25 | 32.0 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
39 | 8 | 0 | 140 | $persist{$key} and $self->_connection_check($persist{$key}) |
187 | 380 | 0 | 0 | $stderr_msg and $trace |
197 | 0 | 0 | 0 | $stderr_msg =~ /^Using .*blib/ and join($", @$cmd) =~ /-Mblib/ |
line | l | !l | condition |
---|---|---|---|
29 | 0 | 148 | $self->go_url || '' |
148 | 380 | 0 | $self->connection_info || die() |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
57 | 140 | 0 | 0 | $connection ||= $self->connection_info |
115 | 232 | 148 | 0 | $self->connection_info || do { my $con = $self->_connection_get; $self->connection_info($con); $con } |
157 | 0 | 0 | 0 | $errno ||= $! |
162 | 0 | 0 | 0 | $errno ||= $! |