C0 code coverage information

Generated on Wed Dec 24 11:03:27 -0600 2008 with rcov 0.8.1.2


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
lib/context/version.rb 9 8
100.0%  
100.0%  
1 module Context
2   module VERSION #:nodoc:
3     MAJOR = 0
4     MINOR = 0
5     TINY  = 6
6 
7     STRING = [MAJOR, MINOR, TINY].join('.')
8   end
9 end

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

Valid XHTML 1.0! Valid CSS!