scats 1.4.0-dev → 1.4.1-dev

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 (83) hide show
  1. package/dist/abstract-map.d.ts +4 -4
  2. package/dist/abstract-map.js +12 -15
  3. package/dist/abstract-set.d.ts +2 -2
  4. package/dist/abstract-set.js +6 -9
  5. package/dist/array-iterable.d.ts +1 -1
  6. package/dist/array-iterable.js +22 -26
  7. package/dist/collection.d.ts +4 -4
  8. package/dist/collection.js +50 -71
  9. package/dist/either.d.ts +4 -4
  10. package/dist/either.js +31 -39
  11. package/dist/hashmap.d.ts +2 -2
  12. package/dist/hashmap.js +9 -12
  13. package/dist/hashset.d.ts +3 -3
  14. package/dist/hashset.js +6 -11
  15. package/dist/index.d.ts +8 -8
  16. package/dist/index.js +9 -13
  17. package/dist/mappable.js +1 -2
  18. package/dist/mutable/hashmap.d.ts +3 -3
  19. package/dist/mutable/hashmap.js +3 -8
  20. package/dist/mutable/hashset.d.ts +2 -2
  21. package/dist/mutable/hashset.js +3 -8
  22. package/dist/mutable.d.ts +3 -3
  23. package/dist/mutable.js +3 -9
  24. package/dist/option.d.ts +6 -6
  25. package/dist/option.js +34 -44
  26. package/dist/try.d.ts +3 -3
  27. package/dist/try.js +27 -37
  28. package/dist/util.d.ts +2 -2
  29. package/dist/util.js +41 -50
  30. package/package.json +1 -1
  31. package/.eslintrc.cjs +0 -44
  32. package/coverage/clover.xml +0 -937
  33. package/coverage/coverage-final.json +0 -15
  34. package/coverage/lcov-report/array-iterable.ts.html +0 -1709
  35. package/coverage/lcov-report/base.css +0 -224
  36. package/coverage/lcov-report/block-navigation.js +0 -79
  37. package/coverage/lcov-report/collection.ts.html +0 -1475
  38. package/coverage/lcov-report/either.ts.html +0 -1934
  39. package/coverage/lcov-report/favicon.png +0 -0
  40. package/coverage/lcov-report/hashmap.ts.html +0 -527
  41. package/coverage/lcov-report/hashset.ts.html +0 -392
  42. package/coverage/lcov-report/index.html +0 -126
  43. package/coverage/lcov-report/index.ts.html +0 -101
  44. package/coverage/lcov-report/option.ts.html +0 -758
  45. package/coverage/lcov-report/prettify.css +0 -1
  46. package/coverage/lcov-report/prettify.js +0 -2
  47. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  48. package/coverage/lcov-report/sorter.js +0 -170
  49. package/coverage/lcov-report/src/abstract-map.ts.html +0 -317
  50. package/coverage/lcov-report/src/abstract-set.ts.html +0 -200
  51. package/coverage/lcov-report/src/array-iterable.ts.html +0 -1751
  52. package/coverage/lcov-report/src/collection.ts.html +0 -1778
  53. package/coverage/lcov-report/src/either.ts.html +0 -1934
  54. package/coverage/lcov-report/src/hashmap.ts.html +0 -428
  55. package/coverage/lcov-report/src/hashset.ts.html +0 -482
  56. package/coverage/lcov-report/src/index.html +0 -276
  57. package/coverage/lcov-report/src/index.ts.html +0 -110
  58. package/coverage/lcov-report/src/mutable/hashmap.ts.html +0 -821
  59. package/coverage/lcov-report/src/mutable/hashset.ts.html +0 -611
  60. package/coverage/lcov-report/src/mutable/index.html +0 -126
  61. package/coverage/lcov-report/src/mutable.ts.html +0 -89
  62. package/coverage/lcov-report/src/option.ts.html +0 -758
  63. package/coverage/lcov-report/src/try.ts.html +0 -923
  64. package/coverage/lcov-report/src/util.ts.html +0 -518
  65. package/coverage/lcov-report/try.ts.html +0 -923
  66. package/coverage/lcov-report/util.ts.html +0 -518
  67. package/coverage/lcov.info +0 -2223
  68. package/jest.config.js +0 -32
  69. package/src/abstract-map.ts +0 -79
  70. package/src/abstract-set.ts +0 -40
  71. package/src/array-iterable.ts +0 -557
  72. package/src/collection.ts +0 -619
  73. package/src/either.ts +0 -618
  74. package/src/hashmap.ts +0 -116
  75. package/src/hashset.ts +0 -134
  76. package/src/index.ts +0 -10
  77. package/src/mappable.ts +0 -8
  78. package/src/mutable/hashmap.ts +0 -247
  79. package/src/mutable/hashset.ts +0 -177
  80. package/src/mutable.ts +0 -3
  81. package/src/option.ts +0 -226
  82. package/src/try.ts +0 -281
  83. package/src/util.ts +0 -146
