@k-int/stripes-kint-components 5.31.2 → 5.31.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 (301) hide show
  1. package/CHANGELOG.md +16 -0
  2. package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +1 -0
  3. package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +3 -1
  4. package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
  5. package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +5 -1
  6. package/es/lib/SASQLookupComponent/SASQLookupComponent.test.js +540 -0
  7. package/es/lib/SASQLookupComponent/TableBody/TableBody.js +9 -5
  8. package/es/lib/SASQLookupComponent/TableBody/TableBody.test.js +253 -0
  9. package/es/lib/SASQLookupComponent/__mocks__/SASQLookupComponent.js +33 -0
  10. package/es/lib/SASQLookupComponent/__mocks__/SASQLookupComponentRender.js +24 -0
  11. package/es/lib/SASQLookupComponent/__mocks__/index.js +20 -0
  12. package/es/lib/SASQRoute/SASQRoute.test.js +267 -0
  13. package/es/lib/SASQViewComponent/SASQViewComponent.test.js +104 -0
  14. package/es/lib/SASQViewComponent/__mocks__/SASQViewComponent.js +19 -0
  15. package/es/lib/SASQViewComponent/__mocks__/SASQViewComponentRender.js +19 -0
  16. package/es/lib/SASQViewComponent/__mocks__/index.js +20 -0
  17. package/es/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +1 -1
  18. package/package.json +5 -1
  19. package/src/artifacts/coverage-jest/ActionList/ActionList.js.html +4 -4
  20. package/src/artifacts/coverage-jest/ActionList/ActionListFieldArray.js.html +10 -10
  21. package/src/artifacts/coverage-jest/ActionList/index.html +1 -1
  22. package/src/artifacts/coverage-jest/ActionList/index.js.html +1 -1
  23. package/src/artifacts/coverage-jest/ButtonTypedown/ButtonTypedown.js.html +3 -3
  24. package/src/artifacts/coverage-jest/ButtonTypedown/index.html +1 -1
  25. package/src/artifacts/coverage-jest/ButtonTypedown/index.js.html +1 -1
  26. package/src/artifacts/coverage-jest/ComboButton/ComboButton.js.html +3 -3
  27. package/src/artifacts/coverage-jest/ComboButton/index.html +1 -1
  28. package/src/artifacts/coverage-jest/ComboButton/index.js.html +1 -1
  29. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesLookup.js.html +3 -3
  30. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +6 -6
  31. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyForm.js.html +3 -3
  32. package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyView.js.html +3 -3
  33. package/src/artifacts/coverage-jest/CustomProperties/Config/index.html +1 -1
  34. package/src/artifacts/coverage-jest/CustomProperties/Config/index.js.html +1 -1
  35. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEdit.js.html +3 -3
  36. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +3 -3
  37. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesListField.js.html +5 -5
  38. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyField.js.html +3 -3
  39. package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyFormCard.js.html +3 -3
  40. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.html +1 -1
  41. package/src/artifacts/coverage-jest/CustomProperties/Edit/index.js.html +1 -1
  42. package/src/artifacts/coverage-jest/CustomProperties/Edit/testResources.js.html +1 -1
  43. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilter.js.html +3 -3
  44. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterField.js.html +7 -4
  45. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +3 -3
  46. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +3 -3
  47. package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesRule.js.html +11 -5
  48. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.html +1 -1
  49. package/src/artifacts/coverage-jest/CustomProperties/Filter/index.js.html +1 -1
  50. package/src/artifacts/coverage-jest/CustomProperties/Filter/testResources.js.html +1 -1
  51. package/src/artifacts/coverage-jest/CustomProperties/Filter/useOperators.js.html +3 -3
  52. package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +2 -2
  53. package/src/artifacts/coverage-jest/CustomProperties/Filter/useValueProps.js.html +3 -3
  54. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesView.js.html +3 -3
  55. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesViewCtx.js.html +3 -3
  56. package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +3 -3
  57. package/src/artifacts/coverage-jest/CustomProperties/View/index.html +1 -1
  58. package/src/artifacts/coverage-jest/CustomProperties/View/index.js.html +1 -1
  59. package/src/artifacts/coverage-jest/CustomProperties/View/testResources.js.html +1 -1
  60. package/src/artifacts/coverage-jest/CustomProperties/index.html +1 -1
  61. package/src/artifacts/coverage-jest/CustomProperties/index.js.html +1 -1
  62. package/src/artifacts/coverage-jest/CycleButton/CycleButton.js.html +3 -3
  63. package/src/artifacts/coverage-jest/CycleButton/index.html +1 -1
  64. package/src/artifacts/coverage-jest/CycleButton/index.js.html +1 -1
  65. package/src/artifacts/coverage-jest/FieldLabel/FieldLabel.js.html +2 -2
  66. package/src/artifacts/coverage-jest/FieldLabel/index.html +1 -1
  67. package/src/artifacts/coverage-jest/FieldLabel/index.js.html +1 -1
  68. package/src/artifacts/coverage-jest/FormModal/FormModal.js.html +3 -3
  69. package/src/artifacts/coverage-jest/FormModal/index.html +1 -1
  70. package/src/artifacts/coverage-jest/FormModal/index.js.html +1 -1
  71. package/src/artifacts/coverage-jest/FormattedKintMessage/FormattedKintMessage.js.html +3 -3
  72. package/src/artifacts/coverage-jest/FormattedKintMessage/index.html +1 -1
  73. package/src/artifacts/coverage-jest/FormattedKintMessage/index.js.html +1 -1
  74. package/src/artifacts/coverage-jest/IconSelect/IconSelect.js.html +3 -3
  75. package/src/artifacts/coverage-jest/IconSelect/index.html +1 -1
  76. package/src/artifacts/coverage-jest/IconSelect/index.js.html +1 -1
  77. package/src/artifacts/coverage-jest/NoResultsMessage/NoResultsMessage.js.html +3 -3
  78. package/src/artifacts/coverage-jest/NoResultsMessage/index.html +1 -1
  79. package/src/artifacts/coverage-jest/NoResultsMessage/index.js.html +1 -1
  80. package/src/artifacts/coverage-jest/NumberField/NumberField.js.html +3 -3
  81. package/src/artifacts/coverage-jest/NumberField/index.html +1 -1
  82. package/src/artifacts/coverage-jest/NumberField/index.js.html +1 -1
  83. package/src/artifacts/coverage-jest/QueryTypedown/QueryTypedown.js.html +3 -3
  84. package/src/artifacts/coverage-jest/QueryTypedown/index.html +1 -1
  85. package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
  86. package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +3 -3
  87. package/src/artifacts/coverage-jest/RefdataButtons/index.html +1 -1
  88. package/src/artifacts/coverage-jest/RefdataButtons/index.js.html +1 -1
  89. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +30 -15
  90. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.html +15 -15
  91. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.js.html +1 -1
  92. package/src/artifacts/coverage-jest/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +2 -2
  93. package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +3 -3
  94. package/src/artifacts/coverage-jest/RichSelect/index.html +1 -1
  95. package/src/artifacts/coverage-jest/RichSelect/index.js.html +1 -1
  96. package/src/artifacts/coverage-jest/RichSelect/useSelectedOption.js.html +2 -2
  97. package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +146 -149
  98. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +74 -65
  99. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +21 -21
  100. package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
  101. package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +21 -21
  102. package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
  103. package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +43 -43
  104. package/src/artifacts/coverage-jest/SASQRoute/index.html +21 -21
  105. package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
  106. package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +42 -42
  107. package/src/artifacts/coverage-jest/SASQViewComponent/index.html +21 -21
  108. package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
  109. package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +4 -4
  110. package/src/artifacts/coverage-jest/SearchField/index.html +1 -1
  111. package/src/artifacts/coverage-jest/SearchField/index.js.html +1 -1
  112. package/src/artifacts/coverage-jest/SearchKeyControl/SearchKeyControl.js.html +3 -3
  113. package/src/artifacts/coverage-jest/SearchKeyControl/index.html +1 -1
  114. package/src/artifacts/coverage-jest/SearchKeyControl/index.js.html +1 -1
  115. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +4 -4
  116. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.html +1 -1
  117. package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.js.html +1 -1
  118. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/EditableRefdataList.js.html +4 -4
  119. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.html +1 -1
  120. package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.js.html +1 -1
  121. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsList.js.html +3 -3
  122. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +5 -5
  123. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.html +1 -1
  124. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js.html +1 -1
  125. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js.html +3 -3
  126. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.html +1 -1
  127. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js.html +1 -1
  128. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js.html +3 -3
  129. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.html +1 -1
  130. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js.html +1 -1
  131. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/SettingField.js.html +3 -3
  132. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.html +1 -1
  133. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.js.html +1 -1
  134. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.html +1 -1
  135. package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.js.html +1 -1
  136. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js.html +4 -4
  137. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.html +1 -1
  138. package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.js.html +1 -1
  139. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPage.js.html +3 -3
  140. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +3 -3
  141. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.html +1 -1
  142. package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.js.html +1 -1
  143. package/src/artifacts/coverage-jest/Settings/SettingPage/index.html +1 -1
  144. package/src/artifacts/coverage-jest/Settings/SettingPage/index.js.html +1 -1
  145. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/SettingsFormContainer.js.html +3 -3
  146. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.html +1 -1
  147. package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.js.html +1 -1
  148. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsField.js.html +3 -3
  149. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +2 -2
  150. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +1 -1
  151. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
  152. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +1 -1
  153. package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +1 -1
  154. package/src/artifacts/coverage-jest/Settings/constants/index.html +1 -1
  155. package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
  156. package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +5 -5
  157. package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +2 -2
  158. package/src/artifacts/coverage-jest/Settings/contexts/index.html +1 -1
  159. package/src/artifacts/coverage-jest/Settings/contexts/index.js.html +1 -1
  160. package/src/artifacts/coverage-jest/Settings/hooks/index.html +1 -1
  161. package/src/artifacts/coverage-jest/Settings/hooks/index.js.html +1 -1
  162. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.html +1 -1
  163. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.js.html +1 -1
  164. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.html +1 -1
  165. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.js.html +1 -1
  166. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js.html +2 -2
  167. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.html +1 -1
  168. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.js.html +1 -1
  169. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js.html +2 -2
  170. package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +2 -2
  171. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.html +1 -1
  172. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.js.html +1 -1
  173. package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/useAppSettings.js.html +2 -2
  174. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.html +1 -1
  175. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.js.html +1 -1
  176. package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/useSettingSection.js.html +2 -2
  177. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.html +1 -1
  178. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
  179. package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +2 -2
  180. package/src/artifacts/coverage-jest/Settings/index.html +1 -1
  181. package/src/artifacts/coverage-jest/Settings/index.js.html +1 -1
  182. package/src/artifacts/coverage-jest/Tags/Tags.js.html +3 -3
  183. package/src/artifacts/coverage-jest/Tags/hooks/index.html +1 -1
  184. package/src/artifacts/coverage-jest/Tags/hooks/index.js.html +1 -1
  185. package/src/artifacts/coverage-jest/Tags/hooks/useTags.js.html +2 -2
  186. package/src/artifacts/coverage-jest/Tags/hooks/useTagsEnabled.js.html +8 -8
  187. package/src/artifacts/coverage-jest/Tags/index.html +1 -1
  188. package/src/artifacts/coverage-jest/Tags/index.js.html +1 -1
  189. package/src/artifacts/coverage-jest/Tags/tagsConfig.js.html +5 -5
  190. package/src/artifacts/coverage-jest/Typedown/Typedown.js.html +3 -3
  191. package/src/artifacts/coverage-jest/Typedown/index.html +1 -1
  192. package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
  193. package/src/artifacts/coverage-jest/cobertura-coverage.xml +712 -702
  194. package/src/artifacts/coverage-jest/constants/comparators.js.html +1 -1
  195. package/src/artifacts/coverage-jest/constants/customProperties.js.html +12 -12
  196. package/src/artifacts/coverage-jest/constants/endpoints.js.html +4 -4
  197. package/src/artifacts/coverage-jest/constants/eventCodes.js.html +4 -4
  198. package/src/artifacts/coverage-jest/constants/index.html +1 -1
  199. package/src/artifacts/coverage-jest/constants/pagination.js.html +6 -6
  200. package/src/artifacts/coverage-jest/hooks/index.html +51 -51
  201. package/src/artifacts/coverage-jest/hooks/index.js.html +1 -1
  202. package/src/artifacts/coverage-jest/hooks/intlHooks/index.html +1 -1
  203. package/src/artifacts/coverage-jest/hooks/intlHooks/index.js.html +1 -1
  204. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.html +1 -1
  205. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.js.html +1 -1
  206. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/useIntlKey.js.html +8 -8
  207. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.html +1 -1
  208. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.js.html +1 -1
  209. package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js.html +12 -12
  210. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.html +1 -1
  211. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.js.html +1 -1
  212. package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/useKintIntl.js.html +10 -10
  213. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.html +1 -1
  214. package/src/artifacts/coverage-jest/hooks/typedownHooks/index.js.html +1 -1
  215. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedown.js.html +2 -2
  216. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownData.js.html +2 -2
  217. package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownToggle.js.html +2 -2
  218. package/src/artifacts/coverage-jest/hooks/useActionListRef.js.html +2 -2
  219. package/src/artifacts/coverage-jest/hooks/useActiveElement.js.html +2 -2
  220. package/src/artifacts/coverage-jest/hooks/useCustomProperties.js.html +3 -3
  221. package/src/artifacts/coverage-jest/hooks/useHelperApp.js.html +2 -2
  222. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.html +1 -1
  223. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.js.html +1 -1
  224. package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/useInvalidateRefdata.js.html +2 -2
  225. package/src/artifacts/coverage-jest/hooks/useKiwtFieldArray.js.html +2 -2
  226. package/src/artifacts/coverage-jest/hooks/useKiwtSASQuery.js.html +48 -48
  227. package/src/artifacts/coverage-jest/hooks/useLocalPageStore.js.html +3 -3
  228. package/src/artifacts/coverage-jest/hooks/useLocalStorageState.js.html +22 -22
  229. package/src/artifacts/coverage-jest/hooks/useModConfigEntries.js.html +3 -3
  230. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.html +1 -1
  231. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.js.html +1 -1
  232. package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/useMutateCustomProperties.js.html +2 -2
  233. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.html +1 -1
  234. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.js.html +5 -2
  235. package/src/artifacts/coverage-jest/hooks/useMutateGeneric/useMutateGeneric.js.html +2 -2
  236. package/src/artifacts/coverage-jest/hooks/useMutateModConfigEntry.js.html +2 -2
  237. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.html +1 -1
  238. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.js.html +1 -1
  239. package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js.html +2 -2
  240. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.html +1 -1
  241. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.js.html +1 -1
  242. package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/useMutateRefdataValue.js.html +2 -2
  243. package/src/artifacts/coverage-jest/hooks/usePrevNextPagination.js.html +68 -68
  244. package/src/artifacts/coverage-jest/hooks/useQIndex.js.html +28 -28
  245. package/src/artifacts/coverage-jest/hooks/useRefdata.js.html +3 -3
  246. package/src/artifacts/coverage-jest/hooks/useSASQQueryMeta.js.html +2 -2
  247. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.html +1 -1
  248. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.js.html +1 -1
  249. package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js.html +2 -2
  250. package/src/artifacts/coverage-jest/hooks/useTemplates.js.html +2 -2
  251. package/src/artifacts/coverage-jest/index.html +91 -91
  252. package/src/artifacts/coverage-jest/utils/buildUrl.js.html +34 -34
  253. package/src/artifacts/coverage-jest/utils/filterParsers/deparseKiwtQueryFilters.js.html +3 -3
  254. package/src/artifacts/coverage-jest/utils/filterParsers/index.html +1 -1
  255. package/src/artifacts/coverage-jest/utils/filterParsers/index.js.html +1 -1
  256. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryFilters.js.html +3 -3
  257. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryGroups.js.html +2 -2
  258. package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryString.js.html +5 -5
  259. package/src/artifacts/coverage-jest/utils/generateKiwtQuery.js.html +7 -7
  260. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/generateKiwtQueryParams.js.html +67 -67
  261. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.html +21 -21
  262. package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.js.html +1 -1
  263. package/src/artifacts/coverage-jest/utils/groupCustomPropertiesByCtx.js.html +2 -2
  264. package/src/artifacts/coverage-jest/utils/highlightString.js.html +3 -3
  265. package/src/artifacts/coverage-jest/utils/index.html +22 -22
  266. package/src/artifacts/coverage-jest/utils/index.js.html +1 -1
  267. package/src/artifacts/coverage-jest/utils/matchString.js.html +2 -2
  268. package/src/artifacts/coverage-jest/utils/modConfigEntriesQueryKey.js.html +2 -2
  269. package/src/artifacts/coverage-jest/utils/parseErrorResponse.js.html +2 -2
  270. package/src/artifacts/coverage-jest/utils/parseModConfigEntry.js.html +2 -2
  271. package/src/artifacts/coverage-jest/utils/refdataOptions.js.html +1 -1
  272. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.html +1 -1
  273. package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.js.html +1 -1
  274. package/src/artifacts/coverage-jest/utils/refdataQueryKey/refdataQueryKey.js.html +2 -2
  275. package/src/artifacts/coverage-jest/utils/selectorSafe.js.html +2 -2
  276. package/src/artifacts/coverage-jest/utils/sortByLabel.js.html +2 -2
  277. package/src/artifacts/coverage-jest/utils/toCamelCase.js.html +2 -2
  278. package/src/artifacts/coverage-jest/utils/typedownQueryKey.js.html +2 -2
  279. package/src/artifacts/coverage-jest/validators/index.html +1 -1
  280. package/src/artifacts/coverage-jest/validators/index.js.html +1 -1
  281. package/src/artifacts/coverage-jest/validators/validators.js.html +8 -8
  282. package/src/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +1 -0
  283. package/src/lib/CustomProperties/Filter/CustomPropertiesRule.js +2 -0
  284. package/src/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +7 -2
  285. package/src/lib/SASQLookupComponent/SASQLookupComponent.js +3 -4
  286. package/src/lib/SASQLookupComponent/SASQLookupComponent.test.js +495 -0
  287. package/src/lib/SASQLookupComponent/TableBody/TableBody.js +6 -3
  288. package/src/lib/SASQLookupComponent/TableBody/TableBody.test.js +247 -0
  289. package/src/lib/SASQLookupComponent/__mocks__/SASQLookupComponent.js +31 -0
  290. package/src/lib/SASQLookupComponent/__mocks__/SASQLookupComponentRender.js +20 -0
  291. package/src/lib/SASQLookupComponent/__mocks__/index.js +2 -0
  292. package/src/lib/SASQRoute/SASQRoute.test.js +281 -0
  293. package/src/lib/SASQViewComponent/SASQViewComponent.test.js +114 -0
  294. package/src/lib/SASQViewComponent/__mocks__/SASQViewComponent.js +13 -0
  295. package/src/lib/SASQViewComponent/__mocks__/SASQViewComponentRender.js +17 -0
  296. package/src/lib/SASQViewComponent/__mocks__/index.js +2 -0
  297. package/src/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +1 -1
  298. package/src/lib/hooks/useMutateGeneric/index.js +1 -1
  299. package/test/helpers/test-implementor-translations.json +2 -1
  300. package/test/helpers/translationsProperties.js +1 -1
  301. package/test/jest/setupTests.js +1 -1
@@ -1,6 +1,6 @@
1
1
  <?xml version="1.0" ?>
2
2
  <!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
3
- <coverage lines-valid="2356" lines-covered="811" line-rate="0.3442" branches-valid="1720" branches-covered="396" branch-rate="0.2302" timestamp="1765792998832" complexity="0" version="0.1">
3
+ <coverage lines-valid="2361" lines-covered="989" line-rate="0.4188" branches-valid="1726" branches-covered="518" branch-rate="0.30010000000000003" timestamp="1770225512612" complexity="0" version="0.1">
4
4
  <sources>
5
5
  <source>/builds/knowledge-integration/folio/stripes-kint-components</source>
6
6
  </sources>
@@ -36,14 +36,14 @@
36
36
  </method>
37
37
  </methods>
38
38
  <lines>
39
- <line number="10" hits="23" branch="false"/>
40
- <line number="32" hits="23" branch="false"/>
39
+ <line number="10" hits="27" branch="false"/>
40
+ <line number="32" hits="27" branch="false"/>
41
41
  <line number="51" hits="0" branch="false"/>
42
42
  <line number="52" hits="0" branch="false"/>
43
43
  <line number="55" hits="0" branch="false"/>
44
44
  <line number="61" hits="0" branch="false"/>
45
45
  <line number="65" hits="0" branch="false"/>
46
- <line number="94" hits="23" branch="false"/>
46
+ <line number="94" hits="27" branch="false"/>
47
47
  </lines>
48
48
  </class>
49
49
  <class name="ActionListFieldArray.js" filename="src/lib/ActionList/ActionListFieldArray.js" line-rate="0.07429999999999999" branch-rate="0">
@@ -205,17 +205,17 @@
205
205
  </method>
206
206
  </methods>
207
207
  <lines>
208
- <line number="13" hits="23" branch="false"/>
209
- <line number="14" hits="23" branch="false"/>
210
- <line number="15" hits="23" branch="false"/>
211
- <line number="17" hits="23" branch="false"/>
212
- <line number="43" hits="23" branch="false"/>
208
+ <line number="13" hits="27" branch="false"/>
209
+ <line number="14" hits="27" branch="false"/>
210
+ <line number="15" hits="27" branch="false"/>
211
+ <line number="17" hits="27" branch="false"/>
212
+ <line number="43" hits="27" branch="false"/>
213
213
  <line number="44" hits="0" branch="true" condition-coverage="0% (0/2)"/>
214
214
  <line number="45" hits="0" branch="false"/>
215
215
  <line number="54" hits="0" branch="false"/>
216
- <line number="65" hits="23" branch="false"/>
217
- <line number="73" hits="23" branch="false"/>
218
- <line number="75" hits="23" branch="false"/>
216
+ <line number="65" hits="27" branch="false"/>
217
+ <line number="73" hits="27" branch="false"/>
218
+ <line number="75" hits="27" branch="false"/>
219
219
  <line number="97" hits="0" branch="false"/>
220
220
  <line number="98" hits="0" branch="false"/>
221
221
  <line number="99" hits="0" branch="false"/>
@@ -325,7 +325,7 @@
325
325
  <line number="455" hits="0" branch="true" condition-coverage="0% (0/2)"/>
326
326
  <line number="456" hits="0" branch="false"/>
327
327
  <line number="457" hits="0" branch="false"/>
328
- <line number="473" hits="23" branch="false"/>
328
+ <line number="473" hits="27" branch="false"/>
329
329
  </lines>
330
330
  </class>
331
331
  <class name="index.js" filename="src/lib/ActionList/index.js" line-rate="0" branch-rate="0">
@@ -362,12 +362,12 @@
362
362
  </method>
363
363
  </methods>
364
364
  <lines>
365
- <line number="8" hits="23" branch="false"/>
365
+ <line number="8" hits="27" branch="false"/>
366
366
  <line number="13" hits="0" branch="false"/>
