1 |
siliconforks |
2 |
<!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 |
siliconforks |
138 |
<div id="hd"><h1><span class="h1">JSCoverage</span><br><span class="tag">code coverage for JavaScript</span></h1></div> |
11 |
siliconforks |
2 |
<div id="bd"> |
12 |
|
|
<div id="yui-main"> |
13 |
|
|
<div id="jscoverage-main" class="yui-b"> |
14 |
|
|
<p> |
15 |
siliconforks |
76 |
JSCoverage is a tool that measures code coverage for |
16 |
|
|
JavaScript programs. |
17 |
siliconforks |
2 |
</p> |
18 |
|
|
<p> |
19 |
siliconforks |
76 |
<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> |
24 |
|
|
<p> |
25 |
siliconforks |
2 |
JSCoverage works by instrumenting the JavaScript code used in web |
26 |
|
|
pages. Code coverage statistics are collected while the instrumented |
27 |
|
|
JavaScript code is executed in a web browser. |
28 |
|
|
</p> |
29 |
|
|
<p> |
30 |
|
|
JSCoverage works with any modern standards-compliant web browser - |
31 |
siliconforks |
43 |
including Internet Explorer (IE 6 and IE 7), Firefox (FF 2 and FF 3), Opera, and Safari |
32 |
siliconforks |
2 |
- on Windows and Linux. |
33 |
|
|
</p> |
34 |
|
|
<p> |
35 |
|
|
JSCoverage is free software, distributed under the |
36 |
|
|
<a href="license.html">GNU General Public License</a>. |
37 |
|
|
</p> |
38 |
siliconforks |
150 |
|
39 |
|
|
<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> |
40 |
|
|
|
41 |
|
|
<h3><a name="20080331">March 31, 2008 - JSCoverage and Firefox 3</a></h3> |
42 |
|
|
<p> |
43 |
|
|
The <a href="faq.html">JSCoverage FAQ</a> has been updated to address problems using JSCoverage with Firefox 3. |
44 |
|
|
</p> |
45 |
|
|
|
46 |
|
|
<h3><a name="20080324">March 24, 2008 - JSCoverage in Debian GNU/Linux</a></h3> |
47 |
|
|
<p> |
48 |
|
|
JSCoverage is now <a href="http://packages.debian.org/sid/jscoverage">available</a> in the Debian unstable distribution. |
49 |
|
|
</p> |
50 |
|
|
|
51 |
|
|
<h3><a name="20071122">November 22, 2007 - JSCoverage 0.3.1</a></h3> |
52 |
|
|
<p> |
53 |
|
|
JSCoverage 0.3.1 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
54 |
|
|
</p> |
55 |
|
|
<p> |
56 |
|
|
This release has a number of bug fixes: |
57 |
|
|
</p> |
58 |
|
|
<ul class="list"> |
59 |
|
|
<li> |
60 |
|
|
It should now be possible to run the native Windows version of <code>jscoverage</code> |
61 |
|
|
with minimal privileges. |
62 |
|
|
</li> |
63 |
|
|
<li> |
64 |
|
|
All files used by JSCoverage now use a <code>jscoverage</code> |
65 |
|
|
prefix to avoid name collisions. |
66 |
|
|
</li> |
67 |
|
|
<li> |
68 |
|
|
Compilation bugs which occurred under some versions of MSYS have been fixed. |
69 |
|
|
</li> |
70 |
|
|
<li> |
71 |
|
|
Various documentation improvements. |
72 |
|
|
</li> |
73 |
|
|
</ul> |
74 |
|
|
|
75 |
|
|
<p> |
76 |
|
|
<a href="news.html">All news items...</a> |
77 |
|
|
</p> |
78 |
siliconforks |
2 |
</div> |
79 |
|
|
</div> |
80 |
|
|
<div id="jscoverage-sidebar" class="yui-b"> |
81 |
|
|
<ul> |
82 |
|
|
<li>Home |
83 |
|
|
<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> |
84 |
|
|
<li><a href="manual.html">Documentation</a> |
85 |
|
|
<li><a href="demo.html">Demo</a> |
86 |
siliconforks |
73 |
<li><a href="http://siliconforks.com/jscoverage/download.html">Download</a> |
87 |
siliconforks |
29 |
<li><a href="faq.html">FAQ</a> |
88 |
siliconforks |
2 |
<li><a href="help.html">Help</a> |
89 |
|
|
<li><a href="license.html">License</a> |
90 |
|
|
<li><a href="links.html">Links</a> |
91 |
|
|
</ul> |
92 |
|
|
</div> |
93 |
|
|
</div> |
94 |
|
|
<div id="ft"> |
95 |
|
|
<address> |
96 |
siliconforks |
147 |
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> |
97 |
siliconforks |
150 |
Last updated March 31, 2008<br> |
98 |
siliconforks |
2 |
<a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a> |
99 |
|
|
</address> |
100 |
|
|
</div> |
101 |
|
|
</div> |
102 |
|
|
</body> |
103 |
|
|
</html> |