global

def worse_than?(other)

def worse_than?(other)
  unmatched_item_count > other.unmatched_item_count
end