367
367
  <line number="15" hits="0" branch="false"/>
368
368
  <line number="17" hits="0" branch="false"/>
369
369
  <line number="31" hits="0" branch="false"/>
370
- <line number="49" hits="23" branch="false"/>
370
+ <line number="49" hits="27" branch="false"/>
371
371
  </lines>
372
372
  </class>
373
373
  <class name="index.js" filename="src/lib/ButtonTypedown/index.js" line-rate="0" branch-rate="0">
@@ -429,7 +429,7 @@
429
429
  </method>
430
430
  </methods>
431
431
  <lines>
432
- <line number="23" hits="23" branch="false"/>
432
+ <line number="23" hits="27" branch="false"/>
433
433
  <line number="33" hits="0" branch="false"/>
434
434
  <line number="34" hits="0" branch="false"/>
435
435
  <line number="37" hits="0" branch="false"/>
@@ -448,7 +448,7 @@
448
448
  <line number="115" hits="0" branch="true" condition-coverage="0% (0/2)"/>
449
449
  <line number="116" hits="0" branch="false"/>
450
450
  <line number="137" hits="0" branch="false"/>
451
- <line number="147" hits="23" branch="false"/>
451
+ <line number="147" hits="27" branch="false"/>
452
452
  </lines>
453
453
  </class>
454
454
  <class name="index.js" filename="src/lib/ComboButton/index.js" line-rate="0" branch-rate="0">
@@ -520,7 +520,7 @@
520
520
  </method>
521
521
  </methods>
522
522
  <lines>
523
- <line number="12" hits="22" branch="false"/>
523
+ <line number="12" hits="26" branch="false"/>
524
524
  <line number="22" hits="2" branch="false"/>
525
525
  <line number="25" hits="2" branch="false"/>
526
526
  <line number="27" hits="2" branch="false"/>
@@ -538,7 +538,7 @@
538
538
  <line number="151" hits="6" branch="false"/>
539
539
  <line number="160" hits="72" branch="false"/>
540
540
  <line number="165" hits="72" branch="false"/>
541
- <line number="176" hits="22" branch="false"/>
541
+ <line number="176" hits="26" branch="false"/>
542
542
  </lines>
543
543
  </class>
544
544
  <class name="CustomPropertiesSettings.js" filename="src/lib/CustomProperties/Config/CustomPropertiesSettings.js" line-rate="0.3389" branch-rate="0.3617">
@@ -630,10 +630,10 @@
630
630
  </method>
631
631
  </methods>
632
632
  <lines>
633
- <line number="18" hits="23" branch="false"/>
634
- <line number="19" hits="23" branch="false"/>
635
- <line number="20" hits="23" branch="false"/>
636
- <line number="23" hits="23" branch="false"/>
633
+ <line number="18" hits="27" branch="false"/>
634
+ <line number="19" hits="27" branch="false"/>
635
+ <line number="20" hits="27" branch="false"/>
636
+ <line number="23" hits="27" branch="false"/>
637
637
  <line number="43" hits="5" branch="false"/>
638
638
  <line number="45" hits="5" branch="false"/>
639
639
  <line number="46" hits="5" branch="false"/>
@@ -688,7 +688,7 @@
688
688
  <line number="354" hits="0" branch="false"/>
689
689
  <line number="355" hits="0" branch="false"/>
690
690
  <line number="356" hits="0" branch="false"/>
691
- <line number="364" hits="23" branch="false"/>
691
+ <line number="364" hits="27" branch="false"/>
692
692
  </lines>
693
693
  </class>
694
694
  <class name="CustomPropertyForm.js" filename="src/lib/CustomProperties/Config/CustomPropertyForm.js" line-rate="0.6666" branch-rate="0.5476">
@@ -740,7 +740,7 @@
740
740
  </method>
741
741
  </methods>
742
742
  <lines>
743
- <line number="27" hits="23" branch="false"/>
743
+ <line number="27" hits="27" branch="false"/>
744
744
  <line number="35" hits="40" branch="false"/>
745
745
  <line number="36" hits="40" branch="false"/>
746
746
  <line number="37" hits="40" branch="false"/>
@@ -766,7 +766,7 @@
766
766
  <line number="290" hits="0" branch="true" condition-coverage="0% (0/2)"/>
767
767
  <line number="291" hits="0" branch="false"/>
768
768
  <line number="293" hits="0" branch="false"/>
769
- <line number="454" hits="23" branch="false"/>
769
+ <line number="454" hits="27" branch="false"/>
770
770
  </lines>
771
771
  </class>
772
772
  <class name="CustomPropertyView.js" filename="src/lib/CustomProperties/Config/CustomPropertyView.js" line-rate="1" branch-rate="0.5357">
@@ -778,10 +778,10 @@
778
778
  </method>
779
779
  </methods>
780
780
  <lines>
781
- <line number="8" hits="23" branch="false"/>
781
+ <line number="8" hits="27" branch="false"/>
782
782
  <line number="15" hits="9" branch="false"/>
783
783
  <line number="17" hits="9" branch="false"/>
784
- <line number="193" hits="23" branch="false"/>
784
+ <line number="193" hits="27" branch="false"/>
785
785
  </lines>
786
786
  </class>
787
787
  <class name="index.js" filename="src/lib/CustomProperties/Config/index.js" line-rate="0" branch-rate="0">
@@ -808,10 +808,10 @@
808
808
  </method>
809
809
  </methods>
810
810
  <lines>
811
- <line number="4" hits="23" branch="false"/>
811
+ <line number="4" hits="27" branch="false"/>
812
812
  <line number="13" hits="1" branch="false"/>
813
813
  <line number="15" hits="2" branch="false"/>
814
- <line number="31" hits="23" branch="false"/>
814
+ <line number="31" hits="27" branch="false"/>
815
815
  </lines>
816
816
  </class>
817
817
  <class name="CustomPropertiesEditCtx.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js" line-rate="0.8181" branch-rate="0.7777">
@@ -828,7 +828,7 @@
828
828
  </method>
829
829
  </methods>
830
830
  <lines>
831
- <line number="7" hits="22" branch="false"/>
831
+ <line number="7" hits="26" branch="false"/>
832
832
  <line number="16" hits="1" branch="false"/>
833
833
  <line number="19" hits="1" branch="false"/>
834
834
  <line number="21" hits="1" branch="true" condition-coverage="50% (1/2)"/>
@@ -838,7 +838,7 @@
838
838
  <line number="57" hits="1" branch="true" condition-coverage="50% (1/2)"/>
839
839
  <line number="58" hits="0" branch="false"/>
840
840
  <line number="61" hits="1" branch="false"/>
841
- <line number="79" hits="22" branch="false"/>
841
+ <line number="79" hits="26" branch="false"/>
842
842
  </lines>
843
843
  </class>
844
844
  <class name="CustomPropertiesListField.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesListField.js" line-rate="0.8431000000000001" branch-rate="0.6875">
@@ -935,7 +935,7 @@
935
935
  </method>
936
936
  </methods>
937
937
  <lines>
938
- <line number="10" hits="22" branch="false"/>
938
+ <line number="10" hits="26" branch="false"/>
939
939
  <line number="24" hits="15" branch="false"/>
940
940
  <line number="26" hits="15" branch="false"/>
941
941
  <line number="27" hits="15" branch="false"/>
@@ -964,7 +964,7 @@
964
964
  <line number="128" hits="180" branch="true" condition-coverage="66.66666666666666% (2/3)"/>
965
965
  <line number="132" hits="0" branch="false"/>
966
966
  <line number="133" hits="0" branch="false"/>
967
- <line number="146" hits="22" branch="false"/>
967
+ <line number="146" hits="26" branch="false"/>
968
968
  <line number="154" hits="10" branch="false"/>
969
969
  <line number="155" hits="10" branch="false"/>
970
970
  <line number="158" hits="10" branch="false"/>
@@ -984,8 +984,8 @@
984
984
  <line number="203" hits="5" branch="false"/>
985
985
  <line number="206" hits="10" branch="false"/>
986
986
  <line number="211" hits="10" branch="false"/>
987
- <line number="227" hits="22" branch="false"/>
988
- <line number="235" hits="22" branch="false"/>
987
+ <line number="227" hits="26" branch="false"/>
988
+ <line number="235" hits="26" branch="false"/>
989
989
  </lines>
990
990
  </class>
991
991
  <class name="CustomPropertyField.js" filename="src/lib/CustomProperties/Edit/CustomPropertyField.js" line-rate="0.6419" branch-rate="0.6229">
@@ -1097,7 +1097,7 @@
1097
1097
  </method>
1098
1098
  </methods>
1099
1099
  <lines>
1100
- <line number="22" hits="22" branch="false"/>
1100
+ <line number="22" hits="26" branch="false"/>
1101
1101
  <line number="36" hits="14" branch="false"/>
1102
1102
  <line number="38" hits="14" branch="false"/>
1103
1103
  <line number="39" hits="14" branch="true" condition-coverage="100% (2/2)"/>
@@ -1177,7 +1177,7 @@
1177
1177
  <line number="331" hits="0" branch="false"/>
1178
1178
  <line number="340" hits="14" branch="false"/>
1179
1179
  <line number="356" hits="14" branch="false"/>
1180
- <line number="390" hits="22" branch="false"/>
1180
+ <line number="390" hits="26" branch="false"/>
1181
1181
  </lines>
1182
1182
  </class>
1183
1183
  <class name="CustomPropertyFormCard.js" filename="src/lib/CustomProperties/Edit/CustomPropertyFormCard.js" line-rate="0.6666" branch-rate="0.5714">
@@ -1209,7 +1209,7 @@
1209
1209
  </method>
1210
1210
  </methods>
1211
1211
  <lines>
1212
- <line number="13" hits="22" branch="false"/>
1212
+ <line number="13" hits="26" branch="false"/>
1213
1213
  <line number="29" hits="3" branch="false"/>
1214
1214
  <line number="31" hits="3" branch="false"/>
1215
1215
  <line number="32" hits="3" branch="true" condition-coverage="50% (1/2)"/>
@@ -1220,7 +1220,7 @@
1220
1220
  <line number="53" hits="3" branch="false"/>
1221
1221
  <line number="63" hits="0" branch="false"/>
1222
1222
  <line number="68" hits="0" branch="false"/>
1223
- <line number="106" hits="22" branch="false"/>
1223
+ <line number="106" hits="26" branch="false"/>
1224
1224
  </lines>
1225
1225
  </class>
1226
1226
  <class name="index.js" filename="src/lib/CustomProperties/Edit/index.js" line-rate="0" branch-rate="0">
@@ -1356,7 +1356,7 @@
1356
1356
  </method>
1357
1357
  </methods>
1358
1358
  <lines>
1359
- <line number="15" hits="23" branch="false"/>
1359
+ <line number="15" hits="27" branch="false"/>
1360
1360
  <line number="26" hits="4" branch="false"/>
1361
1361
  <line number="27" hits="4" branch="false"/>
1362
1362
  <line number="28" hits="4" branch="false"/>
@@ -1378,7 +1378,7 @@
1378
1378
  <line number="88" hits="0" branch="false"/>
1379
1379
  <line number="91" hits="4" branch="false"/>
1380
1380
  <line number="103" hits="0" branch="false"/>
1381
- <line number="129" hits="23" branch="false"/>
1381
+ <line number="129" hits="27" branch="false"/>
1382
1382
  </lines>
1383
1383
  </class>
1384
1384
  <class name="CustomPropertiesFilterField.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilterField.js" line-rate="0.7272" branch-rate="0.4285">
@@ -1400,52 +1400,52 @@
1400
1400
  </method>
1401
1401
  <method name="(anonymous_3)" hits="8" signature="()V">
1402
1402
  <lines>
1403
- <line number="62" hits="8"/>
1403
+ <line number="63" hits="8"/>
1404
1404
  </lines>
1405
1405
  </method>
1406
1406
  <method name="(anonymous_4)" hits="48" signature="()V">
1407
1407
  <lines>
1408
- <line number="68" hits="48"/>
1408
+ <line number="69" hits="48"/>
1409
1409
  </lines>
1410
1410
  </method>
1411
1411
  <method name="(anonymous_5)" hits="10" signature="()V">
1412
1412
  <lines>
1413
- <line number="100" hits="10"/>
1413
+ <line number="101" hits="10"/>
1414
1414
  </lines>
1415
1415
  </method>
1416
1416
  <method name="(anonymous_6)" hits="4" signature="()V">
1417
1417
  <lines>
1418
- <line number="123" hits="4"/>
1418
+ <line number="124" hits="4"/>
1419
1419
  </lines>
1420
1420
  </method>
1421
1421
  <method name="(anonymous_7)" hits="4" signature="()V">
1422
1422
  <lines>
1423
- <line number="123" hits="4"/>
1423
+ <line number="124" hits="4"/>
1424
1424
  </lines>
1425
1425
  </method>
1426
1426
  <method name="(anonymous_8)" hits="0" signature="()V">
1427
1427
  <lines>
1428
- <line number="127" hits="0"/>
1428
+ <line number="128" hits="0"/>
1429
1429
  </lines>
1430
1430
  </method>
1431
1431
  <method name="(anonymous_9)" hits="10" signature="()V">
1432
1432
  <lines>
1433
- <line number="128" hits="10"/>
1433
+ <line number="129" hits="10"/>
1434
1434
  </lines>
1435
1435
  </method>
1436
1436
  <method name="(anonymous_10)" hits="0" signature="()V">
1437
1437
  <lines>
1438
- <line number="132" hits="0"/>
1438
+ <line number="133" hits="0"/>
1439
1439
  </lines>
1440
1440
  </method>
1441
1441
  <method name="(anonymous_11)" hits="0" signature="()V">
1442
1442
  <lines>
1443
- <line number="140" hits="0"/>
1443
+ <line number="141" hits="0"/>
1444
1444
  </lines>
1445
1445
  </method>
1446
1446
  </methods>
1447
1447
  <lines>
1448
- <line number="20" hits="22" branch="false"/>
1448
+ <line number="20" hits="26" branch="false"/>
1449
1449
  <line number="29" hits="4" branch="false"/>
1450
1450
  <line number="30" hits="4" branch="false"/>
1451
1451
  <line number="31" hits="4" branch="false"/>
@@ -1457,16 +1457,16 @@
1457
1457
  <line number="51" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1458
1458
  <line number="52" hits="0" branch="false"/>
1459
1459
  <line number="55" hits="4" branch="false"/>
1460
- <line number="63" hits="8" branch="false"/>
1461
- <line number="69" hits="48" branch="false"/>
1462
- <line number="100" hits="10" branch="true" condition-coverage="50% (1/2)"/>
1463
- <line number="123" hits="4" branch="false"/>
1460
+ <line number="64" hits="8" branch="false"/>
1461
+ <line number="70" hits="48" branch="false"/>
1462
+ <line number="101" hits="10" branch="true" condition-coverage="50% (1/2)"/>
1464
1463
  <line number="124" hits="4" branch="false"/>
1465
- <line number="127" hits="0" branch="false"/>
1466
- <line number="128" hits="10" branch="false"/>
1467
- <line number="132" hits="0" branch="false"/>
1468
- <line number="140" hits="0" branch="false"/>
1469
- <line number="151" hits="22" branch="false"/>
1464
+ <line number="125" hits="4" branch="false"/>
1465
+ <line number="128" hits="0" branch="false"/>
1466
+ <line number="129" hits="10" branch="false"/>
1467
+ <line number="133" hits="0" branch="false"/>
1468
+ <line number="141" hits="0" branch="false"/>
1469
+ <line number="152" hits="26" branch="false"/>
1470
1470
  </lines>
1471
1471
  </class>
1472
1472
  <class name="CustomPropertiesFilterFieldArray.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js" line-rate="0.6" branch-rate="0.3333">
@@ -1503,7 +1503,7 @@
1503
1503
  </method>
1504
1504
  </methods>
1505
1505
  <lines>
1506
- <line number="17" hits="22" branch="false"/>
1506
+ <line number="17" hits="26" branch="false"/>
1507
1507
  <line number="23" hits="3" branch="false"/>
1508
1508
  <line number="24" hits="3" branch="false"/>
1509
1509
  <line number="26" hits="3" branch="false"/>
@@ -1512,7 +1512,7 @@
1512
1512
  <line number="45" hits="0" branch="false"/>
1513
1513
  <line number="50" hits="0" branch="false"/>
1514
1514
  <line number="92" hits="0" branch="false"/>
1515
- <line number="103" hits="22" branch="false"/>
1515
+ <line number="103" hits="26" branch="false"/>
1516
1516
  </lines>
1517
1517
  </class>
1518
1518
  <class name="CustomPropertiesFilterForm.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js" line-rate="1" branch-rate="0.6666">
@@ -1524,10 +1524,10 @@
1524
1524
  </method>
1525
1525
  </methods>
1526
1526
  <lines>
1527
- <line number="13" hits="22" branch="false"/>
1527
+ <line number="13" hits="26" branch="false"/>
1528
1528
  <line number="26" hits="3" branch="false"/>
1529
1529
  <line number="28" hits="3" branch="false"/>
1530
- <line number="71" hits="22" branch="false"/>
1530
+ <line number="71" hits="26" branch="false"/>
1531
1531
  </lines>
1532
1532
  </class>
1533
1533
  <class name="CustomPropertiesRule.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesRule.js" line-rate="0.9285" branch-rate="0.6666">
@@ -1549,35 +1549,35 @@
1549
1549
  </method>
1550
1550
  <method name="(anonymous_3)" hits="8" signature="()V">
1551
1551
  <lines>
1552
- <line number="85" hits="8"/>
1552
+ <line number="87" hits="8"/>
1553
1553
  </lines>
1554
1554
  </method>
1555
1555
  <method name="(anonymous_4)" hits="28" signature="()V">
1556
1556
  <lines>
1557
- <line number="88" hits="28"/>
1557
+ <line number="90" hits="28"/>
1558
1558
  </lines>
1559
1559
  </method>
1560
1560
  <method name="(anonymous_5)" hits="0" signature="()V">
1561
1561
  <lines>
1562
- <line number="122" hits="0"/>
1562
+ <line number="124" hits="0"/>
1563
1563
  </lines>
1564
1564
  </method>
1565
1565
  </methods>
1566
1566
  <lines>
1567
- <line number="21" hits="22" branch="false"/>
1568
- <line number="42" hits="22" branch="false"/>
1567
+ <line number="21" hits="26" branch="false"/>
1568
+ <line number="42" hits="26" branch="false"/>
1569
1569
  <line number="54" hits="12" branch="false"/>
1570
1570
  <line number="55" hits="12" branch="false"/>
1571
1571
  <line number="56" hits="12" branch="false"/>
1572
1572
  <line number="58" hits="92" branch="false"/>
1573
1573
  <line number="60" hits="12" branch="false"/>
1574
1574
  <line number="80" hits="28" branch="false"/>
1575
- <line number="86" hits="8" branch="false"/>
1576
- <line number="88" hits="28" branch="false"/>
1577
- <line number="89" hits="8" branch="true" condition-coverage="100% (2/2)"/>
1578
- <line number="90" hits="2" branch="false"/>
1579
- <line number="123" hits="0" branch="false"/>
1580
- <line number="137" hits="22" branch="false"/>
1575
+ <line number="88" hits="8" branch="false"/>
1576
+ <line number="90" hits="28" branch="false"/>
1577
+ <line number="91" hits="8" branch="true" condition-coverage="100% (2/2)"/>
1578
+ <line number="92" hits="2" branch="false"/>
1579
+ <line number="125" hits="0" branch="false"/>
1580
+ <line number="139" hits="26" branch="false"/>
1581
1581
  </lines>
1582
1582
  </class>
1583
1583
  <class name="index.js" filename="src/lib/CustomProperties/Filter/index.js" line-rate="0" branch-rate="0">
@@ -1663,8 +1663,8 @@
1663
1663
  </method>
1664
1664
  </methods>
1665
1665
  <lines>
1666
- <line number="11" hits="23" branch="false"/>
1667
- <line number="13" hits="23" branch="true" condition-coverage="75% (3/4)"/>
1666
+ <line number="11" hits="27" branch="false"/>
1667
+ <line number="13" hits="27" branch="true" condition-coverage="75% (3/4)"/>
1668
1668
  <line number="14" hits="16" branch="false"/>
1669
1669
  <line number="16" hits="16" branch="false"/>
1670
1670
  <line number="21" hits="16" branch="true" condition-coverage="100% (5/5)"/>
@@ -1709,7 +1709,7 @@
1709
1709
  </method>
1710
1710
  </methods>
1711
1711
  <lines>
1712
- <line number="3" hits="23" branch="true" condition-coverage="0% (0/1)"/>
1712
+ <line number="3" hits="27" branch="true" condition-coverage="0% (0/1)"/>
1713
1713
  <line number="4" hits="40" branch="false"/>
1714
1714
  <line number="6" hits="4" branch="false"/>
1715
1715
  <line number="7" hits="4" branch="false"/>
@@ -1749,8 +1749,8 @@
1749
1749
  </method>
1750
1750
  </methods>
1751
1751
  <lines>
1752
- <line number="12" hits="22" branch="false"/>
1753
- <line number="14" hits="22" branch="false"/>
1752
+ <line number="12" hits="26" branch="false"/>
1753
+ <line number="14" hits="26" branch="false"/>
1754
1754
  <line number="20" hits="12" branch="false"/>
1755
1755
  <line number="24" hits="12" branch="true" condition-coverage="42.857142857142854% (3/7)"/>
1756
1756
  <line number="27" hits="0" branch="false"/>
@@ -1793,10 +1793,10 @@
1793
1793
  </method>
1794
1794
  </methods>
1795
1795
  <lines>
1796
- <line number="4" hits="23" branch="false"/>
1796
+ <line number="4" hits="27" branch="false"/>
1797
1797
  <line number="13" hits="1" branch="false"/>
1798
1798
  <line number="15" hits="2" branch="false"/>
1799
- <line number="31" hits="23" branch="false"/>
1799
+ <line number="31" hits="27" branch="false"/>
1800
1800
  </lines>
1801
1801
  </class>
1802
1802
  <class name="CustomPropertiesViewCtx.js" filename="src/lib/CustomProperties/View/CustomPropertiesViewCtx.js" line-rate="0.8887999999999999" branch-rate="0.5625">
@@ -1833,7 +1833,7 @@
1833
1833
  </method>
1834
1834
  </methods>
1835
1835
  <lines>
1836
- <line number="8" hits="22" branch="false"/>
1836
+ <line number="8" hits="26" branch="false"/>
1837
1837
  <line number="17" hits="1" branch="false"/>
1838
1838
  <line number="20" hits="1" branch="false"/>
1839
1839
  <line number="22" hits="1" branch="true" condition-coverage="50% (1/2)"/>
@@ -1850,7 +1850,7 @@
1850
1850
  <line number="85" hits="1" branch="false"/>
1851
1851
  <line number="87" hits="1" branch="false"/>
1852
1852
  <line number="97" hits="12" branch="false"/>
