@k-int/stripes-kint-components 5.31.3 → 5.31.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +8 -0
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +1 -1
- package/es/lib/SASQLookupComponent/SASQLookupComponent.test.js +540 -0
- package/es/lib/SASQLookupComponent/TableBody/TableBody.js +9 -5
- package/es/lib/SASQLookupComponent/TableBody/TableBody.test.js +253 -0
- package/es/lib/SASQLookupComponent/__mocks__/SASQLookupComponent.js +33 -0
- package/es/lib/SASQLookupComponent/__mocks__/SASQLookupComponentRender.js +24 -0
- package/es/lib/SASQLookupComponent/__mocks__/index.js +20 -0
- package/es/lib/SASQRoute/SASQRoute.test.js +267 -0
- package/es/lib/SASQViewComponent/SASQViewComponent.test.js +104 -0
- package/es/lib/SASQViewComponent/__mocks__/SASQViewComponent.js +19 -0
- package/es/lib/SASQViewComponent/__mocks__/SASQViewComponentRender.js +19 -0
- package/es/lib/SASQViewComponent/__mocks__/index.js +20 -0
- package/es/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +1 -1
- package/package.json +5 -1
- package/src/artifacts/coverage-jest/ActionList/ActionList.js.html +4 -4
- package/src/artifacts/coverage-jest/ActionList/ActionListFieldArray.js.html +10 -10
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertiesSettings.js.html +6 -6
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyForm.js.html +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/Config/CustomPropertyView.js.html +3 -3
- 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 +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertiesListField.js.html +5 -5
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyField.js.html +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/Edit/CustomPropertyFormCard.js.html +3 -3
- 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 +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterField.js.html +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/Filter/CustomPropertiesRule.js.html +4 -4
- 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 +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/Filter/useParseActiveFilterStrings.js.html +2 -2
- package/src/artifacts/coverage-jest/CustomProperties/Filter/useValueProps.js.html +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesView.js.html +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertiesViewCtx.js.html +3 -3
- package/src/artifacts/coverage-jest/CustomProperties/View/CustomPropertyCard.js.html +3 -3
- 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 +3 -3
- 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 +2 -2
- 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/FormModal/FormModal.js.html +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- package/src/artifacts/coverage-jest/QueryTypedown/index.html +1 -1
- package/src/artifacts/coverage-jest/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/RefdataButtons/RefdataButtons.js.html +3 -3
- 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 +6 -6
- 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 +2 -2
- package/src/artifacts/coverage-jest/RichSelect/RichSelect.js.html +3 -3
- 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 +2 -2
- package/src/artifacts/coverage-jest/SASQLookupComponent/SASQLookupComponent.js.html +146 -149
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/TableBody.js.html +74 -65
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.html +21 -21
- package/src/artifacts/coverage-jest/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQLookupComponent/index.html +21 -21
- package/src/artifacts/coverage-jest/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQRoute/SASQRoute.js.html +43 -43
- package/src/artifacts/coverage-jest/SASQRoute/index.html +21 -21
- package/src/artifacts/coverage-jest/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SASQViewComponent/SASQViewComponent.js.html +42 -42
- package/src/artifacts/coverage-jest/SASQViewComponent/index.html +21 -21
- package/src/artifacts/coverage-jest/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/SearchField/SearchField.js.html +4 -4
- 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 +3 -3
- 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 +4 -4
- 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 +4 -4
- 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 +3 -3
- package/src/artifacts/coverage-jest/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js.html +5 -5
- 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 +3 -3
- 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 +3 -3
- 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 +3 -3
- 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 +4 -4
- 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 +3 -3
- package/src/artifacts/coverage-jest/Settings/SettingPage/SettingPagePane/SettingPagePane.js.html +3 -3
- 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/SettingsFormContainer/SettingsFormContainer.js.html +3 -3
- 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 +3 -3
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/StaticSettingsFieldComponent.js.html +2 -2
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/StaticSettingsFieldComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/StaticSettingsField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/index.js.html +1 -1
- package/src/artifacts/coverage-jest/Settings/constants/queryKeys.js.html +5 -5
- package/src/artifacts/coverage-jest/Settings/contexts/SettingsContext.js.html +2 -2
- 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 +2 -2
- 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 +2 -2
- package/src/artifacts/coverage-jest/Settings/hooks/staticSettingsPages/useStaticSettingsSection.js.html +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +2 -2
- 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 +3 -3
- 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 +2 -2
- package/src/artifacts/coverage-jest/Tags/hooks/useTagsEnabled.js.html +8 -8
- 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 +5 -5
- package/src/artifacts/coverage-jest/Typedown/Typedown.js.html +3 -3
- package/src/artifacts/coverage-jest/Typedown/index.html +1 -1
- package/src/artifacts/coverage-jest/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/cobertura-coverage.xml +652 -650
- package/src/artifacts/coverage-jest/constants/comparators.js.html +1 -1
- package/src/artifacts/coverage-jest/constants/customProperties.js.html +12 -12
- package/src/artifacts/coverage-jest/constants/endpoints.js.html +4 -4
- package/src/artifacts/coverage-jest/constants/eventCodes.js.html +4 -4
- package/src/artifacts/coverage-jest/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/constants/pagination.js.html +6 -6
- package/src/artifacts/coverage-jest/hooks/index.html +51 -51
- 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 +8 -8
- 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 +12 -12
- 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 +10 -10
- 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 +2 -2
- package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownData.js.html +2 -2
- package/src/artifacts/coverage-jest/hooks/typedownHooks/useTypedownToggle.js.html +2 -2
- package/src/artifacts/coverage-jest/hooks/useActionListRef.js.html +2 -2
- package/src/artifacts/coverage-jest/hooks/useActiveElement.js.html +2 -2
- package/src/artifacts/coverage-jest/hooks/useCustomProperties.js.html +3 -3
- package/src/artifacts/coverage-jest/hooks/useHelperApp.js.html +2 -2
- 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 +2 -2
- package/src/artifacts/coverage-jest/hooks/useKiwtSASQuery.js.html +48 -48
- package/src/artifacts/coverage-jest/hooks/useLocalPageStore.js.html +3 -3
- package/src/artifacts/coverage-jest/hooks/useLocalStorageState.js.html +22 -22
- package/src/artifacts/coverage-jest/hooks/useModConfigEntries.js.html +3 -3
- package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateCustomProperties/useMutateCustomProperties.js.html +2 -2
- package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateGeneric/index.js.html +5 -2
- package/src/artifacts/coverage-jest/hooks/useMutateGeneric/useMutateGeneric.js.html +2 -2
- package/src/artifacts/coverage-jest/hooks/useMutateModConfigEntry.js.html +2 -2
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataCategory/useMutateRefdataCategory.js.html +2 -2
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/index.js.html +1 -1
- package/src/artifacts/coverage-jest/hooks/useMutateRefdataValue/useMutateRefdataValue.js.html +2 -2
- package/src/artifacts/coverage-jest/hooks/usePrevNextPagination.js.html +68 -68
- package/src/artifacts/coverage-jest/hooks/useQIndex.js.html +28 -28
- package/src/artifacts/coverage-jest/hooks/useRefdata.js.html +3 -3
- package/src/artifacts/coverage-jest/hooks/useSASQQueryMeta.js.html +2 -2
- 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 +2 -2
- package/src/artifacts/coverage-jest/hooks/useTemplates.js.html +2 -2
- package/src/artifacts/coverage-jest/index.html +84 -84
- package/src/artifacts/coverage-jest/utils/buildUrl.js.html +34 -34
- 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 +67 -67
- 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/highlightString.js.html +3 -3
- package/src/artifacts/coverage-jest/utils/index.html +22 -22
- package/src/artifacts/coverage-jest/utils/index.js.html +1 -1
- package/src/artifacts/coverage-jest/utils/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/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 +8 -8
- package/src/lib/SASQLookupComponent/SASQLookupComponent.js +3 -4
- package/src/lib/SASQLookupComponent/SASQLookupComponent.test.js +495 -0
- package/src/lib/SASQLookupComponent/TableBody/TableBody.js +6 -3
- package/src/lib/SASQLookupComponent/TableBody/TableBody.test.js +247 -0
- package/src/lib/SASQLookupComponent/__mocks__/SASQLookupComponent.js +31 -0
- package/src/lib/SASQLookupComponent/__mocks__/SASQLookupComponentRender.js +20 -0
- package/src/lib/SASQLookupComponent/__mocks__/index.js +2 -0
- package/src/lib/SASQRoute/SASQRoute.test.js +281 -0
- package/src/lib/SASQViewComponent/SASQViewComponent.test.js +114 -0
- package/src/lib/SASQViewComponent/__mocks__/SASQViewComponent.js +13 -0
- package/src/lib/SASQViewComponent/__mocks__/SASQViewComponentRender.js +17 -0
- package/src/lib/SASQViewComponent/__mocks__/index.js +2 -0
- package/src/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/EditableSettingsListFieldArray.js +1 -1
- package/src/lib/hooks/useMutateGeneric/index.js +1 -1
- package/test/helpers/test-implementor-translations.json +2 -1
- package/test/helpers/translationsProperties.js +1 -1
- package/test/jest/setupTests.js +1 -1
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
<?xml version="1.0" ?>
|
|
2
2
|
<!DOCTYPE coverage SYSTEM "http://cobertura.sourceforge.net/xml/coverage-04.dtd">
|
|
3
|
-
<coverage lines-valid="
|
|
3
|
+
<coverage lines-valid="2361" lines-covered="989" line-rate="0.4188" branches-valid="1726" branches-covered="518" branch-rate="0.30010000000000003" timestamp="1770225512612" complexity="0" version="0.1">
|
|
4
4
|
<sources>
|
|
5
5
|
<source>/builds/knowledge-integration/folio/stripes-kint-components</source>
|
|
6
6
|
</sources>
|
|
@@ -36,14 +36,14 @@
|
|
|
36
36
|
</method>
|
|
37
37
|
</methods>
|
|
38
38
|
<lines>
|
|
39
|
-
<line number="10" hits="
|
|
40
|
-
<line number="32" hits="
|
|
39
|
+
<line number="10" hits="27" branch="false"/>
|
|
40
|
+
<line number="32" hits="27" branch="false"/>
|
|
41
41
|
<line number="51" hits="0" branch="false"/>
|
|
42
42
|
<line number="52" hits="0" branch="false"/>
|
|
43
43
|
<line number="55" hits="0" branch="false"/>
|
|
44
44
|
<line number="61" hits="0" branch="false"/>
|
|
45
45
|
<line number="65" hits="0" branch="false"/>
|
|
46
|
-
<line number="94" hits="
|
|
46
|
+
<line number="94" hits="27" branch="false"/>
|
|
47
47
|
</lines>
|
|
48
48
|
</class>
|
|
49
49
|
<class name="ActionListFieldArray.js" filename="src/lib/ActionList/ActionListFieldArray.js" line-rate="0.07429999999999999" branch-rate="0">
|
|
@@ -205,17 +205,17 @@
|
|
|
205
205
|
</method>
|
|
206
206
|
</methods>
|
|
207
207
|
<lines>
|
|
208
|
-
<line number="13" hits="
|
|
209
|
-
<line number="14" hits="
|
|
210
|
-
<line number="15" hits="
|
|
211
|
-
<line number="17" hits="
|
|
212
|
-
<line number="43" hits="
|
|
208
|
+
<line number="13" hits="27" branch="false"/>
|
|
209
|
+
<line number="14" hits="27" branch="false"/>
|
|
210
|
+
<line number="15" hits="27" branch="false"/>
|
|
211
|
+
<line number="17" hits="27" branch="false"/>
|
|
212
|
+
<line number="43" hits="27" branch="false"/>
|
|
213
213
|
<line number="44" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
214
214
|
<line number="45" hits="0" branch="false"/>
|
|
215
215
|
<line number="54" hits="0" branch="false"/>
|
|
216
|
-
<line number="65" hits="
|
|
217
|
-
<line number="73" hits="
|
|
218
|
-
<line number="75" hits="
|
|
216
|
+
<line number="65" hits="27" branch="false"/>
|
|
217
|
+
<line number="73" hits="27" branch="false"/>
|
|
218
|
+
<line number="75" hits="27" branch="false"/>
|
|
219
219
|
<line number="97" hits="0" branch="false"/>
|
|
220
220
|
<line number="98" hits="0" branch="false"/>
|
|
221
221
|
<line number="99" hits="0" branch="false"/>
|
|
@@ -325,7 +325,7 @@
|
|
|
325
325
|
<line number="455" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
326
326
|
<line number="456" hits="0" branch="false"/>
|
|
327
327
|
<line number="457" hits="0" branch="false"/>
|
|
328
|
-
<line number="473" hits="
|
|
328
|
+
<line number="473" hits="27" branch="false"/>
|
|
329
329
|
</lines>
|
|
330
330
|
</class>
|
|
331
331
|
<class name="index.js" filename="src/lib/ActionList/index.js" line-rate="0" branch-rate="0">
|
|
@@ -362,12 +362,12 @@
|
|
|
362
362
|
</method>
|
|
363
363
|
</methods>
|
|
364
364
|
<lines>
|
|
365
|
-
<line number="8" hits="
|
|
365
|
+
<line number="8" hits="27" branch="false"/>
|
|
366
366
|
<line number="13" hits="0" branch="false"/>
|
|
367
367
|
<line number="15" hits="0" branch="false"/>
|
|
368
368
|
<line number="17" hits="0" branch="false"/>
|
|
369
369
|
<line number="31" hits="0" branch="false"/>
|
|
370
|
-
<line number="49" hits="
|
|
370
|
+
<line number="49" hits="27" branch="false"/>
|
|
371
371
|
</lines>
|
|
372
372
|
</class>
|
|
373
373
|
<class name="index.js" filename="src/lib/ButtonTypedown/index.js" line-rate="0" branch-rate="0">
|
|
@@ -429,7 +429,7 @@
|
|
|
429
429
|
</method>
|
|
430
430
|
</methods>
|
|
431
431
|
<lines>
|
|
432
|
-
<line number="23" hits="
|
|
432
|
+
<line number="23" hits="27" branch="false"/>
|
|
433
433
|
<line number="33" hits="0" branch="false"/>
|
|
434
434
|
<line number="34" hits="0" branch="false"/>
|
|
435
435
|
<line number="37" hits="0" branch="false"/>
|
|
@@ -448,7 +448,7 @@
|
|
|
448
448
|
<line number="115" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
449
449
|
<line number="116" hits="0" branch="false"/>
|
|
450
450
|
<line number="137" hits="0" branch="false"/>
|
|
451
|
-
<line number="147" hits="
|
|
451
|
+
<line number="147" hits="27" branch="false"/>
|
|
452
452
|
</lines>
|
|
453
453
|
</class>
|
|
454
454
|
<class name="index.js" filename="src/lib/ComboButton/index.js" line-rate="0" branch-rate="0">
|
|
@@ -520,7 +520,7 @@
|
|
|
520
520
|
</method>
|
|
521
521
|
</methods>
|
|
522
522
|
<lines>
|
|
523
|
-
<line number="12" hits="
|
|
523
|
+
<line number="12" hits="26" branch="false"/>
|
|
524
524
|
<line number="22" hits="2" branch="false"/>
|
|
525
525
|
<line number="25" hits="2" branch="false"/>
|
|
526
526
|
<line number="27" hits="2" branch="false"/>
|
|
@@ -538,7 +538,7 @@
|
|
|
538
538
|
<line number="151" hits="6" branch="false"/>
|
|
539
539
|
<line number="160" hits="72" branch="false"/>
|
|
540
540
|
<line number="165" hits="72" branch="false"/>
|
|
541
|
-
<line number="176" hits="
|
|
541
|
+
<line number="176" hits="26" branch="false"/>
|
|
542
542
|
</lines>
|
|
543
543
|
</class>
|
|
544
544
|
<class name="CustomPropertiesSettings.js" filename="src/lib/CustomProperties/Config/CustomPropertiesSettings.js" line-rate="0.3389" branch-rate="0.3617">
|
|
@@ -630,10 +630,10 @@
|
|
|
630
630
|
</method>
|
|
631
631
|
</methods>
|
|
632
632
|
<lines>
|
|
633
|
-
<line number="18" hits="
|
|
634
|
-
<line number="19" hits="
|
|
635
|
-
<line number="20" hits="
|
|
636
|
-
<line number="23" hits="
|
|
633
|
+
<line number="18" hits="27" branch="false"/>
|
|
634
|
+
<line number="19" hits="27" branch="false"/>
|
|
635
|
+
<line number="20" hits="27" branch="false"/>
|
|
636
|
+
<line number="23" hits="27" branch="false"/>
|
|
637
637
|
<line number="43" hits="5" branch="false"/>
|
|
638
638
|
<line number="45" hits="5" branch="false"/>
|
|
639
639
|
<line number="46" hits="5" branch="false"/>
|
|
@@ -688,7 +688,7 @@
|
|
|
688
688
|
<line number="354" hits="0" branch="false"/>
|
|
689
689
|
<line number="355" hits="0" branch="false"/>
|
|
690
690
|
<line number="356" hits="0" branch="false"/>
|
|
691
|
-
<line number="364" hits="
|
|
691
|
+
<line number="364" hits="27" branch="false"/>
|
|
692
692
|
</lines>
|
|
693
693
|
</class>
|
|
694
694
|
<class name="CustomPropertyForm.js" filename="src/lib/CustomProperties/Config/CustomPropertyForm.js" line-rate="0.6666" branch-rate="0.5476">
|
|
@@ -740,7 +740,7 @@
|
|
|
740
740
|
</method>
|
|
741
741
|
</methods>
|
|
742
742
|
<lines>
|
|
743
|
-
<line number="27" hits="
|
|
743
|
+
<line number="27" hits="27" branch="false"/>
|
|
744
744
|
<line number="35" hits="40" branch="false"/>
|
|
745
745
|
<line number="36" hits="40" branch="false"/>
|
|
746
746
|
<line number="37" hits="40" branch="false"/>
|
|
@@ -766,7 +766,7 @@
|
|
|
766
766
|
<line number="290" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
767
767
|
<line number="291" hits="0" branch="false"/>
|
|
768
768
|
<line number="293" hits="0" branch="false"/>
|
|
769
|
-
<line number="454" hits="
|
|
769
|
+
<line number="454" hits="27" branch="false"/>
|
|
770
770
|
</lines>
|
|
771
771
|
</class>
|
|
772
772
|
<class name="CustomPropertyView.js" filename="src/lib/CustomProperties/Config/CustomPropertyView.js" line-rate="1" branch-rate="0.5357">
|
|
@@ -778,10 +778,10 @@
|
|
|
778
778
|
</method>
|
|
779
779
|
</methods>
|
|
780
780
|
<lines>
|
|
781
|
-
<line number="8" hits="
|
|
781
|
+
<line number="8" hits="27" branch="false"/>
|
|
782
782
|
<line number="15" hits="9" branch="false"/>
|
|
783
783
|
<line number="17" hits="9" branch="false"/>
|
|
784
|
-
<line number="193" hits="
|
|
784
|
+
<line number="193" hits="27" branch="false"/>
|
|
785
785
|
</lines>
|
|
786
786
|
</class>
|
|
787
787
|
<class name="index.js" filename="src/lib/CustomProperties/Config/index.js" line-rate="0" branch-rate="0">
|
|
@@ -808,10 +808,10 @@
|
|
|
808
808
|
</method>
|
|
809
809
|
</methods>
|
|
810
810
|
<lines>
|
|
811
|
-
<line number="4" hits="
|
|
811
|
+
<line number="4" hits="27" branch="false"/>
|
|
812
812
|
<line number="13" hits="1" branch="false"/>
|
|
813
813
|
<line number="15" hits="2" branch="false"/>
|
|
814
|
-
<line number="31" hits="
|
|
814
|
+
<line number="31" hits="27" branch="false"/>
|
|
815
815
|
</lines>
|
|
816
816
|
</class>
|
|
817
817
|
<class name="CustomPropertiesEditCtx.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesEditCtx.js" line-rate="0.8181" branch-rate="0.7777">
|
|
@@ -828,7 +828,7 @@
|
|
|
828
828
|
</method>
|
|
829
829
|
</methods>
|
|
830
830
|
<lines>
|
|
831
|
-
<line number="7" hits="
|
|
831
|
+
<line number="7" hits="26" branch="false"/>
|
|
832
832
|
<line number="16" hits="1" branch="false"/>
|
|
833
833
|
<line number="19" hits="1" branch="false"/>
|
|
834
834
|
<line number="21" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
@@ -838,7 +838,7 @@
|
|
|
838
838
|
<line number="57" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
839
839
|
<line number="58" hits="0" branch="false"/>
|
|
840
840
|
<line number="61" hits="1" branch="false"/>
|
|
841
|
-
<line number="79" hits="
|
|
841
|
+
<line number="79" hits="26" branch="false"/>
|
|
842
842
|
</lines>
|
|
843
843
|
</class>
|
|
844
844
|
<class name="CustomPropertiesListField.js" filename="src/lib/CustomProperties/Edit/CustomPropertiesListField.js" line-rate="0.8431000000000001" branch-rate="0.6875">
|
|
@@ -935,7 +935,7 @@
|
|
|
935
935
|
</method>
|
|
936
936
|
</methods>
|
|
937
937
|
<lines>
|
|
938
|
-
<line number="10" hits="
|
|
938
|
+
<line number="10" hits="26" branch="false"/>
|
|
939
939
|
<line number="24" hits="15" branch="false"/>
|
|
940
940
|
<line number="26" hits="15" branch="false"/>
|
|
941
941
|
<line number="27" hits="15" branch="false"/>
|
|
@@ -964,7 +964,7 @@
|
|
|
964
964
|
<line number="128" hits="180" branch="true" condition-coverage="66.66666666666666% (2/3)"/>
|
|
965
965
|
<line number="132" hits="0" branch="false"/>
|
|
966
966
|
<line number="133" hits="0" branch="false"/>
|
|
967
|
-
<line number="146" hits="
|
|
967
|
+
<line number="146" hits="26" branch="false"/>
|
|
968
968
|
<line number="154" hits="10" branch="false"/>
|
|
969
969
|
<line number="155" hits="10" branch="false"/>
|
|
970
970
|
<line number="158" hits="10" branch="false"/>
|
|
@@ -984,8 +984,8 @@
|
|
|
984
984
|
<line number="203" hits="5" branch="false"/>
|
|
985
985
|
<line number="206" hits="10" branch="false"/>
|
|
986
986
|
<line number="211" hits="10" branch="false"/>
|
|
987
|
-
<line number="227" hits="
|
|
988
|
-
<line number="235" hits="
|
|
987
|
+
<line number="227" hits="26" branch="false"/>
|
|
988
|
+
<line number="235" hits="26" branch="false"/>
|
|
989
989
|
</lines>
|
|
990
990
|
</class>
|
|
991
991
|
<class name="CustomPropertyField.js" filename="src/lib/CustomProperties/Edit/CustomPropertyField.js" line-rate="0.6419" branch-rate="0.6229">
|
|
@@ -1097,7 +1097,7 @@
|
|
|
1097
1097
|
</method>
|
|
1098
1098
|
</methods>
|
|
1099
1099
|
<lines>
|
|
1100
|
-
<line number="22" hits="
|
|
1100
|
+
<line number="22" hits="26" branch="false"/>
|
|
1101
1101
|
<line number="36" hits="14" branch="false"/>
|
|
1102
1102
|
<line number="38" hits="14" branch="false"/>
|
|
1103
1103
|
<line number="39" hits="14" branch="true" condition-coverage="100% (2/2)"/>
|
|
@@ -1177,7 +1177,7 @@
|
|
|
1177
1177
|
<line number="331" hits="0" branch="false"/>
|
|
1178
1178
|
<line number="340" hits="14" branch="false"/>
|
|
1179
1179
|
<line number="356" hits="14" branch="false"/>
|
|
1180
|
-
<line number="390" hits="
|
|
1180
|
+
<line number="390" hits="26" branch="false"/>
|
|
1181
1181
|
</lines>
|
|
1182
1182
|
</class>
|
|
1183
1183
|
<class name="CustomPropertyFormCard.js" filename="src/lib/CustomProperties/Edit/CustomPropertyFormCard.js" line-rate="0.6666" branch-rate="0.5714">
|
|
@@ -1209,7 +1209,7 @@
|
|
|
1209
1209
|
</method>
|
|
1210
1210
|
</methods>
|
|
1211
1211
|
<lines>
|
|
1212
|
-
<line number="13" hits="
|
|
1212
|
+
<line number="13" hits="26" branch="false"/>
|
|
1213
1213
|
<line number="29" hits="3" branch="false"/>
|
|
1214
1214
|
<line number="31" hits="3" branch="false"/>
|
|
1215
1215
|
<line number="32" hits="3" branch="true" condition-coverage="50% (1/2)"/>
|
|
@@ -1220,7 +1220,7 @@
|
|
|
1220
1220
|
<line number="53" hits="3" branch="false"/>
|
|
1221
1221
|
<line number="63" hits="0" branch="false"/>
|
|
1222
1222
|
<line number="68" hits="0" branch="false"/>
|
|
1223
|
-
<line number="106" hits="
|
|
1223
|
+
<line number="106" hits="26" branch="false"/>
|
|
1224
1224
|
</lines>
|
|
1225
1225
|
</class>
|
|
1226
1226
|
<class name="index.js" filename="src/lib/CustomProperties/Edit/index.js" line-rate="0" branch-rate="0">
|
|
@@ -1356,7 +1356,7 @@
|
|
|
1356
1356
|
</method>
|
|
1357
1357
|
</methods>
|
|
1358
1358
|
<lines>
|
|
1359
|
-
<line number="15" hits="
|
|
1359
|
+
<line number="15" hits="27" branch="false"/>
|
|
1360
1360
|
<line number="26" hits="4" branch="false"/>
|
|
1361
1361
|
<line number="27" hits="4" branch="false"/>
|
|
1362
1362
|
<line number="28" hits="4" branch="false"/>
|
|
@@ -1378,7 +1378,7 @@
|
|
|
1378
1378
|
<line number="88" hits="0" branch="false"/>
|
|
1379
1379
|
<line number="91" hits="4" branch="false"/>
|
|
1380
1380
|
<line number="103" hits="0" branch="false"/>
|
|
1381
|
-
<line number="129" hits="
|
|
1381
|
+
<line number="129" hits="27" branch="false"/>
|
|
1382
1382
|
</lines>
|
|
1383
1383
|
</class>
|
|
1384
1384
|
<class name="CustomPropertiesFilterField.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilterField.js" line-rate="0.7272" branch-rate="0.4285">
|
|
@@ -1445,7 +1445,7 @@
|
|
|
1445
1445
|
</method>
|
|
1446
1446
|
</methods>
|
|
1447
1447
|
<lines>
|
|
1448
|
-
<line number="20" hits="
|
|
1448
|
+
<line number="20" hits="26" branch="false"/>
|
|
1449
1449
|
<line number="29" hits="4" branch="false"/>
|
|
1450
1450
|
<line number="30" hits="4" branch="false"/>
|
|
1451
1451
|
<line number="31" hits="4" branch="false"/>
|
|
@@ -1466,7 +1466,7 @@
|
|
|
1466
1466
|
<line number="129" hits="10" branch="false"/>
|
|
1467
1467
|
<line number="133" hits="0" branch="false"/>
|
|
1468
1468
|
<line number="141" hits="0" branch="false"/>
|
|
1469
|
-
<line number="152" hits="
|
|
1469
|
+
<line number="152" hits="26" branch="false"/>
|
|
1470
1470
|
</lines>
|
|
1471
1471
|
</class>
|
|
1472
1472
|
<class name="CustomPropertiesFilterFieldArray.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js" line-rate="0.6" branch-rate="0.3333">
|
|
@@ -1503,7 +1503,7 @@
|
|
|
1503
1503
|
</method>
|
|
1504
1504
|
</methods>
|
|
1505
1505
|
<lines>
|
|
1506
|
-
<line number="17" hits="
|
|
1506
|
+
<line number="17" hits="26" branch="false"/>
|
|
1507
1507
|
<line number="23" hits="3" branch="false"/>
|
|
1508
1508
|
<line number="24" hits="3" branch="false"/>
|
|
1509
1509
|
<line number="26" hits="3" branch="false"/>
|
|
@@ -1512,7 +1512,7 @@
|
|
|
1512
1512
|
<line number="45" hits="0" branch="false"/>
|
|
1513
1513
|
<line number="50" hits="0" branch="false"/>
|
|
1514
1514
|
<line number="92" hits="0" branch="false"/>
|
|
1515
|
-
<line number="103" hits="
|
|
1515
|
+
<line number="103" hits="26" branch="false"/>
|
|
1516
1516
|
</lines>
|
|
1517
1517
|
</class>
|
|
1518
1518
|
<class name="CustomPropertiesFilterForm.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesFilterForm.js" line-rate="1" branch-rate="0.6666">
|
|
@@ -1524,10 +1524,10 @@
|
|
|
1524
1524
|
</method>
|
|
1525
1525
|
</methods>
|
|
1526
1526
|
<lines>
|
|
1527
|
-
<line number="13" hits="
|
|
1527
|
+
<line number="13" hits="26" branch="false"/>
|
|
1528
1528
|
<line number="26" hits="3" branch="false"/>
|
|
1529
1529
|
<line number="28" hits="3" branch="false"/>
|
|
1530
|
-
<line number="71" hits="
|
|
1530
|
+
<line number="71" hits="26" branch="false"/>
|
|
1531
1531
|
</lines>
|
|
1532
1532
|
</class>
|
|
1533
1533
|
<class name="CustomPropertiesRule.js" filename="src/lib/CustomProperties/Filter/CustomPropertiesRule.js" line-rate="0.9285" branch-rate="0.6666">
|
|
@@ -1564,8 +1564,8 @@
|
|
|
1564
1564
|
</method>
|
|
1565
1565
|
</methods>
|
|
1566
1566
|
<lines>
|
|
1567
|
-
<line number="21" hits="
|
|
1568
|
-
<line number="42" hits="
|
|
1567
|
+
<line number="21" hits="26" branch="false"/>
|
|
1568
|
+
<line number="42" hits="26" branch="false"/>
|
|
1569
1569
|
<line number="54" hits="12" branch="false"/>
|
|
1570
1570
|
<line number="55" hits="12" branch="false"/>
|
|
1571
1571
|
<line number="56" hits="12" branch="false"/>
|
|
@@ -1577,7 +1577,7 @@
|
|
|
1577
1577
|
<line number="91" hits="8" branch="true" condition-coverage="100% (2/2)"/>
|
|
1578
1578
|
<line number="92" hits="2" branch="false"/>
|
|
1579
1579
|
<line number="125" hits="0" branch="false"/>
|
|
1580
|
-
<line number="139" hits="
|
|
1580
|
+
<line number="139" hits="26" branch="false"/>
|
|
1581
1581
|
</lines>
|
|
1582
1582
|
</class>
|
|
1583
1583
|
<class name="index.js" filename="src/lib/CustomProperties/Filter/index.js" line-rate="0" branch-rate="0">
|
|
@@ -1663,8 +1663,8 @@
|
|
|
1663
1663
|
</method>
|
|
1664
1664
|
</methods>
|
|
1665
1665
|
<lines>
|
|
1666
|
-
<line number="11" hits="
|
|
1667
|
-
<line number="13" hits="
|
|
1666
|
+
<line number="11" hits="27" branch="false"/>
|
|
1667
|
+
<line number="13" hits="27" branch="true" condition-coverage="75% (3/4)"/>
|
|
1668
1668
|
<line number="14" hits="16" branch="false"/>
|
|
1669
1669
|
<line number="16" hits="16" branch="false"/>
|
|
1670
1670
|
<line number="21" hits="16" branch="true" condition-coverage="100% (5/5)"/>
|
|
@@ -1709,7 +1709,7 @@
|
|
|
1709
1709
|
</method>
|
|
1710
1710
|
</methods>
|
|
1711
1711
|
<lines>
|
|
1712
|
-
<line number="3" hits="
|
|
1712
|
+
<line number="3" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
1713
1713
|
<line number="4" hits="40" branch="false"/>
|
|
1714
1714
|
<line number="6" hits="4" branch="false"/>
|
|
1715
1715
|
<line number="7" hits="4" branch="false"/>
|
|
@@ -1749,8 +1749,8 @@
|
|
|
1749
1749
|
</method>
|
|
1750
1750
|
</methods>
|
|
1751
1751
|
<lines>
|
|
1752
|
-
<line number="12" hits="
|
|
1753
|
-
<line number="14" hits="
|
|
1752
|
+
<line number="12" hits="26" branch="false"/>
|
|
1753
|
+
<line number="14" hits="26" branch="false"/>
|
|
1754
1754
|
<line number="20" hits="12" branch="false"/>
|
|
1755
1755
|
<line number="24" hits="12" branch="true" condition-coverage="42.857142857142854% (3/7)"/>
|
|
1756
1756
|
<line number="27" hits="0" branch="false"/>
|
|
@@ -1793,10 +1793,10 @@
|
|
|
1793
1793
|
</method>
|
|
1794
1794
|
</methods>
|
|
1795
1795
|
<lines>
|
|
1796
|
-
<line number="4" hits="
|
|
1796
|
+
<line number="4" hits="27" branch="false"/>
|
|
1797
1797
|
<line number="13" hits="1" branch="false"/>
|
|
1798
1798
|
<line number="15" hits="2" branch="false"/>
|
|
1799
|
-
<line number="31" hits="
|
|
1799
|
+
<line number="31" hits="27" branch="false"/>
|
|
1800
1800
|
</lines>
|
|
1801
1801
|
</class>
|
|
1802
1802
|
<class name="CustomPropertiesViewCtx.js" filename="src/lib/CustomProperties/View/CustomPropertiesViewCtx.js" line-rate="0.8887999999999999" branch-rate="0.5625">
|
|
@@ -1833,7 +1833,7 @@
|
|
|
1833
1833
|
</method>
|
|
1834
1834
|
</methods>
|
|
1835
1835
|
<lines>
|
|
1836
|
-
<line number="8" hits="
|
|
1836
|
+
<line number="8" hits="26" branch="false"/>
|
|
1837
1837
|
<line number="17" hits="1" branch="false"/>
|
|
1838
1838
|
<line number="20" hits="1" branch="false"/>
|
|
1839
1839
|
<line number="22" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
@@ -1850,7 +1850,7 @@
|
|
|
1850
1850
|
<line number="85" hits="1" branch="false"/>
|
|
1851
1851
|
<line number="87" hits="1" branch="false"/>
|
|
1852
1852
|
<line number="97" hits="12" branch="false"/>
|
|
1853
|
-
<line number="110" hits="
|
|
1853
|
+
<line number="110" hits="26" branch="false"/>
|
|
1854
1854
|
</lines>
|
|
1855
1855
|
</class>
|
|
1856
1856
|
<class name="CustomPropertyCard.js" filename="src/lib/CustomProperties/View/CustomPropertyCard.js" line-rate="0.11109999999999999" branch-rate="0">
|
|
@@ -1872,7 +1872,7 @@
|
|
|
1872
1872
|
</method>
|
|
1873
1873
|
</methods>
|
|
1874
1874
|
<lines>
|
|
1875
|
-
<line number="18" hits="
|
|
1875
|
+
<line number="18" hits="26" branch="false"/>
|
|
1876
1876
|
<line number="27" hits="0" branch="false"/>
|
|
1877
1877
|
<line number="30" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1878
1878
|
<line number="32" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -1889,7 +1889,7 @@
|
|
|
1889
1889
|
<line number="63" hits="0" branch="false"/>
|
|
1890
1890
|
<line number="66" hits="0" branch="false"/>
|
|
1891
1891
|
<line number="70" hits="0" branch="false"/>
|
|
1892
|
-
<line number="168" hits="
|
|
1892
|
+
<line number="168" hits="26" branch="false"/>
|
|
1893
1893
|
</lines>
|
|
1894
1894
|
</class>
|
|
1895
1895
|
<class name="index.js" filename="src/lib/CustomProperties/View/index.js" line-rate="0" branch-rate="0">
|
|
@@ -1926,14 +1926,14 @@
|
|
|
1926
1926
|
</method>
|
|
1927
1927
|
</methods>
|
|
1928
1928
|
<lines>
|
|
1929
|
-
<line number="9" hits="
|
|
1929
|
+
<line number="9" hits="27" branch="false"/>
|
|
1930
1930
|
<line number="13" hits="0" branch="false"/>
|
|
1931
1931
|
<line number="15" hits="0" branch="false"/>
|
|
1932
1932
|
<line number="17" hits="0" branch="false"/>
|
|
1933
1933
|
<line number="25" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1934
1934
|
<line number="26" hits="0" branch="false"/>
|
|
1935
1935
|
<line number="29" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
1936
|
-
<line number="35" hits="
|
|
1936
|
+
<line number="35" hits="27" branch="false"/>
|
|
1937
1937
|
</lines>
|
|
1938
1938
|
</class>
|
|
1939
1939
|
<class name="index.js" filename="src/lib/CycleButton/index.js" line-rate="0" branch-rate="0">
|
|
@@ -1960,7 +1960,7 @@
|
|
|
1960
1960
|
</method>
|
|
1961
1961
|
</methods>
|
|
1962
1962
|
<lines>
|
|
1963
|
-
<line number="3" hits="
|
|
1963
|
+
<line number="3" hits="27" branch="false"/>
|
|
1964
1964
|
<line number="8" hits="0" branch="false"/>
|
|
1965
1965
|
<line number="13" hits="0" branch="false"/>
|
|
1966
1966
|
</lines>
|
|
@@ -2019,7 +2019,7 @@
|
|
|
2019
2019
|
</method>
|
|
2020
2020
|
</methods>
|
|
2021
2021
|
<lines>
|
|
2022
|
-
<line number="7" hits="
|
|
2022
|
+
<line number="7" hits="26" branch="false"/>
|
|
2023
2023
|
<line number="18" hits="3" branch="false"/>
|
|
2024
2024
|
<line number="20" hits="3" branch="false"/>
|
|
2025
2025
|
<line number="26" hits="3" branch="false"/>
|
|
@@ -2054,7 +2054,7 @@
|
|
|
2054
2054
|
<line number="91" hits="3" branch="false"/>
|
|
2055
2055
|
<line number="92" hits="3" branch="false"/>
|
|
2056
2056
|
<line number="119" hits="3" branch="false"/>
|
|
2057
|
-
<line number="134" hits="
|
|
2057
|
+
<line number="134" hits="26" branch="false"/>
|
|
2058
2058
|
</lines>
|
|
2059
2059
|
</class>
|
|
2060
2060
|
<class name="index.js" filename="src/lib/FormModal/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2076,7 +2076,7 @@
|
|
|
2076
2076
|
</method>
|
|
2077
2077
|
</methods>
|
|
2078
2078
|
<lines>
|
|
2079
|
-
<line number="6" hits="
|
|
2079
|
+
<line number="6" hits="27" branch="false"/>
|
|
2080
2080
|
<line number="14" hits="0" branch="false"/>
|
|
2081
2081
|
<line number="15" hits="0" branch="false"/>
|
|
2082
2082
|
<line number="17" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -2090,7 +2090,7 @@
|
|
|
2090
2090
|
<line number="37" hits="0" branch="false"/>
|
|
2091
2091
|
<line number="40" hits="0" branch="false"/>
|
|
2092
2092
|
<line number="43" hits="0" branch="false"/>
|
|
2093
|
-
<line number="46" hits="
|
|
2093
|
+
<line number="46" hits="27" branch="false"/>
|
|
2094
2094
|
</lines>
|
|
2095
2095
|
</class>
|
|
2096
2096
|
<class name="index.js" filename="src/lib/FormattedKintMessage/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2127,7 +2127,7 @@
|
|
|
2127
2127
|
</method>
|
|
2128
2128
|
</methods>
|
|
2129
2129
|
<lines>
|
|
2130
|
-
<line number="17" hits="
|
|
2130
|
+
<line number="17" hits="27" branch="false"/>
|
|
2131
2131
|
<line number="32" hits="0" branch="false"/>
|
|
2132
2132
|
<line number="43" hits="0" branch="false"/>
|
|
2133
2133
|
<line number="48" hits="0" branch="false"/>
|
|
@@ -2138,7 +2138,7 @@
|
|
|
2138
2138
|
<line number="67" hits="0" branch="false"/>
|
|
2139
2139
|
<line number="77" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
2140
2140
|
<line number="80" hits="0" branch="false"/>
|
|
2141
|
-
<line number="107" hits="
|
|
2141
|
+
<line number="107" hits="27" branch="false"/>
|
|
2142
2142
|
</lines>
|
|
2143
2143
|
</class>
|
|
2144
2144
|
<class name="index.js" filename="src/lib/IconSelect/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2160,7 +2160,7 @@
|
|
|
2160
2160
|
</method>
|
|
2161
2161
|
</methods>
|
|
2162
2162
|
<lines>
|
|
2163
|
-
<line number="8" hits="
|
|
2163
|
+
<line number="8" hits="27" branch="false"/>
|
|
2164
2164
|
<line number="21" hits="0" branch="false"/>
|
|
2165
2165
|
<line number="23" hits="0" branch="false"/>
|
|
2166
2166
|
<line number="24" hits="0" branch="false"/>
|
|
@@ -2177,7 +2177,7 @@
|
|
|
2177
2177
|
<line number="40" hits="0" branch="false"/>
|
|
2178
2178
|
<line number="41" hits="0" branch="false"/>
|
|
2179
2179
|
<line number="44" hits="0" branch="false"/>
|
|
2180
|
-
<line number="74" hits="
|
|
2180
|
+
<line number="74" hits="27" branch="false"/>
|
|
2181
2181
|
</lines>
|
|
2182
2182
|
</class>
|
|
2183
2183
|
<class name="index.js" filename="src/lib/NoResultsMessage/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2224,7 +2224,7 @@
|
|
|
2224
2224
|
</method>
|
|
2225
2225
|
</methods>
|
|
2226
2226
|
<lines>
|
|
2227
|
-
<line number="16" hits="
|
|
2227
|
+
<line number="16" hits="27" branch="false"/>
|
|
2228
2228
|
<line number="23" hits="606" branch="false"/>
|
|
2229
2229
|
<line number="27" hits="606" branch="true" condition-coverage="100% (2/2)"/>
|
|
2230
2230
|
<line number="29" hits="606" branch="false"/>
|
|
@@ -2257,7 +2257,7 @@
|
|
|
2257
2257
|
<line number="91" hits="28" branch="true" condition-coverage="50% (1/2)"/>
|
|
2258
2258
|
<line number="92" hits="28" branch="false"/>
|
|
2259
2259
|
<line number="94" hits="28" branch="false"/>
|
|
2260
|
-
<line number="113" hits="
|
|
2260
|
+
<line number="113" hits="27" branch="false"/>
|
|
2261
2261
|
</lines>
|
|
2262
2262
|
</class>
|
|
2263
2263
|
<class name="index.js" filename="src/lib/NumberField/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2294,7 +2294,7 @@
|
|
|
2294
2294
|
</method>
|
|
2295
2295
|
</methods>
|
|
2296
2296
|
<lines>
|
|
2297
|
-
<line number="7" hits="
|
|
2297
|
+
<line number="7" hits="27" branch="false"/>
|
|
2298
2298
|
<line number="8" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
2299
2299
|
<line number="13" hits="0" branch="false"/>
|
|
2300
2300
|
<line number="14" hits="0" branch="false"/>
|
|
@@ -2304,7 +2304,7 @@
|
|
|
2304
2304
|
<line number="21" hits="0" branch="false"/>
|
|
2305
2305
|
<line number="22" hits="0" branch="false"/>
|
|
2306
2306
|
<line number="25" hits="0" branch="false"/>
|
|
2307
|
-
<line number="34" hits="
|
|
2307
|
+
<line number="34" hits="27" branch="false"/>
|
|
2308
2308
|
</lines>
|
|
2309
2309
|
</class>
|
|
2310
2310
|
<class name="index.js" filename="src/lib/QueryTypedown/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2356,7 +2356,7 @@
|
|
|
2356
2356
|
</method>
|
|
2357
2357
|
</methods>
|
|
2358
2358
|
<lines>
|
|
2359
|
-
<line number="6" hits="
|
|
2359
|
+
<line number="6" hits="27" branch="false"/>
|
|
2360
2360
|
<line number="8" hits="4" branch="true" condition-coverage="100% (1/1)"/>
|
|
2361
2361
|
<line number="9" hits="4" branch="false"/>
|
|
2362
2362
|
<line number="12" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
@@ -2384,7 +2384,7 @@
|
|
|
2384
2384
|
<line number="65" hits="0" branch="false"/>
|
|
2385
2385
|
<line number="67" hits="0" branch="false"/>
|
|
2386
2386
|
<line number="78" hits="4" branch="false"/>
|
|
2387
|
-
<line number="86" hits="
|
|
2387
|
+
<line number="86" hits="27" branch="false"/>
|
|
2388
2388
|
</lines>
|
|
2389
2389
|
</class>
|
|
2390
2390
|
<class name="index.js" filename="src/lib/RefdataButtons/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2466,16 +2466,16 @@
|
|
|
2466
2466
|
</method>
|
|
2467
2467
|
</methods>
|
|
2468
2468
|
<lines>
|
|
2469
|
-
<line number="17" hits="
|
|
2470
|
-
<line number="28" hits="
|
|
2471
|
-
<line number="29" hits="
|
|
2469
|
+
<line number="17" hits="27" branch="false"/>
|
|
2470
|
+
<line number="28" hits="27" branch="false"/>
|
|
2471
|
+
<line number="29" hits="27" branch="true" condition-coverage="0% (0/2)"/>
|
|
2472
2472
|
<line number="31" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
2473
2473
|
<line number="32" hits="0" branch="false"/>
|
|
2474
2474
|
<line number="36" hits="0" branch="false"/>
|
|
2475
2475
|
<line number="37" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
2476
2476
|
<line number="38" hits="0" branch="false"/>
|
|
2477
2477
|
<line number="41" hits="0" branch="false"/>
|
|
2478
|
-
<line number="45" hits="
|
|
2478
|
+
<line number="45" hits="27" branch="false"/>
|
|
2479
2479
|
<line number="56" hits="0" branch="false"/>
|
|
2480
2480
|
<line number="58" hits="0" branch="false"/>
|
|
2481
2481
|
<line number="59" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -2501,7 +2501,7 @@
|
|
|
2501
2501
|
<line number="155" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
2502
2502
|
<line number="156" hits="0" branch="false"/>
|
|
2503
2503
|
<line number="159" hits="0" branch="false"/>
|
|
2504
|
-
<line number="168" hits="
|
|
2504
|
+
<line number="168" hits="27" branch="false"/>
|
|
2505
2505
|
</lines>
|
|
2506
2506
|
</class>
|
|
2507
2507
|
<class name="index.js" filename="src/lib/ResponsiveButtonGroup/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2549,7 +2549,7 @@
|
|
|
2549
2549
|
</method>
|
|
2550
2550
|
</methods>
|
|
2551
2551
|
<lines>
|
|
2552
|
-
<line number="7" hits="
|
|
2552
|
+
<line number="7" hits="27" branch="false"/>
|
|
2553
2553
|
<line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
2554
2554
|
<line number="12" hits="0" branch="false"/>
|
|
2555
2555
|
<line number="14" hits="0" branch="false"/>
|
|
@@ -2656,7 +2656,7 @@
|
|
|
2656
2656
|
</method>
|
|
2657
2657
|
</methods>
|
|
2658
2658
|
<lines>
|
|
2659
|
-
<line number="16" hits="
|
|
2659
|
+
<line number="16" hits="27" branch="false"/>
|
|
2660
2660
|
<line number="35" hits="0" branch="false"/>
|
|
2661
2661
|
<line number="37" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
2662
2662
|
<line number="39" hits="0" branch="false"/>
|
|
@@ -2692,7 +2692,7 @@
|
|
|
2692
2692
|
<line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
2693
2693
|
<line number="159" hits="0" branch="false"/>
|
|
2694
2694
|
<line number="161" hits="0" branch="false"/>
|
|
2695
|
-
<line number="178" hits="
|
|
2695
|
+
<line number="178" hits="27" branch="false"/>
|
|
2696
2696
|
</lines>
|
|
2697
2697
|
</class>
|
|
2698
2698
|
<class name="index.js" filename="src/lib/RichSelect/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2715,7 +2715,7 @@
|
|
|
2715
2715
|
</method>
|
|
2716
2716
|
</methods>
|
|
2717
2717
|
<lines>
|
|
2718
|
-
<line number="3" hits="
|
|
2718
|
+
<line number="3" hits="27" branch="false"/>
|
|
2719
2719
|
<line number="4" hits="0" branch="false"/>
|
|
2720
2720
|
<line number="5" hits="0" branch="false"/>
|
|
2721
2721
|
<line number="6" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
@@ -2725,160 +2725,160 @@
|
|
|
2725
2725
|
</class>
|
|
2726
2726
|
</classes>
|
|
2727
2727
|
</package>
|
|
2728
|
-
<package name="SASQLookupComponent" line-rate="0.
|
|
2728
|
+
<package name="SASQLookupComponent" line-rate="0.9826999999999999" branch-rate="0.8823000000000001">
|
|
2729
2729
|
<classes>
|
|
2730
|
-
<class name="SASQLookupComponent.js" filename="src/lib/SASQLookupComponent/SASQLookupComponent.js" line-rate="0.
|
|
2730
|
+
<class name="SASQLookupComponent.js" filename="src/lib/SASQLookupComponent/SASQLookupComponent.js" line-rate="0.9826999999999999" branch-rate="0.8823000000000001">
|
|
2731
2731
|
<methods>
|
|
2732
|
-
<method name="(anonymous_0)" hits="
|
|
2732
|
+
<method name="(anonymous_0)" hits="893" signature="()V">
|
|
2733
2733
|
<lines>
|
|
2734
|
-
<line number="41" hits="
|
|
2734
|
+
<line number="41" hits="893"/>
|
|
2735
2735
|
</lines>
|
|
2736
2736
|
</method>
|
|
2737
|
-
<method name="(anonymous_1)" hits="
|
|
2737
|
+
<method name="(anonymous_1)" hits="976" signature="()V">
|
|
2738
2738
|
<lines>
|
|
2739
|
-
<line number="45" hits="
|
|
2739
|
+
<line number="45" hits="976"/>
|
|
2740
2740
|
</lines>
|
|
2741
2741
|
</method>
|
|
2742
|
-
<method name="(anonymous_2)" hits="
|
|
2742
|
+
<method name="(anonymous_2)" hits="976" signature="()V">
|
|
2743
2743
|
<lines>
|
|
2744
|
-
<line number="46" hits="
|
|
2744
|
+
<line number="46" hits="976"/>
|
|
2745
2745
|
</lines>
|
|
2746
2746
|
</method>
|
|
2747
|
-
<method name="(anonymous_3)" hits="
|
|
2747
|
+
<method name="(anonymous_3)" hits="814" signature="()V">
|
|
2748
2748
|
<lines>
|
|
2749
|
-
<line number="53" hits="
|
|
2749
|
+
<line number="53" hits="814"/>
|
|
2750
2750
|
</lines>
|
|
2751
2751
|
</method>
|
|
2752
|
-
<method name="(anonymous_4)" hits="
|
|
2752
|
+
<method name="(anonymous_4)" hits="204" signature="()V">
|
|
2753
2753
|
<lines>
|
|
2754
|
-
<line number="69" hits="
|
|
2754
|
+
<line number="69" hits="204"/>
|
|
2755
2755
|
</lines>
|
|
2756
2756
|
</method>
|
|
2757
|
-
<method name="(anonymous_5)" hits="
|
|
2757
|
+
<method name="(anonymous_5)" hits="812" signature="()V">
|
|
2758
2758
|
<lines>
|
|
2759
|
-
<line number="
|
|
2759
|
+
<line number="70" hits="812"/>
|
|
2760
2760
|
</lines>
|
|
2761
2761
|
</method>
|
|
2762
|
-
<method name="(anonymous_6)" hits="
|
|
2762
|
+
<method name="(anonymous_6)" hits="395" signature="()V">
|
|
2763
2763
|
<lines>
|
|
2764
|
-
<line number="112" hits="
|
|
2764
|
+
<line number="112" hits="395"/>
|
|
2765
2765
|
</lines>
|
|
2766
2766
|
</method>
|
|
2767
|
-
<method name="(anonymous_7)" hits="
|
|
2767
|
+
<method name="(anonymous_7)" hits="893" signature="()V">
|
|
2768
2768
|
<lines>
|
|
2769
|
-
<line number="116" hits="
|
|
2769
|
+
<line number="116" hits="893"/>
|
|
2770
2770
|
</lines>
|
|
2771
2771
|
</method>
|
|
2772
|
-
<method name="(anonymous_8)" hits="
|
|
2772
|
+
<method name="(anonymous_8)" hits="893" signature="()V">
|
|
2773
2773
|
<lines>
|
|
2774
|
-
<line number="120" hits="
|
|
2774
|
+
<line number="120" hits="893"/>
|
|
2775
2775
|
</lines>
|
|
2776
2776
|
</method>
|
|
2777
|
-
<method name="(anonymous_9)" hits="
|
|
2777
|
+
<method name="(anonymous_9)" hits="571" signature="()V">
|
|
2778
2778
|
<lines>
|
|
2779
|
-
<line number="130" hits="
|
|
2779
|
+
<line number="130" hits="571"/>
|
|
2780
2780
|
</lines>
|
|
2781
2781
|
</method>
|
|
2782
|
-
<method name="(anonymous_10)" hits="
|
|
2782
|
+
<method name="(anonymous_10)" hits="22" signature="()V">
|
|
2783
2783
|
<lines>
|
|
2784
|
-
<line number="
|
|
2784
|
+
<line number="153" hits="22"/>
|
|
2785
2785
|
</lines>
|
|
2786
2786
|
</method>
|
|
2787
|
-
<method name="(anonymous_11)" hits="
|
|
2787
|
+
<method name="(anonymous_11)" hits="204" signature="()V">
|
|
2788
2788
|
<lines>
|
|
2789
|
-
<line number="
|
|
2789
|
+
<line number="164" hits="204"/>
|
|
2790
2790
|
</lines>
|
|
2791
2791
|
</method>
|
|
2792
|
-
<method name="(anonymous_12)" hits="
|
|
2792
|
+
<method name="(anonymous_12)" hits="893" signature="()V">
|
|
2793
2793
|
<lines>
|
|
2794
|
-
<line number="
|
|
2794
|
+
<line number="177" hits="893"/>
|
|
2795
2795
|
</lines>
|
|
2796
2796
|
</method>
|
|
2797
|
-
<method name="(anonymous_13)" hits="
|
|
2797
|
+
<method name="(anonymous_13)" hits="352" signature="()V">
|
|
2798
2798
|
<lines>
|
|
2799
|
-
<line number="
|
|
2799
|
+
<line number="183" hits="352"/>
|
|
2800
2800
|
</lines>
|
|
2801
2801
|
</method>
|
|
2802
|
-
<method name="(anonymous_14)" hits="
|
|
2802
|
+
<method name="(anonymous_14)" hits="618" signature="()V">
|
|
2803
2803
|
<lines>
|
|
2804
|
-
<line number="
|
|
2804
|
+
<line number="189" hits="618"/>
|
|
2805
2805
|
</lines>
|
|
2806
2806
|
</method>
|
|
2807
|
-
<method name="(anonymous_15)" hits="
|
|
2807
|
+
<method name="(anonymous_15)" hits="1130" signature="()V">
|
|
2808
2808
|
<lines>
|
|
2809
|
-
<line number="
|
|
2809
|
+
<line number="206" hits="1130"/>
|
|
2810
2810
|
</lines>
|
|
2811
2811
|
</method>
|
|
2812
|
-
<method name="(anonymous_16)" hits="
|
|
2812
|
+
<method name="(anonymous_16)" hits="1130" signature="()V">
|
|
2813
2813
|
<lines>
|
|
2814
|
-
<line number="
|
|
2814
|
+
<line number="245" hits="1130"/>
|
|
2815
2815
|
</lines>
|
|
2816
2816
|
</method>
|
|
2817
|
-
<method name="(anonymous_17)" hits="
|
|
2817
|
+
<method name="(anonymous_17)" hits="304" signature="()V">
|
|
2818
2818
|
<lines>
|
|
2819
|
-
<line number="
|
|
2819
|
+
<line number="301" hits="304"/>
|
|
2820
2820
|
</lines>
|
|
2821
2821
|
</method>
|
|
2822
2822
|
</methods>
|
|
2823
2823
|
<lines>
|
|
2824
|
-
<line number="41" hits="
|
|
2825
|
-
<line number="45" hits="
|
|
2826
|
-
<line number="46" hits="
|
|
2827
|
-
<line number="59" hits="
|
|
2828
|
-
<line number="60" hits="
|
|
2829
|
-
<line number="61" hits="
|
|
2830
|
-
<line number="63" hits="
|
|
2831
|
-
<line number="64" hits="
|
|
2832
|
-
<line number="65" hits="
|
|
2833
|
-
<line number="67" hits="
|
|
2834
|
-
<line number="
|
|
2835
|
-
<line number="
|
|
2836
|
-
<line number="
|
|
2837
|
-
<line number="85" hits="
|
|
2838
|
-
<line number="86" hits="
|
|
2839
|
-
<line number="94" hits="
|
|
2840
|
-
<line number="99" hits="
|
|
2841
|
-
<line number="109" hits="
|
|
2842
|
-
<line number="111" hits="
|
|
2843
|
-
<line number="112" hits="
|
|
2844
|
-
<line number="115" hits="
|
|
2845
|
-
<line number="116" hits="
|
|
2846
|
-
<line number="119" hits="
|
|
2847
|
-
<line number="120" hits="
|
|
2848
|
-
<line number="124" hits="
|
|
2849
|
-
<line number="125" hits="
|
|
2850
|
-
<line number="127" hits="
|
|
2851
|
-
<line number="129" hits="
|
|
2852
|
-
<line number="
|
|
2853
|
-
<line number="
|
|
2854
|
-
<line number="
|
|
2855
|
-
<line number="
|
|
2856
|
-
<line number="
|
|
2857
|
-
<line number="
|
|
2858
|
-
<line number="
|
|
2859
|
-
<line number="
|
|
2860
|
-
<line number="
|
|
2861
|
-
<line number="
|
|
2862
|
-
<line number="
|
|
2863
|
-
<line number="
|
|
2864
|
-
<line number="
|
|
2865
|
-
<line number="
|
|
2866
|
-
<line number="
|
|
2867
|
-
<line number="
|
|
2868
|
-
<line number="
|
|
2869
|
-
<line number="
|
|
2870
|
-
<line number="
|
|
2871
|
-
<line number="
|
|
2872
|
-
<line number="
|
|
2873
|
-
<line number="
|
|
2874
|
-
<line number="
|
|
2875
|
-
<line number="
|
|
2876
|
-
<line number="
|
|
2877
|
-
<line number="
|
|
2878
|
-
<line number="
|
|
2879
|
-
<line number="
|
|
2880
|
-
<line number="
|
|
2881
|
-
<line number="
|
|
2824
|
+
<line number="41" hits="26" branch="false"/>
|
|
2825
|
+
<line number="45" hits="976" branch="true" condition-coverage="100% (1/1)"/>
|
|
2826
|
+
<line number="46" hits="976" branch="true" condition-coverage="100% (1/1)"/>
|
|
2827
|
+
<line number="59" hits="814" branch="false"/>
|
|
2828
|
+
<line number="60" hits="814" branch="true" condition-coverage="50% (1/2)"/>
|
|
2829
|
+
<line number="61" hits="814" branch="false"/>
|
|
2830
|
+
<line number="63" hits="814" branch="false"/>
|
|
2831
|
+
<line number="64" hits="814" branch="false"/>
|
|
2832
|
+
<line number="65" hits="814" branch="false"/>
|
|
2833
|
+
<line number="67" hits="814" branch="false"/>
|
|
2834
|
+
<line number="69" hits="204" branch="true" condition-coverage="100% (1/1)"/>
|
|
2835
|
+
<line number="70" hits="812" branch="true" condition-coverage="100% (1/1)"/>
|
|
2836
|
+
<line number="83" hits="893" branch="false"/>
|
|
2837
|
+
<line number="85" hits="893" branch="false"/>
|
|
2838
|
+
<line number="86" hits="893" branch="false"/>
|
|
2839
|
+
<line number="94" hits="893" branch="true" condition-coverage="100% (2/2)"/>
|
|
2840
|
+
<line number="99" hits="893" branch="false"/>
|
|
2841
|
+
<line number="109" hits="893" branch="false"/>
|
|
2842
|
+
<line number="111" hits="893" branch="false"/>
|
|
2843
|
+
<line number="112" hits="395" branch="true" condition-coverage="100% (2/2)"/>
|
|
2844
|
+
<line number="115" hits="893" branch="false"/>
|
|
2845
|
+
<line number="116" hits="893" branch="true" condition-coverage="100% (2/2)"/>
|
|
2846
|
+
<line number="119" hits="893" branch="false"/>
|
|
2847
|
+
<line number="120" hits="893" branch="true" condition-coverage="100% (2/2)"/>
|
|
2848
|
+
<line number="124" hits="893" branch="false"/>
|
|
2849
|
+
<line number="125" hits="893" branch="false"/>
|
|
2850
|
+
<line number="127" hits="893" branch="false"/>
|
|
2851
|
+
<line number="129" hits="893" branch="false"/>
|
|
2852
|
+
<line number="130" hits="571" branch="false"/>
|
|
2853
|
+
<line number="149" hits="893" branch="false"/>
|
|
2854
|
+
<line number="153" hits="893" branch="false"/>
|
|
2855
|
+
<line number="155" hits="893" branch="true" condition-coverage="0% (0/1)"/>
|
|
2856
|
+
<line number="165" hits="204" branch="false"/>
|
|
2857
|
+
<line number="178" hits="893" branch="false"/>
|
|
2858
|
+
<line number="183" hits="893" branch="false"/>
|
|
2859
|
+
<line number="184" hits="352" branch="true" condition-coverage="100% (2/2)"/>
|
|
2860
|
+
<line number="185" hits="176" branch="false"/>
|
|
2861
|
+
<line number="189" hits="893" branch="false"/>
|
|
2862
|
+
<line number="197" hits="893" branch="false"/>
|
|
2863
|
+
<line number="216" hits="1130" branch="false"/>
|
|
2864
|
+
<line number="218" hits="1130" branch="false"/>
|
|
2865
|
+
<line number="219" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
|
|
2866
|
+
<line number="221" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
|
|
2867
|
+
<line number="225" hits="1130" branch="true" condition-coverage="100% (2/2)"/>
|
|
2868
|
+
<line number="231" hits="1130" branch="false"/>
|
|
2869
|
+
<line number="233" hits="1130" branch="false"/>
|
|
2870
|
+
<line number="235" hits="1130" branch="false"/>
|
|
2871
|
+
<line number="245" hits="1130" branch="false"/>
|
|
2872
|
+
<line number="246" hits="1130" branch="true" condition-coverage="50% (1/2)"/>
|
|
2873
|
+
<line number="247" hits="0" branch="false"/>
|
|
2874
|
+
<line number="250" hits="1130" branch="true" condition-coverage="100% (4/4)"/>
|
|
2875
|
+
<line number="251" hits="22" branch="false"/>
|
|
2876
|
+
<line number="260" hits="1108" branch="false"/>
|
|
2877
|
+
<line number="263" hits="1130" branch="false"/>
|
|
2878
|
+
<line number="302" hits="304" branch="true" condition-coverage="100% (2/2)"/>
|
|
2879
|
+
<line number="303" hits="300" branch="false"/>
|
|
2880
|
+
<line number="305" hits="4" branch="false"/>
|
|
2881
|
+
<line number="402" hits="26" branch="false"/>
|
|
2882
2882
|
</lines>
|
|
2883
2883
|
</class>
|
|
2884
2884
|
<class name="index.js" filename="src/lib/SASQLookupComponent/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2889,18 +2889,18 @@
|
|
|
2889
2889
|
</class>
|
|
2890
2890
|
</classes>
|
|
2891
2891
|
</package>
|
|
2892
|
-
<package name="SASQLookupComponent.TableBody" line-rate="0.
|
|
2892
|
+
<package name="SASQLookupComponent.TableBody" line-rate="0.9" branch-rate="0.6666">
|
|
2893
2893
|
<classes>
|
|
2894
|
-
<class name="TableBody.js" filename="src/lib/SASQLookupComponent/TableBody/TableBody.js" line-rate="0.
|
|
2894
|
+
<class name="TableBody.js" filename="src/lib/SASQLookupComponent/TableBody/TableBody.js" line-rate="0.9" branch-rate="0.6666">
|
|
2895
2895
|
<methods>
|
|
2896
|
-
<method name="(anonymous_0)" hits="
|
|
2896
|
+
<method name="(anonymous_0)" hits="72" signature="()V">
|
|
2897
2897
|
<lines>
|
|
2898
|
-
<line number="11" hits="
|
|
2898
|
+
<line number="11" hits="72"/>
|
|
2899
2899
|
</lines>
|
|
2900
2900
|
</method>
|
|
2901
|
-
<method name="(anonymous_1)" hits="
|
|
2901
|
+
<method name="(anonymous_1)" hits="3245" signature="()V">
|
|
2902
2902
|
<lines>
|
|
2903
|
-
<line number="31" hits="
|
|
2903
|
+
<line number="31" hits="3245"/>
|
|
2904
2904
|
</lines>
|
|
2905
2905
|
</method>
|
|
2906
2906
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
@@ -2908,81 +2908,83 @@
|
|
|
2908
2908
|
<line number="39" hits="0"/>
|
|
2909
2909
|
</lines>
|
|
2910
2910
|
</method>
|
|
2911
|
-
<method name="(anonymous_3)" hits="
|
|
2911
|
+
<method name="(anonymous_3)" hits="216" signature="()V">
|
|
2912
2912
|
<lines>
|
|
2913
|
-
<line number="45" hits="
|
|
2913
|
+
<line number="45" hits="216"/>
|
|
2914
2914
|
</lines>
|
|
2915
2915
|
</method>
|
|
2916
|
-
<method name="(anonymous_4)" hits="
|
|
2916
|
+
<method name="(anonymous_4)" hits="216" signature="()V">
|
|
2917
2917
|
<lines>
|
|
2918
|
-
<line number="49" hits="
|
|
2918
|
+
<line number="49" hits="216"/>
|
|
2919
2919
|
</lines>
|
|
2920
2920
|
</method>
|
|
2921
|
-
<method name="(anonymous_5)" hits="
|
|
2921
|
+
<method name="(anonymous_5)" hits="1949" signature="()V">
|
|
2922
2922
|
<lines>
|
|
2923
|
-
<line number="51" hits="
|
|
2923
|
+
<line number="51" hits="1949"/>
|
|
2924
2924
|
</lines>
|
|
2925
2925
|
</method>
|
|
2926
|
-
<method name="(anonymous_6)" hits="
|
|
2926
|
+
<method name="(anonymous_6)" hits="72" signature="()V">
|
|
2927
2927
|
<lines>
|
|
2928
|
-
<line number="61" hits="
|
|
2928
|
+
<line number="61" hits="72"/>
|
|
2929
2929
|
</lines>
|
|
2930
2930
|
</method>
|
|
2931
|
-
<method name="(anonymous_7)" hits="
|
|
2931
|
+
<method name="(anonymous_7)" hits="1944" signature="()V">
|
|
2932
2932
|
<lines>
|
|
2933
|
-
<line number="
|
|
2933
|
+
<line number="65" hits="1944"/>
|
|
2934
2934
|
</lines>
|
|
2935
2935
|
</method>
|
|
2936
|
-
<method name="(anonymous_8)" hits="
|
|
2936
|
+
<method name="(anonymous_8)" hits="72" signature="()V">
|
|
2937
2937
|
<lines>
|
|
2938
|
-
<line number="
|
|
2938
|
+
<line number="73" hits="72"/>
|
|
2939
2939
|
</lines>
|
|
2940
2940
|
</method>
|
|
2941
|
-
<method name="(anonymous_9)" hits="
|
|
2941
|
+
<method name="(anonymous_9)" hits="5" signature="()V">
|
|
2942
2942
|
<lines>
|
|
2943
|
-
<line number="
|
|
2943
|
+
<line number="75" hits="5"/>
|
|
2944
2944
|
</lines>
|
|
2945
2945
|
</method>
|
|
2946
|
-
<method name="(anonymous_10)" hits="
|
|
2946
|
+
<method name="(anonymous_10)" hits="1296" signature="()V">
|
|
2947
2947
|
<lines>
|
|
2948
|
-
<line number="
|
|
2948
|
+
<line number="84" hits="1296"/>
|
|
2949
2949
|
</lines>
|
|
2950
2950
|
</method>
|
|
2951
|
-
<method name="(anonymous_11)" hits="
|
|
2951
|
+
<method name="(anonymous_11)" hits="72" signature="()V">
|
|
2952
2952
|
<lines>
|
|
2953
|
-
<line number="
|
|
2953
|
+
<line number="87" hits="72"/>
|
|
2954
2954
|
</lines>
|
|
2955
2955
|
</method>
|
|
2956
2956
|
</methods>
|
|
2957
2957
|
<lines>
|
|
2958
|
-
<line number="11" hits="
|
|
2959
|
-
<line number="31" hits="
|
|
2960
|
-
<line number="35" hits="
|
|
2961
|
-
<line number="36" hits="
|
|
2962
|
-
<line number="37" hits="
|
|
2963
|
-
<line number="39" hits="
|
|
2958
|
+
<line number="11" hits="25" branch="false"/>
|
|
2959
|
+
<line number="31" hits="3245" branch="true" condition-coverage="100% (1/1)"/>
|
|
2960
|
+
<line number="35" hits="72" branch="true" condition-coverage="100% (2/2)"/>
|
|
2961
|
+
<line number="36" hits="72" branch="false"/>
|
|
2962
|
+
<line number="37" hits="72" branch="false"/>
|
|
2963
|
+
<line number="39" hits="72" branch="false"/>
|
|
2964
2964
|
<line number="40" hits="0" branch="false"/>
|
|
2965
|
-
<line number="44" hits="
|
|
2966
|
-
<line number="45" hits="
|
|
2967
|
-
<line number="49" hits="
|
|
2968
|
-
<line number="51" hits="
|
|
2969
|
-
<line number="52" hits="
|
|
2970
|
-
<line number="53" hits="
|
|
2971
|
-
<line number="61" hits="
|
|
2972
|
-
<line number="62" hits="
|
|
2973
|
-
<line number="63" hits="
|
|
2974
|
-
<line number="64" hits="
|
|
2965
|
+
<line number="44" hits="72" branch="false"/>
|
|
2966
|
+
<line number="45" hits="216" branch="false"/>
|
|
2967
|
+
<line number="49" hits="216" branch="false"/>
|
|
2968
|
+
<line number="51" hits="72" branch="false"/>
|
|
2969
|
+
<line number="52" hits="1949" branch="false"/>
|
|
2970
|
+
<line number="53" hits="1949" branch="false"/>
|
|
2971
|
+
<line number="61" hits="72" branch="false"/>
|
|
2972
|
+
<line number="62" hits="72" branch="false"/>
|
|
2973
|
+
<line number="63" hits="72" branch="false"/>
|
|
2974
|
+
<line number="64" hits="216" branch="true" condition-coverage="50% (1/2)"/>
|
|
2975
|
+
<line number="65" hits="1944" branch="false"/>
|
|
2975
2976
|
<line number="67" hits="0" branch="false"/>
|
|
2976
|
-
<line number="70" hits="
|
|
2977
|
-
<line number="
|
|
2978
|
-
<line number="
|
|
2979
|
-
<line number="
|
|
2980
|
-
<line number="
|
|
2977
|
+
<line number="70" hits="72" branch="false"/>
|
|
2978
|
+
<line number="73" hits="72" branch="false"/>
|
|
2979
|
+
<line number="74" hits="72" branch="true" condition-coverage="50% (1/2)"/>
|
|
2980
|
+
<line number="75" hits="72" branch="false"/>
|
|
2981
|
+
<line number="76" hits="5" branch="false"/>
|
|
2981
2982
|
<line number="80" hits="0" branch="false"/>
|
|
2982
|
-
<line number="
|
|
2983
|
-
<line number="84" hits="
|
|
2984
|
-
<line number="
|
|
2985
|
-
<line number="
|
|
2983
|
+
<line number="83" hits="72" branch="false"/>
|
|
2984
|
+
<line number="84" hits="1296" branch="false"/>
|
|
2985
|
+
<line number="87" hits="72" branch="true" condition-coverage="100% (2/2)"/>
|
|
2986
|
+
<line number="89" hits="72" branch="false"/>
|
|
2987
|
+
<line number="127" hits="25" branch="false"/>
|
|
2986
2988
|
</lines>
|
|
2987
2989
|
</class>
|
|
2988
2990
|
<class name="index.js" filename="src/lib/SASQLookupComponent/TableBody/index.js" line-rate="0" branch-rate="0">
|
|
@@ -2993,57 +2995,57 @@
|
|
|
2993
2995
|
</class>
|
|
2994
2996
|
</classes>
|
|
2995
2997
|
</package>
|
|
2996
|
-
<package name="SASQRoute" line-rate="
|
|
2998
|
+
<package name="SASQRoute" line-rate="1" branch-rate="0.8571">
|
|
2997
2999
|
<classes>
|
|
2998
|
-
<class name="SASQRoute.js" filename="src/lib/SASQRoute/SASQRoute.js" line-rate="
|
|
3000
|
+
<class name="SASQRoute.js" filename="src/lib/SASQRoute/SASQRoute.js" line-rate="1" branch-rate="0.8571">
|
|
2999
3001
|
<methods>
|
|
3000
|
-
<method name="(anonymous_0)" hits="
|
|
3002
|
+
<method name="(anonymous_0)" hits="45" signature="()V">
|
|
3001
3003
|
<lines>
|
|
3002
|
-
<line number="12" hits="
|
|
3004
|
+
<line number="12" hits="45"/>
|
|
3003
3005
|
</lines>
|
|
3004
3006
|
</method>
|
|
3005
|
-
<method name="(anonymous_1)" hits="
|
|
3007
|
+
<method name="(anonymous_1)" hits="36" signature="()V">
|
|
3006
3008
|
<lines>
|
|
3007
|
-
<line number="15" hits="
|
|
3009
|
+
<line number="15" hits="36"/>
|
|
3008
3010
|
</lines>
|
|
3009
3011
|
</method>
|
|
3010
|
-
<method name="(anonymous_2)" hits="
|
|
3012
|
+
<method name="(anonymous_2)" hits="36" signature="()V">
|
|
3011
3013
|
<lines>
|
|
3012
|
-
<line number="16" hits="
|
|
3014
|
+
<line number="16" hits="36"/>
|
|
3013
3015
|
</lines>
|
|
3014
3016
|
</method>
|
|
3015
|
-
<method name="(anonymous_3)" hits="
|
|
3017
|
+
<method name="(anonymous_3)" hits="45" signature="()V">
|
|
3016
3018
|
<lines>
|
|
3017
|
-
<line number="28" hits="
|
|
3019
|
+
<line number="28" hits="45"/>
|
|
3018
3020
|
</lines>
|
|
3019
3021
|
</method>
|
|
3020
|
-
<method name="(anonymous_4)" hits="
|
|
3022
|
+
<method name="(anonymous_4)" hits="45" signature="()V">
|
|
3021
3023
|
<lines>
|
|
3022
|
-
<line number="45" hits="
|
|
3024
|
+
<line number="45" hits="45"/>
|
|
3023
3025
|
</lines>
|
|
3024
3026
|
</method>
|
|
3025
|
-
<method name="(anonymous_5)" hits="
|
|
3027
|
+
<method name="(anonymous_5)" hits="10" signature="()V">
|
|
3026
3028
|
<lines>
|
|
3027
|
-
<line number="58" hits="
|
|
3029
|
+
<line number="58" hits="10"/>
|
|
3028
3030
|
</lines>
|
|
3029
3031
|
</method>
|
|
3030
3032
|
</methods>
|
|
3031
3033
|
<lines>
|
|
3032
|
-
<line number="12" hits="
|
|
3033
|
-
<line number="15" hits="
|
|
3034
|
-
<line number="16" hits="
|
|
3035
|
-
<line number="23" hits="
|
|
3036
|
-
<line number="25" hits="
|
|
3037
|
-
<line number="26" hits="
|
|
3038
|
-
<line number="28" hits="
|
|
3039
|
-
<line number="33" hits="
|
|
3040
|
-
<line number="34" hits="
|
|
3041
|
-
<line number="37" hits="
|
|
3042
|
-
<line number="40" hits="
|
|
3043
|
-
<line number="42" hits="
|
|
3044
|
-
<line number="46" hits="
|
|
3045
|
-
<line number="59" hits="
|
|
3046
|
-
<line number="77" hits="
|
|
3034
|
+
<line number="12" hits="27" branch="false"/>
|
|
3035
|
+
<line number="15" hits="36" branch="true" condition-coverage="100% (1/1)"/>
|
|
3036
|
+
<line number="16" hits="36" branch="true" condition-coverage="100% (1/1)"/>
|
|
3037
|
+
<line number="23" hits="45" branch="true" condition-coverage="0% (0/1)"/>
|
|
3038
|
+
<line number="25" hits="45" branch="false"/>
|
|
3039
|
+
<line number="26" hits="45" branch="false"/>
|
|
3040
|
+
<line number="28" hits="45" branch="false"/>
|
|
3041
|
+
<line number="33" hits="45" branch="true" condition-coverage="100% (2/2)"/>
|
|
3042
|
+
<line number="34" hits="4" branch="false"/>
|
|
3043
|
+
<line number="37" hits="45" branch="false"/>
|
|
3044
|
+
<line number="40" hits="45" branch="false"/>
|
|
3045
|
+
<line number="42" hits="45" branch="false"/>
|
|
3046
|
+
<line number="46" hits="45" branch="false"/>
|
|
3047
|
+
<line number="59" hits="10" branch="false"/>
|
|
3048
|
+
<line number="77" hits="27" branch="false"/>
|
|
3047
3049
|
</lines>
|
|
3048
3050
|
</class>
|
|
3049
3051
|
<class name="index.js" filename="src/lib/SASQRoute/index.js" line-rate="0" branch-rate="0">
|
|
@@ -3054,13 +3056,13 @@
|
|
|
3054
3056
|
</class>
|
|
3055
3057
|
</classes>
|
|
3056
3058
|
</package>
|
|
3057
|
-
<package name="SASQViewComponent" line-rate="0.
|
|
3059
|
+
<package name="SASQViewComponent" line-rate="0.7894" branch-rate="0.625">
|
|
3058
3060
|
<classes>
|
|
3059
|
-
<class name="SASQViewComponent.js" filename="src/lib/SASQViewComponent/SASQViewComponent.js" line-rate="0.
|
|
3061
|
+
<class name="SASQViewComponent.js" filename="src/lib/SASQViewComponent/SASQViewComponent.js" line-rate="0.7894" branch-rate="0.625">
|
|
3060
3062
|
<methods>
|
|
3061
|
-
<method name="(anonymous_0)" hits="
|
|
3063
|
+
<method name="(anonymous_0)" hits="10" signature="()V">
|
|
3062
3064
|
<lines>
|
|
3063
|
-
<line number="9" hits="
|
|
3065
|
+
<line number="9" hits="10"/>
|
|
3064
3066
|
</lines>
|
|
3065
3067
|
</method>
|
|
3066
3068
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
@@ -3073,9 +3075,9 @@
|
|
|
3073
3075
|
<line number="18" hits="0"/>
|
|
3074
3076
|
</lines>
|
|
3075
3077
|
</method>
|
|
3076
|
-
<method name="(anonymous_3)" hits="
|
|
3078
|
+
<method name="(anonymous_3)" hits="10" signature="()V">
|
|
3077
3079
|
<lines>
|
|
3078
|
-
<line number="20" hits="
|
|
3080
|
+
<line number="20" hits="10"/>
|
|
3079
3081
|
</lines>
|
|
3080
3082
|
</method>
|
|
3081
3083
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
@@ -3088,37 +3090,37 @@
|
|
|
3088
3090
|
<line number="64" hits="0"/>
|
|
3089
3091
|
</lines>
|
|
3090
3092
|
</method>
|
|
3091
|
-
<method name="(anonymous_6)" hits="
|
|
3093
|
+
<method name="(anonymous_6)" hits="10" signature="()V">
|
|
3092
3094
|
<lines>
|
|
3093
|
-
<line number="70" hits="
|
|
3095
|
+
<line number="70" hits="10"/>
|
|
3094
3096
|
</lines>
|
|
3095
3097
|
</method>
|
|
3096
|
-
<method name="(anonymous_7)" hits="
|
|
3098
|
+
<method name="(anonymous_7)" hits="2" signature="()V">
|
|
3097
3099
|
<lines>
|
|
3098
|
-
<line number="79" hits="
|
|
3100
|
+
<line number="79" hits="2"/>
|
|
3099
3101
|
</lines>
|
|
3100
3102
|
</method>
|
|
3101
3103
|
</methods>
|
|
3102
3104
|
<lines>
|
|
3103
|
-
<line number="8" hits="
|
|
3104
|
-
<line number="17" hits="0" branch="true" condition-coverage="
|
|
3105
|
-
<line number="18" hits="0" branch="true" condition-coverage="
|
|
3106
|
-
<line number="25" hits="
|
|
3107
|
-
<line number="26" hits="
|
|
3108
|
-
<line number="27" hits="
|
|
3109
|
-
<line number="29" hits="
|
|
3110
|
-
<line number="30" hits="
|
|
3111
|
-
<line number="32" hits="
|
|
3112
|
-
<line number="38" hits="
|
|
3113
|
-
<line number="41" hits="
|
|
3114
|
-
<line number="43" hits="
|
|
3115
|
-
<line number="44" hits="
|
|
3105
|
+
<line number="8" hits="26" branch="false"/>
|
|
3106
|
+
<line number="17" hits="0" branch="true" condition-coverage="100% (1/1)"/>
|
|
3107
|
+
<line number="18" hits="0" branch="true" condition-coverage="100% (1/1)"/>
|
|
3108
|
+
<line number="25" hits="10" branch="false"/>
|
|
3109
|
+
<line number="26" hits="10" branch="true" condition-coverage="50% (1/2)"/>
|
|
3110
|
+
<line number="27" hits="10" branch="false"/>
|
|
3111
|
+
<line number="29" hits="10" branch="false"/>
|
|
3112
|
+
<line number="30" hits="10" branch="false"/>
|
|
3113
|
+
<line number="32" hits="10" branch="false"/>
|
|
3114
|
+
<line number="38" hits="10" branch="false"/>
|
|
3115
|
+
<line number="41" hits="10" branch="true" condition-coverage="50% (1/2)"/>
|
|
3116
|
+
<line number="43" hits="10" branch="false"/>
|
|
3117
|
+
<line number="44" hits="10" branch="true" condition-coverage="0% (0/1)"/>
|
|
3116
3118
|
<line number="53" hits="0" branch="false"/>
|
|
3117
3119
|
<line number="65" hits="0" branch="false"/>
|
|
3118
|
-
<line number="70" hits="
|
|
3119
|
-
<line number="77" hits="
|
|
3120
|
-
<line number="79" hits="
|
|
3121
|
-
<line number="88" hits="
|
|
3120
|
+
<line number="70" hits="10" branch="false"/>
|
|
3121
|
+
<line number="77" hits="10" branch="false"/>
|
|
3122
|
+
<line number="79" hits="2" branch="false"/>
|
|
3123
|
+
<line number="88" hits="26" branch="false"/>
|
|
3122
3124
|
</lines>
|
|
3123
3125
|
</class>
|
|
3124
3126
|
<class name="index.js" filename="src/lib/SASQViewComponent/index.js" line-rate="0" branch-rate="0">
|
|
@@ -3140,12 +3142,12 @@
|
|
|
3140
3142
|
</method>
|
|
3141
3143
|
</methods>
|
|
3142
3144
|
<lines>
|
|
3143
|
-
<line number="8" hits="
|
|
3144
|
-
<line number="15" hits="
|
|
3145
|
+
<line number="8" hits="26" branch="false"/>
|
|
3146
|
+
<line number="15" hits="26" branch="false"/>
|
|
3145
3147
|
<line number="19" hits="0" branch="false"/>
|
|
3146
3148
|
<line number="22" hits="0" branch="false"/>
|
|
3147
3149
|
<line number="29" hits="0" branch="false"/>
|
|
3148
|
-
<line number="42" hits="
|
|
3150
|
+
<line number="42" hits="26" branch="false"/>
|
|
3149
3151
|
</lines>
|
|
3150
3152
|
</class>
|
|
3151
3153
|
<class name="index.js" filename="src/lib/SearchField/index.js" line-rate="0" branch-rate="0">
|
|
@@ -3222,7 +3224,7 @@
|
|
|
3222
3224
|
</method>
|
|
3223
3225
|
</methods>
|
|
3224
3226
|
<lines>
|
|
3225
|
-
<line number="16" hits="
|
|
3227
|
+
<line number="16" hits="26" branch="false"/>
|
|
3226
3228
|
<line number="20" hits="21" branch="false"/>
|
|
3227
3229
|
<line number="21" hits="21" branch="true" condition-coverage="100% (2/2)"/>
|
|
3228
3230
|
<line number="24" hits="21" branch="false"/>
|
|
@@ -3252,7 +3254,7 @@
|
|
|
3252
3254
|
<line number="76" hits="21" branch="false"/>
|
|
3253
3255
|
<line number="88" hits="63" branch="false"/>
|
|
3254
3256
|
<line number="94" hits="7" branch="false"/>
|
|
3255
|
-
<line number="104" hits="
|
|
3257
|
+
<line number="104" hits="26" branch="false"/>
|
|
3256
3258
|
</lines>
|
|
3257
3259
|
</class>
|
|
3258
3260
|
<class name="index.js" filename="src/lib/SearchKeyControl/index.js" line-rate="0" branch-rate="0">
|
|
@@ -3384,8 +3386,8 @@
|
|
|
3384
3386
|
</method>
|
|
3385
3387
|
</methods>
|
|
3386
3388
|
<lines>
|
|
3387
|
-
<line number="15" hits="
|
|
3388
|
-
<line number="37" hits="
|
|
3389
|
+
<line number="15" hits="27" branch="false"/>
|
|
3390
|
+
<line number="37" hits="27" branch="false"/>
|
|
3389
3391
|
<line number="60" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
3390
3392
|
<line number="64" hits="0" branch="false"/>
|
|
3391
3393
|
<line number="65" hits="0" branch="false"/>
|
|
@@ -3432,7 +3434,7 @@
|
|
|
3432
3434
|
<line number="264" hits="0" branch="false"/>
|
|
3433
3435
|
<line number="265" hits="0" branch="false"/>
|
|
3434
3436
|
<line number="266" hits="0" branch="false"/>
|
|
3435
|
-
<line number="274" hits="
|
|
3437
|
+
<line number="274" hits="27" branch="false"/>
|
|
3436
3438
|
</lines>
|
|
3437
3439
|
</class>
|
|
3438
3440
|
<class name="index.js" filename="src/lib/Settings/EditableRefdataCategoryList/index.js" line-rate="0" branch-rate="0">
|
|
@@ -3529,8 +3531,8 @@
|
|
|
3529
3531
|
</method>
|
|
3530
3532
|
</methods>
|
|
3531
3533
|
<lines>
|
|
3532
|
-
<line number="13" hits="
|
|
3533
|
-
<line number="33" hits="
|
|
3534
|
+
<line number="13" hits="27" branch="false"/>
|
|
3535
|
+
<line number="33" hits="27" branch="false"/>
|
|
3534
3536
|
<line number="60" hits="0" branch="false"/>
|
|
3535
3537
|
<line number="63" hits="0" branch="false"/>
|
|
3536
3538
|
<line number="64" hits="0" branch="false"/>
|
|
@@ -3572,7 +3574,7 @@
|
|
|
3572
3574
|
<line number="245" hits="0" branch="false"/>
|
|
3573
3575
|
<line number="247" hits="0" branch="false"/>
|
|
3574
3576
|
<line number="248" hits="0" branch="false"/>
|
|
3575
|
-
<line number="256" hits="
|
|
3577
|
+
<line number="256" hits="27" branch="false"/>
|
|
3576
3578
|
</lines>
|
|
3577
3579
|
</class>
|
|
3578
3580
|
<class name="index.js" filename="src/lib/Settings/EditableRefdataList/index.js" line-rate="0" branch-rate="0">
|
|
@@ -3614,7 +3616,7 @@
|
|
|
3614
3616
|
</method>
|
|
3615
3617
|
</methods>
|
|
3616
3618
|
<lines>
|
|
3617
|
-
<line number="8" hits="
|
|
3619
|
+
<line number="8" hits="27" branch="false"/>
|
|
3618
3620
|
<line number="24" hits="0" branch="false"/>
|
|
3619
3621
|
<line number="25" hits="0" branch="false"/>
|
|
3620
3622
|
<line number="26" hits="0" branch="false"/>
|
|
@@ -3624,7 +3626,7 @@
|
|
|
3624
3626
|
<line number="45" hits="0" branch="false"/>
|
|
3625
3627
|
<line number="46" hits="0" branch="false"/>
|
|
3626
3628
|
<line number="49" hits="0" branch="false"/>
|
|
3627
|
-
<line number="71" hits="
|
|
3629
|
+
<line number="71" hits="27" branch="false"/>
|
|
3628
3630
|
</lines>
|
|
3629
3631
|
</class>
|
|
3630
3632
|
<class name="index.js" filename="src/lib/Settings/EditableSettingsList/index.js" line-rate="0" branch-rate="0">
|
|
@@ -3671,7 +3673,7 @@
|
|
|
3671
3673
|
</method>
|
|
3672
3674
|
</methods>
|
|
3673
3675
|
<lines>
|
|
3674
|
-
<line number="8" hits="
|
|
3676
|
+
<line number="8" hits="27" branch="false"/>
|
|
3675
3677
|
<line number="21" hits="4" branch="false"/>
|
|
3676
3678
|
<line number="25" hits="4" branch="false"/>
|
|
3677
3679
|
<line number="28" hits="4" branch="false"/>
|
|
@@ -3681,10 +3683,10 @@
|
|
|
3681
3683
|
<line number="54" hits="4" branch="true" condition-coverage="50% (2/4)"/>
|
|
3682
3684
|
<line number="55" hits="4" branch="false"/>
|
|
3683
3685
|
<line number="58" hits="0" branch="false"/>
|
|
3684
|
-
<line number="76" hits="
|
|
3686
|
+
<line number="76" hits="27" branch="false"/>
|
|
3685
3687
|
<line number="86" hits="3" branch="false"/>
|
|
3686
3688
|
<line number="88" hits="4" branch="false"/>
|
|
3687
|
-
<line number="107" hits="
|
|
3689
|
+
<line number="107" hits="27" branch="false"/>
|
|
3688
3690
|
</lines>
|
|
3689
3691
|
</class>
|
|
3690
3692
|
<class name="index.js" filename="src/lib/Settings/EditableSettingsList/EditableSettingsListFieldArray/index.js" line-rate="0" branch-rate="0">
|
|
@@ -3796,7 +3798,7 @@
|
|
|
3796
3798
|
</method>
|
|
3797
3799
|
</methods>
|
|
3798
3800
|
<lines>
|
|
3799
|
-
<line number="20" hits="
|
|
3801
|
+
<line number="20" hits="26" branch="false"/>
|
|
3800
3802
|
<line number="35" hits="6" branch="false"/>
|
|
3801
3803
|
<line number="37" hits="6" branch="false"/>
|
|
3802
3804
|
<line number="38" hits="6" branch="false"/>
|
|
@@ -3837,7 +3839,7 @@
|
|
|
3837
3839
|
<line number="144" hits="6" branch="true" condition-coverage="50% (1/2)"/>
|
|
3838
3840
|
<line number="152" hits="6" branch="false"/>
|
|
3839
3841
|
<line number="161" hits="6" branch="false"/>
|
|
3840
|
-
<line number="183" hits="
|
|
3842
|
+
<line number="183" hits="26" branch="false"/>
|
|
3841
3843
|
</lines>
|
|
3842
3844
|
</class>
|
|
3843
3845
|
<class name="index.js" filename="src/lib/Settings/EditableSettingsList/SettingField/index.js" line-rate="0" branch-rate="0">
|
|
@@ -3864,11 +3866,11 @@
|
|
|
3864
3866
|
</method>
|
|
3865
3867
|
</methods>
|
|
3866
3868
|
<lines>
|
|
3867
|
-
<line number="8" hits="
|
|
3869
|
+
<line number="8" hits="25" branch="false"/>
|
|
3868
3870
|
<line number="16" hits="16" branch="false"/>
|
|
3869
3871
|
<line number="18" hits="16" branch="false"/>
|
|
3870
3872
|
<line number="23" hits="16" branch="false"/>
|
|
3871
|
-
<line number="35" hits="
|
|
3873
|
+
<line number="35" hits="25" branch="false"/>
|
|
3872
3874
|
</lines>
|
|
3873
3875
|
</class>
|
|
3874
3876
|
<class name="index.js" filename="src/lib/Settings/EditableSettingsList/SettingField/EditSettingValue/index.js" line-rate="0" branch-rate="0">
|
|
@@ -3905,7 +3907,7 @@
|
|
|
3905
3907
|
</method>
|
|
3906
3908
|
</methods>
|
|
3907
3909
|
<lines>
|
|
3908
|
-
<line number="5" hits="
|
|
3910
|
+
<line number="5" hits="25" branch="false"/>
|
|
3909
3911
|
<line number="13" hits="12" branch="false"/>
|
|
3910
3912
|
<line number="15" hits="12" branch="false"/>
|
|
3911
3913
|
<line number="17" hits="12" branch="false"/>
|
|
@@ -3931,7 +3933,7 @@
|
|
|
3931
3933
|
<line number="59" hits="2" branch="true" condition-coverage="100% (2/2)"/>
|
|
3932
3934
|
<line number="60" hits="1" branch="false"/>
|
|
3933
3935
|
<line number="62" hits="1" branch="false"/>
|
|
3934
|
-
<line number="67" hits="
|
|
3936
|
+
<line number="67" hits="25" branch="false"/>
|
|
3935
3937
|
</lines>
|
|
3936
3938
|
</class>
|
|
3937
3939
|
<class name="index.js" filename="src/lib/Settings/EditableSettingsList/SettingField/RenderSettingValue/index.js" line-rate="0" branch-rate="0">
|
|
@@ -3998,8 +4000,8 @@
|
|
|
3998
4000
|
</method>
|
|
3999
4001
|
</methods>
|
|
4000
4002
|
<lines>
|
|
4001
|
-
<line number="13" hits="
|
|
4002
|
-
<line number="32" hits="
|
|
4003
|
+
<line number="13" hits="27" branch="false"/>
|
|
4004
|
+
<line number="32" hits="27" branch="false"/>
|
|
4003
4005
|
<line number="52" hits="0" branch="false"/>
|
|
4004
4006
|
<line number="53" hits="0" branch="false"/>
|
|
4005
4007
|
<line number="55" hits="0" branch="false"/>
|
|
@@ -4018,7 +4020,7 @@
|
|
|
4018
4020
|
<line number="126" hits="0" branch="false"/>
|
|
4019
4021
|
<line number="160" hits="0" branch="false"/>
|
|
4020
4022
|
<line number="161" hits="0" branch="false"/>
|
|
4021
|
-
<line number="174" hits="
|
|
4023
|
+
<line number="174" hits="27" branch="false"/>
|
|
4022
4024
|
</lines>
|
|
4023
4025
|
</class>
|
|
4024
4026
|
<class name="index.js" filename="src/lib/Settings/RefdataCategoriesSettings/index.js" line-rate="0" branch-rate="0">
|
|
@@ -4040,11 +4042,11 @@
|
|
|
4040
4042
|
</method>
|
|
4041
4043
|
</methods>
|
|
4042
4044
|
<lines>
|
|
4043
|
-
<line number="9" hits="
|
|
4045
|
+
<line number="9" hits="27" branch="false"/>
|
|
4044
4046
|
<line number="17" hits="0" branch="false"/>
|
|
4045
4047
|
<line number="19" hits="0" branch="false"/>
|
|
4046
4048
|
<line number="24" hits="0" branch="false"/>
|
|
4047
|
-
<line number="40" hits="
|
|
4049
|
+
<line number="40" hits="27" branch="false"/>
|
|
4048
4050
|
</lines>
|
|
4049
4051
|
</class>
|
|
4050
4052
|
<class name="index.js" filename="src/lib/Settings/SettingPage/index.js" line-rate="0" branch-rate="0">
|
|
@@ -4066,10 +4068,10 @@
|
|
|
4066
4068
|
</method>
|
|
4067
4069
|
</methods>
|
|
4068
4070
|
<lines>
|
|
4069
|
-
<line number="7" hits="
|
|
4071
|
+
<line number="7" hits="27" branch="false"/>
|
|
4070
4072
|
<line number="13" hits="0" branch="false"/>
|
|
4071
4073
|
<line number="15" hits="0" branch="false"/>
|
|
4072
|
-
<line number="31" hits="
|
|
4074
|
+
<line number="31" hits="27" branch="false"/>
|
|
4073
4075
|
</lines>
|
|
4074
4076
|
</class>
|
|
4075
4077
|
<class name="index.js" filename="src/lib/Settings/SettingPage/SettingPagePane/index.js" line-rate="0" branch-rate="0">
|
|
@@ -4106,7 +4108,7 @@
|
|
|
4106
4108
|
</method>
|
|
4107
4109
|
</methods>
|
|
4108
4110
|
<lines>
|
|
4109
|
-
<line number="12" hits="
|
|
4111
|
+
<line number="12" hits="27" branch="false"/>
|
|
4110
4112
|
<line number="24" hits="0" branch="false"/>
|
|
4111
4113
|
<line number="26" hits="0" branch="false"/>
|
|
4112
4114
|
<line number="27" hits="0" branch="false"/>
|
|
@@ -4122,7 +4124,7 @@
|
|
|
4122
4124
|
<line number="82" hits="0" branch="false"/>
|
|
4123
4125
|
<line number="85" hits="0" branch="false"/>
|
|
4124
4126
|
<line number="88" hits="0" branch="false"/>
|
|
4125
|
-
<line number="99" hits="
|
|
4127
|
+
<line number="99" hits="27" branch="false"/>
|
|
4126
4128
|
</lines>
|
|
4127
4129
|
</class>
|
|
4128
4130
|
<class name="index.js" filename="src/lib/Settings/SettingsFormContainer/index.js" line-rate="0" branch-rate="0">
|
|
@@ -4144,9 +4146,9 @@
|
|
|
4144
4146
|
</method>
|
|
4145
4147
|
</methods>
|
|
4146
4148
|
<lines>
|
|
4147
|
-
<line number="9" hits="
|
|
4149
|
+
<line number="9" hits="27" branch="false"/>
|
|
4148
4150
|
<line number="10" hits="0" branch="false"/>
|
|
4149
|
-
<line number="18" hits="
|
|
4151
|
+
<line number="18" hits="27" branch="false"/>
|
|
4150
4152
|
</lines>
|
|
4151
4153
|
</class>
|
|
4152
4154
|
<class name="index.js" filename="src/lib/Settings/StaticSettingsField/index.js" line-rate="0" branch-rate="0">
|
|
@@ -4183,7 +4185,7 @@
|
|
|
4183
4185
|
</method>
|
|
4184
4186
|
</methods>
|
|
4185
4187
|
<lines>
|
|
4186
|
-
<line number="6" hits="
|
|
4188
|
+
<line number="6" hits="27" branch="false"/>
|
|
4187
4189
|
<line number="13" hits="34" branch="false"/>
|
|
4188
4190
|
<line number="14" hits="16" branch="false"/>
|
|
4189
4191
|
<line number="16" hits="16" branch="true" condition-coverage="75% (3/4)"/>
|
|
@@ -4228,16 +4230,16 @@
|
|
|
4228
4230
|
</method>
|
|
4229
4231
|
</methods>
|
|
4230
4232
|
<lines>
|
|
4231
|
-
<line number="1" hits="
|
|
4232
|
-
<line number="2" hits="
|
|
4233
|
+
<line number="1" hits="27" branch="false"/>
|
|
4234
|
+
<line number="2" hits="27" branch="false"/>
|
|
4233
4235
|
<line number="3" hits="0" branch="false"/>
|
|
4234
4236
|
<line number="4" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4235
4237
|
<line number="5" hits="0" branch="false"/>
|
|
4236
4238
|
<line number="8" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4237
4239
|
<line number="9" hits="0" branch="false"/>
|
|
4238
4240
|
<line number="12" hits="0" branch="false"/>
|
|
4239
|
-
<line number="15" hits="
|
|
4240
|
-
<line number="16" hits="
|
|
4241
|
+
<line number="15" hits="27" branch="false"/>
|
|
4242
|
+
<line number="16" hits="27" branch="false"/>
|
|
4241
4243
|
</lines>
|
|
4242
4244
|
</class>
|
|
4243
4245
|
</classes>
|
|
@@ -4248,7 +4250,7 @@
|
|
|
4248
4250
|
<methods>
|
|
4249
4251
|
</methods>
|
|
4250
4252
|
<lines>
|
|
4251
|
-
<line number="3" hits="
|
|
4253
|
+
<line number="3" hits="27" branch="false"/>
|
|
4252
4254
|
</lines>
|
|
4253
4255
|
</class>
|
|
4254
4256
|
<class name="index.js" filename="src/lib/Settings/contexts/index.js" line-rate="0" branch-rate="0">
|
|
@@ -4331,7 +4333,7 @@
|
|
|
4331
4333
|
</method>
|
|
4332
4334
|
</methods>
|
|
4333
4335
|
<lines>
|
|
4334
|
-
<line number="11" hits="
|
|
4336
|
+
<line number="11" hits="27" branch="false"/>
|
|
4335
4337
|
<line number="14" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
4336
4338
|
<line number="15" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
4337
4339
|
<line number="16" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
@@ -4394,7 +4396,7 @@
|
|
|
4394
4396
|
</method>
|
|
4395
4397
|
</methods>
|
|
4396
4398
|
<lines>
|
|
4397
|
-
<line number="8" hits="
|
|
4399
|
+
<line number="8" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
4398
4400
|
<line number="13" hits="0" branch="false"/>
|
|
4399
4401
|
<line number="14" hits="0" branch="false"/>
|
|
4400
4402
|
<line number="16" hits="0" branch="false"/>
|
|
@@ -4433,7 +4435,7 @@
|
|
|
4433
4435
|
</method>
|
|
4434
4436
|
</methods>
|
|
4435
4437
|
<lines>
|
|
4436
|
-
<line number="3" hits="
|
|
4438
|
+
<line number="3" hits="27" branch="false"/>
|
|
4437
4439
|
<line number="6" hits="0" branch="false"/>
|
|
4438
4440
|
<line number="7" hits="0" branch="false"/>
|
|
4439
4441
|
<line number="8" hits="0" branch="false"/>
|
|
@@ -4472,7 +4474,7 @@
|
|
|
4472
4474
|
</method>
|
|
4473
4475
|
</methods>
|
|
4474
4476
|
<lines>
|
|
4475
|
-
<line number="5" hits="
|
|
4477
|
+
<line number="5" hits="27" branch="false"/>
|
|
4476
4478
|
<line number="13" hits="0" branch="false"/>
|
|
4477
4479
|
<line number="15" hits="0" branch="false"/>
|
|
4478
4480
|
<line number="20" hits="0" branch="false"/>
|
|
@@ -4538,7 +4540,7 @@
|
|
|
4538
4540
|
</method>
|
|
4539
4541
|
</methods>
|
|
4540
4542
|
<lines>
|
|
4541
|
-
<line number="7" hits="
|
|
4543
|
+
<line number="7" hits="27" branch="false"/>
|
|
4542
4544
|
<line number="10" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
4543
4545
|
<line number="11" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
4544
4546
|
<line number="13" hits="0" branch="false"/>
|
|
@@ -4682,7 +4684,7 @@
|
|
|
4682
4684
|
</method>
|
|
4683
4685
|
</methods>
|
|
4684
4686
|
<lines>
|
|
4685
|
-
<line number="16" hits="
|
|
4687
|
+
<line number="16" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
4686
4688
|
<line number="35" hits="0" branch="false"/>
|
|
4687
4689
|
<line number="37" hits="0" branch="false"/>
|
|
4688
4690
|
<line number="38" hits="0" branch="false"/>
|
|
@@ -4791,7 +4793,7 @@
|
|
|
4791
4793
|
</method>
|
|
4792
4794
|
</methods>
|
|
4793
4795
|
<lines>
|
|
4794
|
-
<line number="16" hits="
|
|
4796
|
+
<line number="16" hits="27" branch="false"/>
|
|
4795
4797
|
<line number="24" hits="9" branch="false"/>
|
|
4796
4798
|
<line number="26" hits="9" branch="false"/>
|
|
4797
4799
|
<line number="27" hits="9" branch="false"/>
|
|
@@ -4807,7 +4809,7 @@
|
|
|
4807
4809
|
<line number="100" hits="0" branch="false"/>
|
|
4808
4810
|
<line number="105" hits="9" branch="true" condition-coverage="100% (2/2)"/>
|
|
4809
4811
|
<line number="106" hits="9" branch="false"/>
|
|
4810
|
-
<line number="136" hits="
|
|
4812
|
+
<line number="136" hits="27" branch="false"/>
|
|
4811
4813
|
</lines>
|
|
4812
4814
|
</class>
|
|
4813
4815
|
<class name="index.js" filename="src/lib/Tags/index.js" line-rate="0" branch-rate="0">
|
|
@@ -4820,10 +4822,10 @@
|
|
|
4820
4822
|
<methods>
|
|
4821
4823
|
</methods>
|
|
4822
4824
|
<lines>
|
|
4823
|
-
<line number="1" hits="
|
|
4824
|
-
<line number="3" hits="
|
|
4825
|
-
<line number="4" hits="
|
|
4826
|
-
<line number="9" hits="
|
|
4825
|
+
<line number="1" hits="27" branch="false"/>
|
|
4826
|
+
<line number="3" hits="27" branch="false"/>
|
|
4827
|
+
<line number="4" hits="27" branch="false"/>
|
|
4828
|
+
<line number="9" hits="27" branch="false"/>
|
|
4827
4829
|
</lines>
|
|
4828
4830
|
</class>
|
|
4829
4831
|
</classes>
|
|
@@ -4850,7 +4852,7 @@
|
|
|
4850
4852
|
</method>
|
|
4851
4853
|
</methods>
|
|
4852
4854
|
<lines>
|
|
4853
|
-
<line number="5" hits="
|
|
4855
|
+
<line number="5" hits="27" branch="false"/>
|
|
4854
4856
|
<line number="6" hits="9" branch="false"/>
|
|
4855
4857
|
<line number="7" hits="9" branch="true" condition-coverage="50% (1/2)"/>
|
|
4856
4858
|
<line number="9" hits="9" branch="false"/>
|
|
@@ -4871,13 +4873,13 @@
|
|
|
4871
4873
|
</method>
|
|
4872
4874
|
</methods>
|
|
4873
4875
|
<lines>
|
|
4874
|
-
<line number="8" hits="
|
|
4875
|
-
<line number="11" hits="
|
|
4876
|
-
<line number="14" hits="
|
|
4877
|
-
<line number="16" hits="
|
|
4878
|
-
<line number="22" hits="
|
|
4879
|
-
<line number="29" hits="
|
|
4880
|
-
<line number="42" hits="
|
|
4876
|
+
<line number="8" hits="27" branch="false"/>
|
|
4877
|
+
<line number="11" hits="27" branch="false"/>
|
|
4878
|
+
<line number="14" hits="27" branch="false"/>
|
|
4879
|
+
<line number="16" hits="27" branch="false"/>
|
|
4880
|
+
<line number="22" hits="27" branch="false"/>
|
|
4881
|
+
<line number="29" hits="27" branch="false"/>
|
|
4882
|
+
<line number="42" hits="27" branch="true" condition-coverage="0% (0/2)"/>
|
|
4881
4883
|
<line number="43" hits="0" branch="false"/>
|
|
4882
4884
|
<line number="45" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
4883
4885
|
<line number="46" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -4979,7 +4981,7 @@
|
|
|
4979
4981
|
</method>
|
|
4980
4982
|
</methods>
|
|
4981
4983
|
<lines>
|
|
4982
|
-
<line number="15" hits="
|
|
4984
|
+
<line number="15" hits="27" branch="false"/>
|
|
4983
4985
|
<line number="39" hits="0" branch="false"/>
|
|
4984
4986
|
<line number="40" hits="0" branch="false"/>
|
|
4985
4987
|
<line number="43" hits="0" branch="false"/>
|
|
@@ -5029,7 +5031,7 @@
|
|
|
5029
5031
|
<line number="280" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
5030
5032
|
<line number="283" hits="0" branch="false"/>
|
|
5031
5033
|
<line number="308" hits="0" branch="false"/>
|
|
5032
|
-
<line number="320" hits="
|
|
5034
|
+
<line number="320" hits="27" branch="false"/>
|
|
5033
5035
|
</lines>
|
|
5034
5036
|
</class>
|
|
5035
5037
|
<class name="index.js" filename="src/lib/Typedown/index.js" line-rate="0" branch-rate="0">
|
|
@@ -5052,51 +5054,51 @@
|
|
|
5052
5054
|
<methods>
|
|
5053
5055
|
</methods>
|
|
5054
5056
|
<lines>
|
|
5055
|
-
<line number="1" hits="
|
|
5056
|
-
<line number="2" hits="
|
|
5057
|
-
<line number="3" hits="
|
|
5058
|
-
<line number="4" hits="
|
|
5059
|
-
<line number="5" hits="
|
|
5060
|
-
<line number="6" hits="
|
|
5061
|
-
<line number="7" hits="
|
|
5062
|
-
<line number="8" hits="
|
|
5063
|
-
<line number="9" hits="
|
|
5064
|
-
<line number="10" hits="
|
|
5065
|
-
<line number="11" hits="
|
|
5057
|
+
<line number="1" hits="27" branch="false"/>
|
|
5058
|
+
<line number="2" hits="27" branch="false"/>
|
|
5059
|
+
<line number="3" hits="27" branch="false"/>
|
|
5060
|
+
<line number="4" hits="27" branch="false"/>
|
|
5061
|
+
<line number="5" hits="27" branch="false"/>
|
|
5062
|
+
<line number="6" hits="27" branch="false"/>
|
|
5063
|
+
<line number="7" hits="27" branch="false"/>
|
|
5064
|
+
<line number="8" hits="27" branch="false"/>
|
|
5065
|
+
<line number="9" hits="27" branch="false"/>
|
|
5066
|
+
<line number="10" hits="27" branch="false"/>
|
|
5067
|
+
<line number="11" hits="27" branch="false"/>
|
|
5066
5068
|
</lines>
|
|
5067
5069
|
</class>
|
|
5068
5070
|
<class name="endpoints.js" filename="src/lib/constants/endpoints.js" line-rate="1" branch-rate="1">
|
|
5069
5071
|
<methods>
|
|
5070
5072
|
</methods>
|
|
5071
5073
|
<lines>
|
|
5072
|
-
<line number="2" hits="
|
|
5073
|
-
<line number="3" hits="
|
|
5074
|
-
<line number="7" hits="
|
|
5074
|
+
<line number="2" hits="27" branch="false"/>
|
|
5075
|
+
<line number="3" hits="27" branch="false"/>
|
|
5076
|
+
<line number="7" hits="27" branch="false"/>
|
|
5075
5077
|
</lines>
|
|
5076
5078
|
</class>
|
|
5077
5079
|
<class name="eventCodes.js" filename="src/lib/constants/eventCodes.js" line-rate="1" branch-rate="1">
|
|
5078
5080
|
<methods>
|
|
5079
5081
|
</methods>
|
|
5080
5082
|
<lines>
|
|
5081
|
-
<line number="1" hits="
|
|
5082
|
-
<line number="2" hits="
|
|
5083
|
-
<line number="3" hits="
|
|
5083
|
+
<line number="1" hits="27" branch="false"/>
|
|
5084
|
+
<line number="2" hits="27" branch="false"/>
|
|
5085
|
+
<line number="3" hits="27" branch="false"/>
|
|
5084
5086
|
</lines>
|
|
5085
5087
|
</class>
|
|
5086
5088
|
<class name="pagination.js" filename="src/lib/constants/pagination.js" line-rate="1" branch-rate="1">
|
|
5087
5089
|
<methods>
|
|
5088
5090
|
</methods>
|
|
5089
5091
|
<lines>
|
|
5090
|
-
<line number="1" hits="
|
|
5091
|
-
<line number="2" hits="
|
|
5092
|
-
<line number="5" hits="
|
|
5093
|
-
<line number="8" hits="
|
|
5094
|
-
<line number="10" hits="
|
|
5092
|
+
<line number="1" hits="27" branch="false"/>
|
|
5093
|
+
<line number="2" hits="27" branch="false"/>
|
|
5094
|
+
<line number="5" hits="27" branch="false"/>
|
|
5095
|
+
<line number="8" hits="27" branch="false"/>
|
|
5096
|
+
<line number="10" hits="27" branch="false"/>
|
|
5095
5097
|
</lines>
|
|
5096
5098
|
</class>
|
|
5097
5099
|
</classes>
|
|
5098
5100
|
</package>
|
|
5099
|
-
<package name="hooks" line-rate="0.
|
|
5101
|
+
<package name="hooks" line-rate="0.321" branch-rate="0.25">
|
|
5100
5102
|
<classes>
|
|
5101
5103
|
<class name="index.js" filename="src/lib/hooks/index.js" line-rate="0" branch-rate="0">
|
|
5102
5104
|
<methods>
|
|
@@ -5123,7 +5125,7 @@
|
|
|
5123
5125
|
</method>
|
|
5124
5126
|
</methods>
|
|
5125
5127
|
<lines>
|
|
5126
|
-
<line number="10" hits="
|
|
5128
|
+
<line number="10" hits="27" branch="false"/>
|
|
5127
5129
|
<line number="11" hits="0" branch="false"/>
|
|
5128
5130
|
<line number="12" hits="0" branch="false"/>
|
|
5129
5131
|
<line number="14" hits="0" branch="false"/>
|
|
@@ -5164,7 +5166,7 @@
|
|
|
5164
5166
|
</method>
|
|
5165
5167
|
</methods>
|
|
5166
5168
|
<lines>
|
|
5167
|
-
<line number="4" hits="
|
|
5169
|
+
<line number="4" hits="27" branch="false"/>
|
|
5168
5170
|
<line number="5" hits="0" branch="false"/>
|
|
5169
5171
|
<line number="7" hits="0" branch="false"/>
|
|
5170
5172
|
<line number="8" hits="0" branch="false"/>
|
|
@@ -5196,7 +5198,7 @@
|
|
|
5196
5198
|
</method>
|
|
5197
5199
|
</methods>
|
|
5198
5200
|
<lines>
|
|
5199
|
-
<line number="8" hits="
|
|
5201
|
+
<line number="8" hits="27" branch="false"/>
|
|
5200
5202
|
<line number="18" hits="0" branch="false"/>
|
|
5201
5203
|
<line number="20" hits="0" branch="false"/>
|
|
5202
5204
|
<line number="35" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -5214,7 +5216,7 @@
|
|
|
5214
5216
|
<line number="63" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5215
5217
|
<line number="66" hits="0" branch="false"/>
|
|
5216
5218
|
<line number="67" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5217
|
-
<line number="70" hits="
|
|
5219
|
+
<line number="70" hits="27" branch="false"/>
|
|
5218
5220
|
</lines>
|
|
5219
5221
|
</class>
|
|
5220
5222
|
<class name="useHelperApp.js" filename="src/lib/hooks/useHelperApp.js" line-rate="0.0322" branch-rate="0">
|
|
@@ -5261,7 +5263,7 @@
|
|
|
5261
5263
|
</method>
|
|
5262
5264
|
</methods>
|
|
5263
5265
|
<lines>
|
|
5264
|
-
<line number="7" hits="
|
|
5266
|
+
<line number="7" hits="27" branch="false"/>
|
|
5265
5267
|
<line number="8" hits="0" branch="false"/>
|
|
5266
5268
|
<line number="9" hits="0" branch="false"/>
|
|
5267
5269
|
<line number="11" hits="0" branch="false"/>
|
|
@@ -5343,7 +5345,7 @@
|
|
|
5343
5345
|
</method>
|
|
5344
5346
|
</methods>
|
|
5345
5347
|
<lines>
|
|
5346
|
-
<line number="4" hits="
|
|
5348
|
+
<line number="4" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
5347
5349
|
<line number="5" hits="0" branch="false"/>
|
|
5348
5350
|
<line number="6" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
5349
5351
|
<line number="7" hits="0" branch="false"/>
|
|
@@ -5371,16 +5373,16 @@
|
|
|
5371
5373
|
<line number="52" hits="0" branch="false"/>
|
|
5372
5374
|
</lines>
|
|
5373
5375
|
</class>
|
|
5374
|
-
<class name="useKiwtSASQuery.js" filename="src/lib/hooks/useKiwtSASQuery.js" line-rate="
|
|
5376
|
+
<class name="useKiwtSASQuery.js" filename="src/lib/hooks/useKiwtSASQuery.js" line-rate="1" branch-rate="1">
|
|
5375
5377
|
<methods>
|
|
5376
|
-
<method name="(anonymous_0)" hits="
|
|
5378
|
+
<method name="(anonymous_0)" hits="196" signature="()V">
|
|
5377
5379
|
<lines>
|
|
5378
|
-
<line number="7" hits="
|
|
5380
|
+
<line number="7" hits="196"/>
|
|
5379
5381
|
</lines>
|
|
5380
5382
|
</method>
|
|
5381
|
-
<method name="(anonymous_1)" hits="
|
|
5383
|
+
<method name="(anonymous_1)" hits="893" signature="()V">
|
|
5382
5384
|
<lines>
|
|
5383
|
-
<line number="26" hits="
|
|
5385
|
+
<line number="26" hits="893"/>
|
|
5384
5386
|
</lines>
|
|
5385
5387
|
</method>
|
|
5386
5388
|
<method name="(anonymous_2)" hits="0" signature="()V">
|
|
@@ -5388,39 +5390,39 @@
|
|
|
5388
5390
|
<line number="30" hits="0"/>
|
|
5389
5391
|
</lines>
|
|
5390
5392
|
</method>
|
|
5391
|
-
<method name="(anonymous_3)" hits="
|
|
5393
|
+
<method name="(anonymous_3)" hits="196" signature="()V">
|
|
5392
5394
|
<lines>
|
|
5393
|
-
<line number="38" hits="
|
|
5395
|
+
<line number="38" hits="196"/>
|
|
5394
5396
|
</lines>
|
|
5395
5397
|
</method>
|
|
5396
5398
|
</methods>
|
|
5397
5399
|
<lines>
|
|
5398
|
-
<line number="7" hits="
|
|
5399
|
-
<line number="8" hits="
|
|
5400
|
-
<line number="9" hits="
|
|
5401
|
-
<line number="13" hits="
|
|
5402
|
-
<line number="18" hits="
|
|
5403
|
-
<line number="19" hits="
|
|
5404
|
-
<line number="21" hits="
|
|
5405
|
-
<line number="26" hits="
|
|
5406
|
-
<line number="27" hits="
|
|
5407
|
-
<line number="28" hits="
|
|
5408
|
-
<line number="29" hits="
|
|
5409
|
-
<line number="30" hits="
|
|
5410
|
-
<line number="32" hits="
|
|
5411
|
-
<line number="34" hits="
|
|
5412
|
-
<line number="35" hits="
|
|
5413
|
-
<line number="38" hits="
|
|
5414
|
-
<line number="39" hits="
|
|
5415
|
-
<line number="40" hits="
|
|
5416
|
-
<line number="42" hits="
|
|
5400
|
+
<line number="7" hits="27" branch="false"/>
|
|
5401
|
+
<line number="8" hits="196" branch="false"/>
|
|
5402
|
+
<line number="9" hits="196" branch="false"/>
|
|
5403
|
+
<line number="13" hits="196" branch="true" condition-coverage="100% (2/2)"/>
|
|
5404
|
+
<line number="18" hits="46" branch="true" condition-coverage="100% (2/2)"/>
|
|
5405
|
+
<line number="19" hits="32" branch="false"/>
|
|
5406
|
+
<line number="21" hits="14" branch="false"/>
|
|
5407
|
+
<line number="26" hits="27" branch="false"/>
|
|
5408
|
+
<line number="27" hits="893" branch="false"/>
|
|
5409
|
+
<line number="28" hits="893" branch="false"/>
|
|
5410
|
+
<line number="29" hits="893" branch="false"/>
|
|
5411
|
+
<line number="30" hits="893" branch="false"/>
|
|
5412
|
+
<line number="32" hits="893" branch="false"/>
|
|
5413
|
+
<line number="34" hits="893" branch="true" condition-coverage="100% (2/2)"/>
|
|
5414
|
+
<line number="35" hits="31" branch="false"/>
|
|
5415
|
+
<line number="38" hits="893" branch="false"/>
|
|
5416
|
+
<line number="39" hits="196" branch="false"/>
|
|
5417
|
+
<line number="40" hits="196" branch="false"/>
|
|
5418
|
+
<line number="42" hits="893" branch="false"/>
|
|
5417
5419
|
</lines>
|
|
5418
5420
|
</class>
|
|
5419
5421
|
<class name="useLocalPageStore.js" filename="src/lib/hooks/useLocalPageStore.js" line-rate="0.4" branch-rate="0">
|
|
5420
5422
|
<methods>
|
|
5421
|
-
<method name="(anonymous_0)" hits="
|
|
5423
|
+
<method name="(anonymous_0)" hits="27" signature="()V">
|
|
5422
5424
|
<lines>
|
|
5423
|
-
<line number="7" hits="
|
|
5425
|
+
<line number="7" hits="27"/>
|
|
5424
5426
|
</lines>
|
|
5425
5427
|
</method>
|
|
5426
5428
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
@@ -5435,34 +5437,34 @@
|
|
|
5435
5437
|
</method>
|
|
5436
5438
|
</methods>
|
|
5437
5439
|
<lines>
|
|
5438
|
-
<line number="6" hits="
|
|
5439
|
-
<line number="7" hits="
|
|
5440
|
+
<line number="6" hits="27" branch="false"/>
|
|
5441
|
+
<line number="7" hits="27" branch="false"/>
|
|
5440
5442
|
<line number="9" hits="0" branch="false"/>
|
|
5441
5443
|
<line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5442
5444
|
<line number="13" hits="0" branch="false"/>
|
|
5443
5445
|
</lines>
|
|
5444
5446
|
</class>
|
|
5445
|
-
<class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="
|
|
5447
|
+
<class name="useLocalStorageState.js" filename="src/lib/hooks/useLocalStorageState.js" line-rate="1" branch-rate="1">
|
|
5446
5448
|
<methods>
|
|
5447
|
-
<method name="(anonymous_0)" hits="
|
|
5449
|
+
<method name="(anonymous_0)" hits="893" signature="()V">
|
|
5448
5450
|
<lines>
|
|
5449
|
-
<line number="5" hits="
|
|
5451
|
+
<line number="5" hits="893"/>
|
|
5450
5452
|
</lines>
|
|
5451
5453
|
</method>
|
|
5452
|
-
<method name="(anonymous_1)" hits="
|
|
5454
|
+
<method name="(anonymous_1)" hits="22" signature="()V">
|
|
5453
5455
|
<lines>
|
|
5454
|
-
<line number="9" hits="
|
|
5456
|
+
<line number="9" hits="22"/>
|
|
5455
5457
|
</lines>
|
|
5456
5458
|
</method>
|
|
5457
5459
|
</methods>
|
|
5458
5460
|
<lines>
|
|
5459
|
-
<line number="5" hits="
|
|
5460
|
-
<line number="6" hits="
|
|
5461
|
-
<line number="7" hits="
|
|
5462
|
-
<line number="9" hits="
|
|
5463
|
-
<line number="10" hits="
|
|
5464
|
-
<line number="11" hits="
|
|
5465
|
-
<line number="14" hits="
|
|
5461
|
+
<line number="5" hits="27" branch="false"/>
|
|
5462
|
+
<line number="6" hits="893" branch="false"/>
|
|
5463
|
+
<line number="7" hits="893" branch="false"/>
|
|
5464
|
+
<line number="9" hits="893" branch="false"/>
|
|
5465
|
+
<line number="10" hits="22" branch="false"/>
|
|
5466
|
+
<line number="11" hits="22" branch="false"/>
|
|
5467
|
+
<line number="14" hits="893" branch="false"/>
|
|
5466
5468
|
</lines>
|
|
5467
5469
|
</class>
|
|
5468
5470
|
<class name="useModConfigEntries.js" filename="src/lib/hooks/useModConfigEntries.js" line-rate="0.1666" branch-rate="0">
|
|
@@ -5479,7 +5481,7 @@
|
|
|
5479
5481
|
</method>
|
|
5480
5482
|
</methods>
|
|
5481
5483
|
<lines>
|
|
5482
|
-
<line number="10" hits="
|
|
5484
|
+
<line number="10" hits="27" branch="false"/>
|
|
5483
5485
|
<line number="17" hits="0" branch="false"/>
|
|
5484
5486
|
<line number="19" hits="0" branch="false"/>
|
|
5485
5487
|
<line number="21" hits="0" branch="false"/>
|
|
@@ -5490,7 +5492,7 @@
|
|
|
5490
5492
|
<line number="36" hits="0" branch="true" condition-coverage="0% (0/3)"/>
|
|
5491
5493
|
<line number="37" hits="0" branch="false"/>
|
|
5492
5494
|
<line number="39" hits="0" branch="false"/>
|
|
5493
|
-
<line number="46" hits="
|
|
5495
|
+
<line number="46" hits="27" branch="false"/>
|
|
5494
5496
|
</lines>
|
|
5495
5497
|
</class>
|
|
5496
5498
|
<class name="useMutateModConfigEntry.js" filename="src/lib/hooks/useMutateModConfigEntry.js" line-rate="0.07139999999999999" branch-rate="0">
|
|
@@ -5522,7 +5524,7 @@
|
|
|
5522
5524
|
</method>
|
|
5523
5525
|
</methods>
|
|
5524
5526
|
<lines>
|
|
5525
|
-
<line number="11" hits="
|
|
5527
|
+
<line number="11" hits="27" branch="false"/>
|
|
5526
5528
|
<line number="17" hits="0" branch="false"/>
|
|
5527
5529
|
<line number="19" hits="0" branch="false"/>
|
|
5528
5530
|
<line number="20" hits="0" branch="false"/>
|
|
@@ -5538,26 +5540,26 @@
|
|
|
5538
5540
|
<line number="53" hits="0" branch="false"/>
|
|
5539
5541
|
</lines>
|
|
5540
5542
|
</class>
|
|
5541
|
-
<class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.
|
|
5543
|
+
<class name="usePrevNextPagination.js" filename="src/lib/hooks/usePrevNextPagination.js" line-rate="0.6271" branch-rate="0.5652">
|
|
5542
5544
|
<methods>
|
|
5543
|
-
<method name="(anonymous_0)" hits="
|
|
5545
|
+
<method name="(anonymous_0)" hits="914" signature="()V">
|
|
5544
5546
|
<lines>
|
|
5545
|
-
<line number="18" hits="
|
|
5547
|
+
<line number="18" hits="914"/>
|
|
5546
5548
|
</lines>
|
|
5547
5549
|
</method>
|
|
5548
|
-
<method name="(anonymous_1)" hits="
|
|
5550
|
+
<method name="(anonymous_1)" hits="2467" signature="()V">
|
|
5549
5551
|
<lines>
|
|
5550
|
-
<line number="28" hits="
|
|
5552
|
+
<line number="28" hits="2467"/>
|
|
5551
5553
|
</lines>
|
|
5552
5554
|
</method>
|
|
5553
|
-
<method name="(anonymous_2)" hits="
|
|
5555
|
+
<method name="(anonymous_2)" hits="2467" signature="()V">
|
|
5554
5556
|
<lines>
|
|
5555
|
-
<line number="29" hits="
|
|
5557
|
+
<line number="29" hits="2467"/>
|
|
5556
5558
|
</lines>
|
|
5557
5559
|
</method>
|
|
5558
|
-
<method name="(anonymous_3)" hits="
|
|
5560
|
+
<method name="(anonymous_3)" hits="914" signature="()V">
|
|
5559
5561
|
<lines>
|
|
5560
|
-
<line number="33" hits="
|
|
5562
|
+
<line number="33" hits="914"/>
|
|
5561
5563
|
</lines>
|
|
5562
5564
|
</method>
|
|
5563
5565
|
<method name="(anonymous_4)" hits="0" signature="()V">
|
|
@@ -5565,14 +5567,14 @@
|
|
|
5565
5567
|
<line number="56" hits="0"/>
|
|
5566
5568
|
</lines>
|
|
5567
5569
|
</method>
|
|
5568
|
-
<method name="(anonymous_5)" hits="
|
|
5570
|
+
<method name="(anonymous_5)" hits="34" signature="()V">
|
|
5569
5571
|
<lines>
|
|
5570
|
-
<line number="95" hits="
|
|
5572
|
+
<line number="95" hits="34"/>
|
|
5571
5573
|
</lines>
|
|
5572
5574
|
</method>
|
|
5573
|
-
<method name="(anonymous_6)" hits="
|
|
5575
|
+
<method name="(anonymous_6)" hits="639" signature="()V">
|
|
5574
5576
|
<lines>
|
|
5575
|
-
<line number="104" hits="
|
|
5577
|
+
<line number="104" hits="639"/>
|
|
5576
5578
|
</lines>
|
|
5577
5579
|
</method>
|
|
5578
5580
|
<method name="(anonymous_7)" hits="0" signature="()V">
|
|
@@ -5580,32 +5582,32 @@
|
|
|
5580
5582
|
<line number="157" hits="0"/>
|
|
5581
5583
|
</lines>
|
|
5582
5584
|
</method>
|
|
5583
|
-
<method name="(anonymous_8)" hits="
|
|
5585
|
+
<method name="(anonymous_8)" hits="1048" signature="()V">
|
|
5584
5586
|
<lines>
|
|
5585
|
-
<line number="166" hits="
|
|
5587
|
+
<line number="166" hits="1048"/>
|
|
5586
5588
|
</lines>
|
|
5587
5589
|
</method>
|
|
5588
|
-
<method name="(anonymous_9)" hits="
|
|
5590
|
+
<method name="(anonymous_9)" hits="185" signature="()V">
|
|
5589
5591
|
<lines>
|
|
5590
|
-
<line number="184" hits="
|
|
5592
|
+
<line number="184" hits="185"/>
|
|
5591
5593
|
</lines>
|
|
5592
5594
|
</method>
|
|
5593
5595
|
</methods>
|
|
5594
5596
|
<lines>
|
|
5595
|
-
<line number="18" hits="
|
|
5596
|
-
<line number="28" hits="
|
|
5597
|
-
<line number="29" hits="
|
|
5598
|
-
<line number="33" hits="
|
|
5599
|
-
<line number="35" hits="
|
|
5597
|
+
<line number="18" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
5598
|
+
<line number="28" hits="2467" branch="false"/>
|
|
5599
|
+
<line number="29" hits="2467" branch="false"/>
|
|
5600
|
+
<line number="33" hits="914" branch="false"/>
|
|
5601
|
+
<line number="35" hits="914" branch="true" condition-coverage="50% (1/2)"/>
|
|
5600
5602
|
<line number="36" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5601
5603
|
<line number="37" hits="0" branch="false"/>
|
|
5602
5604
|
<line number="40" hits="0" branch="false"/>
|
|
5603
5605
|
<line number="41" hits="0" branch="false"/>
|
|
5604
|
-
<line number="45" hits="
|
|
5605
|
-
<line number="48" hits="
|
|
5606
|
-
<line number="50" hits="
|
|
5607
|
-
<line number="51" hits="
|
|
5608
|
-
<line number="56" hits="
|
|
5606
|
+
<line number="45" hits="914" branch="false"/>
|
|
5607
|
+
<line number="48" hits="914" branch="false"/>
|
|
5608
|
+
<line number="50" hits="914" branch="false"/>
|
|
5609
|
+
<line number="51" hits="914" branch="false"/>
|
|
5610
|
+
<line number="56" hits="914" branch="false"/>
|
|
5609
5611
|
<line number="57" hits="0" branch="false"/>
|
|
5610
5612
|
<line number="60" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5611
5613
|
<line number="61" hits="0" branch="false"/>
|
|
@@ -5617,47 +5619,47 @@
|
|
|
5617
5619
|
<line number="72" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5618
5620
|
<line number="73" hits="0" branch="false"/>
|
|
5619
5621
|
<line number="77" hits="0" branch="false"/>
|
|
5620
|
-
<line number="94" hits="
|
|
5621
|
-
<line number="95" hits="
|
|
5622
|
-
<line number="96" hits="
|
|
5623
|
-
<line number="97" hits="
|
|
5622
|
+
<line number="94" hits="914" branch="false"/>
|
|
5623
|
+
<line number="95" hits="914" branch="false"/>
|
|
5624
|
+
<line number="96" hits="34" branch="true" condition-coverage="50% (1/2)"/>
|
|
5625
|
+
<line number="97" hits="34" branch="false"/>
|
|
5624
5626
|
<line number="99" hits="0" branch="false"/>
|
|
5625
5627
|
<line number="100" hits="0" branch="false"/>
|
|
5626
|
-
<line number="104" hits="
|
|
5627
|
-
<line number="105" hits="
|
|
5628
|
-
<line number="106" hits="
|
|
5629
|
-
<line number="108" hits="
|
|
5628
|
+
<line number="104" hits="914" branch="false"/>
|
|
5629
|
+
<line number="105" hits="639" branch="true" condition-coverage="50% (1/2)"/>
|
|
5630
|
+
<line number="106" hits="639" branch="false"/>
|
|
5631
|
+
<line number="108" hits="639" branch="true" condition-coverage="50% (2/4)"/>
|
|
5630
5632
|
<line number="109" hits="0" branch="false"/>
|
|
5631
|
-
<line number="110" hits="
|
|
5632
|
-
<line number="112" hits="
|
|
5633
|
-
<line number="113" hits="
|
|
5634
|
-
<line number="119" hits="
|
|
5635
|
-
<line number="125" hits="
|
|
5636
|
-
<line number="126" hits="
|
|
5637
|
-
<line number="131" hits="
|
|
5638
|
-
<line number="135" hits="
|
|
5633
|
+
<line number="110" hits="639" branch="true" condition-coverage="100% (4/4)"/>
|
|
5634
|
+
<line number="112" hits="618" branch="false"/>
|
|
5635
|
+
<line number="113" hits="618" branch="false"/>
|
|
5636
|
+
<line number="119" hits="618" branch="false"/>
|
|
5637
|
+
<line number="125" hits="639" branch="true" condition-coverage="100% (2/2)"/>
|
|
5638
|
+
<line number="126" hits="32" branch="false"/>
|
|
5639
|
+
<line number="131" hits="32" branch="false"/>
|
|
5640
|
+
<line number="135" hits="32" branch="false"/>
|
|
5639
5641
|
<line number="137" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5640
5642
|
<line number="140" hits="0" branch="false"/>
|
|
5641
|
-
<line number="154" hits="
|
|
5642
|
-
<line number="155" hits="
|
|
5643
|
-
<line number="156" hits="
|
|
5644
|
-
<line number="157" hits="
|
|
5643
|
+
<line number="154" hits="914" branch="true" condition-coverage="100% (3/3)"/>
|
|
5644
|
+
<line number="155" hits="914" branch="true" condition-coverage="100% (2/2)"/>
|
|
5645
|
+
<line number="156" hits="914" branch="true" condition-coverage="100% (2/2)"/>
|
|
5646
|
+
<line number="157" hits="914" branch="false"/>
|
|
5645
5647
|
<line number="158" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5646
5648
|
<line number="159" hits="0" branch="false"/>
|
|
5647
|
-
<line number="166" hits="
|
|
5648
|
-
<line number="167" hits="
|
|
5649
|
-
<line number="177" hits="
|
|
5650
|
-
<line number="178" hits="
|
|
5651
|
-
<line number="181" hits="
|
|
5652
|
-
<line number="184" hits="
|
|
5653
|
-
<line number="188" hits="
|
|
5649
|
+
<line number="166" hits="914" branch="false"/>
|
|
5650
|
+
<line number="167" hits="1048" branch="false"/>
|
|
5651
|
+
<line number="177" hits="1048" branch="true" condition-coverage="100% (2/2)"/>
|
|
5652
|
+
<line number="178" hits="34" branch="false"/>
|
|
5653
|
+
<line number="181" hits="1048" branch="false"/>
|
|
5654
|
+
<line number="184" hits="914" branch="false"/>
|
|
5655
|
+
<line number="188" hits="914" branch="false"/>
|
|
5654
5656
|
</lines>
|
|
5655
5657
|
</class>
|
|
5656
|
-
<class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.
|
|
5658
|
+
<class name="useQIndex.js" filename="src/lib/hooks/useQIndex.js" line-rate="0.5625" branch-rate="0.1666">
|
|
5657
5659
|
<methods>
|
|
5658
|
-
<method name="(anonymous_0)" hits="
|
|
5660
|
+
<method name="(anonymous_0)" hits="893" signature="()V">
|
|
5659
5661
|
<lines>
|
|
5660
|
-
<line number="5" hits="
|
|
5662
|
+
<line number="5" hits="893"/>
|
|
5661
5663
|
</lines>
|
|
5662
5664
|
</method>
|
|
5663
5665
|
<method name="(anonymous_1)" hits="0" signature="()V">
|
|
@@ -5665,29 +5667,29 @@
|
|
|
5665
5667
|
<line number="12" hits="0"/>
|
|
5666
5668
|
</lines>
|
|
5667
5669
|
</method>
|
|
5668
|
-
<method name="(anonymous_2)" hits="
|
|
5670
|
+
<method name="(anonymous_2)" hits="618" signature="()V">
|
|
5669
5671
|
<lines>
|
|
5670
|
-
<line number="35" hits="
|
|
5672
|
+
<line number="35" hits="618"/>
|
|
5671
5673
|
</lines>
|
|
5672
5674
|
</method>
|
|
5673
5675
|
</methods>
|
|
5674
5676
|
<lines>
|
|
5675
|
-
<line number="5" hits="
|
|
5676
|
-
<line number="6" hits="
|
|
5677
|
-
<line number="7" hits="
|
|
5678
|
-
<line number="9" hits="
|
|
5679
|
-
<line number="10" hits="
|
|
5680
|
-
<line number="12" hits="
|
|
5677
|
+
<line number="5" hits="27" branch="false"/>
|
|
5678
|
+
<line number="6" hits="893" branch="false"/>
|
|
5679
|
+
<line number="7" hits="893" branch="false"/>
|
|
5680
|
+
<line number="9" hits="893" branch="false"/>
|
|
5681
|
+
<line number="10" hits="893" branch="false"/>
|
|
5682
|
+
<line number="12" hits="893" branch="false"/>
|
|
5681
5683
|
<line number="13" hits="0" branch="false"/>
|
|
5682
5684
|
<line number="14" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5683
5685
|
<line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5684
5686
|
<line number="17" hits="0" branch="false"/>
|
|
5685
5687
|
<line number="22" hits="0" branch="false"/>
|
|
5686
5688
|
<line number="28" hits="0" branch="false"/>
|
|
5687
|
-
<line number="35" hits="
|
|
5688
|
-
<line number="36" hits="
|
|
5689
|
+
<line number="35" hits="893" branch="false"/>
|
|
5690
|
+
<line number="36" hits="618" branch="true" condition-coverage="50% (1/2)"/>
|
|
5689
5691
|
<line number="37" hits="0" branch="false"/>
|
|
5690
|
-
<line number="46" hits="
|
|
5692
|
+
<line number="46" hits="893" branch="false"/>
|
|
5691
5693
|
</lines>
|
|
5692
5694
|
</class>
|
|
5693
5695
|
<class name="useRefdata.js" filename="src/lib/hooks/useRefdata.js" line-rate="0.125" branch-rate="0">
|
|
@@ -5709,7 +5711,7 @@
|
|
|
5709
5711
|
</method>
|
|
5710
5712
|
</methods>
|
|
5711
5713
|
<lines>
|
|
5712
|
-
<line number="8" hits="
|
|
5714
|
+
<line number="8" hits="27" branch="false"/>
|
|
5713
5715
|
<line number="15" hits="0" branch="false"/>
|
|
5714
5716
|
<line number="17" hits="0" branch="false"/>
|
|
5715
5717
|
<line number="25" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -5724,7 +5726,7 @@
|
|
|
5724
5726
|
<line number="43" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5725
5727
|
<line number="46" hits="0" branch="false"/>
|
|
5726
5728
|
<line number="47" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
5727
|
-
<line number="50" hits="
|
|
5729
|
+
<line number="50" hits="27" branch="false"/>
|
|
5728
5730
|
</lines>
|
|
5729
5731
|
</class>
|
|
5730
5732
|
<class name="useSASQQueryMeta.js" filename="src/lib/hooks/useSASQQueryMeta.js" line-rate="0.07139999999999999" branch-rate="0">
|
|
@@ -5746,7 +5748,7 @@
|
|
|
5746
5748
|
</method>
|
|
5747
5749
|
</methods>
|
|
5748
5750
|
<lines>
|
|
5749
|
-
<line number="7" hits="
|
|
5751
|
+
<line number="7" hits="27" branch="false"/>
|
|
5750
5752
|
<line number="8" hits="0" branch="false"/>
|
|
5751
5753
|
<line number="9" hits="0" branch="false"/>
|
|
5752
5754
|
<line number="11" hits="0" branch="false"/>
|
|
@@ -5776,7 +5778,7 @@
|
|
|
5776
5778
|
</method>
|
|
5777
5779
|
</methods>
|
|
5778
5780
|
<lines>
|
|
5779
|
-
<line number="5" hits="
|
|
5781
|
+
<line number="5" hits="27" branch="false"/>
|
|
5780
5782
|
<line number="6" hits="0" branch="false"/>
|
|
5781
5783
|
<line number="8" hits="0" branch="false"/>
|
|
5782
5784
|
<line number="9" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -5812,28 +5814,28 @@
|
|
|
5812
5814
|
</class>
|
|
5813
5815
|
<class name="useIntlKey.js" filename="src/lib/hooks/intlHooks/useIntlKey/useIntlKey.js" line-rate="0.7" branch-rate="0.5">
|
|
5814
5816
|
<methods>
|
|
5815
|
-
<method name="(anonymous_0)" hits="
|
|
5817
|
+
<method name="(anonymous_0)" hits="1081" signature="()V">
|
|
5816
5818
|
<lines>
|
|
5817
|
-
<line number="3" hits="
|
|
5819
|
+
<line number="3" hits="1081"/>
|
|
5818
5820
|
</lines>
|
|
5819
5821
|
</method>
|
|
5820
|
-
<method name="(anonymous_1)" hits="
|
|
5822
|
+
<method name="(anonymous_1)" hits="2431" signature="()V">
|
|
5821
5823
|
<lines>
|
|
5822
|
-
<line number="4" hits="
|
|
5824
|
+
<line number="4" hits="2431"/>
|
|
5823
5825
|
</lines>
|
|
5824
5826
|
</method>
|
|
5825
5827
|
</methods>
|
|
5826
5828
|
<lines>
|
|
5827
|
-
<line number="3" hits="
|
|
5828
|
-
<line number="4" hits="
|
|
5829
|
-
<line number="7" hits="
|
|
5829
|
+
<line number="3" hits="27" branch="false"/>
|
|
5830
|
+
<line number="4" hits="2431" branch="false"/>
|
|
5831
|
+
<line number="7" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
|
|
5830
5832
|
<line number="8" hits="0" branch="false"/>
|
|
5831
|
-
<line number="9" hits="
|
|
5833
|
+
<line number="9" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
|
|
5832
5834
|
<line number="10" hits="0" branch="false"/>
|
|
5833
|
-
<line number="12" hits="
|
|
5834
|
-
<line number="15" hits="
|
|
5835
|
+
<line number="12" hits="1081" branch="false"/>
|
|
5836
|
+
<line number="15" hits="1081" branch="true" condition-coverage="50% (1/2)"/>
|
|
5835
5837
|
<line number="16" hits="0" branch="false"/>
|
|
5836
|
-
<line number="19" hits="
|
|
5838
|
+
<line number="19" hits="1081" branch="false"/>
|
|
5837
5839
|
</lines>
|
|
5838
5840
|
</class>
|
|
5839
5841
|
</classes>
|
|
@@ -5848,19 +5850,19 @@
|
|
|
5848
5850
|
</class>
|
|
5849
5851
|
<class name="useIntlKeyStore.js" filename="src/lib/hooks/intlHooks/useIntlKeyStore/useIntlKeyStore.js" line-rate="0.5789" branch-rate="0.3333">
|
|
5850
5852
|
<methods>
|
|
5851
|
-
<method name="(anonymous_0)" hits="
|
|
5853
|
+
<method name="(anonymous_0)" hits="9" signature="()V">
|
|
5852
5854
|
<lines>
|
|
5853
|
-
<line number="6" hits="
|
|
5855
|
+
<line number="6" hits="9"/>
|
|
5854
5856
|
</lines>
|
|
5855
5857
|
</method>
|
|
5856
|
-
<method name="(anonymous_1)" hits="
|
|
5858
|
+
<method name="(anonymous_1)" hits="384" signature="()V">
|
|
5857
5859
|
<lines>
|
|
5858
|
-
<line number="8" hits="
|
|
5860
|
+
<line number="8" hits="384"/>
|
|
5859
5861
|
</lines>
|
|
5860
5862
|
</method>
|
|
5861
|
-
<method name="(anonymous_2)" hits="
|
|
5863
|
+
<method name="(anonymous_2)" hits="384" signature="()V">
|
|
5862
5864
|
<lines>
|
|
5863
|
-
<line number="8" hits="
|
|
5865
|
+
<line number="8" hits="384"/>
|
|
5864
5866
|
</lines>
|
|
5865
5867
|
</method>
|
|
5866
5868
|
<method name="(anonymous_3)" hits="0" signature="()V">
|
|
@@ -5873,20 +5875,20 @@
|
|
|
5873
5875
|
<line number="17" hits="0"/>
|
|
5874
5876
|
</lines>
|
|
5875
5877
|
</method>
|
|
5876
|
-
<method name="(anonymous_5)" hits="
|
|
5878
|
+
<method name="(anonymous_5)" hits="902" signature="()V">
|
|
5877
5879
|
<lines>
|
|
5878
|
-
<line number="27" hits="
|
|
5880
|
+
<line number="27" hits="902"/>
|
|
5879
5881
|
</lines>
|
|
5880
5882
|
</method>
|
|
5881
5883
|
</methods>
|
|
5882
5884
|
<lines>
|
|
5883
|
-
<line number="6" hits="
|
|
5884
|
-
<line number="8" hits="
|
|
5885
|
-
<line number="9" hits="
|
|
5886
|
-
<line number="10" hits="
|
|
5887
|
-
<line number="11" hits="
|
|
5885
|
+
<line number="6" hits="9" branch="false"/>
|
|
5886
|
+
<line number="8" hits="384" branch="false"/>
|
|
5887
|
+
<line number="9" hits="384" branch="false"/>
|
|
5888
|
+
<line number="10" hits="384" branch="false"/>
|
|
5889
|
+
<line number="11" hits="384" branch="true" condition-coverage="50% (1/2)"/>
|
|
5888
5890
|
<line number="12" hits="0" branch="false"/>
|
|
5889
|
-
<line number="15" hits="
|
|
5891
|
+
<line number="15" hits="384" branch="false"/>
|
|
5890
5892
|
<line number="17" hits="0" branch="false"/>
|
|
5891
5893
|
<line number="18" hits="0" branch="false"/>
|
|
5892
5894
|
<line number="19" hits="0" branch="false"/>
|
|
@@ -5894,11 +5896,11 @@
|
|
|
5894
5896
|
<line number="21" hits="0" branch="false"/>
|
|
5895
5897
|
<line number="24" hits="0" branch="false"/>
|
|
5896
5898
|
<line number="25" hits="0" branch="false"/>
|
|
5897
|
-
<line number="28" hits="
|
|
5898
|
-
<line number="29" hits="
|
|
5899
|
-
<line number="30" hits="
|
|
5900
|
-
<line number="31" hits="
|
|
5901
|
-
<line number="34" hits="
|
|
5899
|
+
<line number="28" hits="902" branch="false"/>
|
|
5900
|
+
<line number="29" hits="902" branch="false"/>
|
|
5901
|
+
<line number="30" hits="902" branch="true" condition-coverage="50% (1/2)"/>
|
|
5902
|
+
<line number="31" hits="902" branch="false"/>
|
|
5903
|
+
<line number="34" hits="902" branch="false"/>
|
|
5902
5904
|
</lines>
|
|
5903
5905
|
</class>
|
|
5904
5906
|
</classes>
|
|
@@ -5913,14 +5915,14 @@
|
|
|
5913
5915
|
</class>
|
|
5914
5916
|
<class name="useKintIntl.js" filename="src/lib/hooks/intlHooks/useKintIntl/useKintIntl.js" line-rate="0.8234999999999999" branch-rate="0.75">
|
|
5915
5917
|
<methods>
|
|
5916
|
-
<method name="(anonymous_0)" hits="
|
|
5918
|
+
<method name="(anonymous_0)" hits="1081" signature="()V">
|
|
5917
5919
|
<lines>
|
|
5918
|
-
<line number="5" hits="
|
|
5920
|
+
<line number="5" hits="1081"/>
|
|
5919
5921
|
</lines>
|
|
5920
5922
|
</method>
|
|
5921
|
-
<method name="(anonymous_1)" hits="
|
|
5923
|
+
<method name="(anonymous_1)" hits="2742" signature="()V">
|
|
5922
5924
|
<lines>
|
|
5923
|
-
<line number="11" hits="
|
|
5925
|
+
<line number="11" hits="2742"/>
|
|
5924
5926
|
</lines>
|
|
5925
5927
|
</method>
|
|
5926
5928
|
<method name="(anonymous_2)" hits="6" signature="()V">
|
|
@@ -5930,23 +5932,23 @@
|
|
|
5930
5932
|
</method>
|
|
5931
5933
|
</methods>
|
|
5932
5934
|
<lines>
|
|
5933
|
-
<line number="5" hits="
|
|
5934
|
-
<line number="6" hits="
|
|
5935
|
-
<line number="7" hits="
|
|
5936
|
-
<line number="11" hits="
|
|
5937
|
-
<line number="12" hits="
|
|
5935
|
+
<line number="5" hits="27" branch="false"/>
|
|
5936
|
+
<line number="6" hits="1081" branch="false"/>
|
|
5937
|
+
<line number="7" hits="1081" branch="false"/>
|
|
5938
|
+
<line number="11" hits="1081" branch="false"/>
|
|
5939
|
+
<line number="12" hits="2742" branch="true" condition-coverage="100% (2/2)"/>
|
|
5938
5940
|
<line number="14" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
5939
5941
|
<line number="15" hits="0" branch="false"/>
|
|
5940
5942
|
<line number="18" hits="4" branch="true" condition-coverage="50% (1/2)"/>
|
|
5941
5943
|
<line number="20" hits="0" branch="false"/>
|
|
5942
5944
|
<line number="23" hits="4" branch="false"/>
|
|
5943
|
-
<line number="29" hits="
|
|
5945
|
+
<line number="29" hits="2738" branch="true" condition-coverage="100% (4/4)"/>
|
|
5944
5946
|
<line number="31" hits="6" branch="true" condition-coverage="50% (1/2)"/>
|
|
5945
5947
|
<line number="32" hits="0" branch="false"/>
|
|
5946
5948
|
<line number="35" hits="6" branch="false"/>
|
|
5947
|
-
<line number="39" hits="
|
|
5948
|
-
<line number="42" hits="
|
|
5949
|
-
<line number="44" hits="
|
|
5949
|
+
<line number="39" hits="2732" branch="false"/>
|
|
5950
|
+
<line number="42" hits="1081" branch="false"/>
|
|
5951
|
+
<line number="44" hits="1081" branch="false"/>
|
|
5950
5952
|
</lines>
|
|
5951
5953
|
</class>
|
|
5952
5954
|
</classes>
|
|
@@ -6073,7 +6075,7 @@
|
|
|
6073
6075
|
</method>
|
|
6074
6076
|
</methods>
|
|
6075
6077
|
<lines>
|
|
6076
|
-
<line number="19" hits="
|
|
6078
|
+
<line number="19" hits="27" branch="false"/>
|
|
6077
6079
|
<line number="27" hits="0" branch="false"/>
|
|
6078
6080
|
<line number="28" hits="0" branch="false"/>
|
|
6079
6081
|
<line number="29" hits="0" branch="false"/>
|
|
@@ -6171,7 +6173,7 @@
|
|
|
6171
6173
|
</method>
|
|
6172
6174
|
</methods>
|
|
6173
6175
|
<lines>
|
|
6174
|
-
<line number="7" hits="
|
|
6176
|
+
<line number="7" hits="27" branch="false"/>
|
|
6175
6177
|
<line number="8" hits="0" branch="false"/>
|
|
6176
6178
|
<line number="10" hits="0" branch="false"/>
|
|
6177
6179
|
<line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -6204,7 +6206,7 @@
|
|
|
6204
6206
|
</method>
|
|
6205
6207
|
</methods>
|
|
6206
6208
|
<lines>
|
|
6207
|
-
<line number="5" hits="
|
|
6209
|
+
<line number="5" hits="27" branch="false"/>
|
|
6208
6210
|
<line number="6" hits="0" branch="false"/>
|
|
6209
6211
|
<line number="7" hits="0" branch="false"/>
|
|
6210
6212
|
<line number="8" hits="0" branch="false"/>
|
|
@@ -6241,7 +6243,7 @@
|
|
|
6241
6243
|
</method>
|
|
6242
6244
|
</methods>
|
|
6243
6245
|
<lines>
|
|
6244
|
-
<line number="5" hits="
|
|
6246
|
+
<line number="5" hits="27" branch="false"/>
|
|
6245
6247
|
<line number="6" hits="0" branch="false"/>
|
|
6246
6248
|
<line number="8" hits="0" branch="false"/>
|
|
6247
6249
|
</lines>
|
|
@@ -6275,7 +6277,7 @@
|
|
|
6275
6277
|
</method>
|
|
6276
6278
|
</methods>
|
|
6277
6279
|
<lines>
|
|
6278
|
-
<line number="3" hits="
|
|
6280
|
+
<line number="3" hits="27" branch="false"/>
|
|
6279
6281
|
<line number="8" hits="0" branch="false"/>
|
|
6280
6282
|
<line number="11" hits="0" branch="false"/>
|
|
6281
6283
|
<line number="12" hits="0" branch="false"/>
|
|
@@ -6375,7 +6377,7 @@
|
|
|
6375
6377
|
</method>
|
|
6376
6378
|
</methods>
|
|
6377
6379
|
<lines>
|
|
6378
|
-
<line number="9" hits="
|
|
6380
|
+
<line number="9" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
6379
6381
|
<line number="22" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
6380
6382
|
<line number="23" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
6381
6383
|
<line number="24" hits="0" branch="true" condition-coverage="0% (0/1)"/>
|
|
@@ -6462,7 +6464,7 @@
|
|
|
6462
6464
|
</method>
|
|
6463
6465
|
</methods>
|
|
6464
6466
|
<lines>
|
|
6465
|
-
<line number="6" hits="
|
|
6467
|
+
<line number="6" hits="27" branch="false"/>
|
|
6466
6468
|
<line number="15" hits="0" branch="false"/>
|
|
6467
6469
|
<line number="17" hits="0" branch="false"/>
|
|
6468
6470
|
<line number="20" hits="0" branch="false"/>
|
|
@@ -6538,7 +6540,7 @@
|
|
|
6538
6540
|
</method>
|
|
6539
6541
|
</methods>
|
|
6540
6542
|
<lines>
|
|
6541
|
-
<line number="6" hits="
|
|
6543
|
+
<line number="6" hits="27" branch="false"/>
|
|
6542
6544
|
<line number="16" hits="0" branch="false"/>
|
|
6543
6545
|
<line number="18" hits="0" branch="false"/>
|
|
6544
6546
|
<line number="21" hits="0" branch="false"/>
|
|
@@ -6581,7 +6583,7 @@
|
|
|
6581
6583
|
</method>
|
|
6582
6584
|
</methods>
|
|
6583
6585
|
<lines>
|
|
6584
|
-
<line number="23" hits="
|
|
6586
|
+
<line number="23" hits="27" branch="false"/>
|
|
6585
6587
|
<line number="28" hits="0" branch="false"/>
|
|
6586
6588
|
<line number="29" hits="0" branch="false"/>
|
|
6587
6589
|
<line number="32" hits="0" branch="false"/>
|
|
@@ -6598,52 +6600,52 @@
|
|
|
6598
6600
|
</class>
|
|
6599
6601
|
</classes>
|
|
6600
6602
|
</package>
|
|
6601
|
-
<package name="utils" line-rate="0.
|
|
6603
|
+
<package name="utils" line-rate="0.344" branch-rate="0.25">
|
|
6602
6604
|
<classes>
|
|
6603
|
-
<class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="
|
|
6605
|
+
<class name="buildUrl.js" filename="src/lib/utils/buildUrl.js" line-rate="1" branch-rate="1">
|
|
6604
6606
|
<methods>
|
|
6605
|
-
<method name="removeEmpty" hits="
|
|
6607
|
+
<method name="removeEmpty" hits="196" signature="()V">
|
|
6606
6608
|
<lines>
|
|
6607
|
-
<line number="10" hits="
|
|
6609
|
+
<line number="10" hits="196"/>
|
|
6608
6610
|
</lines>
|
|
6609
6611
|
</method>
|
|
6610
|
-
<method name="(anonymous_1)" hits="
|
|
6612
|
+
<method name="(anonymous_1)" hits="437" signature="()V">
|
|
6611
6613
|
<lines>
|
|
6612
|
-
<line number="13" hits="
|
|
6614
|
+
<line number="13" hits="437"/>
|
|
6613
6615
|
</lines>
|
|
6614
6616
|
</method>
|
|
6615
|
-
<method name="buildUrl" hits="
|
|
6617
|
+
<method name="buildUrl" hits="196" signature="()V">
|
|
6616
6618
|
<lines>
|
|
6617
|
-
<line number="20" hits="
|
|
6619
|
+
<line number="20" hits="196"/>
|
|
6618
6620
|
</lines>
|
|
6619
6621
|
</method>
|
|
6620
6622
|
</methods>
|
|
6621
6623
|
<lines>
|
|
6622
|
-
<line number="11" hits="
|
|
6623
|
-
<line number="13" hits="
|
|
6624
|
-
<line number="14" hits="
|
|
6625
|
-
<line number="17" hits="
|
|
6626
|
-
<line number="21" hits="
|
|
6627
|
-
<line number="22" hits="
|
|
6628
|
-
<line number="23" hits="
|
|
6629
|
-
<line number="25" hits="
|
|
6630
|
-
<line number="27" hits="
|
|
6631
|
-
<line number="28" hits="
|
|
6632
|
-
<line number="31" hits="
|
|
6624
|
+
<line number="11" hits="196" branch="false"/>
|
|
6625
|
+
<line number="13" hits="196" branch="false"/>
|
|
6626
|
+
<line number="14" hits="437" branch="true" condition-coverage="100% (2/2)"/>
|
|
6627
|
+
<line number="17" hits="196" branch="false"/>
|
|
6628
|
+
<line number="21" hits="196" branch="true" condition-coverage="100% (2/2)"/>
|
|
6629
|
+
<line number="22" hits="196" branch="true" condition-coverage="100% (3/3)"/>
|
|
6630
|
+
<line number="23" hits="196" branch="false"/>
|
|
6631
|
+
<line number="25" hits="196" branch="false"/>
|
|
6632
|
+
<line number="27" hits="196" branch="true" condition-coverage="100% (2/2)"/>
|
|
6633
|
+
<line number="28" hits="92" branch="false"/>
|
|
6634
|
+
<line number="31" hits="196" branch="false"/>
|
|
6633
6635
|
</lines>
|
|
6634
6636
|
</class>
|
|
6635
|
-
<class name="generateKiwtQuery.js" filename="src/lib/utils/generateKiwtQuery.js" line-rate="1" branch-rate="0.
|
|
6637
|
+
<class name="generateKiwtQuery.js" filename="src/lib/utils/generateKiwtQuery.js" line-rate="1" branch-rate="0.6666">
|
|
6636
6638
|
<methods>
|
|
6637
|
-
<method name="(anonymous_0)" hits="
|
|
6639
|
+
<method name="(anonymous_0)" hits="572" signature="()V">
|
|
6638
6640
|
<lines>
|
|
6639
|
-
<line number="3" hits="
|
|
6641
|
+
<line number="3" hits="572"/>
|
|
6640
6642
|
</lines>
|
|
6641
6643
|
</method>
|
|
6642
6644
|
</methods>
|
|
6643
6645
|
<lines>
|
|
6644
|
-
<line number="3" hits="
|
|
6645
|
-
<line number="4" hits="
|
|
6646
|
-
<line number="5" hits="
|
|
6646
|
+
<line number="3" hits="28" branch="true" condition-coverage="100% (1/1)"/>
|
|
6647
|
+
<line number="4" hits="572" branch="false"/>
|
|
6648
|
+
<line number="5" hits="572" branch="true" condition-coverage="50% (1/2)"/>
|
|
6647
6649
|
</lines>
|
|
6648
6650
|
</class>
|
|
6649
6651
|
<class name="groupCustomPropertiesByCtx.js" filename="src/lib/utils/groupCustomPropertiesByCtx.js" line-rate="1" branch-rate="0.8">
|
|
@@ -6660,7 +6662,7 @@
|
|
|
6660
6662
|
</method>
|
|
6661
6663
|
</methods>
|
|
6662
6664
|
<lines>
|
|
6663
|
-
<line number="1" hits="
|
|
6665
|
+
<line number="1" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
6664
6666
|
<line number="2" hits="4" branch="false"/>
|
|
6665
6667
|
<line number="3" hits="48" branch="true" condition-coverage="100% (2/2)"/>
|
|
6666
6668
|
<line number="4" hits="48" branch="false"/>
|
|
@@ -6692,14 +6694,14 @@
|
|
|
6692
6694
|
</method>
|
|
6693
6695
|
</methods>
|
|
6694
6696
|
<lines>
|
|
6695
|
-
<line number="3" hits="
|
|
6697
|
+
<line number="3" hits="27" branch="true" condition-coverage="0% (0/2)"/>
|
|
6696
6698
|
<line number="4" hits="0" branch="false"/>
|
|
6697
6699
|
<line number="6" hits="0" branch="false"/>
|
|
6698
6700
|
<line number="9" hits="0" branch="false"/>
|
|
6699
6701
|
<line number="10" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6700
6702
|
<line number="11" hits="0" branch="false"/>
|
|
6701
6703
|
<line number="20" hits="0" branch="false"/>
|
|
6702
|
-
<line number="29" hits="
|
|
6704
|
+
<line number="29" hits="27" branch="true" condition-coverage="0% (0/2)"/>
|
|
6703
6705
|
<line number="30" hits="0" branch="false"/>
|
|
6704
6706
|
<line number="32" hits="0" branch="false"/>
|
|
6705
6707
|
<line number="35" hits="0" branch="false"/>
|
|
@@ -6758,7 +6760,7 @@
|
|
|
6758
6760
|
</method>
|
|
6759
6761
|
</methods>
|
|
6760
6762
|
<lines>
|
|
6761
|
-
<line number="3" hits="
|
|
6763
|
+
<line number="3" hits="27" branch="true" condition-coverage="0% (0/2)"/>
|
|
6762
6764
|
<line number="5" hits="0" branch="false"/>
|
|
6763
6765
|
<line number="8" hits="0" branch="false"/>
|
|
6764
6766
|
<line number="10" hits="0" branch="false"/>
|
|
@@ -6788,7 +6790,7 @@
|
|
|
6788
6790
|
</method>
|
|
6789
6791
|
</methods>
|
|
6790
6792
|
<lines>
|
|
6791
|
-
<line number="1" hits="
|
|
6793
|
+
<line number="1" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
6792
6794
|
<line number="6" hits="0" branch="false"/>
|
|
6793
6795
|
<line number="8" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6794
6796
|
<line number="9" hits="0" branch="false"/>
|
|
@@ -6812,7 +6814,7 @@
|
|
|
6812
6814
|
</method>
|
|
6813
6815
|
</methods>
|
|
6814
6816
|
<lines>
|
|
6815
|
-
<line number="1" hits="
|
|
6817
|
+
<line number="1" hits="27" branch="false"/>
|
|
6816
6818
|
<line number="2" hits="0" branch="false"/>
|
|
6817
6819
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6818
6820
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -6835,7 +6837,7 @@
|
|
|
6835
6837
|
</method>
|
|
6836
6838
|
</methods>
|
|
6837
6839
|
<lines>
|
|
6838
|
-
<line number="1" hits="
|
|
6840
|
+
<line number="1" hits="27" branch="false"/>
|
|
6839
6841
|
<line number="2" hits="0" branch="false"/>
|
|
6840
6842
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6841
6843
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -6859,7 +6861,7 @@
|
|
|
6859
6861
|
</method>
|
|
6860
6862
|
</methods>
|
|
6861
6863
|
<lines>
|
|
6862
|
-
<line number="1" hits="
|
|
6864
|
+
<line number="1" hits="27" branch="false"/>
|
|
6863
6865
|
<line number="4" hits="0" branch="false"/>
|
|
6864
6866
|
</lines>
|
|
6865
6867
|
</class>
|
|
@@ -6872,7 +6874,7 @@
|
|
|
6872
6874
|
</method>
|
|
6873
6875
|
</methods>
|
|
6874
6876
|
<lines>
|
|
6875
|
-
<line number="1" hits="
|
|
6877
|
+
<line number="1" hits="27" branch="false"/>
|
|
6876
6878
|
<line number="2" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6877
6879
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6878
6880
|
<line number="4" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -6896,7 +6898,7 @@
|
|
|
6896
6898
|
</method>
|
|
6897
6899
|
</methods>
|
|
6898
6900
|
<lines>
|
|
6899
|
-
<line number="1" hits="
|
|
6901
|
+
<line number="1" hits="27" branch="false"/>
|
|
6900
6902
|
<line number="3" hits="24" branch="false"/>
|
|
6901
6903
|
<line number="8" hits="60" branch="true" condition-coverage="100% (2/2)"/>
|
|
6902
6904
|
</lines>
|
|
@@ -6910,7 +6912,7 @@
|
|
|
6910
6912
|
</method>
|
|
6911
6913
|
</methods>
|
|
6912
6914
|
<lines>
|
|
6913
|
-
<line number="1" hits="
|
|
6915
|
+
<line number="1" hits="27" branch="false"/>
|
|
6914
6916
|
<line number="2" hits="0" branch="false"/>
|
|
6915
6917
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6916
6918
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -6940,12 +6942,12 @@
|
|
|
6940
6942
|
</method>
|
|
6941
6943
|
</methods>
|
|
6942
6944
|
<lines>
|
|
6943
|
-
<line number="2" hits="
|
|
6945
|
+
<line number="2" hits="27" branch="false"/>
|
|
6944
6946
|
<line number="3" hits="0" branch="false"/>
|
|
6945
6947
|
<line number="4" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6946
6948
|
<line number="5" hits="0" branch="false"/>
|
|
6947
6949
|
<line number="8" hits="0" branch="false"/>
|
|
6948
|
-
<line number="12" hits="
|
|
6950
|
+
<line number="12" hits="27" branch="false"/>
|
|
6949
6951
|
<line number="13" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6950
6952
|
<line number="14" hits="0" branch="false"/>
|
|
6951
6953
|
<line number="15" hits="0" branch="false"/>
|
|
@@ -6983,7 +6985,7 @@
|
|
|
6983
6985
|
</method>
|
|
6984
6986
|
</methods>
|
|
6985
6987
|
<lines>
|
|
6986
|
-
<line number="8" hits="
|
|
6988
|
+
<line number="8" hits="27" branch="false"/>
|
|
6987
6989
|
<line number="9" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6988
6990
|
<line number="10" hits="0" branch="false"/>
|
|
6989
6991
|
<line number="11" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -6991,7 +6993,7 @@
|
|
|
6991
6993
|
<line number="13" hits="0" branch="false"/>
|
|
6992
6994
|
<line number="15" hits="0" branch="false"/>
|
|
6993
6995
|
<line number="18" hits="0" branch="false"/>
|
|
6994
|
-
<line number="23" hits="
|
|
6996
|
+
<line number="23" hits="27" branch="false"/>
|
|
6995
6997
|
<line number="24" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
6996
6998
|
<line number="26" hits="0" branch="false"/>
|
|
6997
6999
|
<line number="28" hits="0" branch="false"/>
|
|
@@ -7027,7 +7029,7 @@
|
|
|
7027
7029
|
</method>
|
|
7028
7030
|
</methods>
|
|
7029
7031
|
<lines>
|
|
7030
|
-
<line number="22" hits="
|
|
7032
|
+
<line number="22" hits="28" branch="false"/>
|
|
7031
7033
|
<line number="30" hits="9" branch="false"/>
|
|
7032
7034
|
<line number="31" hits="69" branch="false"/>
|
|
7033
7035
|
<line number="35" hits="9" branch="false"/>
|
|
@@ -7071,10 +7073,10 @@
|
|
|
7071
7073
|
</method>
|
|
7072
7074
|
</methods>
|
|
7073
7075
|
<lines>
|
|
7074
|
-
<line number="10" hits="
|
|
7075
|
-
<line number="11" hits="
|
|
7076
|
-
<line number="12" hits="
|
|
7077
|
-
<line number="14" hits="
|
|
7076
|
+
<line number="10" hits="27" branch="false"/>
|
|
7077
|
+
<line number="11" hits="27" branch="false"/>
|
|
7078
|
+
<line number="12" hits="27" branch="false"/>
|
|
7079
|
+
<line number="14" hits="27" branch="false"/>
|
|
7078
7080
|
<line number="15" hits="0" branch="false"/>
|
|
7079
7081
|
<line number="17" hits="0" branch="false"/>
|
|
7080
7082
|
<line number="25" hits="0" branch="false"/>
|
|
@@ -7082,13 +7084,13 @@
|
|
|
7082
7084
|
</class>
|
|
7083
7085
|
</classes>
|
|
7084
7086
|
</package>
|
|
7085
|
-
<package name="utils.generateKiwtQueryParams" line-rate="0.
|
|
7087
|
+
<package name="utils.generateKiwtQueryParams" line-rate="0.6091" branch-rate="0.4857">
|
|
7086
7088
|
<classes>
|
|
7087
|
-
<class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="0.
|
|
7089
|
+
<class name="generateKiwtQueryParams.js" filename="src/lib/utils/generateKiwtQueryParams/generateKiwtQueryParams.js" line-rate="0.6091" branch-rate="0.4857">
|
|
7088
7090
|
<methods>
|
|
7089
|
-
<method name="(anonymous_0)" hits="
|
|
7091
|
+
<method name="(anonymous_0)" hits="835" signature="()V">
|
|
7090
7092
|
<lines>
|
|
7091
|
-
<line number="1" hits="
|
|
7093
|
+
<line number="1" hits="835"/>
|
|
7092
7094
|
</lines>
|
|
7093
7095
|
</method>
|
|
7094
7096
|
<method name="(anonymous_1)" hits="8" signature="()V">
|
|
@@ -7116,14 +7118,14 @@
|
|
|
7116
7118
|
<line number="33" hits="0"/>
|
|
7117
7119
|
</lines>
|
|
7118
7120
|
</method>
|
|
7119
|
-
<method name="(anonymous_6)" hits="
|
|
7121
|
+
<method name="(anonymous_6)" hits="572" signature="()V">
|
|
7120
7122
|
<lines>
|
|
7121
|
-
<line number="66" hits="
|
|
7123
|
+
<line number="66" hits="572"/>
|
|
7122
7124
|
</lines>
|
|
7123
7125
|
</method>
|
|
7124
|
-
<method name="(anonymous_7)" hits="
|
|
7126
|
+
<method name="(anonymous_7)" hits="117" signature="()V">
|
|
7125
7127
|
<lines>
|
|
7126
|
-
<line number="136" hits="
|
|
7128
|
+
<line number="136" hits="117"/>
|
|
7127
7129
|
</lines>
|
|
7128
7130
|
</method>
|
|
7129
7131
|
<method name="(anonymous_8)" hits="1" signature="()V">
|
|
@@ -7131,14 +7133,14 @@
|
|
|
7131
7133
|
<line number="142" hits="1"/>
|
|
7132
7134
|
</lines>
|
|
7133
7135
|
</method>
|
|
7134
|
-
<method name="(anonymous_9)" hits="
|
|
7136
|
+
<method name="(anonymous_9)" hits="66" signature="()V">
|
|
7135
7137
|
<lines>
|
|
7136
|
-
<line number="152" hits="
|
|
7138
|
+
<line number="152" hits="66"/>
|
|
7137
7139
|
</lines>
|
|
7138
7140
|
</method>
|
|
7139
|
-
<method name="(anonymous_10)" hits="
|
|
7141
|
+
<method name="(anonymous_10)" hits="66" signature="()V">
|
|
7140
7142
|
<lines>
|
|
7141
|
-
<line number="161" hits="
|
|
7143
|
+
<line number="161" hits="66"/>
|
|
7142
7144
|
</lines>
|
|
7143
7145
|
</method>
|
|
7144
7146
|
<method name="(anonymous_11)" hits="0" signature="()V">
|
|
@@ -7161,9 +7163,9 @@
|
|
|
7161
7163
|
<line number="184" hits="0"/>
|
|
7162
7164
|
</lines>
|
|
7163
7165
|
</method>
|
|
7164
|
-
<method name="(anonymous_15)" hits="
|
|
7166
|
+
<method name="(anonymous_15)" hits="66" signature="()V">
|
|
7165
7167
|
<lines>
|
|
7166
|
-
<line number="186" hits="
|
|
7168
|
+
<line number="186" hits="66"/>
|
|
7167
7169
|
</lines>
|
|
7168
7170
|
</method>
|
|
7169
7171
|
<method name="(anonymous_16)" hits="0" signature="()V">
|
|
@@ -7183,11 +7185,11 @@
|
|
|
7183
7185
|
</method>
|
|
7184
7186
|
</methods>
|
|
7185
7187
|
<lines>
|
|
7186
|
-
<line number="1" hits="
|
|
7187
|
-
<line number="2" hits="
|
|
7188
|
-
<line number="3" hits="
|
|
7188
|
+
<line number="1" hits="28" branch="true" condition-coverage="0% (0/1)"/>
|
|
7189
|
+
<line number="2" hits="835" branch="true" condition-coverage="100% (2/2)"/>
|
|
7190
|
+
<line number="3" hits="830" branch="false"/>
|
|
7189
7191
|
<line number="6" hits="5" branch="false"/>
|
|
7190
|
-
<line number="11" hits="
|
|
7192
|
+
<line number="11" hits="28" branch="true" condition-coverage="0% (0/2)"/>
|
|
7191
7193
|
<line number="12" hits="8" branch="true" condition-coverage="100% (2/2)"/>
|
|
7192
7194
|
<line number="13" hits="3" branch="false"/>
|
|
7193
7195
|
<line number="16" hits="3" branch="true" condition-coverage="90% (9/10)"/>
|
|
@@ -7208,30 +7210,30 @@
|
|
|
7208
7210
|
<line number="45" hits="3" branch="false"/>
|
|
7209
7211
|
<line number="48" hits="2" branch="false"/>
|
|
7210
7212
|
<line number="51" hits="0" branch="false"/>
|
|
7211
|
-
<line number="64" hits="
|
|
7212
|
-
<line number="66" hits="
|
|
7213
|
-
<line number="67" hits="
|
|
7214
|
-
<line number="131" hits="
|
|
7215
|
-
<line number="133" hits="
|
|
7216
|
-
<line number="135" hits="
|
|
7217
|
-
<line number="136" hits="
|
|
7218
|
-
<line number="137" hits="
|
|
7219
|
-
<line number="141" hits="
|
|
7213
|
+
<line number="64" hits="28" branch="false"/>
|
|
7214
|
+
<line number="66" hits="28" branch="true" condition-coverage="0% (0/1)"/>
|
|
7215
|
+
<line number="67" hits="572" branch="false"/>
|
|
7216
|
+
<line number="131" hits="572" branch="false"/>
|
|
7217
|
+
<line number="133" hits="572" branch="false"/>
|
|
7218
|
+
<line number="135" hits="572" branch="true" condition-coverage="100% (2/2)"/>
|
|
7219
|
+
<line number="136" hits="117" branch="true" condition-coverage="75% (3/4)"/>
|
|
7220
|
+
<line number="137" hits="76" branch="false"/>
|
|
7221
|
+
<line number="141" hits="572" branch="true" condition-coverage="100% (2/2)"/>
|
|
7220
7222
|
<line number="142" hits="1" branch="false"/>
|
|
7221
7223
|
<line number="143" hits="1" branch="false"/>
|
|
7222
7224
|
<line number="144" hits="1" branch="true" condition-coverage="50% (1/2)"/>
|
|
7223
7225
|
<line number="145" hits="1" branch="false"/>
|
|
7224
|
-
<line number="150" hits="
|
|
7225
|
-
<line number="151" hits="
|
|
7226
|
-
<line number="152" hits="
|
|
7227
|
-
<line number="153" hits="
|
|
7228
|
-
<line number="154" hits="
|
|
7229
|
-
<line number="156" hits="
|
|
7230
|
-
<line number="157" hits="
|
|
7231
|
-
<line number="161" hits="
|
|
7232
|
-
<line number="162" hits="
|
|
7233
|
-
<line number="163" hits="
|
|
7234
|
-
<line number="164" hits="
|
|
7226
|
+
<line number="150" hits="572" branch="true" condition-coverage="100% (2/2)"/>
|
|
7227
|
+
<line number="151" hits="66" branch="false"/>
|
|
7228
|
+
<line number="152" hits="66" branch="false"/>
|
|
7229
|
+
<line number="153" hits="66" branch="true" condition-coverage="50% (1/2)"/>
|
|
7230
|
+
<line number="154" hits="66" branch="false"/>
|
|
7231
|
+
<line number="156" hits="66" branch="true" condition-coverage="50% (1/2)"/>
|
|
7232
|
+
<line number="157" hits="66" branch="false"/>
|
|
7233
|
+
<line number="161" hits="66" branch="false"/>
|
|
7234
|
+
<line number="162" hits="66" branch="false"/>
|
|
7235
|
+
<line number="163" hits="66" branch="false"/>
|
|
7236
|
+
<line number="164" hits="66" branch="true" condition-coverage="50% (1/2)"/>
|
|
7235
7237
|
<line number="168" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7236
7238
|
<line number="171" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7237
7239
|
<line number="172" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
@@ -7239,18 +7241,18 @@
|
|
|
7239
7241
|
<line number="175" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
7240
7242
|
<line number="179" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7241
7243
|
<line number="181" hits="0" branch="false"/>
|
|
7242
|
-
<line number="182" hits="
|
|
7244
|
+
<line number="182" hits="66" branch="true" condition-coverage="50% (1/2)"/>
|
|
7243
7245
|
<line number="184" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7244
|
-
<line number="186" hits="
|
|
7245
|
-
<line number="187" hits="
|
|
7246
|
-
<line number="192" hits="
|
|
7246
|
+
<line number="186" hits="66" branch="false"/>
|
|
7247
|
+
<line number="187" hits="66" branch="false"/>
|
|
7248
|
+
<line number="192" hits="572" branch="true" condition-coverage="50% (2/4)"/>
|
|
7247
7249
|
<line number="193" hits="0" branch="false"/>
|
|
7248
7250
|
<line number="194" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7249
7251
|
<line number="195" hits="0" branch="false"/>
|
|
7250
7252
|
<line number="196" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7251
7253
|
<line number="197" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7252
7254
|
<line number="198" hits="0" branch="false"/>
|
|
7253
|
-
<line number="203" hits="
|
|
7255
|
+
<line number="203" hits="572" branch="true" condition-coverage="50% (1/2)"/>
|
|
7254
7256
|
<line number="204" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7255
7257
|
<line number="205" hits="0" branch="false"/>
|
|
7256
7258
|
<line number="206" hits="0" branch="false"/>
|
|
@@ -7264,12 +7266,12 @@
|
|
|
7264
7266
|
<line number="218" hits="0" branch="false"/>
|
|
7265
7267
|
<line number="219" hits="0" branch="false"/>
|
|
7266
7268
|
<line number="222" hits="0" branch="false"/>
|
|
7267
|
-
<line number="227" hits="
|
|
7268
|
-
<line number="228" hits="
|
|
7269
|
-
<line number="231" hits="
|
|
7270
|
-
<line number="232" hits="
|
|
7271
|
-
<line number="233" hits="
|
|
7272
|
-
<line number="237" hits="
|
|
7269
|
+
<line number="227" hits="572" branch="true" condition-coverage="50% (1/2)"/>
|
|
7270
|
+
<line number="228" hits="572" branch="false"/>
|
|
7271
|
+
<line number="231" hits="572" branch="false"/>
|
|
7272
|
+
<line number="232" hits="1142" branch="true" condition-coverage="100% (2/2)"/>
|
|
7273
|
+
<line number="233" hits="571" branch="false"/>
|
|
7274
|
+
<line number="237" hits="572" branch="false"/>
|
|
7273
7275
|
</lines>
|
|
7274
7276
|
</class>
|
|
7275
7277
|
<class name="index.js" filename="src/lib/utils/generateKiwtQueryParams/index.js" line-rate="0" branch-rate="0">
|
|
@@ -7297,7 +7299,7 @@
|
|
|
7297
7299
|
</method>
|
|
7298
7300
|
</methods>
|
|
7299
7301
|
<lines>
|
|
7300
|
-
<line number="1" hits="
|
|
7302
|
+
<line number="1" hits="27" branch="false"/>
|
|
7301
7303
|
<line number="2" hits="0" branch="false"/>
|
|
7302
7304
|
<line number="3" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7303
7305
|
<line number="4" hits="0" branch="false"/>
|
|
@@ -7373,33 +7375,33 @@
|
|
|
7373
7375
|
</method>
|
|
7374
7376
|
</methods>
|
|
7375
7377
|
<lines>
|
|
7376
|
-
<line number="4" hits="
|
|
7378
|
+
<line number="4" hits="27" branch="false"/>
|
|
7377
7379
|
<line number="5" hits="178" branch="false"/>
|
|
7378
7380
|
<line number="6" hits="178" branch="true" condition-coverage="100% (6/6)"/>
|
|
7379
7381
|
<line number="7" hits="154" branch="false"/>
|
|
7380
7382
|
<line number="9" hits="24" branch="false"/>
|
|
7381
|
-
<line number="12" hits="
|
|
7383
|
+
<line number="12" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
7382
7384
|
<line number="15" hits="0" branch="false"/>
|
|
7383
7385
|
<line number="16" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7384
7386
|
<line number="17" hits="0" branch="false"/>
|
|
7385
7387
|
<line number="19" hits="0" branch="false"/>
|
|
7386
|
-
<line number="22" hits="
|
|
7388
|
+
<line number="22" hits="27" branch="false"/>
|
|
7387
7389
|
<line number="23" hits="80" branch="false"/>
|
|
7388
7390
|
<line number="24" hits="40" branch="false"/>
|
|
7389
7391
|
<line number="25" hits="80" branch="true" condition-coverage="100% (2/2)"/>
|
|
7390
|
-
<line number="31" hits="
|
|
7392
|
+
<line number="31" hits="27" branch="false"/>
|
|
7391
7393
|
<line number="32" hits="0" branch="false"/>
|
|
7392
7394
|
<line number="33" hits="0" branch="false"/>
|
|
7393
7395
|
<line number="34" hits="0" branch="true" condition-coverage="0% (0/2)"/>
|
|
7394
|
-
<line number="40" hits="
|
|
7396
|
+
<line number="40" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
7395
7397
|
<line number="41" hits="0" branch="true" condition-coverage="0% (0/4)"/>
|
|
7396
7398
|
<line number="42" hits="0" branch="false"/>
|
|
7397
7399
|
<line number="52" hits="0" branch="false"/>
|
|
7398
|
-
<line number="55" hits="
|
|
7400
|
+
<line number="55" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
7399
7401
|
<line number="56" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
7400
7402
|
<line number="57" hits="0" branch="false"/>
|
|
7401
7403
|
<line number="68" hits="0" branch="false"/>
|
|
7402
|
-
<line number="71" hits="
|
|
7404
|
+
<line number="71" hits="27" branch="true" condition-coverage="0% (0/1)"/>
|
|
7403
7405
|
<line number="72" hits="0" branch="true" condition-coverage="0% (0/5)"/>
|
|
7404
7406
|
<line number="73" hits="0" branch="false"/>
|
|
7405
7407
|
<line number="84" hits="0" branch="false"/>
|