Method: SimpleCov::SourceFile#branches_coverage_percent

Defined in:
lib/simplecov/source_file.rb

#branches_coverage_percentObject



106
107
108
# File 'lib/simplecov/source_file.rb', line 106

def branches_coverage_percent
  coverage_statistics[:branch]&.percent
end