C0 code coverage information

Generated on Sat, Dec 16 2006 23:09:02 +0900 with rcov 0.7.1


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
sample_04.rb 10 8
100.0% 
100.0% 
 1 $: << File.dirname(__FILE__)
 2 require 'sample_03'
 3 
 4 klass = Rcov::Test::Temporary::Sample03
 5 obj = klass.new
 6 obj.f1
 7 obj.f2
 8 obj.f3
 9 #klass.g1 uncovered
10 klass.g2

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

Valid XHTML 1.0! Valid CSS!