module SimpleCov
module SimpleCov::Formatter
class SimpleCov::Formatter::LcovFormatter
simplecov-lcov
0.3.0
# format_file
def format_file(file) "SF:#{file.filename}\n#{format_lines(file)}\nend_of_record\n" end