C0 code coverage information

Generated on Sun Jun 11 23:15:11 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.
Name Total lines Lines of code Total coverage Code coverage
app/controllers/backend_controller.rb 10 8
100.0% 
100.0% 
 1 class BackendController < ApplicationController
Calls
      1   ActionWebService::Dispatcher::ActionController::ClassMethods#inherited at vendor/rails/actionwebservice/lib/action_web_service/dispatcher/action_controller_dispatcher.rb:33

 2   cache_sweeper :blog_sweeper
Calls
      1   ActionController::Caching::Sweeping::ClassMethods#cache_sweeper at vendor/rails/actionpack/lib/action_controller/caching.rb:500

 3 
 4   web_service_dispatching_mode :layered
Calls
      1   #<Class:ActionController::Base>#web_service_dispatching_mode at (eval):1

 5   web_service(:metaWeblog)  { MetaWeblogService.new(self) }
Calls
     24   MetaWeblogService#initialize at app/apis/meta_weblog_service.rb:72
      1   Module#const_missing at vendor/rails/activesupport/lib/active_support/dependencies.rb:187
      1   ActionWebService::Container::Delegated::ClassMethods#web_service at vendor/rails/actionwebservice/lib/action_web_service/container/delegated_container.rb:40

 6   web_service(:mt)          { MovableTypeService.new }
Calls
      1   Module#const_missing at vendor/rails/activesupport/lib/active_support/dependencies.rb:187
      1   ActionWebService::Container::Delegated::ClassMethods#web_service at vendor/rails/actionwebservice/lib/action_web_service/container/delegated_container.rb:40

 7   web_service(:blogger)     { BloggerService.new(self) }
Calls
     24   BloggerService#initialize at app/apis/blogger_service.rb:47
      1   ActionWebService::Container::Delegated::ClassMethods#web_service at vendor/rails/actionwebservice/lib/action_web_service/container/delegated_container.rb:40

 8 
 9   alias xmlrpc api
Calls
      1   #<Class:Object>#method_added at vendor/rails/actionpack/lib/action_view/vendor/builder/blankslate.rb:47

10 end

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

Valid XHTML 1.0! Valid CSS!