@open-xchange/vite-plugin-ox-manifests 0.5.2 → 0.5.4

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 (108) hide show
  1. package/CHANGELOG.md +27 -0
  2. package/coverage/clover.xml +348 -0
  3. package/coverage/coverage-final.json +11 -0
  4. package/coverage/lcov-report/base.css +224 -0
  5. package/coverage/lcov-report/block-navigation.js +87 -0
  6. package/coverage/lcov-report/favicon.png +0 -0
  7. package/coverage/lcov-report/index.html +161 -0
  8. package/coverage/lcov-report/prettify.css +1 -0
  9. package/coverage/lcov-report/prettify.js +2 -0
  10. package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
  11. package/coverage/lcov-report/sorter.js +196 -0
  12. package/coverage/lcov-report/vite-plugin-ox-manifests/index.html +116 -0
  13. package/coverage/lcov-report/vite-plugin-ox-manifests/index.js.html +601 -0
  14. package/coverage/lcov-report/vite-plugin-ox-manifests/src/constants.js.html +88 -0
  15. package/coverage/lcov-report/vite-plugin-ox-manifests/src/index.html +131 -0
  16. package/coverage/lcov-report/vite-plugin-ox-manifests/src/plugins/gettext.js.html +292 -0
  17. package/coverage/lcov-report/vite-plugin-ox-manifests/src/plugins/index.html +191 -0
  18. package/coverage/lcov-report/vite-plugin-ox-manifests/src/plugins/manifests.js.html +493 -0
  19. package/coverage/lcov-report/vite-plugin-ox-manifests/src/plugins/meta.js.html +124 -0
  20. package/coverage/lcov-report/vite-plugin-ox-manifests/src/plugins/relative-paths.js.html +97 -0
  21. package/coverage/lcov-report/vite-plugin-ox-manifests/src/plugins/serve.js.html +277 -0
  22. package/coverage/lcov-report/vite-plugin-ox-manifests/src/plugins/settings.js.html +526 -0
  23. package/coverage/lcov-report/vite-plugin-ox-manifests/src/util.js.html +268 -0
  24. package/coverage/lcov.info +748 -0
  25. package/package.json +11 -19
  26. package/src/plugins/relative-paths.js +0 -3
  27. package/.eslintrc.cjs +0 -10
  28. package/.gitlab-ci.yml +0 -26
  29. package/test/.eslintrc.cjs +0 -5
  30. package/test/deps/main.test.js +0 -32
  31. package/test/gettext-chunked/another_chunk.js +0 -4
  32. package/test/gettext-chunked/i18n/de_DE.po +0 -16
  33. package/test/gettext-chunked/i18n/en_US.po +0 -16
  34. package/test/gettext-chunked/main.test.js +0 -67
  35. package/test/gettext-chunked/manifest.json +0 -3
  36. package/test/gettext-chunked/register.js +0 -6
  37. package/test/gettext-multiple/i18n/de_DE.po +0 -22
  38. package/test/gettext-multiple/i18n/en_US.po +0 -22
  39. package/test/gettext-multiple/main.test.js +0 -71
  40. package/test/gettext-multiple/manifest.json +0 -3
  41. package/test/gettext-multiple/register.js +0 -4
  42. package/test/gettext-simple/i18n/de_DE.po +0 -18
  43. package/test/gettext-simple/i18n/en_US.po +0 -18
  44. package/test/gettext-simple/main.test.js +0 -61
  45. package/test/gettext-simple/manifest.json +0 -3
  46. package/test/gettext-simple/register.js +0 -3
  47. package/test/hmr/main.test.js +0 -121
  48. package/test/hmr/manifest.json +0 -3
  49. package/test/hmr/register.js +0 -1
  50. package/test/hmr/settings.js +0 -3
  51. package/test/html-relative-paths/index.html +0 -7
  52. package/test/html-relative-paths/index.js +0 -3
  53. package/test/html-relative-paths/main.test.js +0 -39
  54. package/test/html-relative-paths/other.html +0 -7
  55. package/test/html-relative-paths/style.css +0 -1
  56. package/test/manifest-dependencies/main.test.js +0 -26
  57. package/test/manifest-dependencies/manifest.json +0 -3
  58. package/test/manifest-dependencies/register.js +0 -3
  59. package/test/manifest-dependencies/style.less +0 -1
  60. package/test/manifest-dynamic-deps/main.test.js +0 -28
  61. package/test/manifest-dynamic-deps/manifest.json +0 -3
  62. package/test/manifest-dynamic-deps/register.js +0 -7
  63. package/test/manifest-dynamic-deps/some_dep.js +0 -5
  64. package/test/manifest-dynamic-deps/style.less +0 -1
  65. package/test/manifest-multiple/entry1.js +0 -1
  66. package/test/manifest-multiple/main.test.js +0 -83
  67. package/test/manifest-multiple/manifest.json +0 -7
  68. package/test/manifest-multiple/sub/entry2.js +0 -3
  69. package/test/manifest-multiple/sub/manifest.json +0 -4
  70. package/test/manifest-simple/main.test.js +0 -105
  71. package/test/manifest-simple/manifest.json +0 -3
  72. package/test/manifest-simple/register.js +0 -1
  73. package/test/meta/main.test.js +0 -25
  74. package/test/meta/manifest.json +0 -3
  75. package/test/meta/register.js +0 -1
  76. package/test/preload-helper-bundled/async.js +0 -1
  77. package/test/preload-helper-bundled/index.js +0 -1
  78. package/test/preload-helper-bundled/main.test.js +0 -32
  79. package/test/preload-helper-bundled/manifest.json +0 -4
  80. package/test/preload-helper-separate/bar.js +0 -1
  81. package/test/preload-helper-separate/foo.js +0 -3
  82. package/test/preload-helper-separate/index.js +0 -1
  83. package/test/preload-helper-separate/main.test.js +0 -34
  84. package/test/preload-helper-separate/manifest.json +0 -4
  85. package/test/settings-core/index.js +0 -4
  86. package/test/settings-core/main.test.js +0 -56
  87. package/test/settings-core/manifest.json +0 -4
  88. package/test/settings-core/no-settings.js +0 -3
  89. package/test/settings-core/settings.js +0 -3
  90. package/test/settings-external/index.js +0 -3
  91. package/test/settings-external/main.test.js +0 -61
  92. package/test/settings-external/manifest.json +0 -4
  93. package/test/settings-external/settings.js +0 -3
  94. package/test/settings-ts/index.js +0 -3
  95. package/test/settings-ts/main.test.js +0 -30
  96. package/test/settings-ts/manifest.json +0 -4
  97. package/test/settings-ts/settings.ts +0 -4
  98. package/test/settings-with-requirements/foo.js +0 -3
  99. package/test/settings-with-requirements/forth-settings.js +0 -3
  100. package/test/settings-with-requirements/index.js +0 -5
  101. package/test/settings-with-requirements/main.test.js +0 -95
  102. package/test/settings-with-requirements/manifest.json +0 -12
  103. package/test/settings-with-requirements/other-settings.js +0 -3
  104. package/test/settings-with-requirements/other.js +0 -4
  105. package/test/settings-with-requirements/settings.js +0 -3
  106. package/test/settings-with-requirements/third-settings.js +0 -3
  107. package/test/util/deep-merge.test.js +0 -59
  108. package/test/util.js +0 -16
