Update RBI files for simplecov-html.

Autogenerated by the [vendor-gems](https://github.com/Homebrew/brew/blob/HEAD/.github/workflows/vendor-gems.yml) workflow.
This commit is contained in:
BrewTestBot 2024-09-09 03:35:11 +00:00
parent 8f185b6406
commit 93763a5f47
No known key found for this signature in database
GPG Key ID: 82D7D104050B0F0F

View File

@ -4,6 +4,7 @@
# This is an autogenerated file for types exported from the `simplecov-html` gem. # This is an autogenerated file for types exported from the `simplecov-html` gem.
# Please instead update this file by running `bin/tapioca gem simplecov-html`. # Please instead update this file by running `bin/tapioca gem simplecov-html`.
# source://simplecov-html//lib/simplecov-html.rb#16 # source://simplecov-html//lib/simplecov-html.rb#16
module SimpleCov module SimpleCov
class << self class << self
@ -141,71 +142,79 @@ class SimpleCov::Formatter::HTMLFormatter
# source://simplecov-html//lib/simplecov-html.rb#19 # source://simplecov-html//lib/simplecov-html.rb#19
def initialize; end def initialize; end
# @return [Boolean] # source://simplecov-html//lib/simplecov-html.rb#26
#
# source://simplecov-html//lib/simplecov-html.rb#38
def branchable_result?; end
# source://simplecov-html//lib/simplecov-html.rb#23
def format(result); end def format(result); end
# @return [Boolean]
#
# source://simplecov-html//lib/simplecov-html.rb#45
def line_status?(source_file, line); end
# source://simplecov-html//lib/simplecov-html.rb#34
def output_message(result); end
private private
# source://simplecov-html//lib/simplecov-html.rb#64 # source://simplecov-html//lib/simplecov-html.rb#94
def asset_output_path; end def asset_inline(name); end
# source://simplecov-html//lib/simplecov-html.rb#72 # source://simplecov-html//lib/simplecov-html.rb#72
def asset_output_path; end
# source://simplecov-html//lib/simplecov-html.rb#80
def assets_path(name); end def assets_path(name); end
# source://simplecov-html//lib/simplecov-html.rb#97 # @return [Boolean]
#
# source://simplecov-html//lib/simplecov-html.rb#41
def branchable_result?; end
# source://simplecov-html//lib/simplecov-html.rb#125
def coverage_css_class(covered_percent); end def coverage_css_class(covered_percent); end
# source://simplecov-html//lib/simplecov-html.rb#93 # source://simplecov-html//lib/simplecov-html.rb#121
def covered_percent(percent); end def covered_percent(percent); end
# Returns a table containing the given source files # Returns a table containing the given source files
# #
# source://simplecov-html//lib/simplecov-html.rb#84 # source://simplecov-html//lib/simplecov-html.rb#112
def formatted_file_list(title, source_files); end def formatted_file_list(title, source_files); end
# Returns the html for the given source_file # Returns the html for the given source_file
# #
# source://simplecov-html//lib/simplecov-html.rb#77 # source://simplecov-html//lib/simplecov-html.rb#105
def formatted_source_file(source_file); end def formatted_source_file(source_file); end
# Return a (kind of) unique id for the source file given. Uses SHA1 on path for the id # Return a (kind of) unique id for the source file given. Uses SHA1 on path for the id
# #
# source://simplecov-html//lib/simplecov-html.rb#118 # source://simplecov-html//lib/simplecov-html.rb#146
def id(source_file); end def id(source_file); end
# source://simplecov-html//lib/simplecov-html.rb#130 # @return [Boolean]
#
# source://simplecov-html//lib/simplecov-html.rb#48
def line_status?(source_file, line); end
# source://simplecov-html//lib/simplecov-html.rb#158
def link_to_source_file(source_file); end def link_to_source_file(source_file); end
# source://simplecov-html//lib/simplecov-html.rb#60 # source://simplecov-html//lib/simplecov-html.rb#56
def output_message(result); end
# source://simplecov-html//lib/simplecov-html.rb#68
def output_path; end def output_path; end
# source://simplecov-html//lib/simplecov-html.rb#126 # source://simplecov-html//lib/simplecov-html.rb#154
def shortened_filename(source_file); end def shortened_filename(source_file); end
# source://simplecov-html//lib/simplecov-html.rb#107 # source://simplecov-html//lib/simplecov-html.rb#135
def strength_css_class(covered_strength); end def strength_css_class(covered_strength); end
# Returns the an erb instance for the template of given name # Returns the an erb instance for the template of given name
# #
# source://simplecov-html//lib/simplecov-html.rb#56 # source://simplecov-html//lib/simplecov-html.rb#64
def template(name); end def template(name); end
# source://simplecov-html//lib/simplecov-html.rb#122 # source://simplecov-html//lib/simplecov-html.rb#150
def timeago(time); end def timeago(time); end
end end
# Only have a few content types, just hardcode them
#
# source://simplecov-html//lib/simplecov-html.rb#87
SimpleCov::Formatter::HTMLFormatter::CONTENT_TYPES = T.let(T.unsafe(nil), Hash)
# source://simplecov-html//lib/simplecov-html/version.rb#6 # source://simplecov-html//lib/simplecov-html/version.rb#6
SimpleCov::Formatter::HTMLFormatter::VERSION = T.let(T.unsafe(nil), String) SimpleCov::Formatter::HTMLFormatter::VERSION = T.let(T.unsafe(nil), String)