Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
---|---|---|---|---|
ddl/behavior_set.rb | 6 | 6 | 83.33%
|
83.33%
|
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 ACN |
2 module DDL |
3 class BehaviorSet < DDLModule |
4 end |
5 end |
6 end |
Generated on 2010-03-16 15:14:06 +1000 with rcov 0.9.2.1