14 |
<div id="jscoverage-main" class="yui-b"> |
<div id="jscoverage-main" class="yui-b"> |
15 |
<h2>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>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> |
16 |
|
|
17 |
|
<h3><a name="TODO">TODO, 2009 - JSCoverage 0.5</a></h3> |
18 |
|
<p> |
19 |
|
JSCoverage 0.5 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
20 |
|
</p> |
21 |
|
<p> |
22 |
|
This release contains an assortment of new features and bug fixes: |
23 |
|
</p> |
24 |
|
<ul class="list"> |
25 |
|
<li> |
26 |
|
The method used to calculate overall percentage code coverage for all |
27 |
|
files has changed. Previously, the calculation was done using an |
28 |
|
unweighted average: each file's percentage code coverage contributed |
29 |
|
equally to the total, regardless of the number of lines of code in the |
30 |
|
file. Now, the calculation is done using a weighted average. This |
31 |
|
fixes |
32 |
|
<a href="http://siliconforks.com/jscoverage/bugs/6">bug 6</a> (thanks to |
33 |
|
Liu Cougar). |
34 |
|
</li> |
35 |
|
</ul> |
36 |
|
|
37 |
<h3><a name="20081211">December 11, 2008 - JSCoverage 0.4</a></h3> |
<h3><a name="20081211">December 11, 2008 - JSCoverage 0.4</a></h3> |
38 |
<p> |
<p> |
39 |
JSCoverage 0.4 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |
JSCoverage 0.4 is available for <a href="http://siliconforks.com/jscoverage/download.html">download</a>. |