C0 code coverage information

Generated on Sat May 27 21:23:34 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/controllers/backend_controller.rb 10 8
100.0% 
100.0% 
 1 class BackendController < ApplicationController
 2   cache_sweeper :blog_sweeper
 3 
 4   web_service_dispatching_mode :layered
 5   web_service(:metaWeblog)  { MetaWeblogService.new(self) }
 6   web_service(:mt)          { MovableTypeService.new }
 7   web_service(:blogger)     { BloggerService.new(self) }
 8 
 9   alias xmlrpc api
10 end

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

Valid XHTML 1.0! Valid CSS!