@calmo/task-runner 1.2.1 → 1.2.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 (39) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/coverage/coverage-final.json +5 -2
  3. package/coverage/index.html +21 -21
  4. package/coverage/lcov-report/index.html +21 -21
  5. package/coverage/lcov-report/src/EventBus.ts.html +337 -0
  6. package/coverage/{TaskGraphValidator.ts.html → lcov-report/src/TaskGraphValidator.ts.html} +10 -10
  7. package/coverage/lcov-report/src/TaskRunner.ts.html +409 -0
  8. package/coverage/lcov-report/src/WorkflowExecutor.ts.html +400 -0
  9. package/coverage/lcov-report/src/contracts/RunnerEvents.ts.html +217 -0
  10. package/coverage/lcov-report/src/contracts/index.html +116 -0
  11. package/coverage/lcov-report/src/index.html +161 -0
  12. package/coverage/lcov.info +189 -140
  13. package/coverage/src/EventBus.ts.html +337 -0
  14. package/coverage/{lcov-report → src}/TaskGraphValidator.ts.html +10 -10
  15. package/coverage/src/TaskRunner.ts.html +409 -0
  16. package/coverage/src/WorkflowExecutor.ts.html +400 -0
  17. package/coverage/src/contracts/RunnerEvents.ts.html +217 -0
  18. package/coverage/src/contracts/index.html +116 -0
  19. package/coverage/src/index.html +161 -0
  20. package/dist/EventBus.d.ts +26 -0
  21. package/dist/EventBus.js +56 -0
  22. package/dist/EventBus.js.map +1 -0
  23. package/dist/TaskRunner.d.ts +3 -36
  24. package/dist/TaskRunner.js +7 -95
  25. package/dist/TaskRunner.js.map +1 -1
  26. package/dist/WorkflowExecutor.d.ts +23 -0
  27. package/dist/WorkflowExecutor.js +89 -0
  28. package/dist/WorkflowExecutor.js.map +1 -0
  29. package/dist/contracts/RunnerEvents.d.ts +36 -0
  30. package/dist/contracts/RunnerEvents.js +2 -0
  31. package/dist/contracts/RunnerEvents.js.map +1 -0
  32. package/package.json +1 -1
  33. package/src/EventBus.ts +84 -0
  34. package/src/TaskRunner.ts +10 -161
  35. package/src/WorkflowExecutor.ts +105 -0
  36. package/src/contracts/RunnerEvents.ts +44 -0
  37. package/test-report.xml +41 -37
  38. package/coverage/TaskRunner.ts.html +0 -862
  39. package/coverage/lcov-report/TaskRunner.ts.html +0 -862
