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