Sha256: 1e7b2c901a5d61f709b4aa41aaeb6bba6e2d0ff4042f648fde846f1905eac09b
Contents?: true
Size: 952 Bytes
Versions: 10
Compression:
Stored size: 952 Bytes
Contents
<!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="../doc/index.html">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>
Version data entries
10 entries across 6 versions & 2 rubygems