quarkdash 1.0.2 → 1.0.7

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.
Files changed (49) hide show
  1. package/README.md +2 -0
  2. package/dist/cjs/crypto.js +2 -2
  3. package/dist/cjs/crypto.js.map +1 -1
  4. package/dist/cjs/index.js +2 -0
  5. package/dist/cjs/index.js.map +1 -1
  6. package/dist/cjs/ringlwe.js +23 -6
  7. package/dist/cjs/ringlwe.js.map +1 -1
  8. package/dist/cjs/sha.js +242 -0
  9. package/dist/cjs/sha.js.map +1 -0
  10. package/dist/esm/crypto.js +2 -2
  11. package/dist/esm/crypto.js.map +1 -1
  12. package/dist/esm/index.js +2 -0
  13. package/dist/esm/index.js.map +1 -1
  14. package/dist/esm/ringlwe.js +23 -6
  15. package/dist/esm/ringlwe.js.map +1 -1
  16. package/dist/esm/sha.js +237 -0
  17. package/dist/esm/sha.js.map +1 -0
  18. package/dist/types/index.d.ts +1 -0
  19. package/dist/types/ringlwe.d.ts +13 -2
  20. package/dist/types/sha.d.ts +49 -0
  21. package/dist/types/types.d.ts +2 -2
  22. package/package.json +1 -1
  23. package/src/crypto.ts +2 -2
  24. package/src/index.ts +3 -0
  25. package/src/ringlwe.ts +30 -12
  26. package/src/sha.ts +265 -0
  27. package/src/types.ts +2 -2
  28. package/.idea/modules.xml +0 -8
  29. package/.idea/quarkdash.iml +0 -12
  30. package/.idea/vcs.xml +0 -6
  31. package/coverage/clover.xml +0 -506
  32. package/coverage/coverage-final.json +0 -9
  33. package/coverage/lcov-report/base.css +0 -224
  34. package/coverage/lcov-report/block-navigation.js +0 -87
  35. package/coverage/lcov-report/cipher.ts.html +0 -862
  36. package/coverage/lcov-report/crypto.ts.html +0 -1000
  37. package/coverage/lcov-report/favicon.png +0 -0
  38. package/coverage/lcov-report/index.html +0 -221
  39. package/coverage/lcov-report/index.ts.html +0 -154
  40. package/coverage/lcov-report/kdf.ts.html +0 -274
  41. package/coverage/lcov-report/mac.ts.html +0 -277
  42. package/coverage/lcov-report/prettify.css +0 -1
  43. package/coverage/lcov-report/prettify.js +0 -2
  44. package/coverage/lcov-report/ringlwe.ts.html +0 -895
  45. package/coverage/lcov-report/shake.ts.html +0 -571
  46. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  47. package/coverage/lcov-report/sorter.js +0 -210
  48. package/coverage/lcov-report/utils.ts.html +0 -952
  49. package/coverage/lcov.info +0 -796
