C0 code coverage information
Generated on Sun Jun 11 23:15:09 CEST 2006 with rcov 0.6.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 Admin::BaseController < ApplicationController
Calls
1 ActionWebService::Dispatcher::ActionController::ClassMethods#inherited at vendor/rails/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:33
2 cattr_accessor :look_for_migrations
Calls
1 Class#cattr_accessor at vendor/rails/activesupport/lib/active_support/class_attribute_accessors.rb:53
3 @@look_for_migrations = true
4
5 layout 'administration'
Calls
1 ActionController::Layout::ClassMethods#layout at vendor/rails/actionpack/lib/action_controller/layout.rb:165
6 before_filter :login_required, :except => [ :login, :signup ]
Calls
1 ActionController::Filters::ClassMethods#before_filter at vendor/rails/actionpack/lib/action_controller/filters.rb:175
7 before_filter :look_for_needed_db_updates, :except => [:login, :signup, :update_database, :migrate]
Calls
1 ActionController::Filters::ClassMethods#before_filter at vendor/rails/actionpack/lib/action_controller/filters.rb:175
8
9 cache_sweeper :blog_sweeper
Calls
1 ActionController::Caching::Sweeping::ClassMethods#cache_sweeper at vendor/rails/actionpack/lib/action_controller/caching.rb:500
10
11 private
12
13 def look_for_needed_db_updates
Calls
1 #<Class:Object>#method_added at vendor/rails/actionpack/lib/action_view/vendor/builder/blankslate.rb:47
Called by
46 vendor/rails/actionpack/lib/action_controller/filters.rb:354 in 'ActionController::Filters::InstanceMethods#call_filters'
14 if Migrator.offer_migration_when_available
Calls
46 #<Class:Migrator>#offer_migration_when_available at (eval):5
15 redirect_to :controller => '/admin/general', :action => 'update_database' if Migrator.current_schema_version != Migrator.max_schema_version
16 end
17 end
18
19 end
Generated using the rcov code coverage analysis tool for Ruby version 0.6.0.