mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-06 01:56:20 +00:00
38 lines
958 B
HTML
38 lines
958 B
HTML
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
<head>
|
||
|
<meta charset="utf-8">
|
||
|
<title>Esprima: Coverage Analysis Report</title>
|
||
|
<link rel="stylesheet" type="text/css" href="../assets/style.css"/>
|
||
|
</head>
|
||
|
<style>
|
||
|
span.covered {
|
||
|
}
|
||
|
|
||
|
span.uncovered {
|
||
|
background: #FDD;
|
||
|
}
|
||
|
|
||
|
span.partial {
|
||
|
background: #FFA;
|
||
|
}
|
||
|
</style>
|
||
|
<body>
|
||
|
<div class="container">
|
||
|
|
||
|
<div class="topbar">
|
||
|
<ul class="nav">
|
||
|
<li><a href="../index.html">← Home</a></li>
|
||
|
<li><a href="http://github.com/ariya/esprima">Code</a></li>
|
||
|
<li><a href="http://wiki.esprima.org">Documentation</a></li>
|
||
|
<li><a href="http://issues.esprima.org">Issues</a></li>
|
||
|
</ul>
|
||
|
</div>
|
||
|
|
||
|
<h1>Coverage Analysis <small>ensures systematic exercise of the parser</small></h1>
|
||
|
|
||
|
<p><strong>Note</strong>: This is not a live (in-browser) code coverage report.
|
||
|
The analysis is <a href="http://code.google.com/p/esprima/wiki/Testing#Code_coverage_test">performed</a> offline
|
||
|
(using <a href="https://github.com/itay/node-cover">node-cover</a>).<br>
|
||
|
|