1853
- <line number="110" hits="22" branch="false"/>
1853
+ <line number="110" hits="26" branch="false"/>
1854
1854
  </lines>
1855
1855
  </class>
1856
1856
  <class name="CustomPropertyCard.js" filename="src/lib/CustomProperties/View/CustomPropertyCard.js" line-rate="0.11109999999999999" branch-rate="0">
@@ -1872,7 +1872,7 @@
1872
1872
  </method>
1873
1873
  </methods>
1874
1874
  <lines>
1875
- <line number="18" hits="22" branch="false"/>
1875
+ <line number="18" hits="26" branch="false"/>
1876
1876
  <line number="27" hits="0" branch="false"/>
1877
1877
  <line number="30" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1878
1878
  <line number="32" hits="0" branch="true" condition-coverage="0% (0/2)"/>
@@ -1889,7 +1889,7 @@
1889
1889
  <line number="63" hits="0" branch="false"/>
1890
1890
  <line number="66" hits="0" branch="false"/>
1891
1891
  <line number="70" hits="0" branch="false"/>
1892
- <line number="168" hits="22" branch="false"/>
1892
+ <line number="168" hits="26" branch="false"/>
1893
1893
  </lines>
1894
1894
  </class>
1895
1895
  <class name="index.js" filename="src/lib/CustomProperties/View/index.js" line-rate="0" branch-rate="0">
@@ -1926,14 +1926,14 @@
1926
1926
  </method>
1927
1927
  </methods>
1928
1928
  <lines>
1929
- <line number="9" hits="23" branch="false"/>
1929
+ <line number="9" hits="27" branch="false"/>
1930
1930
  <line number="13" hits="0" branch="false"/>
1931
1931
  <line number="15" hits="0" branch="false"/>
1932
1932
  <line number="17" hits="0" branch="false"/>
1933
1933
  <line number="25" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1934
1934
  <line number="26" hits="0" branch="false"/>
1935
1935
  <line number="29" hits="0" branch="true" condition-coverage="0% (0/2)"/>
1936
- <line number="35" hits="23" branch="false"/>
1936
+ <line number="35" hits="27" branch="false"/>
1937
1937
  </lines>
1938
1938
  </class>
1939
1939
  <class name="index.js" filename="src/lib/CycleButton/index.js" line-rate="0" branch-rate="0">
@@ -1960,7 +1960,7 @@
1960
1960
  </method>
1961
1961
  </methods>
1962
1962
  <lines>
1963
- <line number="3" hits="23" branch="false"/>
1963
+ <line number="3" hits="27" branch="false"/>
1964
1964
  <line number="8" hits="0" branch="false"/>
1965
1965
  <line number="13" hits="0" branch="false"/>
1966
1966
  </lines>
@@ -2019,7 +2019,7 @@
2019
2019
  </method>
2020
2020
  </methods>
2021
2021
  <lines>
2022
- <line number="7" hits="22" branch="false"/>
2022
+ <line number="7" hits="26" branch="false"/>
2023
2023
  <line number="18" hits="3" branch="false"/>
2024
2024
  <line number="20" hits="3" branch="false"/>
2025
2025
  <line number="26" hits="3" branch="false"/>
@@ -2054,7 +2054,7 @@
2054
2054
  <line number="91" hits="3" branch="false"/>
2055
2055
  <line number="92" hits="3" branch="false"/>
2056
2056
  <line number="119" hits="3" branch="false"/>
2057
- <line number="134" hits="22" branch="false"/>
2057
+ <line number="134" hits="26" branch="false"/>
2058
2058
  </lines>
2059
2059
  </class>
2060
2060
  <class name="index.js" filename="src/lib/FormModal/index.js" line-rate="0" branch-rate="0">
@@ -2076,7 +2076,7 @@
2076
2076
  </method>
2077
2077
  </methods>
2078
2078
  <lines>
2079
- <line number="6" hits="23" branch="false"/>
2079
+ <line number="6" hits="27" branch="false"/>
2080
2080
  <line number="14" hits="0" branch="false"/>
2081
2081
  <line number="15" hits="0" branch="false"/>
2082
2082
  <line number="17" hits="0" branch="true" condition-coverage="0% (0/2)"/>
@@ -2090,7 +2090,7 @@
2090
2090
  <line number="37" hits="0" branch="false"/>
2091
2091
  <line number="40" hits="0" branch="false"/>
2092
2092
  <line number="43" hits="0" branch="false"/>
2093
- <line number="46" hits="23" branch="false"/>
2093
+ <line number="46" hits="27" branch="false"/>
2094
2094
  </lines>
2095
2095
  </class>
2096
2096
  <class name="index.js" filename="src/lib/FormattedKintMessage/index.js" line-rate="0" branch-rate="0">
@@ -2127,7 +2127,7 @@
2127
2127
  </method>
2128
2128
  </methods>
2129
2129
  <lines>
2130
- <line number="17" hits="23" branch="false"/>
2130
+ <line number="17" hits="27" branch="false"/>
2131
2131
  <line number="32" hits="0" branch="false"/>
2132
2132
  <line number="43" hits="0" branch="false"/>
2133
2133
  <line number="48" hits="0" branch="false"/>
@@ -2138,7 +2138,7 @@
2138
2138
  <line number="67" hits="0" branch="false"/>
2139
2139
  <line number="77" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2140
2140
  <line number="80" hits="0" branch="false"/>
2141
- <line number="107" hits="23" branch="false"/>
2141
+ <line number="107" hits="27" branch="false"/>
2142
2142
  </lines>
2143
2143
  </class>
2144
2144
  <class name="index.js" filename="src/lib/IconSelect/index.js" line-rate="0" branch-rate="0">
@@ -2160,7 +2160,7 @@
2160
2160
  </method>
2161
2161
  </methods>
2162
2162
  <lines>
2163
- <line number="8" hits="23" branch="false"/>
2163
+ <line number="8" hits="27" branch="false"/>
2164
2164
  <line number="21" hits="0" branch="false"/>
2165
2165
  <line number="23" hits="0" branch="false"/>
2166
2166
  <line number="24" hits="0" branch="false"/>
@@ -2177,7 +2177,7 @@
2177
2177
  <line number="40" hits="0" branch="false"/>
2178
2178
  <line number="41" hits="0" branch="false"/>
2179
2179
  <line number="44" hits="0" branch="false"/>
2180
- <line number="74" hits="23" branch="false"/>
2180
+ <line number="74" hits="27" branch="false"/>
2181
2181
  </lines>
2182
2182
  </class>
2183
2183
  <class name="index.js" filename="src/lib/NoResultsMessage/index.js" line-rate="0" branch-rate="0">
@@ -2224,7 +2224,7 @@
2224
2224
  </method>
2225
2225
  </methods>
2226
2226
  <lines>
2227
- <line number="16" hits="23" branch="false"/>
2227
+ <line number="16" hits="27" branch="false"/>
2228
2228
  <line number="23" hits="606" branch="false"/>
2229
2229
  <line number="27" hits="606" branch="true" condition-coverage="100% (2/2)"/>
2230
2230
  <line number="29" hits="606" branch="false"/>
@@ -2257,7 +2257,7 @@
2257
2257
  <line number="91" hits="28" branch="true" condition-coverage="50% (1/2)"/>
2258
2258
  <line number="92" hits="28" branch="false"/>
2259
2259
  <line number="94" hits="28" branch="false"/>
2260
- <line number="113" hits="23" branch="false"/>
2260
+ <line number="113" hits="27" branch="false"/>
2261
2261
  </lines>
2262
2262
  </class>
2263
2263
  <class name="index.js" filename="src/lib/NumberField/index.js" line-rate="0" branch-rate="0">
@@ -2294,7 +2294,7 @@
2294
2294
  </method>
2295
2295
  </methods>
2296
2296
  <lines>
2297
- <line number="7" hits="23" branch="false"/>
2297
+ <line number="7" hits="27" branch="false"/>
2298
2298
  <line number="8" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2299
2299
  <line number="13" hits="0" branch="false"/>
2300
2300
  <line number="14" hits="0" branch="false"/>
@@ -2304,7 +2304,7 @@
2304
2304
  <line number="21" hits="0" branch="false"/>
2305
2305
  <line number="22" hits="0" branch="false"/>
2306
2306
  <line number="25" hits="0" branch="false"/>
2307
- <line number="34" hits="23" branch="false"/>
2307
+ <line number="34" hits="27" branch="false"/>
2308
2308
  </lines>
2309
2309
  </class>
2310
2310
  <class name="index.js" filename="src/lib/QueryTypedown/index.js" line-rate="0" branch-rate="0">
@@ -2356,7 +2356,7 @@
2356
2356
  </method>
2357
2357
  </methods>
2358
2358
  <lines>
2359
- <line number="6" hits="23" branch="false"/>
2359
+ <line number="6" hits="27" branch="false"/>
2360
2360
  <line number="8" hits="4" branch="true" condition-coverage="100% (1/1)"/>
2361
2361
  <line number="9" hits="4" branch="false"/>
2362
2362
  <line number="12" hits="4" branch="true" condition-coverage="50% (1/2)"/>
@@ -2384,7 +2384,7 @@
2384
2384
  <line number="65" hits="0" branch="false"/>
2385
2385
  <line number="67" hits="0" branch="false"/>
2386
2386
  <line number="78" hits="4" branch="false"/>
2387
- <line number="86" hits="23" branch="false"/>
2387
+ <line number="86" hits="27" branch="false"/>
2388
2388
  </lines>
2389
2389
  </class>
2390
2390
  <class name="index.js" filename="src/lib/RefdataButtons/index.js" line-rate="0" branch-rate="0">
@@ -2395,9 +2395,9 @@
2395
2395
  </class>
2396
2396
  </classes>
2397
2397
  </package>
2398
- <package name="ResponsiveButtonGroup" line-rate="0.1" branch-rate="0">
2398
+ <package name="ResponsiveButtonGroup" line-rate="0.09519999999999999" branch-rate="0">
2399
2399
  <classes>
2400
- <class name="ResponsiveButtonGroup.js" filename="src/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js" line-rate="0.1515" branch-rate="0">
2400
+ <class name="ResponsiveButtonGroup.js" filename="src/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js" line-rate="0.1388" branch-rate="0">
2401
2401
  <methods>
2402
2402
  <method name="(anonymous_0)" hits="0" signature="()V">
2403
2403
  <lines>
@@ -2416,84 +2416,92 @@
2416
2416
  </method>
2417
2417
  <method name="(anonymous_3)" hits="0" signature="()V">
2418
2418
  <lines>
2419
- <line number="71" hits="0"/>
2419
+ <line number="58" hits="0"/>
2420
2420
  </lines>
2421
2421
  </method>
2422
2422
  <method name="(anonymous_4)" hits="0" signature="()V">
2423
2423
  <lines>
2424
- <line number="95" hits="0"/>
2424
+ <line number="76" hits="0"/>
2425
2425
  </lines>
2426
2426
  </method>
2427
2427
  <method name="(anonymous_5)" hits="0" signature="()V">
2428
2428
  <lines>
2429
- <line number="96" hits="0"/>
2429
+ <line number="100" hits="0"/>
2430
2430
  </lines>
2431
2431
  </method>
2432
2432
  <method name="(anonymous_6)" hits="0" signature="()V">
2433
2433
  <lines>
2434
- <line number="105" hits="0"/>
2434
+ <line number="101" hits="0"/>
2435
2435
  </lines>
2436
2436
  </method>
2437
2437
  <method name="(anonymous_7)" hits="0" signature="()V">
2438
2438
  <lines>
2439
- <line number="108" hits="0"/>
2439
+ <line number="110" hits="0"/>
2440
2440
  </lines>
2441
2441
  </method>
2442
2442
  <method name="(anonymous_8)" hits="0" signature="()V">
2443
2443
  <lines>
2444
- <line number="115" hits="0"/>
2444
+ <line number="113" hits="0"/>
2445
2445
  </lines>
2446
2446
  </method>
2447
2447
  <method name="(anonymous_9)" hits="0" signature="()V">
2448
2448
  <lines>
2449
- <line number="121" hits="0"/>
2449
+ <line number="120" hits="0"/>
2450
2450
  </lines>
2451
2451
  </method>
2452
2452
  <method name="(anonymous_10)" hits="0" signature="()V">
2453
2453
  <lines>
2454
- <line number="128" hits="0"/>
2454
+ <line number="126" hits="0"/>
2455
2455
  </lines>
2456
2456
  </method>
2457
2457
  <method name="(anonymous_11)" hits="0" signature="()V">
2458
2458
  <lines>
2459
- <line number="149" hits="0"/>
2459
+ <line number="133" hits="0"/>
2460
+ </lines>
2461
+ </method>
2462
+ <method name="(anonymous_12)" hits="0" signature="()V">
2463
+ <lines>
2464
+ <line number="154" hits="0"/>
2460
2465
  </lines>
2461
2466
  </method>
2462
2467
  </methods>
2463
2468
  <lines>
2464
- <line number="17" hits="23" branch="false"/>
2465
- <line number="28" hits="23" branch="false"/>
2466
- <line number="29" hits="23" branch="true" condition-coverage="0% (0/2)"/>
2469
+ <line number="17" hits="27" branch="false"/>
2470
+ <line number="28" hits="27" branch="false"/>
2471
+ <line number="29" hits="27" branch="true" condition-coverage="0% (0/2)"/>
2467
2472
  <line number="31" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2468
2473
  <line number="32" hits="0" branch="false"/>
2469
2474
  <line number="36" hits="0" branch="false"/>
2470
2475
  <line number="37" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2471
2476
  <line number="38" hits="0" branch="false"/>
2472
2477
  <line number="41" hits="0" branch="false"/>
2473
- <line number="45" hits="23" branch="false"/>
2478
+ <line number="45" hits="27" branch="false"/>
2474
2479
  <line number="56" hits="0" branch="false"/>
2475
- <line number="64" hits="0" branch="false"/>
2480
+ <line number="58" hits="0" branch="false"/>
2481
+ <line number="59" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2482
+ <line number="60" hits="0" branch="false"/>
2476
2483
  <line number="69" hits="0" branch="false"/>
2477
- <line number="71" hits="0" branch="false"/>
2478
- <line number="72" hits="0" branch="false"/>
2479
- <line number="95" hits="0" branch="false"/>
2480
- <line number="96" hits="0" branch="false"/>
2481
- <line number="97" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2482
- <line number="98" hits="0" branch="false"/>
2484
+ <line number="74" hits="0" branch="false"/>
2485
+ <line number="76" hits="0" branch="false"/>
2486
+ <line number="77" hits="0" branch="false"/>
2487
+ <line number="100" hits="0" branch="false"/>
2483
2488
  <line number="101" hits="0" branch="false"/>
2484
- <line number="105" hits="0" branch="false"/>
2489
+ <line number="102" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2490
+ <line number="103" hits="0" branch="false"/>
2485
2491
  <line number="106" hits="0" branch="false"/>
2486
- <line number="109" hits="0" branch="false"/>
2487
- <line number="115" hits="0" branch="false"/>
2488
- <line number="116" hits="0" branch="false"/>
2492
+ <line number="110" hits="0" branch="false"/>
2493
+ <line number="111" hits="0" branch="false"/>
2494
+ <line number="114" hits="0" branch="false"/>
2495
+ <line number="120" hits="0" branch="false"/>
2489
2496
  <line number="121" hits="0" branch="false"/>
2490
- <line number="122" hits="0" branch="false"/>
2491
- <line number="128" hits="0" branch="false"/>
2497
+ <line number="126" hits="0" branch="false"/>
2498
+ <line number="127" hits="0" branch="false"/>
2492
2499
  <line number="133" hits="0" branch="false"/>
2493
- <line number="150" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2494
- <line number="151" hits="0" branch="false"/>
2495
- <line number="154" hits="0" branch="false"/>
2496
- <line number="163" hits="23" branch="false"/>
2500
+ <line number="138" hits="0" branch="false"/>
2501
+ <line number="155" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2502
+ <line number="156" hits="0" branch="false"/>
2503
+ <line number="159" hits="0" branch="false"/>
2504
+ <line number="168" hits="27" branch="false"/>
2497
2505
  </lines>
2498
2506
  </class>
2499
2507
  <class name="index.js" filename="src/lib/ResponsiveButtonGroup/index.js" line-rate="0" branch-rate="0">
@@ -2541,7 +2549,7 @@
2541
2549
  </method>
2542
2550
  </methods>
2543
2551
  <lines>
2544
- <line number="7" hits="23" branch="false"/>
2552
+ <line number="7" hits="27" branch="false"/>
2545
2553
  <line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2546
2554
  <line number="12" hits="0" branch="false"/>
2547
2555
  <line number="14" hits="0" branch="false"/>
@@ -2648,7 +2656,7 @@
2648
2656
  </method>
2649
2657
  </methods>
2650
2658
  <lines>
2651
- <line number="16" hits="23" branch="false"/>
2659
+ <line number="16" hits="27" branch="false"/>
2652
2660
  <line number="35" hits="0" branch="false"/>
2653
2661
  <line number="37" hits="0" branch="true" condition-coverage="0% (0/3)"/>
2654
2662
  <line number="39" hits="0" branch="false"/>
@@ -2684,7 +2692,7 @@
2684
2692
  <line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2685
2693
  <line number="159" hits="0" branch="false"/>
2686
2694
  <line number="161" hits="0" branch="false"/>
2687
- <line number="178" hits="23" branch="false"/>
2695
+ <line number="178" hits="27" branch="false"/>
2688
2696
  </lines>
2689
2697
  </class>
2690
2698
  <class name="index.js" filename="src/lib/RichSelect/index.js" line-rate="0" branch-rate="0">
@@ -2707,7 +2715,7 @@
2707
2715
  </method>
2708
2716
  </methods>
2709
2717
  <lines>
2710
- <line number="3" hits="23" branch="false"/>
2718
+ <line number="3" hits="27" branch="false"/>
2711
2719
  <line number="4" hits="0" branch="false"/>
2712
2720
  <line number="5" hits="0" branch="false"/>
2713
2721
  <line number="6" hits="0" branch="true" condition-coverage="0% (0/4)"/>
@@ -2717,160 +2725,160 @@
2717
2725
  </class>
2718
2726
  </classes>
2719
2727
  </package>
2720
- <package name="SASQLookupComponent" line-rate="0.0344" branch-rate="0">
2728
+ <package name="SASQLookupComponent" line-rate="0.9826999999999999" branch-rate="0.8823000000000001">
2721
2729
  <classes>
2722
- <class name="SASQLookupComponent.js" filename="src/lib/SASQLookupComponent/SASQLookupComponent.js" line-rate="0.0344" branch-rate="0">
2730
+ <class name="SASQLookupComponent.js" filename="src/lib/SASQLookupComponent/SASQLookupComponent.js" line-rate="0.9826999999999999" branch-rate="0.8823000000000001">
2723
2731
  <methods>
2724
- <method name="(anonymous_0)" hits="0" signature="()V">
2732
+ <method name="(anonymous_0)" hits="893" signature="()V">
2725
2733
  <lines>
2726
- <line number="41" hits="0"/>
2734
+ <line number="41" hits="893"/>
2727
2735
  </lines>
2728
2736
  </method>
2729
- <method name="(anonymous_1)" hits="0" signature="()V">
2737
+ <method name="(anonymous_1)" hits="976" signature="()V">
2730
2738
  <lines>
2731
- <line number="45" hits="0"/>
2739
+ <line number="45" hits="976"/>
2732
2740
  </lines>
2733
2741
  </method>
2734
- <method name="(anonymous_2)" hits="0" signature="()V">
2742
+ <method name="(anonymous_2)" hits="976" signature="()V">
2735
2743
  <lines>
2736
- <line number="46" hits="0"/>
2744
+ <line number="46" hits="976"/>
2737
2745
  </lines>
2738
2746
  </method>
2739
- <method name="(anonymous_3)" hits="0" signature="()V">
2747
+ <method name="(anonymous_3)" hits="814" signature="()V">
2740
2748
  <lines>
2741
- <line number="53" hits="0"/>
2749
+ <line number="53" hits="814"/>
2742
2750
  </lines>
2743
2751
  </method>
2744
- <method name="(anonymous_4)" hits="0" signature="()V">
2752
+ <method name="(anonymous_4)" hits="204" signature="()V">
2745
2753
  <lines>
2746
- <line number="69" hits="0"/>
2754
+ <line number="69" hits="204"/>
2747
2755
  </lines>
2748
2756
  </method>
2749
- <method name="(anonymous_5)" hits="0" signature="()V">
2757
+ <method name="(anonymous_5)" hits="812" signature="()V">
2750
2758
  <lines>
2751
- <line number="71" hits="0"/>
2759
+ <line number="70" hits="812"/>
2752
2760
  </lines>
2753
2761
  </method>
2754
- <method name="(anonymous_6)" hits="0" signature="()V">
2762
+ <method name="(anonymous_6)" hits="395" signature="()V">
2755
2763
  <lines>
2756
- <line number="112" hits="0"/>
2764
+ <line number="112" hits="395"/>
2757
2765
  </lines>
2758
2766
  </method>
2759
- <method name="(anonymous_7)" hits="0" signature="()V">
2767
+ <method name="(anonymous_7)" hits="893" signature="()V">
2760
2768
  <lines>
2761
- <line number="116" hits="0"/>
2769
+ <line number="116" hits="893"/>
2762
2770
  </lines>
2763
2771
  </method>
2764
- <method name="(anonymous_8)" hits="0" signature="()V">
2772
+ <method name="(anonymous_8)" hits="893" signature="()V">
2765
2773
  <lines>
2766
- <line number="120" hits="0"/>
2774
+ <line number="120" hits="893"/>
2767
2775
  </lines>
2768
2776
  </method>
2769
- <method name="(anonymous_9)" hits="0" signature="()V">
2777
+ <method name="(anonymous_9)" hits="571" signature="()V">
2770
2778
  <lines>
2771
- <line number="130" hits="0"/>
2779
+ <line number="130" hits="571"/>
2772
2780
  </lines>
2773
2781
  </method>
2774
- <method name="(anonymous_10)" hits="0" signature="()V">
2782
+ <method name="(anonymous_10)" hits="22" signature="()V">
2775
2783
  <lines>
2776
- <line number="154" hits="0"/>
2784
+ <line number="153" hits="22"/>
2777
2785
  </lines>
2778
2786
  </method>
2779
- <method name="(anonymous_11)" hits="0" signature="()V">
2787
+ <method name="(anonymous_11)" hits="204" signature="()V">
2780
2788
  <lines>
2781
- <line number="165" hits="0"/>
2789
+ <line number="164" hits="204"/>
2782
2790
  </lines>
2783
2791
  </method>
2784
- <method name="(anonymous_12)" hits="0" signature="()V">
2792
+ <method name="(anonymous_12)" hits="893" signature="()V">
2785
2793
  <lines>
2786
- <line number="178" hits="0"/>
2794
+ <line number="177" hits="893"/>
2787
2795
  </lines>
2788
2796
  </method>
2789
- <method name="(anonymous_13)" hits="0" signature="()V">
2797
+ <method name="(anonymous_13)" hits="352" signature="()V">
2790
2798
  <lines>
