class SimpleCovJSONFormatter::SourceFileFormatter

def branch_coverage

def branch_coverage
  {
    branches: branches
  }
end