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

696
test/coverage.html Normal file

File diff suppressed because one or more lines are too long

View File

@ -167,7 +167,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>Encrypt / Decrypt Messages</h1>
<input type="radio" name="direction" value="0" checked="checked" onmousedown="$('#decrypt').hide(); $('#encrypt').show();">Encrypt Message |

View File

@ -149,7 +149,7 @@ function unit_tests() {
}
</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>Unit tests</h1>

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 |