2791
- <line number="184" hits="0"/>
2799
+ <line number="183" hits="352"/>
2792
2800
  </lines>
2793
2801
  </method>
2794
- <method name="(anonymous_14)" hits="0" signature="()V">
2802
+ <method name="(anonymous_14)" hits="618" signature="()V">
2795
2803
  <lines>
2796
- <line number="190" hits="0"/>
2804
+ <line number="189" hits="618"/>
2797
2805
  </lines>
2798
2806
  </method>
2799
- <method name="(anonymous_15)" hits="0" signature="()V">
2807
+ <method name="(anonymous_15)" hits="1130" signature="()V">
2800
2808
  <lines>
2801
- <line number="207" hits="0"/>
2809
+ <line number="206" hits="1130"/>
2802
2810
  </lines>
2803
2811
  </method>
2804
- <method name="(anonymous_16)" hits="0" signature="()V">
2812
+ <method name="(anonymous_16)" hits="1130" signature="()V">
2805
2813
  <lines>
2806
- <line number="246" hits="0"/>
2814
+ <line number="245" hits="1130"/>
2807
2815
  </lines>
2808
2816
  </method>
2809
- <method name="(anonymous_17)" hits="0" signature="()V">
2817
+ <method name="(anonymous_17)" hits="304" signature="()V">
2810
2818
  <lines>
2811
- <line number="302" hits="0"/>
2819
+ <line number="301" hits="304"/>
2812
2820
  </lines>
2813
2821
  </method>
2814
2822
  </methods>
2815
2823
  <lines>
2816
- <line number="41" hits="23" branch="false"/>
2817
- <line number="45" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2818
- <line number="46" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2819
- <line number="59" hits="0" branch="false"/>
2820
- <line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2821
- <line number="61" hits="0" branch="false"/>
2822
- <line number="63" hits="0" branch="false"/>
2823
- <line number="64" hits="0" branch="false"/>
2824
- <line number="65" hits="0" branch="false"/>
2825
- <line number="67" hits="0" branch="false"/>
2826
- <line number="70" hits="0" branch="false"/>
2827
- <line number="71" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2828
- <line number="84" hits="0" branch="false"/>
2829
- <line number="85" hits="0" branch="false"/>
2830
- <line number="86" hits="0" branch="false"/>
2831
- <line number="94" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2832
- <line number="99" hits="0" branch="false"/>
2833
- <line number="109" hits="0" branch="false"/>
2834
- <line number="111" hits="0" branch="false"/>
2835
- <line number="112" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2836
- <line number="115" hits="0" branch="false"/>
2837
- <line number="116" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2838
- <line number="119" hits="0" branch="false"/>
2839
- <line number="120" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2840
- <line number="124" hits="0" branch="false"/>
2841
- <line number="125" hits="0" branch="false"/>
2842
- <line number="127" hits="0" branch="false"/>
2843
- <line number="129" hits="0" branch="false"/>
2844
- <line number="131" hits="0" branch="false"/>
2845
- <line number="150" hits="0" branch="false"/>
2846
- <line number="154" hits="0" branch="false"/>
2847
- <line number="156" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2848
- <line number="166" hits="0" branch="false"/>
2849
- <line number="179" hits="0" branch="false"/>
2850
- <line number="184" hits="0" branch="false"/>
2851
- <line number="185" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2852
- <line number="186" hits="0" branch="false"/>
2853
- <line number="190" hits="0" branch="false"/>
2854
- <line number="198" hits="0" branch="false"/>
2855
- <line number="217" hits="0" branch="false"/>
2856
- <line number="219" hits="0" branch="false"/>
2857
- <line number="220" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2858
- <line number="222" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2859
- <line number="226" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2860
- <line number="232" hits="0" branch="false"/>
2861
- <line number="234" hits="0" branch="false"/>
2862
- <line number="236" hits="0" branch="false"/>
2863
- <line number="246" hits="0" branch="false"/>
2864
- <line number="247" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2865
- <line number="248" hits="0" branch="false"/>
2866
- <line number="251" hits="0" branch="true" condition-coverage="0% (0/4)"/>
2867
- <line number="252" hits="0" branch="false"/>
2868
- <line number="261" hits="0" branch="false"/>
2869
- <line number="264" hits="0" branch="false"/>
2870
- <line number="303" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2871
- <line number="304" hits="0" branch="false"/>
2872
- <line number="306" hits="0" branch="false"/>
2873
- <line number="403" hits="23" branch="false"/>
2824
+ <line number="41" hits="26" branch="false"/>
2825
+ <line number="45" hits="976" branch="true" condition-coverage="100% (1/1)"/>
2826
+ <line number="46" hits="976" branch="true" condition-coverage="100% (1/1)"/>
2827
+ <line number="59" hits="814" branch="false"/>
2828
+ <line number="60" hits="814" branch="true" condition-coverage="50% (1/2)"/>
2829
+ <line number="61" hits="814" branch="false"/>
2830
+ <line number="63" hits="814" branch="false"/>
2831
+ <line number="64" hits="814" branch="false"/>
2832
+ <line number="65" hits="814" branch="false"/>
2833
+ <line number="67" hits="814" branch="false"/>
2834
+ <line number="69" hits="204" branch="true" condition-coverage="100% (1/1)"/>
2835
+ <line number="70" hits="812" branch="true" condition-coverage="100% (1/1)"/>
2836
+ <line number="83" hits="893" branch="false"/>
2837
+ <line number="85" hits="893" branch="false"/>
2838
+ <line number="86" hits="893" branch="false"/>
2839
+ <line number="94" hits="893" branch="true" condition-coverage="100% (2/2)"/>
2840
+ <line number="99" hits="893" branch="false"/>
2841
+ <line number="109" hits="893" branch="false"/>
2842
+ <line number="111" hits="893" branch="false"/>
2843
+ <line number="112" hits="395" branch="true" condition-coverage="100% (2/2)"/>
2844
+ <line number="115" hits="893" branch="false"/>
2845
+ <line number="116" hits="893" branch="true" condition-coverage="100% (2/2)"/>
2846
+ <line number="119" hits="893" branch="false"/>
2847
+ <line number="120" hits="893" branch="true" condition-coverage="100% (2/2)"/>
2848
+ <line number="124" hits="893" branch="false"/>
2849
+ <line number="125" hits="893" branch="false"/>
2850
+ <line number="127" hits="893" branch="false"/>
2851
+ <line number="129" hits="893" branch="false"/>
2852
+ <line number="130" hits="571" branch="false"/>
2853
+ <line number="149" hits="893" branch="false"/>
2854
+ <line number="153" hits="893" branch="false"/>
2855
+ <line number="155" hits="893" branch="true" condition-coverage="0% (0/1)"/>
2856
+ <line number="165" hits="204" branch="false"/>
2857
+ <line number="178" hits="893" branch="false"/>
2858
+ <line number="183" hits="893" branch="false"/>
2859
+ <line number="184" hits="352" branch="true" condition-coverage="100% (2/2)"/>
2860
+ <line number="185" hits="176" branch="false"/>
2861
+ <line number="189" hits="893" branch="false"/>
2862
+ <line number="197" hits="893" branch="false"/>
2863
+ <line number="216" hits="1130" branch="false"/>
2864
+ <line number="218" hits="1130" branch="false"/>
2865
+ <line number="219" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
2866
+ <line number="221" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
2867
+ <line number="225" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
2868
+ <line number="231" hits="1130" branch="false"/>
2869
+ <line number="233" hits="1130" branch="false"/>
2870
+ <line number="235" hits="1130" branch="false"/>
2871
+ <line number="245" hits="1130" branch="false"/>
2872
+ <line number="246" hits="1130" branch="true" condition-coverage="50% (1/2)"/>
2873
+ <line number="247" hits="0" branch="false"/>
2874
+ <line number="250" hits="1130" branch="true" condition-coverage="100% (4/4)"/>
2875
+ <line number="251" hits="22" branch="false"/>
2876
+ <line number="260" hits="1108" branch="false"/>
2877
+ <line number="263" hits="1130" branch="false"/>
2878
+ <line number="302" hits="304" branch="true" condition-coverage="100% (2/2)"/>
2879
+ <line number="303" hits="300" branch="false"/>
2880
+ <line number="305" hits="4" branch="false"/>
2881
+ <line number="402" hits="26" branch="false"/>
2874
2882
  </lines>
2875
2883
  </class>
2876
2884
  <class name="index.js" filename="src/lib/SASQLookupComponent/index.js" line-rate="0" branch-rate="0">
@@ -2881,18 +2889,18 @@
2881
2889
  </class>
2882
2890
  </classes>
2883
2891
  </package>
2884
- <package name="SASQLookupComponent.TableBody" line-rate="0.07139999999999999" branch-rate="0">
2892
+ <package name="SASQLookupComponent.TableBody" line-rate="0.9" branch-rate="0.6666">
2885
2893
  <classes>
2886
- <class name="TableBody.js" filename="src/lib/SASQLookupComponent/TableBody/TableBody.js" line-rate="0.07139999999999999" branch-rate="0">
2894
+ <class name="TableBody.js" filename="src/lib/SASQLookupComponent/TableBody/TableBody.js" line-rate="0.9" branch-rate="0.6666">
2887
2895
  <methods>
2888
- <method name="(anonymous_0)" hits="0" signature="()V">
2896
+ <method name="(anonymous_0)" hits="72" signature="()V">
2889
2897
  <lines>
2890
- <line number="11" hits="0"/>
2898
+ <line number="11" hits="72"/>
2891
2899
  </lines>
2892
2900
  </method>
2893
- <method name="(anonymous_1)" hits="0" signature="()V">
2901
+ <method name="(anonymous_1)" hits="3245" signature="()V">
2894
2902
  <lines>
2895
- <line number="31" hits="0"/>
2903
+ <line number="31" hits="3245"/>
2896
2904
  </lines>
2897
2905
  </method>
2898
2906
  <method name="(anonymous_2)" hits="0" signature="()V">
@@ -2900,81 +2908,83 @@
2900
2908
  <line number="39" hits="0"/>
2901
2909
  </lines>
2902
2910
  </method>
2903
- <method name="(anonymous_3)" hits="0" signature="()V">
2911
+ <method name="(anonymous_3)" hits="216" signature="()V">
2904
2912
  <lines>
2905
- <line number="45" hits="0"/>
2913
+ <line number="45" hits="216"/>
2906
2914
  </lines>
2907
2915
  </method>
2908
- <method name="(anonymous_4)" hits="0" signature="()V">
2916
+ <method name="(anonymous_4)" hits="216" signature="()V">
2909
2917
  <lines>
2910
- <line number="49" hits="0"/>
2918
+ <line number="49" hits="216"/>
2911
2919
  </lines>
2912
2920
  </method>
2913
- <method name="(anonymous_5)" hits="0" signature="()V">
2921
+ <method name="(anonymous_5)" hits="1949" signature="()V">
2914
2922
  <lines>
2915
- <line number="51" hits="0"/>
2923
+ <line number="51" hits="1949"/>
2916
2924
  </lines>
2917
2925
  </method>
2918
- <method name="(anonymous_6)" hits="0" signature="()V">
2926
+ <method name="(anonymous_6)" hits="72" signature="()V">
2919
2927
  <lines>
2920
- <line number="61" hits="0"/>
2928
+ <line number="61" hits="72"/>
2921
2929
  </lines>
2922
2930
  </method>
2923
- <method name="(anonymous_7)" hits="0" signature="()V">
2931
+ <method name="(anonymous_7)" hits="1944" signature="()V">
2924
2932
  <lines>
2925
- <line number="64" hits="0"/>
2933
+ <line number="65" hits="1944"/>
2926
2934
  </lines>
2927
2935
  </method>
2928
- <method name="(anonymous_8)" hits="0" signature="()V">
2936
+ <method name="(anonymous_8)" hits="72" signature="()V">
2929
2937
  <lines>
2930
- <line number="70" hits="0"/>
2938
+ <line number="73" hits="72"/>
2931
2939
  </lines>
2932
2940
  </method>
2933
- <method name="(anonymous_9)" hits="0" signature="()V">
2941
+ <method name="(anonymous_9)" hits="5" signature="()V">
2934
2942
  <lines>
2935
- <line number="72" hits="0"/>
2943
+ <line number="75" hits="5"/>
2936
2944
  </lines>
2937
2945
  </method>
2938
- <method name="(anonymous_10)" hits="0" signature="()V">
2946
+ <method name="(anonymous_10)" hits="1296" signature="()V">
2939
2947
  <lines>
2940
- <line number="81" hits="0"/>
2948
+ <line number="84" hits="1296"/>
2941
2949
  </lines>
2942
2950
  </method>
2943
- <method name="(anonymous_11)" hits="0" signature="()V">
2951
+ <method name="(anonymous_11)" hits="72" signature="()V">
2944
2952
  <lines>
2945
- <line number="84" hits="0"/>
2953
+ <line number="87" hits="72"/>
2946
2954
  </lines>
2947
2955
  </method>
2948
2956
  </methods>
2949
2957
  <lines>
2950
- <line number="11" hits="23" branch="false"/>
2951
- <line number="31" hits="0" branch="true" condition-coverage="0% (0/1)"/>
2952
- <line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2953
- <line number="36" hits="0" branch="false"/>
2954
- <line number="37" hits="0" branch="false"/>
2955
- <line number="39" hits="0" branch="false"/>
2958
+ <line number="11" hits="25" branch="false"/>
2959
+ <line number="31" hits="3245" branch="true" condition-coverage="100% (1/1)"/>
2960
+ <line number="35" hits="72" branch="true" condition-coverage="100% (2/2)"/>
2961
+ <line number="36" hits="72" branch="false"/>
2962
+ <line number="37" hits="72" branch="false"/>
2963
+ <line number="39" hits="72" branch="false"/>
2956
2964
  <line number="40" hits="0" branch="false"/>
2957
- <line number="44" hits="0" branch="false"/>
2958
- <line number="45" hits="0" branch="false"/>
2959
- <line number="49" hits="0" branch="false"/>
2960
- <line number="51" hits="0" branch="false"/>
2961
- <line number="52" hits="0" branch="false"/>
2962
- <line number="53" hits="0" branch="false"/>
2963
- <line number="61" hits="0" branch="false"/>
2964
- <line number="62" hits="0" branch="false"/>
2965
- <line number="63" hits="0" branch="false"/>
2966
- <line number="64" hits="0" branch="false"/>
2965
+ <line number="44" hits="72" branch="false"/>
2966
+ <line number="45" hits="216" branch="false"/>
2967
+ <line number="49" hits="216" branch="false"/>
2968
+ <line number="51" hits="72" branch="false"/>
2969
+ <line number="52" hits="1949" branch="false"/>
2970
+ <line number="53" hits="1949" branch="false"/>
2971
+ <line number="61" hits="72" branch="false"/>
2972
+ <line number="62" hits="72" branch="false"/>
2973
+ <line number="63" hits="72" branch="false"/>
2974
+ <line number="64" hits="216" branch="true" condition-coverage="50% (1/2)"/>
2975
+ <line number="65" hits="1944" branch="false"/>
2967
2976
  <line number="67" hits="0" branch="false"/>
2968
- <line number="70" hits="0" branch="false"/>
2969
- <line number="71" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2970
- <line number="72" hits="0" branch="false"/>
2971
- <line number="73" hits="0" branch="false"/>
2972
- <line number="77" hits="0" branch="false"/>
2977
+ <line number="70" hits="72" branch="false"/>
2978
+ <line number="73" hits="72" branch="false"/>
2979
+ <line number="74" hits="72" branch="true" condition-coverage="50% (1/2)"/>
2980
+ <line number="75" hits="72" branch="false"/>
2981
+ <line number="76" hits="5" branch="false"/>
2973
2982
  <line number="80" hits="0" branch="false"/>
2974
- <line number="81" hits="0" branch="false"/>
2975
- <line number="84" hits="0" branch="true" condition-coverage="0% (0/2)"/>
2976
- <line number="86" hits="0" branch="false"/>
2977
- <line number="124" hits="23" branch="false"/>
2983
+ <line number="83" hits="72" branch="false"/>
2984
+ <line number="84" hits="1296" branch="false"/>
2985
+ <line number="87" hits="72" branch="true" condition-coverage="100% (2/2)"/>
2986
+ <line number="89" hits="72" branch="false"/>
2987
+ <line number="127" hits="25" branch="false"/>
2978
2988
  </lines>
2979
2989
  </class>
2980
2990
  <class name="index.js" filename="src/lib/SASQLookupComponent/TableBody/index.js" line-rate="0" branch-rate="0">
@@ -2985,57 +2995,57 @@
2985
2995
  </class>
2986
2996
  </classes>
2987
2997
  </package>
2988
- <package name="SASQRoute" line-rate="0.1333" branch-rate="0">
2998
+ <package name="SASQRoute" line-rate="1" branch-rate="0.8571">
2989
2999
  <classes>
2990
- <class name="SASQRoute.js" filename="src/lib/SASQRoute/SASQRoute.js" line-rate="0.1333" branch-rate="0">
3000
+ <class name="SASQRoute.js" filename="src/lib/SASQRoute/SASQRoute.js" line-rate="1" branch-rate="0.8571">
2991
3001
  <methods>
2992
- <method name="(anonymous_0)" hits="0" signature="()V">
3002
+ <method name="(anonymous_0)" hits="45" signature="()V">
2993
3003
  <lines>
2994
- <line number="12" hits="0"/>
3004
+ <line number="12" hits="45"/>
2995
3005
  </lines>
2996
3006
  </method>
2997
- <method name="(anonymous_1)" hits="0" signature="()V">
3007
+ <method name="(anonymous_1)" hits="36" signature="()V">
2998
3008
  <lines>
2999
- <line number="15" hits="0"/>
3009
+ <line number="15" hits="36"/>
3000
3010
  </lines>
3001
3011
  </method>
3002
- <method name="(anonymous_2)" hits="0" signature="()V">
3012
+ <method name="(anonymous_2)" hits="36" signature="()V">
3003
3013
  <lines>
3004
- <line number="16" hits="0"/>
3014
+ <line number="16" hits="36"/>
3005
3015
  </lines>
3006
3016
  </method>
3007
- <method name="(anonymous_3)" hits="0" signature="()V">
3017
+ <method name="(anonymous_3)" hits="45" signature="()V">
3008
3018
  <lines>
3009
- <line number="28" hits="0"/>
3019
+ <line number="28" hits="45"/>
3010
3020
  </lines>
3011
3021
  </method>
3012
- <method name="(anonymous_4)" hits="0" signature="()V">
3022
+ <method name="(anonymous_4)" hits="45" signature="()V">
3013
3023
  <lines>
3014
- <line number="45" hits="0"/>
3024
+ <line number="45" hits="45"/>
3015
3025
  </lines>
3016
3026
  </method>
3017
- <method name="(anonymous_5)" hits="0" signature="()V">
3027
+ <method name="(anonymous_5)" hits="10" signature="()V">
3018
3028
  <lines>
3019
- <line number="58" hits="0"/>
3029
+ <line number="58" hits="10"/>
3020
3030
  </lines>
3021
3031
  </method>
3022
3032
  </methods>
3023
3033
  <lines>
3024
- <line number="12" hits="23" branch="false"/>
3025
- <line number="15" hits="0" branch="true" condition-coverage="0% (0/1)"/>
3026
- <line number="16" hits="0" branch="true" condition-coverage="0% (0/1)"/>
3027
- <line number="23" hits="0" branch="true" condition-coverage="0% (0/1)"/>
3028
- <line number="25" hits="0" branch="false"/>
3029
- <line number="26" hits="0" branch="false"/>
3030
- <line number="28" hits="0" branch="false"/>
3031
- <line number="33" hits="0" branch="true" condition-coverage="0% (0/2)"/>
3032
- <line number="34" hits="0" branch="false"/>
3033
- <line number="37" hits="0" branch="false"/>
3034
- <line number="40" hits="0" branch="false"/>
3035
- <line number="42" hits="0" branch="false"/>
3036
- <line number="46" hits="0" branch="false"/>
3037
- <line number="59" hits="0" branch="false"/>
3038
- <line number="77" hits="23" branch="false"/>
3034
+ <line number="12" hits="27" branch="false"/>
3035
+ <line number="15" hits="36" branch="true" condition-coverage="100% (1/1)"/>
3036
+ <line number="16" hits="36" branch="true" condition-coverage="100% (1/1)"/>
3037
+ <line number="23" hits="45" branch="true" condition-coverage="0% (0/1)"/>
3038
+ <line number="25" hits="45" branch="false"/>
3039
+ <line number="26" hits="45" branch="false"/>
3040
+ <line number="28" hits="45" branch="false"/>
3041
+ <line number="33" hits="45" branch="true" condition-coverage="100% (2/2)"/>
3042
+ <line number="34" hits="4" branch="false"/>
3043
+ <line number="37" hits="45" branch="false"/>
3044
+ <line number="40" hits="45" branch="false"/>
3045
+ <line number="42" hits="45" branch="false"/>
3046
+ <line number="46" hits="45" branch="false"/>
3047
+ <line number="59" hits="10" branch="false"/>
3048
+ <line number="77" hits="27" branch="false"/>
3039
3049
  </lines>
3040
3050
  </class>
3041
3051
  <class name="index.js" filename="src/lib/SASQRoute/index.js" line-rate="0" branch-rate="0">
@@ -3046,13 +3056,13 @@
3046
3056
  </class>
3047
3057
  </classes>
3048
3058
  </package>
3049
- <package name="SASQViewComponent" line-rate="0.1052" branch-rate="0">
3059
+ <package name="SASQViewComponent" line-rate="0.7894" branch-rate="0.625">
3050
3060
  <classes>
3051
- <class name="SASQViewComponent.js" filename="src/lib/SASQViewComponent/SASQViewComponent.js" line-rate="0.1052" branch-rate="0">
3061
+ <class name="SASQViewComponent.js" filename="src/lib/SASQViewComponent/SASQViewComponent.js" line-rate="0.7894" branch-rate="0.625">
3052
3062
  <methods>
3053
- <method name="(anonymous_0)" hits="0" signature="()V">
3063
+ <method name="(anonymous_0)" hits="10" signature="()V">
3054
3064
  <lines>
3055
- <line number="9" hits="0"/>
3065
+ <line number="9" hits="10"/>
3056
3066
  </lines>
3057
3067
  </method>
3058
3068
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -3065,9 +3075,9 @@
3065
3075
  <line number="18" hits="0"/>
3066
3076
  </lines>
3067
3077
  </method>
3068
- <method name="(anonymous_3)" hits="0" signature="()V">
3078
+ <method name="(anonymous_3)" hits="10" signature="()V">
3069
3079
  <lines>
3070
- <line number="20" hits="0"/>
3080
+ <line number="20" hits="10"/>
3071
3081
  </lines>
3072
3082
  </method>
3073
3083
  <method name="(anonymous_4)" hits="0" signature="()V">
@@ -3080,37 +3090,37 @@
3080
3090
  <line number="64" hits="0"/>
3081
3091
  </lines>
3082
3092
  </method>
