]> git.ipfire.org Git - thirdparty/tor.git/commit
Add LCOV_EXCL* markers to crypto.c and crypto_s2k.c
authorNick Mathewson <nickm@torproject.org>
Wed, 13 Apr 2016 01:13:33 +0000 (21:13 -0400)
committerNick Mathewson <nickm@torproject.org>
Wed, 13 Apr 2016 01:13:33 +0000 (21:13 -0400)
commit0630f1982d18aeaf2a497b32ef73c5e1390688ad
tree9dbcc3f55014be466a46423025e21593356f057a
parent4043f2c95f4a47e69edc4d451673b7ffda066768
Add LCOV_EXCL* markers to crypto.c and crypto_s2k.c

This marks some lines as unreachable by the unit tests, and as
therefore excluded from test coverage.

(Note: This convention is only for lines that are absolutely
unreachable.  Don't use it anywhere you wouldn't add a
tor_fragile_assert().)
src/common/crypto.c
src/common/crypto_s2k.c