| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/x509/x509_def.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | const char *X509_get_default_private_dir(void) | - |
| 4 | { | - |
| 5 | return never executed: "/usr/local/ssl" "/private";return "/usr/local/ssl" "/private";never executed: return "/usr/local/ssl" "/private"; | 0 |
| 6 | } | - |
| 7 | - | |
| 8 | const char *X509_get_default_cert_area(void) | - |
| 9 | { | - |
| 10 | return never executed: "/usr/local/ssl";return "/usr/local/ssl";never executed: return "/usr/local/ssl"; | 0 |
| 11 | } | - |
| 12 | - | |
| 13 | const char *X509_get_default_cert_dir(void) | - |
| 14 | { | - |
| 15 | return executed 492 times by 1 test: "/usr/local/ssl" "/certs";return "/usr/local/ssl" "/certs";Executed by:
executed 492 times by 1 test: return "/usr/local/ssl" "/certs";Executed by:
| 492 |
| 16 | } | - |
| 17 | - | |
| 18 | const char *X509_get_default_cert_file(void) | - |
| 19 | { | - |
| 20 | return executed 442 times by 1 test: "/usr/local/ssl" "/cert.pem";return "/usr/local/ssl" "/cert.pem";Executed by:
executed 442 times by 1 test: return "/usr/local/ssl" "/cert.pem";Executed by:
| 442 |
| 21 | } | - |
| 22 | - | |
| 23 | const char *X509_get_default_cert_dir_env(void) | - |
| 24 | { | - |
| 25 | return executed 492 times by 1 test: "SSL_CERT_DIR";return "SSL_CERT_DIR";Executed by:
executed 492 times by 1 test: return "SSL_CERT_DIR";Executed by:
| 492 |
| 26 | } | - |
| 27 | - | |
| 28 | const char *X509_get_default_cert_file_env(void) | - |
| 29 | { | - |
| 30 | return executed 442 times by 1 test: "SSL_CERT_FILE";return "SSL_CERT_FILE";Executed by:
executed 442 times by 1 test: return "SSL_CERT_FILE";Executed by:
| 442 |
| 31 | } | - |
| Switch to Source code | Preprocessed file |