C0 code coverage information

Generated on Sat May 27 21:23:35 CEST 2006 with rcov 0.5.0


Code reported as executed by Ruby looks like this...
and this: this line is also marked as covered.
Lines considered as run by rcov, but not reported by Ruby, look like this,
and this: these lines were inferred by rcov (using simple heuristics).
Finally, here's a line marked as not executed.
Name Total lines Lines of code Total coverage Code coverage
app/helpers/xml_helper.rb 25 20
100.0% 
100.0% 
 1 module XmlHelper
 2   def pub_date(time)
 3     time.strftime "%a, %e %b %Y %H:%M:%S %Z"
 4   end
 5 
 6   def post_title(post)
 7     "#{h post.title}"
 8   end
 9 
10   def post_link(post)
11     article_url(post, false)
12   end
13   
14   def comment_link(comment)
15     comment_url(comment, false)
16   end
17   
18   def trackback_link(trackback)
19     trackback_url(trackback, false)
20   end
21   
22   def blog_title
23     config_value("blog_name") || "Unnamed blog"
24   end
25 end

Generated using the rcov code coverage analysis tool for Ruby version 0.5.0.

Valid XHTML 1.0! Valid CSS!