18 |
<p> |
<p> |
19 |
<dfn>Code coverage</dfn> statistics show which lines of a program have |
<dfn>Code coverage</dfn> statistics show which lines of a program have |
20 |
been executed (and which have been missed). This information is useful |
been executed (and which have been missed). This information is useful |
21 |
for constructing comprehensive test suites (for which it is often called |
for constructing comprehensive test suites (hence, it is often called |
22 |
<dfn>test coverage</dfn>). |
<dfn>test coverage</dfn>). |
23 |
</p> |
</p> |
24 |
<p> |
<p> |
27 |
JavaScript code is executed in a web browser. |
JavaScript code is executed in a web browser. |
28 |
</p> |
</p> |
29 |
<p> |
<p> |
30 |
|
JSCoverage supports the complete language syntax described in the |
31 |
|
<cite>ECMAScript Language Specification</cite> (ECMA-262, 3rd edition). |
32 |
JSCoverage works with any modern standards-compliant web browser - |
JSCoverage works with any modern standards-compliant web browser - |
33 |
including Internet Explorer (IE 6 and IE 7), Firefox (FF 2 and FF 3), Opera, and Safari |
including Internet Explorer (IE 6 and IE 7), Firefox (FF 2 and FF 3), |
34 |
- on Windows and Linux. |
Opera, Safari, and Google Chrome - on Windows and Linux. |
35 |
</p> |
</p> |
36 |
<p> |
<p> |
37 |
JSCoverage is free software, distributed under the |
JSCoverage is free software, distributed under the |
38 |
<a href="license.html">GNU General Public License</a>. |
<a href="license.html">GNU General Public License version 2</a>. |
39 |
</p> |
</p> |
40 |
|
|
41 |
<h2>Latest News <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></h2> |
<h2>Latest News <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></h2> |
90 |
<li><a href="help.html">Help</a> |
<li><a href="help.html">Help</a> |
91 |
<li><a href="license.html">License</a> |
<li><a href="license.html">License</a> |
92 |
<li><a href="links.html">Links</a> |
<li><a href="links.html">Links</a> |
93 |
|
<li><a href="users.html">Users</a> |
94 |
</ul> |
</ul> |
95 |
</div> |
</div> |
96 |
</div> |
</div> |
97 |
<div id="ft"> |
<div id="ft"> |
98 |
<address> |
<address> |
99 |
Copyright © 2007, 2008 <a href="http://siliconforks.com/"><img src="siliconforks-16x16.png" width="16" height="16" class="icon" alt="Silicon Forks"></a> <a href="http://siliconforks.com/">siliconforks.com</a><br> |
Copyright © 2007, 2008 <a href="http://siliconforks.com/"><img src="siliconforks-16x16.png" width="16" height="16" class="icon" alt="Silicon Forks"></a> <a href="http://siliconforks.com/">siliconforks.com</a><br> |
|
Last updated March 31, 2008<br> |
|
100 |
<a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a> |
<a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a> |
101 |
</address> |
</address> |
102 |
</div> |
</div> |