@k-int/stripes-kint-components 2.8.4 → 2.8.5

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 (162) hide show
  1. package/CHANGELOG.md +3 -0
  2. package/junit.xml +146 -146
  3. package/package.json +1 -1
  4. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +23 -5
  5. package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +282 -48
  6. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +9 -9
  7. package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
  8. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +171 -39
  9. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +271 -52
  10. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +293 -74
  11. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +126 -54
  12. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +41 -56
  13. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
  14. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +23 -5
  15. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +54 -42
  16. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +213 -54
  17. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +260 -41
  18. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +41 -68
  19. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +53 -53
  20. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
  21. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +62 -3065
  22. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +45 -45
  23. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +103 -64
  24. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +54 -63
  25. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +49 -16
  26. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +69 -18
  27. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +81 -81
  28. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
  29. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +33 -786
  30. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +45 -45
  31. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +6 -6
  32. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +43 -28
  33. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +20 -2
  34. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +52 -46
  35. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +53 -74
  36. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +25 -25
  37. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
  38. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
  39. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
  40. package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
  41. package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
  42. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
  43. package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
  44. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +86 -32
  45. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +3 -3
  46. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
  47. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +109 -37
  48. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +3 -3
  49. package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
  50. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +41 -14
  51. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +45 -6
  52. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +47 -11
  53. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +65 -14
  54. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +154 -31
  55. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +26 -26
  56. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
  57. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +18 -18
  58. package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
  59. package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +35 -17
  60. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +15 -15
  61. package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
  62. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
  63. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
  64. package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
  65. package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +67 -34
  66. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +7 -7
  67. package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
  68. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +49 -7
  69. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +7 -7
  70. package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
  71. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +1 -1
  72. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +1 -1
  73. package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
  74. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +3 -3
  75. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +1 -1
  76. package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
  77. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
  78. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +1 -1
  79. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
  80. package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
  81. package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +24 -81
  82. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +3 -3
  83. package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
  84. package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
  85. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +146 -14
  86. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +31 -4
  87. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +3 -3
  88. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
  89. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +9 -9
  90. package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
  91. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +53 -8
  92. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +7 -7
  93. package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
  94. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +65 -11
  95. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +9 -9
  96. package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
  97. package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
  98. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
  99. package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
  100. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +24 -27
  101. package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +47 -17
  102. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +22 -22
  103. package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
  104. package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +1 -1
  105. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +1 -1
  106. package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
  107. package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +1 -1
  108. package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
  109. package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
  110. package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +1 -1
  111. package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
  112. package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
  113. package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +151 -106
  114. package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +12 -3
  115. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.html +25 -25
  116. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/index.js.html +1 -1
  117. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useAppSettings.js.html +7 -7
  118. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettingSection.js.html +7 -7
  119. package/src/artifacts/coverage-jest/lcov-report/hooks/settingsHooks/useSettings.js.html +61 -22
  120. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
  121. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
  122. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
  123. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
  124. package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
  125. package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +7 -7
  126. package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +37 -37
  127. package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +7 -7
  128. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +1 -1
  129. package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
  130. package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +7 -7
  131. package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +1 -1
  132. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +7 -7
  133. package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +9 -9
  134. package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +7 -7
  135. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +7 -7
  136. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +7 -7
  137. package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +7 -7
  138. package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +7 -7
  139. package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +9 -9
  140. package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
  141. package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +7 -7
  142. package/src/artifacts/coverage-jest/lcov-report/index.html +167 -137
  143. package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
  144. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +16 -16
  145. package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +116 -74
  146. package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +7 -7
  147. package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
  148. package/src/artifacts/coverage-jest/lcov-report/utils/index.html +41 -56
  149. package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +33 -3
  150. package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
  151. package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +3 -3
  152. package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
  153. package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
  154. package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +2 -2
  155. package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
  156. package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +2 -2
  157. package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
  158. package/src/artifacts/coverage-jest/lcov-report/utils/validators.js.html +124 -76
  159. package/src/artifacts/coverage-jest/lcov.info +2535 -2369
  160. package/translations/stripes-kint-components/de.json +41 -41
  161. package/translations/stripes-kint-components/ja.json +43 -43
  162. package/translations/stripes-kint-components/ko.json +49 -49
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">42.85% </span>
26
+ <span class="strong">1.42% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>27/63</span>
28
+ <span class='fraction'>1/70</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">41.17% </span>
33
+ <span class="strong">0% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>21/51</span>
35
+ <span class='fraction'>0/54</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">30.76% </span>
40
+ <span class="strong">0% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>4/13</span>
42
+ <span class='fraction'>0/14</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">47.36% </span>
47
+ <span class="strong">1.56% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>27/57</span>
49
+ <span class='fraction'>1/64</span>
50
50
  </div>
51
51
 
52
52
 
