@prosopo/datasets 3.0.34 → 3.0.42

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