Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
---|---|---|---|---|
rcov/ruby/1.8/gems/rspec-mocks-2.5.0/lib/rspec/mocks/framework.rb | 17 | 13 | 100.00%
|
100.00%
|
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 # Require everything except the global extensions of class and object. This |
2 # supports wrapping rspec's mocking functionality without invading every |
3 # object in the system. |
4 |
5 require 'rspec/mocks/extensions/instance_exec' |
6 require 'rspec/mocks/method_double' |
7 require 'rspec/mocks/methods' |
8 require 'rspec/mocks/argument_matchers' |
9 require 'rspec/mocks/proxy' |
10 require 'rspec/mocks/mock' |
11 require 'rspec/mocks/argument_expectation' |
12 require 'rspec/mocks/message_expectation' |
13 require 'rspec/mocks/order_group' |
14 require 'rspec/mocks/errors' |
15 require 'rspec/mocks/error_generator' |
16 require 'rspec/mocks/space' |
17 require 'rspec/mocks/serialization' |
Generated on Fri Apr 22 17:22:42 -0700 2011 with rcov 0.9.8