| Absolute File Name: | /home/opencoverage/opencoverage/guest-scripts/libressl/src/crypto/dso/dso_null.c |
| Switch to Source code | Preprocessed file |
| Line | Source | Count |
|---|---|---|
| 1 | - | |
| 2 | - | |
| 3 | static DSO_METHOD dso_meth_null = { | - |
| 4 | .name = "NULL shared library method" | - |
| 5 | }; | - |
| 6 | - | |
| 7 | DSO_METHOD * | - |
| 8 | DSO_METHOD_null(void) | - |
| 9 | { | - |
| 10 | return never executed: (&dso_meth_null);return (&dso_meth_null);never executed: return (&dso_meth_null); | 0 |
| 11 | } | - |
| Switch to Source code | Preprocessed file |