@@ -195,8 +195,23 @@
195
195
  <a name='L130'></a><a href='#L130'>130</a>
196
196
  <a name='L131'></a><a href='#L131'>131</a>
197
197
  <a name='L132'></a><a href='#L132'>132</a>
198
- <a name='L133'></a><a href='#L133'>133</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">7x</span>
199
- <span class="cline-any cline-yes">7x</span>
198
+ <a name='L133'></a><a href='#L133'>133</a>
199
+ <a name='L134'></a><a href='#L134'>134</a>
200
+ <a name='L135'></a><a href='#L135'>135</a>
201
+ <a name='L136'></a><a href='#L136'>136</a>
202
+ <a name='L137'></a><a href='#L137'>137</a>
203
+ <a name='L138'></a><a href='#L138'>138</a>
204
+ <a name='L139'></a><a href='#L139'>139</a>
205
+ <a name='L140'></a><a href='#L140'>140</a>
206
+ <a name='L141'></a><a href='#L141'>141</a>
207
+ <a name='L142'></a><a href='#L142'>142</a>
208
+ <a name='L143'></a><a href='#L143'>143</a>
209
+ <a name='L144'></a><a href='#L144'>144</a>
210
+ <a name='L145'></a><a href='#L145'>145</a>
211
+ <a name='L146'></a><a href='#L146'>146</a>
212
+ <a name='L147'></a><a href='#L147'>147</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">3x</span>
213
+ <span class="cline-any cline-no">&nbsp;</span>
214
+ <span class="cline-any cline-neutral">&nbsp;</span>
200
215
  <span class="cline-any cline-neutral">&nbsp;</span>
201
216
  <span class="cline-any cline-neutral">&nbsp;</span>
202
217
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -227,19 +242,27 @@
227
242
  <span class="cline-any cline-neutral">&nbsp;</span>
228
243
  <span class="cline-any cline-neutral">&nbsp;</span>
229
244
  <span class="cline-any cline-neutral">&nbsp;</span>
245
+ <span class="cline-any cline-no">&nbsp;</span>
230
246
  <span class="cline-any cline-neutral">&nbsp;</span>
231
- <span class="cline-any cline-yes">7x</span>
247
+ <span class="cline-any cline-no">&nbsp;</span>
248
+ <span class="cline-any cline-no">&nbsp;</span>
249
+ <span class="cline-any cline-no">&nbsp;</span>
232
250
  <span class="cline-any cline-neutral">&nbsp;</span>
233
- <span class="cline-any cline-yes">7x</span>
234
251
  <span class="cline-any cline-neutral">&nbsp;</span>
235
- <span class="cline-any cline-yes">7x</span>
236
252
  <span class="cline-any cline-no">&nbsp;</span>
253
+ <span class="cline-any cline-neutral">&nbsp;</span>
254
+ <span class="cline-any cline-neutral">&nbsp;</span>
255
+ <span class="cline-any cline-neutral">&nbsp;</span>
237
256
  <span class="cline-any cline-no">&nbsp;</span>
238
257
  <span class="cline-any cline-neutral">&nbsp;</span>
258
+ <span class="cline-any cline-no">&nbsp;</span>
259
+ <span class="cline-any cline-no">&nbsp;</span>
260
+ <span class="cline-any cline-no">&nbsp;</span>
239
261
  <span class="cline-any cline-neutral">&nbsp;</span>
240
- <span class="cline-any cline-yes">7x</span>
241
- <span class="cline-any cline-yes">7x</span>
242
- <span class="cline-any cline-yes">2x</span>
262
+ <span class="cline-any cline-neutral">&nbsp;</span>
263
+ <span class="cline-any cline-no">&nbsp;</span>
264
+ <span class="cline-any cline-no">&nbsp;</span>
265
+ <span class="cline-any cline-no">&nbsp;</span>
243
266
  <span class="cline-any cline-neutral">&nbsp;</span>
244
267
  <span class="cline-any cline-no">&nbsp;</span>
245
268
  <span class="cline-any cline-no">&nbsp;</span>
@@ -249,10 +272,12 @@
249
272
  <span class="cline-any cline-no">&nbsp;</span>
250
273
  <span class="cline-any cline-neutral">&nbsp;</span>
251
274
  <span class="cline-any cline-neutral">&nbsp;</span>
275
+ <span class="cline-any cline-neutral">&nbsp;</span>
276
+ <span class="cline-any cline-no">&nbsp;</span>
277
+ <span class="cline-any cline-no">&nbsp;</span>
278
+ <span class="cline-any cline-no">&nbsp;</span>
279
+ <span class="cline-any cline-no">&nbsp;</span>
252
280
  <span class="cline-any cline-no">&nbsp;</span>
253
- <span class="cline-any cline-yes">2x</span>
254
- <span class="cline-any cline-yes">2x</span>
255
- <span class="cline-any cline-yes">2x</span>
256
281
  <span class="cline-any cline-neutral">&nbsp;</span>
