# File lib/rspec/matchers/built_in/cover.rb, line 15
        def does_not_match?(range)
          @actual = range
          expected.none? {|e| range.cover?(e)}
        end