@@ -1,506 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1775553561526" clover="3.2.0">
3
- <project timestamp="1775553561526" name="All files">
4
- <metrics statements="476" coveredstatements="378" conditionals="84" coveredconditionals="38" methods="82" coveredmethods="64" elements="642" coveredelements="480" complexity="0" loc="476" ncloc="476" packages="1" files="8" classes="8"/>
5
- <file name="cipher.ts" path="/home/neurosell/Repos/quarkdash/src/cipher.ts">
6
- <metrics statements="84" coveredstatements="79" conditionals="10" coveredconditionals="5" methods="18" coveredmethods="14"/>
7
- <line num="12" count="1" type="stmt"/>
8
- <line num="17" count="1" type="cond" truecount="2" falsecount="0"/>
9
- <line num="18" count="1" type="stmt"/>
10
- <line num="19" count="1" type="stmt"/>
11
- <line num="25" count="1" type="stmt"/>
12
- <line num="34" count="14" type="cond" truecount="2" falsecount="1"/>
13
- <line num="35" count="12" type="stmt"/>
14
- <line num="36" count="2" type="stmt"/>
15
- <line num="37" count="0" type="stmt"/>
16
- <line num="45" count="1" type="stmt"/>
17
- <line num="56" count="12" type="cond" truecount="0" falsecount="1"/>
18
- <line num="57" count="12" type="cond" truecount="0" falsecount="1"/>
19
- <line num="58" count="12" type="stmt"/>
20
- <line num="59" count="12" type="stmt"/>
21
- <line num="68" count="9" type="stmt"/>
22
- <line num="76" count="8" type="stmt"/>
23
- <line num="83" count="0" type="stmt"/>
24
- <line num="90" count="0" type="stmt"/>
25
- <line num="99" count="17" type="stmt"/>
26
- <line num="100" count="17" type="stmt"/>
27
- <line num="101" count="17" type="stmt"/>
28
- <line num="102" count="17" type="stmt"/>
29
- <line num="103" count="2061" type="stmt"/>
30
- <line num="104" count="2061" type="stmt"/>
31
- <line num="105" count="131124" type="stmt"/>
32
- <line num="106" count="2061" type="stmt"/>
33
- <line num="107" count="2061" type="stmt"/>
34
- <line num="109" count="17" type="stmt"/>
35
- <line num="119" count="2061" type="stmt"/>
36
- <line num="120" count="2061" type="stmt"/>
37
- <line num="121" count="16488" type="stmt"/>
38
- <line num="122" count="2061" type="stmt"/>
39
- <line num="123" count="6183" type="stmt"/>
40
- <line num="124" count="2061" type="stmt"/>
41
- <line num="125" count="2061" type="stmt"/>
42
- <line num="126" count="20610" type="stmt"/>
43
- <line num="127" count="20610" type="stmt"/>
44
- <line num="128" count="20610" type="stmt"/>
45
- <line num="129" count="20610" type="stmt"/>
46
- <line num="131" count="32976" type="stmt"/>
47
- <line num="132" count="2061" type="stmt"/>
48
- <line num="133" count="32976" type="stmt"/>
49
- <line num="134" count="2061" type="stmt"/>
50
- <line num="147" count="164880" type="stmt"/>
51
- <line num="148" count="164880" type="stmt"/>
52
- <line num="149" count="164880" type="stmt"/>
53
- <line num="150" count="164880" type="stmt"/>
54
- <line num="157" count="1" type="stmt"/>
55
- <line num="168" count="2" type="cond" truecount="0" falsecount="1"/>
56
- <line num="169" count="2" type="cond" truecount="0" falsecount="1"/>
57
- <line num="170" count="2" type="stmt"/>
58
- <line num="171" count="2" type="stmt"/>
59
- <line num="180" count="1" type="stmt"/>
60
- <line num="188" count="1" type="stmt"/>
61
- <line num="195" count="0" type="stmt"/>
62
- <line num="202" count="0" type="stmt"/>
63
- <line num="211" count="2" type="stmt"/>
64
- <line num="212" count="2" type="stmt"/>
65
- <line num="213" count="2" type="stmt"/>
66
- <line num="214" count="2" type="stmt"/>
67
- <line num="215" count="2" type="stmt"/>
68
- <line num="216" count="2" type="stmt"/>
69
- <line num="217" count="42" type="stmt"/>
70
- <line num="218" count="2" type="stmt"/>
71
- <line num="219" count="2" type="stmt"/>
72
- <line num="221" count="2" type="stmt"/>
73
- <line num="231" count="2" type="stmt"/>
74
- <line num="232" count="16" type="stmt"/>
75
- <line num="233" count="2" type="stmt"/>
76
- <line num="234" count="2" type="stmt"/>
77
- <line num="235" count="2" type="stmt"/>
78
- <line num="236" count="2" type="stmt"/>
79
- <line num="237" count="48" type="stmt"/>
80
- <line num="238" count="2" type="stmt"/>
81
- <line num="239" count="24" type="stmt"/>
82
- <line num="240" count="2" type="stmt"/>
83
- <line num="250" count="48" type="stmt"/>
84
- <line num="251" count="192" type="stmt"/>
85
- <line num="252" count="192" type="stmt"/>
86
- <line num="253" count="192" type="stmt"/>
87
- <line num="254" count="192" type="stmt"/>
88
- <line num="255" count="192" type="stmt"/>
89
- <line num="257" count="48" type="stmt"/>
90
- <line num="258" count="48" type="cond" truecount="1" falsecount="0"/>
91
- </file>
92
- <file name="crypto.ts" path="/home/neurosell/Repos/quarkdash/src/crypto.ts">
93
- <metrics statements="98" coveredstatements="62" conditionals="32" coveredconditionals="10" methods="18" coveredmethods="11"/>
94
- <line num="11" count="1" type="stmt"/>
95
- <line num="13" count="1" type="stmt"/>
96
- <line num="14" count="1" type="stmt"/>
97
- <line num="15" count="1" type="stmt"/>
98
- <line num="16" count="1" type="stmt"/>
99
- <line num="42" count="1" type="stmt"/>
100
- <line num="54" count="1" type="stmt"/>
101
- <line num="56" count="14" type="stmt"/>
102
- <line num="57" count="14" type="stmt"/>
103
- <line num="58" count="14" type="stmt"/>
104
- <line num="59" count="14" type="stmt"/>
105
- <line num="60" count="14" type="stmt"/>
106
- <line num="61" count="14" type="stmt"/>
107
- <line num="70" count="14" type="stmt"/>
108
- <line num="79" count="14" type="stmt"/>
109
- <line num="80" count="14" type="stmt"/>
110
- <line num="88" count="0" type="stmt"/>
111
- <line num="89" count="0" type="stmt"/>
112
- <line num="100" count="14" type="stmt"/>
113
- <line num="101" count="14" type="cond" truecount="0" falsecount="1"/>
114
- <line num="102" count="14" type="cond" truecount="2" falsecount="0"/>
115
- <line num="103" count="7" type="stmt"/>
116
- <line num="104" count="7" type="stmt"/>
117
- <line num="105" count="7" type="stmt"/>
118
- <line num="107" count="7" type="stmt"/>
119
- <line num="118" count="0" type="stmt"/>
120
- <line num="119" count="0" type="cond" truecount="0" falsecount="1"/>
121
- <line num="120" count="0" type="cond" truecount="0" falsecount="2"/>
122
- <line num="121" count="0" type="stmt"/>
123
- <line num="122" count="0" type="stmt"/>
124
- <line num="123" count="0" type="stmt"/>
125
- <line num="125" count="0" type="stmt"/>
126
- <line num="135" count="7" type="cond" truecount="2" falsecount="1"/>
127
- <line num="136" count="7" type="stmt"/>
128
- <line num="137" count="7" type="stmt"/>
129
- <line num="145" count="0" type="cond" truecount="0" falsecount="3"/>
130
- <line num="146" count="0" type="stmt"/>
131
- <line num="147" count="0" type="stmt"/>
132
- <line num="157" count="14" type="stmt"/>
133
- <line num="158" count="14" type="stmt"/>
134
- <line num="159" count="14" type="stmt"/>
135
- <line num="160" count="14" type="stmt"/>
136
- <line num="169" count="0" type="stmt"/>
137
- <line num="170" count="0" type="stmt"/>
138
- <line num="171" count="0" type="stmt"/>
139
- <line num="172" count="0" type="stmt"/>
140
- <line num="182" count="14" type="stmt"/>
141
- <line num="183" count="14" type="stmt"/>
142
- <line num="184" count="14" type="stmt"/>
143
- <line num="185" count="14" type="stmt"/>
144
- <line num="186" count="14" type="stmt"/>
145
- <line num="187" count="14" type="stmt"/>
146
- <line num="197" count="10" type="cond" truecount="2" falsecount="1"/>
147
- <line num="198" count="10" type="stmt"/>
148
- <line num="199" count="10" type="stmt"/>
149
- <line num="200" count="10" type="stmt"/>
150
- <line num="201" count="10" type="stmt"/>
151
- <line num="210" count="0" type="cond" truecount="0" falsecount="3"/>
152
- <line num="211" count="0" type="stmt"/>
153
- <line num="212" count="0" type="stmt"/>
154
- <line num="213" count="0" type="stmt"/>
155
- <line num="214" count="0" type="stmt"/>
156
- <line num="224" count="11" type="cond" truecount="2" falsecount="1"/>
157
- <line num="225" count="11" type="stmt"/>
158
- <line num="226" count="11" type="stmt"/>
159
- <line num="227" count="11" type="cond" truecount="1" falsecount="0"/>
160
- <line num="228" count="10" type="stmt"/>
161
- <line num="229" count="9" type="stmt"/>
162
- <line num="238" count="0" type="cond" truecount="0" falsecount="3"/>
163
- <line num="239" count="0" type="stmt"/>
164
- <line num="240" count="0" type="stmt"/>
165
- <line num="241" count="0" type="cond" truecount="0" falsecount="1"/>
166
- <line num="242" count="0" type="stmt"/>
167
- <line num="243" count="0" type="stmt"/>
168
- <line num="253" count="11" type="cond" truecount="0" falsecount="1"/>
169
- <line num="254" count="11" type="stmt"/>
170
- <line num="267" count="10" type="stmt"/>
171
- <line num="268" count="10" type="stmt"/>
172
- <line num="269" count="80" type="stmt"/>
173
- <line num="270" count="10" type="stmt"/>
174
- <line num="271" count="40" type="stmt"/>
175
- <line num="272" count="10" type="stmt"/>
176
- <line num="281" count="10" type="stmt"/>
177
- <line num="282" count="10" type="stmt"/>
178
- <line num="283" count="10" type="cond" truecount="0" falsecount="1"/>
179
- <line num="284" count="0" type="stmt"/>
180
- <line num="286" count="10" type="stmt"/>
181
- <line num="287" count="10" type="cond" truecount="1" falsecount="0"/>
182
- <line num="288" count="9" type="stmt"/>
183
- <line num="289" count="9" type="cond" truecount="0" falsecount="1"/>
184
- <line num="290" count="0" type="stmt"/>
185
- <line num="291" count="0" type="stmt"/>
186
- <line num="299" count="0" type="cond" truecount="0" falsecount="1"/>
187
- <line num="300" count="0" type="cond" truecount="0" falsecount="1"/>
188
- <line num="301" count="0" type="stmt"/>
189
- <line num="302" count="0" type="stmt"/>
190
- <line num="303" count="0" type="stmt"/>
191
- <line num="304" count="0" type="stmt"/>
192
- </file>
193
- <file name="index.ts" path="/home/neurosell/Repos/quarkdash/src/index.ts">
194
- <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
195
- <line num="11" count="1" type="stmt"/>
196
- <line num="12" count="1" type="stmt"/>
197
- <line num="13" count="1" type="stmt"/>
198
- <line num="16" count="1" type="stmt"/>
199
- <line num="17" count="1" type="stmt"/>
200
- <line num="20" count="1" type="stmt"/>
201
- <line num="21" count="1" type="stmt"/>
202
- <line num="24" count="1" type="stmt"/>
203
- </file>
204
- <file name="kdf.ts" path="/home/neurosell/Repos/quarkdash/src/kdf.ts">
205
- <metrics statements="24" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="1"/>
206
- <line num="12" count="1" type="stmt"/>
207
- <line num="17" count="1" type="stmt"/>
208
- <line num="28" count="14" type="stmt"/>
209
- <line num="29" count="14" type="stmt"/>
210
- <line num="30" count="14" type="stmt"/>
211
- <line num="31" count="14" type="stmt"/>
212
- <line num="32" count="14" type="stmt"/>
213
- <line num="33" count="0" type="stmt"/>
214
- <line num="34" count="0" type="stmt"/>
215
- <line num="35" count="0" type="stmt"/>
216
- <line num="36" count="0" type="stmt"/>
217
- <line num="37" count="0" type="stmt"/>
218
- <line num="39" count="14" type="stmt"/>
219
- <line num="51" count="0" type="stmt"/>
220
- <line num="52" count="0" type="stmt"/>
221
- <line num="53" count="0" type="stmt"/>
222
- <line num="54" count="0" type="stmt"/>
223
- <line num="55" count="0" type="stmt"/>
224
- <line num="56" count="0" type="stmt"/>
225
- <line num="57" count="0" type="stmt"/>
226
- <line num="58" count="0" type="stmt"/>
227
- <line num="59" count="0" type="stmt"/>
228
- <line num="60" count="0" type="stmt"/>
229
- <line num="62" count="0" type="stmt"/>
230
- </file>
231
- <file name="mac.ts" path="/home/neurosell/Repos/quarkdash/src/mac.ts">
232
- <metrics statements="10" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="2"/>
233
- <line num="12" count="1" type="stmt"/>
234
- <line num="17" count="1" type="stmt"/>
235
- <line num="26" count="21" type="stmt"/>
236
- <line num="27" count="21" type="stmt"/>
237
- <line num="39" count="11" type="stmt"/>
238
- <line num="40" count="11" type="stmt"/>
239
- <line num="50" count="0" type="stmt"/>
240
- <line num="51" count="0" type="stmt"/>
241
- <line num="62" count="0" type="stmt"/>
242
- <line num="63" count="0" type="stmt"/>
243
- </file>
244
- <file name="ringlwe.ts" path="/home/neurosell/Repos/quarkdash/src/ringlwe.ts">
245
- <metrics statements="103" coveredstatements="103" conditionals="8" coveredconditionals="8" methods="16" coveredmethods="16"/>
246
- <line num="12" count="1" type="stmt"/>
247
- <line num="17" count="1" type="stmt"/>
248
- <line num="19" count="1" type="stmt"/>
249
- <line num="20" count="1" type="stmt"/>
250
- <line num="21" count="1" type="stmt"/>
251
- <line num="22" count="1" type="stmt"/>
252
- <line num="30" count="42" type="stmt"/>
253
- <line num="31" count="42" type="stmt"/>
254
- <line num="32" count="10752" type="stmt"/>
255
- <line num="33" count="10752" type="cond" truecount="2" falsecount="0"/>
256
- <line num="34" count="7146" type="cond" truecount="2" falsecount="0"/>
257
- <line num="35" count="3656" type="stmt"/>
258
- <line num="37" count="42" type="stmt"/>
259
- <line num="46" count="14" type="stmt"/>
260
- <line num="47" count="14" type="stmt"/>
261
- <line num="48" count="14" type="stmt"/>
262
- <line num="49" count="3584" type="stmt"/>
263
- <line num="50" count="3584" type="stmt"/>
264
- <line num="52" count="14" type="stmt"/>
265
- <line num="61" count="70" type="stmt"/>
266
- <line num="62" count="70" type="stmt"/>
267
- <line num="63" count="70" type="stmt"/>
268
- <line num="64" count="560" type="stmt"/>
269
- <line num="65" count="560" type="stmt"/>
270
- <line num="66" count="17850" type="stmt"/>
271
- <line num="67" count="17850" type="stmt"/>
272
- <line num="68" count="71680" type="stmt"/>
273
- <line num="69" count="71680" type="stmt"/>
274
- <line num="70" count="71680" type="stmt"/>
275
- <line num="71" count="71680" type="stmt"/>
276
- <line num="72" count="71680" type="stmt"/>
277
- <line num="75" count="560" type="stmt"/>
278
- <line num="77" count="70" type="stmt"/>
279
- <line num="86" count="35" type="stmt"/>
280
- <line num="87" count="35" type="stmt"/>
281
- <line num="88" count="35" type="stmt"/>
282
- <line num="89" count="280" type="stmt"/>
283
- <line num="90" count="280" type="stmt"/>
284
- <line num="91" count="8925" type="stmt"/>
285
- <line num="92" count="8925" type="stmt"/>
286
- <line num="93" count="35840" type="stmt"/>
287
- <line num="94" count="35840" type="stmt"/>
288
- <line num="95" count="35840" type="stmt"/>
289
- <line num="96" count="35840" type="stmt"/>
290
- <line num="97" count="35840" type="stmt"/>
291
- <line num="100" count="280" type="stmt"/>
292
- <line num="102" count="8960" type="stmt"/>
293
- <line num="103" count="35" type="stmt"/>
294
- <line num="113" count="35" type="stmt"/>
295
- <line num="114" count="35" type="stmt"/>
296
- <line num="115" count="35" type="stmt"/>
297
- <line num="116" count="8960" type="stmt"/>
298
- <line num="117" count="35" type="stmt"/>
299
- <line num="127" count="49" type="stmt"/>
300
- <line num="128" count="49" type="stmt"/>
301
- <line num="129" count="12544" type="stmt"/>
302
- <line num="130" count="12544" type="stmt"/>
303
- <line num="131" count="12544" type="stmt"/>
304
- <line num="133" count="49" type="stmt"/>
305
- <line num="143" count="28" type="stmt"/>
306
- <line num="144" count="28" type="stmt"/>
307
- <line num="145" count="7168" type="stmt"/>
308
- <line num="146" count="7168" type="stmt"/>
309
- <line num="148" count="28" type="stmt"/>
310
- <line num="158" count="14" type="stmt"/>
311
- <line num="159" count="14" type="stmt"/>
312
- <line num="160" count="3584" type="cond" truecount="2" falsecount="0"/>
313
- <line num="161" count="3584" type="cond" truecount="1" falsecount="0"/>
314
- <line num="163" count="14" type="stmt"/>
315
- <line num="175" count="840" type="stmt"/>
316
- <line num="176" count="3780" type="cond" truecount="1" falsecount="0"/>
317
- <line num="177" count="840" type="stmt"/>
318
- <line num="188" count="1" type="stmt"/>
319
- <line num="189" count="3" type="stmt"/>
320
- <line num="190" count="1" type="stmt"/>
321
- <line num="199" count="14" type="stmt"/>
322
- <line num="207" count="14" type="stmt"/>
323
- <line num="208" count="14" type="stmt"/>
324
- <line num="209" count="14" type="stmt"/>
325
- <line num="210" count="14" type="stmt"/>
326
- <line num="211" count="14" type="stmt"/>
327
- <line num="212" count="3584" type="stmt"/>
328
- <line num="213" count="14" type="stmt"/>
329
- <line num="214" count="14" type="stmt"/>
330
- <line num="215" count="14" type="stmt"/>
331
- <line num="225" count="7" type="stmt"/>
332
- <line num="234" count="7" type="stmt"/>
333
- <line num="235" count="7" type="stmt"/>
334
- <line num="236" count="7" type="stmt"/>
335
- <line num="237" count="7" type="stmt"/>
336
- <line num="238" count="7" type="stmt"/>
337
- <line num="239" count="7" type="stmt"/>
338
- <line num="240" count="7" type="stmt"/>
339
- <line num="241" count="1792" type="stmt"/>
340
- <line num="242" count="7" type="stmt"/>
341
- <line num="243" count="7" type="stmt"/>
342
- <line num="244" count="7" type="stmt"/>
343
- <line num="245" count="7" type="stmt"/>
344
- <line num="256" count="7" type="stmt"/>
345
- <line num="266" count="7" type="stmt"/>
346
- <line num="267" count="7" type="stmt"/>
347
- <line num="268" count="7" type="stmt"/>
348
- <line num="269" count="7" type="stmt"/>
349
- </file>
350
- <file name="shake.ts" path="/home/neurosell/Repos/quarkdash/src/shake.ts">
351
- <metrics statements="66" coveredstatements="64" conditionals="9" coveredconditionals="8" methods="5" coveredmethods="4"/>
352
- <line num="13" count="1" type="stmt"/>
353
- <line num="15" count="1" type="stmt"/>
354
- <line num="16" count="1" type="stmt"/>
355
- <line num="17" count="1" type="stmt"/>
356
- <line num="21" count="1" type="stmt"/>
357
- <line num="37" count="35" type="stmt"/>
358
- <line num="47" count="0" type="stmt"/>
359
- <line num="58" count="35" type="stmt"/>
360
- <line num="60" count="35" type="stmt"/>
361
- <line num="61" count="35" type="stmt"/>
362
- <line num="62" count="35" type="stmt"/>
363
- <line num="63" count="999" type="stmt"/>
364
- <line num="64" count="999" type="stmt"/>
365
- <line num="65" count="132994" type="stmt"/>
366
- <line num="66" count="132994" type="stmt"/>
367
- <line num="67" count="132994" type="stmt"/>
368
- <line num="68" count="132994" type="stmt"/>
369
- <line num="69" count="132994" type="stmt"/>
370
- <line num="70" count="132994" type="stmt"/>
371
- <line num="72" count="999" type="stmt"/>
372
- <line num="73" count="999" type="cond" truecount="3" falsecount="0"/>
373
- <line num="75" count="999" type="cond" truecount="1" falsecount="0"/>
374
- <line num="76" count="35" type="stmt"/>
375
- <line num="77" count="35" type="stmt"/>
376
- <line num="78" count="35" type="stmt"/>
377
- <line num="79" count="35" type="stmt"/>
378
- <line num="80" count="35" type="stmt"/>
379
- <line num="82" count="35" type="stmt"/>
380
- <line num="83" count="35" type="stmt"/>
381
- <line num="84" count="35" type="stmt"/>
382
- <line num="85" count="35" type="stmt"/>
383
- <line num="87" count="999" type="stmt"/>
384
- <line num="92" count="35" type="stmt"/>
385
- <line num="93" count="35" type="stmt"/>
386
- <line num="94" count="35" type="stmt"/>
387
- <line num="95" count="35" type="cond" truecount="2" falsecount="0"/>
388
- <line num="96" count="196" type="stmt"/>
389
- <line num="97" count="196" type="cond" truecount="2" falsecount="0"/>
390
- <line num="98" count="1568" type="stmt"/>
391
- <line num="99" count="1568" type="stmt"/>
392
- <line num="102" count="35" type="cond" truecount="0" falsecount="1"/>
393
- <line num="103" count="0" type="stmt"/>
394
- <line num="106" count="35" type="stmt"/>
395
- <line num="115" count="999" type="stmt"/>
396
- <line num="117" count="23976" type="stmt"/>
397
- <line num="118" count="23976" type="stmt"/>
398
- <line num="119" count="119880" type="stmt"/>
399
- <line num="121" count="23976" type="stmt"/>
400
- <line num="122" count="23976" type="stmt"/>
401
- <line num="123" count="119880" type="stmt"/>
402
- <line num="125" count="23976" type="stmt"/>
403
- <line num="126" count="119880" type="stmt"/>
404
- <line num="127" count="599400" type="stmt"/>
405
- <line num="132" count="23976" type="stmt"/>
406
- <line num="133" count="23976" type="stmt"/>
407
- <line num="134" count="575424" type="stmt"/>
408
- <line num="135" count="575424" type="stmt"/>
409
- <line num="136" count="575424" type="stmt"/>
410
- <line num="137" count="575424" type="stmt"/>
411
- <line num="141" count="23976" type="stmt"/>
412
- <line num="142" count="119880" type="stmt"/>
413
- <line num="143" count="119880" type="stmt"/>
414
- <line num="144" count="599400" type="stmt"/>
415
- <line num="149" count="23976" type="stmt"/>
416
- <line num="160" count="695304" type="stmt"/>
417
- <line num="161" count="695304" type="stmt"/>
418
- </file>
419
- <file name="utils.ts" path="/home/neurosell/Repos/quarkdash/src/utils.ts">
420
- <metrics statements="83" coveredstatements="48" conditionals="25" coveredconditionals="7" methods="19" coveredmethods="16"/>
421
- <line num="10" count="1" type="stmt"/>
422
- <line num="11" count="1" type="stmt"/>
423
- <line num="16" count="1" type="stmt"/>
424
- <line num="18" count="1" type="stmt"/>
425
- <line num="27" count="35" type="stmt"/>
426
- <line num="37" count="0" type="stmt"/>
427
- <line num="46" count="170" type="stmt"/>
428
- <line num="47" count="170" type="stmt"/>
429
- <line num="48" count="80" type="stmt"/>
430
- <line num="49" count="80" type="stmt"/>
431
- <line num="50" count="80" type="stmt"/>
432
- <line num="51" count="170" type="stmt"/>
433
- <line num="52" count="170" type="stmt"/>
434
- <line num="54" count="80" type="stmt"/>
435
- <line num="64" count="22" type="stmt"/>
436
- <line num="67" count="22" type="cond" truecount="1" falsecount="2"/>
437
- <line num="68" count="0" type="cond" truecount="0" falsecount="1"/>
438
- <line num="69" count="0" type="cond" truecount="0" falsecount="2"/>
439
- <line num="70" count="0" type="stmt"/>
440
- <line num="72" count="0" type="stmt"/>
441
- <line num="76" count="0" type="stmt"/>
442
- <line num="80" count="22" type="cond" truecount="1" falsecount="0"/>
443
- <line num="81" count="22" type="cond" truecount="0" falsecount="1"/>
444
- <line num="82" count="0" type="stmt"/>
445
- <line num="85" count="22" type="stmt"/>
446
- <line num="89" count="0" type="cond" truecount="0" falsecount="3"/>
447
- <line num="90" count="0" type="stmt"/>
448
- <line num="93" count="0" type="stmt"/>
449
- <line num="103" count="225" type="stmt"/>
450
- <line num="113" count="22" type="stmt"/>
451
- <line num="114" count="22" type="cond" truecount="0" falsecount="1"/>
452
- <line num="115" count="0" type="stmt"/>
453
- <line num="118" count="22" type="stmt"/>
454
- <line num="119" count="203" type="cond" truecount="3" falsecount="1"/>
455
- <line num="120" count="0" type="stmt"/>
456
- <line num="124" count="22" type="stmt"/>
457
- <line num="133" count="29" type="stmt"/>
458
- <line num="142" count="22" type="stmt"/>
459
- <line num="143" count="22" type="stmt"/>
460
- <line num="144" count="22" type="stmt"/>
461
- <line num="145" count="22" type="stmt"/>
462
- <line num="146" count="22" type="stmt"/>
463
- <line num="147" count="203" type="stmt"/>
464
- <line num="150" count="203" type="cond" truecount="2" falsecount="0"/>
465
- <line num="151" count="6" type="stmt"/>
466
- <line num="152" count="6" type="stmt"/>
467
- <line num="156" count="197" type="stmt"/>
468
- <line num="160" count="22" type="stmt"/>
469
- <line num="169" count="8" type="stmt"/>
470
- <line num="171" count="0" type="stmt"/>
471
- <line num="172" count="0" type="stmt"/>
472
- <line num="174" count="0" type="stmt"/>
473
- <line num="175" count="0" type="stmt"/>
474
- <line num="177" count="0" type="cond" truecount="0" falsecount="2"/>
475
- <line num="178" count="0" type="stmt"/>
476
- <line num="179" count="0" type="stmt"/>
477
- <line num="180" count="0" type="cond" truecount="0" falsecount="4"/>
478
- <line num="181" count="0" type="stmt"/>
479
- <line num="182" count="0" type="stmt"/>
480
- <line num="184" count="0" type="stmt"/>
481
- <line num="189" count="0" type="stmt"/>
482
- <line num="193" count="0" type="stmt"/>
483
- <line num="203" count="0" type="stmt"/>
484
- <line num="204" count="0" type="stmt"/>
485
- <line num="205" count="0" type="stmt"/>
486
- <line num="208" count="0" type="stmt"/>
487
- <line num="217" count="0" type="stmt"/>
488
- <line num="218" count="0" type="stmt"/>
489
- <line num="219" count="0" type="stmt"/>
490
- <line num="220" count="0" type="stmt"/>
491
- <line num="221" count="0" type="stmt"/>
492
- <line num="223" count="0" type="stmt"/>
493
- <line num="233" count="11" type="cond" truecount="0" falsecount="1"/>
494
- <line num="234" count="11" type="stmt"/>
495
- <line num="235" count="352" type="stmt"/>
496
- <line num="236" count="11" type="stmt"/>
497
- <line num="244" count="1344" type="stmt"/>
498
- <line num="255" count="22693" type="stmt"/>
499
- <line num="266" count="33000" type="stmt"/>
500
- <line num="276" count="10" type="stmt"/>
501
- <line num="286" count="10" type="stmt"/>
502
- <line num="287" count="80" type="stmt"/>
503
- <line num="288" count="10" type="stmt"/>
504
- </file>
505
- </project>
506
- </coverage>