blib/lib/Protocol/TLS/Client.pm | |||
---|---|---|---|
Criterion | Covered | Total | % |
condition | 2 | 9 | 22.2 |
line | !l | l&&!r | l&&r | condition |
---|---|---|---|---|
15 | 2 | 0 | 0 | exists $opts{'cert_file'} and exists $opts{'key_file'} |
117 | 2 | 0 | 0 | exists $p->{'client_cert'} and exists $ctx->{'cert'} |
122 | 0 | 0 | 0 | $alg and exists &{"SIGN_$alg";} |