257
282
  <span class="cline-any cline-no">&nbsp;</span>
258
283
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -260,7 +285,7 @@
260
285
  <span class="cline-any cline-neutral">&nbsp;</span>
261
286
  <span class="cline-any cline-neutral">&nbsp;</span>
262
287
  <span class="cline-any cline-neutral">&nbsp;</span>
263
- <span class="cline-any cline-yes">7x</span>
288
+ <span class="cline-any cline-no">&nbsp;</span>
264
289
  <span class="cline-any cline-no">&nbsp;</span>
265
290
  <span class="cline-any cline-no">&nbsp;</span>
266
291
  <span class="cline-any cline-no">&nbsp;</span>
@@ -292,49 +317,52 @@
292
317
  <span class="cline-any cline-neutral">&nbsp;</span>
293
318
  <span class="cline-any cline-neutral">&nbsp;</span>
294
319
  <span class="cline-any cline-neutral">&nbsp;</span>
295
- <span class="cline-any cline-yes">7x</span>
296
- <span class="cline-any cline-yes">7x</span>
297
- <span class="cline-any cline-yes">22x</span>
298
320
  <span class="cline-any cline-no">&nbsp;</span>
299
- <span class="cline-any cline-yes">22x</span>
300
- <span class="cline-any cline-yes">22x</span>
321
+ <span class="cline-any cline-no">&nbsp;</span>
322
+ <span class="cline-any cline-no">&nbsp;</span>
323
+ <span class="cline-any cline-no">&nbsp;</span>
324
+ <span class="cline-any cline-no">&nbsp;</span>
325
+ <span class="cline-any cline-no">&nbsp;</span>
326
+ <span class="cline-any cline-no">&nbsp;</span>
301
327
  <span class="cline-any cline-neutral">&nbsp;</span>
302
328
  <span class="cline-any cline-neutral">&nbsp;</span>
303
329
  <span class="cline-any cline-neutral">&nbsp;</span>
304
330
  <span class="cline-any cline-neutral">&nbsp;</span>
305
- <span class="cline-any cline-yes">7x</span>
306
- <span class="cline-any cline-yes">7x</span>
307
- <span class="cline-any cline-yes">7x</span>
308
- <span class="cline-any cline-yes">7x</span>
331
+ <span class="cline-any cline-no">&nbsp;</span>
332
+ <span class="cline-any cline-no">&nbsp;</span>
333
+ <span class="cline-any cline-no">&nbsp;</span>
334
+ <span class="cline-any cline-no">&nbsp;</span>
309
335
  <span class="cline-any cline-neutral">&nbsp;</span>
310
- <span class="cline-any cline-yes">7x</span>
311
336
  <span class="cline-any cline-no">&nbsp;</span>
337
+ <span class="cline-any cline-no">&nbsp;</span>
338
+ <span class="cline-any cline-neutral">&nbsp;</span>
312
339
  <span class="cline-any cline-neutral">&nbsp;</span>
340
+ <span class="cline-any cline-no">&nbsp;</span>
313
341
  <span class="cline-any cline-neutral">&nbsp;</span>
314
- <span class="cline-any cline-yes">7x</span>
342
+ <span class="cline-any cline-no">&nbsp;</span>
315
343
  <span class="cline-any cline-neutral">&nbsp;</span>
316
344
  <span class="cline-any cline-neutral">&nbsp;</span>
317
345
  <span class="cline-any cline-neutral">&nbsp;</span>
318
- <span class="cline-any cline-yes">7x</span>
346
+ <span class="cline-any cline-no">&nbsp;</span>
319
347
  <span class="cline-any cline-no">&nbsp;</span>
320
348
  <span class="cline-any cline-neutral">&nbsp;</span>
321
349
  <span class="cline-any cline-neutral">&nbsp;</span>
322
- <span class="cline-any cline-yes">7x</span>
323
- <span class="cline-any cline-yes">7x</span>
350
+ <span class="cline-any cline-no">&nbsp;</span>
351
+ <span class="cline-any cline-no">&nbsp;</span>
324
352
  <span class="cline-any cline-neutral">&nbsp;</span>
325
353
  <span class="cline-any cline-neutral">&nbsp;</span>
326
- <span class="cline-any cline-yes">7x</span>
354
+ <span class="cline-any cline-no">&nbsp;</span>
327
355
  <span class="cline-any cline-neutral">&nbsp;</span>
328
356
  <span class="cline-any cline-neutral">&nbsp;</span>
329
357
  <span class="cline-any cline-neutral">&nbsp;</span>
