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 Microsoft Windows and GNU/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> |
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> |
42 |
|
|
43 |
|
<h3><a name="20080331">March 31, 2008 - JSCoverage and Firefox 3</a></h3> |
44 |
|
<p> |
45 |
|
The <a href="faq.html">JSCoverage FAQ</a> has been updated to address problems using JSCoverage with Firefox 3. |
46 |
|
</p> |
47 |
|
|
48 |
|
<h3><a name="20080324">March 24, 2008 - JSCoverage in Debian GNU/Linux</a></h3> |
49 |
|
<p> |
50 |
|
JSCoverage is now <a href="http://packages.debian.org/sid/jscoverage">available</a> in the Debian unstable distribution. |
51 |
|
</p> |
52 |
|
|
53 |
|
<h3><a name="20071122">November 22, 2007 - JSCoverage 0.3.1</a></h3> |
54 |
|
<p> |
55 |
|
JSCoverage 0.3.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
56 |
|
</p> |
57 |
|
<p> |
58 |
|
This release has a number of bug fixes: |
59 |
|
</p> |
60 |
|
<ul class="list"> |
61 |
|
<li> |
62 |
|
It should now be possible to run the native Windows version of <code>jscoverage</code> |
63 |
|
with minimal privileges. |
64 |
|
</li> |
65 |
|
<li> |
66 |
|
All files used by JSCoverage now use a <code>jscoverage</code> |
67 |
|
prefix to avoid name collisions. |
68 |
|
</li> |
69 |
|
<li> |
70 |
|
Compilation bugs which occurred under some versions of MSYS have been fixed. |
71 |
|
</li> |
72 |
|
<li> |
73 |
|
Various documentation improvements. |
74 |
|
</li> |
75 |
|
</ul> |
76 |
|
|
77 |
|
<p> |
78 |
|
<a href="news.html">All news items...</a> |
79 |
</p> |
</p> |
80 |
</div> |
</div> |
81 |
</div> |
</div> |
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 |
|
<li><a href="http://siliconforks.com/jscoverage/bugs/">Bug tracker</a> |
95 |
</ul> |
</ul> |
96 |
</div> |
</div> |
97 |
</div> |
</div> |
98 |
<div id="ft"> |
<div id="ft"> |
99 |
<address> |
<address> |
100 |
Copyright © 2007 siliconforks.com<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 September 4, 2007<br> |
|
101 |
<a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a> |
<a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a> |
102 |
</address> |
</address> |
103 |
</div> |
</div> |