decentraland-dapps 12.52.2-rc → 12.52.2

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