added coverage preview

This commit is contained in:
Alexander Willner
2011-12-16 13:37:49 +01:00
parent 377dd12d19
commit fb66c97eb5
4 changed files with 699 additions and 3 deletions

View File

@@ -108,7 +108,7 @@ $(document).ready(function() {
$('#enabledebug').is(':checked') ? openpgp.config.debug = true : openpgp.config.debug = false;
});
</script>
<a href="index.html">Unit Tests</a> | <a href="parser.html">Parser</a> | <a href="encryption.html">Encryption / Decryption</a>
<a href="index.html">Unit Tests</a> | <a href="parser.html">Parser</a> | <a href="encryption.html">Encryption / Decryption</a> | <a href="coverage.html">Coverage</a>
<p><input id="enabledebug" type="checkbox" onclick="($('#enabledebug').is(':checked') ? openpgp.config.debug = true : openpgp.config.debug = false)"> Print Debug Messages </p>
<h1>Parser</h1>
<input type="radio" name="message_type" value="0" checked="checked">OpenPGP Message |