@@ -0,0 +1,116 @@
1
+
2
+ <!doctype html>
3
+ <html lang="en">
4
+
5
+ <head>
6
+ <title>Code coverage report for src/contracts</title>
7
+ <meta charset="utf-8" />
8
+ <link rel="stylesheet" href="../../prettify.css" />
9
+ <link rel="stylesheet" href="../../base.css" />
10
+ <link rel="shortcut icon" type="image/x-icon" href="../../favicon.png" />
11
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
12
+ <style type='text/css'>
13
+ .coverage-summary .sorter {
14
+ background-image: url(../../sort-arrow-sprite.png);
15
+ }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <div class='wrapper'>
21
+ <div class='pad1'>
22
+ <h1><a href="../../index.html">All files</a> src/contracts</h1>
23
+ <div class='clearfix'>
24
+
25
+ <div class='fl pad1y space-right2'>
26
+ <span class="strong">0% </span>
27
+ <span class="quiet">Statements</span>
28
+ <span class='fraction'>0/0</span>
29
+ </div>
30
+
31
+
32
+ <div class='fl pad1y space-right2'>
33
+ <span class="strong">0% </span>
34
+ <span class="quiet">Branches</span>
35
+ <span class='fraction'>0/0</span>
36
+ </div>
37
+
38
+
39
+ <div class='fl pad1y space-right2'>
40
+ <span class="strong">0% </span>
41
+ <span class="quiet">Functions</span>
42
+ <span class='fraction'>0/0</span>
43
+ </div>
44
+
45
+
46
+ <div class='fl pad1y space-right2'>
47
+ <span class="strong">0% </span>
48
+ <span class="quiet">Lines</span>
49
+ <span class='fraction'>0/0</span>
50
+ </div>
51
+
52
+
53
+ </div>
54
+ <p class="quiet">
55
+ Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
56
+ </p>
57
+ <template id="filterTemplate">
58
+ <div class="quiet">
59
+ Filter:
60
+ <input type="search" id="fileSearch">
61
+ </div>
62
+ </template>
63
+ </div>
64
+ <div class='status-line low'></div>
65
+ <div class="pad1">
66
+ <table class="coverage-summary">
67
+ <thead>
68
+ <tr>
69
+ <th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
70
+ <th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
71
+ <th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
72
+ <th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
73
+ <th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
74
+ <th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
75
+ <th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
76
+ <th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
77
+ <th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
78
+ <th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
79
+ </tr>
80
+ </thead>
81
+ <tbody><tr>
82
+ <td class="file empty" data-value="RunnerEvents.ts"><a href="RunnerEvents.ts.html">RunnerEvents.ts</a></td>
83
+ <td data-value="0" class="pic empty">
84
+ <div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
85
+ </td>
86
+ <td data-value="0" class="pct empty">0%</td>
87
+ <td data-value="0" class="abs empty">0/0</td>
88
+ <td data-value="0" class="pct empty">0%</td>
89
+ <td data-value="0" class="abs empty">0/0</td>
90
+ <td data-value="0" class="pct empty">0%</td>
91
+ <td data-value="0" class="abs empty">0/0</td>
92
+ <td data-value="0" class="pct empty">0%</td>
93
+ <td data-value="0" class="abs empty">0/0</td>
94
+ </tr>
95
+
96
+ </tbody>
97
+ </table>
98
+ </div>
99
+ <div class='push'></div><!-- for sticky footer -->
100
+ </div><!-- /wrapper -->
101
+ <div class='footer quiet pad2 space-top1 center small'>
102
+ Code coverage generated by
103
+ <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
104
+ at 2026-01-18T05:44:30.766Z
105
+ </div>
106
+ <script src="../../prettify.js"></script>
107
+ <script>
108
+ window.onload = function () {
109
+ prettyPrint();
110
+ };
111
+ </script>
112
+ <script src="../../sorter.js"></script>
113
+ <script src="../../block-navigation.js"></script>
114
+ </body>
115
+ </html>
116
+
@@ -0,0 +1,161 @@
1
+
2
+ <!doctype html>
3
+ <html lang="en">
4
+
5
+ <head>
6
+ <title>Code coverage report for src</title>
7
+ <meta charset="utf-8" />
8
+ <link rel="stylesheet" href="../prettify.css" />
9
+ <link rel="stylesheet" href="../base.css" />
10
+ <link rel="shortcut icon" type="image/x-icon" href="../favicon.png" />
11
+ <meta name="viewport" content="width=device-width, initial-scale=1" />
12
+ <style type='text/css'>
13
+ .coverage-summary .sorter {
14
+ background-image: url(../sort-arrow-sprite.png);
15
+ }
16
+ </style>
17
+ </head>
18
+
19
+ <body>
20
+ <div class='wrapper'>
21
+ <div class='pad1'>
22
+ <h1><a href="../index.html">All files</a> src</h1>
23
+ <div class='clearfix'>
24
+
25
+ <div class='fl pad1y space-right2'>
26
+ <span class="strong">100% </span>
27
+ <span class="quiet">Statements</span>
28
+ <span class='fraction'>131/131</span>
29
+ </div>
30
+
31
+
32
+ <div class='fl pad1y space-right2'>
33
+ <span class="strong">100% </span>
34
+ <span class="quiet">Branches</span>
35
+ <span class='fraction'>51/51</span>
36
+ </div>
37
+
38
+
39
+ <div class='fl pad1y space-right2'>
40
+ <span class="strong">100% </span>
41
+ <span class="quiet">Functions</span>
42
+ <span class='fraction'>22/22</span>
43
+ </div>
44
+
45
+
46
+ <div class='fl pad1y space-right2'>
47
+ <span class="strong">100% </span>
48
+ <span class="quiet">Lines</span>
49
+ <span class='fraction'>128/128</span>
50
+ </div>
51
+
52
+
53
+ </div>
54
+ <p class="quiet">
55
+ Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
56
+ </p>
57
+ <template id="filterTemplate">
58
+ <div class="quiet">
59
+ Filter:
60
+ <input type="search" id="fileSearch">
61
+ </div>
62
+ </template>
63
+ </div>
64
+ <div class='status-line high'></div>
65
+ <div class="pad1">
66
+ <table class="coverage-summary">
67
+ <thead>
68
+ <tr>
69
+ <th data-col="file" data-fmt="html" data-html="true" class="file">File</th>
70
+ <th data-col="pic" data-type="number" data-fmt="html" data-html="true" class="pic"></th>
71
+ <th data-col="statements" data-type="number" data-fmt="pct" class="pct">Statements</th>
72
+ <th data-col="statements_raw" data-type="number" data-fmt="html" class="abs"></th>
73
+ <th data-col="branches" data-type="number" data-fmt="pct" class="pct">Branches</th>
74
+ <th data-col="branches_raw" data-type="number" data-fmt="html" class="abs"></th>
75
+ <th data-col="functions" data-type="number" data-fmt="pct" class="pct">Functions</th>
76
+ <th data-col="functions_raw" data-type="number" data-fmt="html" class="abs"></th>
77
+ <th data-col="lines" data-type="number" data-fmt="pct" class="pct">Lines</th>
78
+ <th data-col="lines_raw" data-type="number" data-fmt="html" class="abs"></th>
79
+ </tr>
80
+ </thead>
81
+ <tbody><tr>
82
+ <td class="file high" data-value="EventBus.ts"><a href="EventBus.ts.html">EventBus.ts</a></td>
83
+ <td data-value="100" class="pic high">
84
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
85
+ </td>
86
+ <td data-value="100" class="pct high">100%</td>
87
+ <td data-value="15" class="abs high">15/15</td>
88
+ <td data-value="100" class="pct high">100%</td>
89
+ <td data-value="8" class="abs high">8/8</td>
90
+ <td data-value="100" class="pct high">100%</td>
91
+ <td data-value="4" class="abs high">4/4</td>
92
+ <td data-value="100" class="pct high">100%</td>
93
+ <td data-value="15" class="abs high">15/15</td>
94
+ </tr>
95
+
96
+ <tr>
97
+ <td class="file high" data-value="TaskGraphValidator.ts"><a href="TaskGraphValidator.ts.html">TaskGraphValidator.ts</a></td>
98
+ <td data-value="100" class="pic high">
99
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
100
+ </td>
101
+ <td data-value="100" class="pct high">100%</td>
102
+ <td data-value="43" class="abs high">43/43</td>
103
+ <td data-value="100" class="pct high">100%</td>
104
+ <td data-value="16" class="abs high">16/16</td>
105
+ <td data-value="100" class="pct high">100%</td>
106
+ <td data-value="3" class="abs high">3/3</td>
107
+ <td data-value="100" class="pct high">100%</td>
108
+ <td data-value="42" class="abs high">42/42</td>
109
+ </tr>
110
+
111
+ <tr>
112
+ <td class="file high" data-value="TaskRunner.ts"><a href="TaskRunner.ts.html">TaskRunner.ts</a></td>
113
+ <td data-value="100" class="pic high">
114
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
115
+ </td>
116
+ <td data-value="100" class="pct high">100%</td>
117
+ <td data-value="30" class="abs high">30/30</td>
118
+ <td data-value="100" class="pct high">100%</td>
119
+ <td data-value="7" class="abs high">7/7</td>
120
+ <td data-value="100" class="pct high">100%</td>
121
+ <td data-value="6" class="abs high">6/6</td>
122
+ <td data-value="100" class="pct high">100%</td>
123
+ <td data-value="29" class="abs high">29/29</td>
124
+ </tr>
125
+
126
+ <tr>
127
+ <td class="file high" data-value="WorkflowExecutor.ts"><a href="WorkflowExecutor.ts.html">WorkflowExecutor.ts</a></td>
128
+ <td data-value="100" class="pic high">
129
+ <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
130
+ </td>
131
+ <td data-value="100" class="pct high">100%</td>
132
+ <td data-value="43" class="abs high">43/43</td>
133
+ <td data-value="100" class="pct high">100%</td>
134
+ <td data-value="20" class="abs high">20/20</td>
135
+ <td data-value="100" class="pct high">100%</td>
136
+ <td data-value="9" class="abs high">9/9</td>
137
+ <td data-value="100" class="pct high">100%</td>
138
+ <td data-value="42" class="abs high">42/42</td>
139
+ </tr>
140
+
141
+ </tbody>
142
+ </table>
143
+ </div>
144
+ <div class='push'></div><!-- for sticky footer -->
145
+ </div><!-- /wrapper -->
146
+ <div class='footer quiet pad2 space-top1 center small'>
147
+ Code coverage generated by
148
+ <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
149
+ at 2026-01-18T05:44:30.766Z
150
+ </div>
151
+ <script src="../prettify.js"></script>
152
+ <script>
153
+ window.onload = function () {
154
+ prettyPrint();
155
+ };
156
+ </script>
157
+ <script src="../sorter.js"></script>
158
+ <script src="../block-navigation.js"></script>
159
+ </body>
160
+ </html>
161
+
@@ -1,4 +1,44 @@
1
1
  TN:
2
+ SF:src/EventBus.ts
3
+ FN:19,(anonymous_0)
4
+ FN:39,(anonymous_1)
5
+ FN:55,(anonymous_2)
6
+ FN:67,(anonymous_3)
7
+ FNF:4
8
+ FNH:4
9
+ FNDA:13,(anonymous_0)
10
+ FNDA:2,(anonymous_1)
11
+ FNDA:89,(anonymous_2)
12
+ FNDA:1,(anonymous_3)
13
+ DA:12,23
14
+ DA:23,13
15
+ DA:26,12
16
+ DA:29,13
17
+ DA:43,2
18
+ DA:44,1
19
+ DA:59,89
20
+ DA:62,89
21
+ DA:63,14
22
+ DA:64,14
23
+ DA:65,14
24
+ DA:66,14
25
+ DA:67,1
26
+ DA:68,1
27
+ DA:76,1
28
+ LF:15
29
+ LH:15
30
+ BRDA:23,0,0,12
31
+ BRDA:23,0,1,1
32
+ BRDA:43,1,0,1
33
+ BRDA:43,1,1,1
34
+ BRDA:62,2,0,14
35
+ BRDA:62,2,1,75
36
+ BRDA:66,3,0,1
37
+ BRDA:66,3,1,13
38
+ BRF:8
39
+ BRH:8
40
+ end_of_record
41
+ TN:
2
42
  SF:src/TaskGraphValidator.ts
