1 |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"> |
2 |
<html> |
3 |
<head> |
4 |
<title>JSCoverage - links</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><a href="./">JSCoverage</a><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 |
<h2>Links</h2> |
15 |
<p> |
16 |
The design of JSCoverage has been influenced by other code coverage tools: |
17 |
</p> |
18 |
<dl> |
19 |
<dt><a href="http://gcc.gnu.org/onlinedocs/gcc/Gcov.html">gcov</a> |
20 |
<dd>Code coverage for C/C++. |
21 |
<dt><a href="http://cobertura.sourceforge.net/">Cobertura</a> |
22 |
<dd>Code coverage for Java. |
23 |
<dt><a href="http://nedbatchelder.com/code/modules/coverage.html">coverage.py</a> |
24 |
<dd>Code coverage for Python. |
25 |
</dl> |
26 |
<p> |
27 |
The implementation of JSCoverage includes the following libraries: |
28 |
</p> |
29 |
<dl> |
30 |
<dt><a href="http://www.mozilla.org/js/spidermonkey/">Mozilla SpiderMonkey</a> |
31 |
<dd>JSCoverage uses Mozilla's JavaScript implementation to parse JavaScript. |
32 |
<dt><a href="http://www.ossp.org/pkg/lib/js/">OSSP js</a> |
33 |
<dd>JSCoverage uses the OSSP distribution of SpiderMonkey. |
34 |
</dl> |
35 |
</div> |
36 |
</div> |
37 |
<div id="jscoverage-sidebar" class="yui-b"> |
38 |
<ul> |
39 |
<li><a href="./">Home</a> |
40 |
<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> |
41 |
<li><a href="manual.html">Documentation</a> |
42 |
<li><a href="demo.html">Demo</a> |
43 |
<li><a href="http://siliconforks.com/jscoverage/download.html">Download</a> |
44 |
<li><a href="faq.html">FAQ</a> |
45 |
<li><a href="help.html">Help</a> |
46 |
<li><a href="license.html">License</a> |
47 |
<li>Links |
48 |
</ul> |
49 |
</div> |
50 |
</div> |
51 |
<div id="ft"> |
52 |
<address> |
53 |
Copyright © 2007 siliconforks.com<br> |
54 |
Last updated May 26, 2007<br> |
55 |
<a href="mailto:jscoverage@siliconforks.com">jscoverage@siliconforks.com</a> |
56 |
</address> |
57 |
</div> |
58 |
</div> |
59 |
</body> |
60 |
</html> |