added coverage preview
This commit is contained in:
parent
377dd12d19
commit
fb66c97eb5
696
test/coverage.html
Normal file
696
test/coverage.html
Normal file
File diff suppressed because one or more lines are too long
|
@ -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 |
|
||||
|
|
|
@ -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>
|
||||
|
||||
|
|
|
@ -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 |
|
||||
|
|
Loading…
Reference in New Issue
Block a user