@bernierllc/email-campaign-management 1.0.1 → 1.0.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 (35) hide show
  1. package/package.json +13 -13
  2. package/coverage/clover.xml +0 -314
  3. package/coverage/coverage-final.json +0 -16
  4. package/coverage/lcov-report/base.css +0 -224
  5. package/coverage/lcov-report/block-navigation.js +0 -87
  6. package/coverage/lcov-report/favicon.png +0 -0
  7. package/coverage/lcov-report/index.html +0 -221
  8. package/coverage/lcov-report/prettify.css +0 -1
  9. package/coverage/lcov-report/prettify.js +0 -2
  10. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  11. package/coverage/lcov-report/sorter.js +0 -210
  12. package/coverage/lcov-report/src/api/campaigns.ts.html +0 -199
  13. package/coverage/lcov-report/src/api/client.ts.html +0 -478
  14. package/coverage/lcov-report/src/api/index.html +0 -131
  15. package/coverage/lcov-report/src/components/CampaignBuilder/index.html +0 -116
  16. package/coverage/lcov-report/src/components/CampaignBuilder/index.tsx.html +0 -454
  17. package/coverage/lcov-report/src/components/CampaignDashboard/MetricsOverview.tsx.html +0 -208
  18. package/coverage/lcov-report/src/components/CampaignDashboard/PerformanceChart.tsx.html +0 -232
  19. package/coverage/lcov-report/src/components/CampaignDashboard/index.html +0 -146
  20. package/coverage/lcov-report/src/components/CampaignDashboard/index.tsx.html +0 -241
  21. package/coverage/lcov-report/src/components/CampaignList/index.html +0 -116
  22. package/coverage/lcov-report/src/components/CampaignList/index.tsx.html +0 -244
  23. package/coverage/lcov-report/src/config.ts.html +0 -202
  24. package/coverage/lcov-report/src/hooks/index.html +0 -146
  25. package/coverage/lcov-report/src/hooks/useCampaignMetrics.ts.html +0 -208
  26. package/coverage/lcov-report/src/hooks/useCampaignStore.ts.html +0 -343
  27. package/coverage/lcov-report/src/hooks/useWorkflowValidation.ts.html +0 -136
  28. package/coverage/lcov-report/src/index.html +0 -116
  29. package/coverage/lcov-report/src/types/index.html +0 -116
  30. package/coverage/lcov-report/src/types/index.ts.html +0 -127
  31. package/coverage/lcov-report/src/utils/formatting.ts.html +0 -163
  32. package/coverage/lcov-report/src/utils/index.html +0 -146
  33. package/coverage/lcov-report/src/utils/validation.ts.html +0 -394
  34. package/coverage/lcov-report/src/utils/workflow-helpers.ts.html +0 -277
  35. package/coverage/lcov.info +0 -657
