Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
---|---|---|---|---|
rcov/ruby/1.8/gems/rspec-core-2.5.1/lib/rspec/core/extensions/object.rb | 14 | 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 module RSpec |
2 module Core |
3 module ObjectExtensions |
4 def describe(*args, &example_group_block) |
5 args << {} unless args.last.is_a?(Hash) |
6 RSpec::Core::ExampleGroup.describe(*args, &example_group_block).register |
7 end |
8 end |
9 end |
10 end |
11 |
12 class Object |
13 include RSpec::Core::ObjectExtensions |
14 end |
Generated on Fri Apr 22 17:22:42 -0700 2011 with rcov 0.9.8