| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/openssl/src/crypto/o_fopen.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | FILE *openssl_fopen(const char *filename, const char *mode) | - |
| 2 | { | - |
| 3 | FILE *file = | - |
| 4 | ((void *)0) | - |
| 5 | ; | - |
| 6 | file = fopen(filename, mode); | - |
| 7 | - | |
| 8 | return executed 14750 times by 1 test: file;return file;Executed by:
executed 14750 times by 1 test: return file;Executed by:
| 14750 |
| 9 | } | - |
| Switch to Source code | Preprocessed file |