<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Code coverage is like compiling</title>
	<atom:link href="http://www.philvarner.com/blog/2008/12/13/code-coverage-is-like-compiling/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.philvarner.com/blog/2008/12/13/code-coverage-is-like-compiling/</link>
	<description>mostly technical stuff</description>
	<lastBuildDate>Thu, 22 Jul 2010 23:21:12 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: Nick Pellow</title>
		<link>http://www.philvarner.com/blog/2008/12/13/code-coverage-is-like-compiling/comment-page-1/#comment-934</link>
		<dc:creator>Nick Pellow</dc:creator>
		<pubDate>Mon, 15 Dec 2008 02:40:39 +0000</pubDate>
		<guid isPermaLink="false">http://www.philvarner.com/blog/?p=21#comment-934</guid>
		<description>Hi Phil, 

&quot;COVERAGE IS TO TESTING AS COMPILING IS TO CODING.&quot;

That&#039;s a nice way of thinking about coverage.

&quot; you only get one chance to test that section of code correctly, since after the first test which covers the code, you no longer have the obvious warning of uncovered code&quot;

In case you haven&#039;t seen it in action, Clover&#039;s per-test coverage can help with this, by letting you view all tests that cover a specific line of code, or enter a specific class. You can also view the coverage of a specific file, provided only by a single, or set of tests.

An example of this is:
http://clover.atlassian.com/browse/guice/

This makes it possible to see if a line is covered directly by a test that has an assertion, or whether it is only covered in passing.

Cheers,
Nick Pellow</description>
		<content:encoded><![CDATA[<p>Hi Phil, </p>
<p>&#034;COVERAGE IS TO TESTING AS COMPILING IS TO CODING.&#034;</p>
<p>That&#039;s a nice way of thinking about coverage.</p>
<p>&#034; you only get one chance to test that section of code correctly, since after the first test which covers the code, you no longer have the obvious warning of uncovered code&#034;</p>
<p>In case you haven&#039;t seen it in action, Clover&#039;s per-test coverage can help with this, by letting you view all tests that cover a specific line of code, or enter a specific class. You can also view the coverage of a specific file, provided only by a single, or set of tests.</p>
<p>An example of this is:<br />
<a href="http://clover.atlassian.com/browse/guice/" rel="nofollow">http://clover.atlassian.com/browse/guice/</a></p>
<p>This makes it possible to see if a line is covered directly by a test that has an assertion, or whether it is only covered in passing.</p>
<p>Cheers,<br />
Nick Pellow</p>
]]></content:encoded>
	</item>
</channel>
</rss>
