class SimpleCov::Formatter::LcovFormatter
def format_file(file)
def format_file(file) filename = file.filename.gsub("#{SimpleCov.root}/", './') "SF:#{filename}\n#{format_lines(file)}\nend_of_record\n" end
def format_file(file) filename = file.filename.gsub("#{SimpleCov.root}/", './') "SF:#{filename}\n#{format_lines(file)}\nend_of_record\n" end