| blib/lib/Net/DRI/Transport.pm | |||
|---|---|---|---|
| Criterion | Covered | Total | % | 
| condition | 4 | 24 | 16.6 | 
| line | !l | l&&!r | l&&r | condition | 
|---|---|---|---|---|
| 108 | 1 | 0 | 0 | exists $ropts->{'trid'} && ref $ropts->{'trid'} eq 'CODE' | 
| 136 | 0 | 0 | 0 | exists $ropts->{'ssl_verify_callback'} and defined $ropts->{'ssl_verify_callback'} | 
| 141 | 0 | 0 | 0 | $s =~ /_file$/ and not -r $$ropts{'ssl_' . $s} | 
| 142 | 0 | 0 | 0 | $s =~ /_path$/ and not -d $$ropts{'ssl_' . $s} | 
| 178 | 0 | 0 | 10 | $cb1 and ref $cb1 eq 'CODE' | 
| 182 | 10 | 0 | 0 | $self->has_state and not $self->current_state | 
| 195 | 0 | 0 | 10 | $cb1 and ref $cb1 eq 'CODE' | 
| 209 | 0 | 0 | 0 | $istimeout && $count <= $self->{'retry'} |