class SimpleCovJSONFormatter::SourceFileFormatter

def parse_branch(branch)

def parse_branch(branch)
  {
    type: branch.type,
    start_line: branch.start_line,
    end_line: branch.end_line,
    coverage: parse_line(branch)
  }
end