<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Joseph Wilk &#187; metrics</title>
	<atom:link href="http://blog.josephwilk.net/tag/metrics/feed" rel="self" type="application/rss+xml" />
	<link>http://blog.josephwilk.net</link>
	<description>on AI, The Web, Usability, Testing &#38; Software process</description>
	<lastBuildDate>Tue, 26 Jul 2011 17:14:14 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.1.2</generator>
		<item>
		<title>Mining Cucumber Features</title>
		<link>http://blog.josephwilk.net/cucumber/mining-cucumber-features.html</link>
		<comments>http://blog.josephwilk.net/cucumber/mining-cucumber-features.html#comments</comments>
		<pubDate>Tue, 26 Jul 2011 17:00:23 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[Datamining]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=2261</guid>
		<description><![CDATA[Failure Rates vs Change Rates I&#8217;ve been spending a lot of  time recently data mining our test suite at Songkick.com. I&#8217;ve been using our own internal version of www.limited-red.com which records all our test fails for every build on our continuous integration server. With the Cucumber features I decided to plot the number of times a feature file [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/cucumber/mining-cucumber-features.html/feed</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Limited Red Demo with Cucumber</title>
		<link>http://blog.josephwilk.net/cucumber/limited-red-demo-with-cucumber.html</link>
		<comments>http://blog.josephwilk.net/cucumber/limited-red-demo-with-cucumber.html#comments</comments>
		<pubDate>Thu, 09 Sep 2010 19:50:45 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1797</guid>
		<description><![CDATA[A demonstration of working with Limited Red (previously known as CukeMax) on a Cucumber project. Using Limited Red with a cucumber project from Joseph Wilk]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/cucumber/limited-red-demo-with-cucumber.html/feed</wfw:commentRss>
		<slash:comments>5</slash:comments>
		</item>
		<item>
		<title>Limiting Red: Smarter Test Builds Through Metrics</title>
		<link>http://blog.josephwilk.net/ruby/limiting-red-smarter-test-builds-through-metrics.html</link>
		<comments>http://blog.josephwilk.net/ruby/limiting-red-smarter-test-builds-through-metrics.html#comments</comments>
		<pubDate>Sun, 15 Aug 2010 02:28:31 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[metrics]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1630</guid>
		<description><![CDATA[The Current State of the Art In the Ruby world there is a wealth of metrics which can provide insight into our code. Looking at such things as: Structural similar code (Flay) Complexity (Flog) Cyclic complexity (Saikuro) Code smells (Reek) Design issues (Roodi) File change frequencies (Churn) When it comes to metrics involving our tests we [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/limiting-red-smarter-test-builds-through-metrics.html/feed</wfw:commentRss>
		<slash:comments>8</slash:comments>
		</item>
		<item>
		<title>Metrics for Plain Text Acceptance Tests</title>
		<link>http://blog.josephwilk.net/ruby/metrics-for-plain-text-acceptance-tests.html</link>
		<comments>http://blog.josephwilk.net/ruby/metrics-for-plain-text-acceptance-tests.html#comments</comments>
		<pubDate>Tue, 10 Nov 2009 20:37:19 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Cucumber]]></category>
		<category><![CDATA[metrics]]></category>
		<category><![CDATA[Testing]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=970</guid>
		<description><![CDATA[There has been lots of activity around the value of metrics for source code and tests. In the Ruby world tools like metric_fu provide a wealth of analysis. While working on my Cucumber talk for Rails Underground I started investigating how we could apply metrics to the customer focused plain text of Cucumber. For those [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/metrics-for-plain-text-acceptance-tests.html/feed</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
		<item>
		<title>Ruby Metric-fu Hudson plugin</title>
		<link>http://blog.josephwilk.net/ruby/ruby-metric-fu-hudson-plugin.html</link>
		<comments>http://blog.josephwilk.net/ruby/ruby-metric-fu-hudson-plugin.html#comments</comments>
		<pubDate>Sun, 04 Oct 2009 20:36:02 +0000</pubDate>
		<dc:creator>Joseph Wilk</dc:creator>
				<category><![CDATA[Ruby]]></category>
		<category><![CDATA[Java]]></category>
		<category><![CDATA[metrics]]></category>

		<guid isPermaLink="false">http://blog.josephwilk.net/?p=1102</guid>
		<description><![CDATA[I have written a plugin for the continuous integration server Hudson which uses a metric-fu rake task at its core to build and present graphs representing different metrics over successful builds. It currently supports: Flog (Complexity) Flay (Duplication) Rcov (Code coverage) The source is available on Github: http://github.com/josephwilk/rubymetricfu Installing Currently all Hudson’s plugins are stored [...]]]></description>
		<wfw:commentRss>http://blog.josephwilk.net/ruby/ruby-metric-fu-hudson-plugin.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

