Gecoder C0 Coverage Information - RCov

lib/gecoder/interface/binding_changes.rb

Name Total Lines Lines of Code Total Coverage Code Coverage
lib/gecoder/interface/binding_changes.rb 9 7
100.00%
100.00%

Key

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.

Coverage Details

1 # This file adds a small layer on top of the bindings.
2 module GecodeRaw #:nodoc: all
3   class Space
4     # Used by Gecode during BAB-search.
5     def constrain(best_so_far_space)
6       Gecode::Mixin.constrain(self, best_so_far_space)
7     end
8   end
9 end

Generated on Thu Jan 08 13:27:03 +0100 2015 with rcov 1.0.0