Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
---|---|---|---|---|
lib/rspec-steps/duckpunch/object-extensions.rb | 10 | 9 | 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 'rspec-steps/stepwise' |
2 |
3 module RSpec::Core |
4 module ObjectExtensions |
5 def steps(*args, &example_group_block) |
6 args << {} unless args.last.is_a?(Hash) |
7 RSpec::Core::ExampleGroup.steps(*args, &example_group_block).register |
8 end |
9 end |
10 end |
Generated on Fri Apr 22 18:52:20 -0700 2011 with rcov 0.9.8