3
43
  FN:17,(anonymous_0)
4
44
  FN:49,(anonymous_1)
@@ -73,147 +113,156 @@ BRH:16
73
113
  end_of_record
74
114
  TN:
75
115
  SF:src/TaskRunner.ts
76
- FN:61,(anonymous_0)
77
- FN:68,(anonymous_1)
78
- FN:88,(anonymous_2)
79
- FN:104,(anonymous_3)
80
- FN:133,(anonymous_4)
81
- FN:136,(anonymous_5)
82
- FN:155,(anonymous_6)
83
- FN:187,(anonymous_7)
84
- FN:189,(anonymous_8)
85
- FN:196,(anonymous_9)
86
- FN:209,(anonymous_10)
87
- FN:213,(anonymous_11)
88
- FN:222,(anonymous_12)
89
- FN:239,(anonymous_13)
90
- FNF:14
91
- FNH:14
116
+ FN:24,(anonymous_0)
117
+ FN:31,(anonymous_1)
118
+ FN:43,(anonymous_2)
119
+ FN:57,(anonymous_3)
120
+ FN:60,(anonymous_4)
121
+ FN:79,(anonymous_5)
122
+ FNF:6
123
+ FNH:6
92
124
  FNDA:22,(anonymous_0)
93
125
  FNDA:12,(anonymous_1)
94
126
  FNDA:2,(anonymous_2)
