@hg-ts/events 0.1.50 → 0.1.52

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 (120) hide show
  1. package/.eslintcache +1 -1
  2. package/.turbo/turbo-build.log +2 -0
  3. package/.turbo/turbo-lint$colon$ts.log +2 -0
  4. package/.turbo/turbo-test.log +19 -0
  5. package/dist/base.event.d.ts +5 -1
  6. package/dist/base.event.d.ts.map +1 -1
  7. package/dist/base.event.js +5 -1
  8. package/dist/base.event.js.map +1 -1
  9. package/dist/decorators/listen.decorator.d.ts +1 -2
  10. package/dist/decorators/listen.decorator.d.ts.map +1 -1
  11. package/dist/decorators/listen.decorator.js +4 -4
  12. package/dist/decorators/listen.decorator.js.map +1 -1
  13. package/dist/empty.event.d.ts +1 -1
  14. package/dist/empty.event.d.ts.map +1 -1
  15. package/dist/empty.event.js +1 -1
  16. package/dist/empty.event.js.map +1 -1
  17. package/dist/event-handling/event-listener-manager.js.map +1 -1
  18. package/dist/event-handling/event-publisher.d.ts +0 -1
  19. package/dist/event-handling/event-publisher.d.ts.map +1 -1
  20. package/dist/tests/event-listener-manager.test-suite.d.ts +2 -2
  21. package/dist/tests/event-listener-manager.test-suite.d.ts.map +1 -1
  22. package/dist/tests/event-listener-manager.test-suite.js +1 -1
  23. package/dist/tests/event-listener-manager.test-suite.js.map +1 -1
  24. package/dist/tests/event-listener-manager.test.d.ts +8 -0
  25. package/dist/tests/event-listener-manager.test.d.ts.map +1 -0
  26. package/dist/tests/event-listener-manager.test.js +82 -0
  27. package/dist/tests/event-listener-manager.test.js.map +1 -0
  28. package/dist/tests/event-publisher.test-suite.d.ts +2 -2
  29. package/dist/tests/event-publisher.test-suite.d.ts.map +1 -1
  30. package/dist/tests/event-publisher.test-suite.js +1 -1
  31. package/dist/tests/event-publisher.test-suite.js.map +1 -1
  32. package/{dist-esm/tests/event-publisher.test-suite.d.ts → dist/tests/event-publisher.test.d.ts} +3 -3
  33. package/dist/tests/event-publisher.test.d.ts.map +1 -0
  34. package/dist/tests/event-publisher.test.js +137 -0
  35. package/dist/tests/event-publisher.test.js.map +1 -0
  36. package/eslint.config.mjs +3 -0
  37. package/package.json +21 -27
  38. package/src/base.event.ts +9 -1
  39. package/src/decorators/listen.decorator.ts +1 -2
  40. package/src/empty.event.ts +2 -2
  41. package/src/tests/{event-listener-manager.test-suite.ts → event-listener-manager.test.ts} +2 -2
  42. package/src/tests/{event-publisher.test-suite.ts → event-publisher.test.ts} +2 -2
  43. package/tsconfig.json +1 -1
  44. package/.eslintrc.json +0 -3
  45. package/.mocharc.cjs +0 -1
  46. package/.nyc_output/094436f3-4c1f-47f5-a67a-a96ad57b0513.json +0 -1
  47. package/.nyc_output/b1bf2c0d-768e-4170-bab8-1fb3c00f1576.json +0 -1
  48. package/.nyc_output/dc8d1144-0a4c-421c-9529-cf829cab45ca.json +0 -1
  49. package/.nyc_output/processinfo/094436f3-4c1f-47f5-a67a-a96ad57b0513.json +0 -1
  50. package/.nyc_output/processinfo/b1bf2c0d-768e-4170-bab8-1fb3c00f1576.json +0 -1
  51. package/.nyc_output/processinfo/dc8d1144-0a4c-421c-9529-cf829cab45ca.json +0 -1
  52. package/.nyc_output/processinfo/index.json +0 -1
  53. package/.nycrc +0 -3
  54. package/coverage/cobertura-coverage.xml +0 -736
  55. package/coverage/coverage-final.json +0 -17
  56. package/dist-esm/base.event.d.ts +0 -11
  57. package/dist-esm/base.event.d.ts.map +0 -1
  58. package/dist-esm/base.event.js +0 -11
  59. package/dist-esm/base.event.js.map +0 -1
  60. package/dist-esm/decorators/index.d.ts +0 -2
  61. package/dist-esm/decorators/index.d.ts.map +0 -1
  62. package/dist-esm/decorators/index.js +0 -2
  63. package/dist-esm/decorators/index.js.map +0 -1
  64. package/dist-esm/decorators/listen.decorator.d.ts +0 -8
  65. package/dist-esm/decorators/listen.decorator.d.ts.map +0 -1
  66. package/dist-esm/decorators/listen.decorator.js +0 -22
  67. package/dist-esm/decorators/listen.decorator.js.map +0 -1
  68. package/dist-esm/empty.event.d.ts +0 -5
  69. package/dist-esm/empty.event.d.ts.map +0 -1
  70. package/dist-esm/empty.event.js +0 -7
  71. package/dist-esm/empty.event.js.map +0 -1
  72. package/dist-esm/event-handling/base.event-transport.d.ts +0 -5
  73. package/dist-esm/event-handling/base.event-transport.d.ts.map +0 -1
  74. package/dist-esm/event-handling/base.event-transport.js +0 -3
  75. package/dist-esm/event-handling/base.event-transport.js.map +0 -1
  76. package/dist-esm/event-handling/event-emitter.d.ts +0 -8
  77. package/dist-esm/event-handling/event-emitter.d.ts.map +0 -1
  78. package/dist-esm/event-handling/event-emitter.js +0 -10
  79. package/dist-esm/event-handling/event-emitter.js.map +0 -1
  80. package/dist-esm/event-handling/event-listener-manager.d.ts +0 -8
  81. package/dist-esm/event-handling/event-listener-manager.d.ts.map +0 -1
  82. package/dist-esm/event-handling/event-listener-manager.js +0 -24
  83. package/dist-esm/event-handling/event-listener-manager.js.map +0 -1
  84. package/dist-esm/event-handling/event-publisher.d.ts +0 -12
  85. package/dist-esm/event-handling/event-publisher.d.ts.map +0 -1
  86. package/dist-esm/event-handling/event-publisher.js +0 -28
  87. package/dist-esm/event-handling/event-publisher.js.map +0 -1
  88. package/dist-esm/event-handling/index.d.ts +0 -5
  89. package/dist-esm/event-handling/index.d.ts.map +0 -1
  90. package/dist-esm/event-handling/index.js +0 -5
  91. package/dist-esm/event-handling/index.js.map +0 -1
  92. package/dist-esm/execution-mode.d.ts +0 -28
  93. package/dist-esm/execution-mode.d.ts.map +0 -1
  94. package/dist-esm/execution-mode.js +0 -65
  95. package/dist-esm/execution-mode.js.map +0 -1
  96. package/dist-esm/execution.mode.d.ts +0 -28
  97. package/dist-esm/execution.mode.d.ts.map +0 -1
  98. package/dist-esm/execution.mode.js +0 -65
  99. package/dist-esm/execution.mode.js.map +0 -1
  100. package/dist-esm/hg.execution-mode.d.ts +0 -5
  101. package/dist-esm/hg.execution-mode.d.ts.map +0 -1
  102. package/dist-esm/hg.execution-mode.js +0 -7
  103. package/dist-esm/hg.execution-mode.js.map +0 -1
  104. package/dist-esm/index.d.ts +0 -7
  105. package/dist-esm/index.d.ts.map +0 -1
  106. package/dist-esm/index.js +0 -7
  107. package/dist-esm/index.js.map +0 -1
  108. package/dist-esm/mock.execution-mode.d.ts +0 -5
  109. package/dist-esm/mock.execution-mode.d.ts.map +0 -1
  110. package/dist-esm/mock.execution-mode.js +0 -7
  111. package/dist-esm/mock.execution-mode.js.map +0 -1
  112. package/dist-esm/tests/event-listener-manager.test-suite.d.ts +0 -8
  113. package/dist-esm/tests/event-listener-manager.test-suite.d.ts.map +0 -1
  114. package/dist-esm/tests/event-listener-manager.test-suite.js +0 -79
  115. package/dist-esm/tests/event-listener-manager.test-suite.js.map +0 -1
  116. package/dist-esm/tests/event-publisher.test-suite.d.ts.map +0 -1
  117. package/dist-esm/tests/event-publisher.test-suite.js +0 -134
  118. package/dist-esm/tests/event-publisher.test-suite.js.map +0 -1
  119. package/mocha.junit.xml +0 -21
  120. package/tsconfig.esm.json +0 -9