3083
- <method name="(anonymous_6)" hits="0" signature="()V">
3093
+ <method name="(anonymous_6)" hits="10" signature="()V">
3084
3094
  <lines>
3085
- <line number="70" hits="0"/>
3095
+ <line number="70" hits="10"/>
3086
3096
  </lines>
3087
3097
  </method>
3088
- <method name="(anonymous_7)" hits="0" signature="()V">
3098
+ <method name="(anonymous_7)" hits="2" signature="()V">
3089
3099
  <lines>
3090
- <line number="79" hits="0"/>
3100
+ <line number="79" hits="2"/>
3091
3101
  </lines>
3092
3102
  </method>
3093
3103
  </methods>
3094
3104
  <lines>
3095
- <line number="8" hits="23" branch="false"/>
3096
- <line number="17" hits="0" branch="true" condition-coverage="0% (0/1)"/>
3097
- <line number="18" hits="0" branch="true" condition-coverage="0% (0/1)"/>
3098
- <line number="25" hits="0" branch="false"/>
3099
- <line number="26" hits="0" branch="true" condition-coverage="0% (0/2)"/>
3100
- <line number="27" hits="0" branch="false"/>
3101
- <line number="29" hits="0" branch="false"/>
3102
- <line number="30" hits="0" branch="false"/>
3103
- <line number="32" hits="0" branch="false"/>
3104
- <line number="38" hits="0" branch="false"/>
3105
- <line number="41" hits="0" branch="true" condition-coverage="0% (0/2)"/>
3106
- <line number="43" hits="0" branch="false"/>
3107
- <line number="44" hits="0" branch="true" condition-coverage="0% (0/1)"/>
3105
+ <line number="8" hits="26" branch="false"/>
3106
+ <line number="17" hits="0" branch="true" condition-coverage="100% (1/1)"/>
3107
+ <line number="18" hits="0" branch="true" condition-coverage="100% (1/1)"/>
3108
+ <line number="25" hits="10" branch="false"/>
3109
+ <line number="26" hits="10" branch="true" condition-coverage="50% (1/2)"/>
3110
+ <line number="27" hits="10" branch="false"/>
3111
+ <line number="29" hits="10" branch="false"/>
3112
+ <line number="30" hits="10" branch="false"/>
3113
+ <line number="32" hits="10" branch="false"/>
3114
+ <line number="38" hits="10" branch="false"/>
3115
+ <line number="41" hits="10" branch="true" condition-coverage="50% (1/2)"/>
3116
+ <line number="43" hits="10" branch="false"/>
3117
+ <line number="44" hits="10" branch="true" condition-coverage="0% (0/1)"/>
3108
3118
  <line number="53" hits="0" branch="false"/>
3109
3119
  <line number="65" hits="0" branch="false"/>
3110
- <line number="70" hits="0" branch="false"/>
3111
- <line number="77" hits="0" branch="false"/>
3112
- <line number="79" hits="0" branch="false"/>
3113
- <line number="88" hits="23" branch="false"/>
3120
+ <line number="70" hits="10" branch="false"/>
3121
+ <line number="77" hits="10" branch="false"/>
3122
+ <line number="79" hits="2" branch="false"/>
3123
+ <line number="88" hits="26" branch="false"/>
3114
3124
  </lines>
3115
3125
  </class>
3116
3126
  <class name="index.js" filename="src/lib/SASQViewComponent/index.js" line-rate="0" branch-rate="0">
@@ -3132,12 +3142,12 @@
3132
3142
  </method>
3133
3143
  </methods>
3134
3144
  <lines>
3135
- <line number="8" hits="22" branch="false"/>
3136
- <line number="15" hits="22" branch="false"/>
3145
+ <line number="8" hits="26" branch="false"/>
3146
+ <line number="15" hits="26" branch="false"/>
3137
3147
  <line number="19" hits="0" branch="false"/>
3138
3148
  <line number="22" hits="0" branch="false"/>
3139
3149
  <line number="29" hits="0" branch="false"/>
3140
- <line number="42" hits="22" branch="false"/>
3150
+ <line number="42" hits="26" branch="false"/>
3141
3151
  </lines>
3142
3152
  </class>
3143
3153
  <class name="index.js" filename="src/lib/SearchField/index.js" line-rate="0" branch-rate="0">
@@ -3214,7 +3224,7 @@
3214
3224
  </method>
3215
3225
  </methods>
3216
3226
  <lines>
3217
- <line number="16" hits="23" branch="false"/>
3227
+ <line number="16" hits="26" branch="false"/>
3218
3228
  <line number="20" hits="21" branch="false"/>
3219
3229
  <line number="21" hits="21" branch="true" condition-coverage="100% (2/2)"/>
3220
3230
  <line number="24" hits="21" branch="false"/>
@@ -3244,7 +3254,7 @@
3244
3254
  <line number="76" hits="21" branch="false"/>
3245
3255
  <line number="88" hits="63" branch="false"/>
3246
3256
  <line number="94" hits="7" branch="false"/>
3247
- <line number="104" hits="23" branch="false"/>
3257
+ <line number="104" hits="26" branch="false"/>
3248
3258
  </lines>
3249
3259
  </class>
3250
3260
  <class name="index.js" filename="src/lib/SearchKeyControl/index.js" line-rate="0" branch-rate="0">
@@ -3376,8 +3386,8 @@
3376
3386
  </method>
3377
3387
  </methods>
3378
3388
  <lines>
3379
- <line number="15" hits="23" branch="false"/>
3380
- <line number="37" hits="23" branch="false"/>
3389
+ <line number="15" hits="27" branch="false"/>
3390
+ <line number="37" hits="27" branch="false"/>
3381
3391
  <line number="60" hits="0" branch="true" condition-coverage="0% (0/1)"/>
3382
3392
  <line number="64" hits="0" branch="false"/>
3383
3393
  <line number="65" hits="0" branch="false"/>
@@ -3424,7 +3434,7 @@
3424
3434
  <line number="264" hits="0" branch="false"/>
3425
3435
  <line number="265" hits="0" branch="false"/>
3426
3436
  <line number="266" hits="0" branch="false"/>
3427
- <line number="274" hits="23" branch="false"/>
3437
+ <line number="274" hits="27" branch="false"/>
3428
3438
  </lines>
3429
3439
  </class>
3430
3440
  <class name="index.js" filename="src/lib/Settings/EditableRefdataCategoryList/index.js" line-rate="0" branch-rate="0">
@@ -3521,8 +3531,8 @@
3521
3531
  </method>
3522
3532
  </methods>
3523
3533
  <lines>
3524
- <line number="13" hits="23" branch="false"/>
3525
- <line number="33" hits="23" branch="false"/>
3534
+ <line number="13" hits="27" branch="false"/>
3535
+ <line number="33" hits="27" branch="false"/>
3526
3536
  <line number="60" hits="0" branch="false"/>
3527
3537
  <line number="63" hits="0" branch="false"/>
3528
3538
  <line number="64" hits="0" branch="false"/>
@@ -3564,7 +3574,7 @@
3564
3574
  <line number="245" hits="0" branch="false"/>
3565
3575
  <line number="247" hits="0" branch="false"/>
3566
3576
  <line number="248" hits="0" branch="false"/>
3567
- <line number="256" hits="23" branch="false"/>
3577
+ <line number="256" hits="27" branch="false"/>
3568
3578
  </lines>
3569
3579
  </class>
3570
3580
  <class name="index.js" filename="src/lib/Settings/EditableRefdataList/index.js" line-rate="0" branch-rate="0">
@@ -3606,7 +3616,7 @@
3606
3616
  </method>
3607
3617
  </methods>
3608
3618
  <lines>
3609
- <line number="8" hits="23" branch="false"/>
3619
+ <line number="8" hits="27" branch="false"/>
3610
3620
  <line number="24" hits="0" branch="false"/>
3611
3621
  <line number="25" hits="0" branch="false"/>
3612
3622
  <line number="26" hits="0" branch="false"/>
@@ -3616,7 +3626,7 @@
3616
3626
  <line number="45" hits="0" branch="false"/>
3617
3627
  <line number="46" hits="0" branch="false"/>
3618
3628
  <line number="49" hits="0" branch="false"/>
3619
- <line number="71" hits="23" branch="false"/>
3629
+ <line number="71" hits="27" branch="false"/>
3620
3630
  </lines>
3621
3631
  </class>
3622
3632
  <class name="index.js" filename="src/lib/Settings/EditableSettingsList/index.js" line-rate="0" branch-rate="0">
@@ -3663,7 +3673,7 @@
3663
3673
  </method>
3664
3674
  </methods>
3665
3675
  <lines>
3666
- <line number="8" hits="23" branch="false"/>
3676
+ <line number="8" hits="27" branch="false"/>
3667
3677
  <line number="21" hits="4" branch="false"/>
3668
3678
  <line number="25" hits="4" branch="false"/>
3669
3679
  <line number="28" hits="4" branch="false"/>
@@ -3673,10 +3683,10 @@
3673
3683
  <line number="54" hits="4" branch="true" condition-coverage="50% (2/4)"/>
3674
3684
  <line number="55" hits="4" branch="false"/>
3675
3685
  <line number="58" hits="0" branch="false"/>
3676
- <line number="76" hits="23" branch="false"/>
3686
+ <line number="76" hits="27" branch="false"/>
3677
3687
  <line number="86" hits="3" branch="false"/>
3678
3688
  <line number="88" hits="4" branch="false"/>
3679
- <line number="107" hits="23" branch="false"/>
3689
+ <line number="107" hits="27" branch="false"/>
3680
3690
  </lines>
3681
3691
  </class>
3682
3692
  <class name="index.js" filename="src/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js" line-rate="0" branch-rate="0">
@@ -3788,7 +3798,7 @@
3788
3798
  </method>
3789
3799
  </methods>
3790
3800
  <lines>
3791
- <line number="20" hits="22" branch="false"/>
3801
+ <line number="20" hits="26" branch="false"/>
3792
3802
  <line number="35" hits="6" branch="false"/>
3793
3803
  <line number="37" hits="6" branch="false"/>
3794
3804
  <line number="38" hits="6" branch="false"/>
@@ -3829,7 +3839,7 @@
3829
3839
  <line number="144" hits="6" branch="true" condition-coverage="50% (1/2)"/>
3830
3840
  <line number="152" hits="6" branch="false"/>
3831
3841
  <line number="161" hits="6" branch="false"/>
3832
- <line number="183" hits="22" branch="false"/>
3842
+ <line number="183" hits="26" branch="false"/>
3833
3843
  </lines>
3834
3844
  </class>
3835
3845
  <class name="index.js" filename="src/lib/Settings/EditableSettingsList/SettingField/index.js" line-rate="0" branch-rate="0">
@@ -3856,11 +3866,11 @@
3856
3866
  </method>
3857
3867
  </methods>
3858
3868
  <lines>
3859
- <line number="8" hits="21" branch="false"/>
3869
+ <line number="8" hits="25" branch="false"/>
3860
3870
  <line number="16" hits="16" branch="false"/>
3861
3871
  <line number="18" hits="16" branch="false"/>
3862
3872
  <line number="23" hits="16" branch="false"/>
3863
- <line number="35" hits="21" branch="false"/>
3873
+ <line number="35" hits="25" branch="false"/>
3864
3874
  </lines>
3865
3875
  </class>
3866
3876
  <class name="index.js" filename="src/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js" line-rate="0" branch-rate="0">
@@ -3897,7 +3907,7 @@
3897
3907
  </method>
3898
3908
  </methods>
3899
3909
  <lines>
3900
- <line number="5" hits="21" branch="false"/>
3910
+ <line number="5" hits="25" branch="false"/>
3901
3911
  <line number="13" hits="12" branch="false"/>
3902
3912
  <line number="15" hits="12" branch="false"/>
3903
3913
  <line number="17" hits="12" branch="false"/>
@@ -3923,7 +3933,7 @@
3923
3933
  <line number="59" hits="2" branch="true" condition-coverage="100% (2/2)"/>
3924
3934
  <line number="60" hits="1" branch="false"/>
3925
3935
  <line number="62" hits="1" branch="false"/>
3926
- <line number="67" hits="21" branch="false"/>
3936
+ <line number="67" hits="25" branch="false"/>
3927
3937
  </lines>
3928
3938
  </class>
3929
3939
  <class name="index.js" filename="src/lib/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js" line-rate="0" branch-rate="0">
@@ -3990,8 +4000,8 @@
3990
4000
  </method>
3991
4001
  </methods>
3992
4002
  <lines>
3993
- <line number="13" hits="23" branch="false"/>
3994
- <line number="32" hits="23" branch="false"/>
4003
+ <line number="13" hits="27" branch="false"/>
4004
+ <line number="32" hits="27" branch="false"/>
3995
4005
  <line number="52" hits="0" branch="false"/>
3996
4006
  <line number="53" hits="0" branch="false"/>
3997
4007
  <line number="55" hits="0" branch="false"/>
@@ -4010,7 +4020,7 @@
4010
4020
  <line number="126" hits="0" branch="false"/>
4011
4021
  <line number="160" hits="0" branch="false"/>
4012
4022
  <line number="161" hits="0" branch="false"/>
4013
- <line number="174" hits="23" branch="false"/>
4023
+ <line number="174" hits="27" branch="false"/>
4014
4024
  </lines>
4015
4025
  </class>
4016
4026
  <class name="index.js" filename="src/lib/Settings/RefdataCategoriesSettings/index.js" line-rate="0" branch-rate="0">
@@ -4032,11 +4042,11 @@
4032
4042
  </method>
4033
4043
  </methods>
4034
4044
  <lines>
4035
- <line number="9" hits="23" branch="false"/>
4045
+ <line number="9" hits="27" branch="false"/>
4036
4046
  <line number="17" hits="0" branch="false"/>
4037
4047
  <line number="19" hits="0" branch="false"/>
4038
4048
  <line number="24" hits="0" branch="false"/>
4039
- <line number="40" hits="23" branch="false"/>
4049
+ <line number="40" hits="27" branch="false"/>
4040
4050
  </lines>
4041
4051
  </class>
4042
4052
  <class name="index.js" filename="src/lib/Settings/SettingPage/index.js" line-rate="0" branch-rate="0">
@@ -4058,10 +4068,10 @@
4058
4068
  </method>
4059
4069
  </methods>
4060
4070
  <lines>
4061
- <line number="7" hits="23" branch="false"/>
4071
+ <line number="7" hits="27" branch="false"/>
4062
4072
  <line number="13" hits="0" branch="false"/>
4063
4073
  <line number="15" hits="0" branch="false"/>
4064
- <line number="31" hits="23" branch="false"/>
4074
+ <line number="31" hits="27" branch="false"/>
4065
4075
  </lines>
4066
4076
  </class>
4067
4077
  <class name="index.js" filename="src/lib/Settings/SettingPage/SettingPagePane/index.js" line-rate="0" branch-rate="0">
@@ -4098,7 +4108,7 @@
4098
4108
  </method>
4099
4109
  </methods>
4100
4110
  <lines>
4101
- <line number="12" hits="23" branch="false"/>
4111
+ <line number="12" hits="27" branch="false"/>
4102
4112
  <line number="24" hits="0" branch="false"/>
4103
4113
  <line number="26" hits="0" branch="false"/>
4104
4114
  <line number="27" hits="0" branch="false"/>
@@ -4114,7 +4124,7 @@
4114
4124
  <line number="82" hits="0" branch="false"/>
4115
4125
  <line number="85" hits="0" branch="false"/>
4116
4126
  <line number="88" hits="0" branch="false"/>
4117
- <line number="99" hits="23" branch="false"/>
4127
+ <line number="99" hits="27" branch="false"/>
4118
4128
  </lines>
4119
4129
  </class>
4120
4130
  <class name="index.js" filename="src/lib/Settings/SettingsFormContainer/index.js" line-rate="0" branch-rate="0">
@@ -4136,9 +4146,9 @@
4136
4146
  </method>
4137
4147
  </methods>
4138
4148
  <lines>
4139
- <line number="9" hits="23" branch="false"/>
4149
+ <line number="9" hits="27" branch="false"/>
4140
4150
  <line number="10" hits="0" branch="false"/>
4141
- <line number="18" hits="23" branch="false"/>
4151
+ <line number="18" hits="27" branch="false"/>
4142
4152
  </lines>
4143
4153
  </class>
4144
4154
  <class name="index.js" filename="src/lib/Settings/StaticSettingsField/index.js" line-rate="0" branch-rate="0">
@@ -4175,7 +4185,7 @@
4175
4185
  </method>
4176
4186
  </methods>
4177
4187
  <lines>
4178
- <line number="6" hits="23" branch="false"/>
4188
+ <line number="6" hits="27" branch="false"/>
4179
4189
  <line number="13" hits="34" branch="false"/>
4180
4190
  <line number="14" hits="16" branch="false"/>
4181
4191
  <line number="16" hits="16" branch="true" condition-coverage="75% (3/4)"/>
@@ -4220,16 +4230,16 @@
4220
4230
  </method>
4221
4231
  </methods>
4222
4232
  <lines>
4223
- <line number="1" hits="23" branch="false"/>
4224
- <line number="2" hits="23" branch="false"/>
4233
+ <line number="1" hits="27" branch="false"/>
4234
+ <line number="2" hits="27" branch="false"/>
4225
4235
  <line number="3" hits="0" branch="false"/>
4226
4236
  <line number="4" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4227
4237
  <line number="5" hits="0" branch="false"/>
4228
4238
  <line number="8" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4229
4239
  <line number="9" hits="0" branch="false"/>
4230
4240
  <line number="12" hits="0" branch="false"/>
4231
- <line number="15" hits="23" branch="false"/>
4232
- <line number="16" hits="23" branch="false"/>
4241
+ <line number="15" hits="27" branch="false"/>
4242
+ <line number="16" hits="27" branch="false"/>
4233
4243
  </lines>
4234
4244
  </class>
4235
4245
  </classes>
@@ -4240,7 +4250,7 @@
4240
4250
  <methods>
4241
4251
  </methods>
4242
4252
  <lines>
4243
- <line number="3" hits="23" branch="false"/>
4253
+ <line number="3" hits="27" branch="false"/>
4244
4254
  </lines>
4245
4255
  </class>
4246
4256
  <class name="index.js" filename="src/lib/Settings/contexts/index.js" line-rate="0" branch-rate="0">
@@ -4323,7 +4333,7 @@
4323
4333
  </method>
4324
4334
  </methods>
4325
4335
  <lines>
4326
- <line number="11" hits="23" branch="false"/>
4336
+ <line number="11" hits="27" branch="false"/>
4327
4337
  <line number="14" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4328
4338
  <line number="15" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4329
4339
  <line number="16" hits="0" branch="true" condition-coverage="0% (0/1)"/>
@@ -4386,7 +4396,7 @@
4386
4396
  </method>
4387
4397
  </methods>
4388
4398
  <lines>
4389
- <line number="8" hits="23" branch="true" condition-coverage="0% (0/1)"/>
4399
+ <line number="8" hits="27" branch="true" condition-coverage="0% (0/1)"/>
4390
4400
  <line number="13" hits="0" branch="false"/>
4391
4401
  <line number="14" hits="0" branch="false"/>
4392
4402
  <line number="16" hits="0" branch="false"/>
@@ -4425,7 +4435,7 @@
4425
4435
  </method>
4426
4436
  </methods>
4427
4437
  <lines>
4428
- <line number="3" hits="23" branch="false"/>
4438
+ <line number="3" hits="27" branch="false"/>
4429
4439
  <line number="6" hits="0" branch="false"/>
4430
4440
  <line number="7" hits="0" branch="false"/>
4431
4441
  <line number="8" hits="0" branch="false"/>
@@ -4464,7 +4474,7 @@
4464
4474
  </method>
4465
4475
  </methods>
4466
4476
  <lines>
4467
- <line number="5" hits="23" branch="false"/>
4477
+ <line number="5" hits="27" branch="false"/>
4468
4478
  <line number="13" hits="0" branch="false"/>
4469
4479
  <line number="15" hits="0" branch="false"/>
4470
4480
  <line number="20" hits="0" branch="false"/>
@@ -4530,7 +4540,7 @@
4530
4540
  </method>
4531
4541
  </methods>
4532
4542
  <lines>
4533
- <line number="7" hits="23" branch="false"/>
4543
+ <line number="7" hits="27" branch="false"/>
4534
4544
  <line number="10" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4535
4545
  <line number="11" hits="0" branch="true" condition-coverage="0% (0/1)"/>
4536
4546
  <line number="13" hits="0" branch="false"/>
@@ -4674,7 +4684,7 @@
4674
4684
  </method>
4675
4685
  </methods>
4676
4686
  <lines>
4677
- <line number="16" hits="23" branch="true" condition-coverage="0% (0/1)"/>
4687
+ <line number="16" hits="27" branch="true" condition-coverage="0% (0/1)"/>
4678
4688
  <line number="35" hits="0" branch="false"/>
4679
4689
  <line number="37" hits="0" branch="false"/>
4680
4690
  <line number="38" hits="0" branch="false"/>
@@ -4783,7 +4793,7 @@
4783
4793
  </method>
4784
4794
  </methods>
4785
4795
  <lines>
4786
- <line number="16" hits="23" branch="false"/>
4796
+ <line number="16" hits="27" branch="false"/>
4787
4797
  <line number="24" hits="9" branch="false"/>
4788
4798
  <line number="26" hits="9" branch="false"/>
4789
4799
  <line number="27" hits="9" branch="false"/>
@@ -4799,7 +4809,7 @@
4799
4809
  <line number="100" hits="0" branch="false"/>
4800
4810
  <line number="105" hits="9" branch="true" condition-coverage="100% (2/2)"/>
4801
4811
  <line number="106" hits="9" branch="false"/>
4802
- <line number="136" hits="23" branch="false"/>
4812
+ <line number="136" hits="27" branch="false"/>
4803
4813
  </lines>
4804
4814
  </class>
4805
4815
  <class name="index.js" filename="src/lib/Tags/index.js" line-rate="0" branch-rate="0">
@@ -4812,10 +4822,10 @@
4812
4822
  <methods>
4813
4823
  </methods>
4814
4824
  <lines>
4815
- <line number="1" hits="23" branch="false"/>
4816
- <line number="3" hits="23" branch="false"/>
4817
- <line number="4" hits="23" branch="false"/>
4818
- <line number="9" hits="23" branch="false"/>
4825
+ <line number="1" hits="27" branch="false"/>
4826
+ <line number="3" hits="27" branch="false"/>
4827
+ <line number="4" hits="27" branch="false"/>
4828
+ <line number="9" hits="27" branch="false"/>
4819
4829
  </lines>
4820
4830
  </class>
4821
4831
  </classes>
@@ -4842,7 +4852,7 @@
4842
4852
  </method>
4843
4853
  </methods>
4844
4854
  <lines>
4845
- <line number="5" hits="23" branch="false"/>
4855
+ <line number="5" hits="27" branch="false"/>
4846
4856
  <line number="6" hits="9" branch="false"/>
4847
4857
  <line number="7" hits="9" branch="true" condition-coverage="50% (1/2)"/>
