@k-int/stripes-kint-components 5.36.0 → 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 +14 -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 +13 -5
- package/es/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js +38 -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 +23 -8
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +60 -6
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +10 -10
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +13 -13
- 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 +542 -529
- 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 +95 -95
- 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/Settings/StaticSettingsField/StaticSettingsField.js +6 -1
- package/src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js +18 -0
- 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)"/>
|
|
@@ -4496,20 +4502,26 @@
|
|
|
4496
4502
|
</class>
|
|
4497
4503
|
</classes>
|
|
4498
4504
|
</package>
|
|
4499
|
-
<package name="Settings.StaticSettingsField" line-rate="0.
|
|
4505
|
+
<package name="Settings.StaticSettingsField" line-rate="0.5" branch-rate="1">
|
|
4500
4506
|
<classes>
|
|
4501
|
-
<class name="StaticSettingsField.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsField.js" line-rate="0.
|
|
4507
|
+
<class name="StaticSettingsField.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsField.js" line-rate="0.5" branch-rate="1">
|
|
4502
4508
|
<methods>
|
|
4503
4509
|
<method name="(anonymous_0)" hits="0" signature="()V">
|
|
4504
4510
|
<lines>
|
|
4505
4511
|
<line number="9" hits="0"/>
|
|
4506
4512
|
</lines>
|
|
4507
4513
|
</method>
|
|
4514
|
+
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
4515
|
+
<lines>
|
|
4516
|
+
<line number="13" hits="0"/>
|
|
4517
|
+
</lines>
|
|
4518
|
+
</method>
|
|
4508
4519
|
</methods>
|
|
4509
4520
|
<lines>
|
|
4510
4521
|
<line number="9" hits="27" branch="false"/>
|
|
4511
4522
|
<line number="10" hits="0" branch="false"/>
|
|
4512
|
-
<line number="
|
|
4523
|
+
<line number="13" hits="0" branch="false"/>
|
|
4524
|
+
<line number="19" hits="27" branch="false"/>
|
|
4513
4525
|
</lines>
|
|
4514
4526
|
</class>
|
|
4515
4527
|
<class name="index.js" filename="src/lib/Settings/StaticSettingsField/index.js" line-rate="0" branch-rate="0">
|
|
@@ -4520,45 +4532,46 @@
|
|
|
4520
4532
|
</class>
|
|
4521
4533
|
</classes>
|
|
4522
4534
|
</package>
|
|
4523
|
-
<package name="Settings.StaticSettingsField.StaticSettingsFieldComponent" line-rate="0.
|
|
4535
|
+
<package name="Settings.StaticSettingsField.StaticSettingsFieldComponent" line-rate="0.9285" branch-rate="0.7777">
|
|
4524
4536
|
<classes>
|
|
4525
|
-
<class name="StaticSettingsFieldComponent.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js" line-rate="0.
|
|
4537
|
+
<class name="StaticSettingsFieldComponent.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js" line-rate="0.9285" branch-rate="0.7777">
|
|
4526
4538
|
<methods>
|
|
4527
4539
|
<method name="(anonymous_0)" hits="16" signature="()V">
|
|
4528
4540
|
<lines>
|
|
4529
|
-
<line number="
|
|
4541
|
+
<line number="7" hits="16"/>
|
|
4530
4542
|
</lines>
|
|
4531
4543
|
</method>
|
|
4532
4544
|
<method name="(anonymous_1)" hits="34" signature="()V">
|
|
4533
4545
|
<lines>
|
|
4534
|
-
<line number="
|
|
4546
|
+
<line number="14" hits="34"/>
|
|
4535
4547
|
</lines>
|
|
4536
4548
|
</method>
|
|
4537
4549
|
<method name="(anonymous_2)" hits="16" signature="()V">
|
|
4538
4550
|
<lines>
|
|
4539
|
-
<line number="
|
|
4551
|
+
<line number="15" hits="16"/>
|
|
4540
4552
|
</lines>
|
|
4541
4553
|
</method>
|
|
4542
4554
|
<method name="(anonymous_3)" hits="12" signature="()V">
|
|
4543
4555
|
<lines>
|
|
4544
|
-
<line number="
|
|
4556
|
+
<line number="34" hits="12"/>
|
|
4545
4557
|
</lines>
|
|
4546
4558
|
</method>
|
|
4547
4559
|
</methods>
|
|
4548
4560
|
<lines>
|
|
4549
|
-
<line number="
|
|
4550
|
-
<line number="
|
|
4551
|
-
<line number="
|
|
4552
|
-
<line number="
|
|
4553
|
-
<line number="
|
|
4554
|
-
<line number="
|
|
4555
|
-
<line number="
|
|
4556
|
-
<line number="
|
|
4557
|
-
<line number="
|
|
4558
|
-
<line number="
|
|
4559
|
-
<line number="
|
|
4560
|
-
<line number="
|
|
4561
|
-
<line number="
|
|
4561
|
+
<line number="7" hits="27" branch="false"/>
|
|
4562
|
+
<line number="14" hits="34" branch="false"/>
|
|
4563
|
+
<line number="15" hits="16" branch="false"/>
|
|
4564
|
+
<line number="17" hits="16" branch="true" condition-coverage="75% (3/4)"/>
|
|
4565
|
+
<line number="21" hits="8" branch="false"/>
|
|
4566
|
+
<line number="22" hits="8" branch="true" condition-coverage="100% (4/4)"/>
|
|
4567
|
+
<line number="23" hits="4" branch="false"/>
|
|
4568
|
+
<line number="26" hits="8" branch="false"/>
|
|
4569
|
+
<line number="28" hits="0" branch="false"/>
|
|
4570
|
+
<line number="32" hits="6" branch="false"/>
|
|
4571
|
+
<line number="34" hits="12" branch="false"/>
|
|
4572
|
+
<line number="36" hits="6" branch="false"/>
|
|
4573
|
+
<line number="39" hits="2" branch="false"/>
|
|
4574
|
+
<line number="43" hits="27" branch="false"/>
|
|
4562
4575
|
</lines>
|
|
4563
4576
|
</class>
|
|
4564
4577
|
<class name="index.js" filename="src/lib/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js" line-rate="0" branch-rate="0">
|
|
@@ -5271,132 +5284,132 @@
|
|
|
5271
5284
|
</method>
|
|
5272
5285
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
5273
5286
|
<lines>
|
|
5274
|
-
<line number="
|
|
5287
|
+
<line number="56" hits="0"/>
|
|
5275
5288
|
</lines>
|
|
5276
5289
|
</method>
|
|
5277
5290
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
5278
5291
|
<lines>
|
|
5279
|
-
<line number="
|
|
5292
|
+
<line number="61" hits="0"/>
|
|
5280
5293
|
</lines>
|
|
5281
5294
|
</method>
|
|
5282
5295
|
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
5283
5296
|
<lines>
|
|
5284
|
-
<line number="
|
|
5297
|
+
<line number="66" hits="0"/>
|
|
5285
5298
|
</lines>
|
|
5286
5299
|
</method>
|
|
5287
5300
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
5288
5301
|
<lines>
|
|
5289
|
-
<line number="
|
|
5302
|
+
<line number="68" hits="0"/>
|
|
5290
5303
|
</lines>
|
|
5291
5304
|
</method>
|
|
5292
5305
|
<method name="(anonymous_5)" hits="0" signature="()V">
|
|
5293
5306
|
<lines>
|
|
5294
|
-
<line number="
|
|
5307
|
+
<line number="109" hits="0"/>
|
|
5295
5308
|
</lines>
|
|
5296
5309
|
</method>
|
|
5297
5310
|
<method name="(anonymous_6)" hits="0" signature="()V">
|
|
5298
5311
|
<lines>
|
|
5299
|
-
<line number="
|
|
5312
|
+
<line number="140" hits="0"/>
|
|
5300
5313
|
</lines>
|
|
5301
5314
|
</method>
|
|
5302
5315
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
5303
5316
|
<lines>
|
|
5304
|
-
<line number="
|
|
5317
|
+
<line number="149" hits="0"/>
|
|
5305
5318
|
</lines>
|
|
5306
5319
|
</method>
|
|
5307
5320
|
<method name="(anonymous_8)" hits="0" signature="()V">
|
|
5308
5321
|
<lines>
|
|
5309
|
-
<line number="
|
|
5322
|
+
<line number="182" hits="0"/>
|
|
5310
5323
|
</lines>
|
|
5311
5324
|
</method>
|
|
5312
5325
|
<method name="(anonymous_9)" hits="0" signature="()V">
|
|
5313
5326
|
<lines>
|
|
5314
|
-
<line number="
|
|
5327
|
+
<line number="215" hits="0"/>
|
|
5315
5328
|
</lines>
|
|
5316
5329
|
</method>
|
|
5317
5330
|
<method name="(anonymous_10)" hits="0" signature="()V">
|
|
5318
5331
|
<lines>
|
|
5319
|
-
<line number="
|
|
5332
|
+
<line number="217" hits="0"/>
|
|
5320
5333
|
</lines>
|
|
5321
5334
|
</method>
|
|
5322
5335
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
5323
5336
|
<lines>
|
|
5324
|
-
<line number="
|
|
5337
|
+
<line number="233" hits="0"/>
|
|
5325
5338
|
</lines>
|
|
5326
5339
|
</method>
|
|
5327
5340
|
<method name="(anonymous_12)" hits="0" signature="()V">
|
|
5328
5341
|
<lines>
|
|
5329
|
-
<line number="
|
|
5342
|
+
<line number="292" hits="0"/>
|
|
5330
5343
|
</lines>
|
|
5331
5344
|
</method>
|
|
5332
5345
|
<method name="(anonymous_13)" hits="0" signature="()V">
|
|
5333
5346
|
<lines>
|
|
5334
|
-
<line number="
|
|
5347
|
+
<line number="307" hits="0"/>
|
|
5335
5348
|
</lines>
|
|
5336
5349
|
</method>
|
|
5337
5350
|
<method name="(anonymous_14)" hits="0" signature="()V">
|
|
5338
5351
|
<lines>
|
|
5339
|
-
<line number="
|
|
5352
|
+
<line number="313" hits="0"/>
|
|
5340
5353
|
</lines>
|
|
5341
5354
|
</method>
|
|
5342
5355
|
<method name="(anonymous_15)" hits="0" signature="()V">
|
|
5343
5356
|
<lines>
|
|
5344
|
-
<line number="
|
|
5357
|
+
<line number="350" hits="0"/>
|
|
5345
5358
|
</lines>
|
|
5346
5359
|
</method>
|
|
5347
5360
|
</methods>
|
|
5348
5361
|
<lines>
|
|
5349
5362
|
<line number="15" hits="27" branch="false"/>
|
|
5350
|
-
<line number="
|
|
5351
|
-
<line number="41" hits="0" branch="false"/>
|
|
5352
|
-
<line number="44" hits="0" branch="false"/>
|
|
5363
|
+
<line number="46" hits="0" branch="false"/>
|
|
5353
5364
|
<line number="47" hits="0" branch="false"/>
|
|
5354
|
-
<line number="48" hits="0" branch="false"/>
|
|
5355
5365
|
<line number="50" hits="0" branch="false"/>
|
|
5356
|
-
<line number="
|
|
5357
|
-
<line number="
|
|
5366
|
+
<line number="53" hits="0" branch="false"/>
|
|
5367
|
+
<line number="54" hits="0" branch="false"/>
|
|
5358
5368
|
<line number="56" hits="0" branch="false"/>
|
|
5359
|
-
<line number="57" hits="0" branch="
|
|
5360
|
-
<line number="
|
|
5361
|
-
<line number="59" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
5362
|
-
<line number="60" hits="0" branch="false"/>
|
|
5363
|
-
<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"/>
|
|
5364
5371
|
<line number="62" hits="0" branch="false"/>
|
|
5372
|
+
<line number="63" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5365
5373
|
<line number="64" hits="0" branch="false"/>
|
|
5366
|
-
<line number="
|
|
5367
|
-
<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"/>
|
|
5368
5378
|
<line number="70" hits="0" branch="false"/>
|
|
5369
|
-
<line number="
|
|
5370
|
-
<line number="
|
|
5371
|
-
<line number="
|
|
5372
|
-
<line number="
|
|
5373
|
-
<line number="
|
|
5374
|
-
<line number="
|
|
5375
|
-
<line number="
|
|
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="
|
|
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"/>
|
|
5400
5413
|
</lines>
|
|
5401
5414
|
</class>
|
|
5402
5415
|
<class name="index.js" filename="src/lib/Typedown/index.js" line-rate="0" branch-rate="0">
|
|
@@ -5780,9 +5793,9 @@
|
|
|
5780
5793
|
<line number="7" hits="218"/>
|
|
5781
5794
|
</lines>
|
|
5782
5795
|
</method>
|
|
5783
|
-
<method name="(anonymous_1)" hits="
|
|
5796
|
+
<method name="(anonymous_1)" hits="937" signature="()V">
|
|
5784
5797
|
<lines>
|
|
5785
|
-
<line number="26" hits="
|
|
5798
|
+
<line number="26" hits="937"/>
|
|
5786
5799
|
</lines>
|
|
5787
5800
|
</method>
|
|
5788
5801
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
@@ -5805,17 +5818,17 @@
|
|
|
5805
5818
|
<line number="19" hits="46" branch="false"/>
|
|
5806
5819
|
<line number="21" hits="11" branch="false"/>
|
|
5807
5820
|
<line number="26" hits="27" branch="false"/>
|
|
5808
|
-
<line number="27" hits="
|
|
5809
|
-
<line number="28" hits="
|
|
5810
|
-
<line number="29" hits="
|
|
5811
|
-
<line number="30" hits="
|
|
5812
|
-
<line number="32" hits="
|
|
5813
|
-
<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)"/>
|
|
5814
5827
|
<line number="35" hits="31" branch="false"/>
|
|
5815
|
-
<line number="38" hits="
|
|
5828
|
+
<line number="38" hits="937" branch="false"/>
|
|
5816
5829
|
<line number="39" hits="218" branch="false"/>
|
|
5817
5830
|
<line number="40" hits="218" branch="false"/>
|
|
5818
|
-
<line number="42" hits="
|
|
5831
|
+
<line number="42" hits="937" branch="false"/>
|
|
5819
5832
|
</lines>
|
|
5820
5833
|
</class>
|
|
5821
5834
|
<class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
|
|
@@ -5846,9 +5859,9 @@
|
|
|
5846
5859
|
</class>
|
|
5847
5860
|
<class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
|
|
5848
5861
|
<methods>
|
|
5849
|
-
<method name="(anonymous_0)" hits="
|
|
5862
|
+
<method name="(anonymous_0)" hits="937" signature="()V">
|
|
5850
5863
|
<lines>
|
|
5851
|
-
<line number="5" hits="
|
|
5864
|
+
<line number="5" hits="937"/>
|
|
5852
5865
|
</lines>
|
|
5853
5866
|
</method>
|
|
5854
5867
|
<method name="(anonymous_1)" hits="22" signature="()V">
|
|
@@ -5859,12 +5872,12 @@
|
|
|
5859
5872
|
</methods>
|
|
5860
5873
|
<lines>
|
|
5861
5874
|
<line number="5" hits="27" branch="false"/>
|
|
5862
|
-
<line number="6" hits="
|
|
5863
|
-
<line number="7" hits="
|
|
5864
|
-
<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"/>
|
|
5865
5878
|
<line number="10" hits="22" branch="false"/>
|
|
5866
5879
|
<line number="11" hits="22" branch="false"/>
|
|
5867
|
-
<line number="14" hits="
|
|
5880
|
+
<line number="14" hits="937" branch="false"/>
|
|
5868
5881
|
</lines>
|
|
5869
5882
|
</class>
|
|
5870
5883
|
<class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
|
|
@@ -6077,24 +6090,24 @@
|
|
|
6077
6090
|
</class>
|
|
6078
6091
|
<class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
|
|
6079
6092
|
<methods>
|
|
6080
|
-
<method name="(anonymous_0)" hits="
|
|
6093
|
+
<method name="(anonymous_0)" hits="958" signature="()V">
|
|
6081
6094
|
<lines>
|
|
6082
|
-
<line number="18" hits="
|
|
6095
|
+
<line number="18" hits="958"/>
|
|
6083
6096
|
</lines>
|
|
6084
6097
|
</method>
|
|
6085
|
-
<method name="(anonymous_1)" hits="
|
|
6098
|
+
<method name="(anonymous_1)" hits="2601" signature="()V">
|
|
6086
6099
|
<lines>
|
|
6087
|
-
<line number="28" hits="
|
|
6100
|
+
<line number="28" hits="2601"/>
|
|
6088
6101
|
</lines>
|
|
6089
6102
|
</method>
|
|
6090
|
-
<method name="(anonymous_2)" hits="
|
|
6103
|
+
<method name="(anonymous_2)" hits="2601" signature="()V">
|
|
6091
6104
|
<lines>
|
|
6092
|
-
<line number="29" hits="
|
|
6105
|
+
<line number="29" hits="2601"/>
|
|
6093
6106
|
</lines>
|
|
6094
6107
|
</method>
|
|
6095
|
-
<method name="(anonymous_3)" hits="
|
|
6108
|
+
<method name="(anonymous_3)" hits="958" signature="()V">
|
|
6096
6109
|
<lines>
|
|
6097
|
-
<line number="33" hits="
|
|
6110
|
+
<line number="33" hits="958"/>
|
|
6098
6111
|
</lines>
|
|
6099
6112
|
</method>
|
|
6100
6113
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
@@ -6130,19 +6143,19 @@
|
|
|
6130
6143
|
</methods>
|
|
6131
6144
|
<lines>
|
|
6132
6145
|
<line number="18" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
6133
|
-
<line number="28" hits="
|
|
6134
|
-
<line number="29" hits="
|
|
6135
|
-
<line number="33" hits="
|
|
6136
|
-
<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)"/>
|
|
6137
6150
|
<line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6138
6151
|
<line number="37" hits="0" branch="false"/>
|
|
6139
6152
|
<line number="40" hits="0" branch="false"/>
|
|
6140
6153
|
<line number="41" hits="0" branch="false"/>
|
|
6141
|
-
<line number="45" hits="
|
|
6142
|
-
<line number="48" hits="
|
|
6143
|
-
<line number="50" hits="
|
|
6144
|
-
<line number="51" hits="
|
|
6145
|
-
<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"/>
|
|
6146
6159
|
<line number="57" hits="0" branch="false"/>
|
|
6147
6160
|
<line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6148
6161
|
<line number="61" hits="0" branch="false"/>
|
|
@@ -6154,13 +6167,13 @@
|
|
|
6154
6167
|
<line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6155
6168
|
<line number="73" hits="0" branch="false"/>
|
|
6156
6169
|
<line number="77" hits="0" branch="false"/>
|
|
6157
|
-
<line number="94" hits="
|
|
6158
|
-
<line number="95" hits="
|
|
6170
|
+
<line number="94" hits="958" branch="false"/>
|
|
6171
|
+
<line number="95" hits="958" branch="false"/>
|
|
6159
6172
|
<line number="96" hits="41" branch="true" condition-coverage="50% (1/2)"/>
|
|
6160
6173
|
<line number="97" hits="41" branch="false"/>
|
|
6161
6174
|
<line number="99" hits="0" branch="false"/>
|
|
6162
6175
|
<line number="100" hits="0" branch="false"/>
|
|
6163
|
-
<line number="104" hits="
|
|
6176
|
+
<line number="104" hits="958" branch="false"/>
|
|
6164
6177
|
<line number="105" hits="685" branch="true" condition-coverage="50% (1/2)"/>
|
|
6165
6178
|
<line number="106" hits="685" branch="false"/>
|
|
6166
6179
|
<line number="108" hits="685" branch="true" condition-coverage="50% (2/4)"/>
|
|
@@ -6175,26 +6188,26 @@
|
|
|
6175
6188
|
<line number="135" hits="44" branch="false"/>
|
|
6176
6189
|
<line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6177
6190
|
<line number="140" hits="0" branch="false"/>
|
|
6178
|
-
<line number="154" hits="
|
|
6179
|
-
<line number="155" hits="
|
|
6180
|
-
<line number="156" hits="
|
|
6181
|
-
<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"/>
|
|
6182
6195
|
<line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6183
6196
|
<line number="159" hits="0" branch="false"/>
|
|
6184
|
-
<line number="166" hits="
|
|
6197
|
+
<line number="166" hits="958" branch="false"/>
|
|
6185
6198
|
<line number="167" hits="1152" branch="false"/>
|
|
6186
6199
|
<line number="177" hits="1152" branch="true" condition-coverage="100% (2/2)"/>
|
|
6187
6200
|
<line number="178" hits="41" branch="false"/>
|
|
6188
6201
|
<line number="181" hits="1152" branch="false"/>
|
|
6189
|
-
<line number="184" hits="
|
|
6190
|
-
<line number="188" hits="
|
|
6202
|
+
<line number="184" hits="958" branch="false"/>
|
|
6203
|
+
<line number="188" hits="958" branch="false"/>
|
|
6191
6204
|
</lines>
|
|
6192
6205
|
</class>
|
|
6193
6206
|
<class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
|
|
6194
6207
|
<methods>
|
|
6195
|
-
<method name="(anonymous_0)" hits="
|
|
6208
|
+
<method name="(anonymous_0)" hits="937" signature="()V">
|
|
6196
6209
|
<lines>
|
|
6197
|
-
<line number="5" hits="
|
|
6210
|
+
<line number="5" hits="937"/>
|
|
6198
6211
|
</lines>
|
|
6199
6212
|
</method>
|
|
6200
6213
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
@@ -6210,21 +6223,21 @@
|
|
|
6210
6223
|
</methods>
|
|
6211
6224
|
<lines>
|
|
6212
6225
|
<line number="5" hits="27" branch="false"/>
|
|
6213
|
-
<line number="6" hits="
|
|
6214
|
-
<line number="7" hits="
|
|
6215
|
-
<line number="9" hits="
|
|
6216
|
-
<line number="10" hits="
|
|
6217
|
-
<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"/>
|
|
6218
6231
|
<line number="13" hits="0" branch="false"/>
|
|
6219
6232
|
<line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6220
6233
|
<line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6221
6234
|
<line number="17" hits="0" branch="false"/>
|
|
6222
6235
|
<line number="22" hits="0" branch="false"/>
|
|
6223
6236
|
<line number="28" hits="0" branch="false"/>
|
|
6224
|
-
<line number="35" hits="
|
|
6237
|
+
<line number="35" hits="937" branch="false"/>
|
|
6225
6238
|
<line number="36" hits="664" branch="true" condition-coverage="50% (1/2)"/>
|
|
6226
6239
|
<line number="37" hits="0" branch="false"/>
|
|
6227
|
-
<line number="46" hits="
|
|
6240
|
+
<line number="46" hits="937" branch="false"/>
|
|
6228
6241
|
</lines>
|
|
6229
6242
|
</class>
|
|
6230
6243
|
<class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
|
|
@@ -6349,28 +6362,28 @@
|
|
|
6349
6362
|
</class>
|
|
6350
6363
|
<class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
|
|
6351
6364
|
<methods>
|
|
6352
|
-
<method name="(anonymous_0)" hits="
|
|
6365
|
+
<method name="(anonymous_0)" hits="1123" signature="()V">
|
|
6353
6366
|
<lines>
|
|
6354
|
-
<line number="3" hits="
|
|
6367
|
+
<line number="3" hits="1123"/>
|
|
6355
6368
|
</lines>
|
|
6356
6369
|
</method>
|
|
6357
|
-
<method name="(anonymous_1)" hits="
|
|
6370
|
+
<method name="(anonymous_1)" hits="2565" signature="()V">
|
|
6358
6371
|
<lines>
|
|
6359
|
-
<line number="4" hits="
|
|
6372
|
+
<line number="4" hits="2565"/>
|
|
6360
6373
|
</lines>
|
|
6361
6374
|
</method>
|
|
6362
6375
|
</methods>
|
|
6363
6376
|
<lines>
|
|
6364
6377
|
<line number="3" hits="27" branch="false"/>
|
|
6365
|
-
<line number="4" hits="
|
|
6366
|
-
<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)"/>
|
|
6367
6380
|
<line number="8" hits="0" branch="false"/>
|
|
6368
|
-
<line number="9" hits="
|
|
6381
|
+
<line number="9" hits="1123" branch="true" condition-coverage="50% (1/2)"/>
|
|
6369
6382
|
<line number="10" hits="0" branch="false"/>
|
|
6370
|
-
<line number="12" hits="
|
|
6371
|
-
<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)"/>
|
|
6372
6385
|
<line number="16" hits="0" branch="false"/>
|
|
6373
|
-
<line number="19" hits="
|
|
6386
|
+
<line number="19" hits="1123" branch="false"/>
|
|
6374
6387
|
</lines>
|
|
6375
6388
|
</class>
|
|
6376
6389
|
</classes>
|
|
@@ -6410,9 +6423,9 @@
|
|
|
6410
6423
|
<line number="17" hits="0"/>
|
|
6411
6424
|
</lines>
|
|
6412
6425
|
</method>
|
|
6413
|
-
<method name="(anonymous_5)" hits="
|
|
6426
|
+
<method name="(anonymous_5)" hits="946" signature="()V">
|
|
6414
6427
|
<lines>
|
|
6415
|
-
<line number="27" hits="
|
|
6428
|
+
<line number="27" hits="946"/>
|
|
6416
6429
|
</lines>
|
|
6417
6430
|
</method>
|
|
6418
6431
|
</methods>
|
|
@@ -6431,11 +6444,11 @@
|
|
|
6431
6444
|
<line number="21" hits="0" branch="false"/>
|
|
6432
6445
|
<line number="24" hits="0" branch="false"/>
|
|
6433
6446
|
<line number="25" hits="0" branch="false"/>
|
|
6434
|
-
<line number="28" hits="
|
|
6435
|
-
<line number="29" hits="
|
|
6436
|
-
<line number="30" hits="
|
|
6437
|
-
<line number="31" hits="
|
|
6438
|
-
<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"/>
|
|
6439
6452
|
</lines>
|
|
6440
6453
|
</class>
|
|
6441
6454
|
</classes>
|
|
@@ -6450,9 +6463,9 @@
|
|
|
6450
6463
|
</class>
|
|
6451
6464
|
<class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
|
|
6452
6465
|
<methods>
|
|
6453
|
-
<method name="(anonymous_0)" hits="
|
|
6466
|
+
<method name="(anonymous_0)" hits="1123" signature="()V">
|
|
6454
6467
|
<lines>
|
|
6455
|
-
<line number="5" hits="
|
|
6468
|
+
<line number="5" hits="1123"/>
|
|
6456
6469
|
</lines>
|
|
6457
6470
|
</method>
|
|
6458
6471
|
<method name="(anonymous_1)" hits="2666" signature="()V">
|
|
@@ -6468,9 +6481,9 @@
|
|
|
6468
6481
|
</methods>
|
|
6469
6482
|
<lines>
|
|
6470
6483
|
<line number="5" hits="27" branch="false"/>
|
|
6471
|
-
<line number="6" hits="
|
|
6472
|
-
<line number="7" hits="
|
|
6473
|
-
<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"/>
|
|
6474
6487
|
<line number="12" hits="2666" branch="true" condition-coverage="100% (2/2)"/>
|
|
6475
6488
|
<line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
6476
6489
|
<line number="15" hits="0" branch="false"/>
|
|
@@ -6482,8 +6495,8 @@
|
|
|
6482
6495
|
<line number="32" hits="0" branch="false"/>
|
|
6483
6496
|
<line number="35" hits="5" branch="false"/>
|
|
6484
6497
|
<line number="39" hits="2657" branch="false"/>
|
|
6485
|
-
<line number="42" hits="
|
|
6486
|
-
<line number="44" hits="
|
|
6498
|
+
<line number="42" hits="1123" branch="false"/>
|
|
6499
|
+
<line number="44" hits="1123" branch="false"/>
|
|
6487
6500
|
</lines>
|
|
6488
6501
|
</class>
|
|
6489
6502
|
</classes>
|
|
@@ -6778,14 +6791,14 @@
|
|
|
6778
6791
|
</method>
|
|
6779
6792
|
</methods>
|
|
6780
6793
|
<lines>
|
|
6781
|
-
<line number="5" hits="
|
|
6794
|
+
<line number="5" hits="30" branch="false"/>
|
|
6782
6795
|
<line number="6" hits="0" branch="false"/>
|
|
6783
6796
|
<line number="8" hits="0" branch="false"/>
|
|
6784
6797
|
</lines>
|
|
6785
6798
|
</class>
|
|
6786
6799
|
</classes>
|
|
6787
6800
|
</package>
|
|
6788
|
-
<package name="hooks.useMutateCustomProperties" line-rate="
|
|
6801
|
+
<package name="hooks.useMutateCustomProperties" line-rate="1" branch-rate="1">
|
|
6789
6802
|
<classes>
|
|
6790
6803
|
<class name="index.js" filename="src/lib/hooks/useMutateCustomProperties/index.js" line-rate="0" branch-rate="0">
|
|
6791
6804
|
<methods>
|
|
@@ -6793,34 +6806,34 @@
|
|
|
6793
6806
|
<lines>
|
|
6794
6807
|
</lines>
|
|
6795
6808
|
</class>
|
|
6796
|
-
<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">
|
|
6797
6810
|
<methods>
|
|
6798
|
-
<method name="(anonymous_0)" hits="
|
|
6811
|
+
<method name="(anonymous_0)" hits="7" signature="()V">
|
|
6799
6812
|
<lines>
|
|
6800
|
-
<line number="3" hits="
|
|
6813
|
+
<line number="3" hits="7"/>
|
|
6801
6814
|
</lines>
|
|
6802
6815
|
</method>
|
|
6803
|
-
<method name="(anonymous_1)" hits="
|
|
6816
|
+
<method name="(anonymous_1)" hits="1" signature="()V">
|
|
6804
6817
|
<lines>
|
|
6805
|
-
<line number="11" hits="
|
|
6818
|
+
<line number="11" hits="1"/>
|
|
6806
6819
|
</lines>
|
|
6807
6820
|
</method>
|
|
6808
|
-
<method name="(anonymous_2)" hits="
|
|
6821
|
+
<method name="(anonymous_2)" hits="1" signature="()V">
|
|
6809
6822
|
<lines>
|
|
6810
|
-
<line number="12" hits="
|
|
6823
|
+
<line number="12" hits="1"/>
|
|
6811
6824
|
</lines>
|
|
6812
6825
|
</method>
|
|
6813
6826
|
</methods>
|
|
6814
6827
|
<lines>
|
|
6815
|
-
<line number="3" hits="
|
|
6816
|
-
<line number="8" hits="
|
|
6817
|
-
<line number="11" hits="
|
|
6818
|
-
<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"/>
|
|
6819
6832
|
</lines>
|
|
6820
6833
|
</class>
|
|
6821
6834
|
</classes>
|
|
6822
6835
|
</package>
|
|
6823
|
-
<package name="hooks.useMutateGeneric" line-rate="
|
|
6836
|
+
<package name="hooks.useMutateGeneric" line-rate="1" branch-rate="0.9743">
|
|
6824
6837
|
<classes>
|
|
6825
6838
|
<class name="index.js" filename="src/lib/hooks/useMutateGeneric/index.js" line-rate="0" branch-rate="0">
|
|
6826
6839
|
<methods>
|
|
@@ -6828,126 +6841,126 @@
|
|
|
6828
6841
|
<lines>
|
|
6829
6842
|
</lines>
|
|
6830
6843
|
</class>
|
|
6831
|
-
<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">
|
|
6832
6845
|
<methods>
|
|
6833
|
-
<method name="(anonymous_0)" hits="
|
|
6846
|
+
<method name="(anonymous_0)" hits="27" signature="()V">
|
|
6834
6847
|
<lines>
|
|
6835
|
-
<line number="9" hits="
|
|
6848
|
+
<line number="9" hits="27"/>
|
|
6836
6849
|
</lines>
|
|
6837
6850
|
</method>
|
|
6838
|
-
<method name="(anonymous_1)" hits="
|
|
6851
|
+
<method name="(anonymous_1)" hits="2" signature="()V">
|
|
6839
6852
|
<lines>
|
|
6840
|
-
<line number="22" hits="
|
|
6853
|
+
<line number="22" hits="2"/>
|
|
6841
6854
|
</lines>
|
|
6842
6855
|
</method>
|
|
6843
|
-
<method name="(anonymous_2)" hits="
|
|
6856
|
+
<method name="(anonymous_2)" hits="2" signature="()V">
|
|
6844
6857
|
<lines>
|
|
6845
|
-
<line number="23" hits="
|
|
6858
|
+
<line number="23" hits="2"/>
|
|
6846
6859
|
</lines>
|
|
6847
6860
|
</method>
|
|
6848
|
-
<method name="(anonymous_3)" hits="
|
|
6861
|
+
<method name="(anonymous_3)" hits="2" signature="()V">
|
|
6849
6862
|
<lines>
|
|
6850
|
-
<line number="24" hits="
|
|
6863
|
+
<line number="24" hits="2"/>
|
|
6851
6864
|
</lines>
|
|
6852
6865
|
</method>
|
|
6853
|
-
<method name="(anonymous_4)" hits="
|
|
6866
|
+
<method name="(anonymous_4)" hits="5" signature="()V">
|
|
6854
6867
|
<lines>
|
|
6855
|
-
<line number="27" hits="
|
|
6868
|
+
<line number="27" hits="5"/>
|
|
6856
6869
|
</lines>
|
|
6857
6870
|
</method>
|
|
6858
|
-
<method name="(anonymous_5)" hits="
|
|
6871
|
+
<method name="(anonymous_5)" hits="5" signature="()V">
|
|
6859
6872
|
<lines>
|
|
6860
|
-
<line number="28" hits="
|
|
6873
|
+
<line number="28" hits="5"/>
|
|
6861
6874
|
</lines>
|
|
6862
6875
|
</method>
|
|
6863
|
-
<method name="(anonymous_6)" hits="
|
|
6876
|
+
<method name="(anonymous_6)" hits="5" signature="()V">
|
|
6864
6877
|
<lines>
|
|
6865
|
-
<line number="31" hits="
|
|
6878
|
+
<line number="31" hits="5"/>
|
|
6866
6879
|
</lines>
|
|
6867
6880
|
</method>
|
|
6868
|
-
<method name="(anonymous_7)" hits="
|
|
6881
|
+
<method name="(anonymous_7)" hits="5" signature="()V">
|
|
6869
6882
|
<lines>
|
|
6870
|
-
<line number="32" hits="
|
|
6883
|
+
<line number="32" hits="5"/>
|
|
6871
6884
|
</lines>
|
|
6872
6885
|
</method>
|
|
6873
|
-
<method name="(anonymous_8)" hits="
|
|
6886
|
+
<method name="(anonymous_8)" hits="5" signature="()V">
|
|
6874
6887
|
<lines>
|
|
6875
|
-
<line number="33" hits="
|
|
6888
|
+
<line number="33" hits="5"/>
|
|
6876
6889
|
</lines>
|
|
6877
6890
|
</method>
|
|
6878
|
-
<method name="(anonymous_9)" hits="
|
|
6891
|
+
<method name="(anonymous_9)" hits="27" signature="()V">
|
|
6879
6892
|
<lines>
|
|
6880
|
-
<line number="37" hits="
|
|
6893
|
+
<line number="37" hits="27"/>
|
|
6881
6894
|
</lines>
|
|
6882
6895
|
</method>
|
|
6883
|
-
<method name="(anonymous_10)" hits="
|
|
6896
|
+
<method name="(anonymous_10)" hits="27" signature="()V">
|
|
6884
6897
|
<lines>
|
|
6885
|
-
<line number="38" hits="
|
|
6898
|
+
<line number="38" hits="27"/>
|
|
6886
6899
|
</lines>
|
|
6887
6900
|
</method>
|
|
6888
|
-
<method name="(anonymous_11)" hits="
|
|
6901
|
+
<method name="(anonymous_11)" hits="27" signature="()V">
|
|
6889
6902
|
<lines>
|
|
6890
|
-
<line number="39" hits="
|
|
6903
|
+
<line number="39" hits="27"/>
|
|
6891
6904
|
</lines>
|
|
6892
6905
|
</method>
|
|
6893
|
-
<method name="(anonymous_12)" hits="
|
|
6906
|
+
<method name="(anonymous_12)" hits="5" signature="()V">
|
|
6894
6907
|
<lines>
|
|
6895
|
-
<line number="57" hits="
|
|
6908
|
+
<line number="57" hits="5"/>
|
|
6896
6909
|
</lines>
|
|
6897
6910
|
</method>
|
|
6898
|
-
<method name="(anonymous_13)" hits="
|
|
6911
|
+
<method name="(anonymous_13)" hits="4" signature="()V">
|
|
6899
6912
|
<lines>
|
|
6900
|
-
<line number="58" hits="
|
|
6913
|
+
<line number="58" hits="4"/>
|
|
6901
6914
|
</lines>
|
|
6902
6915
|
</method>
|
|
6903
|
-
<method name="(anonymous_14)" hits="
|
|
6916
|
+
<method name="(anonymous_14)" hits="5" signature="()V">
|
|
6904
6917
|
<lines>
|
|
6905
|
-
<line number="66" hits="
|
|
6918
|
+
<line number="66" hits="5"/>
|
|
6906
6919
|
</lines>
|
|
6907
6920
|
</method>
|
|
6908
|
-
<method name="(anonymous_15)" hits="
|
|
6921
|
+
<method name="(anonymous_15)" hits="5" signature="()V">
|
|
6909
6922
|
<lines>
|
|
6910
|
-
<line number="75" hits="
|
|
6923
|
+
<line number="75" hits="5"/>
|
|
6911
6924
|
</lines>
|
|
6912
6925
|
</method>
|
|
6913
6926
|
</methods>
|
|
6914
6927
|
<lines>
|
|
6915
|
-
<line number="9" hits="
|
|
6916
|
-
<line number="22" hits="
|
|
6917
|
-
<line number="23" hits="
|
|
6918
|
-
<line number="24" hits="
|
|
6919
|
-
<line number="27" hits="
|
|
6920
|
-
<line number="28" hits="
|
|
6921
|
-
<line number="31" hits="
|
|
6922
|
-
<line number="32" hits="
|
|
6923
|
-
<line number="33" hits="
|
|
6924
|
-
<line number="37" hits="
|
|
6925
|
-
<line number="38" hits="
|
|
6926
|
-
<line number="39" hits="
|
|
6927
|
-
<line number="52" hits="
|
|
6928
|
-
<line number="55" hits="
|
|
6929
|
-
<line number="57" hits="
|
|
6930
|
-
<line number="58" hits="
|
|
6931
|
-
<line number="64" hits="
|
|
6932
|
-
<line number="66" hits="
|
|
6933
|
-
<line number="73" hits="
|
|
6934
|
-
<line number="75" hits="
|
|
6935
|
-
<line number="81" hits="
|
|
6936
|
-
<line number="82" hits="
|
|
6937
|
-
<line number="83" hits="
|
|
6938
|
-
<line number="85" hits="
|
|
6939
|
-
<line number="88" hits="
|
|
6940
|
-
<line number="89" hits="
|
|
6941
|
-
<line number="91" hits="
|
|
6942
|
-
<line number="94" hits="
|
|
6943
|
-
<line number="95" hits="
|
|
6944
|
-
<line number="97" hits="
|
|
6945
|
-
<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"/>
|
|
6946
6959
|
</lines>
|
|
6947
6960
|
</class>
|
|
6948
6961
|
</classes>
|
|
6949
6962
|
</package>
|
|
6950
|
-
<package name="hooks.useMutateRefdataCategory" line-rate="
|
|
6963
|
+
<package name="hooks.useMutateRefdataCategory" line-rate="1" branch-rate="1">
|
|
6951
6964
|
<classes>
|
|
6952
6965
|
<class name="index.js" filename="src/lib/hooks/useMutateRefdataCategory/index.js" line-rate="0" branch-rate="0">
|
|
6953
6966
|
<methods>
|
|
@@ -6955,65 +6968,65 @@
|
|
|
6955
6968
|
<lines>
|
|
6956
6969
|
</lines>
|
|
6957
6970
|
</class>
|
|
6958
|
-
<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">
|
|
6959
6972
|
<methods>
|
|
6960
|
-
<method name="(anonymous_0)" hits="
|
|
6973
|
+
<method name="(anonymous_0)" hits="9" signature="()V">
|
|
6961
6974
|
<lines>
|
|
6962
|
-
<line number="6" hits="
|
|
6975
|
+
<line number="6" hits="9"/>
|
|
6963
6976
|
</lines>
|
|
6964
6977
|
</method>
|
|
6965
|
-
<method name="(anonymous_1)" hits="
|
|
6978
|
+
<method name="(anonymous_1)" hits="2" signature="()V">
|
|
6966
6979
|
<lines>
|
|
6967
|
-
<line number="19" hits="
|
|
6980
|
+
<line number="19" hits="2"/>
|
|
6968
6981
|
</lines>
|
|
6969
6982
|
</method>
|
|
6970
|
-
<method name="(anonymous_2)" hits="
|
|
6983
|
+
<method name="(anonymous_2)" hits="2" signature="()V">
|
|
6971
6984
|
<lines>
|
|
6972
|
-
<line number="21" hits="
|
|
6985
|
+
<line number="21" hits="2"/>
|
|
6973
6986
|
</lines>
|
|
6974
6987
|
</method>
|
|
6975
|
-
<method name="(anonymous_3)" hits="
|
|
6988
|
+
<method name="(anonymous_3)" hits="2" signature="()V">
|
|
6976
6989
|
<lines>
|
|
6977
|
-
<line number="25" hits="
|
|
6990
|
+
<line number="25" hits="2"/>
|
|
6978
6991
|
</lines>
|
|
6979
6992
|
</method>
|
|
6980
|
-
<method name="(anonymous_4)" hits="
|
|
6993
|
+
<method name="(anonymous_4)" hits="2" signature="()V">
|
|
6981
6994
|
<lines>
|
|
6982
|
-
<line number="27" hits="
|
|
6995
|
+
<line number="27" hits="2"/>
|
|
6983
6996
|
</lines>
|
|
6984
6997
|
</method>
|
|
6985
|
-
<method name="(anonymous_5)" hits="
|
|
6998
|
+
<method name="(anonymous_5)" hits="2" signature="()V">
|
|
6986
6999
|
<lines>
|
|
6987
|
-
<line number="31" hits="
|
|
7000
|
+
<line number="31" hits="2"/>
|
|
6988
7001
|
</lines>
|
|
6989
7002
|
</method>
|
|
6990
|
-
<method name="(anonymous_6)" hits="
|
|
7003
|
+
<method name="(anonymous_6)" hits="2" signature="()V">
|
|
6991
7004
|
<lines>
|
|
6992
|
-
<line number="33" hits="
|
|
7005
|
+
<line number="33" hits="2"/>
|
|
6993
7006
|
</lines>
|
|
6994
7007
|
</method>
|
|
6995
|
-
<method name="(anonymous_7)" hits="
|
|
7008
|
+
<method name="(anonymous_7)" hits="1" signature="()V">
|
|
6996
7009
|
<lines>
|
|
6997
|
-
<line number="40" hits="
|
|
7010
|
+
<line number="40" hits="1"/>
|
|
6998
7011
|
</lines>
|
|
6999
7012
|
</method>
|
|
7000
7013
|
</methods>
|
|
7001
7014
|
<lines>
|
|
7002
|
-
<line number="6" hits="
|
|
7003
|
-
<line number="15" hits="
|
|
7004
|
-
<line number="17" hits="
|
|
7005
|
-
<line number="20" hits="
|
|
7006
|
-
<line number="22" hits="
|
|
7007
|
-
<line number="26" hits="
|
|
7008
|
-
<line number="28" hits="
|
|
7009
|
-
<line number="32" hits="
|
|
7010
|
-
<line number="34" hits="
|
|
7011
|
-
<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"/>
|
|
7012
7025
|
</lines>
|
|
7013
7026
|
</class>
|
|
7014
7027
|
</classes>
|
|
7015
7028
|
</package>
|
|
7016
|
-
<package name="hooks.useMutateRefdataValue" line-rate="
|
|
7029
|
+
<package name="hooks.useMutateRefdataValue" line-rate="1" branch-rate="1">
|
|
7017
7030
|
<classes>
|
|
7018
7031
|
<class name="index.js" filename="src/lib/hooks/useMutateRefdataValue/index.js" line-rate="0" branch-rate="0">
|
|
7019
7032
|
<methods>
|
|
@@ -7021,77 +7034,77 @@
|
|
|
7021
7034
|
<lines>
|
|
7022
7035
|
</lines>
|
|
7023
7036
|
</class>
|
|
7024
|
-
<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">
|
|
7025
7038
|
<methods>
|
|
7026
|
-
<method name="(anonymous_0)" hits="
|
|
7039
|
+
<method name="(anonymous_0)" hits="7" signature="()V">
|
|
7027
7040
|
<lines>
|
|
7028
|
-
<line number="6" hits="
|
|
7041
|
+
<line number="6" hits="7"/>
|
|
7029
7042
|
</lines>
|
|
7030
7043
|
</method>
|
|
7031
|
-
<method name="(anonymous_1)" hits="
|
|
7044
|
+
<method name="(anonymous_1)" hits="1" signature="()V">
|
|
7032
7045
|
<lines>
|
|
7033
|
-
<line number="20" hits="
|
|
7046
|
+
<line number="20" hits="1"/>
|
|
7034
7047
|
</lines>
|
|
7035
7048
|
</method>
|
|
7036
|
-
<method name="(anonymous_2)" hits="
|
|
7049
|
+
<method name="(anonymous_2)" hits="1" signature="()V">
|
|
7037
7050
|
<lines>
|
|
7038
|
-
<line number="22" hits="
|
|
7051
|
+
<line number="22" hits="1"/>
|
|
7039
7052
|
</lines>
|
|
7040
7053
|
</method>
|
|
7041
|
-
<method name="(anonymous_3)" hits="
|
|
7054
|
+
<method name="(anonymous_3)" hits="1" signature="()V">
|
|
7042
7055
|
<lines>
|
|
7043
|
-
<line number="26" hits="
|
|
7056
|
+
<line number="26" hits="1"/>
|
|
7044
7057
|
</lines>
|
|
7045
7058
|
</method>
|
|
7046
|
-
<method name="(anonymous_4)" hits="
|
|
7059
|
+
<method name="(anonymous_4)" hits="1" signature="()V">
|
|
7047
7060
|
<lines>
|
|
7048
|
-
<line number="28" hits="
|
|
7061
|
+
<line number="28" hits="1"/>
|
|
7049
7062
|
</lines>
|
|
7050
7063
|
</method>
|
|
7051
|
-
<method name="(anonymous_5)" hits="
|
|
7064
|
+
<method name="(anonymous_5)" hits="1" signature="()V">
|
|
7052
7065
|
<lines>
|
|
7053
|
-
<line number="32" hits="
|
|
7066
|
+
<line number="32" hits="1"/>
|
|
7054
7067
|
</lines>
|
|
7055
7068
|
</method>
|
|
7056
|
-
<method name="(anonymous_6)" hits="
|
|
7069
|
+
<method name="(anonymous_6)" hits="1" signature="()V">
|
|
7057
7070
|
<lines>
|
|
7058
|
-
<line number="34" hits="
|
|
7071
|
+
<line number="34" hits="1"/>
|
|
7059
7072
|
</lines>
|
|
7060
7073
|
</method>
|
|
7061
|
-
<method name="(anonymous_7)" hits="
|
|
7074
|
+
<method name="(anonymous_7)" hits="1" signature="()V">
|
|
7062
7075
|
<lines>
|
|
7063
|
-
<line number="42" hits="
|
|
7076
|
+
<line number="42" hits="1"/>
|
|
7064
7077
|
</lines>
|
|
7065
7078
|
</method>
|
|
7066
|
-
<method name="(anonymous_8)" hits="
|
|
7079
|
+
<method name="(anonymous_8)" hits="1" signature="()V">
|
|
7067
7080
|
<lines>
|
|
7068
|
-
<line number="56" hits="
|
|
7081
|
+
<line number="56" hits="1"/>
|
|
7069
7082
|
</lines>
|
|
7070
7083
|
</method>
|
|
7071
|
-
<method name="(anonymous_9)" hits="
|
|
7084
|
+
<method name="(anonymous_9)" hits="1" signature="()V">
|
|
7072
7085
|
<lines>
|
|
7073
|
-
<line number="67" hits="
|
|
7086
|
+
<line number="67" hits="1"/>
|
|
7074
7087
|
</lines>
|
|
7075
7088
|
</method>
|
|
7076
7089
|
</methods>
|
|
7077
7090
|
<lines>
|
|
7078
|
-
<line number="6" hits="
|
|
7079
|
-
<line number="16" hits="
|
|
7080
|
-
<line number="18" hits="
|
|
7081
|
-
<line number="21" hits="
|
|
7082
|
-
<line number="23" hits="
|
|
7083
|
-
<line number="27" hits="
|
|
7084
|
-
<line number="29" hits="
|
|
7085
|
-
<line number="33" hits="
|
|
7086
|
-
<line number="35" hits="
|
|
7087
|
-
<line number="42" hits="
|
|
7088
|
-
<line number="56" hits="
|
|
7089
|
-
<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"/>
|
|
7090
7103
|
</lines>
|
|
7091
7104
|
</class>
|
|
7092
7105
|
</classes>
|
|
7093
7106
|
</package>
|
|
7094
|
-
<package name="hooks.useMutateTemplates" line-rate="
|
|
7107
|
+
<package name="hooks.useMutateTemplates" line-rate="1" branch-rate="1">
|
|
7095
7108
|
<classes>
|
|
7096
7109
|
<class name="index.js" filename="src/lib/hooks/useMutateTemplates/index.js" line-rate="0" branch-rate="0">
|
|
7097
7110
|
<methods>
|
|
@@ -7099,54 +7112,54 @@
|
|
|
7099
7112
|
<lines>
|
|
7100
7113
|
</lines>
|
|
7101
7114
|
</class>
|
|
7102
|
-
<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">
|
|
7103
7116
|
<methods>
|
|
7104
|
-
<method name="(anonymous_0)" hits="
|
|
7117
|
+
<method name="(anonymous_0)" hits="4" signature="()V">
|
|
7105
7118
|
<lines>
|
|
7106
|
-
<line number="6" hits="
|
|
7119
|
+
<line number="6" hits="4"/>
|
|
7107
7120
|
</lines>
|
|
7108
7121
|
</method>
|
|
7109
|
-
<method name="(anonymous_1)" hits="
|
|
7122
|
+
<method name="(anonymous_1)" hits="1" signature="()V">
|
|
7110
7123
|
<lines>
|
|
7111
|
-
<line number="19" hits="
|
|
7124
|
+
<line number="19" hits="1"/>
|
|
7112
7125
|
</lines>
|
|
7113
7126
|
</method>
|
|
7114
|
-
<method name="(anonymous_2)" hits="
|
|
7127
|
+
<method name="(anonymous_2)" hits="1" signature="()V">
|
|
7115
7128
|
<lines>
|
|
7116
|
-
<line number="21" hits="
|
|
7129
|
+
<line number="21" hits="1"/>
|
|
7117
7130
|
</lines>
|
|
7118
7131
|
</method>
|
|
7119
|
-
<method name="(anonymous_3)" hits="
|
|
7132
|
+
<method name="(anonymous_3)" hits="1" signature="()V">
|
|
7120
7133
|
<lines>
|
|
7121
|
-
<line number="25" hits="
|
|
7134
|
+
<line number="25" hits="1"/>
|
|
7122
7135
|
</lines>
|
|
7123
7136
|
</method>
|
|
7124
|
-
<method name="(anonymous_4)" hits="
|
|
7137
|
+
<method name="(anonymous_4)" hits="1" signature="()V">
|
|
7125
7138
|
<lines>
|
|
7126
|
-
<line number="27" hits="
|
|
7139
|
+
<line number="27" hits="1"/>
|
|
7127
7140
|
</lines>
|
|
7128
7141
|
</method>
|
|
7129
|
-
<method name="(anonymous_5)" hits="
|
|
7142
|
+
<method name="(anonymous_5)" hits="1" signature="()V">
|
|
7130
7143
|
<lines>
|
|
7131
|
-
<line number="31" hits="
|
|
7144
|
+
<line number="31" hits="1"/>
|
|
7132
7145
|
</lines>
|
|
7133
7146
|
</method>
|
|
7134
|
-
<method name="(anonymous_6)" hits="
|
|
7147
|
+
<method name="(anonymous_6)" hits="1" signature="()V">
|
|
7135
7148
|
<lines>
|
|
7136
|
-
<line number="33" hits="
|
|
7149
|
+
<line number="33" hits="1"/>
|
|
7137
7150
|
</lines>
|
|
7138
7151
|
</method>
|
|
7139
7152
|
</methods>
|
|
7140
7153
|
<lines>
|
|
7141
|
-
<line number="6" hits="
|
|
7142
|
-
<line number="15" hits="
|
|
7143
|
-
<line number="17" hits="
|
|
7144
|
-
<line number="20" hits="
|
|
7145
|
-
<line number="22" hits="
|
|
7146
|
-
<line number="26" hits="
|
|
7147
|
-
<line number="28" hits="
|
|
7148
|
-
<line number="32" hits="
|
|
7149
|
-
<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"/>
|
|
7150
7163
|
</lines>
|
|
7151
7164
|
</class>
|
|
7152
7165
|
</classes>
|
|
@@ -7195,7 +7208,7 @@
|
|
|
7195
7208
|
</class>
|
|
7196
7209
|
</classes>
|
|
7197
7210
|
</package>
|
|
7198
|
-
<package name="utils" line-rate="0.3703" branch-rate="0.
|
|
7211
|
+
<package name="utils" line-rate="0.3703" branch-rate="0.305">
|
|
7199
7212
|
<classes>
|
|
7200
7213
|
<class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="1" branch-rate="1">
|
|
7201
7214
|
<methods>
|
|
@@ -7243,7 +7256,7 @@
|
|
|
7243
7256
|
</method>
|
|
7244
7257
|
</methods>
|
|
7245
7258
|
<lines>
|
|
7246
|
-
<line number="9" hits="
|
|
7259
|
+
<line number="9" hits="30" branch="false"/>
|
|
7247
7260
|
<line number="19" hits="0" branch="false"/>
|
|
7248
7261
|
<line number="20" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7249
7262
|
<line number="21" hits="0" branch="false"/>
|
|
@@ -7260,18 +7273,18 @@
|
|
|
7260
7273
|
<line number="38" hits="0" branch="false"/>
|
|
7261
7274
|
</lines>
|
|
7262
7275
|
</class>
|
|
7263
|
-
<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">
|
|
7264
7277
|
<methods>
|
|
7265
|
-
<method name="(anonymous_0)" hits="
|
|
7278
|
+
<method name="(anonymous_0)" hits="637" signature="()V">
|
|
7266
7279
|
<lines>
|
|
7267
|
-
<line number="3" hits="
|
|
7280
|
+
<line number="3" hits="637"/>
|
|
7268
7281
|
</lines>
|
|
7269
7282
|
</method>
|
|
7270
7283
|
</methods>
|
|
7271
7284
|
<lines>
|
|
7272
|
-
<line number="3" hits="
|
|
7273
|
-
<line number="4" hits="
|
|
7274
|
-
<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)"/>
|
|
7275
7288
|
</lines>
|
|
7276
7289
|
</class>
|
|
7277
7290
|
<class name="groupCustomPropertiesByCtx.js" filename="src/lib/utils/groupCustomPropertiesByCtx.js" line-rate="1" branch-rate="0.8">
|
|
@@ -7288,7 +7301,7 @@
|
|
|
7288
7301
|
</method>
|
|
7289
7302
|
</methods>
|
|
7290
7303
|
<lines>
|
|
7291
|
-
<line number="1" hits="
|
|
7304
|
+
<line number="1" hits="30" branch="true" condition-coverage="0% (0/1)"/>
|
|
7292
7305
|
<line number="2" hits="4" branch="false"/>
|
|
7293
7306
|
<line number="3" hits="48" branch="true" condition-coverage="100% (2/2)"/>
|
|
7294
7307
|
<line number="4" hits="48" branch="false"/>
|
|
@@ -7316,7 +7329,7 @@
|
|
|
7316
7329
|
</method>
|
|
7317
7330
|
</methods>
|
|
7318
7331
|
<lines>
|
|
7319
|
-
<line number="1" hits="
|
|
7332
|
+
<line number="1" hits="30" branch="true" condition-coverage="0% (0/1)"/>
|
|
7320
7333
|
<line number="6" hits="0" branch="false"/>
|
|
7321
7334
|
<line number="8" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7322
7335
|
<line number="9" hits="0" branch="false"/>
|
|
@@ -7340,7 +7353,7 @@
|
|
|
7340
7353
|
</method>
|
|
7341
7354
|
</methods>
|
|
7342
7355
|
<lines>
|
|
7343
|
-
<line number="1" hits="
|
|
7356
|
+
<line number="1" hits="30" branch="false"/>
|
|
7344
7357
|
<line number="2" hits="0" branch="false"/>
|
|
7345
7358
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7346
7359
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -7364,7 +7377,7 @@
|
|
|
7364
7377
|
</method>
|
|
7365
7378
|
</methods>
|
|
7366
7379
|
<lines>
|
|
7367
|
-
<line number="1" hits="
|
|
7380
|
+
<line number="1" hits="30" branch="false"/>
|
|
7368
7381
|
<line number="2" hits="0" branch="false"/>
|
|
7369
7382
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7370
7383
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -7388,7 +7401,7 @@
|
|
|
7388
7401
|
</method>
|
|
7389
7402
|
</methods>
|
|
7390
7403
|
<lines>
|
|
7391
|
-
<line number="1" hits="
|
|
7404
|
+
<line number="1" hits="30" branch="false"/>
|
|
7392
7405
|
<line number="4" hits="0" branch="false"/>
|
|
7393
7406
|
</lines>
|
|
7394
7407
|
</class>
|
|
@@ -7401,7 +7414,7 @@
|
|
|
7401
7414
|
</method>
|
|
7402
7415
|
</methods>
|
|
7403
7416
|
<lines>
|
|
7404
|
-
<line number="1" hits="
|
|
7417
|
+
<line number="1" hits="30" branch="false"/>
|
|
7405
7418
|
<line number="2" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7406
7419
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7407
7420
|
<line number="4" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -7425,7 +7438,7 @@
|
|
|
7425
7438
|
</method>
|
|
7426
7439
|
</methods>
|
|
7427
7440
|
<lines>
|
|
7428
|
-
<line number="1" hits="
|
|
7441
|
+
<line number="1" hits="30" branch="false"/>
|
|
7429
7442
|
<line number="3" hits="24" branch="false"/>
|
|
7430
7443
|
<line number="8" hits="60" branch="true" condition-coverage="100% (2/2)"/>
|
|
7431
7444
|
</lines>
|
|
@@ -7439,7 +7452,7 @@
|
|
|
7439
7452
|
</method>
|
|
7440
7453
|
</methods>
|
|
7441
7454
|
<lines>
|
|
7442
|
-
<line number="1" hits="
|
|
7455
|
+
<line number="1" hits="30" branch="false"/>
|
|
7443
7456
|
<line number="2" hits="0" branch="false"/>
|
|
7444
7457
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7445
7458
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -7469,12 +7482,12 @@
|
|
|
7469
7482
|
</method>
|
|
7470
7483
|
</methods>
|
|
7471
7484
|
<lines>
|
|
7472
|
-
<line number="2" hits="
|
|
7485
|
+
<line number="2" hits="30" branch="false"/>
|
|
7473
7486
|
<line number="3" hits="0" branch="false"/>
|
|
7474
7487
|
<line number="4" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7475
7488
|
<line number="5" hits="0" branch="false"/>
|
|
7476
7489
|
<line number="8" hits="0" branch="false"/>
|
|
7477
|
-
<line number="12" hits="
|
|
7490
|
+
<line number="12" hits="30" branch="false"/>
|
|
7478
7491
|
<line number="13" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7479
7492
|
<line number="14" hits="0" branch="false"/>
|
|
7480
7493
|
<line number="15" hits="0" branch="false"/>
|
|
@@ -7512,7 +7525,7 @@
|
|
|
7512
7525
|
</method>
|
|
7513
7526
|
</methods>
|
|
7514
7527
|
<lines>
|
|
7515
|
-
<line number="8" hits="
|
|
7528
|
+
<line number="8" hits="30" branch="false"/>
|
|
7516
7529
|
<line number="9" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7517
7530
|
<line number="10" hits="0" branch="false"/>
|
|
7518
7531
|
<line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -7520,7 +7533,7 @@
|
|
|
7520
7533
|
<line number="13" hits="0" branch="false"/>
|
|
7521
7534
|
<line number="15" hits="0" branch="false"/>
|
|
7522
7535
|
<line number="18" hits="0" branch="false"/>
|
|
7523
|
-
<line number="23" hits="
|
|
7536
|
+
<line number="23" hits="30" branch="false"/>
|
|
7524
7537
|
<line number="24" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7525
7538
|
<line number="26" hits="0" branch="false"/>
|
|
7526
7539
|
<line number="28" hits="0" branch="false"/>
|
|
@@ -7556,7 +7569,7 @@
|
|
|
7556
7569
|
</method>
|
|
7557
7570
|
</methods>
|
|
7558
7571
|
<lines>
|
|
7559
|
-
<line number="22" hits="
|
|
7572
|
+
<line number="22" hits="31" branch="false"/>
|
|
7560
7573
|
<line number="30" hits="9" branch="false"/>
|
|
7561
7574
|
<line number="31" hits="69" branch="false"/>
|
|
7562
7575
|
<line number="35" hits="9" branch="false"/>
|
|
@@ -7600,10 +7613,10 @@
|
|
|
7600
7613
|
</method>
|
|
7601
7614
|
</methods>
|
|
7602
7615
|
<lines>
|
|
7603
|
-
<line number="10" hits="
|
|
7604
|
-
<line number="11" hits="
|
|
7605
|
-
<line number="12" hits="
|
|
7606
|
-
<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"/>
|
|
7607
7620
|
<line number="15" hits="0" branch="false"/>
|
|
7608
7621
|
<line number="17" hits="0" branch="false"/>
|
|
7609
7622
|
<line number="25" hits="0" branch="false"/>
|
|
@@ -7611,194 +7624,194 @@
|
|
|
7611
7624
|
</class>
|
|
7612
7625
|
</classes>
|
|
7613
7626
|
</package>
|
|
7614
|
-
<package name="utils.generateKiwtQueryParams" line-rate="
|
|
7627
|
+
<package name="utils.generateKiwtQueryParams" line-rate="1" branch-rate="0.8952">
|
|
7615
7628
|
<classes>
|
|
7616
|
-
<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">
|
|
7617
7630
|
<methods>
|
|
7618
|
-
<method name="(anonymous_0)" hits="
|
|
7631
|
+
<method name="(anonymous_0)" hits="951" signature="()V">
|
|
7619
7632
|
<lines>
|
|
7620
|
-
<line number="1" hits="
|
|
7633
|
+
<line number="1" hits="951"/>
|
|
7621
7634
|
</lines>
|
|
7622
7635
|
</method>
|
|
7623
|
-
<method name="(anonymous_1)" hits="
|
|
7636
|
+
<method name="(anonymous_1)" hits="27" signature="()V">
|
|
7624
7637
|
<lines>
|
|
7625
|
-
<line number="11" hits="
|
|
7638
|
+
<line number="11" hits="27"/>
|
|
7626
7639
|
</lines>
|
|
7627
7640
|
</method>
|
|
7628
|
-
<method name="(anonymous_2)" hits="
|
|
7641
|
+
<method name="(anonymous_2)" hits="6" signature="()V">
|
|
7629
7642
|
<lines>
|
|
7630
|
-
<line number="16" hits="
|
|
7643
|
+
<line number="16" hits="6"/>
|
|
7631
7644
|
</lines>
|
|
7632
7645
|
</method>
|
|
7633
|
-
<method name="(anonymous_3)" hits="
|
|
7646
|
+
<method name="(anonymous_3)" hits="8" signature="()V">
|
|
7634
7647
|
<lines>
|
|
7635
|
-
<line number="25" hits="
|
|
7648
|
+
<line number="25" hits="8"/>
|
|
7636
7649
|
</lines>
|
|
7637
7650
|
</method>
|
|
7638
|
-
<method name="(anonymous_4)" hits="
|
|
7651
|
+
<method name="(anonymous_4)" hits="5" signature="()V">
|
|
7639
7652
|
<lines>
|
|
7640
|
-
<line number="27" hits="
|
|
7653
|
+
<line number="27" hits="5"/>
|
|
7641
7654
|
</lines>
|
|
7642
7655
|
</method>
|
|
7643
|
-
<method name="(anonymous_5)" hits="
|
|
7656
|
+
<method name="(anonymous_5)" hits="6" signature="()V">
|
|
7644
7657
|
<lines>
|
|
7645
|
-
<line number="33" hits="
|
|
7658
|
+
<line number="33" hits="6"/>
|
|
7646
7659
|
</lines>
|
|
7647
7660
|
</method>
|
|
7648
|
-
<method name="(anonymous_6)" hits="
|
|
7661
|
+
<method name="(anonymous_6)" hits="644" signature="()V">
|
|
7649
7662
|
<lines>
|
|
7650
|
-
<line number="66" hits="
|
|
7663
|
+
<line number="66" hits="644"/>
|
|
7651
7664
|
</lines>
|
|
7652
7665
|
</method>
|
|
7653
|
-
<method name="(anonymous_7)" hits="
|
|
7666
|
+
<method name="(anonymous_7)" hits="123" signature="()V">
|
|
7654
7667
|
<lines>
|
|
7655
|
-
<line number="136" hits="
|
|
7668
|
+
<line number="136" hits="123"/>
|
|
7656
7669
|
</lines>
|
|
7657
7670
|
</method>
|
|
7658
|
-
<method name="(anonymous_8)" hits="
|
|
7671
|
+
<method name="(anonymous_8)" hits="14" signature="()V">
|
|
7659
7672
|
<lines>
|
|
7660
|
-
<line number="142" hits="
|
|
7673
|
+
<line number="142" hits="14"/>
|
|
7661
7674
|
</lines>
|
|
7662
7675
|
</method>
|
|
7663
|
-
<method name="(anonymous_9)" hits="
|
|
7676
|
+
<method name="(anonymous_9)" hits="74" signature="()V">
|
|
7664
7677
|
<lines>
|
|
7665
|
-
<line number="152" hits="
|
|
7678
|
+
<line number="152" hits="74"/>
|
|
7666
7679
|
</lines>
|
|
7667
7680
|
</method>
|
|
7668
|
-
<method name="(anonymous_10)" hits="
|
|
7681
|
+
<method name="(anonymous_10)" hits="72" signature="()V">
|
|
7669
7682
|
<lines>
|
|
7670
|
-
<line number="161" hits="
|
|
7683
|
+
<line number="161" hits="72"/>
|
|
7671
7684
|
</lines>
|
|
7672
7685
|
</method>
|
|
7673
|
-
<method name="(anonymous_11)" hits="
|
|
7686
|
+
<method name="(anonymous_11)" hits="3" signature="()V">
|
|
7674
7687
|
<lines>
|
|
7675
|
-
<line number="162" hits="
|
|
7688
|
+
<line number="162" hits="3"/>
|
|
7676
7689
|
</lines>
|
|
7677
7690
|
</method>
|
|
7678
|
-
<method name="(anonymous_12)" hits="
|
|
7691
|
+
<method name="(anonymous_12)" hits="3" signature="()V">
|
|
7679
7692
|
<lines>
|
|
7680
|
-
<line number="170" hits="
|
|
7693
|
+
<line number="170" hits="3"/>
|
|
7681
7694
|
</lines>
|
|
7682
7695
|
</method>
|
|
7683
|
-
<method name="(anonymous_13)" hits="
|
|
7696
|
+
<method name="(anonymous_13)" hits="3" signature="()V">
|
|
7684
7697
|
<lines>
|
|
7685
|
-
<line number="171" hits="
|
|
7698
|
+
<line number="171" hits="3"/>
|
|
7686
7699
|
</lines>
|
|
7687
7700
|
</method>
|
|
7688
|
-
<method name="(anonymous_14)" hits="
|
|
7701
|
+
<method name="(anonymous_14)" hits="2" signature="()V">
|
|
7689
7702
|
<lines>
|
|
7690
|
-
<line number="184" hits="
|
|
7703
|
+
<line number="184" hits="2"/>
|
|
7691
7704
|
</lines>
|
|
7692
7705
|
</method>
|
|
7693
|
-
<method name="(anonymous_15)" hits="
|
|
7706
|
+
<method name="(anonymous_15)" hits="67" signature="()V">
|
|
7694
7707
|
<lines>
|
|
7695
|
-
<line number="186" hits="
|
|
7708
|
+
<line number="186" hits="67"/>
|
|
7696
7709
|
</lines>
|
|
7697
7710
|
</method>
|
|
7698
|
-
<method name="(anonymous_16)" hits="
|
|
7711
|
+
<method name="(anonymous_16)" hits="24" signature="()V">
|
|
7699
7712
|
<lines>
|
|
7700
|
-
<line number="193" hits="
|
|
7713
|
+
<line number="193" hits="24"/>
|
|
7701
7714
|
</lines>
|
|
7702
7715
|
</method>
|
|
7703
|
-
<method name="(anonymous_17)" hits="
|
|
7716
|
+
<method name="(anonymous_17)" hits="14" signature="()V">
|
|
7704
7717
|
<lines>
|
|
7705
|
-
<line number="204" hits="
|
|
7718
|
+
<line number="204" hits="14"/>
|
|
7706
7719
|
</lines>
|
|
7707
7720
|
</method>
|
|
7708
|
-
<method name="(anonymous_18)" hits="
|
|
7721
|
+
<method name="(anonymous_18)" hits="14" signature="()V">
|
|
7709
7722
|
<lines>
|
|
7710
|
-
<line number="214" hits="
|
|
7723
|
+
<line number="214" hits="14"/>
|
|
7711
7724
|
</lines>
|
|
7712
7725
|
</method>
|
|
7713
7726
|
</methods>
|
|
7714
7727
|
<lines>
|
|
7715
|
-
<line number="1" hits="
|
|
7716
|
-
<line number="2" hits="
|
|
7717
|
-
<line number="3" hits="
|
|
7718
|
-
<line number="6" hits="
|
|
7719
|
-
<line number="11" hits="
|
|
7720
|
-
<line number="12" hits="
|
|
7721
|
-
<line number="13" hits="
|
|
7722
|
-
<line number="16" hits="
|
|
7723
|
-
<line number="19" hits="
|
|
7724
|
-
<line number="24" hits="
|
|
7725
|
-
<line number="25" hits="
|
|
7726
|
-
<line number="27" hits="
|
|
7727
|
-
<line number="30" hits="
|
|
7728
|
-
<line number="32" hits="
|
|
7729
|
-
<line number="33" hits="
|
|
7730
|
-
<line number="34" hits="
|
|
7731
|
-
<line number="35" hits="
|
|
7732
|
-
<line number="37" hits="
|
|
7733
|
-
<line number="41" hits="
|
|
7734
|
-
<line number="42" hits="
|
|
7735
|
-
<line number="43" hits="
|
|
7736
|
-
<line number="44" hits="
|
|
7737
|
-
<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"/>
|
|
7738
7751
|
<line number="48" hits="3" branch="false"/>
|
|
7739
|
-
<line number="51" hits="
|
|
7740
|
-
<line number="64" hits="
|
|
7741
|
-
<line number="66" hits="
|
|
7742
|
-
<line number="67" hits="
|
|
7743
|
-
<line number="131" hits="
|
|
7744
|
-
<line number="133" hits="
|
|
7745
|
-
<line number="135" hits="
|
|
7746
|
-
<line number="136" hits="
|
|
7747
|
-
<line number="137" hits="
|
|
7748
|
-
<line number="141" hits="
|
|
7749
|
-
<line number="142" hits="
|
|
7750
|
-
<line number="143" hits="
|
|
7751
|
-
<line number="144" hits="
|
|
7752
|
-
<line number="145" hits="
|
|
7753
|
-
<line number="150" hits="
|
|
7754
|
-
<line number="151" hits="
|
|
7755
|
-
<line number="152" hits="
|
|
7756
|
-
<line number="153" hits="
|
|
7757
|
-
<line number="154" hits="
|
|
7758
|
-
<line number="156" hits="
|
|
7759
|
-
<line number="157" hits="
|
|
7760
|
-
<line number="161" hits="
|
|
7761
|
-
<line number="162" hits="
|
|
7762
|
-
<line number="163" hits="
|
|
7763
|
-
<line number="164" hits="
|
|
7764
|
-
<line number="168" hits="
|
|
7765
|
-
<line number="171" hits="
|
|
7766
|
-
<line number="172" hits="
|
|
7767
|
-
<line number="174" hits="
|
|
7768
|
-
<line number="175" hits="
|
|
7769
|
-
<line number="179" hits="
|
|
7770
|
-
<line number="181" hits="
|
|
7771
|
-
<line number="182" hits="
|
|
7772
|
-
<line number="184" hits="
|
|
7773
|
-
<line number="186" hits="
|
|
7774
|
-
<line number="187" hits="
|
|
7775
|
-
<line number="192" hits="
|
|
7776
|
-
<line number="193" hits="
|
|
7777
|
-
<line number="194" hits="
|
|
7778
|
-
<line number="195" hits="
|
|
7779
|
-
<line number="196" hits="
|
|
7780
|
-
<line number="197" hits="
|
|
7781
|
-
<line number="198" hits="
|
|
7782
|
-
<line number="203" hits="
|
|
7783
|
-
<line number="204" hits="
|
|
7784
|
-
<line number="205" hits="
|
|
7785
|
-
<line number="206" hits="
|
|
7786
|
-
<line number="208" hits="
|
|
7787
|
-
<line number="209" hits="
|
|
7788
|
-
<line number="213" hits="
|
|
7789
|
-
<line number="214" hits="
|
|
7790
|
-
<line number="215" hits="
|
|
7791
|
-
<line number="216" hits="
|
|
7792
|
-
<line number="217" hits="
|
|
7793
|
-
<line number="218" hits="
|
|
7794
|
-
<line number="219" hits="
|
|
7795
|
-
<line number="222" hits="
|
|
7796
|
-
<line number="227" hits="
|
|
7797
|
-
<line number="228" hits="
|
|
7798
|
-
<line number="231" hits="
|
|
7799
|
-
<line number="232" hits="
|
|
7800
|
-
<line number="233" hits="
|
|
7801
|
-
<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"/>
|
|
7802
7815
|
</lines>
|
|
7803
7816
|
</class>
|
|
7804
7817
|
<class name="index.js" filename="src/lib/utils/generateKiwtQueryParams/index.js" line-rate="0" branch-rate="0">
|
|
@@ -7861,7 +7874,7 @@
|
|
|
7861
7874
|
</method>
|
|
7862
7875
|
</methods>
|
|
7863
7876
|
<lines>
|
|
7864
|
-
<line number="3" hits="
|
|
7877
|
+
<line number="3" hits="33" branch="true" condition-coverage="100% (2/2)"/>
|
|
7865
7878
|
<line number="5" hits="54" branch="false"/>
|
|
7866
7879
|
<line number="7" hits="78" branch="false"/>
|
|
7867
7880
|
<line number="8" hits="61" branch="false"/>
|
|
@@ -7899,7 +7912,7 @@
|
|
|
7899
7912
|
</method>
|
|
7900
7913
|
</methods>
|
|
7901
7914
|
<lines>
|
|
7902
|
-
<line number="1" hits="
|
|
7915
|
+
<line number="1" hits="30" branch="false"/>
|
|
7903
7916
|
<line number="2" hits="0" branch="false"/>
|
|
7904
7917
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7905
7918
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -7924,7 +7937,7 @@
|
|
|
7924
7937
|
</method>
|
|
7925
7938
|
</methods>
|
|
7926
7939
|
<lines>
|
|
7927
|
-
<line number="5" hits="
|
|
7940
|
+
<line number="5" hits="31" branch="true" condition-coverage="100% (2/2)"/>
|
|
7928
7941
|
<line number="6" hits="11" branch="false"/>
|
|
7929
7942
|
<line number="8" hits="11" branch="false"/>
|
|
7930
7943
|
<line number="11" hits="30" branch="false"/>
|
|
@@ -7947,7 +7960,7 @@
|
|
|
7947
7960
|
</method>
|
|
7948
7961
|
</methods>
|
|
7949
7962
|
<lines>
|
|
7950
|
-
<line number="5" hits="
|
|
7963
|
+
<line number="5" hits="31" branch="true" condition-coverage="100% (2/2)"/>
|
|
7951
7964
|
<line number="6" hits="18" branch="false"/>
|
|
7952
7965
|
<line number="8" hits="18" branch="false"/>
|
|
7953
7966
|
<line number="11" hits="46" branch="false"/>
|