7 |
</head> |
</head> |
8 |
<body> |
<body> |
9 |
<div id="doc3" class="yui-t5"> |
<div id="doc3" class="yui-t5"> |
10 |
<div id="hd"><h1>JSCoverage<br><span class="tag">code coverage for JavaScript</span></h1></div> |
<div id="hd"><h1><span class="h1">JSCoverage</span><br><span class="tag">code coverage for JavaScript</span></h1></div> |
11 |
<div id="bd"> |
<div id="bd"> |
12 |
<div id="yui-main"> |
<div id="yui-main"> |
13 |
<div id="jscoverage-main" class="yui-b"> |
<div id="jscoverage-main" class="yui-b"> |
14 |
<p> |
<p> |
15 |
JSCoverage is a tool that generates code coverage statistics for |
JSCoverage is a tool that measures code coverage for |
16 |
JavaScript. This information is useful for designing tests that |
JavaScript programs. |
17 |
exercise all parts of a JavaScript program. |
</p> |
18 |
|
<p> |
19 |
|
<dfn>Code coverage</dfn> statistics show which lines of a program have |
20 |
|
been executed (and which have been missed). This information is useful |
21 |
|
for constructing comprehensive test suites (for which it is often called |
22 |
|
<dfn>test coverage</dfn>). |
23 |
</p> |
</p> |
24 |
<p> |
<p> |
25 |
JSCoverage works by instrumenting the JavaScript code used in web |
JSCoverage works by instrumenting the JavaScript code used in web |
28 |
</p> |
</p> |
29 |
<p> |
<p> |
30 |
JSCoverage works with any modern standards-compliant web browser - |
JSCoverage works with any modern standards-compliant web browser - |
31 |
including Internet Explorer (IE 6 and IE 7), Firefox, Opera, and Safari |
including Internet Explorer (IE 6 and IE 7), Firefox (FF 2 and FF 3), Opera, and Safari |
32 |
- on Windows and Linux. |
- on Windows and Linux. |
33 |
</p> |
</p> |
34 |
<p> |
<p> |
43 |
<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> |
<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> |
44 |
<li><a href="manual.html">Documentation</a> |
<li><a href="manual.html">Documentation</a> |
45 |
<li><a href="demo.html">Demo</a> |
<li><a href="demo.html">Demo</a> |
46 |
<li><a href="download.html">Download</a> |
<li><a href="http://siliconforks.com/jscoverage/download.html">Download</a> |
47 |
<li><a href="faq.html">FAQ</a> |
<li><a href="faq.html">FAQ</a> |
48 |
<li><a href="help.html">Help</a> |
<li><a href="help.html">Help</a> |
49 |
<li><a href="license.html">License</a> |
<li><a href="license.html">License</a> |
53 |
</div> |
</div> |
54 |
<div id="ft"> |
<div id="ft"> |
55 |
<address> |
<address> |
56 |
Copyright © 2007 siliconforks.com<br> |
Copyright © 2007, 2008 <a href="http://siliconforks.com/"><img src="http://siliconforks.com/siliconforks-16x16.png" width="16" height="16" class="icon" alt="Silicon Forks"></a> <a href="http://siliconforks.com/">siliconforks.com</a><br> |
57 |
Last updated July 8, 2007<br> |
Last updated September 4, 2007<br> |
58 |
<a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a> |
<a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a> |
59 |
</address> |
</address> |
60 |
</div> |
</div> |