4848
4858
  <line number="9" hits="9" branch="false"/>
@@ -4863,13 +4873,13 @@
4863
4873
  </method>
4864
4874
  </methods>
4865
4875
  <lines>
4866
- <line number="8" hits="23" branch="false"/>
4867
- <line number="11" hits="23" branch="false"/>
4868
- <line number="14" hits="23" branch="false"/>
4869
- <line number="16" hits="23" branch="false"/>
4870
- <line number="22" hits="23" branch="false"/>
4871
- <line number="29" hits="23" branch="false"/>
4872
- <line number="42" hits="23" branch="true" condition-coverage="0% (0/2)"/>
4876
+ <line number="8" hits="27" branch="false"/>
4877
+ <line number="11" hits="27" branch="false"/>
4878
+ <line number="14" hits="27" branch="false"/>
4879
+ <line number="16" hits="27" branch="false"/>
4880
+ <line number="22" hits="27" branch="false"/>
4881
+ <line number="29" hits="27" branch="false"/>
4882
+ <line number="42" hits="27" branch="true" condition-coverage="0% (0/2)"/>
4873
4883
  <line number="43" hits="0" branch="false"/>
4874
4884
  <line number="45" hits="0" branch="true" condition-coverage="0% (0/2)"/>
4875
4885
  <line number="46" hits="0" branch="true" condition-coverage="0% (0/2)"/>
@@ -4971,7 +4981,7 @@
4971
4981
  </method>
4972
4982
  </methods>
4973
4983
  <lines>
4974
- <line number="15" hits="23" branch="false"/>
4984
+ <line number="15" hits="27" branch="false"/>
4975
4985
  <line number="39" hits="0" branch="false"/>
4976
4986
  <line number="40" hits="0" branch="false"/>
4977
4987
  <line number="43" hits="0" branch="false"/>
@@ -5021,7 +5031,7 @@
5021
5031
  <line number="280" hits="0" branch="true" condition-coverage="0% (0/3)"/>
5022
5032
  <line number="283" hits="0" branch="false"/>
5023
5033
  <line number="308" hits="0" branch="false"/>
5024
- <line number="320" hits="23" branch="false"/>
5034
+ <line number="320" hits="27" branch="false"/>
5025
5035
  </lines>
5026
5036
  </class>
5027
5037
  <class name="index.js" filename="src/lib/Typedown/index.js" line-rate="0" branch-rate="0">
@@ -5044,51 +5054,51 @@
5044
5054
  <methods>
5045
5055
  </methods>
5046
5056
  <lines>
5047
- <line number="1" hits="23" branch="false"/>
5048
- <line number="2" hits="23" branch="false"/>
5049
- <line number="3" hits="23" branch="false"/>
5050
- <line number="4" hits="23" branch="false"/>
5051
- <line number="5" hits="23" branch="false"/>
5052
- <line number="6" hits="23" branch="false"/>
5053
- <line number="7" hits="23" branch="false"/>
5054
- <line number="8" hits="23" branch="false"/>
5055
- <line number="9" hits="23" branch="false"/>
5056
- <line number="10" hits="23" branch="false"/>
5057
- <line number="11" hits="23" branch="false"/>
5057
+ <line number="1" hits="27" branch="false"/>
5058
+ <line number="2" hits="27" branch="false"/>
5059
+ <line number="3" hits="27" branch="false"/>
5060
+ <line number="4" hits="27" branch="false"/>
5061
+ <line number="5" hits="27" branch="false"/>
5062
+ <line number="6" hits="27" branch="false"/>
5063
+ <line number="7" hits="27" branch="false"/>
5064
+ <line number="8" hits="27" branch="false"/>
5065
+ <line number="9" hits="27" branch="false"/>
5066
+ <line number="10" hits="27" branch="false"/>
5067
+ <line number="11" hits="27" branch="false"/>
5058
5068
  </lines>
5059
5069
  </class>
5060
5070
  <class name="endpoints.js" filename="src/lib/constants/endpoints.js" line-rate="1" branch-rate="1">
5061
5071
  <methods>
5062
5072
  </methods>
5063
5073
  <lines>
5064
- <line number="2" hits="23" branch="false"/>
5065
- <line number="3" hits="23" branch="false"/>
5066
- <line number="7" hits="23" branch="false"/>
5074
+ <line number="2" hits="27" branch="false"/>
5075
+ <line number="3" hits="27" branch="false"/>
5076
+ <line number="7" hits="27" branch="false"/>
5067
5077
  </lines>
5068
5078
  </class>
5069
5079
  <class name="eventCodes.js" filename="src/lib/constants/eventCodes.js" line-rate="1" branch-rate="1">
5070
5080
  <methods>
5071
5081
  </methods>
5072
5082
  <lines>
5073
- <line number="1" hits="23" branch="false"/>
5074
- <line number="2" hits="23" branch="false"/>
5075
- <line number="3" hits="23" branch="false"/>
5083
+ <line number="1" hits="27" branch="false"/>
5084
+ <line number="2" hits="27" branch="false"/>
5085
+ <line number="3" hits="27" branch="false"/>
5076
5086
  </lines>
5077
5087
  </class>
5078
5088
  <class name="pagination.js" filename="src/lib/constants/pagination.js" line-rate="1" branch-rate="1">
5079
5089
  <methods>
5080
5090
  </methods>
5081
5091
  <lines>
5082
- <line number="1" hits="23" branch="false"/>
5083
- <line number="2" hits="23" branch="false"/>
5084
- <line number="5" hits="23" branch="false"/>
5085
- <line number="8" hits="23" branch="false"/>
5086
- <line number="10" hits="23" branch="false"/>
5092
+ <line number="1" hits="27" branch="false"/>
5093
+ <line number="2" hits="27" branch="false"/>
5094
+ <line number="5" hits="27" branch="false"/>
5095
+ <line number="8" hits="27" branch="false"/>
5096
+ <line number="10" hits="27" branch="false"/>
5087
5097
  </lines>
5088
5098
  </class>
5089
5099
  </classes>
5090
5100
  </package>
5091
- <package name="hooks" line-rate="0.1623" branch-rate="0.12869999999999998">
5101
+ <package name="hooks" line-rate="0.321" branch-rate="0.25">
5092
5102
  <classes>
5093
5103
  <class name="index.js" filename="src/lib/hooks/index.js" line-rate="0" branch-rate="0">
5094
5104
  <methods>
@@ -5115,7 +5125,7 @@
5115
5125
  </method>
5116
5126
  </methods>
5117
5127
  <lines>
5118
- <line number="10" hits="23" branch="false"/>
5128
+ <line number="10" hits="27" branch="false"/>
5119
5129
  <line number="11" hits="0" branch="false"/>
5120
5130
  <line number="12" hits="0" branch="false"/>
5121
5131
  <line number="14" hits="0" branch="false"/>
@@ -5156,7 +5166,7 @@
5156
5166
  </method>
5157
5167
  </methods>
5158
5168
  <lines>
5159
- <line number="4" hits="23" branch="false"/>
5169
+ <line number="4" hits="27" branch="false"/>
5160
5170
  <line number="5" hits="0" branch="false"/>
5161
5171
  <line number="7" hits="0" branch="false"/>
5162
5172
  <line number="8" hits="0" branch="false"/>
@@ -5188,7 +5198,7 @@
5188
5198
  </method>
5189
5199
  </methods>
5190
5200
  <lines>
5191
- <line number="8" hits="23" branch="false"/>
5201
+ <line number="8" hits="27" branch="false"/>
5192
5202
  <line number="18" hits="0" branch="false"/>
5193
5203
  <line number="20" hits="0" branch="false"/>
5194
5204
  <line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
@@ -5206,7 +5216,7 @@
5206
5216
  <line number="63" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5207
5217
  <line number="66" hits="0" branch="false"/>
5208
5218
  <line number="67" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5209
- <line number="70" hits="23" branch="false"/>
5219
+ <line number="70" hits="27" branch="false"/>
5210
5220
  </lines>
5211
5221
  </class>
5212
5222
  <class name="useHelperApp.js" filename="src/lib/hooks/useHelperApp.js" line-rate="0.0322" branch-rate="0">
@@ -5253,7 +5263,7 @@
5253
5263
  </method>
5254
5264
  </methods>
5255
5265
  <lines>
5256
- <line number="7" hits="23" branch="false"/>
5266
+ <line number="7" hits="27" branch="false"/>
5257
5267
  <line number="8" hits="0" branch="false"/>
5258
5268
  <line number="9" hits="0" branch="false"/>
5259
5269
  <line number="11" hits="0" branch="false"/>
@@ -5335,7 +5345,7 @@
5335
5345
  </method>
5336
5346
  </methods>
5337
5347
  <lines>
5338
- <line number="4" hits="23" branch="true" condition-coverage="0% (0/1)"/>
5348
+ <line number="4" hits="27" branch="true" condition-coverage="0% (0/1)"/>
5339
5349
  <line number="5" hits="0" branch="false"/>
5340
5350
  <line number="6" hits="0" branch="true" condition-coverage="0% (0/1)"/>
5341
5351
  <line number="7" hits="0" branch="false"/>
@@ -5363,16 +5373,16 @@
5363
5373
  <line number="52" hits="0" branch="false"/>
5364
5374
  </lines>
5365
5375
  </class>
5366
- <class name="useKiwtSASQuery.js" filename="src/lib/hooks/useKiwtSASQuery.js" line-rate="0.1052" branch-rate="0">
5376
+ <class name="useKiwtSASQuery.js" filename="src/lib/hooks/useKiwtSASQuery.js" line-rate="1" branch-rate="1">
5367
5377
  <methods>
5368
- <method name="(anonymous_0)" hits="0" signature="()V">
5378
+ <method name="(anonymous_0)" hits="196" signature="()V">
5369
5379
  <lines>
5370
- <line number="7" hits="0"/>
5380
+ <line number="7" hits="196"/>
5371
5381
  </lines>
5372
5382
  </method>
5373
- <method name="(anonymous_1)" hits="0" signature="()V">
5383
+ <method name="(anonymous_1)" hits="893" signature="()V">
5374
5384
  <lines>
5375
- <line number="26" hits="0"/>
5385
+ <line number="26" hits="893"/>
5376
5386
  </lines>
5377
5387
  </method>
5378
5388
  <method name="(anonymous_2)" hits="0" signature="()V">
@@ -5380,39 +5390,39 @@
5380
5390
  <line number="30" hits="0"/>
5381
5391
  </lines>
5382
5392
  </method>
5383
- <method name="(anonymous_3)" hits="0" signature="()V">
5393
+ <method name="(anonymous_3)" hits="196" signature="()V">
5384
5394
  <lines>
5385
- <line number="38" hits="0"/>
5395
+ <line number="38" hits="196"/>
5386
5396
  </lines>
5387
5397
  </method>
5388
5398
  </methods>
5389
5399
  <lines>
5390
- <line number="7" hits="23" branch="false"/>
5391
- <line number="8" hits="0" branch="false"/>
5392
- <line number="9" hits="0" branch="false"/>
5393
- <line number="13" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5394
- <line number="18" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5395
- <line number="19" hits="0" branch="false"/>
5396
- <line number="21" hits="0" branch="false"/>
5397
- <line number="26" hits="23" branch="false"/>
5398
- <line number="27" hits="0" branch="false"/>
5399
- <line number="28" hits="0" branch="false"/>
5400
- <line number="29" hits="0" branch="false"/>
5401
- <line number="30" hits="0" branch="false"/>
5402
- <line number="32" hits="0" branch="false"/>
5403
- <line number="34" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5404
- <line number="35" hits="0" branch="false"/>
5405
- <line number="38" hits="0" branch="false"/>
5406
- <line number="39" hits="0" branch="false"/>
5407
- <line number="40" hits="0" branch="false"/>
5408
- <line number="42" hits="0" branch="false"/>
5400
+ <line number="7" hits="27" branch="false"/>
5401
+ <line number="8" hits="196" branch="false"/>
5402
+ <line number="9" hits="196" branch="false"/>
5403
+ <line number="13" hits="196" branch="true" condition-coverage="100% (2/2)"/>
5404
+ <line number="18" hits="46" branch="true" condition-coverage="100% (2/2)"/>
5405
+ <line number="19" hits="32" branch="false"/>
5406
+ <line number="21" hits="14" branch="false"/>
5407
+ <line number="26" hits="27" branch="false"/>
5408
+ <line number="27" hits="893" branch="false"/>
5409
+ <line number="28" hits="893" branch="false"/>
5410
+ <line number="29" hits="893" branch="false"/>
5411
+ <line number="30" hits="893" branch="false"/>
5412
+ <line number="32" hits="893" branch="false"/>
5413
+ <line number="34" hits="893" branch="true" condition-coverage="100% (2/2)"/>
5414
+ <line number="35" hits="31" branch="false"/>
5415
+ <line number="38" hits="893" branch="false"/>
5416
+ <line number="39" hits="196" branch="false"/>
5417
+ <line number="40" hits="196" branch="false"/>
5418
+ <line number="42" hits="893" branch="false"/>
5409
5419
  </lines>
5410
5420
  </class>
5411
5421
  <class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
5412
5422
  <methods>
5413
- <method name="(anonymous_0)" hits="23" signature="()V">
5423
+ <method name="(anonymous_0)" hits="27" signature="()V">
5414
5424
  <lines>
5415
- <line number="7" hits="23"/>
5425
+ <line number="7" hits="27"/>
5416
5426
  </lines>
5417
5427
  </method>
5418
5428
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -5427,34 +5437,34 @@
5427
5437
  </method>
5428
5438
  </methods>
5429
5439
  <lines>
5430
- <line number="6" hits="23" branch="false"/>
5431
- <line number="7" hits="23" branch="false"/>
5440
+ <line number="6" hits="27" branch="false"/>
5441
+ <line number="7" hits="27" branch="false"/>
5432
5442
  <line number="9" hits="0" branch="false"/>
5433
5443
  <line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5434
5444
  <line number="13" hits="0" branch="false"/>
5435
5445
  </lines>
5436
5446
  </class>
5437
- <class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="0.14279999999999998" branch-rate="1">
5447
+ <class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
5438
5448
  <methods>
5439
- <method name="(anonymous_0)" hits="0" signature="()V">
5449
+ <method name="(anonymous_0)" hits="893" signature="()V">
5440
5450
  <lines>
5441
- <line number="5" hits="0"/>
5451
+ <line number="5" hits="893"/>
5442
5452
  </lines>
5443
5453
  </method>
5444
- <method name="(anonymous_1)" hits="0" signature="()V">
5454
+ <method name="(anonymous_1)" hits="22" signature="()V">
5445
5455
  <lines>
5446
- <line number="9" hits="0"/>
5456
+ <line number="9" hits="22"/>
5447
5457
  </lines>
5448
5458
  </method>
5449
5459
  </methods>
5450
5460
  <lines>
5451
- <line number="5" hits="23" branch="false"/>
5452
- <line number="6" hits="0" branch="false"/>
5453
- <line number="7" hits="0" branch="false"/>
5454
- <line number="9" hits="0" branch="false"/>
5455
- <line number="10" hits="0" branch="false"/>
5456
- <line number="11" hits="0" branch="false"/>
5457
- <line number="14" hits="0" branch="false"/>
5461
+ <line number="5" hits="27" branch="false"/>
5462
+ <line number="6" hits="893" branch="false"/>
5463
+ <line number="7" hits="893" branch="false"/>
5464
+ <line number="9" hits="893" branch="false"/>
5465
+ <line number="10" hits="22" branch="false"/>
5466
+ <line number="11" hits="22" branch="false"/>
5467
+ <line number="14" hits="893" branch="false"/>
5458
5468
  </lines>
5459
5469
  </class>
5460
5470
  <class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
@@ -5471,7 +5481,7 @@
5471
5481
  </method>
5472
5482
  </methods>
5473
5483
  <lines>
5474
- <line number="10" hits="23" branch="false"/>
5484
+ <line number="10" hits="27" branch="false"/>
5475
5485
  <line number="17" hits="0" branch="false"/>
5476
5486
  <line number="19" hits="0" branch="false"/>
5477
5487
  <line number="21" hits="0" branch="false"/>
@@ -5482,7 +5492,7 @@
5482
5492
  <line number="36" hits="0" branch="true" condition-coverage="0% (0/3)"/>
5483
5493
  <line number="37" hits="0" branch="false"/>
5484
5494
  <line number="39" hits="0" branch="false"/>
5485
- <line number="46" hits="23" branch="false"/>
5495
+ <line number="46" hits="27" branch="false"/>
5486
5496
  </lines>
5487
5497
  </class>
5488
5498
  <class name="useMutateModConfigEntry.js" filename="src/lib/hooks/useMutateModConfigEntry.js" line-rate="0.07139999999999999" branch-rate="0">
@@ -5514,7 +5524,7 @@
5514
5524
  </method>
5515
5525
  </methods>
5516
5526
  <lines>
5517
- <line number="11" hits="23" branch="false"/>
5527
+ <line number="11" hits="27" branch="false"/>
5518
5528
  <line number="17" hits="0" branch="false"/>
5519
5529
  <line number="19" hits="0" branch="false"/>
5520
5530
  <line number="20" hits="0" branch="false"/>
@@ -5530,26 +5540,26 @@
5530
5540
  <line number="53" hits="0" branch="false"/>
5531
5541
  </lines>
5532
5542
  </class>
5533
- <class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.42369999999999997" branch-rate="0.36950000000000005">
5543
+ <class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
5534
5544
  <methods>
5535
- <method name="(anonymous_0)" hits="21" signature="()V">
5545
+ <method name="(anonymous_0)" hits="914" signature="()V">
5536
5546
  <lines>
5537
- <line number="18" hits="21"/>
5547
+ <line number="18" hits="914"/>
5538
5548
  </lines>
5539
5549
  </method>
5540
- <method name="(anonymous_1)" hits="63" signature="()V">
5550
+ <method name="(anonymous_1)" hits="2467" signature="()V">
5541
5551
  <lines>
5542
- <line number="28" hits="63"/>
5552
+ <line number="28" hits="2467"/>
5543
5553
  </lines>
5544
5554
  </method>
5545
- <method name="(anonymous_2)" hits="63" signature="()V">
5555
+ <method name="(anonymous_2)" hits="2467" signature="()V">
5546
5556
  <lines>
5547
- <line number="29" hits="63"/>
5557
+ <line number="29" hits="2467"/>
5548
5558
  </lines>
5549
5559
  </method>
5550
- <method name="(anonymous_3)" hits="21" signature="()V">
5560
+ <method name="(anonymous_3)" hits="914" signature="()V">
5551
5561
  <lines>
5552
- <line number="33" hits="21"/>
5562
+ <line number="33" hits="914"/>
5553
5563
  </lines>
5554
5564
  </method>
5555
5565
  <method name="(anonymous_4)" hits="0" signature="()V">
@@ -5557,14 +5567,14 @@
5557
5567
  <line number="56" hits="0"/>
5558
5568
  </lines>
5559
5569
  </method>
5560
- <method name="(anonymous_5)" hits="0" signature="()V">
5570
+ <method name="(anonymous_5)" hits="34" signature="()V">
5561
5571
  <lines>
5562
- <line number="95" hits="0"/>
5572
+ <line number="95" hits="34"/>
5563
5573
  </lines>
5564
5574
  </method>
5565
- <method name="(anonymous_6)" hits="21" signature="()V">
5575
+ <method name="(anonymous_6)" hits="639" signature="()V">
5566
5576
  <lines>
5567
- <line number="104" hits="21"/>
5577
+ <line number="104" hits="639"/>
5568
5578
  </lines>
5569
5579
  </method>
5570
5580
  <method name="(anonymous_7)" hits="0" signature="()V">
@@ -5572,32 +5582,32 @@
5572
5582
  <line number="157" hits="0"/>
5573
5583
  </lines>
5574
5584
  </method>
5575
- <method name="(anonymous_8)" hits="0" signature="()V">
5585
+ <method name="(anonymous_8)" hits="1048" signature="()V">
5576
5586
  <lines>
5577
- <line number="166" hits="0"/>
5587
+ <line number="166" hits="1048"/>
5578
5588
  </lines>
5579
5589
  </method>
5580
- <method name="(anonymous_9)" hits="9" signature="()V">
5590
+ <method name="(anonymous_9)" hits="185" signature="()V">
5581
5591
  <lines>
5582
- <line number="184" hits="9"/>
5592
+ <line number="184" hits="185"/>
5583
5593
  </lines>
5584
5594
  </method>
5585
5595
  </methods>
5586
5596
  <lines>
5587
- <line number="18" hits="23" branch="true" condition-coverage="0% (0/1)"/>
5588
- <line number="28" hits="63" branch="false"/>
5589
- <line number="29" hits="63" branch="false"/>
5590
- <line number="33" hits="21" branch="false"/>
5591
- <line number="35" hits="21" branch="true" condition-coverage="50% (1/2)"/>
5597
+ <line number="18" hits="27" branch="true" condition-coverage="0% (0/1)"/>
5598
+ <line number="28" hits="2467" branch="false"/>
5599
+ <line number="29" hits="2467" branch="false"/>
5600
+ <line number="33" hits="914" branch="false"/>
5601
+ <line number="35" hits="914" branch="true" condition-coverage="50% (1/2)"/>
5592
5602
  <line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5593
5603
  <line number="37" hits="0" branch="false"/>
5594
5604
  <line number="40" hits="0" branch="false"/>
5595
5605
  <line number="41" hits="0" branch="false"/>
5596
- <line number="45" hits="21" branch="false"/>
5597
- <line number="48" hits="21" branch="false"/>
5598
- <line number="50" hits="21" branch="false"/>
5599
- <line number="51" hits="21" branch="false"/>
5600
- <line number="56" hits="21" branch="false"/>
5606
+ <line number="45" hits="914" branch="false"/>
5607
+ <line number="48" hits="914" branch="false"/>
5608
+ <line number="50" hits="914" branch="false"/>
5609
+ <line number="51" hits="914" branch="false"/>
5610
+ <line number="56" hits="914" branch="false"/>
5601
5611
  <line number="57" hits="0" branch="false"/>
5602
5612
  <line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5603
5613
  <line number="61" hits="0" branch="false"/>
@@ -5609,47 +5619,47 @@
5609
5619
  <line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5610
5620
  <line number="73" hits="0" branch="false"/>
5611
5621
  <line number="77" hits="0" branch="false"/>
5612
- <line number="94" hits="21" branch="false"/>
5613
- <line number="95" hits="21" branch="false"/>
5614
- <line number="96" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5615
- <line number="97" hits="0" branch="false"/>
5622
+ <line number="94" hits="914" branch="false"/>
5623
+ <line number="95" hits="914" branch="false"/>
5624
+ <line number="96" hits="34" branch="true" condition-coverage="50% (1/2)"/>
5625
+ <line number="97" hits="34" branch="false"/>
5616
5626
  <line number="99" hits="0" branch="false"/>
5617
5627
  <line number="100" hits="0" branch="false"/>
