Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
---|---|---|---|---|
app/models/user_role.rb | 7 | 4 | 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 class UserRole < ActiveRecord::Base |
2 |
3 validates_presence_of :name |
4 belongs_to :story |
5 |
6 end |
7 |
Generated on Thu Dec 03 16:49:24 +0000 2009 with rcov 0.9.6