Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
---|---|---|---|---|
spec/spec_helper.rb | 7 | 4 | 57.14%
|
50.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 File.expand_path(File.dirname(__FILE__) + '/../ddl/DDL.rb') |
2 |
3 # Some UUID's to use |
4 UUID_1 = UUID.generate |
5 UUID_2 = UUID.generate |
6 UUID_3 = UUID.generate |
7 |
Generated on 2010-03-16 15:14:06 +1000 with rcov 0.9.2.1