@itwin/reports-config-widget-react 0.2.1 → 0.4.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.rush/temp/operation/rebuild/all.log +9 -0
- package/.rush/temp/operation/rebuild/state.json +3 -0
- package/.rush/temp/package-deps_rebuild.json +48 -44
- package/.rush/temp/shrinkwrap-deps.json +228 -207
- package/CHANGELOG.json +44 -0
- package/CHANGELOG.md +24 -1
- package/coverage/clover.xml +562 -542
- package/coverage/coverage-final.json +24 -20
- package/coverage/lcov-report/index.html +51 -51
- package/coverage/lcov-report/src/ReportsConfigWidget.ts.html +22 -22
- package/coverage/lcov-report/src/index.html +21 -21
- package/coverage/lcov-report/src/test/index.html +11 -11
- package/coverage/lcov-report/src/test/test-utils.tsx.html +20 -140
- package/coverage/lcov-report/src/widget/ReportsConfigUiProvider.tsx.html +14 -35
- package/coverage/lcov-report/src/widget/components/ActionPanel.tsx.html +26 -20
- package/coverage/lcov-report/src/widget/components/AddMappingsModal.tsx.html +94 -109
- package/coverage/lcov-report/src/widget/components/BulkExtractor.ts.html +55 -52
- package/coverage/lcov-report/src/widget/components/Constants.ts.html +1 -1
- package/coverage/lcov-report/src/widget/components/DeleteModal.tsx.html +28 -46
- package/coverage/lcov-report/src/widget/components/ExtractionStates/FailedExtractionState.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStates/QueuedExtractionState.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStates/RunningExtractionState.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStates/StartingExtractionState.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStates/SucceededExtractionState.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStates/index.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionStatus.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/ExtractionToast.tsx.html +1 -1
- package/coverage/lcov-report/src/widget/components/HorizontalTile.tsx.html +3 -3
- package/coverage/lcov-report/src/widget/components/LocalizedTablePaginator.tsx.html +8 -8
- package/coverage/lcov-report/src/widget/components/ReportAction.tsx.html +36 -81
- package/coverage/lcov-report/src/widget/components/ReportHorizontalTile.tsx.html +38 -41
- package/coverage/lcov-report/src/widget/components/ReportMappingHorizontalTile.tsx.html +46 -46
- package/coverage/lcov-report/src/widget/components/ReportMappings.tsx.html +127 -142
- package/coverage/lcov-report/src/widget/components/Reports.tsx.html +189 -312
- package/coverage/lcov-report/src/widget/components/ReportsConfigContext.tsx.html +370 -0
- package/coverage/lcov-report/src/widget/components/ReportsContainer.tsx.html +111 -33
- package/coverage/lcov-report/src/widget/components/ReportsHeader.tsx.html +166 -0
- package/coverage/lcov-report/src/widget/components/ReportsRouter.tsx.html +274 -0
- package/coverage/lcov-report/src/widget/components/SearchBar.tsx.html +22 -7
- package/coverage/lcov-report/src/widget/components/SelectIModel.tsx.html +40 -94
- package/coverage/lcov-report/src/widget/components/index.html +142 -97
- package/coverage/lcov-report/src/widget/components/utils.tsx.html +22 -19
- package/coverage/lcov-report/src/widget/context/{ReportsApiConfigContext.tsx.html → BulkExtractorContext.tsx.html} +23 -26
- package/coverage/lcov-report/src/widget/context/ReportsConfigApiContext.tsx.html +202 -0
- package/coverage/lcov-report/src/widget/context/index.html +30 -15
- package/coverage/lcov-report/src/widget/hooks/index.html +1 -1
- package/coverage/lcov-report/src/widget/hooks/useValidator.ts.html +11 -11
- package/coverage/lcov-report/src/widget/index.html +13 -13
- package/coverage/lcov.info +1036 -1034
- package/jest.config.js +1 -0
- package/lib/cjs/ReportsConfigWidget.js +1 -1
- package/lib/cjs/ReportsConfigWidget.js.map +1 -1
- package/lib/cjs/reports-config-widget-react.d.ts +5 -0
- package/lib/cjs/reports-config-widget-react.d.ts.map +1 -1
- package/lib/cjs/reports-config-widget-react.js +11 -0
- package/lib/cjs/reports-config-widget-react.js.map +1 -1
- package/lib/cjs/test/AddMappingModal.test.js +20 -34
- package/lib/cjs/test/AddMappingModal.test.js.map +1 -1
- package/lib/cjs/test/BulkExtractor.test.js +13 -19
- package/lib/cjs/test/BulkExtractor.test.js.map +1 -1
- package/lib/cjs/test/DeleteModal.test.d.ts.map +1 -1
- package/lib/cjs/test/DeleteModal.test.js +4 -62
- package/lib/cjs/test/DeleteModal.test.js.map +1 -1
- package/lib/cjs/test/ReportAction.test.js +14 -79
- package/lib/cjs/test/ReportAction.test.js.map +1 -1
- package/lib/cjs/test/ReportMappingHorizontalTile.test.js +20 -54
- package/lib/cjs/test/ReportMappingHorizontalTile.test.js.map +1 -1
- package/lib/cjs/test/ReportMappings.test.d.ts.map +1 -1
- package/lib/cjs/test/ReportMappings.test.js +51 -106
- package/lib/cjs/test/ReportMappings.test.js.map +1 -1
- package/lib/cjs/test/Reports.test.js +41 -96
- package/lib/cjs/test/Reports.test.js.map +1 -1
- package/lib/cjs/test/WidgetHeader.test.js +9 -3
- package/lib/cjs/test/WidgetHeader.test.js.map +1 -1
- package/lib/cjs/test/test-utils.d.ts +3 -8
- package/lib/cjs/test/test-utils.d.ts.map +1 -1
- package/lib/cjs/test/test-utils.js +6 -34
- package/lib/cjs/test/test-utils.js.map +1 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/cjs/widget/ReportsConfigUiProvider.d.ts +3 -3
- package/lib/cjs/widget/ReportsConfigUiProvider.d.ts.map +1 -1
- package/lib/cjs/widget/ReportsConfigUiProvider.js +5 -7
- package/lib/cjs/widget/ReportsConfigUiProvider.js.map +1 -1
- package/lib/cjs/widget/components/ActionPanel.d.ts +3 -3
- package/lib/cjs/widget/components/ActionPanel.d.ts.map +1 -1
- package/lib/cjs/widget/components/ActionPanel.js +4 -4
- package/lib/cjs/widget/components/ActionPanel.js.map +1 -1
- package/lib/cjs/widget/components/ActionPanel.scss +2 -3
- package/lib/cjs/widget/components/AddMappingsModal.d.ts +4 -4
- package/lib/cjs/widget/components/AddMappingsModal.d.ts.map +1 -1
- package/lib/cjs/widget/components/AddMappingsModal.js +39 -43
- package/lib/cjs/widget/components/AddMappingsModal.js.map +1 -1
- package/lib/cjs/widget/components/AddMappingsModal.scss +1 -2
- package/lib/cjs/widget/components/BulkExtractor.d.ts +4 -4
- package/lib/cjs/widget/components/BulkExtractor.d.ts.map +1 -1
- package/lib/cjs/widget/components/BulkExtractor.js +8 -8
- package/lib/cjs/widget/components/BulkExtractor.js.map +1 -1
- package/lib/cjs/widget/components/DeleteModal.d.ts +4 -5
- package/lib/cjs/widget/components/DeleteModal.d.ts.map +1 -1
- package/lib/cjs/widget/components/DeleteModal.js +11 -15
- package/lib/cjs/widget/components/DeleteModal.js.map +1 -1
- package/lib/cjs/widget/components/DeleteModal.scss +2 -3
- package/lib/cjs/widget/components/ExtractionStatus.js +2 -2
- package/lib/cjs/widget/components/ExtractionStatus.js.map +1 -1
- package/lib/cjs/widget/components/ExtractionStatus.scss +6 -7
- package/lib/cjs/widget/components/HorizontalTile.js +2 -2
- package/lib/cjs/widget/components/HorizontalTile.js.map +1 -1
- package/lib/cjs/widget/components/HorizontalTile.scss +11 -14
- package/lib/cjs/widget/components/LocalizedTablePaginator.js +2 -2
- package/lib/cjs/widget/components/LocalizedTablePaginator.js.map +1 -1
- package/lib/cjs/widget/components/ReportAction.d.ts +4 -5
- package/lib/cjs/widget/components/ReportAction.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportAction.js +24 -26
- package/lib/cjs/widget/components/ReportAction.js.map +1 -1
- package/lib/cjs/widget/components/ReportAction.scss +1 -2
- package/lib/cjs/widget/components/ReportHorizontalTile.d.ts +4 -4
- package/lib/cjs/widget/components/ReportHorizontalTile.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportHorizontalTile.js +33 -20
- package/lib/cjs/widget/components/ReportHorizontalTile.js.map +1 -1
- package/lib/cjs/widget/components/ReportMappingHorizontalTile.d.ts +1 -1
- package/lib/cjs/widget/components/ReportMappingHorizontalTile.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportMappingHorizontalTile.js +36 -21
- package/lib/cjs/widget/components/ReportMappingHorizontalTile.js.map +1 -1
- package/lib/cjs/widget/components/ReportMappings.d.ts +4 -6
- package/lib/cjs/widget/components/ReportMappings.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportMappings.js +50 -63
- package/lib/cjs/widget/components/ReportMappings.js.map +1 -1
- package/lib/cjs/widget/components/ReportMappings.scss +10 -11
- package/lib/cjs/widget/components/Reports.d.ts +6 -1
- package/lib/cjs/widget/components/Reports.d.ts.map +1 -1
- package/lib/cjs/widget/components/Reports.js +53 -94
- package/lib/cjs/widget/components/Reports.js.map +1 -1
- package/lib/cjs/widget/components/Reports.scss +15 -15
- package/lib/cjs/widget/components/ReportsConfigContext.d.ts +18 -0
- package/lib/cjs/widget/components/ReportsConfigContext.d.ts.map +1 -0
- package/lib/cjs/widget/components/ReportsConfigContext.js +79 -0
- package/lib/cjs/widget/components/ReportsConfigContext.js.map +1 -0
- package/lib/cjs/widget/components/ReportsContainer.d.ts +14 -0
- package/lib/cjs/widget/components/ReportsContainer.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportsContainer.js +27 -16
- package/lib/cjs/widget/components/ReportsContainer.js.map +1 -1
- package/lib/cjs/widget/components/ReportsContainer.scss +1 -3
- package/lib/cjs/widget/components/ReportsHeader.d.ts +7 -0
- package/lib/cjs/widget/components/ReportsHeader.d.ts.map +1 -0
- package/lib/cjs/widget/components/ReportsHeader.js +20 -0
- package/lib/cjs/widget/components/ReportsHeader.js.map +1 -0
- package/lib/cjs/widget/components/ReportsRouter.d.ts +8 -0
- package/lib/cjs/widget/components/ReportsRouter.d.ts.map +1 -0
- package/lib/cjs/widget/components/ReportsRouter.js +51 -0
- package/lib/cjs/widget/components/ReportsRouter.js.map +1 -0
- package/lib/cjs/widget/components/SearchBar.d.ts.map +1 -1
- package/lib/cjs/widget/components/SearchBar.js +4 -5
- package/lib/cjs/widget/components/SearchBar.js.map +1 -1
- package/lib/cjs/widget/components/SearchBar.scss +1 -2
- package/lib/cjs/widget/components/SelectIModel.d.ts +3 -3
- package/lib/cjs/widget/components/SelectIModel.d.ts.map +1 -1
- package/lib/cjs/widget/components/SelectIModel.js +10 -30
- package/lib/cjs/widget/components/SelectIModel.js.map +1 -1
- package/lib/cjs/widget/components/SelectIModel.scss +2 -3
- package/lib/cjs/widget/components/utils.d.ts +1 -1
- package/lib/cjs/widget/components/utils.d.ts.map +1 -1
- package/lib/cjs/widget/components/utils.js +1 -1
- package/lib/cjs/widget/components/utils.js.map +1 -1
- package/lib/cjs/widget/components/utils.scss +16 -8
- package/lib/cjs/widget/context/BulkExtractorContext.d.ts +10 -0
- package/lib/cjs/widget/context/BulkExtractorContext.d.ts.map +1 -0
- package/lib/cjs/widget/context/{ReportsApiConfigContext.js → BulkExtractorContext.js} +7 -10
- package/lib/cjs/widget/context/BulkExtractorContext.js.map +1 -0
- package/lib/cjs/widget/context/ReportsConfigApiContext.d.ts +16 -0
- package/lib/cjs/widget/context/ReportsConfigApiContext.d.ts.map +1 -0
- package/lib/cjs/widget/context/ReportsConfigApiContext.js +43 -0
- package/lib/cjs/widget/context/ReportsConfigApiContext.js.map +1 -0
- package/lib/cjs/widget/hooks/useValidator.js +1 -1
- package/lib/cjs/widget/hooks/useValidator.js.map +1 -1
- package/lib/esm/ReportsConfigWidget.js +1 -1
- package/lib/esm/ReportsConfigWidget.js.map +1 -1
- package/lib/esm/reports-config-widget-react.d.ts +5 -0
- package/lib/esm/reports-config-widget-react.d.ts.map +1 -1
- package/lib/esm/reports-config-widget-react.js +5 -0
- package/lib/esm/reports-config-widget-react.js.map +1 -1
- package/lib/esm/test/AddMappingModal.test.js +17 -31
- package/lib/esm/test/AddMappingModal.test.js.map +1 -1
- package/lib/esm/test/BulkExtractor.test.js +14 -17
- package/lib/esm/test/BulkExtractor.test.js.map +1 -1
- package/lib/esm/test/DeleteModal.test.d.ts.map +1 -1
- package/lib/esm/test/DeleteModal.test.js +5 -44
- package/lib/esm/test/DeleteModal.test.js.map +1 -1
- package/lib/esm/test/ReportAction.test.js +14 -60
- package/lib/esm/test/ReportAction.test.js.map +1 -1
- package/lib/esm/test/ReportMappingHorizontalTile.test.js +4 -38
- package/lib/esm/test/ReportMappingHorizontalTile.test.js.map +1 -1
- package/lib/esm/test/ReportMappings.test.d.ts.map +1 -1
- package/lib/esm/test/ReportMappings.test.js +43 -98
- package/lib/esm/test/ReportMappings.test.js.map +1 -1
- package/lib/esm/test/Reports.test.js +24 -60
- package/lib/esm/test/Reports.test.js.map +1 -1
- package/lib/esm/test/WidgetHeader.test.js +8 -2
- package/lib/esm/test/WidgetHeader.test.js.map +1 -1
- package/lib/esm/test/test-utils.d.ts +3 -8
- package/lib/esm/test/test-utils.d.ts.map +1 -1
- package/lib/esm/test/test-utils.js +4 -31
- package/lib/esm/test/test-utils.js.map +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/widget/ReportsConfigUiProvider.d.ts +3 -3
- package/lib/esm/widget/ReportsConfigUiProvider.d.ts.map +1 -1
- package/lib/esm/widget/ReportsConfigUiProvider.js +2 -4
- package/lib/esm/widget/ReportsConfigUiProvider.js.map +1 -1
- package/lib/esm/widget/components/ActionPanel.d.ts +3 -3
- package/lib/esm/widget/components/ActionPanel.d.ts.map +1 -1
- package/lib/esm/widget/components/ActionPanel.js +4 -4
- package/lib/esm/widget/components/ActionPanel.js.map +1 -1
- package/lib/esm/widget/components/ActionPanel.scss +2 -3
- package/lib/esm/widget/components/AddMappingsModal.d.ts +4 -4
- package/lib/esm/widget/components/AddMappingsModal.d.ts.map +1 -1
- package/lib/esm/widget/components/AddMappingsModal.js +35 -39
- package/lib/esm/widget/components/AddMappingsModal.js.map +1 -1
- package/lib/esm/widget/components/AddMappingsModal.scss +1 -2
- package/lib/esm/widget/components/BulkExtractor.d.ts +4 -4
- package/lib/esm/widget/components/BulkExtractor.d.ts.map +1 -1
- package/lib/esm/widget/components/BulkExtractor.js +7 -8
- package/lib/esm/widget/components/BulkExtractor.js.map +1 -1
- package/lib/esm/widget/components/DeleteModal.d.ts +4 -5
- package/lib/esm/widget/components/DeleteModal.d.ts.map +1 -1
- package/lib/esm/widget/components/DeleteModal.js +11 -15
- package/lib/esm/widget/components/DeleteModal.js.map +1 -1
- package/lib/esm/widget/components/DeleteModal.scss +2 -3
- package/lib/esm/widget/components/ExtractionStatus.scss +6 -7
- package/lib/esm/widget/components/HorizontalTile.scss +11 -14
- package/lib/esm/widget/components/ReportAction.d.ts +4 -5
- package/lib/esm/widget/components/ReportAction.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportAction.js +17 -21
- package/lib/esm/widget/components/ReportAction.js.map +1 -1
- package/lib/esm/widget/components/ReportAction.scss +1 -2
- package/lib/esm/widget/components/ReportHorizontalTile.d.ts +4 -4
- package/lib/esm/widget/components/ReportHorizontalTile.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportHorizontalTile.js +6 -9
- package/lib/esm/widget/components/ReportHorizontalTile.js.map +1 -1
- package/lib/esm/widget/components/ReportMappingHorizontalTile.d.ts +1 -1
- package/lib/esm/widget/components/ReportMappingHorizontalTile.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportMappingHorizontalTile.js +12 -13
- package/lib/esm/widget/components/ReportMappingHorizontalTile.js.map +1 -1
- package/lib/esm/widget/components/ReportMappings.d.ts +4 -6
- package/lib/esm/widget/components/ReportMappings.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportMappings.js +43 -56
- package/lib/esm/widget/components/ReportMappings.js.map +1 -1
- package/lib/esm/widget/components/ReportMappings.scss +10 -11
- package/lib/esm/widget/components/Reports.d.ts +6 -1
- package/lib/esm/widget/components/Reports.d.ts.map +1 -1
- package/lib/esm/widget/components/Reports.js +46 -87
- package/lib/esm/widget/components/Reports.js.map +1 -1
- package/lib/esm/widget/components/Reports.scss +15 -15
- package/lib/esm/widget/components/ReportsConfigContext.d.ts +18 -0
- package/lib/esm/widget/components/ReportsConfigContext.d.ts.map +1 -0
- package/lib/esm/widget/components/ReportsConfigContext.js +56 -0
- package/lib/esm/widget/components/ReportsConfigContext.js.map +1 -0
- package/lib/esm/widget/components/ReportsContainer.d.ts +14 -0
- package/lib/esm/widget/components/ReportsContainer.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportsContainer.js +27 -17
- package/lib/esm/widget/components/ReportsContainer.js.map +1 -1
- package/lib/esm/widget/components/ReportsContainer.scss +1 -3
- package/lib/esm/widget/components/ReportsHeader.d.ts +7 -0
- package/lib/esm/widget/components/ReportsHeader.d.ts.map +1 -0
- package/lib/esm/widget/components/ReportsHeader.js +13 -0
- package/lib/esm/widget/components/ReportsHeader.js.map +1 -0
- package/lib/esm/widget/components/ReportsRouter.d.ts +8 -0
- package/lib/esm/widget/components/ReportsRouter.d.ts.map +1 -0
- package/lib/esm/widget/components/ReportsRouter.js +44 -0
- package/lib/esm/widget/components/ReportsRouter.js.map +1 -0
- package/lib/esm/widget/components/SearchBar.d.ts.map +1 -1
- package/lib/esm/widget/components/SearchBar.js +2 -3
- package/lib/esm/widget/components/SearchBar.js.map +1 -1
- package/lib/esm/widget/components/SearchBar.scss +1 -2
- package/lib/esm/widget/components/SelectIModel.d.ts +3 -3
- package/lib/esm/widget/components/SelectIModel.d.ts.map +1 -1
- package/lib/esm/widget/components/SelectIModel.js +7 -27
- package/lib/esm/widget/components/SelectIModel.js.map +1 -1
- package/lib/esm/widget/components/SelectIModel.scss +2 -3
- package/lib/esm/widget/components/utils.d.ts +1 -1
- package/lib/esm/widget/components/utils.d.ts.map +1 -1
- package/lib/esm/widget/components/utils.js +2 -2
- package/lib/esm/widget/components/utils.js.map +1 -1
- package/lib/esm/widget/components/utils.scss +16 -8
- package/lib/esm/widget/context/BulkExtractorContext.d.ts +10 -0
- package/lib/esm/widget/context/BulkExtractorContext.d.ts.map +1 -0
- package/lib/esm/widget/context/BulkExtractorContext.js +11 -0
- package/lib/esm/widget/context/BulkExtractorContext.js.map +1 -0
- package/lib/esm/widget/context/ReportsConfigApiContext.d.ts +16 -0
- package/lib/esm/widget/context/ReportsConfigApiContext.d.ts.map +1 -0
- package/lib/esm/widget/context/ReportsConfigApiContext.js +20 -0
- package/lib/esm/widget/context/ReportsConfigApiContext.js.map +1 -0
- package/lib/public/locales/en/ReportsConfigWidget.json +6 -1
- package/package.json +29 -29
- package/public/locales/en/ReportsConfigWidget.json +6 -1
- package/reports-config-widget-react.build.error.log +6 -6
- package/reports-config-widget-react.build.log +52 -49
- package/src/reports-config-widget-react.ts +6 -0
- package/src/test/AddMappingModal.test.tsx +20 -37
- package/src/test/BulkExtractor.test.ts +15 -17
- package/src/test/DeleteModal.test.tsx +4 -73
- package/src/test/ReportAction.test.tsx +17 -90
- package/src/test/ReportMappingHorizontalTile.test.tsx +3 -54
- package/src/test/ReportMappings.test.tsx +50 -135
- package/src/test/Reports.test.tsx +21 -80
- package/src/test/WidgetHeader.test.tsx +9 -2
- package/src/test/test-utils.tsx +9 -49
- package/src/widget/ReportsConfigUiProvider.tsx +7 -14
- package/src/widget/components/ActionPanel.scss +2 -3
- package/src/widget/components/ActionPanel.tsx +17 -15
- package/src/widget/components/AddMappingsModal.scss +1 -2
- package/src/widget/components/AddMappingsModal.tsx +55 -60
- package/src/widget/components/BulkExtractor.ts +11 -10
- package/src/widget/components/DeleteModal.scss +2 -3
- package/src/widget/components/DeleteModal.tsx +17 -23
- package/src/widget/components/ExtractionStatus.scss +6 -7
- package/src/widget/components/HorizontalTile.scss +11 -14
- package/src/widget/components/ReportAction.scss +1 -2
- package/src/widget/components/ReportAction.tsx +18 -33
- package/src/widget/components/ReportHorizontalTile.tsx +11 -12
- package/src/widget/components/ReportMappingHorizontalTile.tsx +30 -30
- package/src/widget/components/ReportMappings.scss +10 -11
- package/src/widget/components/ReportMappings.tsx +67 -72
- package/src/widget/components/Reports.scss +15 -15
- package/src/widget/components/Reports.tsx +140 -181
- package/src/widget/components/ReportsConfigContext.tsx +95 -0
- package/src/widget/components/ReportsContainer.scss +1 -3
- package/src/widget/components/ReportsContainer.tsx +47 -21
- package/src/widget/components/ReportsHeader.tsx +27 -0
- package/src/widget/components/ReportsRouter.tsx +63 -0
- package/src/widget/components/SearchBar.scss +1 -2
- package/src/widget/components/SearchBar.tsx +7 -2
- package/src/widget/components/SelectIModel.scss +2 -3
- package/src/widget/components/SelectIModel.tsx +11 -29
- package/src/widget/components/utils.scss +16 -8
- package/src/widget/components/utils.tsx +8 -7
- package/src/widget/context/{ReportsApiConfigContext.tsx → BulkExtractorContext.tsx} +9 -10
- package/src/widget/context/ReportsConfigApiContext.tsx +39 -0
- package/lib/cjs/widget/context/ReportsApiConfigContext.d.ts +0 -9
- package/lib/cjs/widget/context/ReportsApiConfigContext.d.ts.map +0 -1
- package/lib/cjs/widget/context/ReportsApiConfigContext.js.map +0 -1
- package/lib/esm/widget/context/ReportsApiConfigContext.d.ts +0 -9
- package/lib/esm/widget/context/ReportsApiConfigContext.d.ts.map +0 -1
- package/lib/esm/widget/context/ReportsApiConfigContext.js +0 -14
- package/lib/esm/widget/context/ReportsApiConfigContext.js.map +0 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,53 +1,43 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1692283253027" clover="3.2.0">
|
|
3
|
+
<project timestamp="1692283253027" name="All files">
|
|
4
|
+
<metrics statements="735" coveredstatements="628" conditionals="219" coveredconditionals="146" methods="177" coveredmethods="136" elements="1131" coveredelements="910" complexity="0" loc="735" ncloc="735" packages="7" files="32" classes="32"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="9" coveredstatements="
|
|
6
|
+
<metrics statements="9" coveredstatements="7" conditionals="2" coveredconditionals="1" methods="4" coveredmethods="2"/>
|
|
7
7
|
<file name="ReportsConfigWidget.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/ReportsConfigWidget.ts">
|
|
8
|
-
<metrics statements="9" coveredstatements="
|
|
8
|
+
<metrics statements="9" coveredstatements="7" conditionals="2" coveredconditionals="1" methods="4" coveredmethods="2"/>
|
|
9
9
|
<line num="6" count="8" type="stmt"/>
|
|
10
10
|
<line num="8" count="8" type="stmt"/>
|
|
11
|
-
<line num="13" count="
|
|
12
|
-
<line num="17" count="
|
|
13
|
-
<line num="21" count="
|
|
14
|
-
<line num="23" count="
|
|
15
|
-
<line num="24" count="
|
|
16
|
-
<line num="28" count="
|
|
17
|
-
<line num="32" count="
|
|
11
|
+
<line num="13" count="0" type="stmt"/>
|
|
12
|
+
<line num="17" count="5358" type="stmt"/>
|
|
13
|
+
<line num="21" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
14
|
+
<line num="23" count="7" type="stmt"/>
|
|
15
|
+
<line num="24" count="7" type="stmt"/>
|
|
16
|
+
<line num="28" count="7" type="stmt"/>
|
|
17
|
+
<line num="32" count="0" type="stmt"/>
|
|
18
18
|
</file>
|
|
19
19
|
</package>
|
|
20
20
|
<package name="src.test">
|
|
21
|
-
<metrics statements="
|
|
21
|
+
<metrics statements="11" coveredstatements="11" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
22
22
|
<file name="test-utils.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/test/test-utils.tsx">
|
|
23
|
-
<metrics statements="
|
|
23
|
+
<metrics statements="11" coveredstatements="11" conditionals="3" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
24
24
|
<line num="5" count="7" type="stmt"/>
|
|
25
25
|
<line num="6" count="7" type="stmt"/>
|
|
26
26
|
<line num="7" count="7" type="stmt"/>
|
|
27
27
|
<line num="9" count="7" type="stmt"/>
|
|
28
|
-
<line num="
|
|
28
|
+
<line num="11" count="28" type="stmt"/>
|
|
29
29
|
<line num="16" count="7" type="stmt"/>
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="
|
|
32
|
-
<line num="
|
|
33
|
-
<line num="
|
|
34
|
-
<line num="
|
|
35
|
-
<line num="38" count="30" type="stmt"/>
|
|
36
|
-
<line num="44" count="7" type="stmt"/>
|
|
37
|
-
<line num="46" count="7" type="stmt"/>
|
|
38
|
-
<line num="48" count="7" type="stmt"/>
|
|
39
|
-
<line num="50" count="5" type="stmt"/>
|
|
40
|
-
<line num="54" count="5" type="stmt"/>
|
|
41
|
-
<line num="62" count="5" type="stmt"/>
|
|
42
|
-
<line num="64" count="5" type="stmt"/>
|
|
43
|
-
<line num="71" count="5" type="stmt"/>
|
|
44
|
-
<line num="75" count="5" type="stmt"/>
|
|
30
|
+
<line num="19" count="29" type="stmt"/>
|
|
31
|
+
<line num="20" count="29" type="stmt"/>
|
|
32
|
+
<line num="29" count="29" type="stmt"/>
|
|
33
|
+
<line num="35" count="7" type="stmt"/>
|
|
34
|
+
<line num="37" count="7" type="stmt"/>
|
|
45
35
|
</file>
|
|
46
36
|
</package>
|
|
47
37
|
<package name="src.widget">
|
|
48
|
-
<metrics statements="
|
|
38
|
+
<metrics statements="14" coveredstatements="6" conditionals="5" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
49
39
|
<file name="ReportsConfigUiProvider.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/ReportsConfigUiProvider.tsx">
|
|
50
|
-
<metrics statements="
|
|
40
|
+
<metrics statements="14" coveredstatements="6" conditionals="5" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
51
41
|
<line num="9" count="7" type="stmt"/>
|
|
52
42
|
<line num="16" count="7" type="stmt"/>
|
|
53
43
|
<line num="17" count="7" type="stmt"/>
|
|
@@ -60,15 +50,14 @@
|
|
|
60
50
|
<line num="41" count="0" type="stmt"/>
|
|
61
51
|
<line num="42" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
62
52
|
<line num="47" count="0" type="stmt"/>
|
|
63
|
-
<line num="
|
|
64
|
-
<line num="
|
|
65
|
-
<line num="65" count="0" type="stmt"/>
|
|
53
|
+
<line num="55" count="0" type="stmt"/>
|
|
54
|
+
<line num="58" count="0" type="stmt"/>
|
|
66
55
|
</file>
|
|
67
56
|
</package>
|
|
68
57
|
<package name="src.widget.components">
|
|
69
|
-
<metrics statements="
|
|
58
|
+
<metrics statements="638" coveredstatements="545" conditionals="202" coveredconditionals="140" methods="155" coveredmethods="120"/>
|
|
70
59
|
<file name="ActionPanel.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ActionPanel.tsx">
|
|
71
|
-
<metrics statements="8" coveredstatements="8" conditionals="
|
|
60
|
+
<metrics statements="8" coveredstatements="8" conditionals="11" coveredconditionals="10" methods="1" coveredmethods="1"/>
|
|
72
61
|
<line num="5" count="7" type="stmt"/>
|
|
73
62
|
<line num="6" count="7" type="stmt"/>
|
|
74
63
|
<line num="7" count="7" type="stmt"/>
|
|
@@ -76,154 +65,153 @@
|
|
|
76
65
|
<line num="9" count="7" type="stmt"/>
|
|
77
66
|
<line num="20" count="7" type="stmt"/>
|
|
78
67
|
<line num="28" count="275" type="stmt"/>
|
|
79
|
-
<line num="
|
|
68
|
+
<line num="54" count="7" type="stmt"/>
|
|
80
69
|
</file>
|
|
81
70
|
<file name="AddMappingsModal.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/AddMappingsModal.tsx">
|
|
82
|
-
<metrics statements="45" coveredstatements="42" conditionals="
|
|
83
|
-
<line num="5" count="
|
|
84
|
-
<line num="6" count="
|
|
85
|
-
<line num="8" count="
|
|
86
|
-
<line num="9" count="
|
|
87
|
-
<line num="10" count="
|
|
88
|
-
<line num="
|
|
89
|
-
<line num="
|
|
90
|
-
<line num="15" count="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="
|
|
93
|
-
<line num="22" count="5" type="stmt"/>
|
|
94
|
-
<line num="28" count="1" type="stmt"/>
|
|
71
|
+
<metrics statements="45" coveredstatements="42" conditionals="5" coveredconditionals="4" methods="10" coveredmethods="9"/>
|
|
72
|
+
<line num="5" count="7" type="stmt"/>
|
|
73
|
+
<line num="6" count="7" type="stmt"/>
|
|
74
|
+
<line num="8" count="7" type="stmt"/>
|
|
75
|
+
<line num="9" count="7" type="stmt"/>
|
|
76
|
+
<line num="10" count="7" type="stmt"/>
|
|
77
|
+
<line num="12" count="7" type="stmt"/>
|
|
78
|
+
<line num="13" count="7" type="stmt"/>
|
|
79
|
+
<line num="15" count="7" type="stmt"/>
|
|
80
|
+
<line num="16" count="7" type="stmt"/>
|
|
81
|
+
<line num="22" count="7" type="stmt"/>
|
|
95
82
|
<line num="29" count="1" type="stmt"/>
|
|
96
83
|
<line num="30" count="1" type="stmt"/>
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="59" count="
|
|
104
|
-
<line num="60" count="
|
|
105
|
-
<line num="61" count="
|
|
106
|
-
<line num="62" count="
|
|
107
|
-
<line num="63" count="
|
|
108
|
-
<line num="65" count="
|
|
109
|
-
<line num="66" count="
|
|
84
|
+
<line num="31" count="1" type="stmt"/>
|
|
85
|
+
<line num="32" count="1" type="stmt"/>
|
|
86
|
+
<line num="36" count="1" type="stmt"/>
|
|
87
|
+
<line num="38" count="0" type="stmt"/>
|
|
88
|
+
<line num="40" count="1" type="stmt"/>
|
|
89
|
+
<line num="52" count="7" type="stmt"/>
|
|
90
|
+
<line num="59" count="6" type="stmt"/>
|
|
91
|
+
<line num="60" count="6" type="stmt"/>
|
|
92
|
+
<line num="61" count="6" type="stmt"/>
|
|
93
|
+
<line num="62" count="6" type="stmt"/>
|
|
94
|
+
<line num="63" count="6" type="stmt"/>
|
|
95
|
+
<line num="65" count="6" type="stmt"/>
|
|
96
|
+
<line num="66" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
110
97
|
<line num="67" count="1" type="stmt"/>
|
|
111
|
-
<line num="
|
|
112
|
-
<line num="
|
|
113
|
-
<line num="
|
|
98
|
+
<line num="77" count="6" type="stmt"/>
|
|
99
|
+
<line num="78" count="1" type="stmt"/>
|
|
100
|
+
<line num="98" count="6" type="stmt"/>
|
|
101
|
+
<line num="99" count="1" type="stmt"/>
|
|
102
|
+
<line num="100" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
103
|
+
<line num="101" count="1" type="stmt"/>
|
|
104
|
+
<line num="102" count="1" type="stmt"/>
|
|
105
|
+
<line num="103" count="1" type="stmt"/>
|
|
114
106
|
<line num="104" count="1" type="stmt"/>
|
|
115
|
-
<line num="105" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
116
|
-
<line num="106" count="1" type="stmt"/>
|
|
117
|
-
<line num="107" count="1" type="stmt"/>
|
|
118
107
|
<line num="110" count="1" type="stmt"/>
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="
|
|
121
|
-
<line num="118" count="
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="122" count="
|
|
124
|
-
<line num="
|
|
108
|
+
<line num="112" count="0" type="stmt"/>
|
|
109
|
+
<line num="114" count="1" type="stmt"/>
|
|
110
|
+
<line num="118" count="6" type="stmt"/>
|
|
111
|
+
<line num="119" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
112
|
+
<line num="122" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
113
|
+
<line num="123" count="6" type="stmt"/>
|
|
114
|
+
<line num="124" count="132" type="stmt"/>
|
|
115
|
+
<line num="126" count="6" type="stmt"/>
|
|
125
116
|
<line num="134" count="0" type="stmt"/>
|
|
126
|
-
<line num="154" count="153" type="stmt"/>
|
|
127
|
-
<line num="157" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
128
117
|
</file>
|
|
129
118
|
<file name="BulkExtractor.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/BulkExtractor.ts">
|
|
130
|
-
<metrics statements="
|
|
119
|
+
<metrics statements="95" coveredstatements="89" conditionals="21" coveredconditionals="19" methods="15" coveredmethods="15"/>
|
|
131
120
|
<line num="5" count="8" type="stmt"/>
|
|
132
121
|
<line num="7" count="8" type="stmt"/>
|
|
122
|
+
<line num="8" count="8" type="stmt"/>
|
|
133
123
|
<line num="9" count="8" type="stmt"/>
|
|
134
|
-
<line num="10" count="8" type="stmt"/>
|
|
135
124
|
<line num="18" count="8" type="stmt"/>
|
|
136
|
-
<line num="23" count="
|
|
137
|
-
<line num="24" count="
|
|
138
|
-
<line num="25" count="
|
|
139
|
-
<line num="26" count="
|
|
140
|
-
<line num="27" count="
|
|
141
|
-
<line num="31" count="
|
|
142
|
-
<line num="
|
|
143
|
-
<line num="
|
|
144
|
-
<line num="
|
|
145
|
-
<line num="
|
|
146
|
-
<line num="
|
|
147
|
-
<line num="
|
|
148
|
-
<line num="
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="
|
|
152
|
-
<line num="
|
|
153
|
-
<line num="57" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
154
|
-
<line num="58" count="7" type="stmt"/>
|
|
125
|
+
<line num="23" count="68" type="stmt"/>
|
|
126
|
+
<line num="24" count="68" type="stmt"/>
|
|
127
|
+
<line num="25" count="68" type="stmt"/>
|
|
128
|
+
<line num="26" count="68" type="stmt"/>
|
|
129
|
+
<line num="27" count="68" type="stmt"/>
|
|
130
|
+
<line num="31" count="68" type="stmt"/>
|
|
131
|
+
<line num="40" count="68" type="stmt"/>
|
|
132
|
+
<line num="41" count="68" type="stmt"/>
|
|
133
|
+
<line num="42" count="68" type="stmt"/>
|
|
134
|
+
<line num="43" count="68" type="stmt"/>
|
|
135
|
+
<line num="44" count="68" type="stmt"/>
|
|
136
|
+
<line num="48" count="17" type="stmt"/>
|
|
137
|
+
<line num="49" count="20" type="stmt"/>
|
|
138
|
+
<line num="50" count="20" type="cond" truecount="3" falsecount="0"/>
|
|
139
|
+
<line num="51" count="4" type="stmt"/>
|
|
140
|
+
<line num="53" count="20" type="stmt"/>
|
|
141
|
+
<line num="58" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
155
142
|
<line num="59" count="7" type="stmt"/>
|
|
156
|
-
<line num="
|
|
157
|
-
<line num="63" count="7" type="
|
|
158
|
-
<line num="64" count="
|
|
143
|
+
<line num="60" count="7" type="stmt"/>
|
|
144
|
+
<line num="63" count="7" type="stmt"/>
|
|
145
|
+
<line num="64" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
159
146
|
<line num="65" count="6" type="stmt"/>
|
|
160
|
-
<line num="66" count="
|
|
161
|
-
<line num="67" count="8" type="
|
|
162
|
-
<line num="68" count="8" type="
|
|
163
|
-
<line num="
|
|
164
|
-
<line num="
|
|
165
|
-
<line num="75" count="10" type="
|
|
147
|
+
<line num="66" count="6" type="stmt"/>
|
|
148
|
+
<line num="67" count="8" type="stmt"/>
|
|
149
|
+
<line num="68" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
150
|
+
<line num="69" count="8" type="stmt"/>
|
|
151
|
+
<line num="71" count="6" type="stmt"/>
|
|
152
|
+
<line num="75" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
166
153
|
<line num="76" count="10" type="stmt"/>
|
|
167
|
-
<line num="
|
|
168
|
-
<line num="80" count="10" type="
|
|
169
|
-
<line num="81" count="
|
|
170
|
-
<line num="82" count="9" type="cond" truecount="
|
|
171
|
-
<line num="83" count="
|
|
154
|
+
<line num="77" count="10" type="stmt"/>
|
|
155
|
+
<line num="80" count="10" type="stmt"/>
|
|
156
|
+
<line num="81" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
157
|
+
<line num="82" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
158
|
+
<line num="83" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
172
159
|
<line num="84" count="1" type="stmt"/>
|
|
173
160
|
<line num="85" count="1" type="stmt"/>
|
|
174
|
-
<line num="86" count="
|
|
175
|
-
<line num="87" count="
|
|
161
|
+
<line num="86" count="1" type="stmt"/>
|
|
162
|
+
<line num="87" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
176
163
|
<line num="88" count="1" type="stmt"/>
|
|
177
164
|
<line num="89" count="1" type="stmt"/>
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="97" count="
|
|
181
|
-
<line num="
|
|
182
|
-
<line num="100" count="
|
|
183
|
-
<line num="
|
|
184
|
-
<line num="103" count="
|
|
185
|
-
<line num="
|
|
186
|
-
<line num="106" count="2" type="
|
|
187
|
-
<line num="
|
|
188
|
-
<line num="
|
|
165
|
+
<line num="90" count="1" type="stmt"/>
|
|
166
|
+
<line num="93" count="9" type="stmt"/>
|
|
167
|
+
<line num="97" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
168
|
+
<line num="98" count="2" type="stmt"/>
|
|
169
|
+
<line num="100" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
170
|
+
<line num="101" count="5" type="stmt"/>
|
|
171
|
+
<line num="103" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
172
|
+
<line num="104" count="6" type="stmt"/>
|
|
173
|
+
<line num="106" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
174
|
+
<line num="107" count="2" type="stmt"/>
|
|
175
|
+
<line num="109" count="0" type="stmt"/>
|
|
189
176
|
<line num="113" count="20" type="stmt"/>
|
|
190
177
|
<line num="114" count="20" type="stmt"/>
|
|
191
178
|
<line num="115" count="20" type="stmt"/>
|
|
192
|
-
<line num="
|
|
193
|
-
<line num="
|
|
194
|
-
<line num="
|
|
195
|
-
<line num="124" count="
|
|
196
|
-
<line num="125" count="
|
|
197
|
-
<line num="126" count="
|
|
198
|
-
<line num="127" count="
|
|
199
|
-
<line num="128" count="
|
|
200
|
-
<line num="
|
|
201
|
-
<line num="
|
|
179
|
+
<line num="116" count="20" type="stmt"/>
|
|
180
|
+
<line num="118" count="0" type="stmt"/>
|
|
181
|
+
<line num="120" count="0" type="stmt"/>
|
|
182
|
+
<line num="124" count="27" type="cond" truecount="1" falsecount="0"/>
|
|
183
|
+
<line num="125" count="13" type="stmt"/>
|
|
184
|
+
<line num="126" count="13" type="stmt"/>
|
|
185
|
+
<line num="127" count="8" type="stmt"/>
|
|
186
|
+
<line num="128" count="8" type="cond" truecount="2" falsecount="1"/>
|
|
187
|
+
<line num="129" count="0" type="stmt"/>
|
|
188
|
+
<line num="133" count="13" type="stmt"/>
|
|
202
189
|
<line num="138" count="5" type="stmt"/>
|
|
203
190
|
<line num="139" count="5" type="stmt"/>
|
|
204
191
|
<line num="140" count="5" type="stmt"/>
|
|
205
192
|
<line num="141" count="5" type="stmt"/>
|
|
206
|
-
<line num="
|
|
207
|
-
<line num="
|
|
208
|
-
<line num="146" count="
|
|
209
|
-
<line num="
|
|
193
|
+
<line num="142" count="5" type="stmt"/>
|
|
194
|
+
<line num="144" count="5" type="stmt"/>
|
|
195
|
+
<line num="146" count="5" type="stmt"/>
|
|
196
|
+
<line num="147" count="7" type="stmt"/>
|
|
210
197
|
<line num="152" count="12" type="stmt"/>
|
|
211
|
-
<line num="
|
|
198
|
+
<line num="153" count="12" type="stmt"/>
|
|
212
199
|
<line num="157" count="12" type="stmt"/>
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="170" count="
|
|
218
|
-
<line num="171" count="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="176" count="
|
|
221
|
-
<line num="177" count="12" type="
|
|
222
|
-
<line num="178" count="12" type="
|
|
200
|
+
<line num="158" count="12" type="stmt"/>
|
|
201
|
+
<line num="160" count="0" type="stmt"/>
|
|
202
|
+
<line num="162" count="0" type="stmt"/>
|
|
203
|
+
<line num="166" count="3" type="stmt"/>
|
|
204
|
+
<line num="170" count="13" type="stmt"/>
|
|
205
|
+
<line num="171" count="13" type="stmt"/>
|
|
206
|
+
<line num="172" count="13" type="stmt"/>
|
|
207
|
+
<line num="176" count="11" type="stmt"/>
|
|
208
|
+
<line num="177" count="12" type="stmt"/>
|
|
209
|
+
<line num="178" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
223
210
|
<line num="179" count="12" type="stmt"/>
|
|
224
|
-
<line num="
|
|
225
|
-
<line num="
|
|
226
|
-
<line num="
|
|
211
|
+
<line num="180" count="12" type="stmt"/>
|
|
212
|
+
<line num="182" count="12" type="stmt"/>
|
|
213
|
+
<line num="187" count="5" type="stmt"/>
|
|
214
|
+
<line num="191" count="8" type="stmt"/>
|
|
227
215
|
</file>
|
|
228
216
|
<file name="Constants.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/Constants.ts">
|
|
229
217
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
@@ -232,26 +220,24 @@
|
|
|
232
220
|
<line num="7" count="5" type="stmt"/>
|
|
233
221
|
</file>
|
|
234
222
|
<file name="DeleteModal.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/DeleteModal.tsx">
|
|
235
|
-
<metrics statements="
|
|
223
|
+
<metrics statements="17" coveredstatements="16" conditionals="2" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
236
224
|
<line num="5" count="7" type="stmt"/>
|
|
237
225
|
<line num="13" count="7" type="stmt"/>
|
|
238
226
|
<line num="14" count="7" type="stmt"/>
|
|
239
227
|
<line num="15" count="7" type="stmt"/>
|
|
240
228
|
<line num="16" count="7" type="stmt"/>
|
|
241
|
-
<line num="
|
|
242
|
-
<line num="
|
|
243
|
-
<line num="
|
|
229
|
+
<line num="25" count="7" type="stmt"/>
|
|
230
|
+
<line num="31" count="168" type="stmt"/>
|
|
231
|
+
<line num="33" count="168" type="stmt"/>
|
|
232
|
+
<line num="34" count="2" type="stmt"/>
|
|
233
|
+
<line num="35" count="2" type="stmt"/>
|
|
244
234
|
<line num="36" count="2" type="stmt"/>
|
|
245
235
|
<line num="37" count="2" type="stmt"/>
|
|
246
236
|
<line num="38" count="2" type="stmt"/>
|
|
247
|
-
<line num="
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="
|
|
250
|
-
<line num="
|
|
251
|
-
<line num="48" count="149" type="stmt"/>
|
|
252
|
-
<line num="56" count="0" type="stmt"/>
|
|
253
|
-
<line num="87" count="1" type="stmt"/>
|
|
254
|
-
<line num="100" count="7" type="stmt"/>
|
|
237
|
+
<line num="40" count="0" type="stmt"/>
|
|
238
|
+
<line num="42" count="2" type="stmt"/>
|
|
239
|
+
<line num="46" count="168" type="stmt"/>
|
|
240
|
+
<line num="94" count="7" type="stmt"/>
|
|
255
241
|
</file>
|
|
256
242
|
<file name="ExtractionStatus.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ExtractionStatus.tsx">
|
|
257
243
|
<metrics statements="32" coveredstatements="31" conditionals="10" coveredconditionals="9" methods="6" coveredmethods="5"/>
|
|
@@ -308,347 +294,378 @@
|
|
|
308
294
|
<line num="8" count="7" type="stmt"/>
|
|
309
295
|
<line num="9" count="7" type="stmt"/>
|
|
310
296
|
<line num="21" count="7" type="stmt"/>
|
|
311
|
-
<line num="32" count="
|
|
312
|
-
<line num="34" count="
|
|
297
|
+
<line num="32" count="274" type="stmt"/>
|
|
298
|
+
<line num="34" count="274" type="stmt"/>
|
|
313
299
|
</file>
|
|
314
300
|
<file name="LocalizedTablePaginator.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/LocalizedTablePaginator.tsx">
|
|
315
301
|
<metrics statements="11" coveredstatements="11" conditionals="2" coveredconditionals="1" methods="6" coveredmethods="6"/>
|
|
316
|
-
<line num="6" count="
|
|
317
|
-
<line num="7" count="
|
|
318
|
-
<line num="8" count="
|
|
319
|
-
<line num="10" count="
|
|
320
|
-
<line num="11" count="
|
|
321
|
-
<line num="12" count="
|
|
302
|
+
<line num="6" count="7" type="stmt"/>
|
|
303
|
+
<line num="7" count="7" type="stmt"/>
|
|
304
|
+
<line num="8" count="7" type="stmt"/>
|
|
305
|
+
<line num="10" count="7" type="stmt"/>
|
|
306
|
+
<line num="11" count="15" type="stmt"/>
|
|
307
|
+
<line num="12" count="15" type="stmt"/>
|
|
322
308
|
<line num="13" count="1" type="stmt"/>
|
|
323
309
|
<line num="15" count="21" type="stmt"/>
|
|
324
310
|
<line num="25" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
325
311
|
<line num="41" count="2" type="stmt"/>
|
|
326
|
-
<line num="52" count="
|
|
312
|
+
<line num="52" count="15" type="stmt"/>
|
|
327
313
|
</file>
|
|
328
314
|
<file name="ReportAction.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportAction.tsx">
|
|
329
|
-
<metrics statements="
|
|
315
|
+
<metrics statements="33" coveredstatements="31" conditionals="15" coveredconditionals="12" methods="6" coveredmethods="6"/>
|
|
330
316
|
<line num="5" count="7" type="stmt"/>
|
|
331
317
|
<line num="6" count="7" type="stmt"/>
|
|
332
318
|
<line num="7" count="7" type="stmt"/>
|
|
333
319
|
<line num="8" count="7" type="stmt"/>
|
|
334
320
|
<line num="9" count="7" type="stmt"/>
|
|
321
|
+
<line num="13" count="7" type="stmt"/>
|
|
335
322
|
<line num="15" count="7" type="stmt"/>
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
338
|
-
<line num="
|
|
339
|
-
<line num="
|
|
340
|
-
<line num="
|
|
341
|
-
<line num="
|
|
342
|
-
<line num="33" count="
|
|
343
|
-
<line num="34" count="
|
|
344
|
-
<line num="
|
|
345
|
-
<line num="
|
|
346
|
-
<line num="
|
|
347
|
-
<line num="39" count="
|
|
348
|
-
<line num="40" count="
|
|
349
|
-
<line num="
|
|
350
|
-
<line num="
|
|
351
|
-
<line num="
|
|
352
|
-
<line num="
|
|
353
|
-
<line num="
|
|
354
|
-
<line num="
|
|
355
|
-
<line num="
|
|
356
|
-
<line num="
|
|
357
|
-
<line num="
|
|
358
|
-
<line num="
|
|
359
|
-
<line num="
|
|
360
|
-
<line num="
|
|
361
|
-
<line num="
|
|
362
|
-
<line num="115" count="5" type="stmt"/>
|
|
363
|
-
<line num="125" count="16" type="stmt"/>
|
|
364
|
-
<line num="144" count="7" type="stmt"/>
|
|
323
|
+
<line num="16" count="7" type="stmt"/>
|
|
324
|
+
<line num="24" count="7" type="stmt"/>
|
|
325
|
+
<line num="25" count="270" type="stmt"/>
|
|
326
|
+
<line num="26" count="270" type="stmt"/>
|
|
327
|
+
<line num="30" count="270" type="stmt"/>
|
|
328
|
+
<line num="31" count="270" type="stmt"/>
|
|
329
|
+
<line num="33" count="270" type="stmt"/>
|
|
330
|
+
<line num="34" count="5" type="stmt"/>
|
|
331
|
+
<line num="35" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
332
|
+
<line num="36" count="4" type="stmt"/>
|
|
333
|
+
<line num="37" count="4" type="stmt"/>
|
|
334
|
+
<line num="39" count="1" type="stmt"/>
|
|
335
|
+
<line num="40" count="1" type="stmt"/>
|
|
336
|
+
<line num="41" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
337
|
+
<line num="51" count="1" type="stmt"/>
|
|
338
|
+
<line num="52" count="1" type="stmt"/>
|
|
339
|
+
<line num="57" count="0" type="stmt"/>
|
|
340
|
+
<line num="58" count="0" type="stmt"/>
|
|
341
|
+
<line num="60" count="5" type="stmt"/>
|
|
342
|
+
<line num="64" count="270" type="stmt"/>
|
|
343
|
+
<line num="87" count="230" type="stmt"/>
|
|
344
|
+
<line num="88" count="230" type="stmt"/>
|
|
345
|
+
<line num="97" count="5" type="stmt"/>
|
|
346
|
+
<line num="100" count="5" type="stmt"/>
|
|
347
|
+
<line num="101" count="5" type="stmt"/>
|
|
348
|
+
<line num="111" count="16" type="stmt"/>
|
|
365
349
|
</file>
|
|
366
350
|
<file name="ReportHorizontalTile.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportHorizontalTile.tsx">
|
|
367
|
-
<metrics statements="
|
|
351
|
+
<metrics statements="39" coveredstatements="28" conditionals="15" coveredconditionals="6" methods="13" coveredmethods="10"/>
|
|
368
352
|
<line num="5" count="7" type="stmt"/>
|
|
369
|
-
<line num="
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
353
|
+
<line num="7" count="7" type="stmt"/>
|
|
354
|
+
<line num="9" count="7" type="stmt"/>
|
|
355
|
+
<line num="11" count="7" type="stmt"/>
|
|
372
356
|
<line num="12" count="7" type="stmt"/>
|
|
373
|
-
<line num="
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="36" count="
|
|
377
|
-
<line num="37" count="
|
|
378
|
-
<line num="38" count="
|
|
379
|
-
<line num="
|
|
380
|
-
<line num="41" count="
|
|
381
|
-
<line num="42" count="
|
|
382
|
-
<line num="43" count="0" type="
|
|
357
|
+
<line num="17" count="7" type="stmt"/>
|
|
358
|
+
<line num="22" count="7" type="stmt"/>
|
|
359
|
+
<line num="35" count="7" type="stmt"/>
|
|
360
|
+
<line num="36" count="246" type="stmt"/>
|
|
361
|
+
<line num="37" count="246" type="stmt"/>
|
|
362
|
+
<line num="38" count="246" type="stmt"/>
|
|
363
|
+
<line num="40" count="246" type="stmt"/>
|
|
364
|
+
<line num="41" count="35" type="stmt"/>
|
|
365
|
+
<line num="42" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
366
|
+
<line num="43" count="0" type="stmt"/>
|
|
383
367
|
<line num="44" count="0" type="stmt"/>
|
|
384
|
-
<line num="
|
|
385
|
-
<line num="
|
|
386
|
-
<line num="50" count="
|
|
387
|
-
<line num="
|
|
388
|
-
<line num="55" count="
|
|
389
|
-
<line num="56" count="
|
|
368
|
+
<line num="47" count="35" type="stmt"/>
|
|
369
|
+
<line num="49" count="35" type="stmt"/>
|
|
370
|
+
<line num="50" count="35" type="stmt"/>
|
|
371
|
+
<line num="54" count="246" type="stmt"/>
|
|
372
|
+
<line num="55" count="35" type="cond" truecount="0" falsecount="1"/>
|
|
373
|
+
<line num="56" count="0" type="stmt"/>
|
|
390
374
|
<line num="57" count="0" type="stmt"/>
|
|
391
375
|
<line num="58" count="0" type="stmt"/>
|
|
392
|
-
<line num="59" count="0" type="
|
|
393
|
-
<line num="60" count="0" type="
|
|
394
|
-
<line num="61" count="0" type="
|
|
395
|
-
<line num="62" count="0" type="
|
|
396
|
-
<line num="
|
|
397
|
-
<line num="
|
|
398
|
-
<line num="71" count="
|
|
399
|
-
<line num="72" count="4" type="
|
|
400
|
-
<line num="
|
|
401
|
-
<line num="
|
|
402
|
-
<line num="
|
|
376
|
+
<line num="59" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
377
|
+
<line num="60" count="0" type="stmt"/>
|
|
378
|
+
<line num="61" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
379
|
+
<line num="62" count="0" type="stmt"/>
|
|
380
|
+
<line num="67" count="35" type="stmt"/>
|
|
381
|
+
<line num="70" count="246" type="stmt"/>
|
|
382
|
+
<line num="71" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
383
|
+
<line num="72" count="4" type="stmt"/>
|
|
384
|
+
<line num="76" count="246" type="stmt"/>
|
|
385
|
+
<line num="83" count="1" type="stmt"/>
|
|
386
|
+
<line num="90" count="246" type="stmt"/>
|
|
387
|
+
<line num="93" count="2" type="stmt"/>
|
|
388
|
+
<line num="103" count="1" type="stmt"/>
|
|
403
389
|
<line num="104" count="1" type="stmt"/>
|
|
404
|
-
<line num="
|
|
405
|
-
<line num="124" count="0" type="stmt"/>
|
|
390
|
+
<line num="123" count="0" type="stmt"/>
|
|
406
391
|
</file>
|
|
407
392
|
<file name="ReportMappingHorizontalTile.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportMappingHorizontalTile.tsx">
|
|
408
|
-
<metrics statements="
|
|
409
|
-
<line num="5" count="
|
|
410
|
-
<line num="
|
|
411
|
-
<line num="
|
|
412
|
-
<line num="10" count="
|
|
413
|
-
<line num="11" count="
|
|
414
|
-
<line num="12" count="
|
|
415
|
-
<line num="
|
|
416
|
-
<line num="
|
|
417
|
-
<line num="28" count="
|
|
393
|
+
<metrics statements="46" coveredstatements="43" conditionals="10" coveredconditionals="10" methods="12" coveredmethods="11"/>
|
|
394
|
+
<line num="5" count="6" type="stmt"/>
|
|
395
|
+
<line num="7" count="6" type="stmt"/>
|
|
396
|
+
<line num="9" count="6" type="stmt"/>
|
|
397
|
+
<line num="10" count="6" type="stmt"/>
|
|
398
|
+
<line num="11" count="6" type="stmt"/>
|
|
399
|
+
<line num="12" count="6" type="stmt"/>
|
|
400
|
+
<line num="16" count="6" type="stmt"/>
|
|
401
|
+
<line num="27" count="6" type="stmt"/>
|
|
402
|
+
<line num="28" count="38" type="stmt"/>
|
|
418
403
|
<line num="29" count="38" type="stmt"/>
|
|
419
404
|
<line num="30" count="38" type="stmt"/>
|
|
420
405
|
<line num="31" count="38" type="stmt"/>
|
|
421
|
-
<line num="
|
|
422
|
-
<line num="34" count="
|
|
423
|
-
<line num="35" count="
|
|
424
|
-
<line num="36" count="4" type="
|
|
406
|
+
<line num="33" count="38" type="stmt"/>
|
|
407
|
+
<line num="34" count="6" type="stmt"/>
|
|
408
|
+
<line num="35" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
409
|
+
<line num="36" count="4" type="stmt"/>
|
|
425
410
|
<line num="37" count="4" type="stmt"/>
|
|
426
|
-
<line num="
|
|
427
|
-
<line num="
|
|
411
|
+
<line num="40" count="6" type="stmt"/>
|
|
412
|
+
<line num="42" count="6" type="stmt"/>
|
|
428
413
|
<line num="43" count="6" type="stmt"/>
|
|
429
|
-
<line num="
|
|
430
|
-
<line num="48" count="
|
|
431
|
-
<line num="49" count="13" type="
|
|
432
|
-
<line num="50" count="
|
|
433
|
-
<line num="51" count="7" type="
|
|
434
|
-
<line num="52" count="
|
|
414
|
+
<line num="47" count="38" type="stmt"/>
|
|
415
|
+
<line num="48" count="13" type="stmt"/>
|
|
416
|
+
<line num="49" count="13" type="cond" truecount="5" falsecount="0"/>
|
|
417
|
+
<line num="50" count="7" type="stmt"/>
|
|
418
|
+
<line num="51" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
419
|
+
<line num="52" count="6" type="stmt"/>
|
|
435
420
|
<line num="53" count="6" type="stmt"/>
|
|
436
421
|
<line num="54" count="6" type="stmt"/>
|
|
437
|
-
<line num="
|
|
438
|
-
<line num="
|
|
439
|
-
<line num="
|
|
440
|
-
<line num="63" count="
|
|
441
|
-
<line num="64" count="
|
|
442
|
-
<line num="65" count="
|
|
422
|
+
<line num="57" count="6" type="stmt"/>
|
|
423
|
+
<line num="59" count="7" type="stmt"/>
|
|
424
|
+
<line num="62" count="38" type="stmt"/>
|
|
425
|
+
<line num="63" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
426
|
+
<line num="64" count="10" type="stmt"/>
|
|
427
|
+
<line num="65" count="0" type="stmt"/>
|
|
443
428
|
<line num="66" count="0" type="stmt"/>
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="
|
|
429
|
+
<line num="68" count="0" type="stmt"/>
|
|
430
|
+
<line num="70" count="10" type="stmt"/>
|
|
446
431
|
<line num="71" count="10" type="stmt"/>
|
|
447
|
-
<line num="72" count="
|
|
448
|
-
<line num="
|
|
449
|
-
<line num="
|
|
450
|
-
<line num="79" count="38" type="stmt"/>
|
|
432
|
+
<line num="72" count="3" type="stmt"/>
|
|
433
|
+
<line num="75" count="17" type="stmt"/>
|
|
434
|
+
<line num="78" count="38" type="stmt"/>
|
|
451
435
|
<line num="96" count="3" type="stmt"/>
|
|
452
436
|
<line num="97" count="3" type="stmt"/>
|
|
453
437
|
<line num="98" count="3" type="stmt"/>
|
|
454
|
-
<line num="
|
|
455
|
-
<line num="
|
|
438
|
+
<line num="110" count="1" type="stmt"/>
|
|
439
|
+
<line num="120" count="1" type="stmt"/>
|
|
456
440
|
</file>
|
|
457
441
|
<file name="ReportMappings.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportMappings.tsx">
|
|
458
|
-
<metrics statements="
|
|
459
|
-
<line num="5" count="
|
|
460
|
-
<line num="
|
|
461
|
-
<line num="17" count="
|
|
462
|
-
<line num="19" count="
|
|
463
|
-
<line num="26" count="
|
|
464
|
-
<line num="27" count="
|
|
465
|
-
<line num="29" count="
|
|
466
|
-
<line num="30" count="
|
|
467
|
-
<line num="35" count="
|
|
468
|
-
<line num="36" count="
|
|
469
|
-
<line num="37" count="
|
|
470
|
-
<line num="
|
|
471
|
-
<line num="
|
|
472
|
-
<line num="41" count="
|
|
473
|
-
<line num="
|
|
474
|
-
<line num="
|
|
475
|
-
<line num="
|
|
476
|
-
<line num="
|
|
477
|
-
<line num="
|
|
478
|
-
<line num="
|
|
479
|
-
<line num="
|
|
480
|
-
<line num="66" count="6" type="stmt"/>
|
|
481
|
-
<line num="67" count="6" type="stmt"/>
|
|
442
|
+
<metrics statements="78" coveredstatements="73" conditionals="21" coveredconditionals="13" methods="20" coveredmethods="17"/>
|
|
443
|
+
<line num="5" count="7" type="stmt"/>
|
|
444
|
+
<line num="10" count="7" type="stmt"/>
|
|
445
|
+
<line num="17" count="7" type="stmt"/>
|
|
446
|
+
<line num="19" count="7" type="stmt"/>
|
|
447
|
+
<line num="26" count="7" type="stmt"/>
|
|
448
|
+
<line num="27" count="7" type="stmt"/>
|
|
449
|
+
<line num="29" count="7" type="stmt"/>
|
|
450
|
+
<line num="30" count="7" type="stmt"/>
|
|
451
|
+
<line num="35" count="7" type="stmt"/>
|
|
452
|
+
<line num="36" count="7" type="stmt"/>
|
|
453
|
+
<line num="37" count="7" type="stmt"/>
|
|
454
|
+
<line num="38" count="7" type="stmt"/>
|
|
455
|
+
<line num="39" count="7" type="stmt"/>
|
|
456
|
+
<line num="41" count="7" type="stmt"/>
|
|
457
|
+
<line num="42" count="7" type="stmt"/>
|
|
458
|
+
<line num="52" count="7" type="stmt"/>
|
|
459
|
+
<line num="61" count="6" type="stmt"/>
|
|
460
|
+
<line num="62" count="6" type="stmt"/>
|
|
461
|
+
<line num="63" count="6" type="stmt"/>
|
|
462
|
+
<line num="64" count="6" type="stmt"/>
|
|
463
|
+
<line num="69" count="6" type="stmt"/>
|
|
482
464
|
<line num="70" count="6" type="stmt"/>
|
|
465
|
+
<line num="72" count="6" type="stmt"/>
|
|
483
466
|
<line num="73" count="6" type="stmt"/>
|
|
484
|
-
<line num="74" count="
|
|
485
|
-
<line num="
|
|
486
|
-
<line num="
|
|
487
|
-
<line num="
|
|
488
|
-
<line num="
|
|
489
|
-
<line num="
|
|
490
|
-
<line num="88" count="
|
|
467
|
+
<line num="74" count="8" type="stmt"/>
|
|
468
|
+
<line num="75" count="8" type="stmt"/>
|
|
469
|
+
<line num="76" count="8" type="stmt"/>
|
|
470
|
+
<line num="81" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
471
|
+
<line num="82" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
472
|
+
<line num="84" count="8" type="stmt"/>
|
|
473
|
+
<line num="88" count="8" type="stmt"/>
|
|
491
474
|
<line num="89" count="8" type="stmt"/>
|
|
492
475
|
<line num="90" count="8" type="stmt"/>
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="
|
|
495
|
-
<line num="
|
|
496
|
-
<line num="
|
|
497
|
-
<line num="
|
|
498
|
-
<line num="
|
|
499
|
-
<line num="
|
|
500
|
-
<line num="
|
|
501
|
-
<line num="
|
|
502
|
-
<line num="
|
|
503
|
-
<line num="
|
|
504
|
-
<line num="
|
|
476
|
+
<line num="92" count="8" type="stmt"/>
|
|
477
|
+
<line num="98" count="8" type="stmt"/>
|
|
478
|
+
<line num="101" count="4" type="stmt"/>
|
|
479
|
+
<line num="103" count="2" type="stmt"/>
|
|
480
|
+
<line num="105" count="6" type="stmt"/>
|
|
481
|
+
<line num="115" count="7" type="stmt"/>
|
|
482
|
+
<line num="116" count="87" type="stmt"/>
|
|
483
|
+
<line num="117" count="87" type="stmt"/>
|
|
484
|
+
<line num="118" count="87" type="stmt"/>
|
|
485
|
+
<line num="119" count="87" type="stmt"/>
|
|
486
|
+
<line num="120" count="87" type="stmt"/>
|
|
487
|
+
<line num="121" count="87" type="stmt"/>
|
|
488
|
+
<line num="122" count="87" type="stmt"/>
|
|
489
|
+
<line num="123" count="87" type="stmt"/>
|
|
490
|
+
<line num="124" count="87" type="stmt"/>
|
|
491
|
+
<line num="125" count="5" type="stmt"/>
|
|
492
|
+
<line num="129" count="87" type="stmt"/>
|
|
505
493
|
<line num="130" count="5" type="stmt"/>
|
|
506
|
-
<line num="
|
|
507
|
-
<line num="
|
|
508
|
-
<line num="
|
|
509
|
-
<line num="
|
|
510
|
-
<line num="
|
|
511
|
-
<line num="
|
|
512
|
-
<line num="
|
|
513
|
-
<line num="
|
|
514
|
-
<line num="
|
|
515
|
-
<line num="
|
|
516
|
-
<line num="
|
|
517
|
-
<line num="
|
|
518
|
-
<line num="
|
|
519
|
-
<line num="
|
|
520
|
-
<line num="
|
|
521
|
-
<line num="
|
|
522
|
-
<line num="
|
|
523
|
-
<line num="
|
|
524
|
-
<line num="
|
|
525
|
-
<line num="
|
|
526
|
-
<line num="
|
|
527
|
-
<line num="
|
|
528
|
-
<line num="
|
|
529
|
-
<line num="
|
|
530
|
-
<line num="
|
|
531
|
-
<line num="
|
|
532
|
-
<line num="
|
|
533
|
-
<line num="251" count="0" type="stmt"/>
|
|
534
|
-
<line num="262" count="129" type="stmt"/>
|
|
535
|
-
<line num="267" count="0" type="stmt"/>
|
|
536
|
-
<line num="268" count="0" type="stmt"/>
|
|
537
|
-
<line num="288" count="0" type="stmt"/>
|
|
538
|
-
<line num="291" count="0" type="stmt"/>
|
|
539
|
-
<line num="292" count="0" type="stmt"/>
|
|
540
|
-
<line num="306" count="1" type="stmt"/>
|
|
541
|
-
<line num="307" count="2" type="stmt"/>
|
|
542
|
-
<line num="308" count="1" type="stmt"/>
|
|
543
|
-
<line num="309" count="1" type="stmt"/>
|
|
544
|
-
<line num="310" count="2" type="stmt"/>
|
|
494
|
+
<line num="141" count="87" type="stmt"/>
|
|
495
|
+
<line num="142" count="13" type="cond" truecount="0" falsecount="1"/>
|
|
496
|
+
<line num="143" count="13" type="stmt"/>
|
|
497
|
+
<line num="146" count="87" type="stmt"/>
|
|
498
|
+
<line num="147" count="1" type="stmt"/>
|
|
499
|
+
<line num="158" count="87" type="stmt"/>
|
|
500
|
+
<line num="163" count="87" type="stmt"/>
|
|
501
|
+
<line num="164" count="1" type="stmt"/>
|
|
502
|
+
<line num="167" count="87" type="stmt"/>
|
|
503
|
+
<line num="169" count="68" type="stmt"/>
|
|
504
|
+
<line num="170" count="126" type="stmt"/>
|
|
505
|
+
<line num="178" count="87" type="stmt"/>
|
|
506
|
+
<line num="180" count="87" type="cond" truecount="0" falsecount="1"/>
|
|
507
|
+
<line num="182" count="87" type="stmt"/>
|
|
508
|
+
<line num="198" count="1" type="stmt"/>
|
|
509
|
+
<line num="199" count="1" type="stmt"/>
|
|
510
|
+
<line num="214" count="1" type="stmt"/>
|
|
511
|
+
<line num="261" count="131" type="stmt"/>
|
|
512
|
+
<line num="266" count="0" type="stmt"/>
|
|
513
|
+
<line num="285" count="0" type="stmt"/>
|
|
514
|
+
<line num="286" count="0" type="stmt"/>
|
|
515
|
+
<line num="293" count="0" type="stmt"/>
|
|
516
|
+
<line num="301" count="1" type="stmt"/>
|
|
517
|
+
<line num="302" count="2" type="stmt"/>
|
|
518
|
+
<line num="303" count="1" type="stmt"/>
|
|
519
|
+
<line num="304" count="1" type="stmt"/>
|
|
520
|
+
<line num="305" count="2" type="stmt"/>
|
|
545
521
|
</file>
|
|
546
522
|
<file name="Reports.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/Reports.tsx">
|
|
547
|
-
<metrics statements="
|
|
523
|
+
<metrics statements="56" coveredstatements="51" conditionals="18" coveredconditionals="12" methods="18" coveredmethods="14"/>
|
|
548
524
|
<line num="5" count="7" type="stmt"/>
|
|
525
|
+
<line num="6" count="7" type="stmt"/>
|
|
526
|
+
<line num="7" count="7" type="stmt"/>
|
|
549
527
|
<line num="9" count="7" type="stmt"/>
|
|
528
|
+
<line num="14" count="7" type="stmt"/>
|
|
550
529
|
<line num="15" count="7" type="stmt"/>
|
|
551
530
|
<line num="17" count="7" type="stmt"/>
|
|
552
|
-
<line num="
|
|
553
|
-
<line num="
|
|
531
|
+
<line num="18" count="7" type="stmt"/>
|
|
532
|
+
<line num="19" count="7" type="stmt"/>
|
|
533
|
+
<line num="20" count="7" type="stmt"/>
|
|
534
|
+
<line num="22" count="7" type="stmt"/>
|
|
535
|
+
<line num="23" count="7" type="stmt"/>
|
|
554
536
|
<line num="27" count="7" type="stmt"/>
|
|
555
|
-
<line num="
|
|
556
|
-
<line num="
|
|
557
|
-
<line num="
|
|
558
|
-
<line num="
|
|
559
|
-
<line num="
|
|
537
|
+
<line num="34" count="17" type="stmt"/>
|
|
538
|
+
<line num="35" count="17" type="cond" truecount="0" falsecount="1"/>
|
|
539
|
+
<line num="36" count="17" type="stmt"/>
|
|
540
|
+
<line num="37" count="17" type="stmt"/>
|
|
541
|
+
<line num="38" count="17" type="stmt"/>
|
|
542
|
+
<line num="39" count="13" type="cond" truecount="1" falsecount="1"/>
|
|
543
|
+
<line num="41" count="4" type="stmt"/>
|
|
544
|
+
<line num="43" count="17" type="stmt"/>
|
|
545
|
+
<line num="53" count="7" type="stmt"/>
|
|
546
|
+
<line num="58" count="95" type="stmt"/>
|
|
547
|
+
<line num="59" count="95" type="stmt"/>
|
|
548
|
+
<line num="60" count="95" type="stmt"/>
|
|
549
|
+
<line num="63" count="95" type="stmt"/>
|
|
550
|
+
<line num="64" count="95" type="stmt"/>
|
|
551
|
+
<line num="65" count="95" type="stmt"/>
|
|
552
|
+
<line num="66" count="95" type="stmt"/>
|
|
553
|
+
<line num="67" count="95" type="stmt"/>
|
|
554
|
+
<line num="68" count="8" type="stmt"/>
|
|
555
|
+
<line num="72" count="95" type="stmt"/>
|
|
556
|
+
<line num="73" count="16" type="stmt"/>
|
|
557
|
+
<line num="82" count="95" type="stmt"/>
|
|
558
|
+
<line num="83" count="1" type="stmt"/>
|
|
559
|
+
<line num="92" count="95" type="stmt"/>
|
|
560
|
+
<line num="94" count="55" type="stmt"/>
|
|
561
|
+
<line num="95" count="229" type="stmt"/>
|
|
562
|
+
<line num="103" count="95" type="stmt"/>
|
|
563
|
+
<line num="104" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
564
|
+
<line num="106" count="4" type="stmt"/>
|
|
565
|
+
<line num="107" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
566
|
+
<line num="108" count="0" type="stmt"/>
|
|
567
|
+
<line num="113" count="95" type="stmt"/>
|
|
568
|
+
<line num="114" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
569
|
+
<line num="115" count="0" type="stmt"/>
|
|
570
|
+
<line num="116" count="0" type="stmt"/>
|
|
571
|
+
<line num="117" count="0" type="stmt"/>
|
|
572
|
+
<line num="120" count="95" type="cond" truecount="0" falsecount="1"/>
|
|
573
|
+
<line num="122" count="95" type="stmt"/>
|
|
574
|
+
<line num="190" count="274" type="stmt"/>
|
|
575
|
+
<line num="197" count="1" type="stmt"/>
|
|
576
|
+
<line num="202" count="28" type="stmt"/>
|
|
577
|
+
<line num="211" count="1" type="stmt"/>
|
|
578
|
+
<line num="213" count="1" type="stmt"/>
|
|
579
|
+
<line num="214" count="1" type="stmt"/>
|
|
580
|
+
</file>
|
|
581
|
+
<file name="ReportsConfigContext.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsConfigContext.tsx">
|
|
582
|
+
<metrics statements="30" coveredstatements="27" conditionals="31" coveredconditionals="27" methods="10" coveredmethods="7"/>
|
|
583
|
+
<line num="5" count="7" type="stmt"/>
|
|
584
|
+
<line num="7" count="7" type="stmt"/>
|
|
585
|
+
<line num="8" count="7" type="stmt"/>
|
|
586
|
+
<line num="9" count="7" type="stmt"/>
|
|
587
|
+
<line num="10" count="7" type="stmt"/>
|
|
588
|
+
<line num="11" count="7" type="stmt"/>
|
|
589
|
+
<line num="16" count="7" type="stmt"/>
|
|
590
|
+
<line num="17" count="7" type="stmt"/>
|
|
591
|
+
<line num="18" count="7" type="stmt"/>
|
|
592
|
+
<line num="19" count="7" type="stmt"/>
|
|
593
|
+
<line num="20" count="7" type="stmt"/>
|
|
560
594
|
<line num="34" count="7" type="stmt"/>
|
|
561
|
-
<line num="35" count="
|
|
562
|
-
<line num="36" count="7" type="stmt"/>
|
|
595
|
+
<line num="35" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
563
596
|
<line num="37" count="7" type="stmt"/>
|
|
564
|
-
<line num="38" count="
|
|
565
|
-
<line num="42" count="
|
|
566
|
-
<line num="
|
|
567
|
-
<line num="
|
|
568
|
-
<line num="
|
|
569
|
-
<line num="
|
|
570
|
-
<line num="
|
|
571
|
-
<line num="
|
|
572
|
-
<line num="
|
|
573
|
-
<line num="
|
|
574
|
-
<line num="
|
|
575
|
-
<line num="
|
|
576
|
-
<line num="
|
|
577
|
-
<line num="
|
|
578
|
-
<line num="
|
|
579
|
-
<line num="
|
|
580
|
-
<line num="71" count="7" type="stmt"/>
|
|
581
|
-
<line num="72" count="70" type="stmt"/>
|
|
582
|
-
<line num="73" count="0" type="stmt"/>
|
|
583
|
-
<line num="76" count="70" type="stmt"/>
|
|
584
|
-
<line num="77" count="0" type="stmt"/>
|
|
585
|
-
<line num="80" count="70" type="cond" truecount="6" falsecount="2"/>
|
|
586
|
-
<line num="81" count="70" type="stmt"/>
|
|
587
|
-
<line num="82" count="70" type="stmt"/>
|
|
588
|
-
<line num="83" count="70" type="stmt"/>
|
|
589
|
-
<line num="84" count="70" type="stmt"/>
|
|
590
|
-
<line num="87" count="70" type="stmt"/>
|
|
591
|
-
<line num="90" count="70" type="stmt"/>
|
|
592
|
-
<line num="91" count="70" type="stmt"/>
|
|
593
|
-
<line num="92" count="70" type="stmt"/>
|
|
594
|
-
<line num="93" count="70" type="stmt"/>
|
|
595
|
-
<line num="94" count="8" type="stmt"/>
|
|
596
|
-
<line num="97" count="70" type="stmt"/>
|
|
597
|
-
<line num="98" count="8" type="stmt"/>
|
|
598
|
-
<line num="102" count="70" type="stmt"/>
|
|
599
|
-
<line num="103" count="8" type="stmt"/>
|
|
600
|
-
<line num="106" count="70" type="stmt"/>
|
|
601
|
-
<line num="107" count="1" type="stmt"/>
|
|
602
|
-
<line num="108" count="1" type="stmt"/>
|
|
603
|
-
<line num="109" count="1" type="stmt"/>
|
|
604
|
-
<line num="112" count="70" type="stmt"/>
|
|
605
|
-
<line num="113" count="2" type="stmt"/>
|
|
606
|
-
<line num="116" count="70" type="stmt"/>
|
|
607
|
-
<line num="118" count="49" type="stmt"/>
|
|
608
|
-
<line num="119" count="126" type="stmt"/>
|
|
609
|
-
<line num="127" count="70" type="stmt"/>
|
|
610
|
-
<line num="128" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
611
|
-
<line num="129" count="4" type="stmt"/>
|
|
612
|
-
<line num="131" count="4" type="stmt"/>
|
|
613
|
-
<line num="132" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
614
|
-
<line num="134" count="0" type="stmt"/>
|
|
615
|
-
<line num="140" count="70" type="stmt"/>
|
|
616
|
-
<line num="141" count="0" type="stmt"/>
|
|
617
|
-
<line num="142" count="0" type="stmt"/>
|
|
618
|
-
<line num="143" count="0" type="stmt"/>
|
|
619
|
-
<line num="146" count="70" type="cond" truecount="4" falsecount="0"/>
|
|
620
|
-
<line num="148" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
621
|
-
<line num="152" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
622
|
-
<line num="160" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
623
|
-
<line num="164" count="65" type="stmt"/>
|
|
624
|
-
<line num="175" count="1" type="stmt"/>
|
|
625
|
-
<line num="221" count="146" type="stmt"/>
|
|
626
|
-
<line num="225" count="1" type="stmt"/>
|
|
627
|
-
<line num="226" count="1" type="stmt"/>
|
|
628
|
-
<line num="231" count="1" type="stmt"/>
|
|
629
|
-
<line num="232" count="1" type="stmt"/>
|
|
630
|
-
<line num="235" count="2" type="stmt"/>
|
|
631
|
-
<line num="236" count="2" type="stmt"/>
|
|
632
|
-
<line num="239" count="27" type="stmt"/>
|
|
633
|
-
<line num="250" count="1" type="stmt"/>
|
|
634
|
-
<line num="253" count="1" type="stmt"/>
|
|
635
|
-
<line num="254" count="1" type="stmt"/>
|
|
597
|
+
<line num="38" count="280" type="stmt"/>
|
|
598
|
+
<line num="42" count="58" type="stmt"/>
|
|
599
|
+
<line num="45" count="58" type="stmt"/>
|
|
600
|
+
<line num="49" count="58" type="stmt"/>
|
|
601
|
+
<line num="58" count="58" type="stmt"/>
|
|
602
|
+
<line num="59" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
603
|
+
<line num="60" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
604
|
+
<line num="64" count="58" type="stmt"/>
|
|
605
|
+
<line num="65" count="0" type="stmt"/>
|
|
606
|
+
<line num="68" count="58" type="stmt"/>
|
|
607
|
+
<line num="69" count="0" type="stmt"/>
|
|
608
|
+
<line num="72" count="58" type="stmt"/>
|
|
609
|
+
<line num="73" count="58" type="cond" truecount="2" falsecount="0"/>
|
|
610
|
+
<line num="77" count="58" type="stmt"/>
|
|
611
|
+
<line num="78" count="29" type="stmt"/>
|
|
612
|
+
<line num="88" count="58" type="stmt"/>
|
|
636
613
|
</file>
|
|
637
614
|
<file name="ReportsContainer.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsContainer.tsx">
|
|
638
|
-
<metrics statements="
|
|
615
|
+
<metrics statements="22" coveredstatements="12" conditionals="4" coveredconditionals="2" methods="5" coveredmethods="1"/>
|
|
639
616
|
<line num="6" count="7" type="stmt"/>
|
|
640
617
|
<line num="7" count="7" type="stmt"/>
|
|
641
|
-
<line num="
|
|
618
|
+
<line num="9" count="7" type="stmt"/>
|
|
642
619
|
<line num="10" count="7" type="stmt"/>
|
|
643
620
|
<line num="11" count="7" type="stmt"/>
|
|
644
|
-
<line num="
|
|
645
|
-
<line num="19" count="
|
|
621
|
+
<line num="12" count="7" type="stmt"/>
|
|
622
|
+
<line num="19" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
623
|
+
<line num="20" count="7" type="stmt"/>
|
|
646
624
|
<line num="21" count="7" type="stmt"/>
|
|
647
|
-
<line num="
|
|
625
|
+
<line num="22" count="7" type="stmt"/>
|
|
626
|
+
<line num="35" count="7" type="stmt"/>
|
|
627
|
+
<line num="40" count="0" type="stmt"/>
|
|
628
|
+
<line num="43" count="0" type="stmt"/>
|
|
629
|
+
<line num="44" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
630
|
+
<line num="45" count="0" type="stmt"/>
|
|
631
|
+
<line num="46" count="0" type="stmt"/>
|
|
632
|
+
<line num="49" count="0" type="stmt"/>
|
|
633
|
+
<line num="50" count="0" type="stmt"/>
|
|
634
|
+
<line num="51" count="0" type="stmt"/>
|
|
635
|
+
<line num="52" count="0" type="stmt"/>
|
|
636
|
+
<line num="55" count="0" type="stmt"/>
|
|
637
|
+
<line num="72" count="7" type="stmt"/>
|
|
638
|
+
</file>
|
|
639
|
+
<file name="ReportsHeader.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsHeader.tsx">
|
|
640
|
+
<metrics statements="6" coveredstatements="4" conditionals="4" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
641
|
+
<line num="5" count="7" type="stmt"/>
|
|
642
|
+
<line num="7" count="7" type="stmt"/>
|
|
643
|
+
<line num="8" count="7" type="stmt"/>
|
|
644
|
+
<line num="10" count="7" type="stmt"/>
|
|
645
|
+
<line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
646
|
+
<line num="21" count="0" type="stmt"/>
|
|
647
|
+
</file>
|
|
648
|
+
<file name="ReportsRouter.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsRouter.tsx">
|
|
649
|
+
<metrics statements="19" coveredstatements="8" conditionals="7" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
650
|
+
<line num="5" count="7" type="stmt"/>
|
|
651
|
+
<line num="6" count="7" type="stmt"/>
|
|
652
|
+
<line num="7" count="7" type="stmt"/>
|
|
653
|
+
<line num="8" count="7" type="stmt"/>
|
|
654
|
+
<line num="9" count="7" type="stmt"/>
|
|
655
|
+
<line num="10" count="7" type="stmt"/>
|
|
656
|
+
<line num="12" count="7" type="stmt"/>
|
|
657
|
+
<line num="14" count="7" type="stmt"/>
|
|
658
|
+
<line num="23" count="0" type="stmt"/>
|
|
659
|
+
<line num="24" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
660
|
+
<line num="25" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
661
|
+
<line num="27" count="0" type="stmt"/>
|
|
648
662
|
<line num="30" count="0" type="stmt"/>
|
|
649
|
-
<line num="
|
|
650
|
-
<line num="
|
|
651
|
-
<line num="
|
|
663
|
+
<line num="39" count="0" type="stmt"/>
|
|
664
|
+
<line num="46" count="0" type="stmt"/>
|
|
665
|
+
<line num="56" count="0" type="stmt"/>
|
|
666
|
+
<line num="58" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
667
|
+
<line num="59" count="0" type="stmt"/>
|
|
668
|
+
<line num="61" count="0" type="stmt"/>
|
|
652
669
|
</file>
|
|
653
670
|
<file name="SearchBar.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/SearchBar.tsx">
|
|
654
671
|
<metrics statements="16" coveredstatements="11" conditionals="7" coveredconditionals="5" methods="5" coveredmethods="3"/>
|
|
@@ -658,97 +675,87 @@
|
|
|
658
675
|
<line num="8" count="7" type="stmt"/>
|
|
659
676
|
<line num="9" count="7" type="stmt"/>
|
|
660
677
|
<line num="17" count="7" type="stmt"/>
|
|
661
|
-
<line num="22" count="
|
|
662
|
-
<line num="23" count="
|
|
663
|
-
<line num="25" count="
|
|
678
|
+
<line num="22" count="164" type="stmt"/>
|
|
679
|
+
<line num="23" count="164" type="stmt"/>
|
|
680
|
+
<line num="25" count="164" type="cond" truecount="4" falsecount="0"/>
|
|
664
681
|
<line num="31" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
665
682
|
<line num="32" count="0" type="stmt"/>
|
|
666
683
|
<line num="33" count="0" type="stmt"/>
|
|
667
684
|
<line num="34" count="0" type="stmt"/>
|
|
668
685
|
<line num="45" count="0" type="stmt"/>
|
|
669
|
-
<line num="
|
|
670
|
-
<line num="
|
|
686
|
+
<line num="54" count="93" type="stmt"/>
|
|
687
|
+
<line num="63" count="2" type="stmt"/>
|
|
671
688
|
</file>
|
|
672
689
|
<file name="SelectIModel.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/SelectIModel.tsx">
|
|
673
|
-
<metrics statements="
|
|
674
|
-
<line num="
|
|
675
|
-
<line num="
|
|
676
|
-
<line num="
|
|
677
|
-
<line num="
|
|
678
|
-
<line num="
|
|
679
|
-
<line num="
|
|
680
|
-
<line num="
|
|
681
|
-
<line num="
|
|
682
|
-
<line num="
|
|
683
|
-
<line num="
|
|
684
|
-
<line num="
|
|
685
|
-
<line num="
|
|
686
|
-
<line num="
|
|
687
|
-
<line num="
|
|
688
|
-
<line num="
|
|
689
|
-
<line num="
|
|
690
|
-
<line num="
|
|
691
|
-
<line num="52" count="
|
|
692
|
-
<line num="
|
|
693
|
-
<line num="
|
|
694
|
-
<line num="
|
|
695
|
-
<line num="
|
|
696
|
-
<line num="61" count="9" type="stmt"/>
|
|
697
|
-
<line num="62" count="9" type="cond" truecount="3" falsecount="0"/>
|
|
698
|
-
<line num="63" count="9" type="stmt"/>
|
|
699
|
-
<line num="67" count="9" type="stmt"/>
|
|
700
|
-
<line num="68" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
701
|
-
<line num="69" count="1" type="stmt"/>
|
|
702
|
-
<line num="73" count="9" type="stmt"/>
|
|
703
|
-
<line num="74" count="2" type="stmt"/>
|
|
704
|
-
<line num="80" count="9" type="stmt"/>
|
|
705
|
-
<line num="92" count="0" type="stmt"/>
|
|
690
|
+
<metrics statements="22" coveredstatements="21" conditionals="0" coveredconditionals="0" methods="6" coveredmethods="5"/>
|
|
691
|
+
<line num="6" count="7" type="stmt"/>
|
|
692
|
+
<line num="12" count="7" type="stmt"/>
|
|
693
|
+
<line num="15" count="7" type="stmt"/>
|
|
694
|
+
<line num="16" count="7" type="stmt"/>
|
|
695
|
+
<line num="17" count="7" type="stmt"/>
|
|
696
|
+
<line num="18" count="7" type="stmt"/>
|
|
697
|
+
<line num="19" count="7" type="stmt"/>
|
|
698
|
+
<line num="21" count="7" type="stmt"/>
|
|
699
|
+
<line num="27" count="1" type="stmt"/>
|
|
700
|
+
<line num="28" count="1" type="stmt"/>
|
|
701
|
+
<line num="29" count="1" type="stmt"/>
|
|
702
|
+
<line num="33" count="1" type="stmt"/>
|
|
703
|
+
<line num="36" count="1" type="stmt"/>
|
|
704
|
+
<line num="44" count="7" type="stmt"/>
|
|
705
|
+
<line num="48" count="6" type="stmt"/>
|
|
706
|
+
<line num="49" count="6" type="stmt"/>
|
|
707
|
+
<line num="51" count="6" type="stmt"/>
|
|
708
|
+
<line num="52" count="1" type="stmt"/>
|
|
709
|
+
<line num="55" count="6" type="stmt"/>
|
|
710
|
+
<line num="56" count="2" type="stmt"/>
|
|
711
|
+
<line num="62" count="6" type="stmt"/>
|
|
712
|
+
<line num="74" count="0" type="stmt"/>
|
|
706
713
|
</file>
|
|
707
714
|
<file name="utils.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/utils.tsx">
|
|
708
|
-
<metrics statements="43" coveredstatements="24" conditionals="
|
|
715
|
+
<metrics statements="43" coveredstatements="24" conditionals="17" coveredconditionals="6" methods="8" coveredmethods="7"/>
|
|
709
716
|
<line num="5" count="8" type="stmt"/>
|
|
710
717
|
<line num="6" count="8" type="stmt"/>
|
|
711
718
|
<line num="12" count="8" type="stmt"/>
|
|
712
719
|
<line num="13" count="8" type="stmt"/>
|
|
713
720
|
<line num="14" count="8" type="stmt"/>
|
|
714
721
|
<line num="22" count="8" type="stmt"/>
|
|
715
|
-
<line num="27" count="
|
|
716
|
-
<line num="
|
|
717
|
-
<line num="
|
|
718
|
-
<line num="
|
|
719
|
-
<line num="
|
|
720
|
-
<line num="
|
|
721
|
-
<line num="
|
|
722
|
-
<line num="
|
|
723
|
-
<line num="
|
|
724
|
-
<line num="
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="
|
|
731
|
-
<line num="
|
|
732
|
-
<line num="
|
|
733
|
-
<line num="
|
|
734
|
-
<line num="
|
|
735
|
-
<line num="
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="
|
|
739
|
-
<line num="
|
|
740
|
-
<line num="
|
|
741
|
-
<line num="
|
|
742
|
-
<line num="
|
|
743
|
-
<line num="
|
|
744
|
-
<line num="
|
|
745
|
-
<line num="
|
|
746
|
-
<line num="
|
|
747
|
-
<line num="
|
|
748
|
-
<line num="
|
|
749
|
-
<line num="
|
|
750
|
-
<line num="
|
|
751
|
-
<line num="
|
|
722
|
+
<line num="27" count="2" type="stmt"/>
|
|
723
|
+
<line num="46" count="8" type="stmt"/>
|
|
724
|
+
<line num="47" count="6" type="stmt"/>
|
|
725
|
+
<line num="50" count="6" type="cond" truecount="1" falsecount="9"/>
|
|
726
|
+
<line num="52" count="0" type="stmt"/>
|
|
727
|
+
<line num="55" count="0" type="stmt"/>
|
|
728
|
+
<line num="57" count="0" type="stmt"/>
|
|
729
|
+
<line num="60" count="0" type="stmt"/>
|
|
730
|
+
<line num="62" count="0" type="stmt"/>
|
|
731
|
+
<line num="65" count="0" type="stmt"/>
|
|
732
|
+
<line num="67" count="0" type="stmt"/>
|
|
733
|
+
<line num="70" count="0" type="stmt"/>
|
|
734
|
+
<line num="72" count="0" type="stmt"/>
|
|
735
|
+
<line num="75" count="0" type="stmt"/>
|
|
736
|
+
<line num="77" count="0" type="stmt"/>
|
|
737
|
+
<line num="80" count="0" type="stmt"/>
|
|
738
|
+
<line num="82" count="0" type="stmt"/>
|
|
739
|
+
<line num="85" count="0" type="stmt"/>
|
|
740
|
+
<line num="87" count="0" type="stmt"/>
|
|
741
|
+
<line num="90" count="0" type="stmt"/>
|
|
742
|
+
<line num="92" count="0" type="stmt"/>
|
|
743
|
+
<line num="95" count="0" type="stmt"/>
|
|
744
|
+
<line num="97" count="6" type="stmt"/>
|
|
745
|
+
<line num="101" count="6" type="stmt"/>
|
|
746
|
+
<line num="104" count="8" type="stmt"/>
|
|
747
|
+
<line num="105" count="39" type="stmt"/>
|
|
748
|
+
<line num="122" count="8" type="stmt"/>
|
|
749
|
+
<line num="123" count="3" type="stmt"/>
|
|
750
|
+
<line num="126" count="8" type="stmt"/>
|
|
751
|
+
<line num="131" count="251" type="stmt"/>
|
|
752
|
+
<line num="133" count="251" type="stmt"/>
|
|
753
|
+
<line num="139" count="8" type="stmt"/>
|
|
754
|
+
<line num="140" count="26" type="stmt"/>
|
|
755
|
+
<line num="150" count="8" type="stmt"/>
|
|
756
|
+
<line num="151" count="0" type="stmt"/>
|
|
757
|
+
<line num="154" count="8" type="stmt"/>
|
|
758
|
+
<line num="155" count="396" type="stmt"/>
|
|
752
759
|
</file>
|
|
753
760
|
</package>
|
|
754
761
|
<package name="src.widget.components.ExtractionStates">
|
|
@@ -797,18 +804,31 @@
|
|
|
797
804
|
</file>
|
|
798
805
|
</package>
|
|
799
806
|
<package name="src.widget.context">
|
|
800
|
-
<metrics statements="
|
|
801
|
-
<file name="
|
|
802
|
-
<metrics statements="
|
|
807
|
+
<metrics statements="19" coveredstatements="16" conditionals="2" coveredconditionals="0" methods="3" coveredmethods="2"/>
|
|
808
|
+
<file name="BulkExtractorContext.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/context/BulkExtractorContext.tsx">
|
|
809
|
+
<metrics statements="8" coveredstatements="7" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
803
810
|
<line num="6" count="7" type="stmt"/>
|
|
804
811
|
<line num="7" count="7" type="stmt"/>
|
|
805
|
-
<line num="
|
|
806
|
-
<line num="
|
|
807
|
-
<line num="19" count="
|
|
808
|
-
<line num="20" count="
|
|
809
|
-
<line num="21" count="
|
|
810
|
-
<line num="
|
|
811
|
-
|
|
812
|
+
<line num="16" count="7" type="stmt"/>
|
|
813
|
+
<line num="18" count="7" type="stmt"/>
|
|
814
|
+
<line num="19" count="182" type="stmt"/>
|
|
815
|
+
<line num="20" count="182" type="cond" truecount="0" falsecount="1"/>
|
|
816
|
+
<line num="21" count="0" type="stmt"/>
|
|
817
|
+
<line num="25" count="182" type="stmt"/>
|
|
818
|
+
</file>
|
|
819
|
+
<file name="ReportsConfigApiContext.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/context/ReportsConfigApiContext.tsx">
|
|
820
|
+
<metrics statements="11" coveredstatements="9" conditionals="1" coveredconditionals="0" methods="2" coveredmethods="1"/>
|
|
821
|
+
<line num="6" count="7" type="stmt"/>
|
|
822
|
+
<line num="7" count="7" type="stmt"/>
|
|
823
|
+
<line num="8" count="7" type="stmt"/>
|
|
824
|
+
<line num="9" count="7" type="stmt"/>
|
|
825
|
+
<line num="22" count="7" type="stmt"/>
|
|
826
|
+
<line num="23" count="0" type="stmt"/>
|
|
827
|
+
<line num="31" count="7" type="stmt"/>
|
|
828
|
+
<line num="32" count="464" type="stmt"/>
|
|
829
|
+
<line num="33" count="464" type="cond" truecount="0" falsecount="1"/>
|
|
830
|
+
<line num="34" count="0" type="stmt"/>
|
|
831
|
+
<line num="38" count="464" type="stmt"/>
|
|
812
832
|
</file>
|
|
813
833
|
</package>
|
|
814
834
|
<package name="src.widget.hooks">
|
|
@@ -820,17 +840,17 @@
|
|
|
820
840
|
<line num="7" count="7" type="stmt"/>
|
|
821
841
|
<line num="9" count="7" type="stmt"/>
|
|
822
842
|
<line num="12" count="7" type="stmt"/>
|
|
823
|
-
<line num="16" count="
|
|
824
|
-
<line num="17" count="
|
|
825
|
-
<line num="23" count="
|
|
826
|
-
<line num="31" count="
|
|
827
|
-
<line num="39" count="
|
|
828
|
-
<line num="47" count="
|
|
829
|
-
<line num="52" count="
|
|
830
|
-
<line num="58" count="
|
|
831
|
-
<line num="63" count="
|
|
843
|
+
<line num="16" count="270" type="stmt"/>
|
|
844
|
+
<line num="17" count="270" type="stmt"/>
|
|
845
|
+
<line num="23" count="512" type="stmt"/>
|
|
846
|
+
<line num="31" count="510" type="stmt"/>
|
|
847
|
+
<line num="39" count="508" type="stmt"/>
|
|
848
|
+
<line num="47" count="506" type="stmt"/>
|
|
849
|
+
<line num="52" count="270" type="stmt"/>
|
|
850
|
+
<line num="58" count="270" type="stmt"/>
|
|
851
|
+
<line num="63" count="270" type="cond" truecount="1" falsecount="0"/>
|
|
832
852
|
<line num="64" count="4" type="stmt"/>
|
|
833
|
-
<line num="67" count="
|
|
853
|
+
<line num="67" count="270" type="stmt"/>
|
|
834
854
|
<line num="70" count="7" type="stmt"/>
|
|
835
855
|
</file>
|
|
836
856
|
</package>
|