hank 0.1.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +7 -0
- data/.clodignore +32 -0
- data/.rubocop.yml +59 -0
- data/CLAUDE.md +22 -0
- data/Gemfile +11 -0
- data/LICENSE +21 -0
- data/README.md +70 -0
- data/Rakefile +17 -0
- data/bin/hank +7 -0
- data/hank.gemspec +55 -0
- data/lib/hank/cli.rb +162 -0
- data/lib/hank/file_selector.rb +204 -0
- data/lib/hank/hankfile.rb +70 -0
- data/lib/hank/path_utils.rb +47 -0
- data/lib/hank/symlink_manager.rb +94 -0
- data/lib/hank/validator.rb +65 -0
- data/lib/hank/version.rb +6 -0
- data/lib/hank.rb +25 -0
- data/sorbet/config +5 -0
- data/sorbet/rbi/annotations/.gitattributes +1 -0
- data/sorbet/rbi/annotations/colorize.rbi +121 -0
- data/sorbet/rbi/annotations/minitest.rbi +119 -0
- data/sorbet/rbi/annotations/rainbow.rbi +269 -0
- data/sorbet/rbi/gems/.gitattributes +1 -0
- data/sorbet/rbi/gems/ansi.rbi +398 -0
- data/sorbet/rbi/gems/ansi@1.5.0.rbi +688 -0
- data/sorbet/rbi/gems/ast.rbi +49 -0
- data/sorbet/rbi/gems/ast@2.4.3.rbi +585 -0
- data/sorbet/rbi/gems/benchmark@0.4.0.rbi +618 -0
- data/sorbet/rbi/gems/builder.rbi +58 -0
- data/sorbet/rbi/gems/builder@3.3.0.rbi +502 -0
- data/sorbet/rbi/gems/citrus.rbi +238 -0
- data/sorbet/rbi/gems/citrus@3.0.2.rbi +1234 -0
- data/sorbet/rbi/gems/colorize.rbi +82 -0
- data/sorbet/rbi/gems/colorize@0.8.1.rbi +152 -0
- data/sorbet/rbi/gems/curses.rbi +327 -0
- data/sorbet/rbi/gems/curses@1.4.7.rbi +894 -0
- data/sorbet/rbi/gems/diffy.rbi +56 -0
- data/sorbet/rbi/gems/diffy@3.4.3.rbi +184 -0
- data/sorbet/rbi/gems/docile.rbi +36 -0
- data/sorbet/rbi/gems/docile@1.4.1.rbi +377 -0
- data/sorbet/rbi/gems/erubi@1.13.1.rbi +155 -0
- data/sorbet/rbi/gems/fiddle.rbi +120 -0
- data/sorbet/rbi/gems/fiddle@1.1.6.rbi +9 -0
- data/sorbet/rbi/gems/hank.rbi +15 -0
- data/sorbet/rbi/gems/json@2.10.2.rbi +2112 -0
- data/sorbet/rbi/gems/language_server-protocol.rbi +2868 -0
- data/sorbet/rbi/gems/language_server-protocol@3.17.0.4.rbi +9 -0
- data/sorbet/rbi/gems/lint_roller.rbi +75 -0
- data/sorbet/rbi/gems/lint_roller@1.1.0.rbi +86 -0
- data/sorbet/rbi/gems/logger.rbi +94 -0
- data/sorbet/rbi/gems/logger@1.7.0.rbi +963 -0
- data/sorbet/rbi/gems/minitest-reporters.rbi +104 -0
- data/sorbet/rbi/gems/minitest-reporters@1.7.1.rbi +1018 -0
- data/sorbet/rbi/gems/minitest.rbi +440 -0
- data/sorbet/rbi/gems/minitest@5.25.5.rbi +1547 -0
- data/sorbet/rbi/gems/netrc@0.11.0.rbi +159 -0
- data/sorbet/rbi/gems/parallel.rbi +88 -0
- data/sorbet/rbi/gems/parallel@1.26.3.rbi +291 -0
- data/sorbet/rbi/gems/parser.rbi +1545 -0
- data/sorbet/rbi/gems/parser@3.3.7.4.rbi +5535 -0
- data/sorbet/rbi/gems/prism.rbi +4090 -0
- data/sorbet/rbi/gems/prism@1.4.0.rbi +41732 -0
- data/sorbet/rbi/gems/racc.rbi +41 -0
- data/sorbet/rbi/gems/racc@1.8.1.rbi +160 -0
- data/sorbet/rbi/gems/rainbow.rbi +122 -0
- data/sorbet/rbi/gems/rainbow@3.1.1.rbi +403 -0
- data/sorbet/rbi/gems/rake.rbi +649 -0
- data/sorbet/rbi/gems/rake@13.2.1.rbi +3033 -0
- data/sorbet/rbi/gems/rbi@0.3.1.rbi +6599 -0
- data/sorbet/rbi/gems/rbs@3.9.2.rbi +6978 -0
- data/sorbet/rbi/gems/regexp_parser.rbi +1039 -0
- data/sorbet/rbi/gems/regexp_parser@2.10.0.rbi +3795 -0
- data/sorbet/rbi/gems/rubocop-ast.rbi +1470 -0
- data/sorbet/rbi/gems/rubocop-ast@1.44.0.rbi +7716 -0
- data/sorbet/rbi/gems/rubocop.rbi +10557 -0
- data/sorbet/rbi/gems/rubocop@1.75.2.rbi +61860 -0
- data/sorbet/rbi/gems/ruby-filemagic.rbi +46 -0
- data/sorbet/rbi/gems/ruby-filemagic@0.7.3.rbi +168 -0
- data/sorbet/rbi/gems/ruby-progressbar.rbi +321 -0
- data/sorbet/rbi/gems/ruby-progressbar@1.13.0.rbi +1318 -0
- data/sorbet/rbi/gems/simplecov-html.rbi +36 -0
- data/sorbet/rbi/gems/simplecov-html@0.13.1.rbi +225 -0
- data/sorbet/rbi/gems/simplecov.rbi +435 -0
- data/sorbet/rbi/gems/simplecov@0.22.0.rbi +2149 -0
- data/sorbet/rbi/gems/simplecov_json_formatter.rbi +47 -0
- data/sorbet/rbi/gems/simplecov_json_formatter@0.1.4.rbi +9 -0
- data/sorbet/rbi/gems/spoom@1.6.1.rbi +7274 -0
- data/sorbet/rbi/gems/tapioca@0.16.11.rbi +3628 -0
- data/sorbet/rbi/gems/thor.rbi +583 -0
- data/sorbet/rbi/gems/thor@1.3.2.rbi +4378 -0
- data/sorbet/rbi/gems/toml-rb.rbi +136 -0
- data/sorbet/rbi/gems/toml-rb@2.2.0.rbi +419 -0
- data/sorbet/rbi/gems/unicode-display_width.rbi +28 -0
- data/sorbet/rbi/gems/unicode-display_width@3.1.4.rbi +132 -0
- data/sorbet/rbi/gems/unicode-emoji.rbi +18 -0
- data/sorbet/rbi/gems/unicode-emoji@4.0.4.rbi +251 -0
- data/sorbet/rbi/gems/yard-sorbet@0.9.0.rbi +435 -0
- data/sorbet/rbi/gems/yard@0.9.37.rbi +18379 -0
- data/sorbet/tapioca/config.yml +13 -0
- data/sorbet/tapioca/require.rb +4 -0
- metadata +399 -0
@@ -0,0 +1,36 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: true
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/simplecov-html/all/simplecov-html.rbi
|
9
|
+
#
|
10
|
+
# simplecov-html-0.13.1
|
11
|
+
|
12
|
+
module SimpleCov
|
13
|
+
end
|
14
|
+
module SimpleCov::Formatter
|
15
|
+
end
|
16
|
+
class SimpleCov::Formatter::HTMLFormatter
|
17
|
+
def asset_inline(name); end
|
18
|
+
def asset_output_path; end
|
19
|
+
def assets_path(name); end
|
20
|
+
def branchable_result?; end
|
21
|
+
def coverage_css_class(covered_percent); end
|
22
|
+
def covered_percent(percent); end
|
23
|
+
def format(result); end
|
24
|
+
def formatted_file_list(title, source_files); end
|
25
|
+
def formatted_source_file(source_file); end
|
26
|
+
def id(source_file); end
|
27
|
+
def initialize; end
|
28
|
+
def line_status?(source_file, line); end
|
29
|
+
def link_to_source_file(source_file); end
|
30
|
+
def output_message(result); end
|
31
|
+
def output_path; end
|
32
|
+
def shortened_filename(source_file); end
|
33
|
+
def strength_css_class(covered_strength); end
|
34
|
+
def template(name); end
|
35
|
+
def timeago(time); end
|
36
|
+
end
|
@@ -0,0 +1,225 @@
|
|
1
|
+
# typed: true
|
2
|
+
|
3
|
+
# DO NOT EDIT MANUALLY
|
4
|
+
# This is an autogenerated file for types exported from the `simplecov-html` gem.
|
5
|
+
# Please instead update this file by running `bin/tapioca gem simplecov-html`.
|
6
|
+
|
7
|
+
|
8
|
+
# source://simplecov-html//lib/simplecov-html.rb#16
|
9
|
+
module SimpleCov
|
10
|
+
class << self
|
11
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#174
|
12
|
+
def at_exit_behavior; end
|
13
|
+
|
14
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#170
|
15
|
+
def clear_result; end
|
16
|
+
|
17
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#86
|
18
|
+
def collate(result_filenames, profile = T.unsafe(nil), ignore_timeout: T.unsafe(nil), &block); end
|
19
|
+
|
20
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#223
|
21
|
+
def exit_and_report_previous_error(exit_status); end
|
22
|
+
|
23
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#200
|
24
|
+
def exit_status_from_exception; end
|
25
|
+
|
26
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#28
|
27
|
+
def external_at_exit; end
|
28
|
+
|
29
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#28
|
30
|
+
def external_at_exit=(_arg0); end
|
31
|
+
|
32
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#28
|
33
|
+
def external_at_exit?; end
|
34
|
+
|
35
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#131
|
36
|
+
def filtered(files); end
|
37
|
+
|
38
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#268
|
39
|
+
def final_result_process?; end
|
40
|
+
|
41
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#142
|
42
|
+
def grouped(files); end
|
43
|
+
|
44
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#162
|
45
|
+
def load_adapter(name); end
|
46
|
+
|
47
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#158
|
48
|
+
def load_profile(name); end
|
49
|
+
|
50
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#24
|
51
|
+
def pid; end
|
52
|
+
|
53
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#24
|
54
|
+
def pid=(_arg0); end
|
55
|
+
|
56
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#213
|
57
|
+
def previous_error?(error_exit_status); end
|
58
|
+
|
59
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#248
|
60
|
+
def process_result(result); end
|
61
|
+
|
62
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#233
|
63
|
+
def process_results_and_report_error; end
|
64
|
+
|
65
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#229
|
66
|
+
def ready_to_process_results?; end
|
67
|
+
|
68
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#101
|
69
|
+
def result; end
|
70
|
+
|
71
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#124
|
72
|
+
def result?; end
|
73
|
+
|
74
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#256
|
75
|
+
def result_exit_status(result); end
|
76
|
+
|
77
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#296
|
78
|
+
def round_coverage(coverage); end
|
79
|
+
|
80
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#186
|
81
|
+
def run_exit_tasks!; end
|
82
|
+
|
83
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#24
|
84
|
+
def running; end
|
85
|
+
|
86
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#24
|
87
|
+
def running=(_arg0); end
|
88
|
+
|
89
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#48
|
90
|
+
def start(profile = T.unsafe(nil), &block); end
|
91
|
+
|
92
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#276
|
93
|
+
def wait_for_other_processes; end
|
94
|
+
|
95
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#285
|
96
|
+
def write_last_run(result); end
|
97
|
+
|
98
|
+
private
|
99
|
+
|
100
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#399
|
101
|
+
def adapt_coverage_result; end
|
102
|
+
|
103
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#371
|
104
|
+
def add_not_loaded_files(result); end
|
105
|
+
|
106
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#302
|
107
|
+
def initial_setup(profile, &block); end
|
108
|
+
|
109
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#363
|
110
|
+
def lookup_corresponding_ruby_coverage_name(criterion); end
|
111
|
+
|
112
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#425
|
113
|
+
def make_parallel_tests_available; end
|
114
|
+
|
115
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#434
|
116
|
+
def probably_running_parallel_tests?; end
|
117
|
+
|
118
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#388
|
119
|
+
def process_coverage_result; end
|
120
|
+
|
121
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#410
|
122
|
+
def remove_useless_results; end
|
123
|
+
|
124
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#420
|
125
|
+
def result_with_not_loaded_files; end
|
126
|
+
|
127
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#314
|
128
|
+
def start_coverage_measurement; end
|
129
|
+
|
130
|
+
# source://simplecov/0.22.0/lib/simplecov.rb#349
|
131
|
+
def start_coverage_with_criteria; end
|
132
|
+
end
|
133
|
+
end
|
134
|
+
|
135
|
+
# source://simplecov-html//lib/simplecov-html.rb#17
|
136
|
+
module SimpleCov::Formatter
|
137
|
+
class << self
|
138
|
+
# source://simplecov/0.22.0/lib/simplecov/default_formatter.rb#7
|
139
|
+
def from_env(env); end
|
140
|
+
end
|
141
|
+
end
|
142
|
+
|
143
|
+
# source://simplecov-html//lib/simplecov-html.rb#18
|
144
|
+
class SimpleCov::Formatter::HTMLFormatter
|
145
|
+
# @return [HTMLFormatter] a new instance of HTMLFormatter
|
146
|
+
#
|
147
|
+
# source://simplecov-html//lib/simplecov-html.rb#19
|
148
|
+
def initialize; end
|
149
|
+
|
150
|
+
# source://simplecov-html//lib/simplecov-html.rb#26
|
151
|
+
def format(result); end
|
152
|
+
|
153
|
+
private
|
154
|
+
|
155
|
+
# source://simplecov-html//lib/simplecov-html.rb#94
|
156
|
+
def asset_inline(name); end
|
157
|
+
|
158
|
+
# source://simplecov-html//lib/simplecov-html.rb#72
|
159
|
+
def asset_output_path; end
|
160
|
+
|
161
|
+
# source://simplecov-html//lib/simplecov-html.rb#80
|
162
|
+
def assets_path(name); end
|
163
|
+
|
164
|
+
# @return [Boolean]
|
165
|
+
#
|
166
|
+
# source://simplecov-html//lib/simplecov-html.rb#41
|
167
|
+
def branchable_result?; end
|
168
|
+
|
169
|
+
# source://simplecov-html//lib/simplecov-html.rb#125
|
170
|
+
def coverage_css_class(covered_percent); end
|
171
|
+
|
172
|
+
# source://simplecov-html//lib/simplecov-html.rb#121
|
173
|
+
def covered_percent(percent); end
|
174
|
+
|
175
|
+
# Returns a table containing the given source files
|
176
|
+
#
|
177
|
+
# source://simplecov-html//lib/simplecov-html.rb#112
|
178
|
+
def formatted_file_list(title, source_files); end
|
179
|
+
|
180
|
+
# Returns the html for the given source_file
|
181
|
+
#
|
182
|
+
# source://simplecov-html//lib/simplecov-html.rb#105
|
183
|
+
def formatted_source_file(source_file); end
|
184
|
+
|
185
|
+
# Return a (kind of) unique id for the source file given. Uses SHA1 on path for the id
|
186
|
+
#
|
187
|
+
# source://simplecov-html//lib/simplecov-html.rb#146
|
188
|
+
def id(source_file); end
|
189
|
+
|
190
|
+
# @return [Boolean]
|
191
|
+
#
|
192
|
+
# source://simplecov-html//lib/simplecov-html.rb#48
|
193
|
+
def line_status?(source_file, line); end
|
194
|
+
|
195
|
+
# source://simplecov-html//lib/simplecov-html.rb#158
|
196
|
+
def link_to_source_file(source_file); end
|
197
|
+
|
198
|
+
# source://simplecov-html//lib/simplecov-html.rb#56
|
199
|
+
def output_message(result); end
|
200
|
+
|
201
|
+
# source://simplecov-html//lib/simplecov-html.rb#68
|
202
|
+
def output_path; end
|
203
|
+
|
204
|
+
# source://simplecov-html//lib/simplecov-html.rb#154
|
205
|
+
def shortened_filename(source_file); end
|
206
|
+
|
207
|
+
# source://simplecov-html//lib/simplecov-html.rb#135
|
208
|
+
def strength_css_class(covered_strength); end
|
209
|
+
|
210
|
+
# Returns the an erb instance for the template of given name
|
211
|
+
#
|
212
|
+
# source://simplecov-html//lib/simplecov-html.rb#64
|
213
|
+
def template(name); end
|
214
|
+
|
215
|
+
# source://simplecov-html//lib/simplecov-html.rb#150
|
216
|
+
def timeago(time); end
|
217
|
+
end
|
218
|
+
|
219
|
+
# Only have a few content types, just hardcode them
|
220
|
+
#
|
221
|
+
# source://simplecov-html//lib/simplecov-html.rb#87
|
222
|
+
SimpleCov::Formatter::HTMLFormatter::CONTENT_TYPES = T.let(T.unsafe(nil), Hash)
|
223
|
+
|
224
|
+
# source://simplecov-html//lib/simplecov-html/version.rb#6
|
225
|
+
SimpleCov::Formatter::HTMLFormatter::VERSION = T.let(T.unsafe(nil), String)
|
@@ -0,0 +1,435 @@
|
|
1
|
+
# This file is autogenerated. Do not edit it by hand. Regenerate it with:
|
2
|
+
# srb rbi gems
|
3
|
+
|
4
|
+
# typed: true
|
5
|
+
#
|
6
|
+
# If you would like to make changes to this file, great! Please create the gem's shim here:
|
7
|
+
#
|
8
|
+
# https://github.com/sorbet/sorbet-typed/new/master?filename=lib/simplecov/all/simplecov.rbi
|
9
|
+
#
|
10
|
+
# simplecov-0.22.0
|
11
|
+
|
12
|
+
module SimpleCov
|
13
|
+
def self.adapt_coverage_result; end
|
14
|
+
def self.add_not_loaded_files(result); end
|
15
|
+
def self.at_exit_behavior; end
|
16
|
+
def self.clear_result; end
|
17
|
+
def self.collate(result_filenames, profile = nil, ignore_timeout: nil, &block); end
|
18
|
+
def self.exit_and_report_previous_error(exit_status); end
|
19
|
+
def self.exit_status_from_exception; end
|
20
|
+
def self.external_at_exit; end
|
21
|
+
def self.external_at_exit=(arg0); end
|
22
|
+
def self.external_at_exit?; end
|
23
|
+
def self.filtered(files); end
|
24
|
+
def self.final_result_process?; end
|
25
|
+
def self.grouped(files); end
|
26
|
+
def self.initial_setup(profile, &block); end
|
27
|
+
def self.load_adapter(name); end
|
28
|
+
def self.load_profile(name); end
|
29
|
+
def self.lookup_corresponding_ruby_coverage_name(criterion); end
|
30
|
+
def self.make_parallel_tests_available; end
|
31
|
+
def self.pid; end
|
32
|
+
def self.pid=(arg0); end
|
33
|
+
def self.previous_error?(error_exit_status); end
|
34
|
+
def self.probably_running_parallel_tests?; end
|
35
|
+
def self.process_coverage_result; end
|
36
|
+
def self.process_result(result); end
|
37
|
+
def self.process_results_and_report_error; end
|
38
|
+
def self.ready_to_process_results?; end
|
39
|
+
def self.remove_useless_results; end
|
40
|
+
def self.result; end
|
41
|
+
def self.result?; end
|
42
|
+
def self.result_exit_status(result); end
|
43
|
+
def self.result_with_not_loaded_files; end
|
44
|
+
def self.round_coverage(coverage); end
|
45
|
+
def self.run_exit_tasks!; end
|
46
|
+
def self.running; end
|
47
|
+
def self.running=(arg0); end
|
48
|
+
def self.start(profile = nil, &block); end
|
49
|
+
def self.start_coverage_measurement; end
|
50
|
+
def self.start_coverage_with_criteria; end
|
51
|
+
def self.wait_for_other_processes; end
|
52
|
+
def self.write_last_run(result); end
|
53
|
+
extend SimpleCov::Configuration
|
54
|
+
end
|
55
|
+
module SimpleCov::Formatter
|
56
|
+
def self.from_env(env); end
|
57
|
+
end
|
58
|
+
class SimpleCov::Formatter::MultiFormatter
|
59
|
+
def self.[](*args); end
|
60
|
+
def self.new(formatters = nil); end
|
61
|
+
end
|
62
|
+
module SimpleCov::Formatter::MultiFormatter::InstanceMethods
|
63
|
+
def format(result); end
|
64
|
+
end
|
65
|
+
module SimpleCov::Configuration
|
66
|
+
def adapters; end
|
67
|
+
def add_filter(filter_argument = nil, &filter_proc); end
|
68
|
+
def add_group(group_name, filter_argument = nil, &filter_proc); end
|
69
|
+
def at_exit(&block); end
|
70
|
+
def at_fork(&block); end
|
71
|
+
def branch_coverage?; end
|
72
|
+
def branch_coverage_supported?; end
|
73
|
+
def clear_coverage_criteria; end
|
74
|
+
def command_name(name = nil); end
|
75
|
+
def configure(&block); end
|
76
|
+
def coverage_criteria; end
|
77
|
+
def coverage_criterion(criterion = nil); end
|
78
|
+
def coverage_criterion_enabled?(criterion); end
|
79
|
+
def coverage_dir(dir = nil); end
|
80
|
+
def coverage_for_eval_enabled?; end
|
81
|
+
def coverage_for_eval_supported?; end
|
82
|
+
def coverage_path; end
|
83
|
+
def coverage_start_arguments_supported?; end
|
84
|
+
def enable_coverage(criterion); end
|
85
|
+
def enable_coverage_for_eval; end
|
86
|
+
def enable_for_subprocesses(value = nil); end
|
87
|
+
def enabled_for_subprocesses?; end
|
88
|
+
def filters; end
|
89
|
+
def filters=(arg0); end
|
90
|
+
def formatter(formatter = nil); end
|
91
|
+
def formatter=(arg0); end
|
92
|
+
def formatters; end
|
93
|
+
def formatters=(formatters); end
|
94
|
+
def groups; end
|
95
|
+
def groups=(arg0); end
|
96
|
+
def maximum_coverage_drop(coverage_drop = nil); end
|
97
|
+
def merge_timeout(seconds = nil); end
|
98
|
+
def minimum_coverage(coverage = nil); end
|
99
|
+
def minimum_coverage_by_file(coverage = nil); end
|
100
|
+
def minimum_possible_coverage_exceeded(coverage_option); end
|
101
|
+
def nocov_token(nocov_token = nil); end
|
102
|
+
def parse_filter(filter_argument = nil, &filter_proc); end
|
103
|
+
def primary_coverage(criterion = nil); end
|
104
|
+
def print_error_status; end
|
105
|
+
def print_error_status=(arg0); end
|
106
|
+
def profiles; end
|
107
|
+
def project_name(new_name = nil); end
|
108
|
+
def raise_if_criterion_disabled(criterion); end
|
109
|
+
def raise_if_criterion_unsupported(criterion); end
|
110
|
+
def raise_on_invalid_coverage(coverage, coverage_setting); end
|
111
|
+
def refuse_coverage_drop(*criteria); end
|
112
|
+
def root(root = nil); end
|
113
|
+
def skip_token(nocov_token = nil); end
|
114
|
+
def track_files(glob); end
|
115
|
+
def tracked_files; end
|
116
|
+
def use_merging(use = nil); end
|
117
|
+
end
|
118
|
+
class SimpleCov::CoverageStatistics
|
119
|
+
def compute_percent(covered, missed, total); end
|
120
|
+
def compute_strength(total_strength, total); end
|
121
|
+
def covered; end
|
122
|
+
def initialize(covered:, missed:, total_strength: nil); end
|
123
|
+
def missed; end
|
124
|
+
def percent; end
|
125
|
+
def self.from(coverage_statistics); end
|
126
|
+
def strength; end
|
127
|
+
def total; end
|
128
|
+
end
|
129
|
+
module SimpleCov::ExitCodes
|
130
|
+
end
|
131
|
+
module SimpleCov::ExitCodes::ExitCodeHandling
|
132
|
+
def call(result, coverage_limits:); end
|
133
|
+
def coverage_checks(result, coverage_limits); end
|
134
|
+
def self.call(result, coverage_limits:); end
|
135
|
+
def self.coverage_checks(result, coverage_limits); end
|
136
|
+
end
|
137
|
+
class SimpleCov::ExitCodes::MaximumCoverageDropCheck
|
138
|
+
def compute_coverage_drop_data; end
|
139
|
+
def coverage_drop_violations; end
|
140
|
+
def drop_percent(criterion); end
|
141
|
+
def exit_code; end
|
142
|
+
def failing?; end
|
143
|
+
def initialize(result, maximum_coverage_drop); end
|
144
|
+
def last_coverage(criterion); end
|
145
|
+
def last_run; end
|
146
|
+
def maximum_coverage_drop; end
|
147
|
+
def report; end
|
148
|
+
def result; end
|
149
|
+
end
|
150
|
+
class SimpleCov::ExitCodes::MinimumCoverageByFileCheck
|
151
|
+
def compute_minimum_coverage_data; end
|
152
|
+
def exit_code; end
|
153
|
+
def failing?; end
|
154
|
+
def initialize(result, minimum_coverage_by_file); end
|
155
|
+
def minimum_coverage_by_file; end
|
156
|
+
def minimum_violations; end
|
157
|
+
def report; end
|
158
|
+
def result; end
|
159
|
+
end
|
160
|
+
class SimpleCov::ExitCodes::MinimumOverallCoverageCheck
|
161
|
+
def calculate_minimum_violations; end
|
162
|
+
def exit_code; end
|
163
|
+
def failing?; end
|
164
|
+
def initialize(result, minimum_coverage); end
|
165
|
+
def minimum_coverage; end
|
166
|
+
def minimum_violations; end
|
167
|
+
def report; end
|
168
|
+
def result; end
|
169
|
+
end
|
170
|
+
class SimpleCov::Profiles < Hash
|
171
|
+
def define(name, &blk); end
|
172
|
+
def load(name); end
|
173
|
+
end
|
174
|
+
class SimpleCov::SourceFile
|
175
|
+
def branch_coverage_statistics; end
|
176
|
+
def branches; end
|
177
|
+
def branches_coverage_percent; end
|
178
|
+
def branches_for_line(line_number); end
|
179
|
+
def branches_report; end
|
180
|
+
def build_branch(branch_data, hit_count, condition_start_line); end
|
181
|
+
def build_branches; end
|
182
|
+
def build_branches_from(condition, branches); end
|
183
|
+
def build_branches_report; end
|
184
|
+
def build_lines; end
|
185
|
+
def build_no_cov_chunks; end
|
186
|
+
def coverage_data; end
|
187
|
+
def coverage_exceeding_source_warn; end
|
188
|
+
def coverage_statistics; end
|
189
|
+
def covered_branches; end
|
190
|
+
def covered_lines; end
|
191
|
+
def covered_percent; end
|
192
|
+
def covered_strength; end
|
193
|
+
def ensure_remove_undefs(file_lines); end
|
194
|
+
def filename; end
|
195
|
+
def initialize(filename, coverage_data); end
|
196
|
+
def line(number); end
|
197
|
+
def line_coverage_statistics; end
|
198
|
+
def line_with_missed_branch?(line_number); end
|
199
|
+
def lines; end
|
200
|
+
def lines_of_code; end
|
201
|
+
def lines_strength; end
|
202
|
+
def load_source; end
|
203
|
+
def missed_branches; end
|
204
|
+
def missed_lines; end
|
205
|
+
def never_lines; end
|
206
|
+
def no_branches?; end
|
207
|
+
def no_cov_chunks; end
|
208
|
+
def no_lines?; end
|
209
|
+
def process_skipped_branches(branches); end
|
210
|
+
def process_skipped_lines(lines); end
|
211
|
+
def project_filename; end
|
212
|
+
def read_lines(file, lines, current_line); end
|
213
|
+
def relevant_lines; end
|
214
|
+
def restore_ruby_data_structure(structure); end
|
215
|
+
def set_encoding_based_on_magic_comment(file, line); end
|
216
|
+
def shebang?(line); end
|
217
|
+
def skipped_lines; end
|
218
|
+
def source; end
|
219
|
+
def source_lines; end
|
220
|
+
def src; end
|
221
|
+
def total_branches; end
|
222
|
+
end
|
223
|
+
class SimpleCov::SourceFile::Line
|
224
|
+
def coverage; end
|
225
|
+
def covered?; end
|
226
|
+
def initialize(src, line_number, coverage); end
|
227
|
+
def line; end
|
228
|
+
def line_number; end
|
229
|
+
def missed?; end
|
230
|
+
def never?; end
|
231
|
+
def number; end
|
232
|
+
def skipped!; end
|
233
|
+
def skipped; end
|
234
|
+
def skipped?; end
|
235
|
+
def source; end
|
236
|
+
def src; end
|
237
|
+
def status; end
|
238
|
+
end
|
239
|
+
class SimpleCov::SourceFile::Branch
|
240
|
+
def coverage; end
|
241
|
+
def covered?; end
|
242
|
+
def end_line; end
|
243
|
+
def initialize(start_line:, end_line:, coverage:, inline:, type:); end
|
244
|
+
def inline?; end
|
245
|
+
def missed?; end
|
246
|
+
def overlaps_with?(line_range); end
|
247
|
+
def report; end
|
248
|
+
def report_line; end
|
249
|
+
def skipped!; end
|
250
|
+
def skipped?; end
|
251
|
+
def start_line; end
|
252
|
+
def type; end
|
253
|
+
end
|
254
|
+
class SimpleCov::FileList
|
255
|
+
def branch_covered_percent; end
|
256
|
+
def compute_coverage_statistics; end
|
257
|
+
def compute_coverage_statistics_by_file; end
|
258
|
+
def count(*args, **, &block); end
|
259
|
+
def coverage_statistics; end
|
260
|
+
def coverage_statistics_by_file; end
|
261
|
+
def covered_branches; end
|
262
|
+
def covered_lines; end
|
263
|
+
def covered_percent; end
|
264
|
+
def covered_percentages; end
|
265
|
+
def covered_strength; end
|
266
|
+
def each(*args, **, &block); end
|
267
|
+
def empty?(*args, **, &block); end
|
268
|
+
def initialize(files); end
|
269
|
+
def least_covered_file; end
|
270
|
+
def length(*args, **, &block); end
|
271
|
+
def lines_of_code; end
|
272
|
+
def map(*args, **, &block); end
|
273
|
+
def missed_branches; end
|
274
|
+
def missed_lines; end
|
275
|
+
def never_lines; end
|
276
|
+
def size(*args, **, &block); end
|
277
|
+
def skipped_lines; end
|
278
|
+
def to_a(*args, **, &block); end
|
279
|
+
def to_ary(*args, **, &block); end
|
280
|
+
def total_branches; end
|
281
|
+
extend Forwardable
|
282
|
+
include Enumerable
|
283
|
+
end
|
284
|
+
class SimpleCov::Result
|
285
|
+
def command_name; end
|
286
|
+
def command_name=(arg0); end
|
287
|
+
def coverage; end
|
288
|
+
def coverage_statistics(*args, **, &block); end
|
289
|
+
def coverage_statistics_by_file(*args, **, &block); end
|
290
|
+
def covered_branches(*args, **, &block); end
|
291
|
+
def covered_lines(*args, **, &block); end
|
292
|
+
def covered_percent(*args, **, &block); end
|
293
|
+
def covered_percentages(*args, **, &block); end
|
294
|
+
def covered_strength(*args, **, &block); end
|
295
|
+
def created_at; end
|
296
|
+
def created_at=(arg0); end
|
297
|
+
def filenames; end
|
298
|
+
def files; end
|
299
|
+
def filter!; end
|
300
|
+
def format!; end
|
301
|
+
def groups; end
|
302
|
+
def initialize(original_result, command_name: nil, created_at: nil); end
|
303
|
+
def least_covered_file(*args, **, &block); end
|
304
|
+
def missed_branches(*args, **, &block); end
|
305
|
+
def missed_lines(*args, **, &block); end
|
306
|
+
def original_result; end
|
307
|
+
def self.from_hash(hash); end
|
308
|
+
def source_files; end
|
309
|
+
def to_hash; end
|
310
|
+
def total_branches(*args, **, &block); end
|
311
|
+
def total_lines(*args, **, &block); end
|
312
|
+
extend Forwardable
|
313
|
+
end
|
314
|
+
class SimpleCov::Filter
|
315
|
+
def filter_argument; end
|
316
|
+
def initialize(filter_argument); end
|
317
|
+
def matches?(_source_file); end
|
318
|
+
def passes?(source_file); end
|
319
|
+
def self.build_filter(filter_argument); end
|
320
|
+
def self.class_for_argument(filter_argument); end
|
321
|
+
end
|
322
|
+
class SimpleCov::StringFilter < SimpleCov::Filter
|
323
|
+
def matches?(source_file); end
|
324
|
+
end
|
325
|
+
class SimpleCov::RegexFilter < SimpleCov::Filter
|
326
|
+
def matches?(source_file); end
|
327
|
+
end
|
328
|
+
class SimpleCov::BlockFilter < SimpleCov::Filter
|
329
|
+
def matches?(source_file); end
|
330
|
+
end
|
331
|
+
class SimpleCov::ArrayFilter < SimpleCov::Filter
|
332
|
+
def initialize(filter_argument); end
|
333
|
+
def matches?(source_files_list); end
|
334
|
+
end
|
335
|
+
class SimpleCov::Formatter::SimpleFormatter
|
336
|
+
def format(result); end
|
337
|
+
end
|
338
|
+
module SimpleCov::LastRun
|
339
|
+
def self.last_run_path; end
|
340
|
+
def self.read; end
|
341
|
+
def self.write(json); end
|
342
|
+
end
|
343
|
+
class SimpleCov::LinesClassifier
|
344
|
+
def classify(lines); end
|
345
|
+
def self.no_cov_line; end
|
346
|
+
def self.no_cov_line?(line); end
|
347
|
+
def self.whitespace_line?(line); end
|
348
|
+
end
|
349
|
+
module SimpleCov::ResultMerger
|
350
|
+
def self.adapt_pre_simplecov_0_18_result(result); end
|
351
|
+
def self.adapt_result(result); end
|
352
|
+
def self.create_result(command_names, coverage); end
|
353
|
+
def self.merge_and_store(*file_paths, ignore_timeout: nil); end
|
354
|
+
def self.merge_coverage(*results); end
|
355
|
+
def self.merge_results(*file_paths, ignore_timeout: nil); end
|
356
|
+
def self.merge_valid_results(results, ignore_timeout: nil); end
|
357
|
+
def self.merged_result; end
|
358
|
+
def self.parse_file(path); end
|
359
|
+
def self.parse_json(content); end
|
360
|
+
def self.pre_simplecov_0_18_result?(result); end
|
361
|
+
def self.read_file(path); end
|
362
|
+
def self.read_resultset; end
|
363
|
+
def self.resultset_path; end
|
364
|
+
def self.resultset_writelock; end
|
365
|
+
def self.store_result(result); end
|
366
|
+
def self.synchronize_resultset; end
|
367
|
+
def self.time_since_result_creation(data); end
|
368
|
+
def self.valid_results(file_path, ignore_timeout: nil); end
|
369
|
+
def self.within_merge_timeout?(data); end
|
370
|
+
end
|
371
|
+
module SimpleCov::CommandGuesser
|
372
|
+
def self.from_command_line_options; end
|
373
|
+
def self.from_defined_constants; end
|
374
|
+
def self.from_env; end
|
375
|
+
def self.guess; end
|
376
|
+
def self.original_run_command; end
|
377
|
+
def self.original_run_command=(arg0); end
|
378
|
+
end
|
379
|
+
class SimpleCov::ResultAdapter
|
380
|
+
def adapt; end
|
381
|
+
def initialize(result); end
|
382
|
+
def result; end
|
383
|
+
def self.call(*args); end
|
384
|
+
end
|
385
|
+
module SimpleCov::Combine
|
386
|
+
def combine(combiner_module, coverage_a, coverage_b); end
|
387
|
+
def empty_coverage?(coverage_a, coverage_b); end
|
388
|
+
def existing_coverage(coverage_a, coverage_b); end
|
389
|
+
def self.combine(combiner_module, coverage_a, coverage_b); end
|
390
|
+
def self.empty_coverage?(coverage_a, coverage_b); end
|
391
|
+
def self.existing_coverage(coverage_a, coverage_b); end
|
392
|
+
end
|
393
|
+
module SimpleCov::Combine::BranchesCombiner
|
394
|
+
def combine(coverage_a, coverage_b); end
|
395
|
+
def self.combine(coverage_a, coverage_b); end
|
396
|
+
end
|
397
|
+
module SimpleCov::Combine::FilesCombiner
|
398
|
+
def combine(coverage_a, coverage_b); end
|
399
|
+
def self.combine(coverage_a, coverage_b); end
|
400
|
+
end
|
401
|
+
module SimpleCov::Combine::LinesCombiner
|
402
|
+
def combine(coverage_a, coverage_b); end
|
403
|
+
def merge_line_coverage(first_val, second_val); end
|
404
|
+
def self.combine(coverage_a, coverage_b); end
|
405
|
+
def self.merge_line_coverage(first_val, second_val); end
|
406
|
+
end
|
407
|
+
module SimpleCov::Combine::ResultsCombiner
|
408
|
+
def combine(*results); end
|
409
|
+
def combine_file_coverage(coverage_a, coverage_b); end
|
410
|
+
def combine_result_sets(combined_results, result); end
|
411
|
+
def self.combine(*results); end
|
412
|
+
def self.combine_file_coverage(coverage_a, coverage_b); end
|
413
|
+
def self.combine_result_sets(combined_results, result); end
|
414
|
+
end
|
415
|
+
module SimpleCov::UselessResultsRemover
|
416
|
+
def self.call(coverage_result); end
|
417
|
+
def self.root_regx; end
|
418
|
+
end
|
419
|
+
module SimpleCov::SimulateCoverage
|
420
|
+
def call(absolute_path); end
|
421
|
+
def self.call(absolute_path); end
|
422
|
+
end
|
423
|
+
class InvalidName___Class_0x00___CoverageLimits_2 < Struct
|
424
|
+
def maximum_coverage_drop; end
|
425
|
+
def maximum_coverage_drop=(_); end
|
426
|
+
def minimum_coverage; end
|
427
|
+
def minimum_coverage=(_); end
|
428
|
+
def minimum_coverage_by_file; end
|
429
|
+
def minimum_coverage_by_file=(_); end
|
430
|
+
def self.[](*arg0); end
|
431
|
+
def self.inspect; end
|
432
|
+
def self.keyword_init?; end
|
433
|
+
def self.members; end
|
434
|
+
def self.new(*arg0); end
|
435
|
+
end
|