global

def candidate?

def candidate?
  indeterminate_expected_indexes.empty? &&
  indeterminate_actual_indexes.empty?
end