class SimpleCov::Formatter::LcovFormatter

def format_line(line)

def format_line(line)
  "DA:#{line.number},#{line.coverage}"
end