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