@@ -1,937 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1639640866249" clover="3.2.0">
3
- <project timestamp="1639640866249" name="All files">
4
- <metrics statements="883" coveredstatements="883" conditionals="222" coveredconditionals="211" methods="496" coveredmethods="496" elements="1601" coveredelements="1590" complexity="0" loc="883" ncloc="883" packages="2" files="14" classes="14"/>
5
- <package name="src">
6
- <metrics statements="785" coveredstatements="785" conditionals="194" coveredconditionals="186" methods="456" coveredmethods="456"/>
7
- <file name="abstract-map.ts" path="/Users/penkov/work/local/scats/src/abstract-map.ts">
8
- <metrics statements="23" coveredstatements="23" conditionals="0" coveredconditionals="0" methods="17" coveredmethods="17"/>
9
- <line num="1" count="11" type="stmt"/>
10
- <line num="2" count="11" type="stmt"/>
11
- <line num="3" count="11" type="stmt"/>
12
- <line num="4" count="11" type="stmt"/>
13
- <line num="8" count="11" type="stmt"/>
14
- <line num="11" count="177" type="stmt"/>
15
- <line num="12" count="177" type="stmt"/>
16
- <line num="16" count="161" type="stmt"/>
17
- <line num="20" count="18" type="stmt"/>
18
- <line num="24" count="91" type="stmt"/>
19
- <line num="28" count="6" type="stmt"/>
20
- <line num="32" count="3" type="stmt"/>
21
- <line num="36" count="1" type="stmt"/>
22
- <line num="40" count="1" type="stmt"/>
23
- <line num="44" count="1" type="stmt"/>
24
- <line num="48" count="1" type="stmt"/>
25
- <line num="52" count="1" type="stmt"/>
26
- <line num="56" count="7" type="stmt"/>
27
- <line num="60" count="1" type="stmt"/>
28
- <line num="64" count="2" type="stmt"/>
29
- <line num="68" count="1" type="stmt"/>
30
- <line num="72" count="14" type="stmt"/>
31
- <line num="76" count="125" type="stmt"/>
32
- </file>
33
- <file name="abstract-set.ts" path="/Users/penkov/work/local/scats/src/abstract-set.ts">
34
- <metrics statements="12" coveredstatements="12" conditionals="0" coveredconditionals="0" methods="8" coveredmethods="8"/>
35
- <line num="1" count="11" type="stmt"/>
36
- <line num="2" count="11" type="stmt"/>
37
- <line num="4" count="11" type="stmt"/>
38
- <line num="6" count="181" type="stmt"/>
39
- <line num="7" count="181" type="stmt"/>
40
- <line num="12" count="36" type="stmt"/>
41
- <line num="16" count="167" type="stmt"/>
42
- <line num="20" count="1" type="stmt"/>
43
- <line num="24" count="1" type="stmt"/>
44
- <line num="28" count="31" type="stmt"/>
45
- <line num="32" count="173" type="stmt"/>
46
- <line num="36" count="1" type="stmt"/>
47
- </file>
48
- <file name="array-iterable.ts" path="/Users/penkov/work/local/scats/src/array-iterable.ts">
49
- <metrics statements="190" coveredstatements="190" conditionals="68" coveredconditionals="65" methods="82" coveredmethods="82"/>
50
- <line num="1" count="11" type="stmt"/>
51
- <line num="3" count="11" type="stmt"/>
52
- <line num="6" count="875" type="stmt"/>
53
- <line num="7" count="875" type="stmt"/>
54
- <line num="8" count="875" type="stmt"/>
55
- <line num="10" count="3623" type="cond" truecount="2" falsecount="0"/>
56
- <line num="11" count="2752" type="stmt"/>
57
- <line num="12" count="2752" type="stmt"/>
58
- <line num="13" count="2752" type="stmt"/>
59
- <line num="18" count="871" type="stmt"/>
60
- <line num="32" count="23" type="stmt"/>
61
- <line num="36" count="6" type="stmt"/>
62
- <line num="40" count="3" type="stmt"/>
63
- <line num="44" count="4" type="stmt"/>
64
- <line num="48" count="4" type="stmt"/>
65
- <line num="52" count="2" type="stmt"/>
66
- <line num="53" count="2" type="stmt"/>
67
- <line num="54" count="6" type="cond" truecount="2" falsecount="0"/>
68
- <line num="55" count="1" type="stmt"/>
69
- <line num="59" count="2" type="stmt"/>
70
- <line num="67" count="70" type="stmt"/>
71
- <line num="75" count="93" type="stmt"/>
72
- <line num="83" count="1138" type="stmt"/>
73
- <line num="88" count="4" type="stmt"/>
74
- <line num="92" count="4" type="stmt"/>
75
- <line num="96" count="4" type="cond" truecount="2" falsecount="0"/>
76
- <line num="100" count="14" type="cond" truecount="2" falsecount="0"/>
77
- <line num="101" count="2" type="stmt"/>
78
- <line num="103" count="12" type="stmt"/>
79
- <line num="108" count="4" type="cond" truecount="2" falsecount="0"/>
80
- <line num="113" count="8" type="cond" truecount="2" falsecount="0"/>
81
- <line num="114" count="2" type="stmt"/>
82
- <line num="116" count="6" type="stmt"/>
83
- <line num="121" count="12" type="cond" truecount="2" falsecount="0"/>
84
- <line num="122" count="4" type="stmt"/>
85
- <line num="125" count="8" type="stmt"/>
86
- <line num="126" count="8" type="stmt"/>
87
- <line num="127" count="8" type="cond" truecount="1" falsecount="1"/>
88
- <line num="128" count="8" type="stmt"/>
89
- <line num="129" count="16" type="stmt"/>
90
- <line num="132" count="8" type="stmt"/>
91
- <line num="136" count="8" type="cond" truecount="2" falsecount="0"/>
92
- <line num="140" count="2" type="stmt"/>
93
- <line num="141" count="2" type="stmt"/>
94
- <line num="143" count="6" type="stmt"/>
95
- <line num="148" count="3" type="cond" truecount="2" falsecount="0"/>
96
- <line num="149" count="1" type="stmt"/>
97
- <line num="152" count="2" type="stmt"/>
98
- <line num="153" count="2" type="stmt"/>
99
- <line num="154" count="2" type="cond" truecount="1" falsecount="1"/>
100
- <line num="155" count="2" type="stmt"/>
101
- <line num="156" count="4" type="stmt"/>
102
- <line num="159" count="2" type="stmt"/>
103
- <line num="163" count="2" type="cond" truecount="2" falsecount="0"/>
104
- <line num="168" count="12" type="stmt"/>
105
- <line num="169" count="39" type="stmt"/>
106
- <line num="174" count="4" type="stmt"/>
107
- <line num="179" count="1" type="stmt"/>
108
- <line num="180" count="3" type="stmt"/>
109
- <line num="181" count="3" type="stmt"/>
110
- <line num="182" count="3" type="stmt"/>
111
- <line num="187" count="6" type="cond" truecount="2" falsecount="0"/>
112
- <line num="188" count="2" type="stmt"/>
113
- <line num="190" count="4" type="stmt"/>
114
- <line num="191" count="4" type="stmt"/>
115
- <line num="192" count="4" type="stmt"/>
116
- <line num="193" count="20" type="stmt"/>
117
- <line num="194" count="20" type="cond" truecount="2" falsecount="0"/>
118
- <line num="195" count="4" type="stmt"/>
119
- <line num="196" count="4" type="stmt"/>
120
- <line num="199" count="4" type="stmt"/>
121
- <line num="204" count="4" type="cond" truecount="2" falsecount="0"/>
122
- <line num="209" count="6" type="cond" truecount="2" falsecount="0"/>
123
- <line num="210" count="2" type="stmt"/>
124
- <line num="212" count="4" type="stmt"/>
125
- <line num="213" count="4" type="stmt"/>
126
- <line num="214" count="4" type="stmt"/>
127
- <line num="215" count="12" type="stmt"/>
128
- <line num="216" count="12" type="cond" truecount="2" falsecount="0"/>
129
- <line num="217" count="4" type="stmt"/>
130
- <line num="218" count="4" type="stmt"/>
131
- <line num="221" count="4" type="stmt"/>
132
- <line num="226" count="4" type="cond" truecount="2" falsecount="0"/>
133
- <line num="230" count="7" type="stmt"/>
134
- <line num="231" count="16" type="stmt"/>
135
- <line num="232" count="16" type="stmt"/>
136
- <line num="233" count="7" type="stmt"/>
137
- <line num="237" count="35" type="stmt"/>
138
- <line num="238" count="35" type="cond" truecount="2" falsecount="0"/>
139
- <line num="242" count="21" type="stmt"/>
140
- <line num="243" count="21" type="cond" truecount="2" falsecount="0"/>
141
- <line num="247" count="12" type="stmt"/>
142
- <line num="248" count="12" type="stmt"/>
143
- <line num="249" count="12" type="stmt"/>
144
- <line num="250" count="12" type="cond" truecount="2" falsecount="0"/>
145
- <line num="251" count="26" type="stmt"/>
146
- <line num="254" count="12" type="cond" truecount="2" falsecount="0"/>
147
- <line num="255" count="4" type="stmt"/>
148
- <line num="257" count="8" type="stmt"/>
149
- <line num="262" count="33" type="stmt"/>
150
- <line num="263" count="33" type="cond" truecount="2" falsecount="0"/>
151
- <line num="264" count="15" type="stmt"/>
152
- <line num="265" count="18" type="cond" truecount="2" falsecount="0"/>
153
- <line num="266" count="9" type="stmt"/>
154
- <line num="268" count="9" type="stmt"/>
155
- <line num="273" count="19" type="stmt"/>
156
- <line num="274" count="19" type="cond" truecount="2" falsecount="0"/>
157
- <line num="275" count="11" type="stmt"/>
158
- <line num="276" count="8" type="cond" truecount="2" falsecount="0"/>
159
- <line num="277" count="4" type="stmt"/>
160
- <line num="279" count="4" type="stmt"/>
161
- <line num="286" count="12" type="stmt"/>
162
- <line num="287" count="12" type="stmt"/>
163
- <line num="288" count="12" type="stmt"/>
164
- <line num="289" count="12" type="cond" truecount="2" falsecount="0"/>
165
- <line num="290" count="26" type="stmt"/>
166
- <line num="293" count="12" type="cond" truecount="2" falsecount="0"/>
167
- <line num="294" count="4" type="stmt"/>
168
- <line num="296" count="8" type="stmt"/>
169
- <line num="302" count="19" type="cond" truecount="2" falsecount="0"/>
170
- <line num="303" count="3" type="stmt"/>
171
- <line num="305" count="16" type="stmt"/>
172
- <line num="306" count="16" type="cond" truecount="2" falsecount="0"/>
173
- <line num="307" count="7" type="stmt"/>
174
- <line num="309" count="9" type="stmt"/>
175
- <line num="310" count="9" type="stmt"/>
176
- <line num="311" count="9" type="stmt"/>
177
- <line num="312" count="9" type="stmt"/>
178
- <line num="313" count="9" type="stmt"/>
179
- <line num="314" count="9" type="stmt"/>
180
- <line num="315" count="66" type="stmt"/>
181
- <line num="316" count="66" type="stmt"/>
182
- <line num="317" count="66" type="stmt"/>
183
- <line num="318" count="66" type="stmt"/>
184
- <line num="321" count="9" type="stmt"/>
185
- <line num="328" count="10" type="stmt"/>
186
- <line num="332" count="1" type="stmt"/>
187
- <line num="343" count="6" type="cond" truecount="2" falsecount="0"/>
188
- <line num="344" count="3" type="stmt"/>
189
- <line num="346" count="6" type="stmt"/>
190
- <line num="351" count="29" type="stmt"/>
191
- <line num="355" count="8" type="stmt"/>
192
- <line num="359" count="4" type="stmt"/>
193
- <line num="374" count="1" type="stmt"/>
194
- <line num="382" count="3" type="cond" truecount="2" falsecount="0"/>
195
- <line num="383" count="2" type="stmt"/>
196
- <line num="389" count="3" type="cond" truecount="2" falsecount="0"/>
197
- <line num="390" count="2" type="stmt"/>
198
- <line num="416" count="1" type="stmt"/>
199
- <line num="417" count="1" type="stmt"/>
200
- <line num="418" count="3" type="stmt"/>
201
- <line num="419" count="3" type="stmt"/>
202
- <line num="420" count="3" type="stmt"/>
203
- <line num="421" count="3" type="stmt"/>
204
- <line num="443" count="2" type="stmt"/>
205
- <line num="444" count="2" type="stmt"/>
206
- <line num="445" count="2" type="stmt"/>
207
- <line num="446" count="9" type="stmt"/>
208
- <line num="447" count="9" type="stmt"/>
209
- <line num="448" count="9" type="stmt"/>
210
- <line num="466" count="1" type="stmt"/>
211
- <line num="470" count="2" type="stmt"/>
212
- <line num="471" count="2" type="stmt"/>
213
- <line num="472" count="2" type="stmt"/>
214
- <line num="473" count="2" type="stmt"/>
215
- <line num="474" count="8" type="stmt"/>
216
- <line num="475" count="8" type="stmt"/>
217
- <line num="477" count="2" type="stmt"/>
218
- <line num="498" count="1" type="stmt"/>
219
- <line num="499" count="1" type="stmt"/>
220
- <line num="500" count="1" type="stmt"/>
221
- <line num="501" count="1" type="stmt"/>
222
- <line num="502" count="4" type="stmt"/>
223
- <line num="503" count="4" type="stmt"/>
224
- <line num="505" count="1" type="stmt"/>
225
- <line num="510" count="1" type="stmt"/>
226
- <line num="511" count="1" type="stmt"/>
227
- <line num="512" count="1" type="stmt"/>
228
- <line num="513" count="2" type="stmt"/>
229
- <line num="515" count="1" type="stmt"/>
230
- <line num="526" count="1" type="stmt"/>
231
- <line num="527" count="1" type="stmt"/>
232
- <line num="528" count="1" type="stmt"/>
233
- <line num="529" count="4" type="stmt"/>
234
- <line num="531" count="1" type="stmt"/>
235
- <line num="544" count="1" type="stmt"/>
236
- <line num="545" count="1" type="stmt"/>
237
- <line num="546" count="1" type="stmt"/>
238
- <line num="547" count="4" type="stmt"/>
239
- <line num="549" count="1" type="stmt"/>
240
- </file>
241
- <file name="collection.ts" path="/Users/penkov/work/local/scats/src/collection.ts">
242
- <metrics statements="157" coveredstatements="157" conditionals="33" coveredconditionals="31" methods="80" coveredmethods="80"/>
243
- <line num="2" count="11" type="stmt"/>
244
- <line num="4" count="11" type="stmt"/>
245
- <line num="6" count="11" type="stmt"/>
246
- <line num="12" count="21" type="cond" truecount="2" falsecount="0"/>
247
- <line num="13" count="19" type="cond" truecount="2" falsecount="0"/>
248
- <line num="17" count="4" type="stmt"/>
249
- <line num="21" count="1214" type="stmt"/>
250
- <line num="25" count="2" type="stmt"/>
251
- <line num="26" count="2" type="stmt"/>
252
- <line num="30" count="2" type="stmt"/>
253
- <line num="35" count="1" type="stmt"/>
254
- <line num="39" count="2" type="stmt"/>
255
- <line num="43" count="2" type="stmt"/>
256
- <line num="44" count="2" type="stmt"/>
257
- <line num="45" count="2" type="stmt"/>
258
- <line num="46" count="6" type="stmt"/>
259
- <line num="47" count="6" type="cond" truecount="2" falsecount="0"/>
260
- <line num="48" count="4" type="stmt"/>
261
- <line num="49" count="4" type="stmt"/>
262
- <line num="52" count="2" type="stmt"/>
263
- <line num="56" count="5" type="stmt"/>
264
- <line num="60" count="4" type="stmt"/>
265
- <line num="64" count="2" type="stmt"/>
266
- <line num="68" count="2" type="stmt"/>
267
- <line num="72" count="2" type="stmt"/>
268
- <line num="76" count="6" type="stmt"/>
269
- <line num="80" count="2" type="stmt"/>
270
- <line num="85" count="4" type="stmt"/>
271
- <line num="89" count="1" type="stmt"/>
272
- <line num="96" count="11" type="stmt"/>
273
- <line num="99" count="467" type="stmt"/>
274
- <line num="100" count="467" type="stmt"/>
275
- <line num="103" count="11" type="stmt"/>
276
- <line num="106" count="97" type="cond" truecount="4" falsecount="0"/>
277
- <line num="107" count="18" type="stmt"/>
278
- <line num="109" count="79" type="stmt"/>
279
- <line num="114" count="254" type="stmt"/>
280
- <line num="118" count="1" type="stmt"/>
281
- <line num="122" count="15" type="stmt"/>
282
- <line num="123" count="15" type="stmt"/>
283
- <line num="124" count="15" type="stmt"/>
284
- <line num="125" count="813" type="stmt"/>
285
- <line num="127" count="15" type="stmt"/>
286
- <line num="132" count="127" type="stmt"/>
287
- <line num="136" count="7" type="stmt"/>
288
- <line num="137" count="7" type="stmt"/>
289
- <line num="138" count="14" type="stmt"/>
290
- <line num="140" count="7" type="stmt"/>
291
- <line num="144" count="1" type="stmt"/>
292
- <line num="145" count="1" type="stmt"/>
293
- <line num="146" count="2" type="stmt"/>
294
- <line num="147" count="1" type="stmt"/>
295
- <line num="150" count="1" type="stmt"/>
296
- <line num="172" count="3" type="stmt"/>
297
- <line num="173" count="3" type="stmt"/>
298
- <line num="174" count="22" type="stmt"/>
299
- <line num="176" count="3" type="stmt"/>
300
- <line num="184" count="314" type="stmt"/>
301
- <line num="204" count="2" type="stmt"/>
302
- <line num="205" count="2" type="stmt"/>
303
- <line num="206" count="12" type="stmt"/>
304
- <line num="207" count="12" type="stmt"/>
305
- <line num="209" count="2" type="stmt"/>
306
- <line num="217" count="2" type="stmt"/>
307
- <line num="222" count="4" type="stmt"/>
308
- <line num="223" count="4" type="stmt"/>
309
- <line num="224" count="25" type="cond" truecount="2" falsecount="0"/>
310
- <line num="225" count="23" type="stmt"/>
311
- <line num="227" count="2" type="stmt"/>
312
- <line num="230" count="4" type="stmt"/>
313
- <line num="234" count="4" type="stmt"/>
314
- <line num="238" count="1" type="stmt"/>
315
- <line num="252" count="1" type="stmt"/>
316
- <line num="253" count="1" type="stmt"/>
317
- <line num="254" count="2" type="stmt"/>
318
- <line num="256" count="1" type="stmt"/>
319
- <line num="274" count="2" type="stmt"/>
320
- <line num="275" count="2" type="stmt"/>
321
- <line num="276" count="6" type="stmt"/>
322
- <line num="280" count="2" type="stmt"/>
323
- <line num="287" count="11" type="stmt"/>
324
- <line num="289" count="11" type="stmt"/>
325
- <line num="293" count="6" type="stmt"/>
326
- <line num="296" count="222" type="stmt"/>
327
- <line num="297" count="222" type="stmt"/>
328
- <line num="301" count="95" type="stmt"/>
329
- <line num="305" count="1" type="stmt"/>
330
- <line num="309" count="14" type="stmt"/>
331
- <line num="310" count="14" type="stmt"/>
332
- <line num="311" count="14" type="stmt"/>
333
- <line num="312" count="809" type="stmt"/>
334
- <line num="314" count="14" type="stmt"/>
335
- <line num="319" count="44" type="cond" truecount="4" falsecount="0"/>
336
- <line num="320" count="1" type="stmt"/>
337
- <line num="322" count="43" type="stmt"/>
338
- <line num="335" count="6" type="stmt"/>
339
- <line num="336" count="2" type="stmt"/>
340
- <line num="346" count="3" type="stmt"/>
341
- <line num="355" count="1" type="stmt"/>
342
- <line num="365" count="1" type="stmt"/>
343
- <line num="366" count="1" type="stmt"/>
344
- <line num="375" count="3" type="stmt"/>
345
- <line num="376" count="3" type="stmt"/>
346
- <line num="386" count="1" type="stmt"/>
347
- <line num="387" count="1" type="stmt"/>
348
- <line num="391" count="3" type="stmt"/>
349
- <line num="392" count="3" type="stmt"/>
350
- <line num="404" count="1" type="stmt"/>
351
- <line num="405" count="1" type="stmt"/>
352
- <line num="417" count="1" type="stmt"/>
353
- <line num="418" count="1" type="stmt"/>
354
- <line num="430" count="12" type="cond" truecount="2" falsecount="0"/>
355
- <line num="431" count="11" type="stmt"/>
356
- <line num="432" count="11" type="stmt"/>
357
- <line num="433" count="1" type="cond" truecount="1" falsecount="1"/>
358
- <line num="434" count="1" type="stmt"/>
359
- <line num="445" count="9" type="stmt"/>
360
- <line num="446" count="9" type="cond" truecount="1" falsecount="1"/>
361
- <line num="447" count="9" type="stmt"/>
362
- <line num="449" count="9" type="stmt"/>
363
- <line num="458" count="3" type="cond" truecount="4" falsecount="0"/>
364
- <line num="459" count="2" type="stmt"/>
365
- <line num="460" count="6" type="stmt"/>
366
- <line num="462" count="1" type="stmt"/>
367
- <line num="463" count="2" type="stmt"/>
368
- <line num="466" count="3" type="stmt"/>
369
- <line num="476" count="1" type="stmt"/>
370
- <line num="477" count="1" type="stmt"/>
371
- <line num="481" count="1" type="stmt"/>
372
- <line num="503" count="1" type="stmt"/>
373
- <line num="504" count="1" type="stmt"/>
374
- <line num="505" count="2" type="stmt"/>
375
- <line num="507" count="1" type="stmt"/>
376
- <line num="511" count="1" type="stmt"/>
377
- <line num="512" count="1" type="stmt"/>
378
- <line num="513" count="2" type="stmt"/>
379
- <line num="514" count="1" type="stmt"/>
380
- <line num="517" count="1" type="stmt"/>
381
- <line num="522" count="2" type="stmt"/>
382
- <line num="523" count="2" type="stmt"/>
383
- <line num="524" count="12" type="stmt"/>
384
- <line num="525" count="12" type="stmt"/>
385
- <line num="527" count="2" type="stmt"/>
386
- <line num="531" count="102" type="stmt"/>
387
- <line num="535" count="1" type="stmt"/>
388
- <line num="536" count="1" type="stmt"/>
389
- <line num="537" count="2" type="stmt"/>
390
- <line num="539" count="1" type="stmt"/>
391
- <line num="543" count="314" type="stmt"/>
392
- <line num="547" count="2" type="stmt"/>
393
- <line num="551" count="4" type="stmt"/>
394
- <line num="552" count="4" type="stmt"/>
395
- <line num="553" count="25" type="cond" truecount="2" falsecount="0"/>
396
- <line num="554" count="23" type="stmt"/>
397
- <line num="556" count="2" type="stmt"/>
398
- <line num="559" count="4" type="stmt"/>
399
- <line num="563" count="1" type="stmt"/>
400
- </file>
401
- <file name="either.ts" path="/Users/penkov/work/local/scats/src/either.ts">
402
- <metrics statements="116" coveredstatements="116" conditionals="9" coveredconditionals="8" methods="108" coveredmethods="108"/>
403
- <line num="1" count="11" type="stmt"/>
404
- <line num="2" count="11" type="stmt"/>
405
- <line num="3" count="11" type="stmt"/>
406
- <line num="4" count="11" type="stmt"/>
407
- <line num="12" count="11" type="stmt"/>
408
- <line num="33" count="2" type="stmt"/>
409
- <line num="98" count="33" type="stmt"/>
410
- <line num="117" count="2" type="stmt"/>
411
- <line num="118" count="1" type="stmt"/>
412
- <line num="119" count="1" type="stmt"/>
413
- <line num="132" count="2" type="stmt"/>
414
- <line num="133" count="1" type="stmt"/>
415
- <line num="134" count="1" type="stmt"/>
416
- <line num="148" count="2" type="stmt"/>
417
- <line num="149" count="1" type="stmt"/>
418
- <line num="165" count="2" type="stmt"/>
419
- <line num="166" count="1" type="stmt"/>
420
- <line num="167" count="1" type="stmt"/>
421
- <line num="179" count="2" type="stmt"/>
422
- <line num="180" count="1" type="stmt"/>
423
- <line num="181" count="1" type="stmt"/>
424
- <line num="194" count="4" type="stmt"/>
425
- <line num="195" count="1" type="stmt"/>
426
- <line num="196" count="3" type="stmt"/>
427
- <line num="209" count="4" type="stmt"/>
428
- <line num="210" count="1" type="stmt"/>
429
- <line num="211" count="3" type="stmt"/>
430
- <line num="234" count="4" type="stmt"/>
431
- <line num="235" count="2" type="stmt"/>
432
- <line num="236" count="2" type="stmt"/>
433
- <line num="250" count="3" type="stmt"/>
434
- <line num="251" count="2" type="stmt"/>
435
- <line num="252" count="1" type="stmt"/>
436
- <line num="267" count="3" type="stmt"/>
437
- <line num="268" count="2" type="stmt"/>
438
- <line num="269" count="1" type="stmt"/>
439
- <line num="279" count="5" type="stmt"/>
440
- <line num="280" count="3" type="stmt"/>
441
- <line num="281" count="2" type="stmt"/>
442
- <line num="286" count="5" type="stmt"/>
443
- <line num="287" count="3" type="stmt"/>
444
- <line num="288" count="2" type="stmt"/>
445
- <line num="300" count="6" type="stmt"/>
446
- <line num="301" count="3" type="stmt"/>
447
- <line num="302" count="3" type="stmt"/>
448
- <line num="307" count="2" type="stmt"/>
449
- <line num="308" count="1" type="stmt"/>
450
- <line num="309" count="1" type="stmt"/>
451
- <line num="326" count="3" type="stmt"/>
452
- <line num="327" count="2" type="cond" truecount="2" falsecount="0"/>
453
- <line num="328" count="1" type="stmt"/>
454
- <line num="344" count="3" type="stmt"/>
455
- <line num="345" count="2" type="cond" truecount="2" falsecount="0"/>
456
- <line num="346" count="1" type="stmt"/>
457
- <line num="359" count="2" type="stmt"/>
458
- <line num="360" count="1" type="stmt"/>
459
- <line num="361" count="1" type="stmt"/>
460
- <line num="374" count="7" type="stmt"/>
461
- <line num="375" count="4" type="stmt"/>
462
- <line num="376" count="3" type="stmt"/>
463
- <line num="381" count="9" type="stmt"/>
464
- <line num="382" count="5" type="stmt"/>
465
- <line num="383" count="4" type="stmt"/>
466
- <line num="391" count="11" type="stmt"/>
467
- <line num="393" count="98" type="stmt"/>
468
- <line num="394" count="98" type="stmt"/>
469
- <line num="398" count="54" type="stmt"/>
470
- <line num="402" count="4" type="stmt"/>
471
- <line num="406" count="1" type="stmt"/>
472
- <line num="411" count="11" type="stmt"/>
473
- <line num="414" count="100" type="stmt"/>
474
- <line num="415" count="100" type="stmt"/>
475
- <line num="419" count="54" type="stmt"/>
476
- <line num="423" count="2" type="stmt"/>
477
- <line num="427" count="1" type="stmt"/>
478
- <line num="432" count="11" type="cond" truecount="1" falsecount="1"/>
479
- <line num="433" count="11" type="stmt"/>
480
- <line num="435" count="33" type="stmt"/>
481
- <line num="440" count="2" type="stmt"/>
482
- <line num="441" count="1" type="stmt"/>
483
- <line num="442" count="1" type="stmt"/>
484
- <line num="447" count="2" type="stmt"/>
485
- <line num="448" count="1" type="stmt"/>
486
- <line num="449" count="1" type="stmt"/>
487
- <line num="462" count="2" type="stmt"/>
488
- <line num="463" count="1" type="stmt"/>
489
- <line num="478" count="2" type="stmt"/>
490
- <line num="479" count="1" type="stmt"/>
491
- <line num="492" count="2" type="stmt"/>
492
- <line num="493" count="1" type="stmt"/>
493
- <line num="494" count="1" type="stmt"/>
494
- <line num="509" count="4" type="stmt"/>
495
- <line num="510" count="2" type="stmt"/>
496
- <line num="511" count="2" type="stmt"/>
497
- <line num="525" count="4" type="stmt"/>
498
- <line num="526" count="2" type="stmt"/>
499
- <line num="527" count="2" type="stmt"/>
500
- <line num="541" count="3" type="stmt"/>
501
- <line num="542" count="2" type="stmt"/>
502
- <line num="543" count="1" type="stmt"/>
503
- <line num="555" count="4" type="stmt"/>
504
- <line num="556" count="3" type="stmt"/>
505
- <line num="557" count="1" type="stmt"/>
506
- <line num="572" count="4" type="stmt"/>
507
- <line num="573" count="2" type="cond" truecount="2" falsecount="0"/>
508
- <line num="574" count="2" type="stmt"/>
509
- <line num="587" count="2" type="stmt"/>
510
- <line num="588" count="1" type="stmt"/>
511
- <line num="589" count="1" type="stmt"/>
512
- <line num="602" count="2" type="stmt"/>
513
- <line num="603" count="1" type="stmt"/>
514
- <line num="604" count="1" type="stmt"/>
515
- <line num="612" count="11" type="stmt"/>
516
- <line num="613" count="98" type="stmt"/>
517
- <line num="616" count="11" type="stmt"/>
518
- <line num="617" count="96" type="stmt"/>
519
- </file>
520
- <file name="hashmap.ts" path="/Users/penkov/work/local/scats/src/hashmap.ts">
521
- <metrics statements="33" coveredstatements="33" conditionals="8" coveredconditionals="8" methods="14" coveredmethods="14"/>
522
- <line num="1" count="11" type="stmt"/>
523
- <line num="2" count="11" type="stmt"/>
524
- <line num="6" count="11" type="stmt"/>
525
- <line num="9" count="21" type="stmt"/>
526
- <line num="12" count="155" type="stmt"/>
527
- <line num="13" count="155" type="stmt"/>
528
- <line num="17" count="117" type="stmt"/>
529
- <line num="21" count="1" type="stmt"/>
530
- <line num="24" count="11" type="stmt"/>
531
- <line num="27" count="1" type="stmt"/>
532
- <line num="31" count="1" type="stmt"/>
533
- <line num="42" count="15" type="stmt"/>
534
- <line num="52" count="3" type="stmt"/>
535
- <line num="53" count="3" type="stmt"/>
536
- <line num="54" count="3" type="stmt"/>
537
- <line num="66" count="1" type="stmt"/>
538
- <line num="67" count="1" type="stmt"/>
539
- <line num="68" count="2" type="stmt"/>
540
- <line num="70" count="1" type="stmt"/>
541
- <line num="74" count="2" type="stmt"/>
542
- <line num="78" count="2" type="stmt"/>
543
- <line num="82" count="21" type="stmt"/>
544
- <line num="83" count="21" type="stmt"/>
545
- <line num="84" count="21" type="stmt"/>
546
- <line num="100" count="4" type="stmt"/>
547
- <line num="101" count="4" type="stmt"/>
548
- <line num="102" count="4" type="stmt"/>
549
- <line num="103" count="4" type="cond" truecount="4" falsecount="0"/>
550
- <line num="104" count="1" type="stmt"/>
551
- <line num="105" count="3" type="cond" truecount="4" falsecount="0"/>
552
- <line num="106" count="1" type="stmt"/>
553
- <line num="108" count="2" type="stmt"/>
554
- <line num="114" count="1" type="stmt"/>
555
- </file>
556
- <file name="hashset.ts" path="/Users/penkov/work/local/scats/src/hashset.ts">
557
- <metrics statements="30" coveredstatements="30" conditionals="0" coveredconditionals="0" methods="19" coveredmethods="19"/>
558
- <line num="1" count="11" type="stmt"/>
559
- <line num="2" count="11" type="stmt"/>
560
- <line num="3" count="11" type="stmt"/>
561
- <line num="5" count="11" type="stmt"/>
562
- <line num="8" count="155" type="stmt"/>
563
- <line num="11" count="11" type="stmt"/>
564
- <line num="14" count="139" type="stmt"/>
565
- <line num="18" count="1" type="stmt"/>
566
- <line num="22" count="27" type="stmt"/>
567
- <line num="27" count="1" type="stmt"/>
568
- <line num="40" count="4" type="stmt"/>
569
- <line num="62" count="1" type="stmt"/>
570
- <line num="63" count="1" type="stmt"/>
571
- <line num="64" count="4" type="stmt"/>
572
- <line num="66" count="1" type="stmt"/>
573
- <line num="84" count="2" type="stmt"/>
574
- <line num="88" count="1" type="stmt"/>
575
- <line num="92" count="1" type="stmt"/>
576
- <line num="96" count="3" type="stmt"/>
577
- <line num="97" count="3" type="stmt"/>
578
- <line num="98" count="3" type="stmt"/>
579
- <line num="102" count="1" type="stmt"/>
580
- <line num="103" count="1" type="stmt"/>
581
- <line num="104" count="1" type="stmt"/>
582
- <line num="108" count="2" type="stmt"/>
583
- <line num="109" count="2" type="stmt"/>
584
- <line num="110" count="4" type="stmt"/>
585
- <line num="112" count="2" type="stmt"/>
586
- <line num="123" count="4" type="stmt"/>
587
- <line num="131" count="1" type="stmt"/>
588
- </file>
589
- <file name="index.ts" path="/Users/penkov/work/local/scats/src/index.ts">
590
- <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
591
- <line num="1" count="11" type="stmt"/>
592
- <line num="2" count="11" type="stmt"/>
593
- <line num="3" count="11" type="stmt"/>
594
- <line num="4" count="11" type="stmt"/>
595
- <line num="5" count="11" type="stmt"/>
596
- <line num="6" count="11" type="stmt"/>
597
- <line num="7" count="11" type="stmt"/>
598
- <line num="9" count="11" type="stmt"/>
599
- <line num="10" count="11" type="stmt"/>
600
- </file>
601
- <file name="mutable.ts" path="/Users/penkov/work/local/scats/src/mutable.ts">
602
- <metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="3"/>
603
- <line num="1" count="13" type="stmt"/>
604
- <line num="2" count="31" type="stmt"/>
605
- <line num="3" count="32" type="stmt"/>
606
- </file>
607
- <file name="option.ts" path="/Users/penkov/work/local/scats/src/option.ts">
608
- <metrics statements="68" coveredstatements="68" conditionals="62" coveredconditionals="62" methods="39" coveredmethods="39"/>
609
- <line num="1" count="11" type="stmt"/>
610
- <line num="2" count="11" type="stmt"/>
611
- <line num="3" count="11" type="stmt"/>
612
- <line num="4" count="11" type="stmt"/>
613
- <line num="5" count="11" type="stmt"/>
614
- <line num="14" count="11" type="stmt"/>
615
- <line num="23" count="4" type="stmt"/>
616
- <line num="24" count="4" type="cond" truecount="2" falsecount="0"/>
617
- <line num="25" count="2" type="stmt"/>
618
- <line num="27" count="2" type="stmt"/>
619
- <line num="34" count="2" type="stmt"/>
620
- <line num="38" count="13" type="cond" truecount="2" falsecount="0"/>
621
- <line num="39" count="11" type="stmt"/>
622
- <line num="41" count="2" type="stmt"/>
623
- <line num="46" count="3" type="cond" truecount="2" falsecount="0"/>
624
- <line num="47" count="1" type="stmt"/>
625
- <line num="49" count="2" type="stmt"/>
626
- <line num="54" count="77" type="cond" truecount="2" falsecount="0"/>
627
- <line num="55" count="66" type="stmt"/>
628
- <line num="57" count="11" type="cond" truecount="2" falsecount="0"/>
629
- <line num="62" count="3" type="cond" truecount="2" falsecount="0"/>
630
- <line num="63" count="1" type="stmt"/>
631
- <line num="65" count="2" type="cond" truecount="2" falsecount="0"/>
632
- <line num="70" count="88" type="cond" truecount="2" falsecount="0"/>
633
- <line num="75" count="6" type="cond" truecount="2" falsecount="0"/>
634
- <line num="79" count="3" type="cond" truecount="2" falsecount="0"/>
635
- <line num="80" count="2" type="stmt"/>
636
- <line num="82" count="1" type="stmt"/>
637
- <line num="88" count="4" type="cond" truecount="2" falsecount="0"/>
638
- <line num="89" count="1" type="stmt"/>
639
- <line num="91" count="3" type="stmt"/>
640
- <line num="97" count="2" type="cond" truecount="2" falsecount="0"/>
641
- <line num="98" count="1" type="stmt"/>
642
- <line num="100" count="1" type="stmt"/>
643
- <line num="105" count="4" type="cond" truecount="2" falsecount="0"/>
644
- <line num="110" count="81" type="cond" truecount="2" falsecount="0"/>
645
- <line num="111" count="78" type="stmt"/>
646
- <line num="116" count="7" type="cond" truecount="2" falsecount="0"/>
647
- <line num="120" count="91" type="cond" truecount="2" falsecount="0"/>
648
- <line num="124" count="2" type="cond" truecount="2" falsecount="0"/>
649
- <line num="125" count="1" type="stmt"/>
650
- <line num="127" count="1" type="stmt"/>
651
- <line num="133" count="3" type="cond" truecount="2" falsecount="0"/>
652
- <line num="137" count="10" type="stmt"/>
653
- <line num="141" count="2" type="cond" truecount="2" falsecount="0"/>
654
- <line num="146" count="2" type="cond" truecount="2" falsecount="0"/>
655
- <line num="150" count="2" type="cond" truecount="2" falsecount="0"/>
656
- <line num="154" count="2" type="cond" truecount="2" falsecount="0"/>
657
- <line num="158" count="2" type="cond" truecount="2" falsecount="0"/>
658
- <line num="162" count="2" type="cond" truecount="2" falsecount="0"/>
659
- <line num="166" count="2" type="cond" truecount="2" falsecount="0"/>
660
- <line num="170" count="798" type="cond" truecount="2" falsecount="0"/>
661
- <line num="174" count="2" type="cond" truecount="2" falsecount="0"/>
662
- <line num="178" count="2" type="cond" truecount="2" falsecount="0"/>
663
- <line num="182" count="2" type="cond" truecount="2" falsecount="0"/>
664
- <line num="188" count="11" type="stmt"/>
665
- <line num="190" count="340" type="stmt"/>
666
- <line num="191" count="340" type="stmt"/>
667
- <line num="195" count="601" type="stmt"/>
668
- <line num="199" count="622" type="stmt"/>
669
- <line num="205" count="11" type="stmt"/>
670
- <line num="208" count="1" type="stmt"/>
671
- <line num="212" count="613" type="stmt"/>
672
- <line num="217" count="11" type="stmt"/>
673
- <line num="218" count="164" type="cond" truecount="4" falsecount="0"/>
674
- <line num="222" count="11" type="stmt"/>
675
- <line num="223" count="340" type="stmt"/>
676
- <line num="226" count="11" type="stmt"/>
677
- </file>
678
- <file name="try.ts" path="/Users/penkov/work/local/scats/src/try.ts">
679
- <metrics statements="90" coveredstatements="90" conditionals="6" coveredconditionals="5" methods="53" coveredmethods="53"/>
680
- <line num="1" count="11" type="stmt"/>
681
- <line num="2" count="11" type="stmt"/>
682
- <line num="3" count="11" type="stmt"/>
683
- <line num="12" count="11" type="stmt"/>
684
- <line num="33" count="4" type="stmt"/>
685
- <line num="34" count="2" type="stmt"/>
686
- <line num="35" count="2" type="stmt"/>
687
- <line num="40" count="13" type="stmt"/>
688
- <line num="41" count="10" type="stmt"/>
689
- <line num="42" count="3" type="stmt"/>
690
- <line num="47" count="2" type="cond" truecount="2" falsecount="0"/>
691
- <line num="48" count="1" type="stmt"/>
692
- <line num="53" count="3" type="stmt"/>
693
- <line num="54" count="1" type="stmt"/>
694
- <line num="56" count="2" type="stmt"/>
695
- <line num="57" count="2" type="stmt"/>
696
- <line num="58" count="1" type="stmt"/>
697
- <line num="60" count="1" type="stmt"/>
698
- <line num="67" count="2" type="stmt"/>
699
- <line num="68" count="1" type="stmt"/>
700
- <line num="69" count="1" type="stmt"/>
701
- <line num="78" count="11" type="stmt"/>
702
- <line num="80" count="98" type="stmt"/>
703
- <line num="81" count="98" type="stmt"/>
704
- <line num="83" count="98" type="stmt"/>
705
- <line num="84" count="98" type="stmt"/>
706
- <line num="88" count="6" type="stmt"/>
707
- <line num="92" count="7" type="stmt"/>
708
- <line num="96" count="6" type="stmt"/>
709
- <line num="100" count="2" type="stmt"/>
710
- <line num="104" count="1" type="stmt"/>
711
- <line num="108" count="1" type="stmt"/>
712
- <line num="112" count="1" type="stmt"/>
713
- <line num="116" count="15" type="stmt"/>
714
- <line num="120" count="10" type="stmt"/>
715
- <line num="121" count="10" type="stmt"/>
716
- <line num="123" count="1" type="stmt"/>
717
- <line num="128" count="5" type="stmt"/>
718
- <line num="129" count="5" type="cond" truecount="2" falsecount="0"/>
719
- <line num="130" count="2" type="stmt"/>
720
- <line num="132" count="2" type="stmt"/>
721
- <line num="135" count="1" type="stmt"/>
722
- <line num="140" count="1" type="stmt"/>
723
- <line num="144" count="2" type="stmt"/>
724
- <line num="145" count="2" type="stmt"/>
725
- <line num="147" count="1" type="stmt"/>
726
- <line num="152" count="1" type="stmt"/>
727
- <line num="156" count="1" type="stmt"/>
728
- <line num="160" count="1" type="stmt"/>
729
- <line num="168" count="11" type="stmt"/>
730
- <line num="170" count="92" type="stmt"/>
731
- <line num="171" count="92" type="stmt"/>
732
- <line num="173" count="92" type="stmt"/>
733
- <line num="174" count="92" type="stmt"/>
734
- <line num="178" count="3" type="stmt"/>
735
- <line num="182" count="5" type="stmt"/>
736
- <line num="186" count="4" type="stmt"/>
737
- <line num="190" count="1" type="stmt"/>
738
- <line num="194" count="1" type="stmt"/>
739
- <line num="198" count="1" type="stmt"/>
740
- <line num="202" count="2" type="stmt"/>
741
- <line num="203" count="2" type="stmt"/>
742
- <line num="205" count="1" type="stmt"/>
743
- <line num="210" count="9" type="stmt"/>
744
- <line num="214" count="4" type="stmt"/>
745
- <line num="218" count="1" type="stmt"/>
746
- <line num="222" count="1" type="stmt"/>
747
- <line num="226" count="1" type="stmt"/>
748
- <line num="230" count="2" type="stmt"/>
749
- <line num="231" count="2" type="stmt"/>
750
- <line num="233" count="1" type="stmt"/>
751
- <line num="238" count="3" type="stmt"/>
752
- <line num="242" count="8" type="stmt"/>
753
- <line num="243" count="8" type="stmt"/>
754
- <line num="245" count="2" type="stmt"/>
755
- <line num="253" count="11" type="stmt"/>
756
- <line num="254" count="95" type="stmt"/>
757
- <line num="255" count="95" type="stmt"/>
758
- <line num="257" count="40" type="stmt"/>
759
- <line num="261" count="11" type="cond" truecount="1" falsecount="1"/>
760
- <line num="262" count="11" type="stmt"/>
761
- <line num="263" count="5" type="stmt"/>
762
- <line num="264" count="5" type="stmt"/>
763
- <line num="265" count="2" type="stmt"/>
764
- <line num="266" count="1" type="stmt"/>
765
- <line num="268" count="2" type="stmt"/>
766
- <line num="275" count="11" type="stmt"/>
767
- <line num="276" count="41" type="stmt"/>
768
- <line num="279" count="11" type="stmt"/>
769
- <line num="280" count="49" type="stmt"/>
770
- </file>
771
- <file name="util.ts" path="/Users/penkov/work/local/scats/src/util.ts">
772
- <metrics statements="54" coveredstatements="54" conditionals="8" coveredconditionals="7" methods="33" coveredmethods="33"/>
773
- <line num="1" count="11" type="stmt"/>
774
- <line num="4" count="11" type="stmt"/>
775
- <line num="5" count="810" type="stmt"/>
776
- <line num="9" count="11" type="stmt"/>
777
- <line num="10" count="2" type="cond" truecount="2" falsecount="0"/>
778
- <line num="11" count="1" type="stmt"/>
779
- <line num="13" count="1" type="stmt"/>
780
- <line num="34" count="11" type="stmt"/>
781
- <line num="36" count="41" type="stmt"/>
782
- <line num="37" count="41" type="stmt"/>
783
- <line num="38" count="41" type="stmt"/>
784
- <line num="42" count="2" type="stmt"/>
785
- <line num="46" count="40" type="stmt"/>
786
- <line num="47" count="40" type="stmt"/>
787
- <line num="48" count="3" type="stmt"/>
788
- <line num="49" count="7" type="stmt"/>
789
- <line num="50" count="7" type="stmt"/>
790
- <line num="57" count="11" type="stmt"/>
791
- <line num="59" count="43" type="stmt"/>
792
- <line num="60" count="43" type="stmt"/>
793
- <line num="61" count="43" type="stmt"/>
794
- <line num="65" count="2" type="stmt"/>
795
- <line num="69" count="34" type="stmt"/>
796
- <line num="70" count="30" type="stmt"/>
797
- <line num="71" count="2" type="stmt"/>
798
- <line num="72" count="2" type="stmt"/>
799
- <line num="73" count="2" type="stmt"/>
800
- <line num="80" count="11" type="stmt"/>
801
- <line num="81" count="39" type="stmt"/>
802
- <line num="84" count="11" type="stmt"/>
803
- <line num="85" count="41" type="stmt"/>
804
- <line num="88" count="11" type="stmt"/>
805
- <line num="90" count="19" type="stmt"/>
806
- <line num="94" count="40" type="stmt"/>
807
- <line num="96" count="40" type="cond" truecount="2" falsecount="0"/>
808
- <line num="97" count="21" type="stmt"/>
809
- <line num="98" count="21" type="stmt"/>
810
- <line num="99" count="21" type="stmt"/>
811
- <line num="102" count="19" type="stmt"/>
812
- <line num="103" count="24" type="stmt"/>
813
- <line num="104" count="24" type="stmt"/>
814
- <line num="110" count="19" type="stmt"/>
815
- <line num="117" count="11" type="cond" truecount="1" falsecount="1"/>
816
- <line num="119" count="11" type="stmt"/>
817
- <line num="121" count="19" type="stmt"/>
818
- <line num="125" count="34" type="stmt"/>
819
- <line num="127" count="30" type="cond" truecount="2" falsecount="0"/>
820
- <line num="128" count="20" type="stmt"/>
821
- <line num="129" count="15" type="stmt"/>
822
- <line num="130" count="15" type="stmt"/>
823
- <line num="133" count="10" type="stmt"/>
824
- <line num="134" count="6" type="stmt"/>
825
- <line num="135" count="6" type="stmt"/>
826
- <line num="141" count="19" type="stmt"/>
827
- </file>
828
- </package>
829
- <package name="src.mutable">
830
- <metrics statements="98" coveredstatements="98" conditionals="28" coveredconditionals="25" methods="40" coveredmethods="40"/>
831
- <file name="hashmap.ts" path="/Users/penkov/work/local/scats/src/mutable/hashmap.ts">
832
- <metrics statements="59" coveredstatements="59" conditionals="19" coveredconditionals="17" methods="23" coveredmethods="23"/>
833
- <line num="2" count="11" type="stmt"/>
834
- <line num="3" count="11" type="stmt"/>
835
- <line num="5" count="11" type="stmt"/>
836
- <line num="8" count="22" type="stmt"/>
837
- <line num="12" count="1" type="stmt"/>
838
- <line num="16" count="19" type="stmt"/>
839
- <line num="20" count="1" type="stmt"/>
840
- <line num="29" count="1" type="stmt"/>
841
- <line num="30" count="1" type="stmt"/>
842
- <line num="32" count="1" type="stmt"/>
843
- <line num="49" count="5" type="stmt"/>
844
- <line num="51" count="5" type="stmt"/>
845
- <line num="52" count="5" type="stmt"/>
846
- <line num="53" count="5" type="cond" truecount="4" falsecount="0"/>
847
- <line num="54" count="1" type="stmt"/>
848
- <line num="55" count="4" type="cond" truecount="4" falsecount="0"/>
849
- <line num="56" count="2" type="stmt"/>
850
- <line num="57" count="2" type="stmt"/>
851
- <line num="59" count="2" type="stmt"/>
852
- <line num="60" count="2" type="stmt"/>
853
- <line num="73" count="3" type="cond" truecount="2" falsecount="0"/>
854
- <line num="74" count="1" type="stmt"/>
855
- <line num="77" count="2" type="stmt"/>
856
- <line num="78" count="5" type="stmt"/>
857
- <line num="79" count="5" type="cond" truecount="2" falsecount="0"/>
858
- <line num="80" count="1" type="stmt"/>
859
- <line num="84" count="1" type="stmt"/>
860
- <line num="92" count="1" type="stmt"/>
861
- <line num="100" count="1" type="stmt"/>
862
- <line num="101" count="1" type="stmt"/>
863
- <line num="111" count="1" type="cond" truecount="1" falsecount="1"/>
864
- <line num="112" count="1" type="stmt"/>
865
- <line num="113" count="1" type="stmt"/>
866
- <line num="114" count="2" type="cond" truecount="2" falsecount="0"/>
867
- <line num="115" count="1" type="stmt"/>
868
- <line num="119" count="1" type="stmt"/>
869
- <line num="131" count="1" type="cond" truecount="1" falsecount="1"/>
870
- <line num="132" count="1" type="stmt"/>
871
- <line num="133" count="1" type="stmt"/>
872
- <line num="134" count="2" type="stmt"/>
873
- <line num="137" count="1" type="stmt"/>
874
- <line num="156" count="1" type="stmt"/>
875
- <line num="157" count="1" type="stmt"/>
876
- <line num="158" count="1" type="stmt"/>
877
- <line num="159" count="1" type="stmt"/>
878
- <line num="171" count="2" type="stmt"/>
879
- <line num="172" count="2" type="stmt"/>
880
- <line num="187" count="1" type="stmt"/>
881
- <line num="188" count="1" type="stmt"/>
882
- <line num="189" count="1" type="stmt"/>
883
- <line num="200" count="3" type="stmt"/>
884
- <line num="201" count="3" type="stmt"/>
885
- <line num="202" count="3" type="stmt"/>
886
- <line num="214" count="4" type="stmt"/>
887
- <line num="224" count="1" type="stmt"/>
888
- <line num="225" count="1" type="stmt"/>
889
- <line num="235" count="3" type="stmt"/>
890
- <line num="236" count="3" type="stmt"/>
891
- <line num="244" count="1" type="stmt"/>
892
- </file>
893
- <file name="hashset.ts" path="/Users/penkov/work/local/scats/src/mutable/hashset.ts">
894
- <metrics statements="39" coveredstatements="39" conditionals="9" coveredconditionals="8" methods="17" coveredmethods="17"/>
895
- <line num="1" count="11" type="stmt"/>
896
- <line num="2" count="11" type="stmt"/>
897
- <line num="4" count="11" type="stmt"/>
898
- <line num="7" count="26" type="stmt"/>
899
- <line num="11" count="23" type="stmt"/>
900
- <line num="15" count="1" type="stmt"/>
901
- <line num="19" count="2" type="stmt"/>
902
- <line num="28" count="4" type="stmt"/>
903
- <line num="29" count="4" type="cond" truecount="2" falsecount="0"/>
904
- <line num="30" count="2" type="stmt"/>
905
- <line num="31" count="2" type="stmt"/>
906
- <line num="33" count="2" type="stmt"/>
907
- <line num="44" count="1" type="stmt"/>
908
- <line num="45" count="2" type="stmt"/>
909
- <line num="47" count="1" type="stmt"/>
910
- <line num="57" count="1" type="stmt"/>
911
- <line num="58" count="2" type="stmt"/>
912
- <line num="60" count="1" type="stmt"/>
913
- <line num="70" count="6" type="stmt"/>
914
- <line num="71" count="6" type="cond" truecount="2" falsecount="0"/>
915
- <line num="72" count="4" type="stmt"/>
916
- <line num="73" count="4" type="stmt"/>
917
- <line num="75" count="2" type="stmt"/>
918
- <line num="88" count="1" type="cond" truecount="1" falsecount="1"/>
919
- <line num="89" count="1" type="stmt"/>
920
- <line num="90" count="1" type="stmt"/>
921
- <line num="91" count="3" type="cond" truecount="2" falsecount="0"/>
922
- <line num="92" count="2" type="stmt"/>
923
- <line num="96" count="1" type="stmt"/>
924
- <line num="104" count="1" type="stmt"/>
925
- <line num="114" count="2" type="stmt"/>
926
- <line num="115" count="2" type="stmt"/>
927
- <line num="125" count="2" type="stmt"/>
928
- <line num="126" count="2" type="stmt"/>
929
- <line num="144" count="2" type="stmt"/>
930
- <line num="145" count="2" type="stmt"/>
931
- <line num="156" count="6" type="stmt"/>
932
- <line num="166" count="1" type="stmt"/>
933
- <line num="174" count="1" type="stmt"/>
934
- </file>
935
- </package>
936
- </project>
937
- </coverage>