@@ -1,736 +0,0 @@
1
- <?xml version="1.0" ?>
2
- <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="205" lines-covered="144" line-rate="0.7023999999999999" branches-valid="31" branches-covered="18" branch-rate="0.5806" timestamp="1687092974739" complexity="0" version="0.1">
4
- <sources>
5
- <source>/Volumes/Work/ts/hg/framework/packages/events</source>
6
- </sources>
7
- <packages>
8
- <package name="src" line-rate="0.11470000000000001" branch-rate="0.11109999999999999">
9
- <classes>
10
- <class name="base.event.ts" filename="src/base.event.ts" line-rate="1" branch-rate="1">
11
- <methods>
12
- <method name="(anonymous_0)" hits="8" signature="()V">
13
- <lines>
14
- <line number="11" hits="8"/>
15
- </lines>
16
- </method>
17
- </methods>
18
- <lines>
19
- <line number="6" hits="1" branch="false"/>
20
- <line number="12" hits="8" branch="false"/>
21
- <line number="13" hits="8" branch="false"/>
22
- <line number="14" hits="8" branch="false"/>
23
- </lines>
24
- </class>
25
- <class name="empty.event.ts" filename="src/empty.event.ts" line-rate="1" branch-rate="1">
26
- <methods>
27
- <method name="(anonymous_0)" hits="3" signature="()V">
28
- <lines>
29
- <line number="4" hits="3"/>
30
- </lines>
31
- </method>
32
- </methods>
33
- <lines>
34
- <line number="1" hits="1" branch="false"/>
35
- <line number="3" hits="1" branch="false"/>
36
- <line number="5" hits="3" branch="false"/>
37
- </lines>
38
- </class>
39
- <class name="execution-mode.ts" filename="src/execution-mode.ts" line-rate="0" branch-rate="0">
40
- <methods>
41
- <method name="(anonymous_0)" hits="0" signature="()V">
42
- <lines>
43
- <line number="1" hits="0"/>
44
- </lines>
45
- </method>
46
- <method name="(anonymous_1)" hits="0" signature="()V">
47
- <lines>
48
- <line number="15" hits="0"/>
49
- </lines>
50
- </method>
51
- <method name="(anonymous_2)" hits="0" signature="()V">
52
- <lines>
53
- <line number="21" hits="0"/>
54
- </lines>
55
- </method>
56
- <method name="(anonymous_3)" hits="0" signature="()V">
57
- <lines>
58
- <line number="25" hits="0"/>
59
- </lines>
60
- </method>
61
- <method name="(anonymous_4)" hits="0" signature="()V">
62
- <lines>
63
- <line number="29" hits="0"/>
64
- </lines>
65
- </method>
66
- <method name="(anonymous_5)" hits="0" signature="()V">
67
- <lines>
68
- <line number="33" hits="0"/>
69
- </lines>
70
- </method>
71
- <method name="(anonymous_6)" hits="0" signature="()V">
72
- <lines>
73
- <line number="37" hits="0"/>
74
- </lines>
75
- </method>
76
- <method name="(anonymous_7)" hits="0" signature="()V">
77
- <lines>
78
- <line number="41" hits="0"/>
79
- </lines>
80
- </method>
81
- <method name="(anonymous_8)" hits="0" signature="()V">
82
- <lines>
83
- <line number="45" hits="0"/>
84
- </lines>
85
- </method>
86
- <method name="(anonymous_9)" hits="0" signature="()V">
87
- <lines>
88
- <line number="49" hits="0"/>
89
- </lines>
90
- </method>
91
- <method name="(anonymous_10)" hits="0" signature="()V">
92
- <lines>
93
- <line number="53" hits="0"/>
94
- </lines>
95
- </method>
96
- <method name="(anonymous_11)" hits="0" signature="()V">
97
- <lines>
98
- <line number="57" hits="0"/>
99
- </lines>
100
- </method>
101
- <method name="(anonymous_12)" hits="0" signature="()V">
102
- <lines>
103
- <line number="61" hits="0"/>
104
- </lines>
105
- </method>
106
- <method name="(anonymous_13)" hits="0" signature="()V">
107
- <lines>
108
- <line number="65" hits="0"/>
109
- </lines>
110
- </method>
111
- <method name="(anonymous_14)" hits="0" signature="()V">
112
- <lines>
113
- <line number="69" hits="0"/>
114
- </lines>
115
- </method>
116
- </methods>
117
- <lines>
118
- <line number="1" hits="0" branch="true" condition-coverage="0% (0/2)"/>
119
- <line number="2" hits="0" branch="false"/>
120
- <line number="3" hits="0" branch="false"/>
121
- <line number="4" hits="0" branch="false"/>
122
- <line number="5" hits="0" branch="false"/>
123
- <line number="6" hits="0" branch="false"/>
124
- <line number="7" hits="0" branch="false"/>
125
- <line number="16" hits="0" branch="false"/>
126
- <line number="17" hits="0" branch="false"/>
127
- <line number="18" hits="0" branch="false"/>
128
- <line number="22" hits="0" branch="false"/>
129
- <line number="26" hits="0" branch="false"/>
130
- <line number="30" hits="0" branch="false"/>
131
- <line number="34" hits="0" branch="false"/>
132
- <line number="38" hits="0" branch="false"/>
133
- <line number="42" hits="0" branch="false"/>
134
- <line number="46" hits="0" branch="false"/>
135
- <line number="50" hits="0" branch="false"/>
136
- <line number="54" hits="0" branch="false"/>
137
- <line number="58" hits="0" branch="false"/>
138
- <line number="62" hits="0" branch="false"/>
139
- <line number="66" hits="0" branch="false"/>
140
- <line number="70" hits="0" branch="false"/>
141
- <line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
142
- <line number="73" hits="0" branch="false"/>
143
- <line number="75" hits="0" branch="false"/>
144
- </lines>
145
- </class>
146
- <class name="execution.mode.ts" filename="src/execution.mode.ts" line-rate="0" branch-rate="0">
147
- <methods>
148
- <method name="(anonymous_0)" hits="0" signature="()V">
149
- <lines>
150
- <line number="1" hits="0"/>
151
- </lines>
152
- </method>
153
- <method name="(anonymous_1)" hits="0" signature="()V">
154
- <lines>
155
- <line number="15" hits="0"/>
156
- </lines>
157
- </method>
158
- <method name="(anonymous_2)" hits="0" signature="()V">
159
- <lines>
160
- <line number="21" hits="0"/>
161
- </lines>
162
- </method>
163
- <method name="(anonymous_3)" hits="0" signature="()V">
164
- <lines>
165
- <line number="25" hits="0"/>
166
- </lines>
167
- </method>
168
- <method name="(anonymous_4)" hits="0" signature="()V">
169
- <lines>
170
- <line number="29" hits="0"/>
171
- </lines>
172
- </method>
173
- <method name="(anonymous_5)" hits="0" signature="()V">
174
- <lines>
175
- <line number="33" hits="0"/>
176
- </lines>
177
- </method>
178
- <method name="(anonymous_6)" hits="0" signature="()V">
179
- <lines>
180
- <line number="37" hits="0"/>
181
- </lines>
182
- </method>
183
- <method name="(anonymous_7)" hits="0" signature="()V">
184
- <lines>
185
- <line number="41" hits="0"/>
186
- </lines>
187
- </method>
188
- <method name="(anonymous_8)" hits="0" signature="()V">
189
- <lines>
190
- <line number="45" hits="0"/>
191
- </lines>
192
- </method>
193
- <method name="(anonymous_9)" hits="0" signature="()V">
194
- <lines>
195
- <line number="49" hits="0"/>
196
- </lines>
197
- </method>
198
- <method name="(anonymous_10)" hits="0" signature="()V">
199
- <lines>
200
- <line number="53" hits="0"/>
201
- </lines>
202
- </method>
203
- <method name="(anonymous_11)" hits="0" signature="()V">
204
- <lines>
205
- <line number="57" hits="0"/>
206
- </lines>
207
- </method>
208
- <method name="(anonymous_12)" hits="0" signature="()V">
209
- <lines>
210
- <line number="61" hits="0"/>
211
- </lines>
212
- </method>
213
- <method name="(anonymous_13)" hits="0" signature="()V">
214
- <lines>
215
- <line number="65" hits="0"/>
216
- </lines>
217
- </method>
218
- <method name="(anonymous_14)" hits="0" signature="()V">
219
- <lines>
220
- <line number="75" hits="0"/>
221
- </lines>
222
- </method>
223
- </methods>
224
- <lines>
225
- <line number="1" hits="0" branch="true" condition-coverage="0% (0/2)"/>
226
- <line number="2" hits="0" branch="false"/>
227
- <line number="3" hits="0" branch="false"/>
228
- <line number="4" hits="0" branch="false"/>
229
- <line number="5" hits="0" branch="false"/>
230
- <line number="6" hits="0" branch="false"/>
231
- <line number="7" hits="0" branch="false"/>
232
- <line number="16" hits="0" branch="false"/>
233
- <line number="17" hits="0" branch="false"/>
234
- <line number="18" hits="0" branch="false"/>
235
- <line number="22" hits="0" branch="false"/>
236
- <line number="26" hits="0" branch="false"/>
237
- <line number="30" hits="0" branch="false"/>
238
- <line number="34" hits="0" branch="false"/>
239
- <line number="38" hits="0" branch="false"/>
240
- <line number="42" hits="0" branch="false"/>
241
- <line number="46" hits="0" branch="false"/>
242
- <line number="50" hits="0" branch="false"/>
243
- <line number="54" hits="0" branch="false"/>
244
- <line number="58" hits="0" branch="false"/>
245
- <line number="62" hits="0" branch="false"/>
246
- <line number="66" hits="0" branch="false"/>
247
- <line number="68" hits="0" branch="true" condition-coverage="0% (0/2)"/>
248
- <line number="69" hits="0" branch="false"/>
249
- <line number="71" hits="0" branch="false"/>
250
- <line number="76" hits="0" branch="false"/>
251
- </lines>
252
- </class>
253
- <class name="hg.execution-mode.ts" filename="src/hg.execution-mode.ts" line-rate="0" branch-rate="1">
254
- <methods>
255
- <method name="(anonymous_0)" hits="0" signature="()V">
256
- <lines>
257
- <line number="7" hits="0"/>
258
- </lines>
259
- </method>
260
- </methods>
261
- <lines>
262
- <line number="8" hits="0" branch="false"/>
263
- </lines>
264
- </class>
265
- <class name="index.ts" filename="src/index.ts" line-rate="1" branch-rate="1">
266
- <methods>
267
- </methods>
268
- <lines>
269
- </lines>
270
- </class>
271
- <class name="mock.execution-mode.ts" filename="src/mock.execution-mode.ts" line-rate="0" branch-rate="1">
272
- <methods>
273
- <method name="(anonymous_0)" hits="0" signature="()V">
274
- <lines>
275
- <line number="8" hits="0"/>
276
- </lines>
277
- </method>
278
- </methods>
279
- <lines>
280
- <line number="9" hits="0" branch="false"/>
281
- </lines>
282
- </class>
283
- </classes>
284
- </package>
285
- <package name="src.decorators" line-rate="1" branch-rate="0.8332999999999999">
286
- <classes>
287
- <class name="index.ts" filename="src/decorators/index.ts" line-rate="1" branch-rate="1">
288
- <methods>
289
- </methods>
290
- <lines>
291
- </lines>
292
- </class>
293
- <class name="listen.decorator.ts" filename="src/decorators/listen.decorator.ts" line-rate="1" branch-rate="0.8332999999999999">
294
- <methods>
295
- <method name="(anonymous_0)" hits="3" signature="()V">
296
- <lines>
297
- <line number="9" hits="3"/>
298
- </lines>
299
- </method>
300
- <method name="(anonymous_1)" hits="3" signature="()V">
301
- <lines>
302
- <line number="9" hits="3"/>
303
- </lines>
304
- </method>
305
- <method name="getEventsToHandle" hits="6" signature="()V">
306
- <lines>
307
- <line number="26" hits="6"/>
308
- </lines>
309
- </method>
310
- <method name="getListenMethods" hits="5" signature="()V">
311
- <lines>
312
- <line number="33" hits="5"/>
313
- </lines>
314
- </method>
315
- <method name="isEventListener" hits="1" signature="()V">
316
- <lines>
317
- <line number="37" hits="1"/>
318
- </lines>
319
- </method>
320
- </methods>
321
- <lines>
322
- <line number="3" hits="1" branch="false"/>
323
- <line number="4" hits="1" branch="false"/>
324
- <line number="9" hits="3" branch="false"/>
325
- <line number="14" hits="3" branch="false"/>
326
- <line number="15" hits="3" branch="false"/>
327
- <line number="17" hits="3" branch="false"/>
328
- <line number="18" hits="3" branch="true" condition-coverage="50% (1/2)"/>
329
- <line number="19" hits="3" branch="false"/>
330
- <line number="22" hits="3" branch="false"/>
331
- <line number="23" hits="3" branch="false"/>
332
- <line number="26" hits="1" branch="false"/>
333
- <line number="30" hits="6" branch="true" condition-coverage="100% (2/2)"/>
334
- <line number="33" hits="1" branch="false"/>
335
- <line number="34" hits="5" branch="true" condition-coverage="100% (2/2)"/>
336
- <line number="37" hits="1" branch="false"/>
337
- <line number="38" hits="1" branch="false"/>
338
- </lines>
339
- </class>
340
- </classes>
341
- </package>
342
- <package name="src.event-handling" line-rate="0.9166" branch-rate="0.7142000000000001">
343
- <classes>
344
- <class name="base.event-transport.ts" filename="src/event-handling/base.event-transport.ts" line-rate="1" branch-rate="1">
345
- <methods>
346
- </methods>
347
- <lines>
348
- <line number="3" hits="1" branch="false"/>
349
- </lines>
350
- </class>
351
- <class name="event-emitter.ts" filename="src/event-handling/event-emitter.ts" line-rate="0.3333" branch-rate="1">
352
- <methods>
353
- <method name="(anonymous_0)" hits="0" signature="()V">
354
- <lines>
355
- <line number="8" hits="0"/>
356
- </lines>
357
- </method>
358
- <method name="(anonymous_1)" hits="0" signature="()V">
359
- <lines>
360
- <line number="12" hits="0"/>
361
- </lines>
362
- </method>
363
- <method name="(anonymous_2)" hits="0" signature="()V">
364
- <lines>
365
- <line number="13" hits="0"/>
366
- </lines>
367
- </method>
368
- </methods>
369
- <lines>
370
- <line number="5" hits="1" branch="false"/>
371
- <line number="9" hits="0" branch="false"/>
372
- <line number="13" hits="0" branch="false"/>
373
- </lines>
374
- </class>
375
- <class name="event-listener-manager.ts" filename="src/event-handling/event-listener-manager.ts" line-rate="0.9285" branch-rate="0.75">
376
- <methods>
377
- <method name="(anonymous_0)" hits="1" signature="()V">
378
- <lines>
379
- <line number="15" hits="1"/>
380
- </lines>
381
- </method>
382
- <method name="(anonymous_1)" hits="1" signature="()V">
383
- <lines>
384
- <line number="19" hits="1"/>
385
- </lines>
386
- </method>
387
- <method name="(anonymous_2)" hits="3" signature="()V">
388
- <lines>
389
- <line number="28" hits="3"/>
390
- </lines>
391
- </method>
392
- <method name="(anonymous_3)" hits="3" signature="()V">
393
- <lines>
394
- <line number="32" hits="3"/>
395
- </lines>
396
- </method>
397
- </methods>
398
- <lines>
399
- <line number="1" hits="1" branch="false"/>
400
- <line number="3" hits="1" branch="false"/>
401
- <line number="12" hits="1" branch="false"/>
402
- <line number="16" hits="1" branch="false"/>
403
- <line number="20" hits="1" branch="false"/>
404
- <line number="21" hits="1" branch="true" condition-coverage="75% (3/4)"/>
405
- <line number="22" hits="0" branch="false"/>
406
- <line number="25" hits="1" branch="false"/>
407
- <line number="26" hits="1" branch="false"/>
408
- <line number="28" hits="1" branch="false"/>
409
- <line number="29" hits="3" branch="false"/>
410
- <line number="30" hits="3" branch="false"/>
411
- <line number="32" hits="3" branch="false"/>
412
- <line number="33" hits="3" branch="false"/>
413
- </lines>
414
- </class>
415
- <class name="event-publisher.ts" filename="src/event-handling/event-publisher.ts" line-rate="1" branch-rate="0.7">
416
- <methods>
417
- <method name="(anonymous_0)" hits="8" signature="()V">
418
- <lines>
419
- <line number="11" hits="8"/>
420
- </lines>
421
- </method>
422
- <method name="(anonymous_1)" hits="8" signature="()V">
423
- <lines>
424
- <line number="14" hits="8"/>
425
- </lines>
426
- </method>
427
- <method name="(anonymous_2)" hits="8" signature="()V">
428
- <lines>
429
- <line number="17" hits="8"/>
430
- </lines>
431
- </method>
432
- <method name="(anonymous_3)" hits="11" signature="()V">
433
- <lines>
434
- <line number="21" hits="11"/>
435
- </lines>
436
- </method>
437
- <method name="(anonymous_4)" hits="14" signature="()V">
438
- <lines>
439
- <line number="24" hits="14"/>
440
- </lines>
441
- </method>
442
- <method name="(anonymous_5)" hits="8" signature="()V">
443
- <lines>
444
- <line number="32" hits="8"/>
445
- </lines>
446
- </method>
447
- <method name="(anonymous_6)" hits="19" signature="()V">
448
- <lines>
449
- <line number="37" hits="19"/>
450
- </lines>
451
- </method>
452
- <method name="(anonymous_7)" hits="2" signature="()V">
453
- <lines>
454
- <line number="38" hits="2"/>
455
- </lines>
456
- </method>
457
- <method name="(anonymous_8)" hits="10" signature="()V">
458
- <lines>
459
- <line number="39" hits="10"/>
460
- </lines>
461
- </method>
462
- </methods>
463
- <lines>
464
- <line number="1" hits="1" branch="false"/>
465
- <line number="3" hits="1" branch="false"/>
466
- <line number="8" hits="1" branch="false"/>
467
- <line number="9" hits="6" branch="false"/>
468
- <line number="12" hits="8" branch="true" condition-coverage="50% (1/2)"/>
469
- <line number="14" hits="8" branch="false"/>
470
- <line number="18" hits="8" branch="false"/>
471
- <line number="19" hits="8" branch="false"/>
472
- <line number="21" hits="11" branch="false"/>
473
- <line number="25" hits="14" branch="true" condition-coverage="100% (2/2)"/>
474
- <line number="27" hits="14" branch="false"/>
475
- <line number="29" hits="14" branch="false"/>
476
- <line number="33" hits="8" branch="false"/>
477
- <line number="34" hits="8" branch="false"/>
478
- <line number="36" hits="8" branch="false"/>
479
- <line number="37" hits="19" branch="true" condition-coverage="100% (2/2)"/>
480
- <line number="38" hits="2" branch="true" condition-coverage="50% (1/2)"/>
481
- <line number="39" hits="10" branch="true" condition-coverage="50% (1/2)"/>
482
- </lines>
483
- </class>
484
- <class name="index.ts" filename="src/event-handling/index.ts" line-rate="1" branch-rate="1">
485
- <methods>
486
- </methods>
487
- <lines>
488
- </lines>
489
- </class>
490
- </classes>
491
- </package>
492
- <package name="src.tests" line-rate="0.9565" branch-rate="1">
493
- <classes>
494
- <class name="event-listener-manager.test-suite.ts" filename="src/tests/event-listener-manager.test-suite.ts" line-rate="1" branch-rate="1">
495
- <methods>
496
- <method name="(anonymous_0)" hits="1" signature="()V">
497
- <lines>
498
- <line number="16" hits="1"/>
499
- </lines>
500
- </method>
501
- <method name="(anonymous_1)" hits="2" signature="()V">
502
- <lines>
503
- <line number="18" hits="2"/>
504
- </lines>
505
- </method>
506
- <method name="(anonymous_2)" hits="1" signature="()V">
507
- <lines>
508
- <line number="27" hits="1"/>
509
- </lines>
510
- </method>
511
- <method name="(anonymous_3)" hits="2" signature="()V">
512
- <lines>
513
- <line number="32" hits="2"/>
514
- </lines>
515
- </method>
516
- <method name="(anonymous_4)" hits="1" signature="()V">
517
- <lines>
518
- <line number="37" hits="1"/>
519
- </lines>
520
- </method>
521
- <method name="(anonymous_5)" hits="4" signature="()V">
522
- <lines>
523
- <line number="41" hits="4"/>
524
- </lines>
525
- </method>
526
- <method name="(anonymous_6)" hits="1" signature="()V">
527
- <lines>
528
- <line number="64" hits="1"/>
529
- </lines>
530
- </method>
531
- </methods>
532
- <lines>
533
- <line number="2" hits="1" branch="false"/>
534
- <line number="3" hits="1" branch="false"/>
535
- <line number="5" hits="1" branch="false"/>
536
- <line number="7" hits="1" branch="false"/>
537
- <line number="8" hits="1" branch="false"/>
538
- <line number="11" hits="1" branch="false"/>
539
- <line number="16" hits="1" branch="false"/>
540
- <line number="19" hits="2" branch="false"/>
541
- <line number="24" hits="1" branch="false"/>
542
- <line number="27" hits="1" branch="false"/>
543
- <line number="28" hits="1" branch="false"/>
544
- <line number="32" hits="1" branch="false"/>
545
- <line number="33" hits="2" branch="false"/>
546
- <line number="37" hits="1" branch="false"/>
547
- <line number="38" hits="1" branch="false"/>
548
- <line number="42" hits="4" branch="true" condition-coverage="100% (2/2)"/>
549
- <line number="44" hits="4" branch="false"/>
550
- <line number="45" hits="4" branch="false"/>
551
- <line number="47" hits="4" branch="false"/>
552
- <line number="50" hits="1" branch="false"/>
553
- <line number="52" hits="1" branch="false"/>
554
- <line number="54" hits="1" branch="false"/>
555
- <line number="55" hits="1" branch="false"/>
556
- <line number="56" hits="1" branch="false"/>
557
- <line number="58" hits="1" branch="false"/>
558
- <line number="59" hits="1" branch="false"/>
559
- <line number="60" hits="1" branch="false"/>
560
- <line number="62" hits="1" branch="false"/>
561
- <line number="65" hits="1" branch="false"/>
562
- <line number="66" hits="1" branch="false"/>
563
- </lines>
564
- </class>
565
- <class name="event-publisher.test-suite.ts" filename="src/tests/event-publisher.test-suite.ts" line-rate="0.9354" branch-rate="1">
566
- <methods>
567
- <method name="(anonymous_0)" hits="1" signature="()V">
568
- <lines>
569
- <line number="14" hits="1"/>
570
- </lines>
571
- </method>
572
- <method name="(anonymous_1)" hits="1" signature="()V">
573
- <lines>
574
- <line number="15" hits="1"/>
575
- </lines>
576
- </method>
577
- <method name="(anonymous_2)" hits="1" signature="()V">
578
- <lines>
579
- <line number="27" hits="1"/>
580
- </lines>
581
- </method>
582
- <method name="(anonymous_3)" hits="1" signature="()V">
583
- <lines>
584
- <line number="29" hits="1"/>
585
- </lines>
586
- </method>
587
- <method name="(anonymous_4)" hits="1" signature="()V">
588
- <lines>
589
- <line number="34" hits="1"/>
590
- </lines>
591
- </method>
592
- <method name="(anonymous_5)" hits="1" signature="()V">
593
- <lines>
594
- <line number="49" hits="1"/>
595
- </lines>
596
- </method>
597
- <method name="(anonymous_6)" hits="1" signature="()V">
598
- <lines>
599
- <line number="51" hits="1"/>
600
- </lines>
601
- </method>
602
- <method name="(anonymous_7)" hits="0" signature="()V">
603
- <lines>
604
- <line number="55" hits="0"/>
605
- </lines>
606
- </method>
607
- <method name="(anonymous_8)" hits="1" signature="()V">
608
- <lines>
609
- <line number="58" hits="1"/>
610
- </lines>
611
- </method>
612
- <method name="(anonymous_9)" hits="1" signature="()V">
613
- <lines>
614
- <line number="71" hits="1"/>
615
- </lines>
616
- </method>
617
- <method name="(anonymous_10)" hits="1" signature="()V">
618
- <lines>
619
- <line number="73" hits="1"/>
620
- </lines>
621
- </method>
622
- <method name="(anonymous_11)" hits="0" signature="()V">
623
- <lines>
624
- <line number="78" hits="0"/>
625
- </lines>
626
- </method>
627
- <method name="(anonymous_12)" hits="1" signature="()V">
628
- <lines>
629
- <line number="81" hits="1"/>
630
- </lines>
631
- </method>
632
- <method name="(anonymous_13)" hits="1" signature="()V">
633
- <lines>
634
- <line number="84" hits="1"/>
635
- </lines>
636
- </method>
637
- <method name="(anonymous_14)" hits="1" signature="()V">
638
- <lines>
639
- <line number="98" hits="1"/>
640
- </lines>
641
- </method>
642
- <method name="(anonymous_15)" hits="1" signature="()V">
643
- <lines>
644
- <line number="100" hits="1"/>
645
- </lines>
646
- </method>
647
- <method name="(anonymous_16)" hits="0" signature="()V">
648
- <lines>
649
- <line number="105" hits="0"/>
650
- </lines>
651
- </method>
652
- <method name="(anonymous_17)" hits="1" signature="()V">
653
- <lines>
654
- <line number="108" hits="1"/>
655
- </lines>
656
- </method>
657
- <method name="(anonymous_18)" hits="0" signature="()V">
658
- <lines>
659
- <line number="111" hits="0"/>
660
- </lines>
661
- </method>
662
- <method name="(anonymous_19)" hits="5" signature="()V">
663
- <lines>
664
- <line number="124" hits="5"/>
665
- </lines>
666
- </method>
667
- </methods>
668
- <lines>
669
- <line number="2" hits="1" branch="false"/>
670
- <line number="4" hits="1" branch="false"/>
671
- <line number="6" hits="1" branch="false"/>
672
- <line number="7" hits="1" branch="false"/>
673
- <line number="10" hits="1" branch="false"/>
674
- <line number="14" hits="1" branch="false"/>
675
- <line number="15" hits="1" branch="false"/>
676
- <line number="16" hits="1" branch="false"/>
677
- <line number="19" hits="1" branch="false"/>
678
- <line number="21" hits="1" branch="false"/>
679
- <line number="23" hits="1" branch="false"/>
680
- <line number="27" hits="1" branch="false"/>
681
- <line number="28" hits="1" branch="false"/>
682
- <line number="29" hits="1" branch="false"/>
683
- <line number="30" hits="1" branch="false"/>
684
- <line number="31" hits="1" branch="false"/>
685
- <line number="32" hits="1" branch="false"/>
686
- <line number="34" hits="1" branch="false"/>
687
- <line number="35" hits="1" branch="false"/>
688
- <line number="36" hits="1" branch="false"/>
689
- <line number="37" hits="1" branch="false"/>
690
- <line number="40" hits="1" branch="false"/>
691
- <line number="41" hits="1" branch="false"/>
692
- <line number="43" hits="1" branch="false"/>
693
- <line number="45" hits="1" branch="false"/>
694
- <line number="49" hits="1" branch="false"/>
695
- <line number="52" hits="1" branch="false"/>
696
- <line number="55" hits="1" branch="false"/>
697
- <line number="56" hits="0" branch="false"/>
698
- <line number="58" hits="1" branch="false"/>
699
- <line number="59" hits="1" branch="false"/>
700
- <line number="62" hits="1" branch="false"/>
701
- <line number="63" hits="1" branch="false"/>
702
- <line number="65" hits="1" branch="false"/>
703
- <line number="67" hits="1" branch="false"/>
704
- <line number="71" hits="1" branch="false"/>
705
- <line number="74" hits="1" branch="false"/>
706
- <line number="78" hits="1" branch="false"/>
707
- <line number="79" hits="0" branch="false"/>
708
- <line number="81" hits="1" branch="false"/>
709
- <line number="82" hits="1" branch="false"/>
710
- <line number="84" hits="1" branch="false"/>
711
- <line number="85" hits="1" branch="false"/>
712
- <line number="88" hits="1" branch="false"/>
713
- <line number="89" hits="1" branch="false"/>
714
- <line number="90" hits="1" branch="false"/>
715
- <line number="92" hits="1" branch="false"/>
716
- <line number="94" hits="1" branch="false"/>
717
- <line number="98" hits="1" branch="false"/>
718
- <line number="101" hits="1" branch="false"/>
719
- <line number="105" hits="1" branch="false"/>
720
- <line number="106" hits="0" branch="false"/>
721
- <line number="108" hits="1" branch="false"/>
722
- <line number="109" hits="1" branch="false"/>
723
- <line number="111" hits="1" branch="false"/>
724
- <line number="112" hits="0" branch="false"/>
725
- <line number="115" hits="1" branch="false"/>
726
- <line number="116" hits="1" branch="false"/>
727
- <line number="117" hits="1" branch="false"/>
728
- <line number="119" hits="1" branch="false"/>
729
- <line number="121" hits="1" branch="false"/>
730
- <line number="125" hits="5" branch="false"/>
731
- </lines>
732
- </class>
733
- </classes>
734
- </package>
735
- </packages>
736
- </coverage>