UNPKG

esprima

Version:

ECMAScript parsing infrastructure for multipurpose analysis

38 lines (31 loc) 958 B
<!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">&larr; 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>