5618
- <line number="104" hits="21" branch="false"/>
5619
- <line number="105" hits="21" branch="true" condition-coverage="50% (1/2)"/>
5620
- <line number="106" hits="21" branch="false"/>
5621
- <line number="108" hits="21" branch="true" condition-coverage="50% (2/4)"/>
5628
+ <line number="104" hits="914" branch="false"/>
5629
+ <line number="105" hits="639" branch="true" condition-coverage="50% (1/2)"/>
5630
+ <line number="106" hits="639" branch="false"/>
5631
+ <line number="108" hits="639" branch="true" condition-coverage="50% (2/4)"/>
5622
5632
  <line number="109" hits="0" branch="false"/>
5623
- <line number="110" hits="21" branch="true" condition-coverage="75% (3/4)"/>
5624
- <line number="112" hits="0" branch="false"/>
5625
- <line number="113" hits="0" branch="false"/>
5626
- <line number="119" hits="0" branch="false"/>
5627
- <line number="125" hits="21" branch="true" condition-coverage="50% (1/2)"/>
5628
- <line number="126" hits="0" branch="false"/>
5629
- <line number="131" hits="0" branch="false"/>
5630
- <line number="135" hits="0" branch="false"/>
5633
+ <line number="110" hits="639" branch="true" condition-coverage="100% (4/4)"/>
5634
+ <line number="112" hits="618" branch="false"/>
5635
+ <line number="113" hits="618" branch="false"/>
5636
+ <line number="119" hits="618" branch="false"/>
5637
+ <line number="125" hits="639" branch="true" condition-coverage="100% (2/2)"/>
5638
+ <line number="126" hits="32" branch="false"/>
5639
+ <line number="131" hits="32" branch="false"/>
5640
+ <line number="135" hits="32" branch="false"/>
5631
5641
  <line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5632
5642
  <line number="140" hits="0" branch="false"/>
5633
- <line number="154" hits="21" branch="true" condition-coverage="66.66666666666666% (2/3)"/>
5634
- <line number="155" hits="21" branch="true" condition-coverage="50% (1/2)"/>
5635
- <line number="156" hits="21" branch="true" condition-coverage="50% (1/2)"/>
5636
- <line number="157" hits="21" branch="false"/>
5643
+ <line number="154" hits="914" branch="true" condition-coverage="100% (3/3)"/>
5644
+ <line number="155" hits="914" branch="true" condition-coverage="100% (2/2)"/>
5645
+ <line number="156" hits="914" branch="true" condition-coverage="100% (2/2)"/>
5646
+ <line number="157" hits="914" branch="false"/>
5637
5647
  <line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5638
5648
  <line number="159" hits="0" branch="false"/>
5639
- <line number="166" hits="21" branch="false"/>
5640
- <line number="167" hits="0" branch="false"/>
5641
- <line number="177" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5642
- <line number="178" hits="0" branch="false"/>
5643
- <line number="181" hits="0" branch="false"/>
5644
- <line number="184" hits="21" branch="false"/>
5645
- <line number="188" hits="21" branch="false"/>
5649
+ <line number="166" hits="914" branch="false"/>
5650
+ <line number="167" hits="1048" branch="false"/>
5651
+ <line number="177" hits="1048" branch="true" condition-coverage="100% (2/2)"/>
5652
+ <line number="178" hits="34" branch="false"/>
5653
+ <line number="181" hits="1048" branch="false"/>
5654
+ <line number="184" hits="914" branch="false"/>
5655
+ <line number="188" hits="914" branch="false"/>
5646
5656
  </lines>
5647
5657
  </class>
5648
- <class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.0625" branch-rate="0">
5658
+ <class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
5649
5659
  <methods>
5650
- <method name="(anonymous_0)" hits="0" signature="()V">
5660
+ <method name="(anonymous_0)" hits="893" signature="()V">
5651
5661
  <lines>
5652
- <line number="5" hits="0"/>
5662
+ <line number="5" hits="893"/>
5653
5663
  </lines>
5654
5664
  </method>
5655
5665
  <method name="(anonymous_1)" hits="0" signature="()V">
@@ -5657,29 +5667,29 @@
5657
5667
  <line number="12" hits="0"/>
5658
5668
  </lines>
5659
5669
  </method>
5660
- <method name="(anonymous_2)" hits="0" signature="()V">
5670
+ <method name="(anonymous_2)" hits="618" signature="()V">
5661
5671
  <lines>
5662
- <line number="35" hits="0"/>
5672
+ <line number="35" hits="618"/>
5663
5673
  </lines>
5664
5674
  </method>
5665
5675
  </methods>
5666
5676
  <lines>
5667
- <line number="5" hits="23" branch="false"/>
5668
- <line number="6" hits="0" branch="false"/>
5669
- <line number="7" hits="0" branch="false"/>
5670
- <line number="9" hits="0" branch="false"/>
5671
- <line number="10" hits="0" branch="false"/>
5672
- <line number="12" hits="0" branch="false"/>
5677
+ <line number="5" hits="27" branch="false"/>
5678
+ <line number="6" hits="893" branch="false"/>
5679
+ <line number="7" hits="893" branch="false"/>
5680
+ <line number="9" hits="893" branch="false"/>
5681
+ <line number="10" hits="893" branch="false"/>
5682
+ <line number="12" hits="893" branch="false"/>
5673
5683
  <line number="13" hits="0" branch="false"/>
5674
5684
  <line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5675
5685
  <line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5676
5686
  <line number="17" hits="0" branch="false"/>
5677
5687
  <line number="22" hits="0" branch="false"/>
5678
5688
  <line number="28" hits="0" branch="false"/>
5679
- <line number="35" hits="0" branch="false"/>
5680
- <line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5689
+ <line number="35" hits="893" branch="false"/>
5690
+ <line number="36" hits="618" branch="true" condition-coverage="50% (1/2)"/>
5681
5691
  <line number="37" hits="0" branch="false"/>
5682
- <line number="46" hits="0" branch="false"/>
5692
+ <line number="46" hits="893" branch="false"/>
5683
5693
  </lines>
5684
5694
  </class>
5685
5695
  <class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
@@ -5701,7 +5711,7 @@
5701
5711
  </method>
5702
5712
  </methods>
5703
5713
  <lines>
5704
- <line number="8" hits="23" branch="false"/>
5714
+ <line number="8" hits="27" branch="false"/>
5705
5715
  <line number="15" hits="0" branch="false"/>
5706
5716
  <line number="17" hits="0" branch="false"/>
5707
5717
  <line number="25" hits="0" branch="true" condition-coverage="0% (0/2)"/>
@@ -5716,7 +5726,7 @@
5716
5726
  <line number="43" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5717
5727
  <line number="46" hits="0" branch="false"/>
5718
5728
  <line number="47" hits="0" branch="true" condition-coverage="0% (0/2)"/>
5719
- <line number="50" hits="23" branch="false"/>
5729
+ <line number="50" hits="27" branch="false"/>
5720
5730
  </lines>
5721
5731
  </class>
5722
5732
  <class name="useSASQQueryMeta.js" filename="src/lib/hooks/useSASQQueryMeta.js" line-rate="0.07139999999999999" branch-rate="0">
@@ -5738,7 +5748,7 @@
5738
5748
  </method>
5739
5749
  </methods>
5740
5750
  <lines>
5741
- <line number="7" hits="23" branch="false"/>
5751
+ <line number="7" hits="27" branch="false"/>
5742
5752
  <line number="8" hits="0" branch="false"/>
5743
5753
  <line number="9" hits="0" branch="false"/>
5744
5754
  <line number="11" hits="0" branch="false"/>
@@ -5768,7 +5778,7 @@
5768
5778
  </method>
5769
5779
  </methods>
5770
5780
  <lines>
5771
- <line number="5" hits="23" branch="false"/>
5781
+ <line number="5" hits="27" branch="false"/>
5772
5782
  <line number="6" hits="0" branch="false"/>
5773
5783
  <line number="8" hits="0" branch="false"/>
5774
5784
  <line number="9" hits="0" branch="true" condition-coverage="0% (0/2)"/>
@@ -5804,28 +5814,28 @@
5804
5814
  </class>
5805
5815
  <class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
5806
5816
  <methods>
5807
- <method name="(anonymous_0)" hits="188" signature="()V">
5817
+ <method name="(anonymous_0)" hits="1081" signature="()V">
5808
5818
  <lines>
5809
- <line number="3" hits="188"/>
5819
+ <line number="3" hits="1081"/>
5810
5820
  </lines>
5811
5821
  </method>
5812
- <method name="(anonymous_1)" hits="27" signature="()V">
5822
+ <method name="(anonymous_1)" hits="2431" signature="()V">
5813
5823
  <lines>
5814
- <line number="4" hits="27"/>
5824
+ <line number="4" hits="2431"/>
5815
5825
  </lines>
5816
5826
  </method>
5817
5827
  </methods>
5818
5828
  <lines>
5819
- <line number="3" hits="23" branch="false"/>
5820
- <line number="4" hits="188" branch="false"/>
5821
- <line number="7" hits="188" branch="true" condition-coverage="50% (1/2)"/>
5829
+ <line number="3" hits="27" branch="false"/>
5830
+ <line number="4" hits="2431" branch="false"/>
5831
+ <line number="7" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
5822
5832
  <line number="8" hits="0" branch="false"/>
5823
- <line number="9" hits="188" branch="true" condition-coverage="50% (1/2)"/>
5833
+ <line number="9" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
5824
5834
  <line number="10" hits="0" branch="false"/>
5825
- <line number="12" hits="188" branch="false"/>
5826
- <line number="15" hits="188" branch="true" condition-coverage="50% (1/2)"/>
5835
+ <line number="12" hits="1081" branch="false"/>
5836
+ <line number="15" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
5827
5837
  <line number="16" hits="0" branch="false"/>
5828
- <line number="19" hits="188" branch="false"/>
5838
+ <line number="19" hits="1081" branch="false"/>
5829
5839
  </lines>
5830
5840
  </class>
5831
5841
  </classes>
@@ -5840,19 +5850,19 @@
5840
5850
  </class>
5841
5851
  <class name="useIntlKeyStore.js" filename="src/lib/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js" line-rate="0.5789" branch-rate="0.3333">
5842
5852
  <methods>
5843
- <method name="(anonymous_0)" hits="5" signature="()V">
5853
+ <method name="(anonymous_0)" hits="9" signature="()V">
5844
5854
  <lines>
5845
- <line number="6" hits="5"/>
5855
+ <line number="6" hits="9"/>
5846
5856
  </lines>
5847
5857
  </method>
5848
- <method name="(anonymous_1)" hits="76" signature="()V">
5858
+ <method name="(anonymous_1)" hits="384" signature="()V">
5849
5859
  <lines>
5850
- <line number="8" hits="76"/>
5860
+ <line number="8" hits="384"/>
5851
5861
  </lines>
5852
5862
  </method>
5853
- <method name="(anonymous_2)" hits="76" signature="()V">
5863
+ <method name="(anonymous_2)" hits="384" signature="()V">
5854
5864
  <lines>
5855
- <line number="8" hits="76"/>
5865
+ <line number="8" hits="384"/>
5856
5866
  </lines>
5857
5867
  </method>
5858
5868
  <method name="(anonymous_3)" hits="0" signature="()V">
@@ -5865,20 +5875,20 @@
5865
5875
  <line number="17" hits="0"/>
5866
5876
  </lines>
5867
5877
  </method>
5868
- <method name="(anonymous_5)" hits="9" signature="()V">
5878
+ <method name="(anonymous_5)" hits="902" signature="()V">
5869
5879
  <lines>
5870
- <line number="27" hits="9"/>
5880
+ <line number="27" hits="902"/>
5871
5881
  </lines>
5872
5882
  </method>
5873
5883
  </methods>
5874
5884
  <lines>
5875
- <line number="6" hits="5" branch="false"/>
5876
- <line number="8" hits="76" branch="false"/>
5877
- <line number="9" hits="76" branch="false"/>
5878
- <line number="10" hits="76" branch="false"/>
5879
- <line number="11" hits="76" branch="true" condition-coverage="50% (1/2)"/>
5885
+ <line number="6" hits="9" branch="false"/>
5886
+ <line number="8" hits="384" branch="false"/>
5887
+ <line number="9" hits="384" branch="false"/>
5888
+ <line number="10" hits="384" branch="false"/>
5889
+ <line number="11" hits="384" branch="true" condition-coverage="50% (1/2)"/>
5880
5890
  <line number="12" hits="0" branch="false"/>
5881
- <line number="15" hits="76" branch="false"/>
5891
+ <line number="15" hits="384" branch="false"/>
5882
5892
  <line number="17" hits="0" branch="false"/>
5883
5893
  <line number="18" hits="0" branch="false"/>
5884
5894
  <line number="19" hits="0" branch="false"/>
@@ -5886,11 +5896,11 @@
5886
5896
  <line number="21" hits="0" branch="false"/>
5887
5897
  <line number="24" hits="0" branch="false"/>
5888
5898
  <line number="25" hits="0" branch="false"/>
5889
- <line number="28" hits="9" branch="false"/>
5890
- <line number="29" hits="9" branch="false"/>
5891
- <line number="30" hits="9" branch="true" condition-coverage="50% (1/2)"/>
5892
- <line number="31" hits="9" branch="false"/>
5893
- <line number="34" hits="9" branch="false"/>
5899
+ <line number="28" hits="902" branch="false"/>
5900
+ <line number="29" hits="902" branch="false"/>
5901
+ <line number="30" hits="902" branch="true" condition-coverage="50% (1/2)"/>
5902
+ <line number="31" hits="902" branch="false"/>
5903
+ <line number="34" hits="902" branch="false"/>
5894
5904
  </lines>
5895
5905
  </class>
5896
5906
  </classes>
@@ -5905,14 +5915,14 @@
5905
5915
  </class>
5906
5916
  <class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
5907
5917
  <methods>
5908
- <method name="(anonymous_0)" hits="188" signature="()V">
5918
+ <method name="(anonymous_0)" hits="1081" signature="()V">
5909
5919
  <lines>
5910
- <line number="5" hits="188"/>
5920
+ <line number="5" hits="1081"/>
5911
5921
  </lines>
5912
5922
  </method>
5913
- <method name="(anonymous_1)" hits="1612" signature="()V">
5923
+ <method name="(anonymous_1)" hits="2742" signature="()V">
5914
5924
  <lines>
5915
- <line number="11" hits="1612"/>
5925
+ <line number="11" hits="2742"/>
5916
5926
  </lines>
5917
5927
  </method>
5918
5928
  <method name="(anonymous_2)" hits="6" signature="()V">
@@ -5922,23 +5932,23 @@
5922
5932
  </method>
5923
5933
  </methods>
5924
5934
  <lines>
5925
- <line number="5" hits="23" branch="false"/>
5926
- <line number="6" hits="188" branch="false"/>
5927
- <line number="7" hits="188" branch="false"/>
5928
- <line number="11" hits="188" branch="false"/>
5929
- <line number="12" hits="1612" branch="true" condition-coverage="100% (2/2)"/>
5935
+ <line number="5" hits="27" branch="false"/>
5936
+ <line number="6" hits="1081" branch="false"/>
5937
+ <line number="7" hits="1081" branch="false"/>
5938
+ <line number="11" hits="1081" branch="false"/>
5939
+ <line number="12" hits="2742" branch="true" condition-coverage="100% (2/2)"/>
5930
5940
  <line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
5931
5941
  <line number="15" hits="0" branch="false"/>
5932
5942
  <line number="18" hits="4" branch="true" condition-coverage="50% (1/2)"/>
5933
5943
  <line number="20" hits="0" branch="false"/>
5934
5944
  <line number="23" hits="4" branch="false"/>
5935
- <line number="29" hits="1608" branch="true" condition-coverage="100% (4/4)"/>
5945
+ <line number="29" hits="2738" branch="true" condition-coverage="100% (4/4)"/>
5936
5946
  <line number="31" hits="6" branch="true" condition-coverage="50% (1/2)"/>
5937
5947
  <line number="32" hits="0" branch="false"/>
5938
5948
  <line number="35" hits="6" branch="false"/>
5939
- <line number="39" hits="1602" branch="false"/>
5940
- <line number="42" hits="188" branch="false"/>
5941
- <line number="44" hits="188" branch="false"/>
5949
+ <line number="39" hits="2732" branch="false"/>
5950
+ <line number="42" hits="1081" branch="false"/>
5951
+ <line number="44" hits="1081" branch="false"/>
5942
5952
  </lines>
5943
5953
  </class>
5944
5954
  </classes>
@@ -6065,7 +6075,7 @@
6065
6075
  </method>
6066
6076
  </methods>
6067
6077
  <lines>
6068
- <line number="19" hits="23" branch="false"/>
6078
+ <line number="19" hits="27" branch="false"/>
6069
6079
  <line number="27" hits="0" branch="false"/>
6070
6080
  <line number="28" hits="0" branch="false"/>
6071
6081
  <line number="29" hits="0" branch="false"/>
@@ -6163,7 +6173,7 @@
6163
6173
  </method>
6164
6174
  </methods>
6165
6175
  <lines>
6166
- <line number="7" hits="23" branch="false"/>
6176
+ <line number="7" hits="27" branch="false"/>
6167
6177
  <line number="8" hits="0" branch="false"/>
6168
6178
  <line number="10" hits="0" branch="false"/>
6169
6179
  <line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
@@ -6196,7 +6206,7 @@
6196
6206
  </method>
6197
6207
  </methods>
6198
6208
  <lines>
6199
- <line number="5" hits="23" branch="false"/>
6209
+ <line number="5" hits="27" branch="false"/>
6200
6210
  <line number="6" hits="0" branch="false"/>
6201
6211
  <line number="7" hits="0" branch="false"/>
6202
6212
  <line number="8" hits="0" branch="false"/>
@@ -6233,7 +6243,7 @@
6233
6243
  </method>
6234
6244
  </methods>
6235
6245
  <lines>
6236
- <line number="5" hits="23" branch="false"/>
6246
+ <line number="5" hits="27" branch="false"/>
6237
6247
  <line number="6" hits="0" branch="false"/>
6238
6248
  <line number="8" hits="0" branch="false"/>
6239
6249
  </lines>
@@ -6267,7 +6277,7 @@
6267
6277
  </method>
6268
6278
  </methods>
6269
6279
  <lines>
6270
- <line number="3" hits="23" branch="false"/>
6280
+ <line number="3" hits="27" branch="false"/>
6271
6281
  <line number="8" hits="0" branch="false"/>
6272
6282
  <line number="11" hits="0" branch="false"/>
6273
6283
  <line number="12" hits="0" branch="false"/>
@@ -6367,7 +6377,7 @@
6367
6377
  </method>
6368
6378
  </methods>
6369
6379
  <lines>
6370
- <line number="9" hits="23" branch="true" condition-coverage="0% (0/1)"/>
6380
+ <line number="9" hits="27" branch="true" condition-coverage="0% (0/1)"/>
6371
6381
  <line number="22" hits="0" branch="true" condition-coverage="0% (0/1)"/>
6372
6382
  <line number="23" hits="0" branch="true" condition-coverage="0% (0/1)"/>
6373
6383
  <line number="24" hits="0" branch="true" condition-coverage="0% (0/1)"/>
@@ -6454,7 +6464,7 @@
6454
6464
  </method>
6455
6465
  </methods>
6456
6466
  <lines>
6457
- <line number="6" hits="23" branch="false"/>
6467
+ <line number="6" hits="27" branch="false"/>
6458
6468
  <line number="15" hits="0" branch="false"/>
6459
6469
  <line number="17" hits="0" branch="false"/>
6460
6470
  <line number="20" hits="0" branch="false"/>
@@ -6530,7 +6540,7 @@
6530
6540
  </method>
6531
6541
  </methods>
6532
6542
  <lines>
6533
- <line number="6" hits="23" branch="false"/>
6543
+ <line number="6" hits="27" branch="false"/>
6534
6544
  <line number="16" hits="0" branch="false"/>
6535
6545
  <line number="18" hits="0" branch="false"/>
6536
6546
  <line number="21" hits="0" branch="false"/>
@@ -6573,7 +6583,7 @@
6573
6583
  </method>
6574
6584
  </methods>
6575
6585
  <lines>
6576
- <line number="23" hits="23" branch="false"/>
6586
+ <line number="23" hits="27" branch="false"/>
6577
6587
  <line number="28" hits="0" branch="false"/>
6578
6588
  <line number="29" hits="0" branch="false"/>
6579
6589
  <line number="32" hits="0" branch="false"/>
@@ -6590,52 +6600,52 @@
6590
6600
  </class>
6591
6601
  </classes>
6592
6602
  </package>
6593
- <package name="utils" line-rate="0.22579999999999997" branch-rate="0.10289999999999999">
6603
+ <package name="utils" line-rate="0.344" branch-rate="0.25">
6594
6604
  <classes>
6595
- <class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="0" branch-rate="0">
6605
+ <class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="1" branch-rate="1">
6596
6606
  <methods>
6597
- <method name="removeEmpty" hits="0" signature="()V">
6607
+ <method name="removeEmpty" hits="196" signature="()V">
6598
6608
  <lines>
6599
- <line number="10" hits="0"/>
6609
+ <line number="10" hits="196"/>
6600
6610
  </lines>
6601
6611
  </method>
6602
- <method name="(anonymous_1)" hits="0" signature="()V">
6612
+ <method name="(anonymous_1)" hits="437" signature="()V">
6603
6613
  <lines>
6604
- <line number="13" hits="0"/>
6614
+ <line number="13" hits="437"/>
6605
6615
  </lines>
6606
6616
  </method>
6607
- <method name="buildUrl" hits="0" signature="()V">
6617
+ <method name="buildUrl" hits="196" signature="()V">
6608
6618
  <lines>
6609
- <line number="20" hits="0"/>
6619
+ <line number="20" hits="196"/>
6610
6620
  </lines>
6611
6621
  </method>
6612
6622
  </methods>
6613
6623
  <lines>
6614
- <line number="11" hits="0" branch="false"/>
6615
- <line number="13" hits="0" branch="false"/>
6616
- <line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6617
- <line number="17" hits="0" branch="false"/>
6618
- <line number="21" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6619
- <line number="22" hits="0" branch="true" condition-coverage="0% (0/3)"/>
6620
- <line number="23" hits="0" branch="false"/>
6621
- <line number="25" hits="0" branch="false"/>
6622
- <line number="27" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6623
- <line number="28" hits="0" branch="false"/>
6624
- <line number="31" hits="0" branch="false"/>
6624
+ <line number="11" hits="196" branch="false"/>
6625
+ <line number="13" hits="196" branch="false"/>
6626
+ <line number="14" hits="437" branch="true" condition-coverage="100% (2/2)"/>
6627
+ <line number="17" hits="196" branch="false"/>
6628
+ <line number="21" hits="196" branch="true" condition-coverage="100% (2/2)"/>
6629
+ <line number="22" hits="196" branch="true" condition-coverage="100% (3/3)"/>
6630
+ <line number="23" hits="196" branch="false"/>
6631
+ <line number="25" hits="196" branch="false"/>
6632
+ <line number="27" hits="196" branch="true" condition-coverage="100% (2/2)"/>
6633
+ <line number="28" hits="92" branch="false"/>
6634
+ <line number="31" hits="196" branch="false"/>
6625
6635
  </lines>
