class SimpleCovJSONFormatter::SourceFileFormatter

def initialize(source_file)

def initialize(source_file)
  @source_file = source_file
  @line_coverage = nil
end