C0 code coverage information

Generated on Tue May 30 23:34:43 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/models/configuration.rb 20 19
100.0% 
100.0% 
 1 class Configuration < ConfigManager
 2   setting :blog_name, :string, 'My Shiny Weblog!'
 3   setting :blog_subtitle, :string, ''
 4   setting :default_allow_pings, :bool, false
 5   setting :default_allow_comments, :bool, true
 6   setting :sp_global, :bool, false
 7   setting :sp_article_auto_close, :int, 0
 8   setting :sp_url_limit, :int, 0
 9   setting :text_filter, :string, ''
10   setting :comment_text_filter, :string, ''
11   setting :limit_article_display, :int, 10
12   setting :limit_rss_display, :int, 10  
13   setting :geourl_location, :string, ''
14   setting :link_to_author, :bool, false
15   setting :theme, :string, 'azure'
16 end
17 
18 def config
19   $config ||= Configuration.new
20 end

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

Valid XHTML 1.0! Valid CSS!