# File lib/rspec/matchers/built_in/cover.rb, line 11
        def matches?(range)
          expected.all? {|e| super(range).cover?(e)}
        end