module SimpleCov
module SimpleCov::Formatter
class SimpleCov::Formatter::LcovFormatter
simplecov-lcov
0.6.0
# format_line
def format_line(line) "DA:#{line.number},#{line.coverage}" end