C0 code coverage information
Generated on Sat May 27 21:23:37 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.
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
This method was called by:
149 lib/renderfix.rb:13 in 'render_file'
149 lib/renderfix.rb:12 in 'render_file'
111 app/controllers/application.rb:33 in 'reload_settings'
77 app/helpers/application_helper.rb:61 in 'config_value'
28 lib/spam_protection.rb:19 in 'is_spam?'
14 app/controllers/articles_controller.rb:171 in 'verify_config'
10 test/functional/articles_controller_test.rb:15 in 'setup_without_fixtures'
9 app/models/theme.rb:25 in 'current_theme_path'
8 lib/spam_protection.rb:10 in 'article_closed?'
6 app/helpers/articles_helper.rb:68 in 'author_link'
3 app/views/articles/index.rhtml:9 in '_run_html_articles_index'
2 app/controllers/admin/content_controller.rb:27 in 'new'
2 app/models/comment.rb:29 in 'transform_body'
2 app/controllers/admin/content_controller.rb:14 in 'list'
1 app/controllers/articles_controller.rb:12 in 'index'
1 app/controllers/xml_controller.rb:10 in 'commentrss'
1 app/apis/blogger_service.rb:72 in 'getUsersBlogs'
1 app/controllers/xml_controller.rb:14 in 'trackbackrss'
1 app/controllers/articles_controller.rb:13 in 'index'
1 app/controllers/articles_controller.rb:44 in 'find_by_date'
1 app/controllers/xml_controller.rb:22 in 'atom'
1 app/controllers/articles_controller.rb:70 in 'category'
1 app/controllers/xml_controller.rb:18 in 'rss'
19 $config ||= Configuration.new
20 end
Generated using the rcov code coverage analysis tool for Ruby version 0.5.0.