module SimpleCov::Combine::BranchesCombiner

def tuple_identity(tuple)

def tuple_identity(tuple)
  tuple = SourceFile::RubyDataParser.call(tuple)
  type, _id, start_line, start_column, end_line, end_column = tuple
  [type, start_line, start_column, end_line, end_column]
end