C0 code coverage information

Generated on Mon May 21 22:36:02 -0400 2007 with rcov 0.8.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
specs/rools/rools_spec.rb 15 10
100.0% 
100.0% 
 1 require File.dirname(__FILE__) + '/../spec_helper'
 2 require 'rools'
 3 
 4 describe "Rools" do
 5 
 6   it "should have a logger" do
 7    #Rools::Base.logger = Logger.new(STDOUT)
 8    #Rools::Base.logger.debug( "rools")
 9    Rools::Base.logger = nil
10   end
11   
12   it "should cache" do
13     Rools::open(nil)
14   end
15 end

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

Valid XHTML 1.0! Valid CSS!