330
- <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">const generateKiwtQueryParams = (options, nsValues) =&gt; {
331
- const { qindex, query, filters, sort } = nsValues;
358
+ <span class="cline-any cline-neutral">&nbsp;</span></td><td class="text"><pre class="prettyprint lang-js">const generateKiwtQueryParams = <span class="fstat-no" title="function not covered" >(o</span>ptions, nsValues, encode = <span class="branch-0 cbranch-no" title="branch not covered" >true)</span> =&gt; {
359
+ const { qindex, query, filters, sort } = <span class="cstat-no" title="statement not covered" >nsValues;</span>
332
360
  const {
333
361
  searchKey = <span class="branch-0 cbranch-no" title="branch not covered" >'',</span>
334
- filterConfig = [],
362
+ filterConfig = <span class="branch-0 cbranch-no" title="branch not covered" >[],</span>
335
363
  /* Assumtion made that if no filterKey is provided then the given filterValues for that key are standalaone, ie require no comparator or key */
336
364
  filterKeys = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
337
- sortKeys = {},
365
+ sortKeys = <span class="branch-0 cbranch-no" title="branch not covered" >{},</span>
338
366
  stats = <span class="branch-0 cbranch-no" title="branch not covered" >true,</span>
339
367
  /* Of the form [{ path: 'this.is.some.path', direction: 'asc'/'desc', value: 'someOverrideValue'}, ...]
340
368
  * If only path is passed then assume asc.
@@ -360,18 +388,27 @@
360
388
  */
361
389
  filters: optionsFilters,
362
390
  ...rest
363
- } = options;
391
+ } = <span class="cstat-no" title="statement not covered" >options;</span>
364
392
  &nbsp;