package/package.json CHANGED
@@ -1,9 +1,18 @@
1
1
  {
2
2
  "name": "@bernierllc/email-campaign-management",
3
- "version": "1.0.1",
3
+ "version": "1.0.2",
4
4
  "description": "Marketing email campaign management UI with visual workflow builder, A/B testing, and real-time analytics",
5
5
  "main": "dist/index.js",
6
6
  "types": "dist/index.d.ts",
7
+ "scripts": {
8
+ "build": "tsc",
9
+ "dev": "tsc --watch",
10
+ "test": "jest --watch",
11
+ "test:run": "jest",
12
+ "test:coverage": "jest --coverage",
13
+ "lint": "eslint src --ext .ts,.tsx",
14
+ "clean": "rm -rf dist coverage"
15
+ },
7
16
  "keywords": [
8
17
  "email",
9
18
  "campaign",
@@ -19,12 +28,12 @@
19
28
  "license": "SEE LICENSE IN LICENSE",
20
29
  "dependencies": {
21
30
  "@bernierllc/email-sender": "^3.0.3",
31
+ "@bernierllc/email-webhook-events": "workspace:*",
22
32
  "@bernierllc/logger": "^1.0.0",
23
33
  "@tanstack/react-query": "^5.0.0",
24
34
  "date-fns": "^3.0.0",
25
35
  "recharts": "^2.10.0",
26
- "zustand": "^4.4.0",
27
- "@bernierllc/email-webhook-events": "1.0.0"
36
+ "zustand": "^4.4.0"
28
37
  },
29
38
  "devDependencies": {
30
39
  "@testing-library/jest-dom": "^6.0.0",
@@ -59,14 +68,5 @@
59
68
  "neveradmin": "not-applicable",
60
69
  "logger": "integrated"
61
70
  }
62
- },
63
- "scripts": {
64
- "build": "tsc",
65
- "dev": "tsc --watch",
66
- "test": "jest --watch",
67
- "test:run": "jest",
68
- "test:coverage": "jest --coverage",
69
- "lint": "eslint src --ext .ts,.tsx",
70
- "clean": "rm -rf dist coverage"
71
71
  }
72
- }
72
+ }
@@ -1,314 +0,0 @@
1
- <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1764168107101" clover="3.2.0">
3
- <project timestamp="1764168107101" name="All files">
4
- <metrics statements="239" coveredstatements="214" conditionals="135" coveredconditionals="116" methods="74" coveredmethods="66" elements="448" coveredelements="396" complexity="0" loc="239" ncloc="239" packages="8" files="15" classes="15"/>
5
- <package name="src">
6
- <metrics statements="8" coveredstatements="6" conditionals="8" coveredconditionals="8" methods="3" coveredmethods="1"/>
7
- <file name="config.ts" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/config.ts">
8
- <metrics statements="8" coveredstatements="6" conditionals="8" coveredconditionals="8" methods="3" coveredmethods="1"/>
9
- <line num="18" count="4" type="stmt"/>
10
- <line num="27" count="4" type="stmt"/>
11
- <line num="29" count="4" type="stmt"/>
12
- <line num="30" count="7" type="stmt"/>
13
- <line num="33" count="4" type="stmt"/>
14
- <line num="34" count="0" type="stmt"/>
15
- <line num="37" count="4" type="stmt"/>
16
- <line num="38" count="0" type="stmt"/>
17
- </file>
18
- </package>
19
- <package name="src.api">
20
- <metrics statements="47" coveredstatements="47" conditionals="14" coveredconditionals="14" methods="12" coveredmethods="12"/>
21
- <file name="campaigns.ts" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/api/campaigns.ts">
22
- <metrics statements="15" coveredstatements="15" conditionals="0" coveredconditionals="0" methods="7" coveredmethods="7"/>
23
- <line num="9" count="4" type="stmt"/>
24
- <line num="12" count="4" type="stmt"/>
25
- <line num="13" count="2" type="stmt"/>
26
- <line num="16" count="4" type="stmt"/>
27
- <line num="17" count="2" type="stmt"/>
28
- <line num="20" count="4" type="stmt"/>
29
- <line num="21" count="2" type="stmt"/>
30
- <line num="24" count="4" type="stmt"/>
31
- <line num="25" count="2" type="stmt"/>
32
- <line num="28" count="4" type="stmt"/>
33
- <line num="29" count="2" type="stmt"/>
34
- <line num="32" count="4" type="stmt"/>
35
- <line num="33" count="2" type="stmt"/>
36
- <line num="36" count="4" type="stmt"/>
37
- <line num="37" count="3" type="stmt"/>
38
- </file>
39
- <file name="client.ts" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/api/client.ts">
40
- <metrics statements="32" coveredstatements="32" conditionals="14" coveredconditionals="14" methods="5" coveredmethods="5"/>
41
- <line num="9" count="4" type="stmt"/>
42
- <line num="17" count="4" type="stmt"/>
43
- <line num="21" count="27" type="cond" truecount="2" falsecount="0"/>
44
- <line num="25" count="6" type="stmt"/>
45
- <line num="26" count="6" type="stmt"/>
46
- <line num="33" count="4" type="cond" truecount="1" falsecount="0"/>
47
- <line num="34" count="1" type="stmt"/>
48
- <line num="40" count="3" type="stmt"/>
49
- <line num="41" count="2" type="stmt"/>
50
- <line num="43" count="3" type="stmt"/>
51
- <line num="51" count="4" type="stmt"/>
52
- <line num="52" count="4" type="stmt"/>
53
- <line num="60" count="2" type="cond" truecount="1" falsecount="0"/>
54
- <line num="61" count="1" type="stmt"/>
55
- <line num="67" count="1" type="stmt"/>
56
- <line num="68" count="1" type="stmt"/>
57
- <line num="70" count="2" type="stmt"/>
58
- <line num="78" count="4" type="stmt"/>
59
- <line num="79" count="4" type="stmt"/>
60
- <line num="87" count="2" type="cond" truecount="1" falsecount="0"/>
61
- <line num="88" count="1" type="stmt"/>
62
- <line num="94" count="1" type="stmt"/>
63
- <line num="95" count="1" type="stmt"/>
64
- <line num="97" count="2" type="stmt"/>
65
- <line num="105" count="4" type="stmt"/>
66
- <line num="106" count="4" type="stmt"/>
67
- <line num="113" count="2" type="cond" truecount="1" falsecount="0"/>
68
- <line num="114" count="1" type="stmt"/>
69
- <line num="120" count="1" type="stmt"/>
70
- <line num="121" count="1" type="stmt"/>
71
- <line num="123" count="2" type="stmt"/>
72
- <line num="131" count="4" type="stmt"/>
73
- </file>
74
- </package>
75
- <package name="src.components.CampaignBuilder">
76
- <metrics statements="17" coveredstatements="14" conditionals="25" coveredconditionals="23" methods="9" coveredmethods="6"/>
77
- <file name="index.tsx" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/components/CampaignBuilder/index.tsx">
78
- <metrics statements="17" coveredstatements="14" conditionals="25" coveredconditionals="23" methods="9" coveredmethods="6"/>
79
- <line num="9" count="1" type="stmt"/>
80
- <line num="11" count="1" type="stmt"/>
81
- <line num="19" count="1" type="stmt"/>
82
- <line num="24" count="12" type="cond" truecount="2" falsecount="0"/>
83
- <line num="25" count="12" type="cond" truecount="2" falsecount="0"/>
84
- <line num="26" count="12" type="stmt"/>
85
- <line num="29" count="12" type="stmt"/>
86
- <line num="31" count="12" type="stmt"/>
87
- <line num="32" count="1" type="stmt"/>
88
- <line num="41" count="12" type="stmt"/>
89
- <line num="47" count="2" type="stmt"/>
90
- <line num="53" count="1" type="stmt"/>
91
- <line num="62" count="0" type="stmt"/>
92
- <line num="68" count="1" type="stmt"/>
93
- <line num="74" count="1" type="stmt"/>
94
- <line num="80" count="0" type="stmt"/>
95
- <line num="116" count="0" type="stmt"/>
96
- </file>
97
- </package>
98
- <package name="src.components.CampaignDashboard">
99
- <metrics statements="30" coveredstatements="26" conditionals="14" coveredconditionals="8" methods="6" coveredmethods="5"/>
100
- <file name="MetricsOverview.tsx" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/components/CampaignDashboard/MetricsOverview.tsx">
101
- <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
102
- <line num="9" count="2" type="stmt"/>
103
- <line num="11" count="2" type="stmt"/>
104
- <line num="17" count="2" type="stmt"/>
105
- <line num="18" count="23" type="stmt"/>
106
- </file>
107
- <file name="PerformanceChart.tsx" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/components/CampaignDashboard/PerformanceChart.tsx">
108
- <metrics statements="13" coveredstatements="13" conditionals="6" coveredconditionals="6" methods="3" coveredmethods="3"/>
109
- <line num="9" count="2" type="stmt"/>
110
- <line num="17" count="2" type="stmt"/>
111
- <line num="18" count="26" type="stmt"/>
112
- <line num="19" count="26" type="cond" truecount="3" falsecount="0"/>
113
- <line num="21" count="14" type="stmt"/>
114
- <line num="23" count="6" type="stmt"/>
115
- <line num="25" count="6" type="stmt"/>
116
- <line num="29" count="26" type="stmt"/>
117
- <line num="30" count="26" type="cond" truecount="3" falsecount="0"/>
118
- <line num="32" count="14" type="stmt"/>
119
- <line num="34" count="6" type="stmt"/>
120
- <line num="36" count="6" type="stmt"/>
121
- <line num="40" count="26" type="stmt"/>
122
- </file>
123
- <file name="index.tsx" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/components/CampaignDashboard/index.tsx">
124
- <metrics statements="13" coveredstatements="9" conditionals="8" coveredconditionals="2" methods="2" coveredmethods="1"/>
125
- <line num="9" count="1" type="stmt"/>
126
- <line num="10" count="1" type="stmt"/>
127
- <line num="11" count="1" type="stmt"/>
128
- <line num="12" count="1" type="stmt"/>
129
- <line num="18" count="1" type="stmt"/>
130
- <line num="19" count="2" type="stmt"/>
131
- <line num="20" count="2" type="stmt"/>
132
- <line num="22" count="2" type="cond" truecount="2" falsecount="1"/>
133
- <line num="23" count="2" type="stmt"/>
134
- <line num="26" count="0" type="cond" truecount="0" falsecount="3"/>
135
- <line num="27" count="0" type="stmt"/>
136
- <line num="30" count="0" type="stmt"/>
137
- <line num="43" count="0" type="stmt"/>
138
- </file>
139
- </package>
140
- <package name="src.components.CampaignList">
141
- <metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="3"/>
142
- <file name="index.tsx" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/components/CampaignList/index.tsx">
143
- <metrics statements="12" coveredstatements="12" conditionals="4" coveredconditionals="4" methods="4" coveredmethods="3"/>
144
- <line num="9" count="1" type="stmt"/>
145
- <line num="10" count="1" type="stmt"/>
146
- <line num="17" count="1" type="stmt"/>
147
- <line num="18" count="5" type="stmt"/>
148
- <line num="20" count="5" type="stmt"/>
149
- <line num="21" count="5" type="stmt"/>
150
- <line num="24" count="5" type="cond" truecount="1" falsecount="0"/>
151
- <line num="25" count="1" type="stmt"/>
152
- <line num="28" count="4" type="cond" truecount="1" falsecount="0"/>
153
- <line num="29" count="1" type="stmt"/>
154
- <line num="32" count="3" type="stmt"/>
155
- <line num="40" count="2" type="stmt"/>
156
- </file>
157
- </package>
158
- <package name="src.hooks">
159
- <metrics statements="48" coveredstatements="42" conditionals="34" coveredconditionals="28" methods="17" coveredmethods="17"/>
160
- <file name="useCampaignMetrics.ts" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/hooks/useCampaignMetrics.ts">
161
- <metrics statements="15" coveredstatements="9" conditionals="6" coveredconditionals="0" methods="4" coveredmethods="4"/>
162
- <line num="9" count="1" type="stmt"/>
163
- <line num="10" count="1" type="stmt"/>
164
- <line num="11" count="1" type="stmt"/>
165
- <line num="13" count="1" type="stmt"/>
166
- <line num="14" count="2" type="stmt"/>
167
- <line num="17" count="1" type="stmt"/>
168
- <line num="18" count="0" type="cond" truecount="0" falsecount="1"/>
169
- <line num="19" count="0" type="cond" truecount="0" falsecount="2"/>
170
- <line num="21" count="0" type="stmt"/>
171
- <line num="28" count="1" type="stmt"/>
172
- <line num="29" count="2" type="stmt"/>
173
- <line num="32" count="1" type="stmt"/>
174
- <line num="33" count="0" type="cond" truecount="0" falsecount="1"/>
175
- <line num="34" count="0" type="cond" truecount="0" falsecount="2"/>
176
- <line num="36" count="0" type="stmt"/>
177
- </file>
178
- <file name="useCampaignStore.ts" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/hooks/useCampaignStore.ts">
179
- <metrics statements="28" coveredstatements="28" conditionals="28" coveredconditionals="28" methods="11" coveredmethods="11"/>
180
- <line num="9" count="2" type="stmt"/>
181
- <line num="11" count="2" type="stmt"/>
182
- <line num="26" count="2" type="stmt"/>
183
- <line num="33" count="5" type="stmt"/>
184
- <line num="34" count="5" type="stmt"/>
185
- <line num="35" count="4" type="cond" truecount="4" falsecount="0"/>
186
- <line num="36" count="2" type="stmt"/>
187
- <line num="38" count="2" type="cond" truecount="2" falsecount="0"/>
188
- <line num="43" count="4" type="stmt"/>
189
- <line num="44" count="4" type="stmt"/>
190
- <line num="45" count="3" type="cond" truecount="4" falsecount="0"/>
191
- <line num="46" count="1" type="stmt"/>
192
- <line num="50" count="1" type="stmt"/>
193
- <line num="52" count="2" type="cond" truecount="2" falsecount="0"/>
194
- <line num="53" count="2" type="stmt"/>
195
- <line num="58" count="5" type="stmt"/>
196
- <line num="59" count="5" type="stmt"/>
197
- <line num="60" count="5" type="cond" truecount="4" falsecount="0"/>
198
- <line num="61" count="3" type="stmt"/>
199
- <line num="62" count="6" type="cond" truecount="2" falsecount="0"/>
200
- <line num="67" count="2" type="cond" truecount="2" falsecount="0"/>
201
- <line num="72" count="5" type="stmt"/>
202
- <line num="73" count="5" type="stmt"/>
203
- <line num="74" count="5" type="cond" truecount="2" falsecount="0"/>
204
- <line num="75" count="3" type="stmt"/>
205
- <line num="76" count="6" type="stmt"/>
206
- <line num="81" count="2" type="cond" truecount="2" falsecount="0"/>
207
- <line num="85" count="2" type="stmt"/>
208
- </file>
209
- <file name="useWorkflowValidation.ts" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/hooks/useWorkflowValidation.ts">
210
- <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
211
- <line num="9" count="1" type="stmt"/>
212
- <line num="11" count="1" type="stmt"/>
213
- <line num="13" count="1" type="stmt"/>
214
- <line num="14" count="9" type="stmt"/>
215
- <line num="15" count="8" type="stmt"/>
216
- </file>
217
- </package>
218
- <package name="src.types">
219
- <metrics statements="6" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
220
- <file name="index.ts" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/types/index.ts">
221
- <metrics statements="6" coveredstatements="0" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
222
- <line num="9" count="0" type="stmt"/>
223
- <line num="10" count="0" type="stmt"/>
224
- <line num="11" count="0" type="stmt"/>
225
- <line num="12" count="0" type="stmt"/>
226
- <line num="13" count="0" type="stmt"/>
227
- <line num="14" count="0" type="stmt"/>
228
- </file>
229
- </package>
230
- <package name="src.utils">
231
- <metrics statements="71" coveredstatements="67" conditionals="36" coveredconditionals="31" methods="23" coveredmethods="22"/>
232
- <file name="formatting.ts" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/utils/formatting.ts">
233
- <metrics statements="10" coveredstatements="9" conditionals="3" coveredconditionals="2" methods="4" coveredmethods="3"/>
234
- <line num="9" count="3" type="stmt"/>
235
- <line num="11" count="3" type="cond" truecount="1" falsecount="0"/>
236
- <line num="12" count="72" type="stmt"/>
237
- <line num="15" count="3" type="stmt"/>
238
- <line num="16" count="95" type="stmt"/>
239
- <line num="19" count="3" type="cond" truecount="0" falsecount="1"/>
240
- <line num="20" count="0" type="stmt"/>
241
- <line num="23" count="3" type="stmt"/>
242
- <line num="24" count="4" type="cond" truecount="1" falsecount="0"/>
243
- <line num="25" count="3" type="stmt"/>
244
- </file>
245
- <file name="validation.ts" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/utils/validation.ts">
246
- <metrics statements="42" coveredstatements="39" conditionals="29" coveredconditionals="26" methods="7" coveredmethods="7"/>
247
- <line num="16" count="2" type="stmt"/>
248
- <line num="17" count="12" type="stmt"/>
249
- <line num="19" count="12" type="cond" truecount="3" falsecount="0"/>
250
- <line num="20" count="4" type="stmt"/>
251
- <line num="24" count="12" type="stmt"/>
252
- <line num="25" count="12" type="stmt"/>
253
- <line num="26" count="7" type="stmt"/>
254
- <line num="27" count="7" type="stmt"/>
255
- <line num="30" count="12" type="stmt"/>
256
- <line num="31" count="16" type="cond" truecount="2" falsecount="0"/>
257
- <line num="34" count="12" type="cond" truecount="1" falsecount="0"/>
258
- <line num="35" count="1" type="stmt"/>
259
- <line num="38" count="12" type="stmt"/>
260
- <line num="44" count="2" type="stmt"/>
261
- <line num="45" count="6" type="stmt"/>
262
- <line num="47" count="6" type="cond" truecount="1" falsecount="0"/>
263
- <line num="48" count="1" type="stmt"/>
264
- <line num="51" count="5" type="cond" truecount="3" falsecount="0"/>
265
- <line num="52" count="1" type="stmt"/>
266
- <line num="55" count="5" type="cond" truecount="1" falsecount="0"/>
267
- <line num="56" count="9" type="stmt"/>
268
- <line num="57" count="5" type="cond" truecount="1" falsecount="0"/>
269
- <line num="58" count="1" type="stmt"/>
270
- <line num="61" count="5" type="stmt"/>
271
- <line num="62" count="9" type="cond" truecount="2" falsecount="1"/>
272
- <line num="63" count="0" type="stmt"/>
273
- <line num="65" count="9" type="cond" truecount="1" falsecount="0"/>
274
- <line num="66" count="1" type="stmt"/>
275
- <line num="68" count="9" type="cond" truecount="3" falsecount="0"/>
276
- <line num="69" count="1" type="stmt"/>
277
- <line num="74" count="5" type="cond" truecount="0" falsecount="1"/>
278
- <line num="75" count="0" type="stmt"/>
279
- <line num="78" count="5" type="cond" truecount="2" falsecount="1"/>
280
- <line num="79" count="0" type="stmt"/>
281
- <line num="82" count="5" type="stmt"/>
282
- <line num="88" count="2" type="stmt"/>
283
- <line num="89" count="4" type="stmt"/>
284
- <line num="91" count="4" type="cond" truecount="3" falsecount="0"/>
285
- <line num="92" count="2" type="stmt"/>
286
- <line num="95" count="4" type="cond" truecount="3" falsecount="0"/>
287
- <line num="96" count="1" type="stmt"/>
288
- <line num="99" count="4" type="stmt"/>
289
- </file>
290
- <file name="workflow-helpers.ts" path="/Users/mattbernier/projects/tools/packages/ui/email-campaign-management/src/utils/workflow-helpers.ts">
291
- <metrics statements="19" coveredstatements="19" conditionals="4" coveredconditionals="3" methods="12" coveredmethods="12"/>
292
- <line num="11" count="2" type="stmt"/>
293
- <line num="12" count="10" type="stmt"/>
294
- <line num="15" count="2" type="stmt"/>
295
- <line num="16" count="4" type="stmt"/>
296
- <line num="19" count="2" type="stmt"/>
297
- <line num="20" count="8" type="stmt"/>
298
- <line num="28" count="2" type="stmt"/>
299
- <line num="29" count="2" type="stmt"/>
300
- <line num="37" count="2" type="stmt"/>
301
- <line num="38" count="17" type="stmt"/>
302
- <line num="45" count="2" type="stmt"/>
303
- <line num="46" count="4" type="stmt"/>
304
- <line num="49" count="2" type="stmt"/>
305
- <line num="50" count="1" type="stmt"/>
306
- <line num="52" count="2" type="stmt"/>
307
- <line num="53" count="1" type="cond" truecount="1" falsecount="1"/>
308
- <line num="57" count="2" type="stmt"/>
309
- <line num="58" count="2" type="stmt"/>
310
- <line num="61" count="3" type="cond" truecount="2" falsecount="0"/>
311
- </file>
312
- </package>
313
- </project>
314
- </coverage>