exclude _hashopenssl.c:_setException() from LCOV coverage

This commit is contained in:
Christian Heimes 2013-12-05 07:38:13 +01:00
parent ae02d07bc2
commit 48b7df7b0a

View file

@ -557,6 +557,7 @@ PKCS5_PBKDF2_HMAC_fast(const char *pass, int passlen,
return 1; return 1;
} }
/* LCOV_EXCL_START */
static PyObject * static PyObject *
_setException(PyObject *exc) _setException(PyObject *exc)
{ {
@ -585,6 +586,7 @@ _setException(PyObject *exc)
} }
return NULL; return NULL;
} }
/* LCOV_EXCL_STOP */
PyDoc_STRVAR(pbkdf2_hmac__doc__, PyDoc_STRVAR(pbkdf2_hmac__doc__,
"pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None) -> key\n\ "pbkdf2_hmac(hash_name, password, salt, iterations, dklen=None) -> key\n\