C0 code coverage information

Generated on Sun Jul 06 22:30:57 +0900 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/citrus.rb 22 14
100.0%  
100.0%  
 1 #!/usr/bin/env ruby
 2 
 3 $LOAD_PATH << "lib"
 4 
 5 require "citrus/utils"
 6 require "citrus/plugin"
 7 require "citrus/plugins"
 8 require "citrus/core"
 9 
10 module Citrus
11 	class << self
12 		def run(config)
13 			Core.new(config).start
14 		end
15 	end
16 end
17 
18 
19 def tests(&block)
20 	# for plugin test
21 end
22 

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

Valid XHTML 1.0! Valid CSS!