6626
6636
  </class>
6627
- <class name="generateKiwtQuery.js" filename="src/lib/utils/generateKiwtQuery.js" line-rate="1" branch-rate="0.3333">
6637
+ <class name="generateKiwtQuery.js" filename="src/lib/utils/generateKiwtQuery.js" line-rate="1" branch-rate="0.6666">
6628
6638
  <methods>
6629
- <method name="(anonymous_0)" hits="1" signature="()V">
6639
+ <method name="(anonymous_0)" hits="572" signature="()V">
6630
6640
  <lines>
6631
- <line number="3" hits="1"/>
6641
+ <line number="3" hits="572"/>
6632
6642
  </lines>
6633
6643
  </method>
6634
6644
  </methods>
6635
6645
  <lines>
6636
- <line number="3" hits="24" branch="true" condition-coverage="0% (0/1)"/>
6637
- <line number="4" hits="1" branch="false"/>
6638
- <line number="5" hits="1" branch="true" condition-coverage="50% (1/2)"/>
6646
+ <line number="3" hits="28" branch="true" condition-coverage="100% (1/1)"/>
6647
+ <line number="4" hits="572" branch="false"/>
6648
+ <line number="5" hits="572" branch="true" condition-coverage="50% (1/2)"/>
6639
6649
  </lines>
6640
6650
  </class>
6641
6651
  <class name="groupCustomPropertiesByCtx.js" filename="src/lib/utils/groupCustomPropertiesByCtx.js" line-rate="1" branch-rate="0.8">
@@ -6652,7 +6662,7 @@
6652
6662
  </method>
6653
6663
  </methods>
6654
6664
  <lines>
6655
- <line number="1" hits="23" branch="true" condition-coverage="0% (0/1)"/>
6665
+ <line number="1" hits="27" branch="true" condition-coverage="0% (0/1)"/>
6656
6666
  <line number="2" hits="4" branch="false"/>
6657
6667
  <line number="3" hits="48" branch="true" condition-coverage="100% (2/2)"/>
6658
6668
  <line number="4" hits="48" branch="false"/>
@@ -6684,14 +6694,14 @@
6684
6694
  </method>
6685
6695
  </methods>
6686
6696
  <lines>
6687
- <line number="3" hits="23" branch="true" condition-coverage="0% (0/2)"/>
6697
+ <line number="3" hits="27" branch="true" condition-coverage="0% (0/2)"/>
6688
6698
  <line number="4" hits="0" branch="false"/>
6689
6699
  <line number="6" hits="0" branch="false"/>
6690
6700
  <line number="9" hits="0" branch="false"/>
6691
6701
  <line number="10" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6692
6702
  <line number="11" hits="0" branch="false"/>
6693
6703
  <line number="20" hits="0" branch="false"/>
6694
- <line number="29" hits="23" branch="true" condition-coverage="0% (0/2)"/>
6704
+ <line number="29" hits="27" branch="true" condition-coverage="0% (0/2)"/>
6695
6705
  <line number="30" hits="0" branch="false"/>
6696
6706
  <line number="32" hits="0" branch="false"/>
6697
6707
  <line number="35" hits="0" branch="false"/>
@@ -6750,7 +6760,7 @@
6750
6760
  </method>
6751
6761
  </methods>
6752
6762
  <lines>
6753
- <line number="3" hits="23" branch="true" condition-coverage="0% (0/2)"/>
6763
+ <line number="3" hits="27" branch="true" condition-coverage="0% (0/2)"/>
6754
6764
  <line number="5" hits="0" branch="false"/>
6755
6765
  <line number="8" hits="0" branch="false"/>
6756
6766
  <line number="10" hits="0" branch="false"/>
@@ -6780,7 +6790,7 @@
6780
6790
  </method>
6781
6791
  </methods>
6782
6792
  <lines>
6783
- <line number="1" hits="23" branch="true" condition-coverage="0% (0/1)"/>
6793
+ <line number="1" hits="27" branch="true" condition-coverage="0% (0/1)"/>
6784
6794
  <line number="6" hits="0" branch="false"/>
6785
6795
  <line number="8" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6786
6796
  <line number="9" hits="0" branch="false"/>
@@ -6804,7 +6814,7 @@
6804
6814
  </method>
6805
6815
  </methods>
6806
6816
  <lines>
6807
- <line number="1" hits="23" branch="false"/>
6817
+ <line number="1" hits="27" branch="false"/>
6808
6818
  <line number="2" hits="0" branch="false"/>
6809
6819
  <line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6810
6820
  <line number="4" hits="0" branch="false"/>
@@ -6827,7 +6837,7 @@
6827
6837
  </method>
6828
6838
  </methods>
6829
6839
  <lines>
6830
- <line number="1" hits="23" branch="false"/>
6840
+ <line number="1" hits="27" branch="false"/>
6831
6841
  <line number="2" hits="0" branch="false"/>
6832
6842
  <line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6833
6843
  <line number="4" hits="0" branch="false"/>
@@ -6851,7 +6861,7 @@
6851
6861
  </method>
6852
6862
  </methods>
6853
6863
  <lines>
6854
- <line number="1" hits="23" branch="false"/>
6864
+ <line number="1" hits="27" branch="false"/>
6855
6865
  <line number="4" hits="0" branch="false"/>
6856
6866
  </lines>
6857
6867
  </class>
@@ -6864,7 +6874,7 @@
6864
6874
  </method>
6865
6875
  </methods>
6866
6876
  <lines>
6867
- <line number="1" hits="23" branch="false"/>
6877
+ <line number="1" hits="27" branch="false"/>
6868
6878
  <line number="2" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6869
6879
  <line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6870
6880
  <line number="4" hits="0" branch="true" condition-coverage="0% (0/2)"/>
@@ -6888,7 +6898,7 @@
6888
6898
  </method>
6889
6899
  </methods>
6890
6900
  <lines>
6891
- <line number="1" hits="23" branch="false"/>
6901
+ <line number="1" hits="27" branch="false"/>
6892
6902
  <line number="3" hits="24" branch="false"/>
6893
6903
  <line number="8" hits="60" branch="true" condition-coverage="100% (2/2)"/>
6894
6904
  </lines>
@@ -6902,7 +6912,7 @@
6902
6912
  </method>
6903
6913
  </methods>
6904
6914
  <lines>
6905
- <line number="1" hits="23" branch="false"/>
6915
+ <line number="1" hits="27" branch="false"/>
6906
6916
  <line number="2" hits="0" branch="false"/>
6907
6917
  <line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6908
6918
  <line number="4" hits="0" branch="false"/>
@@ -6932,12 +6942,12 @@
6932
6942
  </method>
6933
6943
  </methods>
6934
6944
  <lines>
6935
- <line number="2" hits="23" branch="false"/>
6945
+ <line number="2" hits="27" branch="false"/>
6936
6946
  <line number="3" hits="0" branch="false"/>
6937
6947
  <line number="4" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6938
6948
  <line number="5" hits="0" branch="false"/>
6939
6949
  <line number="8" hits="0" branch="false"/>
6940
- <line number="12" hits="23" branch="false"/>
6950
+ <line number="12" hits="27" branch="false"/>
6941
6951
  <line number="13" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6942
6952
  <line number="14" hits="0" branch="false"/>
6943
6953
  <line number="15" hits="0" branch="false"/>
@@ -6975,7 +6985,7 @@
6975
6985
  </method>
6976
6986
  </methods>
6977
6987
  <lines>
6978
- <line number="8" hits="23" branch="false"/>
6988
+ <line number="8" hits="27" branch="false"/>
6979
6989
  <line number="9" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6980
6990
  <line number="10" hits="0" branch="false"/>
6981
6991
  <line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
@@ -6983,7 +6993,7 @@
6983
6993
  <line number="13" hits="0" branch="false"/>
6984
6994
  <line number="15" hits="0" branch="false"/>
6985
6995
  <line number="18" hits="0" branch="false"/>
6986
- <line number="23" hits="23" branch="false"/>
6996
+ <line number="23" hits="27" branch="false"/>
6987
6997
  <line number="24" hits="0" branch="true" condition-coverage="0% (0/2)"/>
6988
6998
  <line number="26" hits="0" branch="false"/>
6989
6999
  <line number="28" hits="0" branch="false"/>
@@ -7019,7 +7029,7 @@
7019
7029
  </method>
7020
7030
  </methods>
7021
7031
  <lines>
7022
- <line number="22" hits="24" branch="false"/>
7032
+ <line number="22" hits="28" branch="false"/>
7023
7033
  <line number="30" hits="9" branch="false"/>
7024
7034
  <line number="31" hits="69" branch="false"/>
7025
7035
  <line number="35" hits="9" branch="false"/>
@@ -7063,10 +7073,10 @@
7063
7073
  </method>
7064
7074
  </methods>
7065
7075
  <lines>
7066
- <line number="10" hits="23" branch="false"/>
7067
- <line number="11" hits="23" branch="false"/>
7068
- <line number="12" hits="23" branch="false"/>
7069
- <line number="14" hits="23" branch="false"/>
7076
+ <line number="10" hits="27" branch="false"/>
7077
+ <line number="11" hits="27" branch="false"/>
7078
+ <line number="12" hits="27" branch="false"/>
7079
+ <line number="14" hits="27" branch="false"/>
7070
7080
  <line number="15" hits="0" branch="false"/>
7071
7081
  <line number="17" hits="0" branch="false"/>
7072
7082
  <line number="25" hits="0" branch="false"/>
@@ -7074,13 +7084,13 @@
7074
7084
  </class>
7075
7085
  </classes>
7076
7086
  </package>
7077
- <package name="utils.generateKiwtQueryParams" line-rate="0.4022" branch-rate="0.3619">
7087
+ <package name="utils.generateKiwtQueryParams" line-rate="0.6091" branch-rate="0.4857">
7078
7088
  <classes>
7079
- <class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="0.4022" branch-rate="0.3619">
7089
+ <class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="0.6091" branch-rate="0.4857">
7080
7090
  <methods>
7081
- <method name="(anonymous_0)" hits="5" signature="()V">
7091
+ <method name="(anonymous_0)" hits="835" signature="()V">
7082
7092
  <lines>
7083
- <line number="1" hits="5"/>
7093
+ <line number="1" hits="835"/>
7084
7094
  </lines>
7085
7095
  </method>
7086
7096
  <method name="(anonymous_1)" hits="8" signature="()V">
@@ -7108,14 +7118,14 @@
7108
7118
  <line number="33" hits="0"/>
7109
7119
  </lines>
7110
7120
  </method>
7111
- <method name="(anonymous_6)" hits="1" signature="()V">
7121
+ <method name="(anonymous_6)" hits="572" signature="()V">
7112
7122
  <lines>
7113
- <line number="66" hits="1"/>
7123
+ <line number="66" hits="572"/>
7114
7124
  </lines>
7115
7125
  </method>
7116
- <method name="(anonymous_7)" hits="0" signature="()V">
7126
+ <method name="(anonymous_7)" hits="117" signature="()V">
7117
7127
  <lines>
7118
- <line number="136" hits="0"/>
7128
+ <line number="136" hits="117"/>
7119
7129
  </lines>
7120
7130
  </method>
7121
7131
  <method name="(anonymous_8)" hits="1" signature="()V">
@@ -7123,14 +7133,14 @@
7123
7133
  <line number="142" hits="1"/>
7124
7134
  </lines>
7125
7135
  </method>
7126
- <method name="(anonymous_9)" hits="0" signature="()V">
7136
+ <method name="(anonymous_9)" hits="66" signature="()V">
7127
7137
  <lines>
7128
- <line number="152" hits="0"/>
7138
+ <line number="152" hits="66"/>
7129
7139
  </lines>
7130
7140
  </method>
7131
- <method name="(anonymous_10)" hits="0" signature="()V">
7141
+ <method name="(anonymous_10)" hits="66" signature="()V">
7132
7142
  <lines>
7133
- <line number="161" hits="0"/>
7143
+ <line number="161" hits="66"/>
7134
7144
  </lines>
7135
7145
  </method>
7136
7146
  <method name="(anonymous_11)" hits="0" signature="()V">
@@ -7153,9 +7163,9 @@
7153
7163
  <line number="184" hits="0"/>
7154
7164
  </lines>
7155
7165
  </method>
7156
- <method name="(anonymous_15)" hits="0" signature="()V">
7166
+ <method name="(anonymous_15)" hits="66" signature="()V">
7157
7167
  <lines>
7158
- <line number="186" hits="0"/>
7168
+ <line number="186" hits="66"/>
7159
7169
  </lines>
7160
7170
  </method>
7161
7171
  <method name="(anonymous_16)" hits="0" signature="()V">
@@ -7175,11 +7185,11 @@
7175
7185
  </method>
7176
7186
  </methods>
7177
7187
  <lines>
7178
- <line number="1" hits="24" branch="true" condition-coverage="0% (0/1)"/>
7179
- <line number="2" hits="5" branch="true" condition-coverage="50% (1/2)"/>
7180
- <line number="3" hits="0" branch="false"/>
7188
+ <line number="1" hits="28" branch="true" condition-coverage="0% (0/1)"/>
7189
+ <line number="2" hits="835" branch="true" condition-coverage="100% (2/2)"/>
7190
+ <line number="3" hits="830" branch="false"/>
7181
7191
  <line number="6" hits="5" branch="false"/>
7182
- <line number="11" hits="24" branch="true" condition-coverage="0% (0/2)"/>
7192
+ <line number="11" hits="28" branch="true" condition-coverage="0% (0/2)"/>
7183
7193
  <line number="12" hits="8" branch="true" condition-coverage="100% (2/2)"/>
7184
7194
  <line number="13" hits="3" branch="false"/>
7185
7195
  <line number="16" hits="3" branch="true" condition-coverage="90% (9/10)"/>
@@ -7200,30 +7210,30 @@
7200
7210
  <line number="45" hits="3" branch="false"/>
7201
7211
  <line number="48" hits="2" branch="false"/>
7202
7212
  <line number="51" hits="0" branch="false"/>
7203
- <line number="64" hits="24" branch="false"/>
7204
- <line number="66" hits="24" branch="true" condition-coverage="0% (0/1)"/>
7205
- <line number="67" hits="1" branch="false"/>
7206
- <line number="131" hits="1" branch="false"/>
7207
- <line number="133" hits="1" branch="false"/>
7208
- <line number="135" hits="1" branch="true" condition-coverage="50% (1/2)"/>
7209
- <line number="136" hits="0" branch="true" condition-coverage="0% (0/4)"/>
7210
- <line number="137" hits="0" branch="false"/>
7211
- <line number="141" hits="1" branch="true" condition-coverage="50% (1/2)"/>
7213
+ <line number="64" hits="28" branch="false"/>
7214
+ <line number="66" hits="28" branch="true" condition-coverage="0% (0/1)"/>
7215
+ <line number="67" hits="572" branch="false"/>
7216
+ <line number="131" hits="572" branch="false"/>
7217
+ <line number="133" hits="572" branch="false"/>
7218
+ <line number="135" hits="572" branch="true" condition-coverage="100% (2/2)"/>
7219
+ <line number="136" hits="117" branch="true" condition-coverage="75% (3/4)"/>
7220
+ <line number="137" hits="76" branch="false"/>
7221
+ <line number="141" hits="572" branch="true" condition-coverage="100% (2/2)"/>
7212
7222
  <line number="142" hits="1" branch="false"/>
7213
7223
  <line number="143" hits="1" branch="false"/>
7214
7224
  <line number="144" hits="1" branch="true" condition-coverage="50% (1/2)"/>
7215
7225
  <line number="145" hits="1" branch="false"/>
7216
- <line number="150" hits="1" branch="true" condition-coverage="50% (1/2)"/>
7217
- <line number="151" hits="0" branch="false"/>
7218
- <line number="152" hits="0" branch="false"/>
7219
- <line number="153" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7220
- <line number="154" hits="0" branch="false"/>
7221
- <line number="156" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7222
- <line number="157" hits="0" branch="false"/>
7223
- <line number="161" hits="0" branch="false"/>
7224
- <line number="162" hits="0" branch="false"/>
7225
- <line number="163" hits="0" branch="false"/>
7226
- <line number="164" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7226
+ <line number="150" hits="572" branch="true" condition-coverage="100% (2/2)"/>
7227
+ <line number="151" hits="66" branch="false"/>
7228
+ <line number="152" hits="66" branch="false"/>
7229
+ <line number="153" hits="66" branch="true" condition-coverage="50% (1/2)"/>
7230
+ <line number="154" hits="66" branch="false"/>
7231
+ <line number="156" hits="66" branch="true" condition-coverage="50% (1/2)"/>
7232
+ <line number="157" hits="66" branch="false"/>
7233
+ <line number="161" hits="66" branch="false"/>
7234
+ <line number="162" hits="66" branch="false"/>
7235
+ <line number="163" hits="66" branch="false"/>
7236
+ <line number="164" hits="66" branch="true" condition-coverage="50% (1/2)"/>
7227
7237
  <line number="168" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7228
7238
  <line number="171" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7229
7239
  <line number="172" hits="0" branch="true" condition-coverage="0% (0/2)"/>
@@ -7231,18 +7241,18 @@
7231
7241
  <line number="175" hits="0" branch="true" condition-coverage="0% (0/4)"/>
7232
7242
  <line number="179" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7233
7243
  <line number="181" hits="0" branch="false"/>
7234
- <line number="182" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7244
+ <line number="182" hits="66" branch="true" condition-coverage="50% (1/2)"/>
7235
7245
  <line number="184" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7236
- <line number="186" hits="0" branch="false"/>
7237
- <line number="187" hits="0" branch="false"/>
7238
- <line number="192" hits="1" branch="true" condition-coverage="50% (2/4)"/>
7246
+ <line number="186" hits="66" branch="false"/>
7247
+ <line number="187" hits="66" branch="false"/>
7248
+ <line number="192" hits="572" branch="true" condition-coverage="50% (2/4)"/>
7239
7249
  <line number="193" hits="0" branch="false"/>
7240
7250
  <line number="194" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7241
7251
  <line number="195" hits="0" branch="false"/>
7242
7252
  <line number="196" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7243
7253
  <line number="197" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7244
7254
  <line number="198" hits="0" branch="false"/>
7245
- <line number="203" hits="1" branch="true" condition-coverage="50% (1/2)"/>
7255
+ <line number="203" hits="572" branch="true" condition-coverage="50% (1/2)"/>
7246
7256
  <line number="204" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7247
7257
  <line number="205" hits="0" branch="false"/>
7248
7258
  <line number="206" hits="0" branch="false"/>
@@ -7256,12 +7266,12 @@
7256
7266
  <line number="218" hits="0" branch="false"/>
7257
7267
  <line number="219" hits="0" branch="false"/>
7258
7268
  <line number="222" hits="0" branch="false"/>
7259
- <line number="227" hits="1" branch="true" condition-coverage="50% (1/2)"/>
7260
- <line number="228" hits="1" branch="false"/>
7261
- <line number="231" hits="1" branch="false"/>
7262
- <line number="232" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7263
- <line number="233" hits="0" branch="false"/>
7264
- <line number="237" hits="1" branch="false"/>
7269
+ <line number="227" hits="572" branch="true" condition-coverage="50% (1/2)"/>
7270
+ <line number="228" hits="572" branch="false"/>
7271
+ <line number="231" hits="572" branch="false"/>
7272
+ <line number="232" hits="1142" branch="true" condition-coverage="100% (2/2)"/>
7273
+ <line number="233" hits="571" branch="false"/>
7274
+ <line number="237" hits="572" branch="false"/>
7265
7275
  </lines>
7266
7276
  </class>
7267
7277
  <class name="index.js" filename="src/lib/utils/generateKiwtQueryParams/index.js" line-rate="0" branch-rate="0">
@@ -7289,7 +7299,7 @@
7289
7299
  </method>
7290
7300
  </methods>
7291
7301
  <lines>
7292
- <line number="1" hits="23" branch="false"/>
7302
+ <line number="1" hits="27" branch="false"/>
7293
7303
  <line number="2" hits="0" branch="false"/>
7294
7304
  <line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7295
7305
  <line number="4" hits="0" branch="false"/>
@@ -7365,33 +7375,33 @@
7365
7375
  </method>
7366
7376
  </methods>
7367
7377
  <lines>
7368
- <line number="4" hits="23" branch="false"/>
7378
+ <line number="4" hits="27" branch="false"/>
7369
7379
  <line number="5" hits="178" branch="false"/>
7370
7380
  <line number="6" hits="178" branch="true" condition-coverage="100% (6/6)"/>
7371
7381
  <line number="7" hits="154" branch="false"/>
7372
7382
  <line number="9" hits="24" branch="false"/>
7373
- <line number="12" hits="23" branch="true" condition-coverage="0% (0/1)"/>
7383
+ <line number="12" hits="27" branch="true" condition-coverage="0% (0/1)"/>
7374
7384
  <line number="15" hits="0" branch="false"/>
7375
7385
  <line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7376
7386
  <line number="17" hits="0" branch="false"/>
7377
7387
  <line number="19" hits="0" branch="false"/>
7378
- <line number="22" hits="23" branch="false"/>
7388
+ <line number="22" hits="27" branch="false"/>
7379
7389
  <line number="23" hits="80" branch="false"/>
7380
7390
  <line number="24" hits="40" branch="false"/>
7381
7391
  <line number="25" hits="80" branch="true" condition-coverage="100% (2/2)"/>
7382
- <line number="31" hits="23" branch="false"/>
7392
+ <line number="31" hits="27" branch="false"/>
7383
7393
  <line number="32" hits="0" branch="false"/>
7384
7394
  <line number="33" hits="0" branch="false"/>
7385
7395
  <line number="34" hits="0" branch="true" condition-coverage="0% (0/2)"/>
7386
- <line number="40" hits="23" branch="true" condition-coverage="0% (0/1)"/>
7396
+ <line number="40" hits="27" branch="true" condition-coverage="0% (0/1)"/>
7387
7397
  <line number="41" hits="0" branch="true" condition-coverage="0% (0/4)"/>
7388
7398
  <line number="42" hits="0" branch="false"/>
7389
7399
  <line number="52" hits="0" branch="false"/>
7390
- <line number="55" hits="23" branch="true" condition-coverage="0% (0/1)"/>
7400
+ <line number="55" hits="27" branch="true" condition-coverage="0% (0/1)"/>
7391
7401
  <line number="56" hits="0" branch="true" condition-coverage="0% (0/5)"/>
7392
7402
  <line number="57" hits="0" branch="false"/>
7393
7403
  <line number="68" hits="0" branch="false"/>
7394
- <line number="71" hits="23" branch="true" condition-coverage="0% (0/1)"/>
7404
+ <line number="71" hits="27" branch="true" condition-coverage="0% (0/1)"/>
7395
7405
  <line number="72" hits="0" branch="true" condition-coverage="0% (0/5)"/>
7396
7406
  <line number="73" hits="0" branch="false"/>
7397
7407
  <line number="84" hits="0" branch="false"/>