Method: SimpleCov::SourceFile#branches_report

Defined in:
lib/simplecov/source_file.rb

#branches_reportObject

Return hash with key of line number and branch coverage count as value



118
119
120
# File 'lib/simplecov/source_file.rb', line 118

def branches_report
  @branches_report ||= build_branches_report
end