<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html lang="en">
<head>
<meta content="text/html; charset=utf-8" http-equiv="Content-Type">
<title>
GitLab
</title>


<style>img {
max-width: 100%; height: auto;
}
</style>
</head>
<body>
<div class="content">
<div></div>
<p dir="auto">Right now fuzzing covers just 33.5% of GnuTLS code lines (40% function coverage).</p>
<p dir="auto">We should try to increase the coverage.</p>
<p dir="auto">How to display the fuzz coverage:</p>
<pre class="code highlight js-syntax-highlight plaintext" lang="plaintext" v-pre="true"><code><span id="LC1" class="line" lang="plaintext">./configure --disable-doc --enable-code-coverage</span>
<span id="LC2" class="line" lang="plaintext">make clean</span>
<span id="LC3" class="line" lang="plaintext">make</span>
<span id="LC4" class="line" lang="plaintext">make -C fuzz check</span>
<span id="LC5" class="line" lang="plaintext">make code-coverage-capture CODE_COVERAGE_IGNORE_PATTERN='*/include/* /home/tim/src/gnutls/gl/*'</span>
<span id="LC6" class="line" lang="plaintext">xdg-open file:///home/tim/src/gnutls/GnuTLS-3.6.6-coverage/index.html</span></code></pre>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #777777;">

<br>
Reply to this email directly or <a href="https://gitlab.com/gnutls/gnutls/issues/686">view it on GitLab</a>.
<br>
You're receiving this email because of your account on gitlab.com.
If you'd like to receive fewer emails, you can
<a href="https://gitlab.com/sent_notifications/0d85762b66d1d4d04439db9b8e23344b/unsubscribe">unsubscribe</a>
from this thread or
adjust your notification settings.
<script type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View Issue","url":"https://gitlab.com/gnutls/gnutls/issues/686"}}</script>
</p>
</div>
</body>
</html>