package/CHANGELOG.md ADDED
@@ -0,0 +1,27 @@
1
+ # Changelog
2
+
3
+ All notable changes to this project will be documented in this file.
4
+
5
+ ## [Unreleased]
6
+
7
+ ## [0.5.4] - 2023-03-17
8
+
9
+ ### Removed
10
+
11
+ - Test files from npm package [`9d76062`](https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/commit/9d760623362bcbbb7e52fd551a0693cc43c61ed5)
12
+
13
+
14
+ ## [0.5.3] - 2023-03-17
15
+
16
+ ### Added
17
+
18
+ - Add @open-xchange/lint [`c5ac8b6`](https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/commit/c5ac8b6009c8c035a2c609a2368a7ccfd422e65a)
19
+
20
+
21
+ ## [0.5.2] - 2022-12-13
22
+
23
+ - Start Changelog
24
+
25
+ [unreleased]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.5.4...main
26
+ [0.5.4]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.5.3...0.5.4
27
+ [0.5.3]: https://gitlab.open-xchange.com/frontend/vite-plugin-ox-manifests/compare/0.5.2...0.5.3
@@ -0,0 +1,348 @@
1
+ <?xml version="1.0" encoding="UTF-8"?>
2
+ <coverage generated="1679070359501" clover="3.2.0">
3
+ <project timestamp="1679070359501" name="All files">
4
+ <metrics statements="300" coveredstatements="273" conditionals="180" coveredconditionals="140" methods="89" coveredmethods="81" elements="569" coveredelements="494" complexity="0" loc="300" ncloc="300" packages="4" files="10" classes="10"/>
5
+ <package name="vite-plugin-ox-manifests">
6
+ <metrics statements="56" coveredstatements="47" conditionals="43" coveredconditionals="31" methods="13" coveredmethods="12"/>
7
+ <file name="index.js" path="/Users/db/Repositories/ox/vite-plugin-ox-manifests/index.js">
8
+ <metrics statements="56" coveredstatements="47" conditionals="43" coveredconditionals="31" methods="13" coveredmethods="12"/>
9
+ <line num="30" count="31" type="stmt"/>
10
+ <line num="40" count="31" type="stmt"/>
11
+ <line num="52" count="31" type="stmt"/>
12
+ <line num="59" count="31" type="stmt"/>
13
+ <line num="60" count="186" type="cond" truecount="2" falsecount="0"/>
14
+ <line num="61" count="31" type="cond" truecount="2" falsecount="0"/>
15
+ <line num="64" count="31" type="stmt"/>
16
+ <line num="68" count="15" type="stmt"/>
17
+ <line num="69" count="15" type="stmt"/>
18
+ <line num="70" count="90" type="cond" truecount="2" falsecount="0"/>
19
+ <line num="71" count="45" type="stmt"/>
20
+ <line num="72" count="45" type="stmt"/>
21
+ <line num="73" count="30" type="stmt"/>
22
+ <line num="75" count="30" type="stmt"/>
23
+ <line num="79" count="15" type="stmt"/>
24
+ <line num="83" count="31" type="stmt"/>
25
+ <line num="84" count="31" type="stmt"/>
26
+ <line num="85" count="186" type="cond" truecount="2" falsecount="0"/>
27
+ <line num="86" count="124" type="stmt"/>
28
+ <line num="87" count="124" type="stmt"/>
29
+ <line num="93" count="31" type="cond" truecount="2" falsecount="0"/>
30
+ <line num="94" count="17" type="stmt"/>
31
+ <line num="96" count="31" type="stmt"/>
32
+ <line num="97" count="186" type="cond" truecount="2" falsecount="0"/>
33
+ <line num="98" count="93" type="cond" truecount="2" falsecount="0"/>
34
+ <line num="101" count="31" type="stmt"/>
35
+ <line num="105" count="31" type="stmt"/>
36
+ <line num="106" count="186" type="cond" truecount="1" falsecount="1"/>
37
+ <line num="107" count="0" type="stmt"/>
38
+ <line num="113" count="14" type="stmt"/>
39
+ <line num="114" count="84" type="cond" truecount="2" falsecount="0"/>
40
+ <line num="115" count="28" type="stmt"/>
41
+ <line num="121" count="20" type="stmt"/>
42
+ <line num="122" count="120" type="cond" truecount="1" falsecount="1"/>
43
+ <line num="123" count="0" type="stmt"/>
44
+ <line num="124" count="0" type="cond" truecount="0" falsecount="2"/>
45
+ <line num="130" count="64" type="stmt"/>
46
+ <line num="131" count="384" type="cond" truecount="1" falsecount="1"/>
47
+ <line num="132" count="0" type="stmt"/>
48
+ <line num="133" count="0" type="cond" truecount="0" falsecount="2"/>
49
+ <line num="139" count="83" type="stmt"/>
50
+ <line num="140" count="83" type="stmt"/>
51
+ <line num="141" count="498" type="cond" truecount="2" falsecount="0"/>
52
+ <line num="143" count="166" type="stmt"/>
53
+ <line num="144" count="166" type="cond" truecount="2" falsecount="0"/>
54
+ <line num="145" count="46" type="stmt"/>
55
+ <line num="149" count="83" type="cond" truecount="2" falsecount="0"/>
56
+ <line num="150" count="45" type="stmt"/>
57
+ <line num="154" count="17" type="stmt"/>
58
+ <line num="155" count="102" type="cond" truecount="2" falsecount="0"/>
59
+ <line num="156" count="68" type="stmt"/>
60
+ <line num="162" count="0" type="stmt"/>
61
+ <line num="163" count="0" type="cond" truecount="0" falsecount="2"/>
62
+ <line num="164" count="0" type="cond" truecount="0" falsecount="2"/>
63
+ <line num="167" count="0" type="stmt"/>
64
+ <line num="171" count="31" type="stmt"/>
65
+ </file>
66
+ </package>
67
+ <package name="vite-plugin-ox-manifests.src">
68
+ <metrics statements="31" coveredstatements="27" conditionals="23" coveredconditionals="18" methods="9" coveredmethods="7"/>
69
+ <file name="constants.js" path="/Users/db/Repositories/ox/vite-plugin-ox-manifests/src/constants.js">
70
+ <metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
71
+ <line num="1" count="16" type="stmt"/>
72
+ </file>
73
+ <file name="util.js" path="/Users/db/Repositories/ox/vite-plugin-ox-manifests/src/util.js">
74
+ <metrics statements="30" coveredstatements="26" conditionals="23" coveredconditionals="18" methods="9" coveredmethods="7"/>
75
+ <line num="5" count="37" type="cond" truecount="2" falsecount="0"/>
76
+ <line num="6" count="28" type="cond" truecount="1" falsecount="1"/>
77
+ <line num="7" count="28" type="cond" truecount="1" falsecount="1"/>
78
+ <line num="8" count="0" type="stmt"/>
79
+ <line num="9" count="0" type="stmt"/>
80
+ <line num="10" count="28" type="cond" truecount="1" falsecount="1"/>
81
+ <line num="11" count="0" type="stmt"/>
82
+ <line num="13" count="28" type="stmt"/>
83
+ <line num="14" count="28" type="stmt"/>
84
+ <line num="21" count="211" type="stmt"/>
85
+ <line num="25" count="68" type="stmt"/>
86
+ <line num="26" count="68" type="stmt"/>
87
+ <line num="30" count="53" type="stmt"/>
88
+ <line num="31" count="53" type="stmt"/>
89
+ <line num="33" count="53" type="stmt"/>
90
+ <line num="34" count="55" type="cond" truecount="2" falsecount="0"/>
91
+ <line num="35" count="8" type="cond" truecount="2" falsecount="0"/>
92
+ <line num="36" count="7" type="cond" truecount="2" falsecount="0"/>
93
+ <line num="37" count="6" type="cond" truecount="2" falsecount="0"/>
94
+ <line num="38" count="5" type="cond" truecount="2" falsecount="0"/>
95
+ <line num="39" count="3" type="cond" truecount="2" falsecount="0"/>
96
+ <line num="40" count="1" type="stmt"/>
97
+ <line num="43" count="51" type="stmt"/>
98
+ <line num="47" count="4" type="stmt"/>
99
+ <line num="48" count="4" type="stmt"/>
100
+ <line num="49" count="4" type="cond" truecount="0" falsecount="1"/>
101
+ <line num="50" count="6" type="stmt"/>
102
+ <line num="51" count="6" type="stmt"/>
103
+ <line num="53" count="6" type="cond" truecount="1" falsecount="1"/>
104
+ <line num="60" count="0" type="stmt"/>
105
+ </file>
106
+ </package>
107
+ <package name="vite-plugin-ox-manifests.src.plugins">
108
+ <metrics statements="205" coveredstatements="193" conditionals="108" coveredconditionals="88" methods="62" coveredmethods="58"/>
109
+ <file name="gettext.js" path="/Users/db/Repositories/ox/vite-plugin-ox-manifests/src/plugins/gettext.js">
110
+ <metrics statements="34" coveredstatements="33" conditionals="18" coveredconditionals="16" methods="11" coveredmethods="11"/>
111
+ <line num="8" count="31" type="stmt"/>
112
+ <line num="10" count="31" type="stmt"/>
113
+ <line num="12" count="31" type="stmt"/>
114
+ <line num="16" count="746" type="stmt"/>
115
+ <line num="17" count="31" type="cond" truecount="2" falsecount="0"/>
116
+ <line num="19" count="6" type="stmt"/>
117
+ <line num="20" count="6" type="stmt"/>
118
+ <line num="23" count="6" type="cond" truecount="1" falsecount="1"/>
119
+ <line num="24" count="6" type="stmt"/>
120
+ <line num="25" count="12" type="stmt"/>
121
+ <line num="26" count="6" type="stmt"/>
122
+ <line num="27" count="6" type="stmt"/>
123
+ <line num="28" count="6" type="stmt"/>
124
+ <line num="29" count="8" type="cond" truecount="2" falsecount="0"/>
125
+ <line num="30" count="2" type="stmt"/>
126
+ <line num="31" count="2" type="stmt"/>
127
+ <line num="35" count="6" type="stmt"/>
128
+ <line num="36" count="6" type="stmt"/>
129
+ <line num="38" count="6" type="cond" truecount="2" falsecount="0"/>
130
+ <line num="39" count="3" type="stmt"/>
131
+ <line num="42" count="6" type="stmt"/>
132
+ <line num="46" count="15" type="cond" truecount="1" falsecount="1"/>
133
+ <line num="47" count="15" type="stmt"/>
134
+ <line num="49" count="0" type="stmt"/>
135
+ <line num="53" count="17" type="stmt"/>
136
+ <line num="54" count="71" type="stmt"/>
137
+ <line num="55" count="71" type="cond" truecount="2" falsecount="0"/>
138
+ <line num="57" count="62" type="stmt"/>
139
+ <line num="58" count="62" type="cond" truecount="2" falsecount="0"/>
140
+ <line num="59" count="62" type="stmt"/>
141
+ <line num="60" count="71" type="stmt"/>
142
+ <line num="61" count="71" type="cond" truecount="2" falsecount="0"/>
143
+ <line num="63" count="5" type="cond" truecount="2" falsecount="0"/>
144
+ <line num="64" count="5" type="stmt"/>
145
+ </file>
146
+ <file name="manifests.js" path="/Users/db/Repositories/ox/vite-plugin-ox-manifests/src/plugins/manifests.js">
147
+ <metrics statements="60" coveredstatements="55" conditionals="24" coveredconditionals="20" methods="17" coveredmethods="17"/>
148
+ <line num="7" count="42" type="cond" truecount="1" falsecount="1"/>
149
+ <line num="8" count="0" type="stmt"/>
150
+ <line num="9" count="0" type="stmt"/>
151
+ <line num="10" count="0" type="stmt"/>
152
+ <line num="12" count="0" type="stmt"/>
153
+ <line num="16" count="42" type="stmt"/>
154
+ <line num="17" count="42" type="stmt"/>
155
+ <line num="18" count="42" type="stmt"/>
156
+ <line num="19" count="42" type="stmt"/>
157
+ <line num="23" count="0" type="stmt"/>
158
+ <line num="27" count="31" type="stmt"/>
159
+ <line num="31" count="31" type="stmt"/>
160
+ <line num="33" count="31" type="cond" truecount="2" falsecount="0"/>
161
+ <line num="34" count="22" type="stmt"/>
162
+ <line num="36" count="9" type="stmt"/>
163
+ <line num="41" count="31" type="stmt"/>
164
+ <line num="43" count="31" type="cond" truecount="2" falsecount="0"/>
165
+ <line num="46" count="497" type="stmt"/>
166
+ <line num="47" count="17" type="stmt"/>
167
+ <line num="49" count="17" type="stmt"/>
168
+ <line num="51" count="17" type="stmt"/>
169
+ <line num="52" count="17" type="cond" truecount="1" falsecount="1"/>
170
+ <line num="53" count="17" type="stmt"/>
171
+ <line num="55" count="17" type="stmt"/>
172
+ <line num="57" count="2" type="stmt"/>
173
+ <line num="64" count="31" type="stmt"/>
174
+ <line num="66" count="31" type="cond" truecount="2" falsecount="0"/>
175
+ <line num="67" count="1" type="stmt"/>
176
+ <line num="68" count="1" type="stmt"/>
177
+ <line num="69" count="2" type="stmt"/>
178
+ <line num="70" count="2" type="stmt"/>
179
+ <line num="71" count="2" type="stmt"/>
180
+ <line num="76" count="31" type="stmt"/>
181
+ <line num="77" count="31" type="stmt"/>
182
+ <line num="79" count="31" type="stmt"/>
183
+ <line num="80" count="32" type="stmt"/>
184
+ <line num="81" count="32" type="stmt"/>
185
+ <line num="82" count="32" type="stmt"/>
186
+ <line num="83" count="32" type="stmt"/>
187
+ <line num="85" count="32" type="cond" truecount="1" falsecount="0"/>
188
+ <line num="86" count="42" type="stmt"/>
189
+ <line num="87" count="42" type="stmt"/>
190
+ <line num="89" count="42" type="cond" truecount="1" falsecount="1"/>
191
+ <line num="90" count="42" type="stmt"/>
192
+ <line num="94" count="42" type="cond" truecount="2" falsecount="0"/>
193
+ <line num="95" count="42" type="stmt"/>
194
+ <line num="99" count="31" type="cond" truecount="2" falsecount="0"/>
195
+ <line num="100" count="17" type="stmt"/>
196
+ <line num="102" count="31" type="stmt"/>
197
+ <line num="107" count="15" type="stmt"/>
198
+ <line num="108" count="17" type="stmt"/>
199
+ <line num="113" count="83" type="cond" truecount="2" falsecount="0"/>
200
+ <line num="115" count="76" type="cond" truecount="2" falsecount="0"/>
201
+ <line num="116" count="26" type="stmt"/>
202
+ <line num="121" count="17" type="stmt"/>
203
+ <line num="123" count="17" type="stmt"/>
204
+ <line num="124" count="71" type="stmt"/>
205
+ <line num="125" count="71" type="cond" truecount="2" falsecount="0"/>
206
+ <line num="126" count="62" type="stmt"/>
207
+ <line num="129" count="17" type="stmt"/>
208
+ </file>
209
+ <file name="meta.js" path="/Users/db/Repositories/ox/vite-plugin-ox-manifests/src/plugins/meta.js">
210
+ <metrics statements="3" coveredstatements="3" conditionals="5" coveredconditionals="4" methods="2" coveredmethods="2"/>
211
+ <line num="2" count="31" type="stmt"/>
212
+ <line num="4" count="17" type="cond" truecount="4" falsecount="0"/>
213
+ <line num="6" count="1" type="stmt"/>
214
+ </file>
215
+ <file name="relative-paths.js" path="/Users/db/Repositories/ox/vite-plugin-ox-manifests/src/plugins/relative-paths.js">
216
+ <metrics statements="2" coveredstatements="2" conditionals="3" coveredconditionals="1" methods="1" coveredmethods="1"/>
217
+ <line num="2" count="31" type="cond" truecount="1" falsecount="1"/>
218
+ <line num="3" count="31" type="stmt"/>
219
+ </file>
220
+ <file name="serve.js" path="/Users/db/Repositories/ox/vite-plugin-ox-manifests/src/plugins/serve.js">
221
+ <metrics statements="31" coveredstatements="28" conditionals="13" coveredconditionals="10" methods="9" coveredmethods="7"/>
222
+ <line num="5" count="16" type="stmt"/>
223
+ <line num="6" count="16" type="stmt"/>
224
+ <line num="7" count="16" type="stmt"/>
225
+ <line num="8" count="16" type="stmt"/>
226
+ <line num="9" count="16" type="stmt"/>
227
+ <line num="17" count="31" type="stmt"/>
228
+ <line num="19" count="31" type="stmt"/>
229
+ <line num="20" count="31" type="stmt"/>
230
+ <line num="21" count="31" type="stmt"/>
231
+ <line num="25" count="14" type="stmt"/>
232
+ <line num="26" count="15" type="stmt"/>
233
+ <line num="28" count="30" type="stmt"/>
234
+ <line num="29" count="30" type="stmt"/>
235
+ <line num="30" count="30" type="cond" truecount="2" falsecount="0"/>
236
+ <line num="31" count="8" type="stmt"/>
237
+ <line num="32" count="8" type="cond" truecount="2" falsecount="0"/>
238
+ <line num="33" count="4" type="stmt"/>
239
+ <line num="37" count="14" type="stmt"/>
240
+ <line num="38" count="21" type="stmt"/>
241
+ <line num="39" count="21" type="cond" truecount="1" falsecount="1"/>
242
+ <line num="41" count="21" type="cond" truecount="2" falsecount="0"/>
243
+ <line num="42" count="15" type="stmt"/>
244
+ <line num="43" count="15" type="stmt"/>
245
+ <line num="44" count="15" type="stmt"/>
246
+ <line num="47" count="6" type="cond" truecount="2" falsecount="0"/>
247
+ <line num="48" count="1" type="stmt"/>
248
+ <line num="51" count="5" type="stmt"/>
249
+ <line num="54" count="14" type="cond" truecount="1" falsecount="1"/>
250
+ <line num="55" count="0" type="stmt"/>
251
+ <line num="57" count="0" type="stmt"/>
252
+ <line num="58" count="0" type="stmt"/>
253
+ </file>
254
+ <file name="settings.js" path="/Users/db/Repositories/ox/vite-plugin-ox-manifests/src/plugins/settings.js">
255
+ <metrics statements="75" coveredstatements="72" conditionals="45" coveredconditionals="37" methods="22" coveredmethods="20"/>
256
+ <line num="7" count="20" type="stmt"/>
257
+ <line num="8" count="20" type="stmt"/>
258
+ <line num="9" count="20" type="stmt"/>
259
+ <line num="10" count="20" type="stmt"/>
260
+ <line num="11" count="27" type="stmt"/>
261
+ <line num="13" count="20" type="stmt"/>
262
+ <line num="14" count="27" type="stmt"/>
263
+ <line num="15" count="27" type="cond" truecount="1" falsecount="1"/>
264
+ <line num="17" count="27" type="stmt"/>
265
+ <line num="18" count="27" type="cond" truecount="1" falsecount="1"/>
266
+ <line num="19" count="27" type="cond" truecount="1" falsecount="1"/>
267
+ <line num="20" count="27" type="stmt"/>
268
+ <line num="21" count="27" type="stmt"/>
269
+ <line num="25" count="0" type="stmt"/>
270
+ <line num="26" count="0" type="stmt"/>
271
+ <line num="27" count="0" type="stmt"/>
272
+ <line num="30" count="27" type="stmt"/>
273
+ <line num="34" count="19" type="cond" truecount="1" falsecount="1"/>
274
+ <line num="35" count="19" type="cond" truecount="2" falsecount="0"/>
275
+ <line num="36" count="8" type="stmt"/>
276
+ <line num="38" count="12" type="cond" truecount="2" falsecount="0"/>
277
+ <line num="39" count="4" type="stmt"/>
278
+ <line num="43" count="16" type="stmt"/>
279
+ <line num="45" count="16" type="stmt"/>
280
+ <line num="46" count="103" type="cond" truecount="2" falsecount="0"/>
281
+ <line num="47" count="405" type="stmt"/>
282
+ <line num="48" count="16" type="cond" truecount="2" falsecount="0"/>
283
+ <line num="50" count="103" type="stmt"/>
284
+ <line num="54" count="16" type="stmt"/>
285
+ <line num="56" count="103" type="stmt"/>
286
+ <line num="57" count="103" type="stmt"/>
287
+ <line num="59" count="103" type="stmt"/>
288
+ <line num="61" count="103" type="cond" truecount="1" falsecount="1"/>
289
+ <line num="62" count="103" type="cond" truecount="2" falsecount="0"/>
290
+ <line num="66" count="31" type="stmt"/>
291
+ <line num="69" count="31" type="stmt"/>
292
+ <line num="71" count="31" type="stmt"/>
293
+ <line num="75" count="31" type="cond" truecount="1" falsecount="1"/>
294
+ <line num="77" count="31" type="stmt"/>
295
+ <line num="78" count="31" type="stmt"/>
296
+ <line num="79" count="31" type="stmt"/>
297
+ <line num="80" count="31" type="stmt"/>
298
+ <line num="81" count="103" type="cond" truecount="2" falsecount="0"/>
299
+ <line num="83" count="26" type="stmt"/>
300
+ <line num="85" count="26" type="stmt"/>
301
+ <line num="86" count="26" type="stmt"/>
302
+ <line num="87" count="26" type="stmt"/>
303
+ <line num="88" count="26" type="stmt"/>
304
+ <line num="91" count="31" type="cond" truecount="2" falsecount="0"/>
305
+ <line num="92" count="17" type="stmt"/>
306
+ <line num="95" count="31" type="stmt"/>
307
+ <line num="99" count="14" type="stmt"/>
308
+ <line num="104" count="15" type="stmt"/>
309
+ <line num="106" count="9" type="stmt"/>
310
+ <line num="107" count="9" type="stmt"/>
311
+ <line num="108" count="9" type="stmt"/>
312
+ <line num="109" count="9" type="cond" truecount="2" falsecount="0"/>
313
+ <line num="110" count="2" type="stmt"/>
314
+ <line num="112" count="9" type="stmt"/>
315
+ <line num="118" count="83" type="cond" truecount="2" falsecount="0"/>
316
+ <line num="120" count="76" type="cond" truecount="2" falsecount="0"/>
317
+ <line num="121" count="20" type="stmt"/>
318
+ <line num="126" count="17" type="cond" truecount="1" falsecount="1"/>
319
+ <line num="128" count="17" type="stmt"/>
320
+ <line num="129" count="71" type="stmt"/>
321
+ <line num="130" count="71" type="cond" truecount="2" falsecount="0"/>
322
+ <line num="131" count="62" type="stmt"/>
323
+ <line num="132" count="62" type="cond" truecount="2" falsecount="0"/>
324
+ <line num="134" count="45" type="stmt"/>
325
+ <line num="135" count="47" type="cond" truecount="2" falsecount="0"/>
326
+ <line num="136" count="20" type="stmt"/>
327
+ <line num="138" count="20" type="stmt"/>
328
+ <line num="139" count="20" type="cond" truecount="2" falsecount="0"/>
329
+ <line num="141" count="19" type="stmt"/>
330
+ <line num="142" count="19" type="cond" truecount="2" falsecount="0"/>
331
+ </file>
332
+ </package>
333
+ <package name="vite-plugin-ox-manifests.test">
334
+ <metrics statements="8" coveredstatements="6" conditionals="6" coveredconditionals="3" methods="5" coveredmethods="4"/>
335
+ <file name="util.js" path="/Users/db/Repositories/ox/vite-plugin-ox-manifests/test/util.js">
336
+ <metrics statements="8" coveredstatements="6" conditionals="6" coveredconditionals="3" methods="5" coveredmethods="4"/>
337
+ <line num="2" count="21" type="cond" truecount="1" falsecount="1"/>
338
+ <line num="3" count="21" type="cond" truecount="1" falsecount="1"/>
339
+ <line num="4" count="105" type="stmt"/>
340
+ <line num="8" count="21" type="stmt"/>
341
+ <line num="9" count="21" type="cond" truecount="1" falsecount="1"/>
342
+ <line num="10" count="0" type="stmt"/>
343
+ <line num="11" count="0" type="stmt"/>
344
+ <line num="15" count="9" type="stmt"/>
345
+ </file>
346
+ </package>
347
+ </project>
348
+ </coverage>