1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 |
<html> |
3 |
<head> |
4 |
<title>JSCoverage - code coverage for JavaScript</title> |
5 |
<link rel="stylesheet" type="text/css" href="reset-fonts-grids.css"> |
6 |
<link rel="stylesheet" type="text/css" href="style.css"> |
7 |
</head> |
8 |
<body> |
9 |
<div id="doc3" class="yui-t5"> |
10 |
<div id="hd"><h1>JSCoverage<br><span class="tag">code coverage for JavaScript</span></h1></div> |
11 |
<div id="bd"> |
12 |
<div id="yui-main"> |
13 |
<div id="jscoverage-main" class="yui-b"> |
14 |
<p> |
15 |
JSCoverage is a tool that generates code coverage statistics for |
16 |
JavaScript. This information is useful for designing tests that |
17 |
exercise all parts of a JavaScript program. |
18 |
</p> |
19 |
<p> |
20 |
JSCoverage works by instrumenting the JavaScript code used in web |
21 |
pages. Code coverage statistics are collected while the instrumented |
22 |
JavaScript code is executed in a web browser. |
23 |
</p> |
24 |
<p> |
25 |
JSCoverage works with any modern standards-compliant web browser - |
26 |
including Internet Explorer (IE 6 and IE 7), Firefox (FF 2 and FF 3), Opera, and Safari |
27 |
- on Windows and Linux. |
28 |
</p> |
29 |
<p> |
30 |
JSCoverage is free software, distributed under the |
31 |
<a href="license.html">GNU General Public License</a>. |
32 |
</p> |
33 |
</div> |
34 |
</div> |
35 |
<div id="jscoverage-sidebar" class="yui-b"> |
36 |
<ul> |
37 |
<li>Home |
38 |
<li><a href="news.html">News</a> <a href="http://siliconforks.com/jscoverage/news.xml" type="application/rss+xml" title="RSS feed for JSCoverage"><img src="feed-icon-14x14.png" alt="RSS feed"></a> |
39 |
<li><a href="manual.html">Documentation</a> |
40 |
<li><a href="demo.html">Demo</a> |
41 |
<li><a href="http://siliconforks.com/jscoverage/download.html">Download</a> |
42 |
<li><a href="faq.html">FAQ</a> |
43 |
<li><a href="help.html">Help</a> |
44 |
<li><a href="license.html">License</a> |
45 |
<li><a href="links.html">Links</a> |
46 |
</ul> |
47 |
</div> |
48 |
</div> |
49 |
<div id="ft"> |
50 |
<address> |
51 |
Copyright © 2007 siliconforks.com<br> |
52 |
Last updated August 26, 2007<br> |
53 |
<a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a> |
54 |
</address> |
55 |
</div> |
56 |
</div> |
57 |
</body> |
58 |
</html> |