| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/pkcs7/bio_pk7.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | - | |
| 4 | - | |
| 5 | - | |
| 6 | BIO * | - |
| 7 | BIO_new_PKCS7(BIO *out, PKCS7 *p7) | - |
| 8 | { | - |
| 9 | return never executed: BIO_new_NDEF(out, (ASN1_VALUE *)p7, &PKCS7_it);return BIO_new_NDEF(out, (ASN1_VALUE *)p7, &PKCS7_it);never executed: return BIO_new_NDEF(out, (ASN1_VALUE *)p7, &PKCS7_it); | 0 |
| 10 | } | - |
| Switch to Source code | Preprocessed file |