class SimpleCovJSONFormatter::SourceFileFormatter

def line_coverage

def line_coverage
  @line_coverage ||= {
    lines: lines
  }
end