blib/lib/Data/Transform/SSL.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 3 | 19 | 15.7 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
74 | 0 | 0 | 0 | $error == 18 and $flags & 1 |
156 | 2 | 0 | 0 | defined $opts{'type'} && $opts{'type'} eq 'Server' |
157 | 2 | 0 | 0 | $$self[8] == 0 and not defined $$self[6] |
232 | 0 | 0 | 0 | blessed $data and $data->isa('Data::Transform::Meta::Error') |
line | l | !l&&r | !l&&!r | condition |
---|---|---|---|---|
228 | 0 | 0 | 0 | &Net::SSLeay::BIO_pending($$self[3]) or $$self[5] == 0 |
line | l&&r | l&&!r | !l&&r | !l&&!r | condition |
---|---|---|---|---|---|
149 | 0 | 0 | 0 | 2 | defined $opts{'key'} xor defined $opts{'cert'} |