Name | Total Lines | Lines of Code | Total Coverage | Code Coverage |
---|---|---|---|---|
lib/gecoder/interface/constraints/bool/channel.rb | 7 | 6 | 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 Gecode::Bool |
2 class BoolConstraintReceiver |
3 # Provides commutivity with IntVarReceiver#== |
4 provide_commutativity(:==){ |rhs, _| rhs.respond_to? :to_int_var } |
5 alias_comparison_methods |
6 end |
7 end |
Generated on Thu Jan 08 13:27:03 +0100 2015 with rcov 1.0.0