@k-int/stripes-kint-components 5.36.1 → 5.37.0
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.
- package/CHANGELOG.md +7 -0
- package/README.md +23 -8
- package/es/__mocks__/@folio/stripes/components.js +7 -3
- package/es/__mocks__/@folio/stripes/core.js +6 -4
- package/es/__mocks__/@folio/stripes/smart-components.js +6 -4
- package/es/__mocks__/react-query.js +6 -4
- package/es/__mocks__/react-router-dom.js +6 -6
- package/es/lib/ActionList/ActionList.js +38 -30
- package/es/lib/ActionList/ActionListFieldArray.js +131 -122
- package/es/lib/ButtonTypedown/ButtonTypedown.js +39 -41
- package/es/lib/ComboButton/ComboButton.js +66 -57
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +62 -46
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.test.js +4 -6
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +153 -135
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +4 -6
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +83 -81
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +32 -40
- package/es/lib/CustomProperties/Config/CustomPropertyView.js +39 -39
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +1 -1
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.js +10 -10
- package/es/lib/CustomProperties/Edit/CustomPropertiesEdit.test.js +2 -3
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js +24 -26
- package/es/lib/CustomProperties/Edit/CustomPropertiesEditCtx.test.js +2 -3
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +62 -49
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +4 -6
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +75 -79
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +30 -35
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.js +19 -22
- package/es/lib/CustomProperties/Edit/CustomPropertyFormCard.test.js +7 -10
- package/es/lib/CustomProperties/Edit/testResources.js +12 -11
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +67 -51
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +2 -3
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +62 -47
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.test.js +4 -7
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js +16 -24
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +2 -3
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js +17 -16
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +10 -7
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.js +35 -35
- package/es/lib/CustomProperties/Filter/testResources.js +2 -1
- package/es/lib/CustomProperties/Filter/useOperators.js +6 -8
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +12 -2
- package/es/lib/CustomProperties/Filter/useValueProps.js +6 -8
- package/es/lib/CustomProperties/View/CustomPropertiesView.js +10 -10
- package/es/lib/CustomProperties/View/CustomPropertiesView.test.js +2 -3
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +67 -52
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.test.js +8 -6
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +20 -16
- package/es/lib/CycleButton/CycleButton.js +28 -14
- package/es/lib/FieldLabel/FieldLabel.js +5 -9
- package/es/lib/Files/FileUploader/FileUploader.js +41 -40
- package/es/lib/Files/FileView/FileView.js +11 -14
- package/es/lib/Files/useFileHandlers.js +63 -68
- package/es/lib/FormModal/FormModal.js +38 -38
- package/es/lib/FormattedKintMessage/FormattedKintMessage.js +29 -24
- package/es/lib/IconSelect/IconSelect.js +60 -44
- package/es/lib/NoResultsMessage/NoResultsMessage.js +31 -31
- package/es/lib/NumberField/NumberField.js +39 -19
- package/es/lib/NumberField/NumberField.test.js +19 -10
- package/es/lib/QueryTypedown/QueryTypedown.js +34 -12
- package/es/lib/RefdataButtons/RefdataButtons.js +14 -14
- package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +75 -68
- package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +30 -16
- package/es/lib/RichSelect/RichSelect.js +74 -58
- package/es/lib/RichSelect/useSelectedOption.js +12 -2
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +195 -188
- package/es/lib/SASQLookupComponent/SASQLookupComponent.test.js +81 -95
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +68 -48
- package/es/lib/SASQLookupComponent/TableBody/TableBody.test.js +37 -34
- package/es/lib/SASQLookupComponent/__mocks__/SASQLookupComponent.js +4 -5
- package/es/lib/SASQLookupComponent/__mocks__/SASQLookupComponentRender.js +1 -3
- package/es/lib/SASQRoute/SASQRoute.js +34 -29
- package/es/lib/SASQRoute/SASQRoute.test.js +34 -42
- package/es/lib/SASQViewComponent/SASQViewComponent.js +69 -66
- package/es/lib/SASQViewComponent/SASQViewComponent.test.js +13 -12
- package/es/lib/SearchField/SearchField.js +12 -8
- package/es/lib/SearchKeyControl/SearchKeyControl.js +46 -31
- package/es/lib/SearchKeyControl/SearchKeyControl.test.js +6 -2
- package/es/lib/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js +124 -103
- package/es/lib/Settings/EditableRefdataList/EditableRefdataList.js +120 -107
- package/es/lib/Settings/EditableSettingsList/EditableSettingsList.js +12 -16
- package/es/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +45 -31
- package/es/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.test.js +6 -9
- package/es/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js +20 -14
- package/es/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.test.js +32 -48
- package/es/lib/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js +19 -19
- package/es/lib/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.test.js +24 -36
- package/es/lib/Settings/EditableSettingsList/SettingField/SettingField.js +48 -45
- package/es/lib/Settings/EditableSettingsList/SettingField/SettingField.test.js +9 -12
- package/es/lib/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js +50 -38
- package/es/lib/Settings/SettingPage/SettingPage.js +17 -19
- package/es/lib/Settings/SettingPage/SettingPagePane/SettingPagePane.js +6 -8
- package/es/lib/Settings/Settings/Settings.js +33 -42
- package/es/lib/Settings/SettingsFormContainer/SettingsFormContainer.js +47 -45
- package/es/lib/Settings/StaticSettingsField/StaticSettingsField.js +7 -5
- package/es/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js +21 -19
- package/es/lib/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js +13 -17
- package/es/lib/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js +6 -10
- package/es/lib/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js +20 -20
- package/es/lib/Settings/hooks/useAppSettings/useAppSettings.js +18 -15
- package/es/lib/Settings/hooks/useSettingSection/useSettingSection.js +27 -26
- package/es/lib/Settings/hooks/useSettings/useSettings.js +95 -99
- package/es/lib/Tags/Tags.js +37 -38
- package/es/lib/Tags/Tags.test.js +12 -18
- package/es/lib/Tags/hooks/useTags.js +1 -1
- package/es/lib/Tags/hooks/useTagsEnabled.js +13 -14
- package/es/lib/Tags/tagsConfig.js +1 -1
- package/es/lib/Typedown/Typedown.js +128 -78
- package/es/lib/hooks/__mocks__/index.js +7 -3
- package/es/lib/hooks/__mocks__/useMutateGeneric.js +22 -0
- package/es/lib/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js +24 -20
- package/es/lib/hooks/intlHooks/useKintIntl/useKintIntl.js +33 -25
- package/es/lib/hooks/typedownHooks/useTypedown.js +55 -37
- package/es/lib/hooks/typedownHooks/useTypedownData.js +15 -7
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +15 -7
- package/es/lib/hooks/useActionListRef.js +11 -2
- package/es/lib/hooks/useActiveElement.js +11 -2
- package/es/lib/hooks/useCustProps.js +45 -37
- package/es/lib/hooks/useCustomProperties.js +21 -18
- package/es/lib/hooks/useHelperApp.js +33 -15
- package/es/lib/hooks/useKiwtFieldArray.js +22 -14
- package/es/lib/hooks/useKiwtSASQuery.js +37 -28
- package/es/lib/hooks/useLocalPageStore.js +10 -7
- package/es/lib/hooks/useLocalStorageState.js +13 -2
- package/es/lib/hooks/useModConfigEntries.js +12 -15
- package/es/lib/hooks/useMutateCustomProperties/useMutateCustomProperties.js +16 -11
- package/es/lib/hooks/useMutateCustomProperties/useMutateCustomProperties.test.js +51 -0
- package/es/lib/hooks/useMutateGeneric/useMutateGeneric.js +70 -48
- package/es/lib/hooks/useMutateGeneric/useMutateGeneric.test.js +192 -0
- package/es/lib/hooks/useMutateModConfigEntry.js +5 -7
- package/es/lib/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js +23 -16
- package/es/lib/hooks/useMutateRefdataCategory/useMutateRefdataCategory.test.js +69 -0
- package/es/lib/hooks/useMutateRefdataValue/useMutateRefdataValue.js +25 -17
- package/es/lib/hooks/useMutateRefdataValue/useMutateRefdataValue.test.js +95 -0
- package/es/lib/hooks/useMutateTemplates/useMutateTemplates.js +21 -13
- package/es/lib/hooks/useMutateTemplates/useMutateTemplates.test.js +34 -0
- package/es/lib/hooks/useParallelBatchFetch.js +61 -38
- package/es/lib/hooks/usePrevNextPagination.js +46 -32
- package/es/lib/hooks/useQIndex.js +23 -11
- package/es/lib/hooks/useRefdata.js +11 -13
- package/es/lib/hooks/useSASQQueryMeta.js +2 -3
- package/es/lib/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js +18 -19
- package/es/lib/hooks/useTemplates.js +9 -12
- package/es/lib/utils/buildUrl.js +3 -2
- package/es/lib/utils/downloadBlob.js +12 -8
- package/es/lib/utils/filterParsers/deparseKiwtQueryFilters.js +5 -5
- package/es/lib/utils/filterParsers/parseKiwtQueryFilters.js +2 -2
- package/es/lib/utils/filterParsers/parseKiwtQueryGroups.js +5 -4
- package/es/lib/utils/filterParsers/parseKiwtQueryString.js +1 -1
- package/es/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js +78 -102
- package/es/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.test.js +322 -29
- package/es/lib/utils/groupCustomPropertiesByCtx.js +9 -5
- package/es/lib/utils/matchString/matchString.js +7 -5
- package/es/lib/utils/matchString/matchString.test.js +26 -7
- package/es/lib/utils/modConfigEntriesQueryKey.js +4 -5
- package/es/lib/utils/parseErrorResponse.js +18 -8
- package/es/lib/utils/selectorSafe.js +3 -2
- package/es/lib/utils/sortByLabel.js +3 -2
- package/es/lib/utils/stringStyling/boldString.js +13 -4
- package/es/lib/utils/stringStyling/boldString.test.js +4 -5
- package/es/lib/utils/stringStyling/highlightString.js +13 -4
- package/es/lib/utils/stringStyling/highlightString.test.js +4 -5
- package/es/lib/validators/validators.js +8 -7
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/ActionList/ActionList.js.html +1 -1
- package/src/artifacts/coverage-jest/ActionList/ActionListFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/ActionList/index.html +1 -1
- package/src/artifacts/coverage-jest/ActionList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ButtonTypedown/ButtonTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/ButtonTypedown/index.html +1 -1
- package/src/artifacts/coverage-jest/ButtonTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ComboButton/ComboButton.js.html +1 -1
- package/src/artifacts/coverage-jest/ComboButton/index.html +1 -1
- package/src/artifacts/coverage-jest/ComboButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesLookup.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyForm.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyView.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEdit.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesListField.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyField.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyFormCard.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Edit/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilter.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterField.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesRule.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/useOperators.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/Filter/useValueProps.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesView.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesViewCtx.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/View/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/CustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/CycleButton/CycleButton.js.html +1 -1
- package/src/artifacts/coverage-jest/CycleButton/index.html +1 -1
- package/src/artifacts/coverage-jest/CycleButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/FieldLabel/FieldLabel.js.html +1 -1
- package/src/artifacts/coverage-jest/FieldLabel/index.html +1 -1
- package/src/artifacts/coverage-jest/FieldLabel/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Files/FileUploader/FileUploader.js.html +1 -1
- package/src/artifacts/coverage-jest/Files/FileUploader/index.html +1 -1
- package/src/artifacts/coverage-jest/Files/FileUploader/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Files/FileView/FileView.js.html +1 -1
- package/src/artifacts/coverage-jest/Files/FileView/index.html +1 -1
- package/src/artifacts/coverage-jest/Files/FileView/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Files/index.html +1 -1
- package/src/artifacts/coverage-jest/Files/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Files/useFileHandlers.js.html +1 -1
- package/src/artifacts/coverage-jest/FormModal/FormModal.js.html +1 -1
- package/src/artifacts/coverage-jest/FormModal/index.html +1 -1
- package/src/artifacts/coverage-jest/FormModal/index.js.html +1 -1
- package/src/artifacts/coverage-jest/FormattedKintMessage/FormattedKintMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/FormattedKintMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/FormattedKintMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/IconSelect/IconSelect.js.html +1 -1
- package/src/artifacts/coverage-jest/IconSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/NoResultsMessage/NoResultsMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/NoResultsMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/NoResultsMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/NumberField/NumberField.js.html +1 -1
- package/src/artifacts/coverage-jest/NumberField/index.html +1 -1
- package/src/artifacts/coverage-jest/NumberField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/QueryTypedown/QueryTypedown.js.html +24 -9
- package/src/artifacts/coverage-jest/QueryTypedown/index.html +13 -13
- package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +1 -1
- package/src/artifacts/coverage-jest/RefdataButtons/index.html +1 -1
- package/src/artifacts/coverage-jest/RefdataButtons/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/index.js.html +1 -1
- package/src/artifacts/coverage-jest/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/RichSelect/useSelectedOption.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +30 -30
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQRoute/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQViewComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchField/index.html +1 -1
- package/src/artifacts/coverage-jest/SearchField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchKeyControl/SearchKeyControl.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchKeyControl/index.html +1 -1
- package/src/artifacts/coverage-jest/SearchKeyControl/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataList/EditableRefdataList.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsList.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/EditSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/RenderSettingValue.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/SettingField.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/RefdataCategoriesSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/RefdataCategoriesSettings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPage.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/Settings/Settings.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/Settings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/Settings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/SettingsFormContainer.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/SettingsFormContainer/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsField.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/contexts/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/contexts/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingCallout/useSettingCallout.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useSettingsSectionInitalValues/useSettingsSectionInitalValues.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useAppSettings/useAppSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettingSection/useSettingSection.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/hooks/useSettings/useSettings.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Tags/Tags.js.html +1 -1
- package/src/artifacts/coverage-jest/Tags/hooks/index.html +1 -1
- package/src/artifacts/coverage-jest/Tags/hooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Tags/hooks/useTags.js.html +1 -1
- package/src/artifacts/coverage-jest/Tags/hooks/useTagsEnabled.js.html +1 -1
- package/src/artifacts/coverage-jest/Tags/index.html +1 -1
- package/src/artifacts/coverage-jest/Tags/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Tags/tagsConfig.js.html +1 -1
- package/src/artifacts/coverage-jest/Typedown/Typedown.js.html +136 -7
- package/src/artifacts/coverage-jest/Typedown/index.html +3 -3
- package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/cobertura-coverage.xml +513 -507
- package/src/artifacts/coverage-jest/constants/comparators.js.html +1 -1
- package/src/artifacts/coverage-jest/constants/customProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/constants/endpoints.js.html +1 -1
- package/src/artifacts/coverage-jest/constants/eventCodes.js.html +1 -1
- package/src/artifacts/coverage-jest/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/constants/pagination.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKey/useIntlKey.js.html +7 -7
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js.html +6 -6
- package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/intlHooks/useKintIntl/useKintIntl.js.html +6 -6
- package/src/artifacts/coverage-jest/hooks/typedownHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/typedownHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownData.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useActionListRef.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useActiveElement.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useCustProps.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useHelperApp.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useInvalidateRefdata/useInvalidateRefdata.js.html +2 -2
- package/src/artifacts/coverage-jest/hooks/useKiwtFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useKiwtSASQuery.js.html +9 -9
- package/src/artifacts/coverage-jest/hooks/useLocalPageStore.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useLocalStorageState.js.html +5 -5
- package/src/artifacts/coverage-jest/hooks/useModConfigEntries.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.html +17 -17
- package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/useMutateCustomProperties.js.html +16 -16
- package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.html +21 -21
- package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateGeneric/useMutateGeneric.js.html +93 -93
- package/src/artifacts/coverage-jest/hooks/useMutateModConfigEntry.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.html +21 -21
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js.html +40 -40
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.html +21 -21
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/useMutateRefdataValue.js.html +44 -44
- package/src/artifacts/coverage-jest/hooks/useMutateTemplates/index.html +21 -21
- package/src/artifacts/coverage-jest/hooks/useMutateTemplates/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateTemplates/useMutateTemplates.js.html +38 -38
- package/src/artifacts/coverage-jest/hooks/useParallelBatchFetch.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/usePrevNextPagination.js.html +20 -20
- package/src/artifacts/coverage-jest/hooks/useQIndex.js.html +8 -8
- package/src/artifacts/coverage-jest/hooks/useRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useSASQQueryMeta.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useStandaloneSASQQueryParameter/useStandaloneSASQQueryParameter.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useTemplates.js.html +1 -1
- package/src/artifacts/coverage-jest/index.html +83 -83
- package/src/artifacts/coverage-jest/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/downloadBlob.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/filterParsers/deparseKiwtQueryFilters.js.html +3 -3
- package/src/artifacts/coverage-jest/utils/filterParsers/index.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryFilters.js.html +3 -3
- package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryGroups.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/filterParsers/parseKiwtQueryString.js.html +5 -5
- package/src/artifacts/coverage-jest/utils/generateKiwtQuery.js.html +7 -7
- package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/generateKiwtQueryParams.js.html +125 -125
- package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.html +21 -21
- package/src/artifacts/coverage-jest/utils/generateKiwtQueryParams/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/groupCustomPropertiesByCtx.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/index.html +5 -5
- package/src/artifacts/coverage-jest/utils/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/matchString/index.html +1 -1
- package/src/artifacts/coverage-jest/utils/matchString/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/matchString/matchString.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/modConfigEntriesQueryKey.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/parseErrorResponse.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/parseModConfigEntry.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/refdataOptions.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.html +1 -1
- package/src/artifacts/coverage-jest/utils/refdataQueryKey/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/refdataQueryKey/refdataQueryKey.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/selectorSafe.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/sortByLabel.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/stringStyling/boldString.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/stringStyling/highlightString.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/stringStyling/index.html +1 -1
- package/src/artifacts/coverage-jest/utils/stringStyling/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/toCamelCase.js.html +2 -2
- package/src/artifacts/coverage-jest/utils/typedownQueryKey.js.html +2 -2
- package/src/artifacts/coverage-jest/validators/index.html +1 -1
- package/src/artifacts/coverage-jest/validators/index.js.html +1 -1
- package/src/artifacts/coverage-jest/validators/validators.js.html +1 -1
- package/src/lib/QueryTypedown/QueryTypedown.js +7 -2
- package/src/lib/QueryTypedown/README.md +7 -6
- package/src/lib/Typedown/README.md +27 -1
- package/src/lib/Typedown/Typedown.js +47 -4
- package/src/lib/hooks/__mocks__/useMutateGeneric.js +14 -0
- package/src/lib/hooks/useMutateCustomProperties/useMutateCustomProperties.test.js +65 -0
- package/src/lib/hooks/useMutateGeneric/useMutateGeneric.test.js +194 -0
- package/src/lib/hooks/useMutateRefdataCategory/useMutateRefdataCategory.test.js +76 -0
- package/src/lib/hooks/useMutateRefdataValue/useMutateRefdataValue.test.js +93 -0
- package/src/lib/hooks/useMutateTemplates/useMutateTemplates.test.js +33 -0
- package/src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.test.js +248 -17
|
@@ -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="
|
|
3
|
+
<coverage lines-valid="2576" lines-covered="1155" line-rate="0.4483" branches-valid="1913" branches-covered="653" branch-rate="0.34130000000000005" timestamp="1778158391784" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/builds/knowledge-integration/folio/stripes-kint-components</source>
|
|
6
6
|
</sources>
|
|
@@ -2488,9 +2488,9 @@
|
|
|
2488
2488
|
</class>
|
|
2489
2489
|
</classes>
|
|
2490
2490
|
</package>
|
|
2491
|
-
<package name="QueryTypedown" line-rate="0.
|
|
2491
|
+
<package name="QueryTypedown" line-rate="0.1666" branch-rate="0">
|
|
2492
2492
|
<classes>
|
|
2493
|
-
<class name="QueryTypedown.js" filename="src/lib/QueryTypedown/QueryTypedown.js" line-rate="0.
|
|
2493
|
+
<class name="QueryTypedown.js" filename="src/lib/QueryTypedown/QueryTypedown.js" line-rate="0.1666" branch-rate="0">
|
|
2494
2494
|
<methods>
|
|
2495
2495
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
2496
2496
|
<lines>
|
|
@@ -2504,12 +2504,17 @@
|
|
|
2504
2504
|
</method>
|
|
2505
2505
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
2506
2506
|
<lines>
|
|
2507
|
-
<line number="
|
|
2507
|
+
<line number="16" hits="0"/>
|
|
2508
2508
|
</lines>
|
|
2509
2509
|
</method>
|
|
2510
2510
|
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
2511
2511
|
<lines>
|
|
2512
|
-
<line number="
|
|
2512
|
+
<line number="19" hits="0"/>
|
|
2513
|
+
</lines>
|
|
2514
|
+
</method>
|
|
2515
|
+
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
2516
|
+
<lines>
|
|
2517
|
+
<line number="23" hits="0"/>
|
|
2513
2518
|
</lines>
|
|
2514
2519
|
</method>
|
|
2515
2520
|
</methods>
|
|
@@ -2517,14 +2522,15 @@
|
|
|
2517
2522
|
<line number="7" hits="27" branch="false"/>
|
|
2518
2523
|
<line number="8" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2519
2524
|
<line number="13" hits="0" branch="false"/>
|
|
2520
|
-
<line number="14" hits="0" branch="false"/>
|
|
2521
2525
|
<line number="15" hits="0" branch="false"/>
|
|
2526
|
+
<line number="16" hits="0" branch="false"/>
|
|
2522
2527
|
<line number="17" hits="0" branch="false"/>
|
|
2523
|
-
<line number="
|
|
2524
|
-
<line number="
|
|
2525
|
-
<line number="
|
|
2526
|
-
<line number="
|
|
2527
|
-
<line number="
|
|
2528
|
+
<line number="19" hits="0" branch="false"/>
|
|
2529
|
+
<line number="20" hits="0" branch="false"/>
|
|
2530
|
+
<line number="23" hits="0" branch="false"/>
|
|
2531
|
+
<line number="24" hits="0" branch="false"/>
|
|
2532
|
+
<line number="27" hits="0" branch="false"/>
|
|
2533
|
+
<line number="39" hits="27" branch="false"/>
|
|
2528
2534
|
</lines>
|
|
2529
2535
|
</class>
|
|
2530
2536
|
<class name="index.js" filename="src/lib/QueryTypedown/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2949,9 +2955,9 @@
|
|
|
2949
2955
|
<classes>
|
|
2950
2956
|
<class name="SASQLookupComponent.js" filename="src/lib/SASQLookupComponent/SASQLookupComponent.js" line-rate="0.983" branch-rate="0.8946999999999999">
|
|
2951
2957
|
<methods>
|
|
2952
|
-
<method name="(anonymous_0)" hits="
|
|
2958
|
+
<method name="(anonymous_0)" hits="937" signature="()V">
|
|
2953
2959
|
<lines>
|
|
2954
|
-
<line number="43" hits="
|
|
2960
|
+
<line number="43" hits="937"/>
|
|
2955
2961
|
</lines>
|
|
2956
2962
|
</method>
|
|
2957
2963
|
<method name="(anonymous_1)" hits="1100" signature="()V">
|
|
@@ -2964,9 +2970,9 @@
|
|
|
2964
2970
|
<line number="48" hits="1100"/>
|
|
2965
2971
|
</lines>
|
|
2966
2972
|
</method>
|
|
2967
|
-
<method name="(anonymous_3)" hits="
|
|
2973
|
+
<method name="(anonymous_3)" hits="858" signature="()V">
|
|
2968
2974
|
<lines>
|
|
2969
|
-
<line number="55" hits="
|
|
2975
|
+
<line number="55" hits="858"/>
|
|
2970
2976
|
</lines>
|
|
2971
2977
|
</method>
|
|
2972
2978
|
<method name="(anonymous_4)" hits="200" signature="()V">
|
|
@@ -2974,9 +2980,9 @@
|
|
|
2974
2980
|
<line number="69" hits="200"/>
|
|
2975
2981
|
</lines>
|
|
2976
2982
|
</method>
|
|
2977
|
-
<method name="(anonymous_5)" hits="
|
|
2983
|
+
<method name="(anonymous_5)" hits="856" signature="()V">
|
|
2978
2984
|
<lines>
|
|
2979
|
-
<line number="70" hits="
|
|
2985
|
+
<line number="70" hits="856"/>
|
|
2980
2986
|
</lines>
|
|
2981
2987
|
</method>
|
|
2982
2988
|
<method name="(anonymous_6)" hits="425" signature="()V">
|
|
@@ -2984,14 +2990,14 @@
|
|
|
2984
2990
|
<line number="113" hits="425"/>
|
|
2985
2991
|
</lines>
|
|
2986
2992
|
</method>
|
|
2987
|
-
<method name="(anonymous_7)" hits="
|
|
2993
|
+
<method name="(anonymous_7)" hits="937" signature="()V">
|
|
2988
2994
|
<lines>
|
|
2989
|
-
<line number="117" hits="
|
|
2995
|
+
<line number="117" hits="937"/>
|
|
2990
2996
|
</lines>
|
|
2991
2997
|
</method>
|
|
2992
|
-
<method name="(anonymous_8)" hits="
|
|
2998
|
+
<method name="(anonymous_8)" hits="937" signature="()V">
|
|
2993
2999
|
<lines>
|
|
2994
|
-
<line number="121" hits="
|
|
3000
|
+
<line number="121" hits="937"/>
|
|
2995
3001
|
</lines>
|
|
2996
3002
|
</method>
|
|
2997
3003
|
<method name="(anonymous_9)" hits="611" signature="()V">
|
|
@@ -3009,9 +3015,9 @@
|
|
|
3009
3015
|
<line number="165" hits="200"/>
|
|
3010
3016
|
</lines>
|
|
3011
3017
|
</method>
|
|
3012
|
-
<method name="(anonymous_12)" hits="
|
|
3018
|
+
<method name="(anonymous_12)" hits="937" signature="()V">
|
|
3013
3019
|
<lines>
|
|
3014
|
-
<line number="178" hits="
|
|
3020
|
+
<line number="178" hits="937"/>
|
|
3015
3021
|
</lines>
|
|
3016
3022
|
</method>
|
|
3017
3023
|
<method name="(anonymous_13)" hits="372" signature="()V">
|
|
@@ -3049,45 +3055,45 @@
|
|
|
3049
3055
|
<line number="43" hits="26" branch="false"/>
|
|
3050
3056
|
<line number="47" hits="1100" branch="true" condition-coverage="100% (1/1)"/>
|
|
3051
3057
|
<line number="48" hits="1100" branch="true" condition-coverage="100% (1/1)"/>
|
|
3052
|
-
<line number="61" hits="
|
|
3053
|
-
<line number="62" hits="
|
|
3054
|
-
<line number="63" hits="
|
|
3055
|
-
<line number="65" hits="
|
|
3056
|
-
<line number="67" hits="
|
|
3058
|
+
<line number="61" hits="858" branch="false"/>
|
|
3059
|
+
<line number="62" hits="858" branch="true" condition-coverage="50% (1/2)"/>
|
|
3060
|
+
<line number="63" hits="858" branch="false"/>
|
|
3061
|
+
<line number="65" hits="858" branch="false"/>
|
|
3062
|
+
<line number="67" hits="858" branch="false"/>
|
|
3057
3063
|
<line number="69" hits="200" branch="true" condition-coverage="100% (1/1)"/>
|
|
3058
|
-
<line number="70" hits="
|
|
3059
|
-
<line number="84" hits="
|
|
3060
|
-
<line number="86" hits="
|
|
3061
|
-
<line number="87" hits="
|
|
3062
|
-
<line number="95" hits="
|
|
3063
|
-
<line number="100" hits="
|
|
3064
|
-
<line number="110" hits="
|
|
3065
|
-
<line number="112" hits="
|
|
3064
|
+
<line number="70" hits="856" branch="true" condition-coverage="100% (1/1)"/>
|
|
3065
|
+
<line number="84" hits="937" branch="false"/>
|
|
3066
|
+
<line number="86" hits="937" branch="false"/>
|
|
3067
|
+
<line number="87" hits="937" branch="false"/>
|
|
3068
|
+
<line number="95" hits="937" branch="true" condition-coverage="100% (2/2)"/>
|
|
3069
|
+
<line number="100" hits="937" branch="false"/>
|
|
3070
|
+
<line number="110" hits="937" branch="false"/>
|
|
3071
|
+
<line number="112" hits="937" branch="false"/>
|
|
3066
3072
|
<line number="113" hits="425" branch="true" condition-coverage="100% (2/2)"/>
|
|
3067
|
-
<line number="116" hits="
|
|
3068
|
-
<line number="117" hits="
|
|
3069
|
-
<line number="120" hits="
|
|
3070
|
-
<line number="121" hits="
|
|
3071
|
-
<line number="125" hits="
|
|
3072
|
-
<line number="126" hits="
|
|
3073
|
-
<line number="128" hits="
|
|
3074
|
-
<line number="130" hits="
|
|
3073
|
+
<line number="116" hits="937" branch="false"/>
|
|
3074
|
+
<line number="117" hits="937" branch="true" condition-coverage="100% (2/2)"/>
|
|
3075
|
+
<line number="120" hits="937" branch="false"/>
|
|
3076
|
+
<line number="121" hits="937" branch="true" condition-coverage="100% (2/2)"/>
|
|
3077
|
+
<line number="125" hits="937" branch="false"/>
|
|
3078
|
+
<line number="126" hits="937" branch="false"/>
|
|
3079
|
+
<line number="128" hits="937" branch="false"/>
|
|
3080
|
+
<line number="130" hits="937" branch="false"/>
|
|
3075
3081
|
<line number="131" hits="611" branch="false"/>
|
|
3076
|
-
<line number="150" hits="
|
|
3077
|
-
<line number="154" hits="
|
|
3078
|
-
<line number="156" hits="
|
|
3082
|
+
<line number="150" hits="937" branch="false"/>
|
|
3083
|
+
<line number="154" hits="937" branch="false"/>
|
|
3084
|
+
<line number="156" hits="937" branch="true" condition-coverage="0% (0/1)"/>
|
|
3079
3085
|
<line number="166" hits="200" branch="false"/>
|
|
3080
|
-
<line number="179" hits="
|
|
3081
|
-
<line number="184" hits="
|
|
3086
|
+
<line number="179" hits="937" branch="false"/>
|
|
3087
|
+
<line number="184" hits="937" branch="false"/>
|
|
3082
3088
|
<line number="185" hits="372" branch="true" condition-coverage="100% (2/2)"/>
|
|
3083
3089
|
<line number="186" hits="186" branch="false"/>
|
|
3084
|
-
<line number="190" hits="
|
|
3085
|
-
<line number="198" hits="
|
|
3090
|
+
<line number="190" hits="937" branch="false"/>
|
|
3091
|
+
<line number="198" hits="937" branch="false"/>
|
|
3086
3092
|
<line number="204" hits="1129" branch="false"/>
|
|
3087
3093
|
<line number="211" hits="338" branch="true" condition-coverage="100% (2/2)"/>
|
|
3088
3094
|
<line number="212" hits="330" branch="false"/>
|
|
3089
3095
|
<line number="214" hits="8" branch="false"/>
|
|
3090
|
-
<line number="245" hits="
|
|
3096
|
+
<line number="245" hits="937" branch="false"/>
|
|
3091
3097
|
<line number="264" hits="1227" branch="false"/>
|
|
3092
3098
|
<line number="266" hits="1227" branch="false"/>
|
|
3093
3099
|
<line number="267" hits="1227" branch="true" condition-coverage="100% (2/2)"/>
|
|
@@ -5278,132 +5284,132 @@
|
|
|
5278
5284
|
</method>
|
|
5279
5285
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
5280
5286
|
<lines>
|
|
5281
|
-
<line number="
|
|
5287
|
+
<line number="56" hits="0"/>
|
|
5282
5288
|
</lines>
|
|
5283
5289
|
</method>
|
|
5284
5290
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
5285
5291
|
<lines>
|
|
5286
|
-
<line number="
|
|
5292
|
+
<line number="61" hits="0"/>
|
|
5287
5293
|
</lines>
|
|
5288
5294
|
</method>
|
|
5289
5295
|
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
5290
5296
|
<lines>
|
|
5291
|
-
<line number="
|
|
5297
|
+
<line number="66" hits="0"/>
|
|
5292
5298
|
</lines>
|
|
5293
5299
|
</method>
|
|
5294
5300
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
5295
5301
|
<lines>
|
|
5296
|
-
<line number="
|
|
5302
|
+
<line number="68" hits="0"/>
|
|
5297
5303
|
</lines>
|
|
5298
5304
|
</method>
|
|
5299
5305
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
5300
5306
|
<lines>
|
|
5301
|
-
<line number="
|
|
5307
|
+
<line number="109" hits="0"/>
|
|
5302
5308
|
</lines>
|
|
5303
5309
|
</method>
|
|
5304
5310
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
5305
5311
|
<lines>
|
|
5306
|
-
<line number="
|
|
5312
|
+
<line number="140" hits="0"/>
|
|
5307
5313
|
</lines>
|
|
5308
5314
|
</method>
|
|
5309
5315
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
5310
5316
|
<lines>
|
|
5311
|
-
<line number="
|
|
5317
|
+
<line number="149" hits="0"/>
|
|
5312
5318
|
</lines>
|
|
5313
5319
|
</method>
|
|
5314
5320
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
5315
5321
|
<lines>
|
|
5316
|
-
<line number="
|
|
5322
|
+
<line number="182" hits="0"/>
|
|
5317
5323
|
</lines>
|
|
5318
5324
|
</method>
|
|
5319
5325
|
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
5320
5326
|
<lines>
|
|
5321
|
-
<line number="
|
|
5327
|
+
<line number="215" hits="0"/>
|
|
5322
5328
|
</lines>
|
|
5323
5329
|
</method>
|
|
5324
5330
|
<method name="(anonymous_10)" hits="0" signature="()V">
|
|
5325
5331
|
<lines>
|
|
5326
|
-
<line number="
|
|
5332
|
+
<line number="217" hits="0"/>
|
|
5327
5333
|
</lines>
|
|
5328
5334
|
</method>
|
|
5329
5335
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
5330
5336
|
<lines>
|
|
5331
|
-
<line number="
|
|
5337
|
+
<line number="233" hits="0"/>
|
|
5332
5338
|
</lines>
|
|
5333
5339
|
</method>
|
|
5334
5340
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
5335
5341
|
<lines>
|
|
5336
|
-
<line number="
|
|
5342
|
+
<line number="292" hits="0"/>
|
|
5337
5343
|
</lines>
|
|
5338
5344
|
</method>
|
|
5339
5345
|
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
5340
5346
|
<lines>
|
|
5341
|
-
<line number="
|
|
5347
|
+
<line number="307" hits="0"/>
|
|
5342
5348
|
</lines>
|
|
5343
5349
|
</method>
|
|
5344
5350
|
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
5345
5351
|
<lines>
|
|
5346
|
-
<line number="
|
|
5352
|
+
<line number="313" hits="0"/>
|
|
5347
5353
|
</lines>
|
|
5348
5354
|
</method>
|
|
5349
5355
|
<method name="(anonymous_15)" hits="0" signature="()V">
|
|
5350
5356
|
<lines>
|
|
5351
|
-
<line number="
|
|
5357
|
+
<line number="350" hits="0"/>
|
|
5352
5358
|
</lines>
|
|
5353
5359
|
</method>
|
|
5354
5360
|
</methods>
|
|
5355
5361
|
<lines>
|
|
5356
5362
|
<line number="15" hits="27" branch="false"/>
|
|
5357
|
-
<line number="
|
|
5358
|
-
<line number="41" hits="0" branch="false"/>
|
|
5359
|
-
<line number="44" hits="0" branch="false"/>
|
|
5363
|
+
<line number="46" hits="0" branch="false"/>
|
|
5360
5364
|
<line number="47" hits="0" branch="false"/>
|
|
5361
|
-
<line number="48" hits="0" branch="false"/>
|
|
5362
5365
|
<line number="50" hits="0" branch="false"/>
|
|
5363
|
-
<line number="
|
|
5364
|
-
<line number="
|
|
5366
|
+
<line number="53" hits="0" branch="false"/>
|
|
5367
|
+
<line number="54" hits="0" branch="false"/>
|
|
5365
5368
|
<line number="56" hits="0" branch="false"/>
|
|
5366
|
-
<line number="57" hits="0" branch="
|
|
5367
|
-
<line number="
|
|
5368
|
-
<line number="59" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
5369
|
-
<line number="60" hits="0" branch="false"/>
|
|
5370
|
-
<line number="61" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5369
|
+
<line number="57" hits="0" branch="false"/>
|
|
5370
|
+
<line number="61" hits="0" branch="false"/>
|
|
5371
5371
|
<line number="62" hits="0" branch="false"/>
|
|
5372
|
+
<line number="63" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5372
5373
|
<line number="64" hits="0" branch="false"/>
|
|
5373
|
-
<line number="
|
|
5374
|
-
<line number="
|
|
5374
|
+
<line number="65" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
5375
|
+
<line number="66" hits="0" branch="false"/>
|
|
5376
|
+
<line number="67" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5377
|
+
<line number="68" hits="0" branch="false"/>
|
|
5375
5378
|
<line number="70" hits="0" branch="false"/>
|
|
5376
|
-
<line number="
|
|
5377
|
-
<line number="
|
|
5378
|
-
<line number="
|
|
5379
|
-
<line number="
|
|
5380
|
-
<line number="
|
|
5381
|
-
<line number="
|
|
5382
|
-
<line number="
|
|
5383
|
-
<line number="
|
|
5384
|
-
<line number="
|
|
5385
|
-
<line number="
|
|
5386
|
-
<line number="
|
|
5387
|
-
<line number="
|
|
5388
|
-
<line number="
|
|
5389
|
-
<line number="
|
|
5390
|
-
<line number="
|
|
5391
|
-
<line number="
|
|
5392
|
-
<line number="
|
|
5393
|
-
<line number="
|
|
5394
|
-
<line number="
|
|
5395
|
-
<line number="
|
|
5396
|
-
<line number="
|
|
5397
|
-
<line number="
|
|
5398
|
-
<line number="
|
|
5399
|
-
<line number="
|
|
5400
|
-
<line number="
|
|
5401
|
-
<line number="
|
|
5402
|
-
<line number="
|
|
5403
|
-
<line number="
|
|
5404
|
-
<line number="
|
|
5405
|
-
<line number="
|
|
5406
|
-
<line number="
|
|
5379
|
+
<line number="73" hits="0" branch="false"/>
|
|
5380
|
+
<line number="75" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
5381
|
+
<line number="76" hits="0" branch="false"/>
|
|
5382
|
+
<line number="78" hits="0" branch="false"/>
|
|
5383
|
+
<line number="101" hits="0" branch="false"/>
|
|
5384
|
+
<line number="109" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
5385
|
+
<line number="110" hits="0" branch="false"/>
|
|
5386
|
+
<line number="140" hits="0" branch="false"/>
|
|
5387
|
+
<line number="141" hits="0" branch="false"/>
|
|
5388
|
+
<line number="142" hits="0" branch="false"/>
|
|
5389
|
+
<line number="144" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5390
|
+
<line number="145" hits="0" branch="false"/>
|
|
5391
|
+
<line number="149" hits="0" branch="false"/>
|
|
5392
|
+
<line number="150" hits="0" branch="false"/>
|
|
5393
|
+
<line number="151" hits="0" branch="false"/>
|
|
5394
|
+
<line number="182" hits="0" branch="false"/>
|
|
5395
|
+
<line number="183" hits="0" branch="false"/>
|
|
5396
|
+
<line number="215" hits="0" branch="false"/>
|
|
5397
|
+
<line number="218" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5398
|
+
<line number="220" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5399
|
+
<line number="222" hits="0" branch="false"/>
|
|
5400
|
+
<line number="223" hits="0" branch="false"/>
|
|
5401
|
+
<line number="234" hits="0" branch="false"/>
|
|
5402
|
+
<line number="235" hits="0" branch="false"/>
|
|
5403
|
+
<line number="292" hits="0" branch="false"/>
|
|
5404
|
+
<line number="293" hits="0" branch="false"/>
|
|
5405
|
+
<line number="307" hits="0" branch="false"/>
|
|
5406
|
+
<line number="313" hits="0" branch="false"/>
|
|
5407
|
+
<line number="315" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5408
|
+
<line number="316" hits="0" branch="false"/>
|
|
5409
|
+
<line number="322" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
5410
|
+
<line number="325" hits="0" branch="false"/>
|
|
5411
|
+
<line number="350" hits="0" branch="false"/>
|
|
5412
|
+
<line number="363" hits="27" branch="false"/>
|
|
5407
5413
|
</lines>
|
|
5408
5414
|
</class>
|
|
5409
5415
|
<class name="index.js" filename="src/lib/Typedown/index.js" line-rate="0" branch-rate="0">
|
|
@@ -5787,9 +5793,9 @@
|
|
|
5787
5793
|
<line number="7" hits="218"/>
|
|
5788
5794
|
</lines>
|
|
5789
5795
|
</method>
|
|
5790
|
-
<method name="(anonymous_1)" hits="
|
|
5796
|
+
<method name="(anonymous_1)" hits="937" signature="()V">
|
|
5791
5797
|
<lines>
|
|
5792
|
-
<line number="26" hits="
|
|
5798
|
+
<line number="26" hits="937"/>
|
|
5793
5799
|
</lines>
|
|
5794
5800
|
</method>
|
|
5795
5801
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
@@ -5812,17 +5818,17 @@
|
|
|
5812
5818
|
<line number="19" hits="46" branch="false"/>
|
|
5813
5819
|
<line number="21" hits="11" branch="false"/>
|
|
5814
5820
|
<line number="26" hits="27" branch="false"/>
|
|
5815
|
-
<line number="27" hits="
|
|
5816
|
-
<line number="28" hits="
|
|
5817
|
-
<line number="29" hits="
|
|
5818
|
-
<line number="30" hits="
|
|
5819
|
-
<line number="32" hits="
|
|
5820
|
-
<line number="34" hits="
|
|
5821
|
+
<line number="27" hits="937" branch="false"/>
|
|
5822
|
+
<line number="28" hits="937" branch="false"/>
|
|
5823
|
+
<line number="29" hits="937" branch="false"/>
|
|
5824
|
+
<line number="30" hits="937" branch="false"/>
|
|
5825
|
+
<line number="32" hits="937" branch="false"/>
|
|
5826
|
+
<line number="34" hits="937" branch="true" condition-coverage="100% (2/2)"/>
|
|
5821
5827
|
<line number="35" hits="31" branch="false"/>
|
|
5822
|
-
<line number="38" hits="
|
|
5828
|
+
<line number="38" hits="937" branch="false"/>
|
|
5823
5829
|
<line number="39" hits="218" branch="false"/>
|
|
5824
5830
|
<line number="40" hits="218" branch="false"/>
|
|
5825
|
-
<line number="42" hits="
|
|
5831
|
+
<line number="42" hits="937" branch="false"/>
|
|
5826
5832
|
</lines>
|
|
5827
5833
|
</class>
|
|
5828
5834
|
<class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
|
|
@@ -5853,9 +5859,9 @@
|
|
|
5853
5859
|
</class>
|
|
5854
5860
|
<class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
|
|
5855
5861
|
<methods>
|
|
5856
|
-
<method name="(anonymous_0)" hits="
|
|
5862
|
+
<method name="(anonymous_0)" hits="937" signature="()V">
|
|
5857
5863
|
<lines>
|
|
5858
|
-
<line number="5" hits="
|
|
5864
|
+
<line number="5" hits="937"/>
|
|
5859
5865
|
</lines>
|
|
5860
5866
|
</method>
|
|
5861
5867
|
<method name="(anonymous_1)" hits="22" signature="()V">
|
|
@@ -5866,12 +5872,12 @@
|
|
|
5866
5872
|
</methods>
|
|
5867
5873
|
<lines>
|
|
5868
5874
|
<line number="5" hits="27" branch="false"/>
|
|
5869
|
-
<line number="6" hits="
|
|
5870
|
-
<line number="7" hits="
|
|
5871
|
-
<line number="9" hits="
|
|
5875
|
+
<line number="6" hits="937" branch="false"/>
|
|
5876
|
+
<line number="7" hits="937" branch="false"/>
|
|
5877
|
+
<line number="9" hits="937" branch="false"/>
|
|
5872
5878
|
<line number="10" hits="22" branch="false"/>
|
|
5873
5879
|
<line number="11" hits="22" branch="false"/>
|
|
5874
|
-
<line number="14" hits="
|
|
5880
|
+
<line number="14" hits="937" branch="false"/>
|
|
5875
5881
|
</lines>
|
|
5876
5882
|
</class>
|
|
5877
5883
|
<class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
|
|
@@ -6084,24 +6090,24 @@
|
|
|
6084
6090
|
</class>
|
|
6085
6091
|
<class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
|
|
6086
6092
|
<methods>
|
|
6087
|
-
<method name="(anonymous_0)" hits="
|
|
6093
|
+
<method name="(anonymous_0)" hits="958" signature="()V">
|
|
6088
6094
|
<lines>
|
|
6089
|
-
<line number="18" hits="
|
|
6095
|
+
<line number="18" hits="958"/>
|
|
6090
6096
|
</lines>
|
|
6091
6097
|
</method>
|
|
6092
|
-
<method name="(anonymous_1)" hits="
|
|
6098
|
+
<method name="(anonymous_1)" hits="2601" signature="()V">
|
|
6093
6099
|
<lines>
|
|
6094
|
-
<line number="28" hits="
|
|
6100
|
+
<line number="28" hits="2601"/>
|
|
6095
6101
|
</lines>
|
|
6096
6102
|
</method>
|
|
6097
|
-
<method name="(anonymous_2)" hits="
|
|
6103
|
+
<method name="(anonymous_2)" hits="2601" signature="()V">
|
|
6098
6104
|
<lines>
|
|
6099
|
-
<line number="29" hits="
|
|
6105
|
+
<line number="29" hits="2601"/>
|
|
6100
6106
|
</lines>
|
|
6101
6107
|
</method>
|
|
6102
|
-
<method name="(anonymous_3)" hits="
|
|
6108
|
+
<method name="(anonymous_3)" hits="958" signature="()V">
|
|
6103
6109
|
<lines>
|
|
6104
|
-
<line number="33" hits="
|
|
6110
|
+
<line number="33" hits="958"/>
|
|
6105
6111
|
</lines>
|
|
6106
6112
|
</method>
|
|
6107
6113
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
@@ -6137,19 +6143,19 @@
|
|
|
6137
6143
|
</methods>
|
|
6138
6144
|
<lines>
|
|
6139
6145
|
<line number="18" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
6140
|
-
<line number="28" hits="
|
|
6141
|
-
<line number="29" hits="
|
|
6142
|
-
<line number="33" hits="
|
|
6143
|
-
<line number="35" hits="
|
|
6146
|
+
<line number="28" hits="2601" branch="false"/>
|
|
6147
|
+
<line number="29" hits="2601" branch="false"/>
|
|
6148
|
+
<line number="33" hits="958" branch="false"/>
|
|
6149
|
+
<line number="35" hits="958" branch="true" condition-coverage="50% (1/2)"/>
|
|
6144
6150
|
<line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6145
6151
|
<line number="37" hits="0" branch="false"/>
|
|
6146
6152
|
<line number="40" hits="0" branch="false"/>
|
|
6147
6153
|
<line number="41" hits="0" branch="false"/>
|
|
6148
|
-
<line number="45" hits="
|
|
6149
|
-
<line number="48" hits="
|
|
6150
|
-
<line number="50" hits="
|
|
6151
|
-
<line number="51" hits="
|
|
6152
|
-
<line number="56" hits="
|
|
6154
|
+
<line number="45" hits="958" branch="false"/>
|
|
6155
|
+
<line number="48" hits="958" branch="false"/>
|
|
6156
|
+
<line number="50" hits="958" branch="false"/>
|
|
6157
|
+
<line number="51" hits="958" branch="false"/>
|
|
6158
|
+
<line number="56" hits="958" branch="false"/>
|
|
6153
6159
|
<line number="57" hits="0" branch="false"/>
|
|
6154
6160
|
<line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6155
6161
|
<line number="61" hits="0" branch="false"/>
|
|
@@ -6161,13 +6167,13 @@
|
|
|
6161
6167
|
<line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6162
6168
|
<line number="73" hits="0" branch="false"/>
|
|
6163
6169
|
<line number="77" hits="0" branch="false"/>
|
|
6164
|
-
<line number="94" hits="
|
|
6165
|
-
<line number="95" hits="
|
|
6170
|
+
<line number="94" hits="958" branch="false"/>
|
|
6171
|
+
<line number="95" hits="958" branch="false"/>
|
|
6166
6172
|
<line number="96" hits="41" branch="true" condition-coverage="50% (1/2)"/>
|
|
6167
6173
|
<line number="97" hits="41" branch="false"/>
|
|
6168
6174
|
<line number="99" hits="0" branch="false"/>
|
|
6169
6175
|
<line number="100" hits="0" branch="false"/>
|
|
6170
|
-
<line number="104" hits="
|
|
6176
|
+
<line number="104" hits="958" branch="false"/>
|
|
6171
6177
|
<line number="105" hits="685" branch="true" condition-coverage="50% (1/2)"/>
|
|
6172
6178
|
<line number="106" hits="685" branch="false"/>
|
|
6173
6179
|
<line number="108" hits="685" branch="true" condition-coverage="50% (2/4)"/>
|
|
@@ -6182,26 +6188,26 @@
|
|
|
6182
6188
|
<line number="135" hits="44" branch="false"/>
|
|
6183
6189
|
<line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6184
6190
|
<line number="140" hits="0" branch="false"/>
|
|
6185
|
-
<line number="154" hits="
|
|
6186
|
-
<line number="155" hits="
|
|
6187
|
-
<line number="156" hits="
|
|
6188
|
-
<line number="157" hits="
|
|
6191
|
+
<line number="154" hits="958" branch="true" condition-coverage="100% (3/3)"/>
|
|
6192
|
+
<line number="155" hits="958" branch="true" condition-coverage="100% (2/2)"/>
|
|
6193
|
+
<line number="156" hits="958" branch="true" condition-coverage="100% (2/2)"/>
|
|
6194
|
+
<line number="157" hits="958" branch="false"/>
|
|
6189
6195
|
<line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6190
6196
|
<line number="159" hits="0" branch="false"/>
|
|
6191
|
-
<line number="166" hits="
|
|
6197
|
+
<line number="166" hits="958" branch="false"/>
|
|
6192
6198
|
<line number="167" hits="1152" branch="false"/>
|
|
6193
6199
|
<line number="177" hits="1152" branch="true" condition-coverage="100% (2/2)"/>
|
|
6194
6200
|
<line number="178" hits="41" branch="false"/>
|
|
6195
6201
|
<line number="181" hits="1152" branch="false"/>
|
|
6196
|
-
<line number="184" hits="
|
|
6197
|
-
<line number="188" hits="
|
|
6202
|
+
<line number="184" hits="958" branch="false"/>
|
|
6203
|
+
<line number="188" hits="958" branch="false"/>
|
|
6198
6204
|
</lines>
|
|
6199
6205
|
</class>
|
|
6200
6206
|
<class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
|
|
6201
6207
|
<methods>
|
|
6202
|
-
<method name="(anonymous_0)" hits="
|
|
6208
|
+
<method name="(anonymous_0)" hits="937" signature="()V">
|
|
6203
6209
|
<lines>
|
|
6204
|
-
<line number="5" hits="
|
|
6210
|
+
<line number="5" hits="937"/>
|
|
6205
6211
|
</lines>
|
|
6206
6212
|
</method>
|
|
6207
6213
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
@@ -6217,21 +6223,21 @@
|
|
|
6217
6223
|
</methods>
|
|
6218
6224
|
<lines>
|
|
6219
6225
|
<line number="5" hits="27" branch="false"/>
|
|
6220
|
-
<line number="6" hits="
|
|
6221
|
-
<line number="7" hits="
|
|
6222
|
-
<line number="9" hits="
|
|
6223
|
-
<line number="10" hits="
|
|
6224
|
-
<line number="12" hits="
|
|
6226
|
+
<line number="6" hits="937" branch="false"/>
|
|
6227
|
+
<line number="7" hits="937" branch="false"/>
|
|
6228
|
+
<line number="9" hits="937" branch="false"/>
|
|
6229
|
+
<line number="10" hits="937" branch="false"/>
|
|
6230
|
+
<line number="12" hits="937" branch="false"/>
|
|
6225
6231
|
<line number="13" hits="0" branch="false"/>
|
|
6226
6232
|
<line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6227
6233
|
<line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6228
6234
|
<line number="17" hits="0" branch="false"/>
|
|
6229
6235
|
<line number="22" hits="0" branch="false"/>
|
|
6230
6236
|
<line number="28" hits="0" branch="false"/>
|
|
6231
|
-
<line number="35" hits="
|
|
6237
|
+
<line number="35" hits="937" branch="false"/>
|
|
6232
6238
|
<line number="36" hits="664" branch="true" condition-coverage="50% (1/2)"/>
|
|
6233
6239
|
<line number="37" hits="0" branch="false"/>
|
|
6234
|
-
<line number="46" hits="
|
|
6240
|
+
<line number="46" hits="937" branch="false"/>
|
|
6235
6241
|
</lines>
|
|
6236
6242
|
</class>
|
|
6237
6243
|
<class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
|
|
@@ -6356,28 +6362,28 @@
|
|
|
6356
6362
|
</class>
|
|
6357
6363
|
<class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
|
|
6358
6364
|
<methods>
|
|
6359
|
-
<method name="(anonymous_0)" hits="
|
|
6365
|
+
<method name="(anonymous_0)" hits="1123" signature="()V">
|
|
6360
6366
|
<lines>
|
|
6361
|
-
<line number="3" hits="
|
|
6367
|
+
<line number="3" hits="1123"/>
|
|
6362
6368
|
</lines>
|
|
6363
6369
|
</method>
|
|
6364
|
-
<method name="(anonymous_1)" hits="
|
|
6370
|
+
<method name="(anonymous_1)" hits="2565" signature="()V">
|
|
6365
6371
|
<lines>
|
|
6366
|
-
<line number="4" hits="
|
|
6372
|
+
<line number="4" hits="2565"/>
|
|
6367
6373
|
</lines>
|
|
6368
6374
|
</method>
|
|
6369
6375
|
</methods>
|
|
6370
6376
|
<lines>
|
|
6371
6377
|
<line number="3" hits="27" branch="false"/>
|
|
6372
|
-
<line number="4" hits="
|
|
6373
|
-
<line number="7" hits="
|
|
6378
|
+
<line number="4" hits="2565" branch="false"/>
|
|
6379
|
+
<line number="7" hits="1123" branch="true" condition-coverage="50% (1/2)"/>
|
|
6374
6380
|
<line number="8" hits="0" branch="false"/>
|
|
6375
|
-
<line number="9" hits="
|
|
6381
|
+
<line number="9" hits="1123" branch="true" condition-coverage="50% (1/2)"/>
|
|
6376
6382
|
<line number="10" hits="0" branch="false"/>
|
|
6377
|
-
<line number="12" hits="
|
|
6378
|
-
<line number="15" hits="
|
|
6383
|
+
<line number="12" hits="1123" branch="false"/>
|
|
6384
|
+
<line number="15" hits="1123" branch="true" condition-coverage="50% (1/2)"/>
|
|
6379
6385
|
<line number="16" hits="0" branch="false"/>
|
|
6380
|
-
<line number="19" hits="
|
|
6386
|
+
<line number="19" hits="1123" branch="false"/>
|
|
6381
6387
|
</lines>
|
|
6382
6388
|
</class>
|
|
6383
6389
|
</classes>
|
|
@@ -6417,9 +6423,9 @@
|
|
|
6417
6423
|
<line number="17" hits="0"/>
|
|
6418
6424
|
</lines>
|
|
6419
6425
|
</method>
|
|
6420
|
-
<method name="(anonymous_5)" hits="
|
|
6426
|
+
<method name="(anonymous_5)" hits="946" signature="()V">
|
|
6421
6427
|
<lines>
|
|
6422
|
-
<line number="27" hits="
|
|
6428
|
+
<line number="27" hits="946"/>
|
|
6423
6429
|
</lines>
|
|
6424
6430
|
</method>
|
|
6425
6431
|
</methods>
|
|
@@ -6438,11 +6444,11 @@
|
|
|
6438
6444
|
<line number="21" hits="0" branch="false"/>
|
|
6439
6445
|
<line number="24" hits="0" branch="false"/>
|
|
6440
6446
|
<line number="25" hits="0" branch="false"/>
|
|
6441
|
-
<line number="28" hits="
|
|
6442
|
-
<line number="29" hits="
|
|
6443
|
-
<line number="30" hits="
|
|
6444
|
-
<line number="31" hits="
|
|
6445
|
-
<line number="34" hits="
|
|
6447
|
+
<line number="28" hits="946" branch="false"/>
|
|
6448
|
+
<line number="29" hits="946" branch="false"/>
|
|
6449
|
+
<line number="30" hits="946" branch="true" condition-coverage="50% (1/2)"/>
|
|
6450
|
+
<line number="31" hits="946" branch="false"/>
|
|
6451
|
+
<line number="34" hits="946" branch="false"/>
|
|
6446
6452
|
</lines>
|
|
6447
6453
|
</class>
|
|
6448
6454
|
</classes>
|
|
@@ -6457,9 +6463,9 @@
|
|
|
6457
6463
|
</class>
|
|
6458
6464
|
<class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
|
|
6459
6465
|
<methods>
|
|
6460
|
-
<method name="(anonymous_0)" hits="
|
|
6466
|
+
<method name="(anonymous_0)" hits="1123" signature="()V">
|
|
6461
6467
|
<lines>
|
|
6462
|
-
<line number="5" hits="
|
|
6468
|
+
<line number="5" hits="1123"/>
|
|
6463
6469
|
</lines>
|
|
6464
6470
|
</method>
|
|
6465
6471
|
<method name="(anonymous_1)" hits="2666" signature="()V">
|
|
@@ -6475,9 +6481,9 @@
|
|
|
6475
6481
|
</methods>
|
|
6476
6482
|
<lines>
|
|
6477
6483
|
<line number="5" hits="27" branch="false"/>
|
|
6478
|
-
<line number="6" hits="
|
|
6479
|
-
<line number="7" hits="
|
|
6480
|
-
<line number="11" hits="
|
|
6484
|
+
<line number="6" hits="1123" branch="false"/>
|
|
6485
|
+
<line number="7" hits="1123" branch="false"/>
|
|
6486
|
+
<line number="11" hits="1123" branch="false"/>
|
|
6481
6487
|
<line number="12" hits="2666" branch="true" condition-coverage="100% (2/2)"/>
|
|
6482
6488
|
<line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
6483
6489
|
<line number="15" hits="0" branch="false"/>
|
|
@@ -6489,8 +6495,8 @@
|
|
|
6489
6495
|
<line number="32" hits="0" branch="false"/>
|
|
6490
6496
|
<line number="35" hits="5" branch="false"/>
|
|
6491
6497
|
<line number="39" hits="2657" branch="false"/>
|
|
6492
|
-
<line number="42" hits="
|
|
6493
|
-
<line number="44" hits="
|
|
6498
|
+
<line number="42" hits="1123" branch="false"/>
|
|
6499
|
+
<line number="44" hits="1123" branch="false"/>
|
|
6494
6500
|
</lines>
|
|
6495
6501
|
</class>
|
|
6496
6502
|
</classes>
|
|
@@ -6785,14 +6791,14 @@
|
|
|
6785
6791
|
</method>
|
|
6786
6792
|
</methods>
|
|
6787
6793
|
<lines>
|
|
6788
|
-
<line number="5" hits="
|
|
6794
|
+
<line number="5" hits="30" branch="false"/>
|
|
6789
6795
|
<line number="6" hits="0" branch="false"/>
|
|
6790
6796
|
<line number="8" hits="0" branch="false"/>
|
|
6791
6797
|
</lines>
|
|
6792
6798
|
</class>
|
|
6793
6799
|
</classes>
|
|
6794
6800
|
</package>
|
|
6795
|
-
<package name="hooks.useMutateCustomProperties" line-rate="
|
|
6801
|
+
<package name="hooks.useMutateCustomProperties" line-rate="1" branch-rate="1">
|
|
6796
6802
|
<classes>
|
|
6797
6803
|
<class name="index.js" filename="src/lib/hooks/useMutateCustomProperties/index.js" line-rate="0" branch-rate="0">
|
|
6798
6804
|
<methods>
|
|
@@ -6800,34 +6806,34 @@
|
|
|
6800
6806
|
<lines>
|
|
6801
6807
|
</lines>
|
|
6802
6808
|
</class>
|
|
6803
|
-
<class name="useMutateCustomProperties.js" filename="src/lib/hooks/useMutateCustomProperties/useMutateCustomProperties.js" line-rate="
|
|
6809
|
+
<class name="useMutateCustomProperties.js" filename="src/lib/hooks/useMutateCustomProperties/useMutateCustomProperties.js" line-rate="1" branch-rate="1">
|
|
6804
6810
|
<methods>
|
|
6805
|
-
<method name="(anonymous_0)" hits="
|
|
6811
|
+
<method name="(anonymous_0)" hits="7" signature="()V">
|
|
6806
6812
|
<lines>
|
|
6807
|
-
<line number="3" hits="
|
|
6813
|
+
<line number="3" hits="7"/>
|
|
6808
6814
|
</lines>
|
|
6809
6815
|
</method>
|
|
6810
|
-
<method name="(anonymous_1)" hits="
|
|
6816
|
+
<method name="(anonymous_1)" hits="1" signature="()V">
|
|
6811
6817
|
<lines>
|
|
6812
|
-
<line number="11" hits="
|
|
6818
|
+
<line number="11" hits="1"/>
|
|
6813
6819
|
</lines>
|
|
6814
6820
|
</method>
|
|
6815
|
-
<method name="(anonymous_2)" hits="
|
|
6821
|
+
<method name="(anonymous_2)" hits="1" signature="()V">
|
|
6816
6822
|
<lines>
|
|
6817
|
-
<line number="12" hits="
|
|
6823
|
+
<line number="12" hits="1"/>
|
|
6818
6824
|
</lines>
|
|
6819
6825
|
</method>
|
|
6820
6826
|
</methods>
|
|
6821
6827
|
<lines>
|
|
6822
|
-
<line number="3" hits="
|
|
6823
|
-
<line number="8" hits="
|
|
6824
|
-
<line number="11" hits="
|
|
6825
|
-
<line number="12" hits="
|
|
6828
|
+
<line number="3" hits="28" branch="false"/>
|
|
6829
|
+
<line number="8" hits="7" branch="false"/>
|
|
6830
|
+
<line number="11" hits="1" branch="false"/>
|
|
6831
|
+
<line number="12" hits="1" branch="false"/>
|
|
6826
6832
|
</lines>
|
|
6827
6833
|
</class>
|
|
6828
6834
|
</classes>
|
|
6829
6835
|
</package>
|
|
6830
|
-
<package name="hooks.useMutateGeneric" line-rate="
|
|
6836
|
+
<package name="hooks.useMutateGeneric" line-rate="1" branch-rate="0.9743">
|
|
6831
6837
|
<classes>
|
|
6832
6838
|
<class name="index.js" filename="src/lib/hooks/useMutateGeneric/index.js" line-rate="0" branch-rate="0">
|
|
6833
6839
|
<methods>
|
|
@@ -6835,126 +6841,126 @@
|
|
|
6835
6841
|
<lines>
|
|
6836
6842
|
</lines>
|
|
6837
6843
|
</class>
|
|
6838
|
-
<class name="useMutateGeneric.js" filename="src/lib/hooks/useMutateGeneric/useMutateGeneric.js" line-rate="
|
|
6844
|
+
<class name="useMutateGeneric.js" filename="src/lib/hooks/useMutateGeneric/useMutateGeneric.js" line-rate="1" branch-rate="0.9743">
|
|
6839
6845
|
<methods>
|
|
6840
|
-
<method name="(anonymous_0)" hits="
|
|
6846
|
+
<method name="(anonymous_0)" hits="27" signature="()V">
|
|
6841
6847
|
<lines>
|
|
6842
|
-
<line number="9" hits="
|
|
6848
|
+
<line number="9" hits="27"/>
|
|
6843
6849
|
</lines>
|
|
6844
6850
|
</method>
|
|
6845
|
-
<method name="(anonymous_1)" hits="
|
|
6851
|
+
<method name="(anonymous_1)" hits="2" signature="()V">
|
|
6846
6852
|
<lines>
|
|
6847
|
-
<line number="22" hits="
|
|
6853
|
+
<line number="22" hits="2"/>
|
|
6848
6854
|
</lines>
|
|
6849
6855
|
</method>
|
|
6850
|
-
<method name="(anonymous_2)" hits="
|
|
6856
|
+
<method name="(anonymous_2)" hits="2" signature="()V">
|
|
6851
6857
|
<lines>
|
|
6852
|
-
<line number="23" hits="
|
|
6858
|
+
<line number="23" hits="2"/>
|
|
6853
6859
|
</lines>
|
|
6854
6860
|
</method>
|
|
6855
|
-
<method name="(anonymous_3)" hits="
|
|
6861
|
+
<method name="(anonymous_3)" hits="2" signature="()V">
|
|
6856
6862
|
<lines>
|
|
6857
|
-
<line number="24" hits="
|
|
6863
|
+
<line number="24" hits="2"/>
|
|
6858
6864
|
</lines>
|
|
6859
6865
|
</method>
|
|
6860
|
-
<method name="(anonymous_4)" hits="
|
|
6866
|
+
<method name="(anonymous_4)" hits="5" signature="()V">
|
|
6861
6867
|
<lines>
|
|
6862
|
-
<line number="27" hits="
|
|
6868
|
+
<line number="27" hits="5"/>
|
|
6863
6869
|
</lines>
|
|
6864
6870
|
</method>
|
|
6865
|
-
<method name="(anonymous_5)" hits="
|
|
6871
|
+
<method name="(anonymous_5)" hits="5" signature="()V">
|
|
6866
6872
|
<lines>
|
|
6867
|
-
<line number="28" hits="
|
|
6873
|
+
<line number="28" hits="5"/>
|
|
6868
6874
|
</lines>
|
|
6869
6875
|
</method>
|
|
6870
|
-
<method name="(anonymous_6)" hits="
|
|
6876
|
+
<method name="(anonymous_6)" hits="5" signature="()V">
|
|
6871
6877
|
<lines>
|
|
6872
|
-
<line number="31" hits="
|
|
6878
|
+
<line number="31" hits="5"/>
|
|
6873
6879
|
</lines>
|
|
6874
6880
|
</method>
|
|
6875
|
-
<method name="(anonymous_7)" hits="
|
|
6881
|
+
<method name="(anonymous_7)" hits="5" signature="()V">
|
|
6876
6882
|
<lines>
|
|
6877
|
-
<line number="32" hits="
|
|
6883
|
+
<line number="32" hits="5"/>
|
|
6878
6884
|
</lines>
|
|
6879
6885
|
</method>
|
|
6880
|
-
<method name="(anonymous_8)" hits="
|
|
6886
|
+
<method name="(anonymous_8)" hits="5" signature="()V">
|
|
6881
6887
|
<lines>
|
|
6882
|
-
<line number="33" hits="
|
|
6888
|
+
<line number="33" hits="5"/>
|
|
6883
6889
|
</lines>
|
|
6884
6890
|
</method>
|
|
6885
|
-
<method name="(anonymous_9)" hits="
|
|
6891
|
+
<method name="(anonymous_9)" hits="27" signature="()V">
|
|
6886
6892
|
<lines>
|
|
6887
|
-
<line number="37" hits="
|
|
6893
|
+
<line number="37" hits="27"/>
|
|
6888
6894
|
</lines>
|
|
6889
6895
|
</method>
|
|
6890
|
-
<method name="(anonymous_10)" hits="
|
|
6896
|
+
<method name="(anonymous_10)" hits="27" signature="()V">
|
|
6891
6897
|
<lines>
|
|
6892
|
-
<line number="38" hits="
|
|
6898
|
+
<line number="38" hits="27"/>
|
|
6893
6899
|
</lines>
|
|
6894
6900
|
</method>
|
|
6895
|
-
<method name="(anonymous_11)" hits="
|
|
6901
|
+
<method name="(anonymous_11)" hits="27" signature="()V">
|
|
6896
6902
|
<lines>
|
|
6897
|
-
<line number="39" hits="
|
|
6903
|
+
<line number="39" hits="27"/>
|
|
6898
6904
|
</lines>
|
|
6899
6905
|
</method>
|
|
6900
|
-
<method name="(anonymous_12)" hits="
|
|
6906
|
+
<method name="(anonymous_12)" hits="5" signature="()V">
|
|
6901
6907
|
<lines>
|
|
6902
|
-
<line number="57" hits="
|
|
6908
|
+
<line number="57" hits="5"/>
|
|
6903
6909
|
</lines>
|
|
6904
6910
|
</method>
|
|
6905
|
-
<method name="(anonymous_13)" hits="
|
|
6911
|
+
<method name="(anonymous_13)" hits="4" signature="()V">
|
|
6906
6912
|
<lines>
|
|
6907
|
-
<line number="58" hits="
|
|
6913
|
+
<line number="58" hits="4"/>
|
|
6908
6914
|
</lines>
|
|
6909
6915
|
</method>
|
|
6910
|
-
<method name="(anonymous_14)" hits="
|
|
6916
|
+
<method name="(anonymous_14)" hits="5" signature="()V">
|
|
6911
6917
|
<lines>
|
|
6912
|
-
<line number="66" hits="
|
|
6918
|
+
<line number="66" hits="5"/>
|
|
6913
6919
|
</lines>
|
|
6914
6920
|
</method>
|
|
6915
|
-
<method name="(anonymous_15)" hits="
|
|
6921
|
+
<method name="(anonymous_15)" hits="5" signature="()V">
|
|
6916
6922
|
<lines>
|
|
6917
|
-
<line number="75" hits="
|
|
6923
|
+
<line number="75" hits="5"/>
|
|
6918
6924
|
</lines>
|
|
6919
6925
|
</method>
|
|
6920
6926
|
</methods>
|
|
6921
6927
|
<lines>
|
|
6922
|
-
<line number="9" hits="
|
|
6923
|
-
<line number="22" hits="
|
|
6924
|
-
<line number="23" hits="
|
|
6925
|
-
<line number="24" hits="
|
|
6926
|
-
<line number="27" hits="
|
|
6927
|
-
<line number="28" hits="
|
|
6928
|
-
<line number="31" hits="
|
|
6929
|
-
<line number="32" hits="
|
|
6930
|
-
<line number="33" hits="
|
|
6931
|
-
<line number="37" hits="
|
|
6932
|
-
<line number="38" hits="
|
|
6933
|
-
<line number="39" hits="
|
|
6934
|
-
<line number="52" hits="
|
|
6935
|
-
<line number="55" hits="
|
|
6936
|
-
<line number="57" hits="
|
|
6937
|
-
<line number="58" hits="
|
|
6938
|
-
<line number="64" hits="
|
|
6939
|
-
<line number="66" hits="
|
|
6940
|
-
<line number="73" hits="
|
|
6941
|
-
<line number="75" hits="
|
|
6942
|
-
<line number="81" hits="
|
|
6943
|
-
<line number="82" hits="
|
|
6944
|
-
<line number="83" hits="
|
|
6945
|
-
<line number="85" hits="
|
|
6946
|
-
<line number="88" hits="
|
|
6947
|
-
<line number="89" hits="
|
|
6948
|
-
<line number="91" hits="
|
|
6949
|
-
<line number="94" hits="
|
|
6950
|
-
<line number="95" hits="
|
|
6951
|
-
<line number="97" hits="
|
|
6952
|
-
<line number="100" hits="
|
|
6928
|
+
<line number="9" hits="32" branch="true" condition-coverage="0% (0/1)"/>
|
|
6929
|
+
<line number="22" hits="2" branch="true" condition-coverage="100% (1/1)"/>
|
|
6930
|
+
<line number="23" hits="2" branch="true" condition-coverage="100% (1/1)"/>
|
|
6931
|
+
<line number="24" hits="2" branch="true" condition-coverage="100% (1/1)"/>
|
|
6932
|
+
<line number="27" hits="5" branch="true" condition-coverage="100% (1/1)"/>
|
|
6933
|
+
<line number="28" hits="5" branch="true" condition-coverage="100% (1/1)"/>
|
|
6934
|
+
<line number="31" hits="5" branch="true" condition-coverage="100% (1/1)"/>
|
|
6935
|
+
<line number="32" hits="5" branch="true" condition-coverage="100% (1/1)"/>
|
|
6936
|
+
<line number="33" hits="5" branch="true" condition-coverage="100% (1/1)"/>
|
|
6937
|
+
<line number="37" hits="27" branch="true" condition-coverage="100% (1/1)"/>
|
|
6938
|
+
<line number="38" hits="27" branch="true" condition-coverage="100% (1/1)"/>
|
|
6939
|
+
<line number="39" hits="27" branch="true" condition-coverage="100% (1/1)"/>
|
|
6940
|
+
<line number="52" hits="27" branch="false"/>
|
|
6941
|
+
<line number="55" hits="27" branch="false"/>
|
|
6942
|
+
<line number="57" hits="5" branch="false"/>
|
|
6943
|
+
<line number="58" hits="4" branch="false"/>
|
|
6944
|
+
<line number="64" hits="27" branch="false"/>
|
|
6945
|
+
<line number="66" hits="5" branch="false"/>
|
|
6946
|
+
<line number="73" hits="27" branch="false"/>
|
|
6947
|
+
<line number="75" hits="5" branch="false"/>
|
|
6948
|
+
<line number="81" hits="27" branch="false"/>
|
|
6949
|
+
<line number="82" hits="27" branch="true" condition-coverage="100% (2/2)"/>
|
|
6950
|
+
<line number="83" hits="2" branch="false"/>
|
|
6951
|
+
<line number="85" hits="25" branch="false"/>
|
|
6952
|
+
<line number="88" hits="27" branch="true" condition-coverage="100% (2/2)"/>
|
|
6953
|
+
<line number="89" hits="2" branch="false"/>
|
|
6954
|
+
<line number="91" hits="25" branch="false"/>
|
|
6955
|
+
<line number="94" hits="27" branch="true" condition-coverage="100% (2/2)"/>
|
|
6956
|
+
<line number="95" hits="2" branch="false"/>
|
|
6957
|
+
<line number="97" hits="25" branch="false"/>
|
|
6958
|
+
<line number="100" hits="27" branch="false"/>
|
|
6953
6959
|
</lines>
|
|
6954
6960
|
</class>
|
|
6955
6961
|
</classes>
|
|
6956
6962
|
</package>
|
|
6957
|
-
<package name="hooks.useMutateRefdataCategory" line-rate="
|
|
6963
|
+
<package name="hooks.useMutateRefdataCategory" line-rate="1" branch-rate="1">
|
|
6958
6964
|
<classes>
|
|
6959
6965
|
<class name="index.js" filename="src/lib/hooks/useMutateRefdataCategory/index.js" line-rate="0" branch-rate="0">
|
|
6960
6966
|
<methods>
|
|
@@ -6962,65 +6968,65 @@
|
|
|
6962
6968
|
<lines>
|
|
6963
6969
|
</lines>
|
|
6964
6970
|
</class>
|
|
6965
|
-
<class name="useMutateRefdataCategory.js" filename="src/lib/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js" line-rate="
|
|
6971
|
+
<class name="useMutateRefdataCategory.js" filename="src/lib/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js" line-rate="1" branch-rate="1">
|
|
6966
6972
|
<methods>
|
|
6967
|
-
<method name="(anonymous_0)" hits="
|
|
6973
|
+
<method name="(anonymous_0)" hits="9" signature="()V">
|
|
6968
6974
|
<lines>
|
|
6969
|
-
<line number="6" hits="
|
|
6975
|
+
<line number="6" hits="9"/>
|
|
6970
6976
|
</lines>
|
|
6971
6977
|
</method>
|
|
6972
|
-
<method name="(anonymous_1)" hits="
|
|
6978
|
+
<method name="(anonymous_1)" hits="2" signature="()V">
|
|
6973
6979
|
<lines>
|
|
6974
|
-
<line number="19" hits="
|
|
6980
|
+
<line number="19" hits="2"/>
|
|
6975
6981
|
</lines>
|
|
6976
6982
|
</method>
|
|
6977
|
-
<method name="(anonymous_2)" hits="
|
|
6983
|
+
<method name="(anonymous_2)" hits="2" signature="()V">
|
|
6978
6984
|
<lines>
|
|
6979
|
-
<line number="21" hits="
|
|
6985
|
+
<line number="21" hits="2"/>
|
|
6980
6986
|
</lines>
|
|
6981
6987
|
</method>
|
|
6982
|
-
<method name="(anonymous_3)" hits="
|
|
6988
|
+
<method name="(anonymous_3)" hits="2" signature="()V">
|
|
6983
6989
|
<lines>
|
|
6984
|
-
<line number="25" hits="
|
|
6990
|
+
<line number="25" hits="2"/>
|
|
6985
6991
|
</lines>
|
|
6986
6992
|
</method>
|
|
6987
|
-
<method name="(anonymous_4)" hits="
|
|
6993
|
+
<method name="(anonymous_4)" hits="2" signature="()V">
|
|
6988
6994
|
<lines>
|
|
6989
|
-
<line number="27" hits="
|
|
6995
|
+
<line number="27" hits="2"/>
|
|
6990
6996
|
</lines>
|
|
6991
6997
|
</method>
|
|
6992
|
-
<method name="(anonymous_5)" hits="
|
|
6998
|
+
<method name="(anonymous_5)" hits="2" signature="()V">
|
|
6993
6999
|
<lines>
|
|
6994
|
-
<line number="31" hits="
|
|
7000
|
+
<line number="31" hits="2"/>
|
|
6995
7001
|
</lines>
|
|
6996
7002
|
</method>
|
|
6997
|
-
<method name="(anonymous_6)" hits="
|
|
7003
|
+
<method name="(anonymous_6)" hits="2" signature="()V">
|
|
6998
7004
|
<lines>
|
|
6999
|
-
<line number="33" hits="
|
|
7005
|
+
<line number="33" hits="2"/>
|
|
7000
7006
|
</lines>
|
|
7001
7007
|
</method>
|
|
7002
|
-
<method name="(anonymous_7)" hits="
|
|
7008
|
+
<method name="(anonymous_7)" hits="1" signature="()V">
|
|
7003
7009
|
<lines>
|
|
7004
|
-
<line number="40" hits="
|
|
7010
|
+
<line number="40" hits="1"/>
|
|
7005
7011
|
</lines>
|
|
7006
7012
|
</method>
|
|
7007
7013
|
</methods>
|
|
7008
7014
|
<lines>
|
|
7009
|
-
<line number="6" hits="
|
|
7010
|
-
<line number="15" hits="
|
|
7011
|
-
<line number="17" hits="
|
|
7012
|
-
<line number="20" hits="
|
|
7013
|
-
<line number="22" hits="
|
|
7014
|
-
<line number="26" hits="
|
|
7015
|
-
<line number="28" hits="
|
|
7016
|
-
<line number="32" hits="
|
|
7017
|
-
<line number="34" hits="
|
|
7018
|
-
<line number="40" hits="
|
|
7015
|
+
<line number="6" hits="28" branch="false"/>
|
|
7016
|
+
<line number="15" hits="9" branch="false"/>
|
|
7017
|
+
<line number="17" hits="9" branch="false"/>
|
|
7018
|
+
<line number="20" hits="2" branch="false"/>
|
|
7019
|
+
<line number="22" hits="2" branch="false"/>
|
|
7020
|
+
<line number="26" hits="2" branch="false"/>
|
|
7021
|
+
<line number="28" hits="2" branch="false"/>
|
|
7022
|
+
<line number="32" hits="2" branch="false"/>
|
|
7023
|
+
<line number="34" hits="2" branch="false"/>
|
|
7024
|
+
<line number="40" hits="1" branch="false"/>
|
|
7019
7025
|
</lines>
|
|
7020
7026
|
</class>
|
|
7021
7027
|
</classes>
|
|
7022
7028
|
</package>
|
|
7023
|
-
<package name="hooks.useMutateRefdataValue" line-rate="
|
|
7029
|
+
<package name="hooks.useMutateRefdataValue" line-rate="1" branch-rate="1">
|
|
7024
7030
|
<classes>
|
|
7025
7031
|
<class name="index.js" filename="src/lib/hooks/useMutateRefdataValue/index.js" line-rate="0" branch-rate="0">
|
|
7026
7032
|
<methods>
|
|
@@ -7028,77 +7034,77 @@
|
|
|
7028
7034
|
<lines>
|
|
7029
7035
|
</lines>
|
|
7030
7036
|
</class>
|
|
7031
|
-
<class name="useMutateRefdataValue.js" filename="src/lib/hooks/useMutateRefdataValue/useMutateRefdataValue.js" line-rate="
|
|
7037
|
+
<class name="useMutateRefdataValue.js" filename="src/lib/hooks/useMutateRefdataValue/useMutateRefdataValue.js" line-rate="1" branch-rate="1">
|
|
7032
7038
|
<methods>
|
|
7033
|
-
<method name="(anonymous_0)" hits="
|
|
7039
|
+
<method name="(anonymous_0)" hits="7" signature="()V">
|
|
7034
7040
|
<lines>
|
|
7035
|
-
<line number="6" hits="
|
|
7041
|
+
<line number="6" hits="7"/>
|
|
7036
7042
|
</lines>
|
|
7037
7043
|
</method>
|
|
7038
|
-
<method name="(anonymous_1)" hits="
|
|
7044
|
+
<method name="(anonymous_1)" hits="1" signature="()V">
|
|
7039
7045
|
<lines>
|
|
7040
|
-
<line number="20" hits="
|
|
7046
|
+
<line number="20" hits="1"/>
|
|
7041
7047
|
</lines>
|
|
7042
7048
|
</method>
|
|
7043
|
-
<method name="(anonymous_2)" hits="
|
|
7049
|
+
<method name="(anonymous_2)" hits="1" signature="()V">
|
|
7044
7050
|
<lines>
|
|
7045
|
-
<line number="22" hits="
|
|
7051
|
+
<line number="22" hits="1"/>
|
|
7046
7052
|
</lines>
|
|
7047
7053
|
</method>
|
|
7048
|
-
<method name="(anonymous_3)" hits="
|
|
7054
|
+
<method name="(anonymous_3)" hits="1" signature="()V">
|
|
7049
7055
|
<lines>
|
|
7050
|
-
<line number="26" hits="
|
|
7056
|
+
<line number="26" hits="1"/>
|
|
7051
7057
|
</lines>
|
|
7052
7058
|
</method>
|
|
7053
|
-
<method name="(anonymous_4)" hits="
|
|
7059
|
+
<method name="(anonymous_4)" hits="1" signature="()V">
|
|
7054
7060
|
<lines>
|
|
7055
|
-
<line number="28" hits="
|
|
7061
|
+
<line number="28" hits="1"/>
|
|
7056
7062
|
</lines>
|
|
7057
7063
|
</method>
|
|
7058
|
-
<method name="(anonymous_5)" hits="
|
|
7064
|
+
<method name="(anonymous_5)" hits="1" signature="()V">
|
|
7059
7065
|
<lines>
|
|
7060
|
-
<line number="32" hits="
|
|
7066
|
+
<line number="32" hits="1"/>
|
|
7061
7067
|
</lines>
|
|
7062
7068
|
</method>
|
|
7063
|
-
<method name="(anonymous_6)" hits="
|
|
7069
|
+
<method name="(anonymous_6)" hits="1" signature="()V">
|
|
7064
7070
|
<lines>
|
|
7065
|
-
<line number="34" hits="
|
|
7071
|
+
<line number="34" hits="1"/>
|
|
7066
7072
|
</lines>
|
|
7067
7073
|
</method>
|
|
7068
|
-
<method name="(anonymous_7)" hits="
|
|
7074
|
+
<method name="(anonymous_7)" hits="1" signature="()V">
|
|
7069
7075
|
<lines>
|
|
7070
|
-
<line number="42" hits="
|
|
7076
|
+
<line number="42" hits="1"/>
|
|
7071
7077
|
</lines>
|
|
7072
7078
|
</method>
|
|
7073
|
-
<method name="(anonymous_8)" hits="
|
|
7079
|
+
<method name="(anonymous_8)" hits="1" signature="()V">
|
|
7074
7080
|
<lines>
|
|
7075
|
-
<line number="56" hits="
|
|
7081
|
+
<line number="56" hits="1"/>
|
|
7076
7082
|
</lines>
|
|
7077
7083
|
</method>
|
|
7078
|
-
<method name="(anonymous_9)" hits="
|
|
7084
|
+
<method name="(anonymous_9)" hits="1" signature="()V">
|
|
7079
7085
|
<lines>
|
|
7080
|
-
<line number="67" hits="
|
|
7086
|
+
<line number="67" hits="1"/>
|
|
7081
7087
|
</lines>
|
|
7082
7088
|
</method>
|
|
7083
7089
|
</methods>
|
|
7084
7090
|
<lines>
|
|
7085
|
-
<line number="6" hits="
|
|
7086
|
-
<line number="16" hits="
|
|
7087
|
-
<line number="18" hits="
|
|
7088
|
-
<line number="21" hits="
|
|
7089
|
-
<line number="23" hits="
|
|
7090
|
-
<line number="27" hits="
|
|
7091
|
-
<line number="29" hits="
|
|
7092
|
-
<line number="33" hits="
|
|
7093
|
-
<line number="35" hits="
|
|
7094
|
-
<line number="42" hits="
|
|
7095
|
-
<line number="56" hits="
|
|
7096
|
-
<line number="67" hits="
|
|
7091
|
+
<line number="6" hits="28" branch="false"/>
|
|
7092
|
+
<line number="16" hits="7" branch="false"/>
|
|
7093
|
+
<line number="18" hits="7" branch="false"/>
|
|
7094
|
+
<line number="21" hits="1" branch="false"/>
|
|
7095
|
+
<line number="23" hits="1" branch="false"/>
|
|
7096
|
+
<line number="27" hits="1" branch="false"/>
|
|
7097
|
+
<line number="29" hits="1" branch="false"/>
|
|
7098
|
+
<line number="33" hits="1" branch="false"/>
|
|
7099
|
+
<line number="35" hits="1" branch="false"/>
|
|
7100
|
+
<line number="42" hits="1" branch="false"/>
|
|
7101
|
+
<line number="56" hits="1" branch="false"/>
|
|
7102
|
+
<line number="67" hits="1" branch="false"/>
|
|
7097
7103
|
</lines>
|
|
7098
7104
|
</class>
|
|
7099
7105
|
</classes>
|
|
7100
7106
|
</package>
|
|
7101
|
-
<package name="hooks.useMutateTemplates" line-rate="
|
|
7107
|
+
<package name="hooks.useMutateTemplates" line-rate="1" branch-rate="1">
|
|
7102
7108
|
<classes>
|
|
7103
7109
|
<class name="index.js" filename="src/lib/hooks/useMutateTemplates/index.js" line-rate="0" branch-rate="0">
|
|
7104
7110
|
<methods>
|
|
@@ -7106,54 +7112,54 @@
|
|
|
7106
7112
|
<lines>
|
|
7107
7113
|
</lines>
|
|
7108
7114
|
</class>
|
|
7109
|
-
<class name="useMutateTemplates.js" filename="src/lib/hooks/useMutateTemplates/useMutateTemplates.js" line-rate="
|
|
7115
|
+
<class name="useMutateTemplates.js" filename="src/lib/hooks/useMutateTemplates/useMutateTemplates.js" line-rate="1" branch-rate="1">
|
|
7110
7116
|
<methods>
|
|
7111
|
-
<method name="(anonymous_0)" hits="
|
|
7117
|
+
<method name="(anonymous_0)" hits="4" signature="()V">
|
|
7112
7118
|
<lines>
|
|
7113
|
-
<line number="6" hits="
|
|
7119
|
+
<line number="6" hits="4"/>
|
|
7114
7120
|
</lines>
|
|
7115
7121
|
</method>
|
|
7116
|
-
<method name="(anonymous_1)" hits="
|
|
7122
|
+
<method name="(anonymous_1)" hits="1" signature="()V">
|
|
7117
7123
|
<lines>
|
|
7118
|
-
<line number="19" hits="
|
|
7124
|
+
<line number="19" hits="1"/>
|
|
7119
7125
|
</lines>
|
|
7120
7126
|
</method>
|
|
7121
|
-
<method name="(anonymous_2)" hits="
|
|
7127
|
+
<method name="(anonymous_2)" hits="1" signature="()V">
|
|
7122
7128
|
<lines>
|
|
7123
|
-
<line number="21" hits="
|
|
7129
|
+
<line number="21" hits="1"/>
|
|
7124
7130
|
</lines>
|
|
7125
7131
|
</method>
|
|
7126
|
-
<method name="(anonymous_3)" hits="
|
|
7132
|
+
<method name="(anonymous_3)" hits="1" signature="()V">
|
|
7127
7133
|
<lines>
|
|
7128
|
-
<line number="25" hits="
|
|
7134
|
+
<line number="25" hits="1"/>
|
|
7129
7135
|
</lines>
|
|
7130
7136
|
</method>
|
|
7131
|
-
<method name="(anonymous_4)" hits="
|
|
7137
|
+
<method name="(anonymous_4)" hits="1" signature="()V">
|
|
7132
7138
|
<lines>
|
|
7133
|
-
<line number="27" hits="
|
|
7139
|
+
<line number="27" hits="1"/>
|
|
7134
7140
|
</lines>
|
|
7135
7141
|
</method>
|
|
7136
|
-
<method name="(anonymous_5)" hits="
|
|
7142
|
+
<method name="(anonymous_5)" hits="1" signature="()V">
|
|
7137
7143
|
<lines>
|
|
7138
|
-
<line number="31" hits="
|
|
7144
|
+
<line number="31" hits="1"/>
|
|
7139
7145
|
</lines>
|
|
7140
7146
|
</method>
|
|
7141
|
-
<method name="(anonymous_6)" hits="
|
|
7147
|
+
<method name="(anonymous_6)" hits="1" signature="()V">
|
|
7142
7148
|
<lines>
|
|
7143
|
-
<line number="33" hits="
|
|
7149
|
+
<line number="33" hits="1"/>
|
|
7144
7150
|
</lines>
|
|
7145
7151
|
</method>
|
|
7146
7152
|
</methods>
|
|
7147
7153
|
<lines>
|
|
7148
|
-
<line number="6" hits="
|
|
7149
|
-
<line number="15" hits="
|
|
7150
|
-
<line number="17" hits="
|
|
7151
|
-
<line number="20" hits="
|
|
7152
|
-
<line number="22" hits="
|
|
7153
|
-
<line number="26" hits="
|
|
7154
|
-
<line number="28" hits="
|
|
7155
|
-
<line number="32" hits="
|
|
7156
|
-
<line number="34" hits="
|
|
7154
|
+
<line number="6" hits="28" branch="false"/>
|
|
7155
|
+
<line number="15" hits="4" branch="false"/>
|
|
7156
|
+
<line number="17" hits="4" branch="false"/>
|
|
7157
|
+
<line number="20" hits="1" branch="false"/>
|
|
7158
|
+
<line number="22" hits="1" branch="false"/>
|
|
7159
|
+
<line number="26" hits="1" branch="false"/>
|
|
7160
|
+
<line number="28" hits="1" branch="false"/>
|
|
7161
|
+
<line number="32" hits="1" branch="false"/>
|
|
7162
|
+
<line number="34" hits="1" branch="false"/>
|
|
7157
7163
|
</lines>
|
|
7158
7164
|
</class>
|
|
7159
7165
|
</classes>
|
|
@@ -7202,7 +7208,7 @@
|
|
|
7202
7208
|
</class>
|
|
7203
7209
|
</classes>
|
|
7204
7210
|
</package>
|
|
7205
|
-
<package name="utils" line-rate="0.3703" branch-rate="0.
|
|
7211
|
+
<package name="utils" line-rate="0.3703" branch-rate="0.305">
|
|
7206
7212
|
<classes>
|
|
7207
7213
|
<class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="1" branch-rate="1">
|
|
7208
7214
|
<methods>
|
|
@@ -7250,7 +7256,7 @@
|
|
|
7250
7256
|
</method>
|
|
7251
7257
|
</methods>
|
|
7252
7258
|
<lines>
|
|
7253
|
-
<line number="9" hits="
|
|
7259
|
+
<line number="9" hits="30" branch="false"/>
|
|
7254
7260
|
<line number="19" hits="0" branch="false"/>
|
|
7255
7261
|
<line number="20" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7256
7262
|
<line number="21" hits="0" branch="false"/>
|
|
@@ -7267,18 +7273,18 @@
|
|
|
7267
7273
|
<line number="38" hits="0" branch="false"/>
|
|
7268
7274
|
</lines>
|
|
7269
7275
|
</class>
|
|
7270
|
-
<class name="generateKiwtQuery.js" filename="src/lib/utils/generateKiwtQuery.js" line-rate="1" branch-rate="
|
|
7276
|
+
<class name="generateKiwtQuery.js" filename="src/lib/utils/generateKiwtQuery.js" line-rate="1" branch-rate="1">
|
|
7271
7277
|
<methods>
|
|
7272
|
-
<method name="(anonymous_0)" hits="
|
|
7278
|
+
<method name="(anonymous_0)" hits="637" signature="()V">
|
|
7273
7279
|
<lines>
|
|
7274
|
-
<line number="3" hits="
|
|
7280
|
+
<line number="3" hits="637"/>
|
|
7275
7281
|
</lines>
|
|
7276
7282
|
</method>
|
|
7277
7283
|
</methods>
|
|
7278
7284
|
<lines>
|
|
7279
|
-
<line number="3" hits="
|
|
7280
|
-
<line number="4" hits="
|
|
7281
|
-
<line number="5" hits="
|
|
7285
|
+
<line number="3" hits="31" branch="true" condition-coverage="100% (1/1)"/>
|
|
7286
|
+
<line number="4" hits="637" branch="false"/>
|
|
7287
|
+
<line number="5" hits="637" branch="true" condition-coverage="100% (2/2)"/>
|
|
7282
7288
|
</lines>
|
|
7283
7289
|
</class>
|
|
7284
7290
|
<class name="groupCustomPropertiesByCtx.js" filename="src/lib/utils/groupCustomPropertiesByCtx.js" line-rate="1" branch-rate="0.8">
|
|
@@ -7295,7 +7301,7 @@
|
|
|
7295
7301
|
</method>
|
|
7296
7302
|
</methods>
|
|
7297
7303
|
<lines>
|
|
7298
|
-
<line number="1" hits="
|
|
7304
|
+
<line number="1" hits="30" branch="true" condition-coverage="0% (0/1)"/>
|
|
7299
7305
|
<line number="2" hits="4" branch="false"/>
|
|
7300
7306
|
<line number="3" hits="48" branch="true" condition-coverage="100% (2/2)"/>
|
|
7301
7307
|
<line number="4" hits="48" branch="false"/>
|
|
@@ -7323,7 +7329,7 @@
|
|
|
7323
7329
|
</method>
|
|
7324
7330
|
</methods>
|
|
7325
7331
|
<lines>
|
|
7326
|
-
<line number="1" hits="
|
|
7332
|
+
<line number="1" hits="30" branch="true" condition-coverage="0% (0/1)"/>
|
|
7327
7333
|
<line number="6" hits="0" branch="false"/>
|
|
7328
7334
|
<line number="8" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7329
7335
|
<line number="9" hits="0" branch="false"/>
|
|
@@ -7347,7 +7353,7 @@
|
|
|
7347
7353
|
</method>
|
|
7348
7354
|
</methods>
|
|
7349
7355
|
<lines>
|
|
7350
|
-
<line number="1" hits="
|
|
7356
|
+
<line number="1" hits="30" branch="false"/>
|
|
7351
7357
|
<line number="2" hits="0" branch="false"/>
|
|
7352
7358
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7353
7359
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -7371,7 +7377,7 @@
|
|
|
7371
7377
|
</method>
|
|
7372
7378
|
</methods>
|
|
7373
7379
|
<lines>
|
|
7374
|
-
<line number="1" hits="
|
|
7380
|
+
<line number="1" hits="30" branch="false"/>
|
|
7375
7381
|
<line number="2" hits="0" branch="false"/>
|
|
7376
7382
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7377
7383
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -7395,7 +7401,7 @@
|
|
|
7395
7401
|
</method>
|
|
7396
7402
|
</methods>
|
|
7397
7403
|
<lines>
|
|
7398
|
-
<line number="1" hits="
|
|
7404
|
+
<line number="1" hits="30" branch="false"/>
|
|
7399
7405
|
<line number="4" hits="0" branch="false"/>
|
|
7400
7406
|
</lines>
|
|
7401
7407
|
</class>
|
|
@@ -7408,7 +7414,7 @@
|
|
|
7408
7414
|
</method>
|
|
7409
7415
|
</methods>
|
|
7410
7416
|
<lines>
|
|
7411
|
-
<line number="1" hits="
|
|
7417
|
+
<line number="1" hits="30" branch="false"/>
|
|
7412
7418
|
<line number="2" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7413
7419
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7414
7420
|
<line number="4" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -7432,7 +7438,7 @@
|
|
|
7432
7438
|
</method>
|
|
7433
7439
|
</methods>
|
|
7434
7440
|
<lines>
|
|
7435
|
-
<line number="1" hits="
|
|
7441
|
+
<line number="1" hits="30" branch="false"/>
|
|
7436
7442
|
<line number="3" hits="24" branch="false"/>
|
|
7437
7443
|
<line number="8" hits="60" branch="true" condition-coverage="100% (2/2)"/>
|
|
7438
7444
|
</lines>
|
|
@@ -7446,7 +7452,7 @@
|
|
|
7446
7452
|
</method>
|
|
7447
7453
|
</methods>
|
|
7448
7454
|
<lines>
|
|
7449
|
-
<line number="1" hits="
|
|
7455
|
+
<line number="1" hits="30" branch="false"/>
|
|
7450
7456
|
<line number="2" hits="0" branch="false"/>
|
|
7451
7457
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7452
7458
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -7476,12 +7482,12 @@
|
|
|
7476
7482
|
</method>
|
|
7477
7483
|
</methods>
|
|
7478
7484
|
<lines>
|
|
7479
|
-
<line number="2" hits="
|
|
7485
|
+
<line number="2" hits="30" branch="false"/>
|
|
7480
7486
|
<line number="3" hits="0" branch="false"/>
|
|
7481
7487
|
<line number="4" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7482
7488
|
<line number="5" hits="0" branch="false"/>
|
|
7483
7489
|
<line number="8" hits="0" branch="false"/>
|
|
7484
|
-
<line number="12" hits="
|
|
7490
|
+
<line number="12" hits="30" branch="false"/>
|
|
7485
7491
|
<line number="13" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7486
7492
|
<line number="14" hits="0" branch="false"/>
|
|
7487
7493
|
<line number="15" hits="0" branch="false"/>
|
|
@@ -7519,7 +7525,7 @@
|
|
|
7519
7525
|
</method>
|
|
7520
7526
|
</methods>
|
|
7521
7527
|
<lines>
|
|
7522
|
-
<line number="8" hits="
|
|
7528
|
+
<line number="8" hits="30" branch="false"/>
|
|
7523
7529
|
<line number="9" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7524
7530
|
<line number="10" hits="0" branch="false"/>
|
|
7525
7531
|
<line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -7527,7 +7533,7 @@
|
|
|
7527
7533
|
<line number="13" hits="0" branch="false"/>
|
|
7528
7534
|
<line number="15" hits="0" branch="false"/>
|
|
7529
7535
|
<line number="18" hits="0" branch="false"/>
|
|
7530
|
-
<line number="23" hits="
|
|
7536
|
+
<line number="23" hits="30" branch="false"/>
|
|
7531
7537
|
<line number="24" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7532
7538
|
<line number="26" hits="0" branch="false"/>
|
|
7533
7539
|
<line number="28" hits="0" branch="false"/>
|
|
@@ -7563,7 +7569,7 @@
|
|
|
7563
7569
|
</method>
|
|
7564
7570
|
</methods>
|
|
7565
7571
|
<lines>
|
|
7566
|
-
<line number="22" hits="
|
|
7572
|
+
<line number="22" hits="31" branch="false"/>
|
|
7567
7573
|
<line number="30" hits="9" branch="false"/>
|
|
7568
7574
|
<line number="31" hits="69" branch="false"/>
|
|
7569
7575
|
<line number="35" hits="9" branch="false"/>
|
|
@@ -7607,10 +7613,10 @@
|
|
|
7607
7613
|
</method>
|
|
7608
7614
|
</methods>
|
|
7609
7615
|
<lines>
|
|
7610
|
-
<line number="10" hits="
|
|
7611
|
-
<line number="11" hits="
|
|
7612
|
-
<line number="12" hits="
|
|
7613
|
-
<line number="14" hits="
|
|
7616
|
+
<line number="10" hits="30" branch="false"/>
|
|
7617
|
+
<line number="11" hits="30" branch="false"/>
|
|
7618
|
+
<line number="12" hits="30" branch="false"/>
|
|
7619
|
+
<line number="14" hits="30" branch="false"/>
|
|
7614
7620
|
<line number="15" hits="0" branch="false"/>
|
|
7615
7621
|
<line number="17" hits="0" branch="false"/>
|
|
7616
7622
|
<line number="25" hits="0" branch="false"/>
|
|
@@ -7618,194 +7624,194 @@
|
|
|
7618
7624
|
</class>
|
|
7619
7625
|
</classes>
|
|
7620
7626
|
</package>
|
|
7621
|
-
<package name="utils.generateKiwtQueryParams" line-rate="
|
|
7627
|
+
<package name="utils.generateKiwtQueryParams" line-rate="1" branch-rate="0.8952">
|
|
7622
7628
|
<classes>
|
|
7623
|
-
<class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="
|
|
7629
|
+
<class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="1" branch-rate="0.8952">
|
|
7624
7630
|
<methods>
|
|
7625
|
-
<method name="(anonymous_0)" hits="
|
|
7631
|
+
<method name="(anonymous_0)" hits="951" signature="()V">
|
|
7626
7632
|
<lines>
|
|
7627
|
-
<line number="1" hits="
|
|
7633
|
+
<line number="1" hits="951"/>
|
|
7628
7634
|
</lines>
|
|
7629
7635
|
</method>
|
|
7630
|
-
<method name="(anonymous_1)" hits="
|
|
7636
|
+
<method name="(anonymous_1)" hits="27" signature="()V">
|
|
7631
7637
|
<lines>
|
|
7632
|
-
<line number="11" hits="
|
|
7638
|
+
<line number="11" hits="27"/>
|
|
7633
7639
|
</lines>
|
|
7634
7640
|
</method>
|
|
7635
|
-
<method name="(anonymous_2)" hits="
|
|
7641
|
+
<method name="(anonymous_2)" hits="6" signature="()V">
|
|
7636
7642
|
<lines>
|
|
7637
|
-
<line number="16" hits="
|
|
7643
|
+
<line number="16" hits="6"/>
|
|
7638
7644
|
</lines>
|
|
7639
7645
|
</method>
|
|
7640
|
-
<method name="(anonymous_3)" hits="
|
|
7646
|
+
<method name="(anonymous_3)" hits="8" signature="()V">
|
|
7641
7647
|
<lines>
|
|
7642
|
-
<line number="25" hits="
|
|
7648
|
+
<line number="25" hits="8"/>
|
|
7643
7649
|
</lines>
|
|
7644
7650
|
</method>
|
|
7645
|
-
<method name="(anonymous_4)" hits="
|
|
7651
|
+
<method name="(anonymous_4)" hits="5" signature="()V">
|
|
7646
7652
|
<lines>
|
|
7647
|
-
<line number="27" hits="
|
|
7653
|
+
<line number="27" hits="5"/>
|
|
7648
7654
|
</lines>
|
|
7649
7655
|
</method>
|
|
7650
|
-
<method name="(anonymous_5)" hits="
|
|
7656
|
+
<method name="(anonymous_5)" hits="6" signature="()V">
|
|
7651
7657
|
<lines>
|
|
7652
|
-
<line number="33" hits="
|
|
7658
|
+
<line number="33" hits="6"/>
|
|
7653
7659
|
</lines>
|
|
7654
7660
|
</method>
|
|
7655
|
-
<method name="(anonymous_6)" hits="
|
|
7661
|
+
<method name="(anonymous_6)" hits="644" signature="()V">
|
|
7656
7662
|
<lines>
|
|
7657
|
-
<line number="66" hits="
|
|
7663
|
+
<line number="66" hits="644"/>
|
|
7658
7664
|
</lines>
|
|
7659
7665
|
</method>
|
|
7660
|
-
<method name="(anonymous_7)" hits="
|
|
7666
|
+
<method name="(anonymous_7)" hits="123" signature="()V">
|
|
7661
7667
|
<lines>
|
|
7662
|
-
<line number="136" hits="
|
|
7668
|
+
<line number="136" hits="123"/>
|
|
7663
7669
|
</lines>
|
|
7664
7670
|
</method>
|
|
7665
|
-
<method name="(anonymous_8)" hits="
|
|
7671
|
+
<method name="(anonymous_8)" hits="14" signature="()V">
|
|
7666
7672
|
<lines>
|
|
7667
|
-
<line number="142" hits="
|
|
7673
|
+
<line number="142" hits="14"/>
|
|
7668
7674
|
</lines>
|
|
7669
7675
|
</method>
|
|
7670
|
-
<method name="(anonymous_9)" hits="
|
|
7676
|
+
<method name="(anonymous_9)" hits="74" signature="()V">
|
|
7671
7677
|
<lines>
|
|
7672
|
-
<line number="152" hits="
|
|
7678
|
+
<line number="152" hits="74"/>
|
|
7673
7679
|
</lines>
|
|
7674
7680
|
</method>
|
|
7675
|
-
<method name="(anonymous_10)" hits="
|
|
7681
|
+
<method name="(anonymous_10)" hits="72" signature="()V">
|
|
7676
7682
|
<lines>
|
|
7677
|
-
<line number="161" hits="
|
|
7683
|
+
<line number="161" hits="72"/>
|
|
7678
7684
|
</lines>
|
|
7679
7685
|
</method>
|
|
7680
|
-
<method name="(anonymous_11)" hits="
|
|
7686
|
+
<method name="(anonymous_11)" hits="3" signature="()V">
|
|
7681
7687
|
<lines>
|
|
7682
|
-
<line number="162" hits="
|
|
7688
|
+
<line number="162" hits="3"/>
|
|
7683
7689
|
</lines>
|
|
7684
7690
|
</method>
|
|
7685
|
-
<method name="(anonymous_12)" hits="
|
|
7691
|
+
<method name="(anonymous_12)" hits="3" signature="()V">
|
|
7686
7692
|
<lines>
|
|
7687
|
-
<line number="170" hits="
|
|
7693
|
+
<line number="170" hits="3"/>
|
|
7688
7694
|
</lines>
|
|
7689
7695
|
</method>
|
|
7690
|
-
<method name="(anonymous_13)" hits="
|
|
7696
|
+
<method name="(anonymous_13)" hits="3" signature="()V">
|
|
7691
7697
|
<lines>
|
|
7692
|
-
<line number="171" hits="
|
|
7698
|
+
<line number="171" hits="3"/>
|
|
7693
7699
|
</lines>
|
|
7694
7700
|
</method>
|
|
7695
|
-
<method name="(anonymous_14)" hits="
|
|
7701
|
+
<method name="(anonymous_14)" hits="2" signature="()V">
|
|
7696
7702
|
<lines>
|
|
7697
|
-
<line number="184" hits="
|
|
7703
|
+
<line number="184" hits="2"/>
|
|
7698
7704
|
</lines>
|
|
7699
7705
|
</method>
|
|
7700
|
-
<method name="(anonymous_15)" hits="
|
|
7706
|
+
<method name="(anonymous_15)" hits="67" signature="()V">
|
|
7701
7707
|
<lines>
|
|
7702
|
-
<line number="186" hits="
|
|
7708
|
+
<line number="186" hits="67"/>
|
|
7703
7709
|
</lines>
|
|
7704
7710
|
</method>
|
|
7705
|
-
<method name="(anonymous_16)" hits="
|
|
7711
|
+
<method name="(anonymous_16)" hits="24" signature="()V">
|
|
7706
7712
|
<lines>
|
|
7707
|
-
<line number="193" hits="
|
|
7713
|
+
<line number="193" hits="24"/>
|
|
7708
7714
|
</lines>
|
|
7709
7715
|
</method>
|
|
7710
|
-
<method name="(anonymous_17)" hits="
|
|
7716
|
+
<method name="(anonymous_17)" hits="14" signature="()V">
|
|
7711
7717
|
<lines>
|
|
7712
|
-
<line number="204" hits="
|
|
7718
|
+
<line number="204" hits="14"/>
|
|
7713
7719
|
</lines>
|
|
7714
7720
|
</method>
|
|
7715
|
-
<method name="(anonymous_18)" hits="
|
|
7721
|
+
<method name="(anonymous_18)" hits="14" signature="()V">
|
|
7716
7722
|
<lines>
|
|
7717
|
-
<line number="214" hits="
|
|
7723
|
+
<line number="214" hits="14"/>
|
|
7718
7724
|
</lines>
|
|
7719
7725
|
</method>
|
|
7720
7726
|
</methods>
|
|
7721
7727
|
<lines>
|
|
7722
|
-
<line number="1" hits="
|
|
7723
|
-
<line number="2" hits="
|
|
7724
|
-
<line number="3" hits="
|
|
7725
|
-
<line number="6" hits="
|
|
7726
|
-
<line number="11" hits="
|
|
7727
|
-
<line number="12" hits="
|
|
7728
|
-
<line number="13" hits="
|
|
7729
|
-
<line number="16" hits="
|
|
7730
|
-
<line number="19" hits="
|
|
7731
|
-
<line number="24" hits="
|
|
7732
|
-
<line number="25" hits="
|
|
7733
|
-
<line number="27" hits="
|
|
7734
|
-
<line number="30" hits="
|
|
7735
|
-
<line number="32" hits="
|
|
7736
|
-
<line number="33" hits="
|
|
7737
|
-
<line number="34" hits="
|
|
7738
|
-
<line number="35" hits="
|
|
7739
|
-
<line number="37" hits="
|
|
7740
|
-
<line number="41" hits="
|
|
7741
|
-
<line number="42" hits="
|
|
7742
|
-
<line number="43" hits="
|
|
7743
|
-
<line number="44" hits="
|
|
7744
|
-
<line number="45" hits="
|
|
7728
|
+
<line number="1" hits="31" branch="true" condition-coverage="0% (0/1)"/>
|
|
7729
|
+
<line number="2" hits="951" branch="true" condition-coverage="100% (2/2)"/>
|
|
7730
|
+
<line number="3" hits="913" branch="false"/>
|
|
7731
|
+
<line number="6" hits="38" branch="false"/>
|
|
7732
|
+
<line number="11" hits="31" branch="true" condition-coverage="0% (0/2)"/>
|
|
7733
|
+
<line number="12" hits="27" branch="true" condition-coverage="100% (2/2)"/>
|
|
7734
|
+
<line number="13" hits="6" branch="false"/>
|
|
7735
|
+
<line number="16" hits="6" branch="true" condition-coverage="100% (10/10)"/>
|
|
7736
|
+
<line number="19" hits="6" branch="true" condition-coverage="50% (1/2)"/>
|
|
7737
|
+
<line number="24" hits="6" branch="true" condition-coverage="100% (2/2)"/>
|
|
7738
|
+
<line number="25" hits="8" branch="false"/>
|
|
7739
|
+
<line number="27" hits="5" branch="false"/>
|
|
7740
|
+
<line number="30" hits="21" branch="true" condition-coverage="100% (2/2)"/>
|
|
7741
|
+
<line number="32" hits="3" branch="false"/>
|
|
7742
|
+
<line number="33" hits="3" branch="false"/>
|
|
7743
|
+
<line number="34" hits="6" branch="true" condition-coverage="100% (2/2)"/>
|
|
7744
|
+
<line number="35" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
7745
|
+
<line number="37" hits="4" branch="false"/>
|
|
7746
|
+
<line number="41" hits="3" branch="false"/>
|
|
7747
|
+
<line number="42" hits="18" branch="true" condition-coverage="100% (2/2)"/>
|
|
7748
|
+
<line number="43" hits="17" branch="true" condition-coverage="100% (2/2)"/>
|
|
7749
|
+
<line number="44" hits="14" branch="true" condition-coverage="100% (2/2)"/>
|
|
7750
|
+
<line number="45" hits="14" branch="false"/>
|
|
7745
7751
|
<line number="48" hits="3" branch="false"/>
|
|
7746
|
-
<line number="51" hits="
|
|
7747
|
-
<line number="64" hits="
|
|
7748
|
-
<line number="66" hits="
|
|
7749
|
-
<line number="67" hits="
|
|
7750
|
-
<line number="131" hits="
|
|
7751
|
-
<line number="133" hits="
|
|
7752
|
-
<line number="135" hits="
|
|
7753
|
-
<line number="136" hits="
|
|
7754
|
-
<line number="137" hits="
|
|
7755
|
-
<line number="141" hits="
|
|
7756
|
-
<line number="142" hits="
|
|
7757
|
-
<line number="143" hits="
|
|
7758
|
-
<line number="144" hits="
|
|
7759
|
-
<line number="145" hits="
|
|
7760
|
-
<line number="150" hits="
|
|
7761
|
-
<line number="151" hits="
|
|
7762
|
-
<line number="152" hits="
|
|
7763
|
-
<line number="153" hits="
|
|
7764
|
-
<line number="154" hits="
|
|
7765
|
-
<line number="156" hits="
|
|
7766
|
-
<line number="157" hits="
|
|
7767
|
-
<line number="161" hits="
|
|
7768
|
-
<line number="162" hits="
|
|
7769
|
-
<line number="163" hits="
|
|
7770
|
-
<line number="164" hits="
|
|
7771
|
-
<line number="168" hits="
|
|
7772
|
-
<line number="171" hits="
|
|
7773
|
-
<line number="172" hits="
|
|
7774
|
-
<line number="174" hits="
|
|
7775
|
-
<line number="175" hits="
|
|
7776
|
-
<line number="179" hits="
|
|
7777
|
-
<line number="181" hits="
|
|
7778
|
-
<line number="182" hits="
|
|
7779
|
-
<line number="184" hits="
|
|
7780
|
-
<line number="186" hits="
|
|
7781
|
-
<line number="187" hits="
|
|
7782
|
-
<line number="192" hits="
|
|
7783
|
-
<line number="193" hits="
|
|
7784
|
-
<line number="194" hits="
|
|
7785
|
-
<line number="195" hits="
|
|
7786
|
-
<line number="196" hits="
|
|
7787
|
-
<line number="197" hits="
|
|
7788
|
-
<line number="198" hits="
|
|
7789
|
-
<line number="203" hits="
|
|
7790
|
-
<line number="204" hits="
|
|
7791
|
-
<line number="205" hits="
|
|
7792
|
-
<line number="206" hits="
|
|
7793
|
-
<line number="208" hits="
|
|
7794
|
-
<line number="209" hits="
|
|
7795
|
-
<line number="213" hits="
|
|
7796
|
-
<line number="214" hits="
|
|
7797
|
-
<line number="215" hits="
|
|
7798
|
-
<line number="216" hits="
|
|
7799
|
-
<line number="217" hits="
|
|
7800
|
-
<line number="218" hits="
|
|
7801
|
-
<line number="219" hits="
|
|
7802
|
-
<line number="222" hits="
|
|
7803
|
-
<line number="227" hits="
|
|
7804
|
-
<line number="228" hits="
|
|
7805
|
-
<line number="231" hits="
|
|
7806
|
-
<line number="232" hits="
|
|
7807
|
-
<line number="233" hits="
|
|
7808
|
-
<line number="237" hits="
|
|
7752
|
+
<line number="51" hits="1" branch="false"/>
|
|
7753
|
+
<line number="64" hits="31" branch="false"/>
|
|
7754
|
+
<line number="66" hits="31" branch="true" condition-coverage="100% (1/1)"/>
|
|
7755
|
+
<line number="67" hits="644" branch="false"/>
|
|
7756
|
+
<line number="131" hits="644" branch="false"/>
|
|
7757
|
+
<line number="133" hits="644" branch="false"/>
|
|
7758
|
+
<line number="135" hits="644" branch="true" condition-coverage="100% (2/2)"/>
|
|
7759
|
+
<line number="136" hits="123" branch="true" condition-coverage="75% (3/4)"/>
|
|
7760
|
+
<line number="137" hits="79" branch="false"/>
|
|
7761
|
+
<line number="141" hits="644" branch="true" condition-coverage="100% (2/2)"/>
|
|
7762
|
+
<line number="142" hits="16" branch="false"/>
|
|
7763
|
+
<line number="143" hits="14" branch="false"/>
|
|
7764
|
+
<line number="144" hits="14" branch="true" condition-coverage="100% (2/2)"/>
|
|
7765
|
+
<line number="145" hits="13" branch="false"/>
|
|
7766
|
+
<line number="150" hits="644" branch="true" condition-coverage="100% (2/2)"/>
|
|
7767
|
+
<line number="151" hits="71" branch="false"/>
|
|
7768
|
+
<line number="152" hits="71" branch="false"/>
|
|
7769
|
+
<line number="153" hits="74" branch="true" condition-coverage="50% (1/2)"/>
|
|
7770
|
+
<line number="154" hits="74" branch="false"/>
|
|
7771
|
+
<line number="156" hits="74" branch="true" condition-coverage="100% (2/2)"/>
|
|
7772
|
+
<line number="157" hits="74" branch="false"/>
|
|
7773
|
+
<line number="161" hits="71" branch="false"/>
|
|
7774
|
+
<line number="162" hits="72" branch="false"/>
|
|
7775
|
+
<line number="163" hits="72" branch="false"/>
|
|
7776
|
+
<line number="164" hits="72" branch="true" condition-coverage="100% (2/2)"/>
|
|
7777
|
+
<line number="168" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
7778
|
+
<line number="171" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
7779
|
+
<line number="172" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
7780
|
+
<line number="174" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
7781
|
+
<line number="175" hits="3" branch="true" condition-coverage="75% (3/4)"/>
|
|
7782
|
+
<line number="179" hits="3" branch="true" condition-coverage="100% (2/2)"/>
|
|
7783
|
+
<line number="181" hits="3" branch="false"/>
|
|
7784
|
+
<line number="182" hits="69" branch="true" condition-coverage="100% (2/2)"/>
|
|
7785
|
+
<line number="184" hits="2" branch="true" condition-coverage="50% (1/2)"/>
|
|
7786
|
+
<line number="186" hits="67" branch="false"/>
|
|
7787
|
+
<line number="187" hits="67" branch="false"/>
|
|
7788
|
+
<line number="192" hits="644" branch="true" condition-coverage="100% (4/4)"/>
|
|
7789
|
+
<line number="193" hits="9" branch="false"/>
|
|
7790
|
+
<line number="194" hits="24" branch="true" condition-coverage="100% (2/2)"/>
|
|
7791
|
+
<line number="195" hits="1" branch="false"/>
|
|
7792
|
+
<line number="196" hits="23" branch="true" condition-coverage="50% (1/2)"/>
|
|
7793
|
+
<line number="197" hits="23" branch="true" condition-coverage="100% (2/2)"/>
|
|
7794
|
+
<line number="198" hits="23" branch="false"/>
|
|
7795
|
+
<line number="203" hits="644" branch="true" condition-coverage="100% (2/2)"/>
|
|
7796
|
+
<line number="204" hits="12" branch="true" condition-coverage="50% (1/2)"/>
|
|
7797
|
+
<line number="205" hits="14" branch="false"/>
|
|
7798
|
+
<line number="206" hits="14" branch="false"/>
|
|
7799
|
+
<line number="208" hits="14" branch="true" condition-coverage="100% (2/2)"/>
|
|
7800
|
+
<line number="209" hits="3" branch="false"/>
|
|
7801
|
+
<line number="213" hits="14" branch="false"/>
|
|
7802
|
+
<line number="214" hits="14" branch="false"/>
|
|
7803
|
+
<line number="215" hits="14" branch="false"/>
|
|
7804
|
+
<line number="216" hits="14" branch="false"/>
|
|
7805
|
+
<line number="217" hits="14" branch="true" condition-coverage="100% (6/6)"/>
|
|
7806
|
+
<line number="218" hits="14" branch="false"/>
|
|
7807
|
+
<line number="219" hits="14" branch="false"/>
|
|
7808
|
+
<line number="222" hits="14" branch="false"/>
|
|
7809
|
+
<line number="227" hits="644" branch="true" condition-coverage="100% (2/2)"/>
|
|
7810
|
+
<line number="228" hits="643" branch="false"/>
|
|
7811
|
+
<line number="231" hits="644" branch="false"/>
|
|
7812
|
+
<line number="232" hits="1231" branch="true" condition-coverage="100% (2/2)"/>
|
|
7813
|
+
<line number="233" hits="619" branch="false"/>
|
|
7814
|
+
<line number="237" hits="644" branch="false"/>
|
|
7809
7815
|
</lines>
|
|
7810
7816
|
</class>
|
|
7811
7817
|
<class name="index.js" filename="src/lib/utils/generateKiwtQueryParams/index.js" line-rate="0" branch-rate="0">
|
|
@@ -7868,7 +7874,7 @@
|
|
|
7868
7874
|
</method>
|
|
7869
7875
|
</methods>
|
|
7870
7876
|
<lines>
|
|
7871
|
-
<line number="3" hits="
|
|
7877
|
+
<line number="3" hits="33" branch="true" condition-coverage="100% (2/2)"/>
|
|
7872
7878
|
<line number="5" hits="54" branch="false"/>
|
|
7873
7879
|
<line number="7" hits="78" branch="false"/>
|
|
7874
7880
|
<line number="8" hits="61" branch="false"/>
|
|
@@ -7906,7 +7912,7 @@
|
|
|
7906
7912
|
</method>
|
|
7907
7913
|
</methods>
|
|
7908
7914
|
<lines>
|
|
7909
|
-
<line number="1" hits="
|
|
7915
|
+
<line number="1" hits="30" branch="false"/>
|
|
7910
7916
|
<line number="2" hits="0" branch="false"/>
|
|
7911
7917
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7912
7918
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -7931,7 +7937,7 @@
|
|
|
7931
7937
|
</method>
|
|
7932
7938
|
</methods>
|
|
7933
7939
|
<lines>
|
|
7934
|
-
<line number="5" hits="
|
|
7940
|
+
<line number="5" hits="31" branch="true" condition-coverage="100% (2/2)"/>
|
|
7935
7941
|
<line number="6" hits="11" branch="false"/>
|
|
7936
7942
|
<line number="8" hits="11" branch="false"/>
|
|
7937
7943
|
<line number="11" hits="30" branch="false"/>
|
|
@@ -7954,7 +7960,7 @@
|
|
|
7954
7960
|
</method>
|
|
7955
7961
|
</methods>
|
|
7956
7962
|
<lines>
|
|
7957
|
-
<line number="5" hits="
|
|
7963
|
+
<line number="5" hits="31" branch="true" condition-coverage="100% (2/2)"/>
|
|
7958
7964
|
<line number="6" hits="18" branch="false"/>
|
|
7959
7965
|
<line number="8" hits="18" branch="false"/>
|
|
7960
7966
|
<line number="11" hits="46" branch="false"/>
|