95
- FNDA:88,(anonymous_3)
96
- FNDA:21,(anonymous_4)
97
- FNDA:43,(anonymous_5)
98
- FNDA:6,(anonymous_6)
99
- FNDA:35,(anonymous_7)
100
- FNDA:98,(anonymous_8)
101
- FNDA:39,(anonymous_9)
102
- FNDA:98,(anonymous_10)
103
- FNDA:29,(anonymous_11)
104
- FNDA:26,(anonymous_12)
105
- FNDA:26,(anonymous_13)
106
- DA:54,22
107
- DA:55,22
108
- DA:56,22
109
- DA:61,22
110
- DA:72,12
111
- DA:75,11
112
- DA:78,12
113
- DA:92,2
114
- DA:93,1
115
- DA:108,88
116
- DA:111,88
117
- DA:112,13
118
- DA:113,13
119
- DA:114,13
120
- DA:117,1
121
- DA:135,21
122
- DA:136,43
123
- DA:142,21
124
- DA:143,21
125
- DA:145,6
126
- DA:146,6
127
- DA:148,6
128
- DA:149,6
129
- DA:150,6
130
- DA:153,2
131
- DA:155,6
132
- DA:156,2
133
- DA:160,2
134
- DA:161,2
135
- DA:162,2
136
- DA:165,2
137
- DA:166,2
138
- DA:167,2
139
- DA:173,6
140
- DA:174,6
141
- DA:175,6
142
- DA:178,6
143
- DA:181,15
144
- DA:183,15
145
- DA:184,15
146
- DA:187,15
147
- DA:188,35
148
- DA:189,98
149
- DA:193,35
150
- DA:194,49
151
- DA:195,49
152
- DA:196,39
153
- DA:198,49
154
- DA:199,6
155
- DA:203,6
156
- DA:204,6
157
- DA:209,35
158
- DA:210,98
159
- DA:211,43
160
- DA:212,98
161
- DA:213,29
162
- DA:218,35
163
- DA:219,26
164
- DA:220,26
165
- DA:222,26
166
- DA:223,26
167
- DA:224,26
168
- DA:225,24
169
- DA:227,2
170
- DA:232,26
171
- DA:233,26
172
- DA:234,26
173
- DA:239,26
174
- DA:240,26
175
- DA:242,26
176
- DA:247,15
177
- DA:249,15
178
- DA:251,20
179
- DA:253,20
180
- DA:256,15
181
- DA:257,15
182
- LF:76
183
- LH:76
184
- BRDA:72,0,0,11
185
- BRDA:72,0,1,1
186
- BRDA:92,1,0,1
187
- BRDA:92,1,1,1
188
- BRDA:111,2,0,13
189
- BRDA:111,2,1,75
190
- BRDA:138,3,0,43
191
- BRDA:138,3,1,21
192
- BRDA:143,4,0,6
193
- BRDA:143,4,1,15
194
- BRDA:150,5,0,2
195
- BRDA:150,5,1,2
196
- BRDA:150,5,2,2
197
- BRDA:189,6,0,98
198
- BRDA:189,6,1,50
199
- BRDA:194,7,0,49
200
- BRDA:194,7,1,18
201
- BRDA:196,8,0,39
202
- BRDA:196,8,1,18
203
- BRDA:198,9,0,6
204
- BRDA:198,9,1,43
205
- BRDA:210,10,0,55
206
- BRDA:210,10,1,43
207
- BRDA:210,11,0,98
208
- BRDA:210,11,1,44
209
- BRDA:211,12,0,43
210
- BRDA:211,12,1,18
211
- BRDA:213,13,0,29
212
- BRDA:213,13,1,12
213
- BRDA:229,14,0,1
214
- BRDA:229,14,1,1
215
- BRDA:249,15,0,15
216
- BRDA:249,15,1,20
217
- BRF:33
218
- BRH:33
127
+ FNDA:21,(anonymous_3)
128
+ FNDA:43,(anonymous_4)
129
+ FNDA:6,(anonymous_5)
130
+ DA:18,22
131
+ DA:19,22
132
+ DA:24,22
133
+ DA:35,12
134
+ DA:47,2
135
+ DA:59,21
136
+ DA:60,43
137
+ DA:66,21
138
+ DA:67,21
139
+ DA:69,6
140
+ DA:70,6
141
+ DA:72,6
142
+ DA:73,6
143
+ DA:74,6
144
+ DA:77,2
145
+ DA:79,6
146
+ DA:80,2
147
+ DA:84,2
148
+ DA:85,2
149
+ DA:86,2
150
+ DA:89,2
151
+ DA:90,2
152
+ DA:91,2
153
+ DA:97,6
154
+ DA:98,6
155
+ DA:99,6
156
+ DA:102,6
157
+ DA:105,15
158
+ DA:106,15
159
+ LF:29
160
+ LH:29
161
+ BRDA:62,0,0,43
162
+ BRDA:62,0,1,21
163
+ BRDA:67,1,0,6
164
+ BRDA:67,1,1,15
165
+ BRDA:74,2,0,2
166
+ BRDA:74,2,1,2
167
+ BRDA:74,2,2,2
168
+ BRF:7
169
+ BRH:7
170
+ end_of_record
171
+ TN:
172
+ SF:src/WorkflowExecutor.ts
173
+ FN:16,(anonymous_0)
174
+ FN:26,(anonymous_1)
175
+ FN:33,(anonymous_2)
176
+ FN:35,(anonymous_3)
177
+ FN:42,(anonymous_4)
178
+ FN:55,(anonymous_5)
179
+ FN:59,(anonymous_6)
180
+ FN:68,(anonymous_7)
181
+ FN:85,(anonymous_8)
182
+ FNF:9
183
+ FNH:9
184
+ FNDA:15,(anonymous_0)
185
+ FNDA:15,(anonymous_1)
186
+ FNDA:35,(anonymous_2)
187
+ FNDA:98,(anonymous_3)
188
+ FNDA:39,(anonymous_4)
189
+ FNDA:98,(anonymous_5)
190
+ FNDA:29,(anonymous_6)
191
+ FNDA:26,(anonymous_7)
192
+ FNDA:26,(anonymous_8)
193
+ DA:10,15
194
+ DA:17,15
195
+ DA:18,15
196
+ DA:27,15
197
+ DA:29,15
198
+ DA:30,15
199
+ DA:33,15
200
+ DA:34,35
201
+ DA:35,98
202
+ DA:39,35
203
+ DA:40,49
204
+ DA:41,49
205
+ DA:42,39
206
+ DA:44,49
207
+ DA:45,6
208
+ DA:49,6
209
+ DA:50,6
210
+ DA:55,35
211
+ DA:56,98
212
+ DA:57,43
213
+ DA:58,98
214
+ DA:59,29
215
+ DA:64,35
216
+ DA:65,26
217
+ DA:66,26
218
+ DA:68,26
219
+ DA:69,26
220
+ DA:70,26
221
+ DA:71,24
222
+ DA:73,2
223
+ DA:78,26
224
+ DA:79,26
225
+ DA:80,26
226
+ DA:85,26
227
+ DA:86,26
228
+ DA:88,26
229
+ DA:93,15
230
+ DA:95,15
231
+ DA:97,20
232
+ DA:99,20
233
+ DA:102,15
234
+ DA:103,15
235
+ LF:42
236
+ LH:42
237
+ BRDA:35,0,0,98
238
+ BRDA:35,0,1,50
239
+ BRDA:40,1,0,49
240
+ BRDA:40,1,1,18
241
+ BRDA:42,2,0,39
242
+ BRDA:42,2,1,18
243
+ BRDA:44,3,0,6
244
+ BRDA:44,3,1,43
245
+ BRDA:56,4,0,55
246
+ BRDA:56,4,1,43
247
+ BRDA:56,5,0,98
248
+ BRDA:56,5,1,44
249
+ BRDA:57,6,0,43
250
+ BRDA:57,6,1,18
251
+ BRDA:59,7,0,29
252
+ BRDA:59,7,1,12
253
+ BRDA:75,8,0,1
254
+ BRDA:75,8,1,1
255
+ BRDA:95,9,0,15
256
+ BRDA:95,9,1,20
257
+ BRF:20
258
+ BRH:20
259
+ end_of_record
260
+ TN:
261
+ SF:src/contracts/RunnerEvents.ts
262
+ FNF:0
263
+ FNH:0
264
+ LF:0
265
+ LH:0
266
+ BRF:0
267
+ BRH:0
219
268
  end_of_record