365
- const paramsArray = [];
393
+ const conditionalEncodeURIComponent = <span class="cstat-no" title="statement not covered" ><span class="fstat-no" title="function not covered" >(s</span>tr) =&gt; {</span>
394
+ <span class="cstat-no" title="statement not covered" > if (encode) {</span>
395
+ <span class="cstat-no" title="statement not covered" > return encodeURIComponent(str);</span>
396
+ }
366
397
  &nbsp;
367
- <span class="missing-if-branch" title="if path not taken" >I</span>if (query) {
368
- <span class="cstat-no" title="statement not covered" > paramsArray.push(...(qindex || searchKey).split(',')?.map(<span class="fstat-no" title="function not covered" >m </span>=&gt; <span class="cstat-no" title="statement not covered" >`match=${m}`)</span>);</span>
369
- <span class="cstat-no" title="statement not covered" > paramsArray.push(`term=${query}`);</span>
398
+ <span class="cstat-no" title="statement not covered" > return str;</span>
399
+ };
400
+ &nbsp;
401
+ &nbsp;
402
+ const paramsArray = <span class="cstat-no" title="statement not covered" >[];</span>
403
+ &nbsp;
404
+ <span class="cstat-no" title="statement not covered" > if (query) {</span>
405
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(...(qindex || searchKey).split(',')?.map(<span class="fstat-no" title="function not covered" >m </span>=&gt; <span class="cstat-no" title="statement not covered" >`match=${conditionalEncodeURIComponent(m)}`)</span>);</span>
406
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(`term=${conditionalEncodeURIComponent(query)}`);</span>
370
407
  }
371
408
  &nbsp;
372
- <span class="missing-if-branch" title="else path not taken" >E</span>if (optionsFilters) {
373
- optionsFilters.forEach(opf =&gt; {
374
- <span class="missing-if-branch" title="if path not taken" >I</span>if (opf?.values) {
409
+ <span class="cstat-no" title="statement not covered" > if (optionsFilters) {</span>
410
+ <span class="cstat-no" title="statement not covered" > optionsFilters.forEach(<span class="fstat-no" title="function not covered" >op</span>f =&gt; {</span>
411
+ <span class="cstat-no" title="statement not covered" > if (opf?.values) {</span>
375
412
  // Build the values filter block
376
413
  const innerFilters = <span class="cstat-no" title="statement not covered" >[];</span>
377
414
  <span class="cstat-no" title="statement not covered" > opf.values.forEach(<span class="fstat-no" title="function not covered" >op</span>fv =&gt; {</span>
@@ -381,18 +418,20 @@
381
418
  <span class="cstat-no" title="statement not covered" > innerFilters.push(opfv);</span>
382
419
  }
383
420
  });
384
- <span class="cstat-no" title="statement not covered" > paramsArray.push(`filters=${innerFilters.join('||')}`);</span>
385
- } else <span class="missing-if-branch" title="else path not taken" >E</span>if (opf?.value) { // If no value OR values, then ignore
386
- if (opf.path) {
387
- paramsArray.push(`filters=${opf.path}${opf.comparator ?? '=='}${opf.value}`);
388
- } else <span class="missing-if-branch" title="else path not taken" >E</span>{
389
- <span class="cstat-no" title="statement not covered" > paramsArray.push(`filters=${opf.value}`);</span>
421
+ &nbsp;
422
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(`filters=${conditionalEncodeURIComponent(innerFilters.join('||'))}`);</span>
423
+ } else <span class="cstat-no" title="statement not covered" >if (opf?.value) { // If no value OR values, then ignore</span>
424
+ <span class="cstat-no" title="statement not covered" > if (opf.path) {</span>
425
+ const filterString = <span class="cstat-no" title="statement not covered" >`${opf.path}${opf.comparator ?? '=='}${opf.value}`;</span>
426
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(`filters=${conditionalEncodeURIComponent(filterString)}`);</span>
427
+ } else {
428
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(`filters=${conditionalEncodeURIComponent(opf.value)}`);</span>
390
429
  }
391
430
  }
392
431
  });
393
432
  }
394
433
  &nbsp;
395
- <span class="missing-if-branch" title="if path not taken" >I</span>if (filters) {
434
+ <span class="cstat-no" title="statement not covered" > if (filters) {</span>
396
435
  const filterMap = <span class="cstat-no" title="statement not covered" >{};</span>
397
436
  <span class="cstat-no" title="statement not covered" > filters.split(',').forEach(<span class="fstat-no" title="function not covered" >fi</span>lter =&gt; {</span>
398
437
  const [filterName, ...filterRest] = <span class="cstat-no" title="statement not covered" >filter.trim()?.split('.');</span>
@@ -413,49 +452,52 @@
413
452
  <span class="cstat-no" title="statement not covered" > return `${filterName}==${fceValue ?? v}`;</span>
414
453
  }).join('||');
415
454
  &nbsp;
416
- <span class="cstat-no" title="statement not covered" > paramsArray.push(`filters=${filterString}`);</span>
455
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(`filters=${conditionalEncodeURIComponent(filterString)}`);</span>
417
456
  } else <span class="cstat-no" title="statement not covered" >if (!filterKey) {</span>
418
457
  // These filters have no key mapping so we just pass the values to the backend as-is.
419
- <span class="cstat-no" title="statement not covered" > paramsArray.push(...filterValues?.map(<span class="fstat-no" title="function not covered" >f </span>=&gt; <span class="cstat-no" title="statement not covered" >`filters=${f}`)</span>);</span>
458
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(...filterValues?.map(<span class="fstat-no" title="function not covered" >f </span>=&gt; <span class="cstat-no" title="statement not covered" >`filters=${conditionalEncodeURIComponent(f)}`)</span>);</span>
420
459
  } else {
421
460
  const filterString = <span class="cstat-no" title="statement not covered" >filterValues.map(<span class="fstat-no" title="function not covered" >v </span>=&gt; <span class="cstat-no" title="statement not covered" >`${filterKey}==${v}`)</span>.join('||');</span>
422
- <span class="cstat-no" title="statement not covered" > paramsArray.push(`filters=${filterString}`);</span>
461
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(`filters=${conditionalEncodeURIComponent(filterString)}`);</span>
423
462
  }
424
463
  });
425
464
  }
426
465
  &nbsp;
427
- <span class="missing-if-branch" title="else path not taken" >E</span>if (optionsSort &amp;&amp; optionsSort.length &gt; 0) {
428
- optionsSort.forEach(os =&gt; {
429
- <span class="missing-if-branch" title="if path not taken" >I</span>if (os.value) {
430
- <span class="cstat-no" title="statement not covered" > paramsArray.push(`sort=${os.value}`);</span>
431
- } else <span class="missing-if-branch" title="else path not taken" >E</span>if (os.path) { // If no path then ignore
432
- paramsArray.push(`sort=${os.path};${os.direction ?? 'asc'}`);
466
+ <span class="cstat-no" title="statement not covered" > if (optionsSort &amp;&amp; optionsSort.length &gt; 0) {</span>
467
+ <span class="cstat-no" title="statement not covered" > optionsSort.forEach(<span class="fstat-no" title="function not covered" >os</span> =&gt; {</span>
468
+ <span class="cstat-no" title="statement not covered" > if (os.value) {</span>
469
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(`sort=${conditionalEncodeURIComponent(os.value)}`);</span>
470
+ } else <span class="cstat-no" title="statement not covered" >if (os.path) { // If no path then ignore</span>
471
+ const sortString = <span class="cstat-no" title="statement not covered" >`${os.path};${os.direction ?? 'asc'}`;</span>
472
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(`sort=${conditionalEncodeURIComponent(sortString)}`);</span>
433
473
  }
434
474
  });
435
475
  }
436
476
  &nbsp;
437
- <span class="missing-if-branch" title="else path not taken" >E</span>if (sort) {
438
- paramsArray.push(...sort.trim()?.split(',').map(sortKey =&gt; {
439
- const descending = sortKey.startsWith('-');
440
- let term = sortKey.replace('-', '');
477
+ <span class="cstat-no" title="statement not covered" > if (sort) {</span>
478
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(...sort.trim()?.split(',').map(<span class="fstat-no" title="function not covered" >so</span>rtKey =&gt; {</span>
479
+ const descending = <span class="cstat-no" title="statement not covered" >sortKey.startsWith('-');</span>
480
+ let term = <span class="cstat-no" title="statement not covered" >sortKey.replace('-', '');</span>
441
481
  &nbsp;
442
- <span class="missing-if-branch" title="if path not taken" >I</span>if (term in sortKeys) {
482
+ <span class="cstat-no" title="statement not covered" > if (term in sortKeys) {</span>
443
483
  <span class="cstat-no" title="statement not covered" > term = term.replace(term, sortKeys[term]);</span>
444
484
  }
445
485
  &nbsp;
446
- return `sort=${term};${descending ? <span class="branch-0 cbranch-no" title="branch not covered" >'desc' </span>: 'asc'}`;
486
+ const sortString = <span class="cstat-no" title="statement not covered" >`${term};${descending ? 'desc' : 'asc'}`;</span>
487
+ &nbsp;
488
+ <span class="cstat-no" title="statement not covered" > return `sort=${conditionalEncodeURIComponent(sortString)}`;</span>
447
489
  }));
448
490
  }
449
491
  &nbsp;
450
- <span class="missing-if-branch" title="if path not taken" >I</span>if (stats) {
492
+ <span class="cstat-no" title="statement not covered" > if (stats) {</span>
451
493
  <span class="cstat-no" title="statement not covered" > paramsArray.push('stats=true');</span>
452
494
  }
453
495
  &nbsp;
454
- for (const [key, value] of Object.entries(rest)) {
455
- paramsArray.push(`${key}=${value}`);
496
+ <span class="cstat-no" title="statement not covered" > for (const [key, value] of Object.entries(rest)) {</span>
497
+ <span class="cstat-no" title="statement not covered" > paramsArray.push(`${key}=${conditionalEncodeURIComponent(value)}`);</span>
456
498
  }
457
499
  &nbsp;
458
- return paramsArray;
500
+ <span class="cstat-no" title="statement not covered" > return paramsArray;</span>
459
501
  };
460
502
  &nbsp;
461
503
  export default generateKiwtQueryParams;
@@ -466,7 +508,7 @@ export default generateKiwtQueryParams;
466
508
  <div class='footer quiet pad2 space-top1 center small'>
467
509
  Code coverage generated by
468
510
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
469
- at 2022-11-22T09:57:19.883Z
511
+ at 2022-11-22T10:07:38.260Z
470
512
  </div>
471
513
  <script src="../prettify.js"></script>
472
514
  <script>
@@ -76,15 +76,15 @@
76
76
  <a name='L11'></a><a href='#L11'>11</a>
77
77
  <a name='L12'></a><a href='#L12'>12</a>
78
78
  <a name='L13'></a><a href='#L13'>13</a>
79
- <a name='L14'></a><a href='#L14'>14</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">7x</span>
80
- <span class="cline-any cline-yes">2x</span>
81
- <span class="cline-any cline-yes">8x</span>
82
- <span class="cline-any cline-yes">8x</span>
79
+ <a name='L14'></a><a href='#L14'>14</a></td><td class="line-coverage quiet"><span class="cline-any cline-yes">3x</span>
80
+ <span class="cline-any cline-yes">4x</span>
81
+ <span class="cline-any cline-yes">48x</span>
82
+ <span class="cline-any cline-yes">48x</span>
83
83
  <span class="cline-any cline-neutral">&nbsp;</span>
84
84
  <span class="cline-any cline-neutral">&nbsp;</span>
85
85
  <span class="cline-any cline-neutral">&nbsp;</span>
86
- <span class="cline-any cline-yes">8x</span>
87
- <span class="cline-any cline-yes">8x</span>
86
+ <span class="cline-any cline-yes">48x</span>
87
+ <span class="cline-any cline-yes">48x</span>
88
88
  <span class="cline-any cline-neutral">&nbsp;</span>
89
89
  <span class="cline-any cline-neutral">&nbsp;</span>
90
90
  <span class="cline-any cline-neutral">&nbsp;</span>
@@ -109,7 +109,7 @@ export default groupCustomPropertiesByCtx;
109
109
  <div class='footer quiet pad2 space-top1 center small'>
110
110
  Code coverage generated by
111
111
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
112
- at 2022-11-22T09:57:19.883Z
112
+ at 2022-11-22T10:07:38.260Z
113
113
  </div>
114
114
  <script src="../prettify.js"></script>
115
115
  <script>
@@ -107,7 +107,7 @@
107
107
  <a name='L42'></a><a href='#L42'>42</a>
108
108
  <a name='L43'></a><a href='#L43'>43</a></td><td class="line-coverage quiet"><span class="cline-any cline-neutral">&nbsp;</span>
109
109
  <span class="cline-any cline-neutral">&nbsp;</span>
110
- <span class="cline-any cline-yes">7x</span>
110
+ <span class="cline-any cline-yes">3x</span>
111
111
  <span class="cline-any cline-no">&nbsp;</span>
112
112
  <span class="cline-any cline-neutral">&nbsp;</span>
113
113
  <span class="cline-any cline-no">&nbsp;</span>
@@ -125,7 +125,7 @@
125
125
  <span class="cline-any cline-neutral">&nbsp;</span>
126
126
  <span class="cline-any cline-neutral">&nbsp;</span>
127
127
  <span class="cline-any cline-neutral">&nbsp;</span>
128
- <span class="cline-any cline-yes">7x</span>
128
+ <span class="cline-any cline-yes">3x</span>
129
129
  <span class="cline-any cline-no">&nbsp;</span>
130
130
  <span class="cline-any cline-neutral">&nbsp;</span>
131
131
  <span class="cline-any cline-no">&nbsp;</span>
@@ -196,7 +196,7 @@ export {
196
196
  <div class='footer quiet pad2 space-top1 center small'>
197
197
  Code coverage generated by
198
198
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
199
- at 2022-11-22T09:57:19.883Z
199
+ at 2022-11-22T10:07:38.260Z
200
200
  </div>
201
201
  <script src="../prettify.js"></script>
202
202
  <script>
@@ -23,30 +23,30 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">40% </span>
26
+ <span class="strong">19.18% </span>
27
27
  <span class="quiet">Statements</span>
28
- <span class='fraction'>72/180</span>
28
+ <span class='fraction'>33/172</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">39.41% </span>
33
+ <span class="strong">10.93% </span>
34
34
  <span class="quiet">Branches</span>
35
- <span class='fraction'>54/137</span>
35
+ <span class='fraction'>14/128</span>
36
36
  </div>
37
37
 
38
38
 
39
39
  <div class='fl pad1y space-right2'>
40
- <span class="strong">26.78% </span>
40
+ <span class="strong">16.32% </span>
41
41
  <span class="quiet">Functions</span>
42
- <span class='fraction'>15/56</span>
42
+ <span class='fraction'>8/49</span>
43
43
  </div>
44
44
 
45
45
 
46
46
  <div class='fl pad1y space-right2'>
47
- <span class="strong">42.01% </span>
47
+ <span class="strong">20.37% </span>
48
48
  <span class="quiet">Lines</span>
49
- <span class='fraction'>71/169</span>
49
+ <span class='fraction'>33/162</span>
50
50
  </div>
51
51
 
52
52
 
@@ -94,33 +94,33 @@
94
94
  </tr>
95
95
 
96
96
  <tr>
97
- <td class="file high" data-value="generateKiwtQuery.js"><a href="generateKiwtQuery.js.html">generateKiwtQuery.js</a></td>
98
- <td data-value="100" class="pic high">
99
- <div class="chart"><div class="cover-fill cover-full" style="width: 100%"></div><div class="cover-empty" style="width: 0%"></div></div>
97
+ <td class="file low" data-value="generateKiwtQuery.js"><a href="generateKiwtQuery.js.html">generateKiwtQuery.js</a></td>
98
+ <td data-value="33.33" class="pic low">
99
+ <div class="chart"><div class="cover-fill" style="width: 33%"></div><div class="cover-empty" style="width: 67%"></div></div>
100
100
  </td>
101
- <td data-value="100" class="pct high">100%</td>
102
- <td data-value="4" class="abs high">4/4</td>
103
- <td data-value="50" class="pct medium">50%</td>
104
- <td data-value="2" class="abs medium">1/2</td>
105
- <td data-value="100" class="pct high">100%</td>
106
- <td data-value="2" class="abs high">2/2</td>
107
- <td data-value="100" class="pct high">100%</td>
108
- <td data-value="3" class="abs high">3/3</td>
101
+ <td data-value="33.33" class="pct low">33.33%</td>
102
+ <td data-value="3" class="abs low">1/3</td>
103
+ <td data-value="0" class="pct low">0%</td>
104
+ <td data-value="3" class="abs low">0/3</td>
105
+ <td data-value="0" class="pct low">0%</td>
106
+ <td data-value="1" class="abs low">0/1</td>
107
+ <td data-value="33.33" class="pct low">33.33%</td>
108
+ <td data-value="3" class="abs low">1/3</td>
109
109
  </tr>
110
110
 
111
111
  <tr>
112
112
  <td class="file low" data-value="generateKiwtQueryParams.js"><a href="generateKiwtQueryParams.js.html">generateKiwtQueryParams.js</a></td>
113
- <td data-value="42.85" class="pic low">
114
- <div class="chart"><div class="cover-fill" style="width: 42%"></div><div class="cover-empty" style="width: 58%"></div></div>
113
+ <td data-value="1.42" class="pic low">
114
+ <div class="chart"><div class="cover-fill" style="width: 1%"></div><div class="cover-empty" style="width: 99%"></div></div>
115
115
  </td>
116
- <td data-value="42.85" class="pct low">42.85%</td>
117
- <td data-value="63" class="abs low">27/63</td>
118
- <td data-value="41.17" class="pct low">41.17%</td>
119
- <td data-value="51" class="abs low">21/51</td>
120
- <td data-value="30.76" class="pct low">30.76%</td>
121
- <td data-value="13" class="abs low">4/13</td>
122
- <td data-value="47.36" class="pct low">47.36%</td>
123
- <td data-value="57" class="abs low">27/57</td>
116
+ <td data-value="1.42" class="pct low">1.42%</td>
117
+ <td data-value="70" class="abs low">1/70</td>
118
+ <td data-value="0" class="pct low">0%</td>
119
+ <td data-value="54" class="abs low">0/54</td>
120
+ <td data-value="0" class="pct low">0%</td>
121
+ <td data-value="14" class="abs low">0/14</td>
122
+ <td data-value="1.56" class="pct low">1.56%</td>
123
+ <td data-value="64" class="abs low">1/64</td>
124
124
  </tr>
125
125
 
126
126
  <tr>
@@ -228,21 +228,6 @@
228
228
  <td data-value="5" class="abs low">1/5</td>
229
229
  </tr>
230
230
 
231
- <tr>
232
- <td class="file low" data-value="renderHelpText.js"><a href="renderHelpText.js.html">renderHelpText.js</a></td>
233
- <td data-value="8.33" class="pic low">
234
- <div class="chart"><div class="cover-fill" style="width: 8%"></div><div class="cover-empty" style="width: 92%"></div></div>
235
- </td>
236
- <td data-value="8.33" class="pct low">8.33%</td>
237
- <td data-value="12" class="abs low">1/12</td>
238
- <td data-value="100" class="pct high">100%</td>
239
- <td data-value="0" class="abs high">0/0</td>
240
- <td data-value="0" class="pct low">0%</td>
241
- <td data-value="11" class="abs low">0/11</td>
242
- <td data-value="8.33" class="pct low">8.33%</td>
243
- <td data-value="12" class="abs low">1/12</td>
244
- </tr>
245
-
246
231
  <tr>
247
232
  <td class="file medium" data-value="selectorSafe.js"><a href="selectorSafe.js.html">selectorSafe.js</a></td>
248
233
  <td data-value="50" class="pic medium">
@@ -304,18 +289,18 @@
304
289
  </tr>
305
290
 
306
291
  <tr>
307
- <td class="file medium" data-value="validators.js"><a href="validators.js.html">validators.js</a></td>
308
- <td data-value="71.87" class="pic medium">
309
- <div class="chart"><div class="cover-fill" style="width: 71%"></div><div class="cover-empty" style="width: 29%"></div></div>
292
+ <td class="file low" data-value="validators.js"><a href="validators.js.html">validators.js</a></td>
293
+ <td data-value="46.66" class="pic low">
294
+ <div class="chart"><div class="cover-fill" style="width: 46%"></div><div class="cover-empty" style="width: 54%"></div></div>
310
295
  </td>
311
- <td data-value="71.87" class="pct medium">71.87%</td>
312
- <td data-value="32" class="abs medium">23/32</td>
313
- <td data-value="60.46" class="pct medium">60.46%</td>
314
- <td data-value="43" class="abs medium">26/43</td>
315
- <td data-value="71.42" class="pct medium">71.42%</td>
316
- <td data-value="7" class="abs medium">5/7</td>
317
- <td data-value="71.87" class="pct medium">71.87%</td>
318
- <td data-value="32" class="abs medium">23/32</td>
296
+ <td data-value="46.66" class="pct low">46.66%</td>
297
+ <td data-value="30" class="abs low">14/30</td>
298
+ <td data-value="26.66" class="pct low">26.66%</td>
299
+ <td data-value="30" class="abs low">8/30</td>
300
+ <td data-value="36.36" class="pct low">36.36%</td>
301
+ <td data-value="11" class="abs low">4/11</td>
302
+ <td data-value="46.66" class="pct low">46.66%</td>
303
+ <td data-value="30" class="abs low">14/30</td>
319
304
  </tr>
320
305
 
321
306
  </tbody>
@@ -326,7 +311,7 @@
326
311
  <div class='footer quiet pad2 space-top1 center small'>
327
312
  Code coverage generated by
328
313
  <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
329
- at 2022-11-22T09:57:19.883Z
314
+ at 2022-11-22T10:07:38.260Z
330
315
  </div>
331
316
  <script src="../prettify.js"></script>
332
317
  <script>