tsumanne 0.0.0 → 0.0.2

Sign up to get free protection for your applications and to get access to all the features.
@@ -0,0 +1,216 @@
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
+ # source://simplecov-html//lib/simplecov-html.rb#16
8
+ module SimpleCov
9
+ class << self
10
+ # source://simplecov/0.22.0/lib/simplecov.rb#174
11
+ def at_exit_behavior; end
12
+
13
+ # source://simplecov/0.22.0/lib/simplecov.rb#170
14
+ def clear_result; end
15
+
16
+ # source://simplecov/0.22.0/lib/simplecov.rb#86
17
+ def collate(result_filenames, profile = T.unsafe(nil), ignore_timeout: T.unsafe(nil), &block); end
18
+
19
+ # source://simplecov/0.22.0/lib/simplecov.rb#223
20
+ def exit_and_report_previous_error(exit_status); end
21
+
22
+ # source://simplecov/0.22.0/lib/simplecov.rb#200
23
+ def exit_status_from_exception; end
24
+
25
+ # source://simplecov/0.22.0/lib/simplecov.rb#28
26
+ def external_at_exit; end
27
+
28
+ # source://simplecov/0.22.0/lib/simplecov.rb#28
29
+ def external_at_exit=(_arg0); end
30
+
31
+ # source://simplecov/0.22.0/lib/simplecov.rb#28
32
+ def external_at_exit?; end
33
+
34
+ # source://simplecov/0.22.0/lib/simplecov.rb#131
35
+ def filtered(files); end
36
+
37
+ # source://simplecov/0.22.0/lib/simplecov.rb#268
38
+ def final_result_process?; end
39
+
40
+ # source://simplecov/0.22.0/lib/simplecov.rb#142
41
+ def grouped(files); end
42
+
43
+ # source://simplecov/0.22.0/lib/simplecov.rb#162
44
+ def load_adapter(name); end
45
+
46
+ # source://simplecov/0.22.0/lib/simplecov.rb#158
47
+ def load_profile(name); end
48
+
49
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
50
+ def pid; end
51
+
52
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
53
+ def pid=(_arg0); end
54
+
55
+ # source://simplecov/0.22.0/lib/simplecov.rb#213
56
+ def previous_error?(error_exit_status); end
57
+
58
+ # source://simplecov/0.22.0/lib/simplecov.rb#248
59
+ def process_result(result); end
60
+
61
+ # source://simplecov/0.22.0/lib/simplecov.rb#233
62
+ def process_results_and_report_error; end
63
+
64
+ # source://simplecov/0.22.0/lib/simplecov.rb#229
65
+ def ready_to_process_results?; end
66
+
67
+ # source://simplecov/0.22.0/lib/simplecov.rb#101
68
+ def result; end
69
+
70
+ # source://simplecov/0.22.0/lib/simplecov.rb#124
71
+ def result?; end
72
+
73
+ # source://simplecov/0.22.0/lib/simplecov.rb#256
74
+ def result_exit_status(result); end
75
+
76
+ # source://simplecov/0.22.0/lib/simplecov.rb#296
77
+ def round_coverage(coverage); end
78
+
79
+ # source://simplecov/0.22.0/lib/simplecov.rb#186
80
+ def run_exit_tasks!; end
81
+
82
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
83
+ def running; end
84
+
85
+ # source://simplecov/0.22.0/lib/simplecov.rb#24
86
+ def running=(_arg0); end
87
+
88
+ # source://simplecov/0.22.0/lib/simplecov.rb#48
89
+ def start(profile = T.unsafe(nil), &block); end
90
+
91
+ # source://simplecov/0.22.0/lib/simplecov.rb#276
92
+ def wait_for_other_processes; end
93
+
94
+ # source://simplecov/0.22.0/lib/simplecov.rb#285
95
+ def write_last_run(result); end
96
+
97
+ private
98
+
99
+ # source://simplecov/0.22.0/lib/simplecov.rb#399
100
+ def adapt_coverage_result; end
101
+
102
+ # source://simplecov/0.22.0/lib/simplecov.rb#371
103
+ def add_not_loaded_files(result); end
104
+
105
+ # source://simplecov/0.22.0/lib/simplecov.rb#302
106
+ def initial_setup(profile, &block); end
107
+
108
+ # source://simplecov/0.22.0/lib/simplecov.rb#363
109
+ def lookup_corresponding_ruby_coverage_name(criterion); end
110
+
111
+ # source://simplecov/0.22.0/lib/simplecov.rb#425
112
+ def make_parallel_tests_available; end
113
+
114
+ # source://simplecov/0.22.0/lib/simplecov.rb#434
115
+ def probably_running_parallel_tests?; end
116
+
117
+ # source://simplecov/0.22.0/lib/simplecov.rb#388
118
+ def process_coverage_result; end
119
+
120
+ # source://simplecov/0.22.0/lib/simplecov.rb#410
121
+ def remove_useless_results; end
122
+
123
+ # source://simplecov/0.22.0/lib/simplecov.rb#420
124
+ def result_with_not_loaded_files; end
125
+
126
+ # source://simplecov/0.22.0/lib/simplecov.rb#314
127
+ def start_coverage_measurement; end
128
+
129
+ # source://simplecov/0.22.0/lib/simplecov.rb#349
130
+ def start_coverage_with_criteria; end
131
+ end
132
+ end
133
+
134
+ # source://simplecov-html//lib/simplecov-html.rb#17
135
+ module SimpleCov::Formatter
136
+ class << self
137
+ # source://simplecov/0.22.0/lib/simplecov/default_formatter.rb#7
138
+ def from_env(env); end
139
+ end
140
+ end
141
+
142
+ # source://simplecov-html//lib/simplecov-html.rb#18
143
+ class SimpleCov::Formatter::HTMLFormatter
144
+ # @return [HTMLFormatter] a new instance of HTMLFormatter
145
+ #
146
+ # source://simplecov-html//lib/simplecov-html.rb#19
147
+ def initialize; end
148
+
149
+ # @return [Boolean]
150
+ #
151
+ # source://simplecov-html//lib/simplecov-html.rb#38
152
+ def branchable_result?; end
153
+
154
+ # source://simplecov-html//lib/simplecov-html.rb#23
155
+ def format(result); end
156
+
157
+ # @return [Boolean]
158
+ #
159
+ # source://simplecov-html//lib/simplecov-html.rb#45
160
+ def line_status?(source_file, line); end
161
+
162
+ # source://simplecov-html//lib/simplecov-html.rb#34
163
+ def output_message(result); end
164
+
165
+ private
166
+
167
+ # source://simplecov-html//lib/simplecov-html.rb#64
168
+ def asset_output_path; end
169
+
170
+ # source://simplecov-html//lib/simplecov-html.rb#72
171
+ def assets_path(name); end
172
+
173
+ # source://simplecov-html//lib/simplecov-html.rb#97
174
+ def coverage_css_class(covered_percent); end
175
+
176
+ # source://simplecov-html//lib/simplecov-html.rb#93
177
+ def covered_percent(percent); end
178
+
179
+ # Returns a table containing the given source files
180
+ #
181
+ # source://simplecov-html//lib/simplecov-html.rb#84
182
+ def formatted_file_list(title, source_files); end
183
+
184
+ # Returns the html for the given source_file
185
+ #
186
+ # source://simplecov-html//lib/simplecov-html.rb#77
187
+ def formatted_source_file(source_file); end
188
+
189
+ # Return a (kind of) unique id for the source file given. Uses SHA1 on path for the id
190
+ #
191
+ # source://simplecov-html//lib/simplecov-html.rb#118
192
+ def id(source_file); end
193
+
194
+ # source://simplecov-html//lib/simplecov-html.rb#130
195
+ def link_to_source_file(source_file); end
196
+
197
+ # source://simplecov-html//lib/simplecov-html.rb#60
198
+ def output_path; end
199
+
200
+ # source://simplecov-html//lib/simplecov-html.rb#126
201
+ def shortened_filename(source_file); end
202
+
203
+ # source://simplecov-html//lib/simplecov-html.rb#107
204
+ def strength_css_class(covered_strength); end
205
+
206
+ # Returns the an erb instance for the template of given name
207
+ #
208
+ # source://simplecov-html//lib/simplecov-html.rb#56
209
+ def template(name); end
210
+
211
+ # source://simplecov-html//lib/simplecov-html.rb#122
212
+ def timeago(time); end
213
+ end
214
+
215
+ # source://simplecov-html//lib/simplecov-html/version.rb#6
216
+ SimpleCov::Formatter::HTMLFormatter::VERSION = T.let(T.unsafe(nil), String)