C0 code coverage information
Generated on Sun Oct 26 21:43:32 -0700 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.
1 module Spec
2 module Expectations
3 # If Test::Unit is loaed, we'll use its error as baseclass, so that Test::Unit
4 # will report unmet RSpec expectations as failures rather than errors.
5 superclass = ['Test::Unit::AssertionFailedError', '::StandardError'].map do |c|
6 eval(c) rescue nil
7 end.compact.first
8
9 class ExpectationNotMetError < superclass
10 end
11 end
12 end
Generated using the rcov code coverage analysis tool for Ruby
version 0.8.1.2.