@itwin/reports-config-widget-react 0.8.2 → 0.9.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.json +16 -1
- package/CHANGELOG.md +10 -2
- package/api/reports-config-widget-react.api.md +5 -7
- package/api/reports-config-widget-react.exports.csv +13 -13
- package/api/temp/reports-config-widget-react.api.md +5 -7
- package/coverage/{lcov-report/block-navigation.js → block-navigation.js} +1 -1
- package/coverage/clover.xml +1422 -442
- package/coverage/coverage-final.json +34 -32
- package/coverage/{lcov-report/index.html → index.html} +79 -79
- package/coverage/{lcov-report/sorter.js → sorter.js} +21 -7
- package/coverage/{lcov-report/src → src}/ReportsConfigWidget.ts.html +30 -30
- package/coverage/{lcov-report/src → src}/index.html +35 -20
- package/coverage/src/reports-config-widget-react.ts.html +127 -0
- package/coverage/{lcov-report/src → src}/test/index.html +34 -19
- package/coverage/src/test/setup.ts.html +100 -0
- package/coverage/{lcov-report/src → src}/test/test-utils.tsx.html +109 -109
- package/coverage/{lcov-report/src → src}/widget/ReportsConfigUiProvider.tsx.html +40 -40
- package/coverage/{lcov-report/src → src}/widget/components/ActionPanel.tsx.html +37 -37
- package/coverage/{lcov-report/src → src}/widget/components/AddMappingsModal.tsx.html +90 -90
- package/coverage/{lcov-report/src → src}/widget/components/BulkExtractor.ts.html +96 -96
- package/coverage/{lcov-report/src → src}/widget/components/Constants.ts.html +15 -15
- package/coverage/{lcov-report/src → src}/widget/components/DeleteModal.tsx.html +49 -49
- package/coverage/{lcov-report/src → src}/widget/components/ExtractionStates/FailedExtractionState.tsx.html +40 -40
- package/coverage/{lcov-report/src → src}/widget/components/ExtractionStates/QueuedExtractionState.tsx.html +19 -19
- package/coverage/{lcov-report/src → src}/widget/components/ExtractionStates/RunningExtractionState.tsx.html +17 -17
- package/coverage/{lcov-report/src → src}/widget/components/ExtractionStates/StartingExtractionState.tsx.html +19 -19
- package/coverage/{lcov-report/src → src}/widget/components/ExtractionStates/SucceededExtractionState.tsx.html +28 -28
- package/coverage/{lcov-report/src → src}/widget/components/ExtractionStates/index.html +54 -54
- package/coverage/{lcov-report/src → src}/widget/components/ExtractionStatus.tsx.html +52 -52
- package/coverage/{lcov-report/src → src}/widget/components/ExtractionToast.tsx.html +53 -53
- package/coverage/{lcov-report/src → src}/widget/components/HorizontalTile.tsx.html +38 -38
- package/coverage/{lcov-report/src → src}/widget/components/LocalizedTablePaginator.tsx.html +29 -29
- package/coverage/{lcov-report/src → src}/widget/components/ReportAction.tsx.html +90 -90
- package/coverage/{lcov-report/src → src}/widget/components/ReportHorizontalTile.tsx.html +105 -105
- package/coverage/{lcov-report/src → src}/widget/components/ReportMappingHorizontalTile.tsx.html +87 -87
- package/coverage/{lcov-report/src → src}/widget/components/ReportMappings.tsx.html +166 -166
- package/coverage/{lcov-report/src → src}/widget/components/Reports.tsx.html +117 -117
- package/coverage/{lcov-report/src → src}/widget/components/ReportsConfigContext.tsx.html +78 -78
- package/coverage/{lcov-report/src → src}/widget/components/ReportsContainer.tsx.html +51 -51
- package/coverage/{lcov-report/src → src}/widget/components/ReportsHeader.tsx.html +19 -19
- package/coverage/{lcov-report/src → src}/widget/components/ReportsRouter.tsx.html +85 -85
- package/coverage/{lcov-report/src → src}/widget/components/SearchBar.tsx.html +60 -60
- package/coverage/{lcov-report/src → src}/widget/components/SelectIModel.tsx.html +53 -53
- package/coverage/src/widget/components/index.html +416 -0
- package/coverage/{lcov-report/src → src}/widget/components/utils.tsx.html +76 -76
- package/coverage/{lcov-report/src → src}/widget/context/BulkExtractorContext.tsx.html +20 -20
- package/coverage/{lcov-report/src → src}/widget/context/ReportsConfigApiContext.tsx.html +30 -30
- package/coverage/{lcov-report/src → src}/widget/context/index.html +29 -29
- package/coverage/{lcov-report/src → src}/widget/hooks/index.html +18 -18
- package/coverage/{lcov-report/src → src}/widget/hooks/useValidator.ts.html +45 -45
- package/coverage/{lcov-report/src → src}/widget/index.html +20 -20
- package/eslint.config.cjs +40 -0
- package/lib/cjs/ReportsConfigWidget.js +2 -0
- package/lib/cjs/ReportsConfigWidget.js.map +1 -1
- package/lib/cjs/test/AddMappingModal.test.d.ts +1 -1
- package/lib/cjs/test/AddMappingModal.test.d.ts.map +1 -1
- package/lib/cjs/test/AddMappingModal.test.js +7 -7
- package/lib/cjs/test/AddMappingModal.test.js.map +1 -1
- package/lib/cjs/test/BulkExtractor.test.js +10 -9
- package/lib/cjs/test/BulkExtractor.test.js.map +1 -1
- package/lib/cjs/test/DeleteModal.test.d.ts +1 -1
- package/lib/cjs/test/DeleteModal.test.d.ts.map +1 -1
- package/lib/cjs/test/DeleteModal.test.js +4 -4
- package/lib/cjs/test/DeleteModal.test.js.map +1 -1
- package/lib/cjs/test/ReportAction.test.d.ts +1 -1
- package/lib/cjs/test/ReportAction.test.d.ts.map +1 -1
- package/lib/cjs/test/ReportAction.test.js +14 -14
- package/lib/cjs/test/ReportAction.test.js.map +1 -1
- package/lib/cjs/test/ReportMappingHorizontalTile.test.d.ts +1 -1
- package/lib/cjs/test/ReportMappingHorizontalTile.test.d.ts.map +1 -1
- package/lib/cjs/test/ReportMappingHorizontalTile.test.js +5 -5
- package/lib/cjs/test/ReportMappingHorizontalTile.test.js.map +1 -1
- package/lib/cjs/test/ReportMappings.test.d.ts +1 -1
- package/lib/cjs/test/ReportMappings.test.d.ts.map +1 -1
- package/lib/cjs/test/ReportMappings.test.js +19 -19
- package/lib/cjs/test/ReportMappings.test.js.map +1 -1
- package/lib/cjs/test/Reports.test.d.ts +1 -1
- package/lib/cjs/test/Reports.test.d.ts.map +1 -1
- package/lib/cjs/test/Reports.test.js +8 -8
- package/lib/cjs/test/Reports.test.js.map +1 -1
- package/lib/cjs/test/WidgetHeader.test.d.ts +1 -1
- package/lib/cjs/test/WidgetHeader.test.d.ts.map +1 -1
- package/lib/cjs/test/WidgetHeader.test.js +2 -2
- package/lib/cjs/test/WidgetHeader.test.js.map +1 -1
- package/lib/cjs/test/setup.d.ts +2 -0
- package/lib/cjs/test/setup.d.ts.map +1 -0
- package/lib/cjs/test/setup.js +8 -0
- package/lib/cjs/test/setup.js.map +1 -0
- package/lib/cjs/test/test-utils.d.ts +3 -3
- package/lib/cjs/test/test-utils.d.ts.map +1 -1
- package/lib/cjs/test/test-utils.js +11 -6
- package/lib/cjs/test/test-utils.js.map +1 -1
- package/lib/cjs/tsconfig.tsbuildinfo +1 -1
- package/lib/cjs/widget/ReportsConfigUiProvider.d.ts.map +1 -1
- package/lib/cjs/widget/ReportsConfigUiProvider.js +2 -1
- package/lib/cjs/widget/ReportsConfigUiProvider.js.map +1 -1
- package/lib/cjs/widget/components/ActionPanel.d.ts.map +1 -1
- package/lib/cjs/widget/components/AddMappingsModal.d.ts +1 -2
- package/lib/cjs/widget/components/AddMappingsModal.d.ts.map +1 -1
- package/lib/cjs/widget/components/AddMappingsModal.js.map +1 -1
- package/lib/cjs/widget/components/BulkExtractor.d.ts +1 -2
- package/lib/cjs/widget/components/BulkExtractor.d.ts.map +1 -1
- package/lib/cjs/widget/components/BulkExtractor.js +12 -6
- package/lib/cjs/widget/components/BulkExtractor.js.map +1 -1
- package/lib/cjs/widget/components/DeleteModal.d.ts +0 -1
- package/lib/cjs/widget/components/DeleteModal.d.ts.map +1 -1
- package/lib/cjs/widget/components/DeleteModal.js.map +1 -1
- package/lib/cjs/widget/components/ExtractionStates/FailedExtractionState.d.ts +0 -1
- package/lib/cjs/widget/components/ExtractionStates/FailedExtractionState.d.ts.map +1 -1
- package/lib/cjs/widget/components/ExtractionStates/QueuedExtractionState.d.ts +0 -1
- package/lib/cjs/widget/components/ExtractionStates/QueuedExtractionState.d.ts.map +1 -1
- package/lib/cjs/widget/components/ExtractionStates/RunningExtractionState.d.ts +0 -1
- package/lib/cjs/widget/components/ExtractionStates/RunningExtractionState.d.ts.map +1 -1
- package/lib/cjs/widget/components/ExtractionStates/StartingExtractionState.d.ts +0 -1
- package/lib/cjs/widget/components/ExtractionStates/StartingExtractionState.d.ts.map +1 -1
- package/lib/cjs/widget/components/ExtractionStates/SucceededExtractionState.d.ts +0 -1
- package/lib/cjs/widget/components/ExtractionStates/SucceededExtractionState.d.ts.map +1 -1
- package/lib/cjs/widget/components/ExtractionStatus.d.ts +0 -1
- package/lib/cjs/widget/components/ExtractionStatus.d.ts.map +1 -1
- package/lib/cjs/widget/components/ExtractionStatus.js +1 -1
- package/lib/cjs/widget/components/ExtractionStatus.js.map +1 -1
- package/lib/cjs/widget/components/ExtractionToast.d.ts +0 -1
- package/lib/cjs/widget/components/ExtractionToast.d.ts.map +1 -1
- package/lib/cjs/widget/components/LocalizedTablePaginator.d.ts +0 -1
- package/lib/cjs/widget/components/LocalizedTablePaginator.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportAction.d.ts +0 -1
- package/lib/cjs/widget/components/ReportAction.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportAction.js.map +1 -1
- package/lib/cjs/widget/components/ReportHorizontalTile.d.ts +0 -1
- package/lib/cjs/widget/components/ReportHorizontalTile.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportHorizontalTile.js.map +1 -1
- package/lib/cjs/widget/components/ReportMappingHorizontalTile.d.ts +0 -1
- package/lib/cjs/widget/components/ReportMappingHorizontalTile.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportMappingHorizontalTile.js.map +1 -1
- package/lib/cjs/widget/components/ReportMappings.d.ts +2 -3
- package/lib/cjs/widget/components/ReportMappings.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportMappings.js.map +1 -1
- package/lib/cjs/widget/components/Reports.d.ts +1 -2
- package/lib/cjs/widget/components/Reports.d.ts.map +1 -1
- package/lib/cjs/widget/components/Reports.js.map +1 -1
- package/lib/cjs/widget/components/ReportsConfigContext.js.map +1 -1
- package/lib/cjs/widget/components/ReportsContainer.d.ts +1 -2
- package/lib/cjs/widget/components/ReportsContainer.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportsContainer.js +1 -1
- package/lib/cjs/widget/components/ReportsContainer.js.map +1 -1
- package/lib/cjs/widget/components/ReportsHeader.d.ts +0 -1
- package/lib/cjs/widget/components/ReportsHeader.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportsRouter.d.ts +0 -1
- package/lib/cjs/widget/components/ReportsRouter.d.ts.map +1 -1
- package/lib/cjs/widget/components/ReportsRouter.js.map +1 -1
- package/lib/cjs/widget/components/SearchBar.js.map +1 -1
- package/lib/cjs/widget/components/SelectIModel.d.ts +0 -1
- package/lib/cjs/widget/components/SelectIModel.d.ts.map +1 -1
- 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.map +1 -1
- package/lib/cjs/widget/context/BulkExtractorContext.d.ts +1 -1
- package/lib/cjs/widget/context/BulkExtractorContext.d.ts.map +1 -1
- package/lib/cjs/widget/context/BulkExtractorContext.js.map +1 -1
- package/lib/cjs/widget/context/ReportsConfigApiContext.d.ts +1 -1
- package/lib/cjs/widget/context/ReportsConfigApiContext.d.ts.map +1 -1
- package/lib/cjs/widget/context/ReportsConfigApiContext.js.map +1 -1
- package/lib/cjs/widget/hooks/useValidator.d.ts.map +1 -1
- package/lib/cjs/widget/hooks/useValidator.js.map +1 -1
- package/lib/esm/ReportsConfigWidget.js +2 -0
- package/lib/esm/ReportsConfigWidget.js.map +1 -1
- package/lib/esm/test/AddMappingModal.test.d.ts +1 -1
- package/lib/esm/test/AddMappingModal.test.d.ts.map +1 -1
- package/lib/esm/test/AddMappingModal.test.js +7 -7
- package/lib/esm/test/AddMappingModal.test.js.map +1 -1
- package/lib/esm/test/BulkExtractor.test.js +10 -9
- package/lib/esm/test/BulkExtractor.test.js.map +1 -1
- package/lib/esm/test/DeleteModal.test.d.ts +1 -1
- package/lib/esm/test/DeleteModal.test.d.ts.map +1 -1
- package/lib/esm/test/DeleteModal.test.js +4 -4
- package/lib/esm/test/DeleteModal.test.js.map +1 -1
- package/lib/esm/test/ReportAction.test.d.ts +1 -1
- package/lib/esm/test/ReportAction.test.d.ts.map +1 -1
- package/lib/esm/test/ReportAction.test.js +14 -14
- package/lib/esm/test/ReportAction.test.js.map +1 -1
- package/lib/esm/test/ReportMappingHorizontalTile.test.d.ts +1 -1
- package/lib/esm/test/ReportMappingHorizontalTile.test.d.ts.map +1 -1
- package/lib/esm/test/ReportMappingHorizontalTile.test.js +5 -5
- package/lib/esm/test/ReportMappingHorizontalTile.test.js.map +1 -1
- package/lib/esm/test/ReportMappings.test.d.ts +1 -1
- package/lib/esm/test/ReportMappings.test.d.ts.map +1 -1
- package/lib/esm/test/ReportMappings.test.js +19 -19
- package/lib/esm/test/ReportMappings.test.js.map +1 -1
- package/lib/esm/test/Reports.test.d.ts +1 -1
- package/lib/esm/test/Reports.test.d.ts.map +1 -1
- package/lib/esm/test/Reports.test.js +8 -8
- package/lib/esm/test/Reports.test.js.map +1 -1
- package/lib/esm/test/WidgetHeader.test.d.ts +1 -1
- package/lib/esm/test/WidgetHeader.test.d.ts.map +1 -1
- package/lib/esm/test/WidgetHeader.test.js +2 -2
- package/lib/esm/test/WidgetHeader.test.js.map +1 -1
- package/lib/esm/test/setup.d.ts +2 -0
- package/lib/esm/test/setup.d.ts.map +1 -0
- package/lib/esm/test/setup.js +6 -0
- package/lib/esm/test/setup.js.map +1 -0
- package/lib/esm/test/test-utils.d.ts +3 -3
- package/lib/esm/test/test-utils.d.ts.map +1 -1
- package/lib/esm/test/test-utils.js +2 -2
- package/lib/esm/test/test-utils.js.map +1 -1
- package/lib/esm/tsconfig.tsbuildinfo +1 -1
- package/lib/esm/widget/ReportsConfigUiProvider.d.ts.map +1 -1
- package/lib/esm/widget/ReportsConfigUiProvider.js +2 -1
- package/lib/esm/widget/ReportsConfigUiProvider.js.map +1 -1
- package/lib/esm/widget/components/ActionPanel.d.ts.map +1 -1
- package/lib/esm/widget/components/AddMappingsModal.d.ts +1 -2
- package/lib/esm/widget/components/AddMappingsModal.d.ts.map +1 -1
- package/lib/esm/widget/components/AddMappingsModal.js.map +1 -1
- package/lib/esm/widget/components/BulkExtractor.d.ts +1 -2
- package/lib/esm/widget/components/BulkExtractor.d.ts.map +1 -1
- package/lib/esm/widget/components/BulkExtractor.js +12 -6
- package/lib/esm/widget/components/BulkExtractor.js.map +1 -1
- package/lib/esm/widget/components/DeleteModal.d.ts +0 -1
- package/lib/esm/widget/components/DeleteModal.d.ts.map +1 -1
- package/lib/esm/widget/components/DeleteModal.js.map +1 -1
- package/lib/esm/widget/components/ExtractionStates/FailedExtractionState.d.ts +0 -1
- package/lib/esm/widget/components/ExtractionStates/FailedExtractionState.d.ts.map +1 -1
- package/lib/esm/widget/components/ExtractionStates/QueuedExtractionState.d.ts +0 -1
- package/lib/esm/widget/components/ExtractionStates/QueuedExtractionState.d.ts.map +1 -1
- package/lib/esm/widget/components/ExtractionStates/RunningExtractionState.d.ts +0 -1
- package/lib/esm/widget/components/ExtractionStates/RunningExtractionState.d.ts.map +1 -1
- package/lib/esm/widget/components/ExtractionStates/StartingExtractionState.d.ts +0 -1
- package/lib/esm/widget/components/ExtractionStates/StartingExtractionState.d.ts.map +1 -1
- package/lib/esm/widget/components/ExtractionStates/SucceededExtractionState.d.ts +0 -1
- package/lib/esm/widget/components/ExtractionStates/SucceededExtractionState.d.ts.map +1 -1
- package/lib/esm/widget/components/ExtractionStatus.d.ts +0 -1
- package/lib/esm/widget/components/ExtractionStatus.d.ts.map +1 -1
- package/lib/esm/widget/components/ExtractionStatus.js.map +1 -1
- package/lib/esm/widget/components/ExtractionToast.d.ts +0 -1
- package/lib/esm/widget/components/ExtractionToast.d.ts.map +1 -1
- package/lib/esm/widget/components/LocalizedTablePaginator.d.ts +0 -1
- package/lib/esm/widget/components/LocalizedTablePaginator.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportAction.d.ts +0 -1
- package/lib/esm/widget/components/ReportAction.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportAction.js.map +1 -1
- package/lib/esm/widget/components/ReportHorizontalTile.d.ts +0 -1
- package/lib/esm/widget/components/ReportHorizontalTile.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportHorizontalTile.js.map +1 -1
- package/lib/esm/widget/components/ReportMappingHorizontalTile.d.ts +0 -1
- package/lib/esm/widget/components/ReportMappingHorizontalTile.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportMappingHorizontalTile.js.map +1 -1
- package/lib/esm/widget/components/ReportMappings.d.ts +2 -3
- package/lib/esm/widget/components/ReportMappings.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportMappings.js.map +1 -1
- package/lib/esm/widget/components/Reports.d.ts +1 -2
- package/lib/esm/widget/components/Reports.d.ts.map +1 -1
- package/lib/esm/widget/components/Reports.js.map +1 -1
- package/lib/esm/widget/components/ReportsConfigContext.js.map +1 -1
- package/lib/esm/widget/components/ReportsContainer.d.ts +1 -2
- package/lib/esm/widget/components/ReportsContainer.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportsHeader.d.ts +0 -1
- package/lib/esm/widget/components/ReportsHeader.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportsRouter.d.ts +0 -1
- package/lib/esm/widget/components/ReportsRouter.d.ts.map +1 -1
- package/lib/esm/widget/components/ReportsRouter.js.map +1 -1
- package/lib/esm/widget/components/SearchBar.js.map +1 -1
- package/lib/esm/widget/components/SelectIModel.d.ts +0 -1
- package/lib/esm/widget/components/SelectIModel.d.ts.map +1 -1
- 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.map +1 -1
- package/lib/esm/widget/context/BulkExtractorContext.d.ts +1 -1
- package/lib/esm/widget/context/BulkExtractorContext.d.ts.map +1 -1
- package/lib/esm/widget/context/BulkExtractorContext.js.map +1 -1
- package/lib/esm/widget/context/ReportsConfigApiContext.d.ts +1 -1
- package/lib/esm/widget/context/ReportsConfigApiContext.d.ts.map +1 -1
- package/lib/esm/widget/context/ReportsConfigApiContext.js.map +1 -1
- package/lib/esm/widget/hooks/useValidator.d.ts.map +1 -1
- package/lib/esm/widget/hooks/useValidator.js.map +1 -1
- package/package.json +37 -61
- package/src/test/AddMappingModal.test.tsx +7 -7
- package/src/test/BulkExtractor.test.ts +10 -9
- package/src/test/DeleteModal.test.tsx +4 -4
- package/src/test/ReportAction.test.tsx +14 -14
- package/src/test/ReportMappingHorizontalTile.test.tsx +5 -5
- package/src/test/ReportMappings.test.tsx +19 -19
- package/src/test/Reports.test.tsx +8 -8
- package/src/test/WidgetHeader.test.tsx +2 -2
- package/{__mocks__/fileMock.js → src/test/setup.ts} +1 -1
- package/src/test/test-utils.tsx +2 -2
- package/tsconfig.json +2 -1
- package/vitest.config.ts +29 -0
- package/coverage/lcov-report/src/widget/components/index.html +0 -416
- package/coverage/lcov.info +0 -1629
- package/jest.config.js +0 -24
- /package/coverage/{lcov-report/base.css → base.css} +0 -0
- /package/coverage/{lcov-report/favicon.png → favicon.png} +0 -0
- /package/coverage/{lcov-report/prettify.css → prettify.css} +0 -0
- /package/coverage/{lcov-report/prettify.js → prettify.js} +0 -0
- /package/coverage/{lcov-report/sort-arrow-sprite.png → sort-arrow-sprite.png} +0 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,467 +1,985 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1772825093153" clover="3.2.0">
|
|
3
|
+
<project timestamp="1772825093153" name="All files">
|
|
4
|
+
<metrics statements="1716" coveredstatements="1463" conditionals="334" coveredconditionals="255" methods="143" coveredmethods="109" elements="2193" coveredelements="1827" complexity="0" loc="1716" ncloc="1716" packages="7" files="34" classes="34"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="31" coveredstatements="16" conditionals="7" coveredconditionals="4" methods="7" coveredmethods="4"/>
|
|
7
7
|
<file name="ReportsConfigWidget.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/ReportsConfigWidget.ts">
|
|
8
|
-
<metrics statements="
|
|
9
|
-
<line num="
|
|
10
|
-
<line num="
|
|
8
|
+
<metrics statements="21" coveredstatements="16" conditionals="6" coveredconditionals="4" methods="6" coveredmethods="4"/>
|
|
9
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
10
|
+
<line num="6" count="1" type="stmt"/>
|
|
11
|
+
<line num="12" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
12
|
+
<line num="13" count="8" type="stmt"/>
|
|
13
|
+
<line num="14" count="8" type="stmt"/>
|
|
14
|
+
<line num="16" count="8" type="stmt"/>
|
|
11
15
|
<line num="17" count="0" type="stmt"/>
|
|
12
|
-
<line num="
|
|
13
|
-
<line num="
|
|
16
|
+
<line num="18" count="0" type="stmt"/>
|
|
17
|
+
<line num="20" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
18
|
+
<line num="21" count="5042" type="stmt"/>
|
|
19
|
+
<line num="22" count="5042" type="stmt"/>
|
|
20
|
+
<line num="24" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
21
|
+
<line num="25" count="7" type="cond" truecount="0" falsecount="1"/>
|
|
14
22
|
<line num="27" count="7" type="stmt"/>
|
|
15
23
|
<line num="28" count="7" type="stmt"/>
|
|
16
24
|
<line num="30" count="7" type="stmt"/>
|
|
25
|
+
<line num="31" count="7" type="stmt"/>
|
|
26
|
+
<line num="33" count="8" type="stmt"/>
|
|
17
27
|
<line num="34" count="0" type="stmt"/>
|
|
28
|
+
<line num="35" count="0" type="stmt"/>
|
|
29
|
+
<line num="36" count="8" type="stmt"/>
|
|
30
|
+
</file>
|
|
31
|
+
<file name="reports-config-widget-react.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/reports-config-widget-react.ts">
|
|
32
|
+
<metrics statements="10" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
33
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
34
|
+
<line num="5" count="0" type="stmt"/>
|
|
35
|
+
<line num="6" count="0" type="stmt"/>
|
|
36
|
+
<line num="7" count="0" type="stmt"/>
|
|
37
|
+
<line num="8" count="0" type="stmt"/>
|
|
38
|
+
<line num="10" count="0" type="stmt"/>
|
|
39
|
+
<line num="11" count="0" type="stmt"/>
|
|
40
|
+
<line num="12" count="0" type="stmt"/>
|
|
41
|
+
<line num="13" count="0" type="stmt"/>
|
|
42
|
+
<line num="14" count="0" type="stmt"/>
|
|
18
43
|
</file>
|
|
19
44
|
</package>
|
|
20
45
|
<package name="src.test">
|
|
21
|
-
<metrics statements="
|
|
46
|
+
<metrics statements="90" coveredstatements="87" conditionals="6" coveredconditionals="5" methods="7" coveredmethods="3"/>
|
|
47
|
+
<file name="setup.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/test/setup.ts">
|
|
48
|
+
<metrics statements="2" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
49
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
50
|
+
<line num="5" count="0" type="stmt"/>
|
|
51
|
+
</file>
|
|
22
52
|
<file name="test-utils.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/test/test-utils.tsx">
|
|
23
|
-
<metrics statements="
|
|
24
|
-
<line num="
|
|
25
|
-
<line num="
|
|
26
|
-
<line num="
|
|
27
|
-
<line num="
|
|
28
|
-
<line num="
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="
|
|
32
|
-
<line num="
|
|
33
|
-
<line num="
|
|
34
|
-
<line num="
|
|
35
|
-
<line num="
|
|
36
|
-
<line num="
|
|
37
|
-
<line num="
|
|
38
|
-
<line num="
|
|
39
|
-
<line num="
|
|
40
|
-
<line num="
|
|
53
|
+
<metrics statements="88" coveredstatements="87" conditionals="5" coveredconditionals="5" methods="6" coveredmethods="3"/>
|
|
54
|
+
<line num="1" count="0" type="stmt"/>
|
|
55
|
+
<line num="5" count="1" type="stmt"/>
|
|
56
|
+
<line num="6" count="1" type="stmt"/>
|
|
57
|
+
<line num="7" count="1" type="stmt"/>
|
|
58
|
+
<line num="9" count="1" type="stmt"/>
|
|
59
|
+
<line num="10" count="1" type="stmt"/>
|
|
60
|
+
<line num="12" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
61
|
+
<line num="14" count="1" type="stmt"/>
|
|
62
|
+
<line num="15" count="1" type="stmt"/>
|
|
63
|
+
<line num="17" count="1" type="stmt"/>
|
|
64
|
+
<line num="18" count="1" type="stmt"/>
|
|
65
|
+
<line num="20" count="1" type="stmt"/>
|
|
66
|
+
<line num="21" count="1" type="stmt"/>
|
|
67
|
+
<line num="23" count="1" type="stmt"/>
|
|
68
|
+
<line num="24" count="1" type="stmt"/>
|
|
69
|
+
<line num="25" count="1" type="stmt"/>
|
|
70
|
+
<line num="26" count="1" type="stmt"/>
|
|
71
|
+
<line num="27" count="1" type="stmt"/>
|
|
72
|
+
<line num="28" count="1" type="stmt"/>
|
|
73
|
+
<line num="29" count="1" type="stmt"/>
|
|
74
|
+
<line num="30" count="1" type="stmt"/>
|
|
75
|
+
<line num="31" count="1" type="stmt"/>
|
|
76
|
+
<line num="32" count="1" type="stmt"/>
|
|
77
|
+
<line num="33" count="1" type="stmt"/>
|
|
78
|
+
<line num="34" count="1" type="stmt"/>
|
|
79
|
+
<line num="35" count="1" type="stmt"/>
|
|
80
|
+
<line num="36" count="1" type="stmt"/>
|
|
81
|
+
<line num="37" count="1" type="stmt"/>
|
|
82
|
+
<line num="38" count="1" type="stmt"/>
|
|
83
|
+
<line num="39" count="1" type="stmt"/>
|
|
84
|
+
<line num="40" count="1" type="stmt"/>
|
|
85
|
+
<line num="41" count="1" type="stmt"/>
|
|
86
|
+
<line num="42" count="1" type="stmt"/>
|
|
87
|
+
<line num="43" count="1" type="stmt"/>
|
|
88
|
+
<line num="44" count="1" type="stmt"/>
|
|
89
|
+
<line num="45" count="1" type="stmt"/>
|
|
90
|
+
<line num="46" count="1" type="stmt"/>
|
|
91
|
+
<line num="47" count="1" type="stmt"/>
|
|
92
|
+
<line num="48" count="1" type="stmt"/>
|
|
93
|
+
<line num="49" count="1" type="stmt"/>
|
|
94
|
+
<line num="50" count="1" type="stmt"/>
|
|
95
|
+
<line num="51" count="1" type="stmt"/>
|
|
96
|
+
<line num="52" count="1" type="stmt"/>
|
|
97
|
+
<line num="53" count="1" type="stmt"/>
|
|
98
|
+
<line num="54" count="1" type="stmt"/>
|
|
99
|
+
<line num="55" count="1" type="stmt"/>
|
|
100
|
+
<line num="56" count="1" type="stmt"/>
|
|
101
|
+
<line num="57" count="1" type="stmt"/>
|
|
102
|
+
<line num="58" count="1" type="stmt"/>
|
|
103
|
+
<line num="59" count="1" type="stmt"/>
|
|
104
|
+
<line num="60" count="1" type="stmt"/>
|
|
105
|
+
<line num="61" count="1" type="stmt"/>
|
|
106
|
+
<line num="62" count="1" type="stmt"/>
|
|
107
|
+
<line num="63" count="1" type="stmt"/>
|
|
108
|
+
<line num="64" count="1" type="stmt"/>
|
|
109
|
+
<line num="65" count="1" type="stmt"/>
|
|
110
|
+
<line num="66" count="1" type="stmt"/>
|
|
111
|
+
<line num="67" count="1" type="stmt"/>
|
|
112
|
+
<line num="68" count="1" type="stmt"/>
|
|
113
|
+
<line num="69" count="1" type="stmt"/>
|
|
114
|
+
<line num="70" count="1" type="stmt"/>
|
|
115
|
+
<line num="71" count="1" type="stmt"/>
|
|
116
|
+
<line num="72" count="1" type="stmt"/>
|
|
117
|
+
<line num="73" count="1" type="stmt"/>
|
|
118
|
+
<line num="74" count="1" type="stmt"/>
|
|
119
|
+
<line num="75" count="1" type="stmt"/>
|
|
120
|
+
<line num="76" count="1" type="stmt"/>
|
|
121
|
+
<line num="78" count="1" type="stmt"/>
|
|
122
|
+
<line num="79" count="1" type="stmt"/>
|
|
123
|
+
<line num="80" count="1" type="stmt"/>
|
|
124
|
+
<line num="81" count="1" type="stmt"/>
|
|
125
|
+
<line num="82" count="1" type="stmt"/>
|
|
126
|
+
<line num="83" count="1" type="stmt"/>
|
|
127
|
+
<line num="84" count="1" type="stmt"/>
|
|
128
|
+
<line num="85" count="1" type="stmt"/>
|
|
129
|
+
<line num="86" count="1" type="stmt"/>
|
|
130
|
+
<line num="87" count="1" type="stmt"/>
|
|
131
|
+
<line num="93" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
132
|
+
<line num="94" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
41
133
|
<line num="95" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
134
|
+
<line num="96" count="29" type="stmt"/>
|
|
135
|
+
<line num="97" count="29" type="stmt"/>
|
|
42
136
|
<line num="100" count="29" type="stmt"/>
|
|
43
|
-
<line num="
|
|
44
|
-
<line num="
|
|
137
|
+
<line num="101" count="29" type="stmt"/>
|
|
138
|
+
<line num="102" count="29" type="stmt"/>
|
|
139
|
+
<line num="103" count="29" type="stmt"/>
|
|
140
|
+
<line num="104" count="29" type="stmt"/>
|
|
141
|
+
<line num="107" count="1" type="stmt"/>
|
|
45
142
|
</file>
|
|
46
143
|
</package>
|
|
47
144
|
<package name="src.widget">
|
|
48
|
-
<metrics statements="
|
|
145
|
+
<metrics statements="22" coveredstatements="6" conditionals="3" coveredconditionals="1" methods="2" coveredmethods="1"/>
|
|
49
146
|
<file name="ReportsConfigUiProvider.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/ReportsConfigUiProvider.tsx">
|
|
50
|
-
<metrics statements="
|
|
51
|
-
<line num="
|
|
52
|
-
<line num="
|
|
53
|
-
<line num="
|
|
54
|
-
<line num="
|
|
55
|
-
<line num="
|
|
56
|
-
<line num="
|
|
147
|
+
<metrics statements="22" coveredstatements="6" conditionals="3" coveredconditionals="1" methods="2" coveredmethods="1"/>
|
|
148
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
149
|
+
<line num="6" count="1" type="stmt"/>
|
|
150
|
+
<line num="8" count="1" type="stmt"/>
|
|
151
|
+
<line num="9" count="1" type="stmt"/>
|
|
152
|
+
<line num="11" count="1" type="stmt"/>
|
|
153
|
+
<line num="16" count="1" type="stmt"/>
|
|
154
|
+
<line num="22" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
57
155
|
<line num="23" count="0" type="stmt"/>
|
|
58
156
|
<line num="25" count="0" type="stmt"/>
|
|
157
|
+
<line num="27" count="0" type="stmt"/>
|
|
59
158
|
<line num="28" count="0" type="stmt"/>
|
|
60
|
-
<line num="29" count="0" type="
|
|
159
|
+
<line num="29" count="0" type="stmt"/>
|
|
61
160
|
<line num="30" count="0" type="stmt"/>
|
|
161
|
+
<line num="31" count="0" type="stmt"/>
|
|
162
|
+
<line num="32" count="0" type="stmt"/>
|
|
163
|
+
<line num="33" count="0" type="stmt"/>
|
|
164
|
+
<line num="34" count="0" type="stmt"/>
|
|
62
165
|
<line num="36" count="0" type="stmt"/>
|
|
166
|
+
<line num="37" count="0" type="stmt"/>
|
|
63
167
|
<line num="39" count="0" type="stmt"/>
|
|
168
|
+
<line num="40" count="0" type="stmt"/>
|
|
169
|
+
<line num="41" count="0" type="stmt"/>
|
|
64
170
|
</file>
|
|
65
171
|
</package>
|
|
66
172
|
<package name="src.widget.components">
|
|
67
|
-
<metrics statements="
|
|
173
|
+
<metrics statements="1431" coveredstatements="1236" conditionals="289" coveredconditionals="226" methods="106" coveredmethods="83"/>
|
|
68
174
|
<file name="ActionPanel.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ActionPanel.tsx">
|
|
69
|
-
<metrics statements="
|
|
70
|
-
<line num="
|
|
71
|
-
<line num="
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="
|
|
74
|
-
<line num="
|
|
75
|
-
<line num="
|
|
175
|
+
<metrics statements="27" coveredstatements="26" conditionals="6" coveredconditionals="5" methods="2" coveredmethods="2"/>
|
|
176
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
177
|
+
<line num="5" count="1" type="stmt"/>
|
|
178
|
+
<line num="6" count="1" type="stmt"/>
|
|
179
|
+
<line num="7" count="1" type="stmt"/>
|
|
180
|
+
<line num="8" count="1" type="stmt"/>
|
|
181
|
+
<line num="9" count="1" type="stmt"/>
|
|
182
|
+
<line num="20" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
183
|
+
<line num="21" count="275" type="stmt"/>
|
|
184
|
+
<line num="22" count="275" type="stmt"/>
|
|
185
|
+
<line num="23" count="275" type="stmt"/>
|
|
186
|
+
<line num="24" count="275" type="stmt"/>
|
|
187
|
+
<line num="25" count="275" type="stmt"/>
|
|
188
|
+
<line num="26" count="275" type="stmt"/>
|
|
189
|
+
<line num="27" count="275" type="stmt"/>
|
|
76
190
|
<line num="28" count="275" type="stmt"/>
|
|
77
|
-
<line num="
|
|
191
|
+
<line num="29" count="275" type="stmt"/>
|
|
192
|
+
<line num="30" count="275" type="cond" truecount="1" falsecount="0"/>
|
|
193
|
+
<line num="31" count="275" type="cond" truecount="1" falsecount="0"/>
|
|
194
|
+
<line num="32" count="275" type="stmt"/>
|
|
195
|
+
<line num="33" count="275" type="stmt"/>
|
|
196
|
+
<line num="34" count="275" type="cond" truecount="1" falsecount="0"/>
|
|
197
|
+
<line num="35" count="270" type="stmt"/>
|
|
198
|
+
<line num="36" count="270" type="stmt"/>
|
|
199
|
+
<line num="37" count="270" type="stmt"/>
|
|
200
|
+
<line num="39" count="275" type="stmt"/>
|
|
201
|
+
<line num="41" count="275" type="stmt"/>
|
|
202
|
+
<line num="43" count="1" type="stmt"/>
|
|
78
203
|
</file>
|
|
79
204
|
<file name="AddMappingsModal.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/AddMappingsModal.tsx">
|
|
80
|
-
<metrics statements="
|
|
81
|
-
<line num="
|
|
82
|
-
<line num="
|
|
83
|
-
<line num="
|
|
84
|
-
<line num="
|
|
85
|
-
<line num="
|
|
86
|
-
<line num="
|
|
87
|
-
<line num="
|
|
88
|
-
<line num="
|
|
89
|
-
<line num="
|
|
90
|
-
<line num="
|
|
205
|
+
<metrics statements="106" coveredstatements="101" conditionals="16" coveredconditionals="12" methods="5" coveredmethods="4"/>
|
|
206
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
207
|
+
<line num="5" count="1" type="stmt"/>
|
|
208
|
+
<line num="6" count="1" type="stmt"/>
|
|
209
|
+
<line num="8" count="1" type="stmt"/>
|
|
210
|
+
<line num="9" count="1" type="stmt"/>
|
|
211
|
+
<line num="10" count="1" type="stmt"/>
|
|
212
|
+
<line num="12" count="1" type="stmt"/>
|
|
213
|
+
<line num="13" count="1" type="stmt"/>
|
|
214
|
+
<line num="15" count="1" type="stmt"/>
|
|
215
|
+
<line num="16" count="1" type="stmt"/>
|
|
216
|
+
<line num="22" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
217
|
+
<line num="23" count="1" type="stmt"/>
|
|
218
|
+
<line num="24" count="1" type="stmt"/>
|
|
219
|
+
<line num="25" count="1" type="stmt"/>
|
|
220
|
+
<line num="26" count="1" type="stmt"/>
|
|
221
|
+
<line num="27" count="1" type="stmt"/>
|
|
222
|
+
<line num="28" count="1" type="stmt"/>
|
|
91
223
|
<line num="29" count="1" type="stmt"/>
|
|
92
224
|
<line num="30" count="1" type="stmt"/>
|
|
93
225
|
<line num="31" count="1" type="stmt"/>
|
|
94
226
|
<line num="32" count="1" type="stmt"/>
|
|
95
227
|
<line num="33" count="1" type="stmt"/>
|
|
228
|
+
<line num="34" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
96
229
|
<line num="35" count="0" type="stmt"/>
|
|
230
|
+
<line num="36" count="1" type="stmt"/>
|
|
97
231
|
<line num="37" count="1" type="stmt"/>
|
|
98
|
-
<line num="
|
|
232
|
+
<line num="38" count="1" type="stmt"/>
|
|
233
|
+
<line num="39" count="1" type="stmt"/>
|
|
234
|
+
<line num="49" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
99
235
|
<line num="50" count="6" type="stmt"/>
|
|
100
236
|
<line num="51" count="6" type="stmt"/>
|
|
101
237
|
<line num="52" count="6" type="stmt"/>
|
|
102
238
|
<line num="53" count="6" type="stmt"/>
|
|
103
239
|
<line num="54" count="6" type="stmt"/>
|
|
104
|
-
<line num="56" count="6" type="
|
|
105
|
-
<line num="57" count="1" type="
|
|
240
|
+
<line num="56" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
241
|
+
<line num="57" count="1" type="stmt"/>
|
|
106
242
|
<line num="58" count="1" type="stmt"/>
|
|
243
|
+
<line num="59" count="1" type="stmt"/>
|
|
244
|
+
<line num="60" count="6" type="stmt"/>
|
|
107
245
|
<line num="62" count="6" type="stmt"/>
|
|
108
|
-
<line num="63" count="
|
|
109
|
-
<line num="
|
|
246
|
+
<line num="63" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
247
|
+
<line num="64" count="1" type="stmt"/>
|
|
248
|
+
<line num="65" count="1" type="stmt"/>
|
|
249
|
+
<line num="66" count="1" type="stmt"/>
|
|
250
|
+
<line num="67" count="1" type="stmt"/>
|
|
251
|
+
<line num="68" count="1" type="stmt"/>
|
|
252
|
+
<line num="69" count="1" type="stmt"/>
|
|
253
|
+
<line num="70" count="1" type="stmt"/>
|
|
254
|
+
<line num="71" count="1" type="stmt"/>
|
|
255
|
+
<line num="72" count="1" type="stmt"/>
|
|
256
|
+
<line num="73" count="1" type="stmt"/>
|
|
257
|
+
<line num="74" count="1" type="stmt"/>
|
|
258
|
+
<line num="75" count="1" type="stmt"/>
|
|
259
|
+
<line num="76" count="1" type="stmt"/>
|
|
260
|
+
<line num="77" count="6" type="stmt"/>
|
|
261
|
+
<line num="78" count="6" type="stmt"/>
|
|
262
|
+
<line num="80" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
110
263
|
<line num="81" count="1" type="stmt"/>
|
|
111
264
|
<line num="82" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
112
265
|
<line num="83" count="1" type="stmt"/>
|
|
113
266
|
<line num="84" count="1" type="stmt"/>
|
|
114
267
|
<line num="85" count="1" type="stmt"/>
|
|
115
268
|
<line num="86" count="1" type="stmt"/>
|
|
269
|
+
<line num="87" count="1" type="stmt"/>
|
|
270
|
+
<line num="88" count="1" type="stmt"/>
|
|
271
|
+
<line num="89" count="1" type="stmt"/>
|
|
272
|
+
<line num="90" count="1" type="stmt"/>
|
|
116
273
|
<line num="92" count="1" type="stmt"/>
|
|
274
|
+
<line num="93" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
117
275
|
<line num="94" count="0" type="stmt"/>
|
|
276
|
+
<line num="95" count="1" type="stmt"/>
|
|
118
277
|
<line num="96" count="1" type="stmt"/>
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="
|
|
121
|
-
<line num="
|
|
122
|
-
<line num="
|
|
278
|
+
<line num="97" count="1" type="stmt"/>
|
|
279
|
+
<line num="98" count="1" type="stmt"/>
|
|
280
|
+
<line num="100" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
281
|
+
<line num="101" count="1" type="stmt"/>
|
|
282
|
+
<line num="102" count="6" type="stmt"/>
|
|
283
|
+
<line num="104" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
284
|
+
<line num="105" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
123
285
|
<line num="107" count="6" type="stmt"/>
|
|
286
|
+
<line num="108" count="6" type="stmt"/>
|
|
287
|
+
<line num="109" count="6" type="stmt"/>
|
|
288
|
+
<line num="110" count="6" type="stmt"/>
|
|
289
|
+
<line num="111" count="6" type="stmt"/>
|
|
290
|
+
<line num="112" count="6" type="stmt"/>
|
|
124
291
|
<line num="113" count="0" type="stmt"/>
|
|
292
|
+
<line num="114" count="0" type="stmt"/>
|
|
293
|
+
<line num="115" count="6" type="stmt"/>
|
|
294
|
+
<line num="117" count="6" type="stmt"/>
|
|
295
|
+
<line num="118" count="6" type="stmt"/>
|
|
296
|
+
<line num="119" count="6" type="stmt"/>
|
|
297
|
+
<line num="120" count="6" type="stmt"/>
|
|
298
|
+
<line num="121" count="6" type="stmt"/>
|
|
299
|
+
<line num="122" count="6" type="stmt"/>
|
|
300
|
+
<line num="123" count="6" type="stmt"/>
|
|
301
|
+
<line num="124" count="6" type="stmt"/>
|
|
302
|
+
<line num="125" count="6" type="stmt"/>
|
|
303
|
+
<line num="126" count="6" type="stmt"/>
|
|
304
|
+
<line num="127" count="6" type="stmt"/>
|
|
305
|
+
<line num="128" count="6" type="stmt"/>
|
|
306
|
+
<line num="129" count="6" type="stmt"/>
|
|
307
|
+
<line num="130" count="6" type="stmt"/>
|
|
308
|
+
<line num="131" count="6" type="stmt"/>
|
|
309
|
+
<line num="133" count="6" type="stmt"/>
|
|
310
|
+
<line num="134" count="6" type="stmt"/>
|
|
311
|
+
<line num="136" count="6" type="stmt"/>
|
|
125
312
|
</file>
|
|
126
313
|
<file name="BulkExtractor.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/BulkExtractor.ts">
|
|
127
|
-
<metrics statements="
|
|
128
|
-
<line num="
|
|
129
|
-
<line num="
|
|
130
|
-
<line num="
|
|
131
|
-
<line num="
|
|
132
|
-
<line num="
|
|
314
|
+
<metrics statements="165" coveredstatements="155" conditionals="48" coveredconditionals="42" methods="15" coveredmethods="15"/>
|
|
315
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
316
|
+
<line num="5" count="1" type="stmt"/>
|
|
317
|
+
<line num="6" count="1" type="stmt"/>
|
|
318
|
+
<line num="7" count="1" type="stmt"/>
|
|
319
|
+
<line num="8" count="1" type="stmt"/>
|
|
320
|
+
<line num="21" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
321
|
+
<line num="22" count="68" type="stmt"/>
|
|
322
|
+
<line num="23" count="68" type="stmt"/>
|
|
323
|
+
<line num="24" count="68" type="stmt"/>
|
|
133
324
|
<line num="25" count="68" type="stmt"/>
|
|
134
325
|
<line num="26" count="68" type="stmt"/>
|
|
135
326
|
<line num="27" count="68" type="stmt"/>
|
|
136
327
|
<line num="28" count="68" type="stmt"/>
|
|
137
328
|
<line num="29" count="68" type="stmt"/>
|
|
329
|
+
<line num="30" count="68" type="stmt"/>
|
|
330
|
+
<line num="31" count="68" type="stmt"/>
|
|
331
|
+
<line num="32" count="68" type="stmt"/>
|
|
138
332
|
<line num="33" count="68" type="stmt"/>
|
|
333
|
+
<line num="35" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
334
|
+
<line num="36" count="68" type="stmt"/>
|
|
335
|
+
<line num="37" count="68" type="stmt"/>
|
|
336
|
+
<line num="38" count="68" type="stmt"/>
|
|
337
|
+
<line num="39" count="68" type="stmt"/>
|
|
338
|
+
<line num="40" count="68" type="stmt"/>
|
|
339
|
+
<line num="41" count="68" type="stmt"/>
|
|
139
340
|
<line num="42" count="68" type="stmt"/>
|
|
140
341
|
<line num="43" count="68" type="stmt"/>
|
|
141
342
|
<line num="44" count="68" type="stmt"/>
|
|
142
343
|
<line num="45" count="68" type="stmt"/>
|
|
143
344
|
<line num="46" count="68" type="stmt"/>
|
|
144
|
-
<line num="
|
|
345
|
+
<line num="47" count="68" type="stmt"/>
|
|
346
|
+
<line num="49" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
347
|
+
<line num="50" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
145
348
|
<line num="51" count="21" type="stmt"/>
|
|
146
|
-
<line num="52" count="21" type="cond" truecount="
|
|
349
|
+
<line num="52" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
147
350
|
<line num="53" count="5" type="stmt"/>
|
|
351
|
+
<line num="54" count="5" type="stmt"/>
|
|
148
352
|
<line num="55" count="21" type="stmt"/>
|
|
149
|
-
<line num="
|
|
353
|
+
<line num="56" count="21" type="stmt"/>
|
|
354
|
+
<line num="57" count="17" type="stmt"/>
|
|
355
|
+
<line num="59" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
356
|
+
<line num="60" count="7" type="stmt"/>
|
|
150
357
|
<line num="61" count="7" type="stmt"/>
|
|
151
358
|
<line num="62" count="7" type="stmt"/>
|
|
359
|
+
<line num="63" count="7" type="stmt"/>
|
|
152
360
|
<line num="65" count="7" type="stmt"/>
|
|
153
|
-
<line num="66" count="7" type="cond" truecount="
|
|
361
|
+
<line num="66" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
154
362
|
<line num="67" count="6" type="stmt"/>
|
|
155
|
-
<line num="68" count="
|
|
363
|
+
<line num="68" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
156
364
|
<line num="69" count="8" type="stmt"/>
|
|
157
365
|
<line num="70" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
158
366
|
<line num="71" count="8" type="stmt"/>
|
|
367
|
+
<line num="72" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
159
368
|
<line num="73" count="6" type="stmt"/>
|
|
160
|
-
<line num="
|
|
369
|
+
<line num="74" count="7" type="stmt"/>
|
|
370
|
+
<line num="76" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
371
|
+
<line num="77" count="10" type="stmt"/>
|
|
161
372
|
<line num="78" count="10" type="stmt"/>
|
|
162
373
|
<line num="79" count="10" type="stmt"/>
|
|
374
|
+
<line num="80" count="10" type="stmt"/>
|
|
163
375
|
<line num="82" count="10" type="stmt"/>
|
|
164
|
-
<line num="83" count="10" type="cond" truecount="
|
|
165
|
-
<line num="84" count="9" type="
|
|
166
|
-
<line num="85" count="9" type="cond" truecount="
|
|
376
|
+
<line num="83" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
377
|
+
<line num="84" count="9" type="stmt"/>
|
|
378
|
+
<line num="85" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
167
379
|
<line num="86" count="1" type="stmt"/>
|
|
168
380
|
<line num="87" count="1" type="stmt"/>
|
|
169
381
|
<line num="88" count="1" type="stmt"/>
|
|
170
|
-
<line num="89" count="
|
|
382
|
+
<line num="89" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
171
383
|
<line num="90" count="1" type="stmt"/>
|
|
172
384
|
<line num="91" count="1" type="stmt"/>
|
|
173
385
|
<line num="92" count="1" type="stmt"/>
|
|
386
|
+
<line num="93" count="1" type="stmt"/>
|
|
387
|
+
<line num="94" count="9" type="stmt"/>
|
|
174
388
|
<line num="95" count="9" type="stmt"/>
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
389
|
+
<line num="96" count="10" type="stmt"/>
|
|
390
|
+
<line num="98" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
391
|
+
<line num="99" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
392
|
+
<line num="101" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
393
|
+
<line num="103" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
394
|
+
<line num="105" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
179
395
|
<line num="107" count="0" type="stmt"/>
|
|
396
|
+
<line num="108" count="15" type="stmt"/>
|
|
397
|
+
<line num="110" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
180
398
|
<line num="111" count="21" type="stmt"/>
|
|
181
399
|
<line num="112" count="21" type="stmt"/>
|
|
182
400
|
<line num="113" count="21" type="stmt"/>
|
|
183
401
|
<line num="114" count="21" type="stmt"/>
|
|
402
|
+
<line num="115" count="21" type="cond" truecount="0" falsecount="1"/>
|
|
184
403
|
<line num="116" count="0" type="stmt"/>
|
|
404
|
+
<line num="117" count="0" type="stmt"/>
|
|
185
405
|
<line num="118" count="0" type="stmt"/>
|
|
406
|
+
<line num="119" count="21" type="stmt"/>
|
|
407
|
+
<line num="121" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
186
408
|
<line num="122" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
187
409
|
<line num="123" count="13" type="stmt"/>
|
|
188
|
-
<line num="124" count="13" type="
|
|
410
|
+
<line num="124" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
189
411
|
<line num="125" count="8" type="stmt"/>
|
|
190
|
-
<line num="126" count="8" type="cond" truecount="
|
|
412
|
+
<line num="126" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
191
413
|
<line num="127" count="0" type="stmt"/>
|
|
414
|
+
<line num="128" count="0" type="stmt"/>
|
|
415
|
+
<line num="129" count="13" type="stmt"/>
|
|
192
416
|
<line num="131" count="13" type="stmt"/>
|
|
417
|
+
<line num="132" count="13" type="stmt"/>
|
|
418
|
+
<line num="133" count="24" type="stmt"/>
|
|
419
|
+
<line num="135" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
193
420
|
<line num="136" count="5" type="stmt"/>
|
|
194
421
|
<line num="137" count="5" type="stmt"/>
|
|
195
422
|
<line num="138" count="5" type="stmt"/>
|
|
196
|
-
<line num="139" count="
|
|
423
|
+
<line num="139" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
197
424
|
<line num="140" count="5" type="stmt"/>
|
|
198
|
-
<line num="141" count="5" type="
|
|
199
|
-
<line num="142" count="8" type="
|
|
425
|
+
<line num="141" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
426
|
+
<line num="142" count="8" type="stmt"/>
|
|
200
427
|
<line num="143" count="8" type="stmt"/>
|
|
201
|
-
<line num="
|
|
202
|
-
<line num="
|
|
428
|
+
<line num="144" count="5" type="stmt"/>
|
|
429
|
+
<line num="145" count="5" type="stmt"/>
|
|
430
|
+
<line num="147" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
431
|
+
<line num="148" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
203
432
|
<line num="149" count="8" type="stmt"/>
|
|
433
|
+
<line num="150" count="8" type="stmt"/>
|
|
434
|
+
<line num="151" count="8" type="stmt"/>
|
|
435
|
+
<line num="152" count="8" type="stmt"/>
|
|
436
|
+
<line num="153" count="5" type="stmt"/>
|
|
204
437
|
<line num="154" count="5" type="stmt"/>
|
|
438
|
+
<line num="155" count="5" type="stmt"/>
|
|
439
|
+
<line num="157" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
205
440
|
<line num="158" count="13" type="stmt"/>
|
|
206
441
|
<line num="159" count="13" type="stmt"/>
|
|
207
442
|
<line num="160" count="13" type="stmt"/>
|
|
208
443
|
<line num="161" count="13" type="stmt"/>
|
|
444
|
+
<line num="162" count="13" type="cond" truecount="0" falsecount="1"/>
|
|
209
445
|
<line num="163" count="0" type="stmt"/>
|
|
446
|
+
<line num="164" count="0" type="stmt"/>
|
|
210
447
|
<line num="165" count="0" type="stmt"/>
|
|
448
|
+
<line num="166" count="13" type="stmt"/>
|
|
449
|
+
<line num="168" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
211
450
|
<line num="169" count="3" type="stmt"/>
|
|
451
|
+
<line num="170" count="3" type="stmt"/>
|
|
452
|
+
<line num="172" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
212
453
|
<line num="173" count="13" type="stmt"/>
|
|
213
454
|
<line num="174" count="13" type="stmt"/>
|
|
214
455
|
<line num="175" count="13" type="stmt"/>
|
|
456
|
+
<line num="176" count="13" type="stmt"/>
|
|
457
|
+
<line num="178" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
215
458
|
<line num="179" count="9" type="stmt"/>
|
|
459
|
+
<line num="180" count="9" type="cond" truecount="1" falsecount="0"/>
|
|
216
460
|
<line num="181" count="13" type="stmt"/>
|
|
217
|
-
<line num="182" count="13" type="
|
|
461
|
+
<line num="182" count="13" type="stmt"/>
|
|
218
462
|
<line num="183" count="13" type="stmt"/>
|
|
219
463
|
<line num="184" count="13" type="stmt"/>
|
|
464
|
+
<line num="185" count="13" type="stmt"/>
|
|
465
|
+
<line num="186" count="9" type="stmt"/>
|
|
466
|
+
<line num="187" count="9" type="stmt"/>
|
|
220
467
|
<line num="188" count="9" type="stmt"/>
|
|
468
|
+
<line num="189" count="9" type="stmt"/>
|
|
469
|
+
<line num="191" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
221
470
|
<line num="192" count="5" type="stmt"/>
|
|
222
|
-
<line num="193" count="5" type="
|
|
471
|
+
<line num="193" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
223
472
|
<line num="194" count="8" type="stmt"/>
|
|
473
|
+
<line num="195" count="8" type="stmt"/>
|
|
474
|
+
<line num="196" count="8" type="stmt"/>
|
|
475
|
+
<line num="197" count="8" type="stmt"/>
|
|
476
|
+
<line num="198" count="5" type="stmt"/>
|
|
224
477
|
<line num="199" count="5" type="stmt"/>
|
|
478
|
+
<line num="200" count="5" type="stmt"/>
|
|
479
|
+
<line num="201" count="68" type="stmt"/>
|
|
225
480
|
</file>
|
|
226
481
|
<file name="Constants.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/Constants.ts">
|
|
227
|
-
<metrics statements="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
482
|
+
<metrics statements="5" coveredstatements="4" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
483
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
484
|
+
<line num="5" count="1" type="stmt"/>
|
|
485
|
+
<line num="6" count="1" type="stmt"/>
|
|
486
|
+
<line num="7" count="1" type="stmt"/>
|
|
487
|
+
<line num="9" count="1" type="stmt"/>
|
|
232
488
|
</file>
|
|
233
489
|
<file name="DeleteModal.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/DeleteModal.tsx">
|
|
234
|
-
<metrics statements="
|
|
235
|
-
<line num="
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
238
|
-
<line num="
|
|
239
|
-
<line num="
|
|
240
|
-
<line num="
|
|
490
|
+
<metrics statements="47" coveredstatements="45" conditionals="4" coveredconditionals="3" methods="3" coveredmethods="2"/>
|
|
491
|
+
<line num="1" count="0" type="stmt"/>
|
|
492
|
+
<line num="5" count="1" type="stmt"/>
|
|
493
|
+
<line num="6" count="1" type="stmt"/>
|
|
494
|
+
<line num="7" count="1" type="stmt"/>
|
|
495
|
+
<line num="8" count="1" type="stmt"/>
|
|
496
|
+
<line num="9" count="1" type="stmt"/>
|
|
497
|
+
<line num="18" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
241
498
|
<line num="19" count="163" type="stmt"/>
|
|
242
|
-
<line num="21" count="163" type="
|
|
499
|
+
<line num="21" count="163" type="cond" truecount="1" falsecount="0"/>
|
|
243
500
|
<line num="22" count="2" type="stmt"/>
|
|
244
501
|
<line num="23" count="2" type="stmt"/>
|
|
245
502
|
<line num="24" count="2" type="stmt"/>
|
|
246
503
|
<line num="25" count="2" type="stmt"/>
|
|
247
504
|
<line num="26" count="2" type="stmt"/>
|
|
505
|
+
<line num="27" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
248
506
|
<line num="28" count="0" type="stmt"/>
|
|
507
|
+
<line num="29" count="2" type="stmt"/>
|
|
249
508
|
<line num="30" count="2" type="stmt"/>
|
|
509
|
+
<line num="31" count="2" type="stmt"/>
|
|
510
|
+
<line num="32" count="2" type="stmt"/>
|
|
250
511
|
<line num="34" count="163" type="stmt"/>
|
|
251
|
-
<line num="
|
|
512
|
+
<line num="35" count="163" type="stmt"/>
|
|
513
|
+
<line num="36" count="163" type="stmt"/>
|
|
514
|
+
<line num="37" count="163" type="stmt"/>
|
|
515
|
+
<line num="38" count="163" type="stmt"/>
|
|
516
|
+
<line num="39" count="163" type="stmt"/>
|
|
517
|
+
<line num="41" count="163" type="stmt"/>
|
|
518
|
+
<line num="42" count="163" type="stmt"/>
|
|
519
|
+
<line num="43" count="163" type="stmt"/>
|
|
520
|
+
<line num="44" count="163" type="stmt"/>
|
|
521
|
+
<line num="45" count="163" type="stmt"/>
|
|
522
|
+
<line num="46" count="163" type="stmt"/>
|
|
523
|
+
<line num="47" count="163" type="stmt"/>
|
|
524
|
+
<line num="48" count="163" type="cond" truecount="1" falsecount="0"/>
|
|
525
|
+
<line num="49" count="5" type="stmt"/>
|
|
526
|
+
<line num="50" count="5" type="stmt"/>
|
|
527
|
+
<line num="51" count="5" type="stmt"/>
|
|
528
|
+
<line num="53" count="163" type="stmt"/>
|
|
529
|
+
<line num="54" count="163" type="stmt"/>
|
|
530
|
+
<line num="55" count="163" type="stmt"/>
|
|
531
|
+
<line num="56" count="163" type="stmt"/>
|
|
532
|
+
<line num="57" count="163" type="stmt"/>
|
|
533
|
+
<line num="58" count="163" type="stmt"/>
|
|
534
|
+
<line num="59" count="163" type="stmt"/>
|
|
535
|
+
<line num="60" count="163" type="stmt"/>
|
|
536
|
+
<line num="62" count="163" type="stmt"/>
|
|
537
|
+
<line num="64" count="1" type="stmt"/>
|
|
252
538
|
</file>
|
|
253
539
|
<file name="ExtractionStatus.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ExtractionStatus.tsx">
|
|
254
|
-
<metrics statements="
|
|
255
|
-
<line num="
|
|
256
|
-
<line num="
|
|
257
|
-
<line num="
|
|
258
|
-
<line num="
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="
|
|
262
|
-
<line num="
|
|
263
|
-
<line num="
|
|
264
|
-
<line num="
|
|
265
|
-
<line num="
|
|
266
|
-
<line num="
|
|
267
|
-
<line num="
|
|
268
|
-
<line num="
|
|
269
|
-
<line num="
|
|
270
|
-
<line num="
|
|
271
|
-
<line num="
|
|
272
|
-
<line num="
|
|
273
|
-
<line num="
|
|
540
|
+
<metrics statements="47" coveredstatements="45" conditionals="15" coveredconditionals="13" methods="3" coveredmethods="3"/>
|
|
541
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
542
|
+
<line num="5" count="1" type="stmt"/>
|
|
543
|
+
<line num="6" count="1" type="stmt"/>
|
|
544
|
+
<line num="7" count="1" type="stmt"/>
|
|
545
|
+
<line num="8" count="1" type="stmt"/>
|
|
546
|
+
<line num="9" count="1" type="stmt"/>
|
|
547
|
+
<line num="10" count="1" type="stmt"/>
|
|
548
|
+
<line num="11" count="1" type="stmt"/>
|
|
549
|
+
<line num="12" count="1" type="stmt"/>
|
|
550
|
+
<line num="13" count="1" type="stmt"/>
|
|
551
|
+
<line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
552
|
+
<line num="16" count="1" type="stmt"/>
|
|
553
|
+
<line num="17" count="1" type="stmt"/>
|
|
554
|
+
<line num="18" count="1" type="stmt"/>
|
|
555
|
+
<line num="19" count="1" type="stmt"/>
|
|
556
|
+
<line num="20" count="1" type="stmt"/>
|
|
557
|
+
<line num="21" count="1" type="stmt"/>
|
|
558
|
+
<line num="29" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
559
|
+
<line num="30" count="13" type="stmt"/>
|
|
560
|
+
<line num="32" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
274
561
|
<line num="33" count="1" type="stmt"/>
|
|
275
562
|
<line num="34" count="1" type="stmt"/>
|
|
276
|
-
<line num="
|
|
277
|
-
<line num="
|
|
563
|
+
<line num="35" count="1" type="stmt"/>
|
|
564
|
+
<line num="37" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
565
|
+
<line num="38" count="13" type="stmt"/>
|
|
566
|
+
<line num="39" count="13" type="stmt"/>
|
|
567
|
+
<line num="40" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
568
|
+
<line num="41" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
278
569
|
<line num="42" count="1" type="stmt"/>
|
|
279
|
-
<line num="
|
|
280
|
-
<line num="
|
|
570
|
+
<line num="43" count="13" type="stmt"/>
|
|
571
|
+
<line num="44" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
572
|
+
<line num="45" count="13" type="stmt"/>
|
|
573
|
+
<line num="47" count="13" type="stmt"/>
|
|
574
|
+
<line num="48" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
281
575
|
<line num="49" count="4" type="stmt"/>
|
|
576
|
+
<line num="50" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
282
577
|
<line num="51" count="3" type="stmt"/>
|
|
578
|
+
<line num="52" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
283
579
|
<line num="53" count="1" type="stmt"/>
|
|
580
|
+
<line num="54" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
284
581
|
<line num="55" count="1" type="stmt"/>
|
|
582
|
+
<line num="56" count="13" type="cond" truecount="0" falsecount="1"/>
|
|
285
583
|
<line num="57" count="0" type="stmt"/>
|
|
286
|
-
<line num="
|
|
584
|
+
<line num="58" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
585
|
+
<line num="59" count="4" type="stmt"/>
|
|
586
|
+
<line num="60" count="13" type="stmt"/>
|
|
587
|
+
<line num="61" count="13" type="stmt"/>
|
|
287
588
|
</file>
|
|
288
589
|
<file name="ExtractionToast.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ExtractionToast.tsx">
|
|
289
|
-
<metrics statements="
|
|
290
|
-
<line num="
|
|
291
|
-
<line num="
|
|
292
|
-
<line num="
|
|
293
|
-
<line num="
|
|
590
|
+
<metrics statements="29" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="3" coveredmethods="0"/>
|
|
591
|
+
<line num="1" count="0" type="stmt"/>
|
|
592
|
+
<line num="5" count="1" type="stmt"/>
|
|
593
|
+
<line num="6" count="1" type="stmt"/>
|
|
594
|
+
<line num="7" count="1" type="stmt"/>
|
|
595
|
+
<line num="17" count="1" type="stmt"/>
|
|
294
596
|
<line num="18" count="0" type="stmt"/>
|
|
295
597
|
<line num="19" count="0" type="stmt"/>
|
|
296
598
|
<line num="20" count="0" type="stmt"/>
|
|
599
|
+
<line num="21" count="0" type="stmt"/>
|
|
297
600
|
<line num="22" count="0" type="stmt"/>
|
|
298
|
-
<line num="
|
|
601
|
+
<line num="23" count="0" type="stmt"/>
|
|
602
|
+
<line num="24" count="0" type="stmt"/>
|
|
603
|
+
<line num="25" count="0" type="stmt"/>
|
|
604
|
+
<line num="26" count="0" type="stmt"/>
|
|
605
|
+
<line num="27" count="0" type="stmt"/>
|
|
606
|
+
<line num="28" count="0" type="stmt"/>
|
|
607
|
+
<line num="29" count="0" type="stmt"/>
|
|
608
|
+
<line num="30" count="0" type="stmt"/>
|
|
609
|
+
<line num="31" count="0" type="stmt"/>
|
|
610
|
+
<line num="33" count="0" type="stmt"/>
|
|
611
|
+
<line num="35" count="1" type="stmt"/>
|
|
299
612
|
<line num="36" count="0" type="stmt"/>
|
|
613
|
+
<line num="37" count="0" type="stmt"/>
|
|
614
|
+
<line num="38" count="0" type="stmt"/>
|
|
615
|
+
<line num="39" count="0" type="stmt"/>
|
|
616
|
+
<line num="40" count="0" type="stmt"/>
|
|
617
|
+
<line num="41" count="0" type="stmt"/>
|
|
618
|
+
<line num="42" count="0" type="stmt"/>
|
|
619
|
+
<line num="44" count="0" type="stmt"/>
|
|
300
620
|
</file>
|
|
301
621
|
<file name="HorizontalTile.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/HorizontalTile.tsx">
|
|
302
|
-
<metrics statements="
|
|
303
|
-
<line num="
|
|
304
|
-
<line num="
|
|
305
|
-
<line num="
|
|
306
|
-
<line num="
|
|
307
|
-
<line num="
|
|
308
|
-
<line num="
|
|
309
|
-
<line num="
|
|
622
|
+
<metrics statements="28" coveredstatements="27" conditionals="3" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
623
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
624
|
+
<line num="6" count="1" type="stmt"/>
|
|
625
|
+
<line num="7" count="1" type="stmt"/>
|
|
626
|
+
<line num="8" count="1" type="stmt"/>
|
|
627
|
+
<line num="9" count="1" type="stmt"/>
|
|
628
|
+
<line num="21" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
629
|
+
<line num="22" count="167" type="stmt"/>
|
|
630
|
+
<line num="24" count="167" type="stmt"/>
|
|
631
|
+
<line num="25" count="167" type="stmt"/>
|
|
632
|
+
<line num="26" count="167" type="stmt"/>
|
|
633
|
+
<line num="27" count="167" type="stmt"/>
|
|
634
|
+
<line num="28" count="167" type="stmt"/>
|
|
635
|
+
<line num="30" count="167" type="stmt"/>
|
|
636
|
+
<line num="31" count="167" type="stmt"/>
|
|
637
|
+
<line num="32" count="167" type="stmt"/>
|
|
638
|
+
<line num="33" count="167" type="stmt"/>
|
|
639
|
+
<line num="34" count="167" type="stmt"/>
|
|
640
|
+
<line num="35" count="167" type="stmt"/>
|
|
641
|
+
<line num="36" count="167" type="stmt"/>
|
|
642
|
+
<line num="37" count="167" type="stmt"/>
|
|
643
|
+
<line num="38" count="167" type="stmt"/>
|
|
644
|
+
<line num="40" count="167" type="stmt"/>
|
|
645
|
+
<line num="41" count="167" type="stmt"/>
|
|
646
|
+
<line num="42" count="167" type="stmt"/>
|
|
647
|
+
<line num="43" count="167" type="stmt"/>
|
|
648
|
+
<line num="44" count="167" type="stmt"/>
|
|
649
|
+
<line num="45" count="167" type="stmt"/>
|
|
650
|
+
<line num="47" count="167" type="stmt"/>
|
|
310
651
|
</file>
|
|
311
652
|
<file name="LocalizedTablePaginator.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/LocalizedTablePaginator.tsx">
|
|
312
|
-
<metrics statements="
|
|
313
|
-
<line num="
|
|
314
|
-
<line num="
|
|
315
|
-
<line num="
|
|
316
|
-
<line num="
|
|
317
|
-
<line num="
|
|
653
|
+
<metrics statements="22" coveredstatements="20" conditionals="9" coveredconditionals="7" methods="5" coveredmethods="5"/>
|
|
654
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
655
|
+
<line num="6" count="1" type="stmt"/>
|
|
656
|
+
<line num="7" count="1" type="stmt"/>
|
|
657
|
+
<line num="8" count="1" type="stmt"/>
|
|
658
|
+
<line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
659
|
+
<line num="11" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
318
660
|
<line num="12" count="15" type="stmt"/>
|
|
319
|
-
<line num="13" count="
|
|
320
|
-
<line num="14" count="
|
|
321
|
-
<line num="
|
|
322
|
-
<line num="
|
|
661
|
+
<line num="13" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
662
|
+
<line num="14" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
663
|
+
<line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
664
|
+
<line num="16" count="7" type="cond" truecount="0" falsecount="1"/>
|
|
665
|
+
<line num="17" count="0" type="stmt"/>
|
|
666
|
+
<line num="18" count="7" type="stmt"/>
|
|
667
|
+
<line num="19" count="1" type="stmt"/>
|
|
668
|
+
<line num="20" count="1" type="stmt"/>
|
|
669
|
+
<line num="21" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
670
|
+
<line num="22" count="1" type="stmt"/>
|
|
671
|
+
<line num="23" count="1" type="stmt"/>
|
|
672
|
+
<line num="24" count="15" type="stmt"/>
|
|
673
|
+
<line num="25" count="15" type="stmt"/>
|
|
323
674
|
<line num="27" count="15" type="stmt"/>
|
|
675
|
+
<line num="28" count="15" type="stmt"/>
|
|
324
676
|
</file>
|
|
325
677
|
<file name="ReportAction.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportAction.tsx">
|
|
326
|
-
<metrics statements="
|
|
327
|
-
<line num="
|
|
328
|
-
<line num="
|
|
329
|
-
<line num="
|
|
330
|
-
<line num="
|
|
331
|
-
<line num="
|
|
332
|
-
<line num="
|
|
333
|
-
<line num="
|
|
334
|
-
<line num="
|
|
335
|
-
<line num="
|
|
678
|
+
<metrics statements="94" coveredstatements="87" conditionals="23" coveredconditionals="16" methods="7" coveredmethods="7"/>
|
|
679
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
680
|
+
<line num="5" count="1" type="stmt"/>
|
|
681
|
+
<line num="6" count="1" type="stmt"/>
|
|
682
|
+
<line num="7" count="1" type="stmt"/>
|
|
683
|
+
<line num="8" count="1" type="stmt"/>
|
|
684
|
+
<line num="9" count="1" type="stmt"/>
|
|
685
|
+
<line num="10" count="1" type="stmt"/>
|
|
686
|
+
<line num="12" count="1" type="stmt"/>
|
|
687
|
+
<line num="13" count="1" type="stmt"/>
|
|
688
|
+
<line num="29" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
336
689
|
<line num="30" count="270" type="stmt"/>
|
|
337
690
|
<line num="31" count="270" type="stmt"/>
|
|
691
|
+
<line num="32" count="270" type="cond" truecount="0" falsecount="1"/>
|
|
692
|
+
<line num="33" count="270" type="cond" truecount="0" falsecount="1"/>
|
|
693
|
+
<line num="34" count="270" type="stmt"/>
|
|
338
694
|
<line num="35" count="270" type="stmt"/>
|
|
339
695
|
<line num="36" count="270" type="stmt"/>
|
|
340
|
-
<line num="38" count="270" type="
|
|
696
|
+
<line num="38" count="270" type="cond" truecount="1" falsecount="0"/>
|
|
341
697
|
<line num="39" count="5" type="stmt"/>
|
|
342
698
|
<line num="40" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
343
699
|
<line num="41" count="4" type="stmt"/>
|
|
344
700
|
<line num="42" count="4" type="stmt"/>
|
|
701
|
+
<line num="43" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
345
702
|
<line num="44" count="1" type="stmt"/>
|
|
346
703
|
<line num="45" count="1" type="stmt"/>
|
|
347
|
-
<line num="46" count="1" type="cond" truecount="
|
|
704
|
+
<line num="46" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
705
|
+
<line num="47" count="0" type="stmt"/>
|
|
706
|
+
<line num="48" count="0" type="stmt"/>
|
|
707
|
+
<line num="49" count="0" type="stmt"/>
|
|
708
|
+
<line num="50" count="0" type="cond" truecount="1" falsecount="0"/>
|
|
709
|
+
<line num="51" count="1" type="stmt"/>
|
|
710
|
+
<line num="52" count="1" type="stmt"/>
|
|
711
|
+
<line num="53" count="1" type="stmt"/>
|
|
712
|
+
<line num="54" count="1" type="stmt"/>
|
|
713
|
+
<line num="55" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
348
714
|
<line num="56" count="1" type="stmt"/>
|
|
349
715
|
<line num="57" count="1" type="stmt"/>
|
|
716
|
+
<line num="58" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
717
|
+
<line num="59" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
718
|
+
<line num="60" count="5" type="stmt"/>
|
|
719
|
+
<line num="61" count="5" type="cond" truecount="0" falsecount="1"/>
|
|
350
720
|
<line num="62" count="0" type="stmt"/>
|
|
351
721
|
<line num="63" count="0" type="stmt"/>
|
|
722
|
+
<line num="64" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
352
723
|
<line num="65" count="5" type="stmt"/>
|
|
724
|
+
<line num="66" count="5" type="stmt"/>
|
|
725
|
+
<line num="67" count="5" type="stmt"/>
|
|
353
726
|
<line num="69" count="270" type="stmt"/>
|
|
727
|
+
<line num="70" count="270" type="stmt"/>
|
|
728
|
+
<line num="71" count="270" type="stmt"/>
|
|
729
|
+
<line num="72" count="270" type="stmt"/>
|
|
730
|
+
<line num="73" count="270" type="stmt"/>
|
|
731
|
+
<line num="74" count="270" type="stmt"/>
|
|
732
|
+
<line num="75" count="270" type="stmt"/>
|
|
733
|
+
<line num="76" count="270" type="stmt"/>
|
|
734
|
+
<line num="77" count="270" type="stmt"/>
|
|
735
|
+
<line num="78" count="270" type="stmt"/>
|
|
736
|
+
<line num="79" count="270" type="stmt"/>
|
|
737
|
+
<line num="80" count="270" type="stmt"/>
|
|
738
|
+
<line num="81" count="270" type="stmt"/>
|
|
739
|
+
<line num="82" count="270" type="cond" truecount="1" falsecount="0"/>
|
|
354
740
|
<line num="83" count="230" type="stmt"/>
|
|
355
741
|
<line num="84" count="230" type="stmt"/>
|
|
742
|
+
<line num="85" count="230" type="stmt"/>
|
|
743
|
+
<line num="86" count="270" type="stmt"/>
|
|
744
|
+
<line num="87" count="270" type="cond" truecount="2" falsecount="0"/>
|
|
745
|
+
<line num="88" count="270" type="cond" truecount="1" falsecount="0"/>
|
|
356
746
|
<line num="89" count="5" type="stmt"/>
|
|
747
|
+
<line num="90" count="5" type="stmt"/>
|
|
748
|
+
<line num="91" count="270" type="cond" truecount="1" falsecount="0"/>
|
|
357
749
|
<line num="92" count="5" type="stmt"/>
|
|
358
750
|
<line num="93" count="5" type="stmt"/>
|
|
751
|
+
<line num="94" count="5" type="stmt"/>
|
|
752
|
+
<line num="95" count="270" type="stmt"/>
|
|
753
|
+
<line num="96" count="270" type="stmt"/>
|
|
754
|
+
<line num="97" count="270" type="stmt"/>
|
|
755
|
+
<line num="98" count="270" type="stmt"/>
|
|
756
|
+
<line num="99" count="270" type="stmt"/>
|
|
757
|
+
<line num="100" count="270" type="cond" truecount="1" falsecount="0"/>
|
|
359
758
|
<line num="101" count="16" type="stmt"/>
|
|
759
|
+
<line num="102" count="16" type="stmt"/>
|
|
760
|
+
<line num="103" count="270" type="stmt"/>
|
|
761
|
+
<line num="104" count="270" type="stmt"/>
|
|
762
|
+
<line num="105" count="270" type="stmt"/>
|
|
763
|
+
<line num="106" count="270" type="stmt"/>
|
|
764
|
+
<line num="107" count="270" type="stmt"/>
|
|
765
|
+
<line num="108" count="270" type="stmt"/>
|
|
766
|
+
<line num="109" count="270" type="stmt"/>
|
|
767
|
+
<line num="110" count="270" type="stmt"/>
|
|
768
|
+
<line num="111" count="270" type="stmt"/>
|
|
769
|
+
<line num="112" count="270" type="stmt"/>
|
|
770
|
+
<line num="113" count="270" type="stmt"/>
|
|
771
|
+
<line num="114" count="270" type="stmt"/>
|
|
772
|
+
<line num="116" count="270" type="stmt"/>
|
|
360
773
|
</file>
|
|
361
774
|
<file name="ReportHorizontalTile.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportHorizontalTile.tsx">
|
|
362
|
-
<metrics statements="
|
|
363
|
-
<line num="
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="
|
|
366
|
-
<line num="
|
|
367
|
-
<line num="
|
|
368
|
-
<line num="
|
|
369
|
-
<line num="
|
|
370
|
-
<line num="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="
|
|
373
|
-
<line num="
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="
|
|
376
|
-
<line num="
|
|
775
|
+
<metrics statements="87" coveredstatements="64" conditionals="18" coveredconditionals="13" methods="9" coveredmethods="7"/>
|
|
776
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
777
|
+
<line num="5" count="1" type="stmt"/>
|
|
778
|
+
<line num="7" count="1" type="stmt"/>
|
|
779
|
+
<line num="9" count="1" type="stmt"/>
|
|
780
|
+
<line num="11" count="1" type="stmt"/>
|
|
781
|
+
<line num="12" count="1" type="stmt"/>
|
|
782
|
+
<line num="13" count="1" type="stmt"/>
|
|
783
|
+
<line num="14" count="1" type="stmt"/>
|
|
784
|
+
<line num="27" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
785
|
+
<line num="28" count="147" type="stmt"/>
|
|
786
|
+
<line num="29" count="147" type="stmt"/>
|
|
787
|
+
<line num="30" count="147" type="stmt"/>
|
|
788
|
+
<line num="32" count="147" type="cond" truecount="1" falsecount="0"/>
|
|
789
|
+
<line num="33" count="28" type="stmt"/>
|
|
790
|
+
<line num="34" count="0" type="stmt"/>
|
|
377
791
|
<line num="35" count="0" type="stmt"/>
|
|
378
792
|
<line num="36" count="0" type="stmt"/>
|
|
379
|
-
<line num="
|
|
380
|
-
<line num="
|
|
381
|
-
<line num="
|
|
382
|
-
<line num="
|
|
383
|
-
<line num="
|
|
793
|
+
<line num="37" count="0" type="stmt"/>
|
|
794
|
+
<line num="38" count="0" type="stmt"/>
|
|
795
|
+
<line num="39" count="28" type="stmt"/>
|
|
796
|
+
<line num="41" count="28" type="cond" truecount="1" falsecount="0"/>
|
|
797
|
+
<line num="42" count="28" type="stmt"/>
|
|
798
|
+
<line num="43" count="28" type="stmt"/>
|
|
799
|
+
<line num="44" count="147" type="stmt"/>
|
|
800
|
+
<line num="46" count="147" type="cond" truecount="1" falsecount="0"/>
|
|
801
|
+
<line num="47" count="28" type="cond" truecount="0" falsecount="1"/>
|
|
384
802
|
<line num="48" count="0" type="stmt"/>
|
|
385
803
|
<line num="49" count="0" type="stmt"/>
|
|
386
804
|
<line num="50" count="0" type="stmt"/>
|
|
387
|
-
<line num="51" count="0" type="
|
|
805
|
+
<line num="51" count="0" type="stmt"/>
|
|
388
806
|
<line num="52" count="0" type="stmt"/>
|
|
389
|
-
<line num="53" count="0" type="
|
|
807
|
+
<line num="53" count="0" type="stmt"/>
|
|
390
808
|
<line num="54" count="0" type="stmt"/>
|
|
391
|
-
<line num="
|
|
392
|
-
<line num="
|
|
393
|
-
<line num="
|
|
809
|
+
<line num="55" count="0" type="stmt"/>
|
|
810
|
+
<line num="56" count="0" type="stmt"/>
|
|
811
|
+
<line num="57" count="0" type="stmt"/>
|
|
812
|
+
<line num="58" count="0" type="stmt"/>
|
|
813
|
+
<line num="59" count="28" type="cond" truecount="1" falsecount="0"/>
|
|
814
|
+
<line num="60" count="147" type="stmt"/>
|
|
815
|
+
<line num="62" count="147" type="cond" truecount="1" falsecount="0"/>
|
|
816
|
+
<line num="63" count="4" type="stmt"/>
|
|
394
817
|
<line num="64" count="4" type="stmt"/>
|
|
395
|
-
<line num="
|
|
396
|
-
<line num="
|
|
397
|
-
<line num="
|
|
398
|
-
<line num="
|
|
818
|
+
<line num="65" count="4" type="stmt"/>
|
|
819
|
+
<line num="66" count="4" type="stmt"/>
|
|
820
|
+
<line num="68" count="147" type="stmt"/>
|
|
821
|
+
<line num="69" count="147" type="stmt"/>
|
|
822
|
+
<line num="70" count="147" type="stmt"/>
|
|
823
|
+
<line num="71" count="147" type="cond" truecount="0" falsecount="1"/>
|
|
824
|
+
<line num="72" count="147" type="cond" truecount="0" falsecount="1"/>
|
|
825
|
+
<line num="73" count="147" type="stmt"/>
|
|
826
|
+
<line num="74" count="147" type="stmt"/>
|
|
827
|
+
<line num="75" count="147" type="cond" truecount="1" falsecount="0"/>
|
|
828
|
+
<line num="76" count="147" type="stmt"/>
|
|
829
|
+
<line num="77" count="147" type="stmt"/>
|
|
830
|
+
<line num="78" count="147" type="stmt"/>
|
|
831
|
+
<line num="79" count="147" type="stmt"/>
|
|
832
|
+
<line num="80" count="147" type="stmt"/>
|
|
833
|
+
<line num="81" count="147" type="cond" truecount="1" falsecount="0"/>
|
|
834
|
+
<line num="82" count="147" type="stmt"/>
|
|
835
|
+
<line num="83" count="147" type="cond" truecount="1" falsecount="0"/>
|
|
836
|
+
<line num="84" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
837
|
+
<line num="85" count="18" type="stmt"/>
|
|
838
|
+
<line num="86" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
839
|
+
<line num="88" count="129" type="stmt"/>
|
|
840
|
+
<line num="90" count="147" type="stmt"/>
|
|
841
|
+
<line num="91" count="147" type="stmt"/>
|
|
842
|
+
<line num="92" count="147" type="cond" truecount="1" falsecount="0"/>
|
|
399
843
|
<line num="93" count="1" type="stmt"/>
|
|
400
844
|
<line num="94" count="1" type="stmt"/>
|
|
845
|
+
<line num="95" count="1" type="stmt"/>
|
|
846
|
+
<line num="96" count="147" type="stmt"/>
|
|
847
|
+
<line num="98" count="147" type="stmt"/>
|
|
848
|
+
<line num="99" count="147" type="stmt"/>
|
|
849
|
+
<line num="100" count="147" type="stmt"/>
|
|
850
|
+
<line num="103" count="147" type="stmt"/>
|
|
851
|
+
<line num="104" count="147" type="stmt"/>
|
|
852
|
+
<line num="105" count="147" type="stmt"/>
|
|
853
|
+
<line num="106" count="147" type="stmt"/>
|
|
854
|
+
<line num="107" count="147" type="cond" truecount="0" falsecount="1"/>
|
|
855
|
+
<line num="109" count="0" type="stmt"/>
|
|
856
|
+
<line num="110" count="0" type="stmt"/>
|
|
857
|
+
<line num="111" count="0" type="stmt"/>
|
|
401
858
|
<line num="112" count="0" type="stmt"/>
|
|
859
|
+
<line num="113" count="0" type="stmt"/>
|
|
860
|
+
<line num="114" count="0" type="stmt"/>
|
|
861
|
+
<line num="117" count="147" type="stmt"/>
|
|
862
|
+
<line num="119" count="147" type="stmt"/>
|
|
402
863
|
</file>
|
|
403
864
|
<file name="ReportMappingHorizontalTile.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportMappingHorizontalTile.tsx">
|
|
404
|
-
<metrics statements="
|
|
405
|
-
<line num="
|
|
406
|
-
<line num="
|
|
407
|
-
<line num="
|
|
408
|
-
<line num="
|
|
409
|
-
<line num="
|
|
410
|
-
<line num="
|
|
411
|
-
<line num="
|
|
412
|
-
<line num="
|
|
413
|
-
<line num="
|
|
414
|
-
<line num="
|
|
415
|
-
<line num="
|
|
416
|
-
<line num="
|
|
417
|
-
<line num="
|
|
865
|
+
<metrics statements="90" coveredstatements="86" conditionals="22" coveredconditionals="20" methods="5" coveredmethods="5"/>
|
|
866
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
867
|
+
<line num="5" count="1" type="stmt"/>
|
|
868
|
+
<line num="7" count="1" type="stmt"/>
|
|
869
|
+
<line num="9" count="1" type="stmt"/>
|
|
870
|
+
<line num="10" count="1" type="stmt"/>
|
|
871
|
+
<line num="11" count="1" type="stmt"/>
|
|
872
|
+
<line num="12" count="1" type="stmt"/>
|
|
873
|
+
<line num="13" count="1" type="stmt"/>
|
|
874
|
+
<line num="25" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
875
|
+
<line num="26" count="30" type="stmt"/>
|
|
876
|
+
<line num="27" count="30" type="stmt"/>
|
|
877
|
+
<line num="29" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
878
|
+
<line num="30" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
879
|
+
<line num="31" count="4" type="stmt"/>
|
|
418
880
|
<line num="32" count="4" type="stmt"/>
|
|
881
|
+
<line num="33" count="4" type="stmt"/>
|
|
882
|
+
<line num="34" count="4" type="stmt"/>
|
|
419
883
|
<line num="35" count="6" type="stmt"/>
|
|
420
|
-
<line num="37" count="6" type="
|
|
884
|
+
<line num="37" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
421
885
|
<line num="38" count="6" type="stmt"/>
|
|
422
|
-
<line num="
|
|
423
|
-
<line num="
|
|
424
|
-
<line num="
|
|
425
|
-
<line num="
|
|
886
|
+
<line num="39" count="6" type="stmt"/>
|
|
887
|
+
<line num="40" count="30" type="stmt"/>
|
|
888
|
+
<line num="42" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
889
|
+
<line num="43" count="25" type="stmt"/>
|
|
890
|
+
<line num="44" count="25" type="stmt"/>
|
|
891
|
+
<line num="45" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
426
892
|
<line num="46" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
427
893
|
<line num="47" count="1" type="stmt"/>
|
|
428
|
-
<line num="
|
|
894
|
+
<line num="48" count="1" type="stmt"/>
|
|
895
|
+
<line num="49" count="25" type="cond" truecount="1" falsecount="0"/>
|
|
896
|
+
<line num="50" count="23" type="stmt"/>
|
|
897
|
+
<line num="51" count="23" type="stmt"/>
|
|
898
|
+
<line num="52" count="25" type="cond" truecount="0" falsecount="1"/>
|
|
429
899
|
<line num="53" count="0" type="stmt"/>
|
|
430
900
|
<line num="55" count="0" type="stmt"/>
|
|
431
|
-
<line num="
|
|
432
|
-
<line num="
|
|
433
|
-
<line num="
|
|
434
|
-
<line num="
|
|
435
|
-
<line num="
|
|
436
|
-
<line num="
|
|
437
|
-
<line num="
|
|
438
|
-
<line num="
|
|
439
|
-
<line num="
|
|
901
|
+
<line num="56" count="0" type="stmt"/>
|
|
902
|
+
<line num="57" count="30" type="stmt"/>
|
|
903
|
+
<line num="59" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
904
|
+
<line num="60" count="20" type="stmt"/>
|
|
905
|
+
<line num="61" count="30" type="stmt"/>
|
|
906
|
+
<line num="63" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
907
|
+
<line num="64" count="20" type="stmt"/>
|
|
908
|
+
<line num="65" count="20" type="cond" truecount="2" falsecount="0"/>
|
|
909
|
+
<line num="66" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
910
|
+
<line num="67" count="5" type="stmt"/>
|
|
911
|
+
<line num="68" count="13" type="stmt"/>
|
|
912
|
+
<line num="69" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
913
|
+
<line num="70" count="30" type="stmt"/>
|
|
914
|
+
<line num="72" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
440
915
|
<line num="73" count="3" type="stmt"/>
|
|
441
916
|
<line num="74" count="3" type="stmt"/>
|
|
917
|
+
<line num="75" count="3" type="stmt"/>
|
|
918
|
+
<line num="76" count="3" type="stmt"/>
|
|
919
|
+
<line num="77" count="3" type="stmt"/>
|
|
442
920
|
<line num="78" count="3" type="stmt"/>
|
|
443
921
|
<line num="79" count="3" type="stmt"/>
|
|
444
|
-
<line num="
|
|
922
|
+
<line num="80" count="30" type="stmt"/>
|
|
923
|
+
<line num="82" count="30" type="stmt"/>
|
|
924
|
+
<line num="83" count="30" type="stmt"/>
|
|
925
|
+
<line num="84" count="30" type="stmt"/>
|
|
926
|
+
<line num="85" count="30" type="stmt"/>
|
|
927
|
+
<line num="86" count="30" type="stmt"/>
|
|
928
|
+
<line num="87" count="30" type="stmt"/>
|
|
929
|
+
<line num="88" count="30" type="stmt"/>
|
|
930
|
+
<line num="89" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
931
|
+
<line num="90" count="7" type="stmt"/>
|
|
932
|
+
<line num="91" count="7" type="stmt"/>
|
|
933
|
+
<line num="92" count="7" type="stmt"/>
|
|
934
|
+
<line num="93" count="7" type="stmt"/>
|
|
935
|
+
<line num="94" count="7" type="stmt"/>
|
|
936
|
+
<line num="96" count="7" type="stmt"/>
|
|
937
|
+
<line num="97" count="7" type="stmt"/>
|
|
938
|
+
<line num="98" count="7" type="stmt"/>
|
|
939
|
+
<line num="99" count="7" type="stmt"/>
|
|
940
|
+
<line num="100" count="7" type="stmt"/>
|
|
941
|
+
<line num="101" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
445
942
|
<line num="102" count="1" type="stmt"/>
|
|
943
|
+
<line num="103" count="1" type="stmt"/>
|
|
944
|
+
<line num="105" count="7" type="stmt"/>
|
|
945
|
+
<line num="106" count="7" type="stmt"/>
|
|
946
|
+
<line num="107" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
947
|
+
<line num="109" count="23" type="stmt"/>
|
|
948
|
+
<line num="110" count="23" type="stmt"/>
|
|
949
|
+
<line num="111" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
446
950
|
<line num="112" count="1" type="stmt"/>
|
|
951
|
+
<line num="113" count="1" type="stmt"/>
|
|
952
|
+
<line num="114" count="23" type="stmt"/>
|
|
953
|
+
<line num="116" count="30" type="stmt"/>
|
|
954
|
+
<line num="118" count="30" type="stmt"/>
|
|
955
|
+
<line num="120" count="30" type="stmt"/>
|
|
447
956
|
</file>
|
|
448
957
|
<file name="ReportMappings.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportMappings.tsx">
|
|
449
|
-
<metrics statements="
|
|
450
|
-
<line num="
|
|
451
|
-
<line num="
|
|
452
|
-
<line num="
|
|
453
|
-
<line num="
|
|
454
|
-
<line num="
|
|
455
|
-
<line num="
|
|
456
|
-
<line num="
|
|
457
|
-
<line num="
|
|
458
|
-
<line num="
|
|
459
|
-
<line num="
|
|
460
|
-
<line num="
|
|
461
|
-
<line num="
|
|
462
|
-
<line num="
|
|
463
|
-
<line num="
|
|
464
|
-
<line num="
|
|
958
|
+
<metrics statements="205" coveredstatements="198" conditionals="37" coveredconditionals="31" methods="9" coveredmethods="6"/>
|
|
959
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
960
|
+
<line num="5" count="1" type="stmt"/>
|
|
961
|
+
<line num="6" count="1" type="stmt"/>
|
|
962
|
+
<line num="7" count="1" type="stmt"/>
|
|
963
|
+
<line num="9" count="1" type="stmt"/>
|
|
964
|
+
<line num="10" count="1" type="stmt"/>
|
|
965
|
+
<line num="11" count="1" type="stmt"/>
|
|
966
|
+
<line num="13" count="1" type="stmt"/>
|
|
967
|
+
<line num="15" count="1" type="stmt"/>
|
|
968
|
+
<line num="16" count="1" type="stmt"/>
|
|
969
|
+
<line num="17" count="1" type="stmt"/>
|
|
970
|
+
<line num="18" count="1" type="stmt"/>
|
|
971
|
+
<line num="19" count="1" type="stmt"/>
|
|
972
|
+
<line num="21" count="1" type="stmt"/>
|
|
973
|
+
<line num="22" count="1" type="stmt"/>
|
|
974
|
+
<line num="31" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
975
|
+
<line num="32" count="6" type="stmt"/>
|
|
976
|
+
<line num="33" count="6" type="stmt"/>
|
|
977
|
+
<line num="34" count="6" type="stmt"/>
|
|
978
|
+
<line num="35" count="6" type="stmt"/>
|
|
979
|
+
<line num="36" count="6" type="stmt"/>
|
|
980
|
+
<line num="37" count="6" type="stmt"/>
|
|
981
|
+
<line num="38" count="6" type="stmt"/>
|
|
982
|
+
<line num="39" count="6" type="stmt"/>
|
|
465
983
|
<line num="40" count="6" type="stmt"/>
|
|
466
984
|
<line num="41" count="6" type="stmt"/>
|
|
467
985
|
<line num="42" count="6" type="stmt"/>
|
|
@@ -469,22 +987,37 @@
|
|
|
469
987
|
<line num="44" count="6" type="stmt"/>
|
|
470
988
|
<line num="45" count="6" type="stmt"/>
|
|
471
989
|
<line num="47" count="6" type="stmt"/>
|
|
472
|
-
<line num="48" count="6" type="
|
|
990
|
+
<line num="48" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
473
991
|
<line num="49" count="8" type="stmt"/>
|
|
474
992
|
<line num="50" count="8" type="stmt"/>
|
|
475
993
|
<line num="51" count="8" type="stmt"/>
|
|
476
|
-
<line num="52" count="8" type="cond" truecount="
|
|
477
|
-
<line num="53" count="0" type="
|
|
994
|
+
<line num="52" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
995
|
+
<line num="53" count="0" type="stmt"/>
|
|
996
|
+
<line num="54" count="8" type="stmt"/>
|
|
478
997
|
<line num="55" count="8" type="stmt"/>
|
|
998
|
+
<line num="56" count="8" type="stmt"/>
|
|
999
|
+
<line num="57" count="8" type="stmt"/>
|
|
1000
|
+
<line num="58" count="8" type="stmt"/>
|
|
479
1001
|
<line num="59" count="8" type="stmt"/>
|
|
480
1002
|
<line num="60" count="8" type="stmt"/>
|
|
481
1003
|
<line num="61" count="8" type="stmt"/>
|
|
1004
|
+
<line num="62" count="8" type="stmt"/>
|
|
482
1005
|
<line num="63" count="8" type="stmt"/>
|
|
1006
|
+
<line num="64" count="8" type="stmt"/>
|
|
1007
|
+
<line num="65" count="8" type="stmt"/>
|
|
1008
|
+
<line num="66" count="8" type="stmt"/>
|
|
1009
|
+
<line num="67" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
1010
|
+
<line num="68" count="8" type="stmt"/>
|
|
483
1011
|
<line num="69" count="8" type="stmt"/>
|
|
1012
|
+
<line num="70" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
484
1013
|
<line num="72" count="4" type="stmt"/>
|
|
1014
|
+
<line num="73" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
485
1015
|
<line num="74" count="2" type="stmt"/>
|
|
1016
|
+
<line num="75" count="6" type="stmt"/>
|
|
486
1017
|
<line num="76" count="6" type="stmt"/>
|
|
487
|
-
<line num="
|
|
1018
|
+
<line num="77" count="6" type="stmt"/>
|
|
1019
|
+
<line num="78" count="6" type="stmt"/>
|
|
1020
|
+
<line num="94" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
488
1021
|
<line num="95" count="87" type="stmt"/>
|
|
489
1022
|
<line num="96" count="87" type="stmt"/>
|
|
490
1023
|
<line num="97" count="87" type="stmt"/>
|
|
@@ -493,66 +1026,177 @@
|
|
|
493
1026
|
<line num="100" count="87" type="stmt"/>
|
|
494
1027
|
<line num="101" count="87" type="stmt"/>
|
|
495
1028
|
<line num="102" count="87" type="stmt"/>
|
|
496
|
-
<line num="103" count="87" type="
|
|
497
|
-
<line num="105" count="87" type="
|
|
1029
|
+
<line num="103" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
1030
|
+
<line num="105" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
498
1031
|
<line num="106" count="5" type="stmt"/>
|
|
499
|
-
<line num="
|
|
1032
|
+
<line num="107" count="87" type="stmt"/>
|
|
1033
|
+
<line num="109" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
500
1034
|
<line num="110" count="13" type="cond" truecount="0" falsecount="1"/>
|
|
501
1035
|
<line num="111" count="13" type="stmt"/>
|
|
502
|
-
<line num="
|
|
503
|
-
<line num="
|
|
1036
|
+
<line num="112" count="13" type="stmt"/>
|
|
1037
|
+
<line num="113" count="13" type="cond" truecount="1" falsecount="0"/>
|
|
1038
|
+
<line num="114" count="13" type="stmt"/>
|
|
1039
|
+
<line num="115" count="87" type="stmt"/>
|
|
1040
|
+
<line num="117" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
504
1041
|
<line num="118" count="1" type="stmt"/>
|
|
505
|
-
<line num="
|
|
1042
|
+
<line num="119" count="87" type="stmt"/>
|
|
1043
|
+
<line num="121" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
506
1044
|
<line num="122" count="1" type="stmt"/>
|
|
1045
|
+
<line num="123" count="87" type="stmt"/>
|
|
507
1046
|
<line num="125" count="87" type="stmt"/>
|
|
508
|
-
<line num="126" count="
|
|
509
|
-
<line num="
|
|
1047
|
+
<line num="126" count="87" type="cond" truecount="2" falsecount="0"/>
|
|
1048
|
+
<line num="127" count="87" type="stmt"/>
|
|
1049
|
+
<line num="128" count="87" type="stmt"/>
|
|
1050
|
+
<line num="130" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
510
1051
|
<line num="131" count="1" type="stmt"/>
|
|
511
1052
|
<line num="132" count="1" type="stmt"/>
|
|
1053
|
+
<line num="133" count="87" type="stmt"/>
|
|
512
1054
|
<line num="135" count="87" type="cond" truecount="0" falsecount="1"/>
|
|
513
1055
|
<line num="137" count="87" type="stmt"/>
|
|
1056
|
+
<line num="138" count="87" type="stmt"/>
|
|
1057
|
+
<line num="139" count="87" type="stmt"/>
|
|
1058
|
+
<line num="140" count="87" type="stmt"/>
|
|
1059
|
+
<line num="141" count="87" type="stmt"/>
|
|
1060
|
+
<line num="142" count="87" type="stmt"/>
|
|
1061
|
+
<line num="143" count="87" type="stmt"/>
|
|
1062
|
+
<line num="144" count="87" type="stmt"/>
|
|
1063
|
+
<line num="145" count="87" type="stmt"/>
|
|
1064
|
+
<line num="146" count="87" type="stmt"/>
|
|
1065
|
+
<line num="147" count="87" type="stmt"/>
|
|
1066
|
+
<line num="148" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
514
1067
|
<line num="149" count="1" type="stmt"/>
|
|
515
1068
|
<line num="150" count="1" type="stmt"/>
|
|
516
|
-
<line num="
|
|
1069
|
+
<line num="151" count="1" type="stmt"/>
|
|
1070
|
+
<line num="153" count="87" type="stmt"/>
|
|
1071
|
+
<line num="154" count="87" type="stmt"/>
|
|
1072
|
+
<line num="156" count="87" type="stmt"/>
|
|
1073
|
+
<line num="157" count="87" type="stmt"/>
|
|
1074
|
+
<line num="158" count="87" type="stmt"/>
|
|
1075
|
+
<line num="159" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
1076
|
+
<line num="160" count="87" type="stmt"/>
|
|
1077
|
+
<line num="161" count="87" type="stmt"/>
|
|
1078
|
+
<line num="162" count="87" type="stmt"/>
|
|
1079
|
+
<line num="163" count="87" type="stmt"/>
|
|
1080
|
+
<line num="164" count="87" type="stmt"/>
|
|
1081
|
+
<line num="165" count="87" type="stmt"/>
|
|
1082
|
+
<line num="166" count="87" type="stmt"/>
|
|
1083
|
+
<line num="167" count="87" type="stmt"/>
|
|
1084
|
+
<line num="169" count="87" type="stmt"/>
|
|
1085
|
+
<line num="170" count="87" type="stmt"/>
|
|
1086
|
+
<line num="171" count="87" type="stmt"/>
|
|
1087
|
+
<line num="172" count="87" type="stmt"/>
|
|
1088
|
+
<line num="173" count="87" type="stmt"/>
|
|
1089
|
+
<line num="174" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
1090
|
+
<line num="175" count="19" type="cond" truecount="1" falsecount="0"/>
|
|
1091
|
+
<line num="176" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
1092
|
+
<line num="177" count="1" type="stmt"/>
|
|
1093
|
+
<line num="178" count="1" type="stmt"/>
|
|
1094
|
+
<line num="179" count="1" type="stmt"/>
|
|
1095
|
+
<line num="180" count="1" type="stmt"/>
|
|
1096
|
+
<line num="181" count="1" type="stmt"/>
|
|
1097
|
+
<line num="182" count="1" type="stmt"/>
|
|
1098
|
+
<line num="183" count="1" type="stmt"/>
|
|
1099
|
+
<line num="184" count="1" type="stmt"/>
|
|
1100
|
+
<line num="185" count="1" type="stmt"/>
|
|
1101
|
+
<line num="186" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1102
|
+
<line num="188" count="67" type="stmt"/>
|
|
1103
|
+
<line num="189" count="67" type="cond" truecount="1" falsecount="0"/>
|
|
517
1104
|
<line num="190" count="131" type="stmt"/>
|
|
1105
|
+
<line num="191" count="131" type="stmt"/>
|
|
1106
|
+
<line num="192" count="131" type="stmt"/>
|
|
1107
|
+
<line num="193" count="131" type="stmt"/>
|
|
1108
|
+
<line num="194" count="131" type="stmt"/>
|
|
518
1109
|
<line num="195" count="0" type="stmt"/>
|
|
1110
|
+
<line num="196" count="0" type="stmt"/>
|
|
1111
|
+
<line num="197" count="131" type="stmt"/>
|
|
1112
|
+
<line num="198" count="131" type="stmt"/>
|
|
1113
|
+
<line num="199" count="131" type="stmt"/>
|
|
1114
|
+
<line num="200" count="67" type="stmt"/>
|
|
1115
|
+
<line num="201" count="67" type="stmt"/>
|
|
1116
|
+
<line num="203" count="87" type="stmt"/>
|
|
1117
|
+
<line num="204" count="87" type="stmt"/>
|
|
1118
|
+
<line num="205" count="87" type="stmt"/>
|
|
1119
|
+
<line num="206" count="87" type="stmt"/>
|
|
1120
|
+
<line num="207" count="87" type="stmt"/>
|
|
1121
|
+
<line num="208" count="87" type="stmt"/>
|
|
1122
|
+
<line num="209" count="87" type="stmt"/>
|
|
1123
|
+
<line num="210" count="87" type="stmt"/>
|
|
1124
|
+
<line num="211" count="87" type="stmt"/>
|
|
1125
|
+
<line num="212" count="87" type="cond" truecount="0" falsecount="1"/>
|
|
1126
|
+
<line num="213" count="87" type="stmt"/>
|
|
519
1127
|
<line num="214" count="0" type="stmt"/>
|
|
520
|
-
<line num="215" count="0" type="
|
|
521
|
-
<line num="
|
|
1128
|
+
<line num="215" count="0" type="stmt"/>
|
|
1129
|
+
<line num="216" count="0" type="stmt"/>
|
|
1130
|
+
<line num="217" count="87" type="stmt"/>
|
|
1131
|
+
<line num="218" count="87" type="stmt"/>
|
|
1132
|
+
<line num="219" count="87" type="stmt"/>
|
|
1133
|
+
<line num="220" count="87" type="stmt"/>
|
|
1134
|
+
<line num="221" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
1135
|
+
<line num="222" count="87" type="stmt"/>
|
|
1136
|
+
<line num="223" count="87" type="cond" truecount="2" falsecount="0"/>
|
|
1137
|
+
<line num="224" count="87" type="stmt"/>
|
|
1138
|
+
<line num="225" count="87" type="cond" truecount="1" falsecount="0"/>
|
|
522
1139
|
<line num="226" count="1" type="stmt"/>
|
|
523
|
-
<line num="227" count="
|
|
524
|
-
<line num="228" count="1" type="
|
|
1140
|
+
<line num="227" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1141
|
+
<line num="228" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
525
1142
|
<line num="229" count="2" type="stmt"/>
|
|
526
|
-
<line num="
|
|
527
|
-
<line num="
|
|
1143
|
+
<line num="230" count="2" type="stmt"/>
|
|
1144
|
+
<line num="231" count="2" type="stmt"/>
|
|
1145
|
+
<line num="232" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1146
|
+
<line num="233" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1147
|
+
<line num="234" count="2" type="stmt"/>
|
|
1148
|
+
<line num="235" count="2" type="stmt"/>
|
|
1149
|
+
<line num="236" count="2" type="stmt"/>
|
|
1150
|
+
<line num="237" count="1" type="stmt"/>
|
|
528
1151
|
<line num="238" count="1" type="stmt"/>
|
|
529
|
-
<line num="239" count="1" type="
|
|
1152
|
+
<line num="239" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
530
1153
|
<line num="240" count="2" type="stmt"/>
|
|
1154
|
+
<line num="241" count="1" type="stmt"/>
|
|
1155
|
+
<line num="242" count="1" type="stmt"/>
|
|
1156
|
+
<line num="244" count="87" type="stmt"/>
|
|
1157
|
+
<line num="245" count="87" type="stmt"/>
|
|
1158
|
+
<line num="246" count="87" type="stmt"/>
|
|
1159
|
+
<line num="247" count="87" type="stmt"/>
|
|
1160
|
+
<line num="248" count="87" type="stmt"/>
|
|
1161
|
+
<line num="249" count="87" type="stmt"/>
|
|
1162
|
+
<line num="250" count="87" type="stmt"/>
|
|
1163
|
+
<line num="252" count="87" type="stmt"/>
|
|
531
1164
|
</file>
|
|
532
1165
|
<file name="Reports.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/Reports.tsx">
|
|
533
|
-
<metrics statements="
|
|
534
|
-
<line num="
|
|
535
|
-
<line num="
|
|
536
|
-
<line num="
|
|
537
|
-
<line num="
|
|
538
|
-
<line num="
|
|
539
|
-
<line num="
|
|
540
|
-
<line num="
|
|
541
|
-
<line num="
|
|
542
|
-
<line num="
|
|
543
|
-
<line num="
|
|
544
|
-
<line num="
|
|
545
|
-
<line num="
|
|
546
|
-
<line num="
|
|
1166
|
+
<metrics statements="131" coveredstatements="125" conditionals="29" coveredconditionals="22" methods="7" coveredmethods="7"/>
|
|
1167
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1168
|
+
<line num="5" count="1" type="stmt"/>
|
|
1169
|
+
<line num="6" count="1" type="stmt"/>
|
|
1170
|
+
<line num="7" count="1" type="stmt"/>
|
|
1171
|
+
<line num="9" count="1" type="stmt"/>
|
|
1172
|
+
<line num="10" count="1" type="stmt"/>
|
|
1173
|
+
<line num="11" count="1" type="stmt"/>
|
|
1174
|
+
<line num="13" count="1" type="stmt"/>
|
|
1175
|
+
<line num="14" count="1" type="stmt"/>
|
|
1176
|
+
<line num="15" count="1" type="stmt"/>
|
|
1177
|
+
<line num="16" count="1" type="stmt"/>
|
|
1178
|
+
<line num="18" count="1" type="stmt"/>
|
|
1179
|
+
<line num="19" count="1" type="stmt"/>
|
|
1180
|
+
<line num="23" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1181
|
+
<line num="24" count="9" type="stmt"/>
|
|
1182
|
+
<line num="25" count="9" type="stmt"/>
|
|
1183
|
+
<line num="26" count="9" type="stmt"/>
|
|
1184
|
+
<line num="27" count="9" type="stmt"/>
|
|
1185
|
+
<line num="28" count="9" type="stmt"/>
|
|
1186
|
+
<line num="29" count="9" type="stmt"/>
|
|
547
1187
|
<line num="30" count="9" type="stmt"/>
|
|
548
1188
|
<line num="31" count="9" type="cond" truecount="0" falsecount="1"/>
|
|
549
1189
|
<line num="32" count="9" type="stmt"/>
|
|
550
1190
|
<line num="33" count="9" type="stmt"/>
|
|
551
1191
|
<line num="34" count="9" type="stmt"/>
|
|
552
|
-
<line num="35" count="9" type="cond" truecount="
|
|
1192
|
+
<line num="35" count="9" type="cond" truecount="0" falsecount="1"/>
|
|
1193
|
+
<line num="36" count="9" type="cond" truecount="0" falsecount="1"/>
|
|
553
1194
|
<line num="37" count="0" type="stmt"/>
|
|
1195
|
+
<line num="38" count="9" type="stmt"/>
|
|
554
1196
|
<line num="39" count="9" type="stmt"/>
|
|
555
|
-
<line num="
|
|
1197
|
+
<line num="40" count="9" type="stmt"/>
|
|
1198
|
+
<line num="41" count="9" type="stmt"/>
|
|
1199
|
+
<line num="57" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
556
1200
|
<line num="58" count="75" type="stmt"/>
|
|
557
1201
|
<line num="59" count="75" type="stmt"/>
|
|
558
1202
|
<line num="60" count="75" type="stmt"/>
|
|
@@ -560,305 +1204,641 @@
|
|
|
560
1204
|
<line num="62" count="75" type="stmt"/>
|
|
561
1205
|
<line num="63" count="75" type="stmt"/>
|
|
562
1206
|
<line num="64" count="75" type="stmt"/>
|
|
563
|
-
<line num="65" count="75" type="
|
|
564
|
-
<line num="67" count="75" type="
|
|
1207
|
+
<line num="65" count="75" type="cond" truecount="1" falsecount="0"/>
|
|
1208
|
+
<line num="67" count="75" type="cond" truecount="1" falsecount="0"/>
|
|
565
1209
|
<line num="68" count="8" type="stmt"/>
|
|
566
|
-
<line num="
|
|
1210
|
+
<line num="69" count="75" type="stmt"/>
|
|
1211
|
+
<line num="71" count="75" type="cond" truecount="1" falsecount="0"/>
|
|
567
1212
|
<line num="72" count="1" type="stmt"/>
|
|
1213
|
+
<line num="73" count="75" type="stmt"/>
|
|
568
1214
|
<line num="75" count="75" type="stmt"/>
|
|
569
|
-
<line num="76" count="
|
|
570
|
-
<line num="
|
|
571
|
-
<line num="
|
|
1215
|
+
<line num="76" count="75" type="cond" truecount="2" falsecount="0"/>
|
|
1216
|
+
<line num="77" count="75" type="stmt"/>
|
|
1217
|
+
<line num="78" count="75" type="stmt"/>
|
|
1218
|
+
<line num="80" count="75" type="cond" truecount="1" falsecount="0"/>
|
|
1219
|
+
<line num="81" count="4" type="stmt"/>
|
|
572
1220
|
<line num="83" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1221
|
+
<line num="84" count="4" type="stmt"/>
|
|
573
1222
|
<line num="86" count="75" type="stmt"/>
|
|
574
|
-
<line num="87" count="0" type="
|
|
1223
|
+
<line num="87" count="0" type="stmt"/>
|
|
575
1224
|
<line num="88" count="0" type="stmt"/>
|
|
576
1225
|
<line num="89" count="0" type="stmt"/>
|
|
577
1226
|
<line num="90" count="0" type="stmt"/>
|
|
1227
|
+
<line num="91" count="75" type="stmt"/>
|
|
578
1228
|
<line num="93" count="75" type="cond" truecount="0" falsecount="1"/>
|
|
579
1229
|
<line num="95" count="75" type="stmt"/>
|
|
580
|
-
<line num="
|
|
1230
|
+
<line num="96" count="75" type="stmt"/>
|
|
1231
|
+
<line num="97" count="75" type="stmt"/>
|
|
1232
|
+
<line num="98" count="75" type="stmt"/>
|
|
1233
|
+
<line num="99" count="75" type="stmt"/>
|
|
1234
|
+
<line num="100" count="75" type="cond" truecount="1" falsecount="0"/>
|
|
1235
|
+
<line num="101" count="8" type="stmt"/>
|
|
1236
|
+
<line num="102" count="8" type="stmt"/>
|
|
1237
|
+
<line num="103" count="8" type="stmt"/>
|
|
1238
|
+
<line num="105" count="75" type="stmt"/>
|
|
1239
|
+
<line num="106" count="75" type="stmt"/>
|
|
1240
|
+
<line num="107" count="75" type="stmt"/>
|
|
1241
|
+
<line num="108" count="75" type="stmt"/>
|
|
1242
|
+
<line num="110" count="75" type="stmt"/>
|
|
1243
|
+
<line num="111" count="75" type="stmt"/>
|
|
1244
|
+
<line num="112" count="75" type="stmt"/>
|
|
1245
|
+
<line num="113" count="75" type="stmt"/>
|
|
1246
|
+
<line num="114" count="75" type="stmt"/>
|
|
1247
|
+
<line num="115" count="75" type="stmt"/>
|
|
1248
|
+
<line num="116" count="75" type="stmt"/>
|
|
1249
|
+
<line num="117" count="75" type="stmt"/>
|
|
1250
|
+
<line num="118" count="75" type="stmt"/>
|
|
1251
|
+
<line num="120" count="75" type="stmt"/>
|
|
1252
|
+
<line num="121" count="75" type="stmt"/>
|
|
1253
|
+
<line num="122" count="75" type="stmt"/>
|
|
1254
|
+
<line num="123" count="75" type="stmt"/>
|
|
1255
|
+
<line num="124" count="75" type="stmt"/>
|
|
1256
|
+
<line num="125" count="75" type="cond" truecount="1" falsecount="0"/>
|
|
1257
|
+
<line num="126" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
1258
|
+
<line num="127" count="49" type="cond" truecount="2" falsecount="0"/>
|
|
1259
|
+
<line num="128" count="2" type="stmt"/>
|
|
1260
|
+
<line num="129" count="2" type="stmt"/>
|
|
1261
|
+
<line num="130" count="2" type="stmt"/>
|
|
1262
|
+
<line num="131" count="2" type="stmt"/>
|
|
1263
|
+
<line num="132" count="2" type="stmt"/>
|
|
1264
|
+
<line num="133" count="2" type="stmt"/>
|
|
1265
|
+
<line num="134" count="2" type="stmt"/>
|
|
1266
|
+
<line num="135" count="2" type="stmt"/>
|
|
1267
|
+
<line num="136" count="2" type="stmt"/>
|
|
1268
|
+
<line num="137" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1269
|
+
<line num="139" count="47" type="stmt"/>
|
|
1270
|
+
<line num="140" count="47" type="cond" truecount="1" falsecount="0"/>
|
|
1271
|
+
<line num="141" count="147" type="stmt"/>
|
|
1272
|
+
<line num="142" count="147" type="stmt"/>
|
|
1273
|
+
<line num="143" count="147" type="stmt"/>
|
|
1274
|
+
<line num="144" count="147" type="stmt"/>
|
|
1275
|
+
<line num="145" count="147" type="stmt"/>
|
|
1276
|
+
<line num="146" count="147" type="stmt"/>
|
|
1277
|
+
<line num="147" count="147" type="cond" truecount="1" falsecount="0"/>
|
|
581
1278
|
<line num="148" count="1" type="stmt"/>
|
|
582
|
-
<line num="
|
|
583
|
-
<line num="
|
|
1279
|
+
<line num="149" count="1" type="stmt"/>
|
|
1280
|
+
<line num="150" count="147" type="stmt"/>
|
|
1281
|
+
<line num="151" count="147" type="stmt"/>
|
|
1282
|
+
<line num="152" count="147" type="cond" truecount="1" falsecount="0"/>
|
|
1283
|
+
<line num="153" count="147" type="stmt"/>
|
|
1284
|
+
<line num="154" count="47" type="stmt"/>
|
|
1285
|
+
<line num="155" count="47" type="stmt"/>
|
|
1286
|
+
<line num="157" count="75" type="stmt"/>
|
|
1287
|
+
<line num="158" count="75" type="stmt"/>
|
|
1288
|
+
<line num="159" count="75" type="cond" truecount="1" falsecount="0"/>
|
|
1289
|
+
<line num="160" count="75" type="cond" truecount="1" falsecount="0"/>
|
|
1290
|
+
<line num="161" count="75" type="cond" truecount="1" falsecount="0"/>
|
|
584
1291
|
<line num="162" count="1" type="stmt"/>
|
|
585
|
-
<line num="163" count="1" type="cond" truecount="
|
|
1292
|
+
<line num="163" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
1293
|
+
<line num="164" count="1" type="stmt"/>
|
|
1294
|
+
<line num="165" count="75" type="stmt"/>
|
|
1295
|
+
<line num="166" count="75" type="stmt"/>
|
|
1296
|
+
<line num="167" count="75" type="stmt"/>
|
|
1297
|
+
<line num="169" count="75" type="stmt"/>
|
|
586
1298
|
</file>
|
|
587
1299
|
<file name="ReportsConfigContext.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsConfigContext.tsx">
|
|
588
|
-
<metrics statements="
|
|
589
|
-
<line num="
|
|
590
|
-
<line num="
|
|
591
|
-
<line num="
|
|
592
|
-
<line num="
|
|
593
|
-
<line num="
|
|
594
|
-
<line num="
|
|
595
|
-
<line num="
|
|
596
|
-
<line num="
|
|
597
|
-
<line num="
|
|
598
|
-
<line num="
|
|
599
|
-
<line num="
|
|
600
|
-
<line num="
|
|
601
|
-
<line num="
|
|
602
|
-
<line num="
|
|
603
|
-
<line num="
|
|
604
|
-
<line num="
|
|
1300
|
+
<metrics statements="76" coveredstatements="71" conditionals="19" coveredconditionals="16" methods="5" coveredmethods="2"/>
|
|
1301
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1302
|
+
<line num="5" count="1" type="stmt"/>
|
|
1303
|
+
<line num="7" count="1" type="stmt"/>
|
|
1304
|
+
<line num="9" count="1" type="stmt"/>
|
|
1305
|
+
<line num="10" count="1" type="stmt"/>
|
|
1306
|
+
<line num="11" count="1" type="stmt"/>
|
|
1307
|
+
<line num="12" count="1" type="stmt"/>
|
|
1308
|
+
<line num="14" count="1" type="stmt"/>
|
|
1309
|
+
<line num="15" count="1" type="stmt"/>
|
|
1310
|
+
<line num="16" count="1" type="stmt"/>
|
|
1311
|
+
<line num="17" count="1" type="stmt"/>
|
|
1312
|
+
<line num="18" count="1" type="stmt"/>
|
|
1313
|
+
<line num="19" count="1" type="stmt"/>
|
|
1314
|
+
<line num="59" count="1" type="stmt"/>
|
|
1315
|
+
<line num="65" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1316
|
+
<line num="66" count="58" type="cond" truecount="1" falsecount="0"/>
|
|
1317
|
+
<line num="67" count="58" type="cond" truecount="1" falsecount="0"/>
|
|
605
1318
|
<line num="68" count="58" type="stmt"/>
|
|
606
|
-
<line num="69" count="
|
|
607
|
-
<line num="
|
|
1319
|
+
<line num="69" count="58" type="cond" truecount="1" falsecount="0"/>
|
|
1320
|
+
<line num="70" count="29" type="stmt"/>
|
|
1321
|
+
<line num="71" count="29" type="stmt"/>
|
|
1322
|
+
<line num="72" count="58" type="stmt"/>
|
|
1323
|
+
<line num="73" count="58" type="stmt"/>
|
|
1324
|
+
<line num="74" count="58" type="stmt"/>
|
|
608
1325
|
<line num="76" count="58" type="stmt"/>
|
|
609
|
-
<line num="
|
|
610
|
-
<line num="
|
|
611
|
-
<line num="
|
|
1326
|
+
<line num="77" count="58" type="cond" truecount="0" falsecount="1"/>
|
|
1327
|
+
<line num="78" count="58" type="stmt"/>
|
|
1328
|
+
<line num="79" count="58" type="stmt"/>
|
|
1329
|
+
<line num="80" count="58" type="cond" truecount="1" falsecount="0"/>
|
|
1330
|
+
<line num="81" count="58" type="cond" truecount="1" falsecount="0"/>
|
|
1331
|
+
<line num="82" count="58" type="cond" truecount="1" falsecount="0"/>
|
|
1332
|
+
<line num="83" count="58" type="stmt"/>
|
|
1333
|
+
<line num="85" count="58" type="cond" truecount="1" falsecount="0"/>
|
|
1334
|
+
<line num="86" count="29" type="stmt"/>
|
|
1335
|
+
<line num="87" count="29" type="stmt"/>
|
|
1336
|
+
<line num="88" count="29" type="stmt"/>
|
|
1337
|
+
<line num="89" count="58" type="stmt"/>
|
|
612
1338
|
<line num="91" count="58" type="stmt"/>
|
|
613
1339
|
<line num="92" count="0" type="stmt"/>
|
|
1340
|
+
<line num="93" count="0" type="stmt"/>
|
|
614
1341
|
<line num="95" count="58" type="stmt"/>
|
|
615
1342
|
<line num="96" count="0" type="stmt"/>
|
|
1343
|
+
<line num="97" count="0" type="stmt"/>
|
|
616
1344
|
<line num="99" count="58" type="stmt"/>
|
|
617
|
-
<line num="100" count="58" type="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="
|
|
1345
|
+
<line num="100" count="58" type="cond" truecount="1" falsecount="0"/>
|
|
1346
|
+
<line num="101" count="58" type="stmt"/>
|
|
1347
|
+
<line num="102" count="58" type="cond" truecount="1" falsecount="0"/>
|
|
1348
|
+
<line num="103" count="56" type="stmt"/>
|
|
1349
|
+
<line num="104" count="58" type="stmt"/>
|
|
1350
|
+
<line num="105" count="58" type="stmt"/>
|
|
1351
|
+
<line num="106" count="58" type="stmt"/>
|
|
1352
|
+
<line num="108" count="58" type="cond" truecount="1" falsecount="0"/>
|
|
1353
|
+
<line num="109" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
1354
|
+
<line num="110" count="29" type="cond" truecount="0" falsecount="1"/>
|
|
1355
|
+
<line num="111" count="29" type="stmt"/>
|
|
1356
|
+
<line num="112" count="29" type="stmt"/>
|
|
1357
|
+
<line num="113" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
1358
|
+
<line num="114" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
1359
|
+
<line num="115" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
1360
|
+
<line num="116" count="29" type="stmt"/>
|
|
1361
|
+
<line num="117" count="58" type="stmt"/>
|
|
1362
|
+
<line num="118" count="58" type="stmt"/>
|
|
1363
|
+
<line num="119" count="58" type="stmt"/>
|
|
1364
|
+
<line num="120" count="58" type="stmt"/>
|
|
1365
|
+
<line num="121" count="58" type="stmt"/>
|
|
1366
|
+
<line num="122" count="58" type="stmt"/>
|
|
1367
|
+
<line num="123" count="58" type="stmt"/>
|
|
1368
|
+
<line num="124" count="58" type="stmt"/>
|
|
1369
|
+
<line num="125" count="58" type="stmt"/>
|
|
1370
|
+
<line num="126" count="58" type="stmt"/>
|
|
1371
|
+
<line num="127" count="58" type="stmt"/>
|
|
620
1372
|
<line num="129" count="58" type="stmt"/>
|
|
1373
|
+
<line num="130" count="58" type="stmt"/>
|
|
1374
|
+
<line num="131" count="58" type="stmt"/>
|
|
1375
|
+
<line num="132" count="58" type="stmt"/>
|
|
1376
|
+
<line num="134" count="58" type="stmt"/>
|
|
621
1377
|
</file>
|
|
622
1378
|
<file name="ReportsContainer.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsContainer.tsx">
|
|
623
|
-
<metrics statements="
|
|
624
|
-
<line num="
|
|
625
|
-
<line num="
|
|
626
|
-
<line num="
|
|
627
|
-
<line num="
|
|
628
|
-
<line num="
|
|
629
|
-
<line num="
|
|
630
|
-
<line num="
|
|
631
|
-
<line num="
|
|
632
|
-
<line num="
|
|
633
|
-
<line num="
|
|
634
|
-
<line num="
|
|
1379
|
+
<metrics statements="32" coveredstatements="12" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="0"/>
|
|
1380
|
+
<line num="1" count="0" type="stmt"/>
|
|
1381
|
+
<line num="5" count="1" type="stmt"/>
|
|
1382
|
+
<line num="6" count="1" type="stmt"/>
|
|
1383
|
+
<line num="8" count="1" type="stmt"/>
|
|
1384
|
+
<line num="9" count="1" type="stmt"/>
|
|
1385
|
+
<line num="10" count="1" type="stmt"/>
|
|
1386
|
+
<line num="12" count="1" type="stmt"/>
|
|
1387
|
+
<line num="16" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1388
|
+
<line num="17" count="1" type="stmt"/>
|
|
1389
|
+
<line num="18" count="1" type="stmt"/>
|
|
1390
|
+
<line num="19" count="1" type="stmt"/>
|
|
1391
|
+
<line num="32" count="1" type="stmt"/>
|
|
635
1392
|
<line num="33" count="0" type="stmt"/>
|
|
636
1393
|
<line num="34" count="0" type="stmt"/>
|
|
637
|
-
<line num="35" count="0" type="
|
|
1394
|
+
<line num="35" count="0" type="stmt"/>
|
|
638
1395
|
<line num="36" count="0" type="stmt"/>
|
|
639
1396
|
<line num="37" count="0" type="stmt"/>
|
|
1397
|
+
<line num="38" count="0" type="stmt"/>
|
|
640
1398
|
<line num="40" count="0" type="stmt"/>
|
|
641
1399
|
<line num="41" count="0" type="stmt"/>
|
|
642
1400
|
<line num="42" count="0" type="stmt"/>
|
|
643
1401
|
<line num="43" count="0" type="stmt"/>
|
|
1402
|
+
<line num="44" count="0" type="stmt"/>
|
|
644
1403
|
<line num="46" count="0" type="stmt"/>
|
|
645
|
-
<line num="
|
|
1404
|
+
<line num="47" count="0" type="stmt"/>
|
|
1405
|
+
<line num="48" count="0" type="stmt"/>
|
|
1406
|
+
<line num="49" count="0" type="stmt"/>
|
|
1407
|
+
<line num="50" count="0" type="stmt"/>
|
|
1408
|
+
<line num="51" count="0" type="stmt"/>
|
|
1409
|
+
<line num="52" count="0" type="stmt"/>
|
|
1410
|
+
<line num="54" count="0" type="stmt"/>
|
|
1411
|
+
<line num="56" count="1" type="stmt"/>
|
|
646
1412
|
</file>
|
|
647
1413
|
<file name="ReportsHeader.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsHeader.tsx">
|
|
648
|
-
<metrics statements="
|
|
649
|
-
<line num="
|
|
650
|
-
<line num="
|
|
651
|
-
<line num="
|
|
652
|
-
<line num="
|
|
653
|
-
<line num="
|
|
654
|
-
<line num="
|
|
1414
|
+
<metrics statements="8" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
1415
|
+
<line num="1" count="0" type="stmt"/>
|
|
1416
|
+
<line num="5" count="1" type="stmt"/>
|
|
1417
|
+
<line num="7" count="1" type="stmt"/>
|
|
1418
|
+
<line num="8" count="1" type="stmt"/>
|
|
1419
|
+
<line num="10" count="1" type="stmt"/>
|
|
1420
|
+
<line num="11" count="0" type="stmt"/>
|
|
1421
|
+
<line num="13" count="0" type="stmt"/>
|
|
1422
|
+
<line num="14" count="0" type="stmt"/>
|
|
655
1423
|
</file>
|
|
656
1424
|
<file name="ReportsRouter.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ReportsRouter.tsx">
|
|
657
|
-
<metrics statements="
|
|
658
|
-
<line num="
|
|
659
|
-
<line num="
|
|
660
|
-
<line num="
|
|
661
|
-
<line num="
|
|
662
|
-
<line num="
|
|
663
|
-
<line num="
|
|
664
|
-
<line num="
|
|
665
|
-
<line num="
|
|
1425
|
+
<metrics statements="50" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
1426
|
+
<line num="1" count="0" type="stmt"/>
|
|
1427
|
+
<line num="5" count="1" type="stmt"/>
|
|
1428
|
+
<line num="6" count="1" type="stmt"/>
|
|
1429
|
+
<line num="7" count="1" type="stmt"/>
|
|
1430
|
+
<line num="8" count="1" type="stmt"/>
|
|
1431
|
+
<line num="9" count="1" type="stmt"/>
|
|
1432
|
+
<line num="10" count="1" type="stmt"/>
|
|
1433
|
+
<line num="12" count="1" type="stmt"/>
|
|
1434
|
+
<line num="14" count="1" type="stmt"/>
|
|
1435
|
+
<line num="15" count="0" type="stmt"/>
|
|
1436
|
+
<line num="16" count="0" type="stmt"/>
|
|
1437
|
+
<line num="17" count="0" type="stmt"/>
|
|
1438
|
+
<line num="18" count="0" type="stmt"/>
|
|
1439
|
+
<line num="22" count="0" type="stmt"/>
|
|
666
1440
|
<line num="23" count="0" type="stmt"/>
|
|
667
|
-
<line num="24" count="0" type="
|
|
668
|
-
<line num="25" count="0" type="
|
|
1441
|
+
<line num="24" count="0" type="stmt"/>
|
|
1442
|
+
<line num="25" count="0" type="stmt"/>
|
|
1443
|
+
<line num="26" count="0" type="stmt"/>
|
|
669
1444
|
<line num="27" count="0" type="stmt"/>
|
|
1445
|
+
<line num="28" count="0" type="stmt"/>
|
|
1446
|
+
<line num="29" count="0" type="stmt"/>
|
|
670
1447
|
<line num="30" count="0" type="stmt"/>
|
|
1448
|
+
<line num="31" count="0" type="stmt"/>
|
|
1449
|
+
<line num="32" count="0" type="stmt"/>
|
|
1450
|
+
<line num="33" count="0" type="stmt"/>
|
|
1451
|
+
<line num="34" count="0" type="stmt"/>
|
|
1452
|
+
<line num="36" count="0" type="stmt"/>
|
|
671
1453
|
<line num="37" count="0" type="stmt"/>
|
|
1454
|
+
<line num="38" count="0" type="stmt"/>
|
|
1455
|
+
<line num="39" count="0" type="stmt"/>
|
|
1456
|
+
<line num="40" count="0" type="stmt"/>
|
|
1457
|
+
<line num="41" count="0" type="stmt"/>
|
|
1458
|
+
<line num="42" count="0" type="stmt"/>
|
|
1459
|
+
<line num="43" count="0" type="stmt"/>
|
|
672
1460
|
<line num="44" count="0" type="stmt"/>
|
|
1461
|
+
<line num="45" count="0" type="stmt"/>
|
|
1462
|
+
<line num="46" count="0" type="stmt"/>
|
|
1463
|
+
<line num="47" count="0" type="stmt"/>
|
|
1464
|
+
<line num="48" count="0" type="stmt"/>
|
|
1465
|
+
<line num="49" count="0" type="stmt"/>
|
|
1466
|
+
<line num="50" count="0" type="stmt"/>
|
|
1467
|
+
<line num="53" count="0" type="stmt"/>
|
|
673
1468
|
<line num="54" count="0" type="stmt"/>
|
|
674
|
-
<line num="
|
|
1469
|
+
<line num="55" count="0" type="stmt"/>
|
|
1470
|
+
<line num="56" count="0" type="stmt"/>
|
|
675
1471
|
<line num="57" count="0" type="stmt"/>
|
|
1472
|
+
<line num="58" count="0" type="stmt"/>
|
|
676
1473
|
<line num="59" count="0" type="stmt"/>
|
|
1474
|
+
<line num="60" count="0" type="stmt"/>
|
|
1475
|
+
<line num="61" count="0" type="stmt"/>
|
|
677
1476
|
</file>
|
|
678
1477
|
<file name="SearchBar.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/SearchBar.tsx">
|
|
679
|
-
<metrics statements="
|
|
680
|
-
<line num="
|
|
681
|
-
<line num="
|
|
682
|
-
<line num="
|
|
683
|
-
<line num="
|
|
684
|
-
<line num="
|
|
685
|
-
<line num="
|
|
1478
|
+
<metrics statements="46" coveredstatements="39" conditionals="9" coveredconditionals="7" methods="6" coveredmethods="4"/>
|
|
1479
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1480
|
+
<line num="5" count="1" type="stmt"/>
|
|
1481
|
+
<line num="6" count="1" type="stmt"/>
|
|
1482
|
+
<line num="7" count="1" type="stmt"/>
|
|
1483
|
+
<line num="8" count="1" type="stmt"/>
|
|
1484
|
+
<line num="9" count="1" type="stmt"/>
|
|
1485
|
+
<line num="17" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
686
1486
|
<line num="18" count="159" type="stmt"/>
|
|
687
1487
|
<line num="19" count="159" type="stmt"/>
|
|
688
|
-
<line num="21" count="159" type="cond" truecount="
|
|
689
|
-
<line num="
|
|
1488
|
+
<line num="21" count="159" type="cond" truecount="2" falsecount="0"/>
|
|
1489
|
+
<line num="22" count="95" type="stmt"/>
|
|
1490
|
+
<line num="23" count="95" type="stmt"/>
|
|
1491
|
+
<line num="24" count="95" type="stmt"/>
|
|
1492
|
+
<line num="25" count="95" type="cond" truecount="0" falsecount="1"/>
|
|
1493
|
+
<line num="26" count="95" type="stmt"/>
|
|
1494
|
+
<line num="27" count="95" type="stmt"/>
|
|
1495
|
+
<line num="28" count="0" type="stmt"/>
|
|
690
1496
|
<line num="29" count="0" type="stmt"/>
|
|
691
1497
|
<line num="30" count="0" type="stmt"/>
|
|
692
1498
|
<line num="31" count="0" type="stmt"/>
|
|
693
|
-
<line num="
|
|
694
|
-
<line num="
|
|
695
|
-
<line num="
|
|
1499
|
+
<line num="32" count="0" type="stmt"/>
|
|
1500
|
+
<line num="33" count="0" type="stmt"/>
|
|
1501
|
+
<line num="35" count="95" type="stmt"/>
|
|
1502
|
+
<line num="36" count="95" type="stmt"/>
|
|
1503
|
+
<line num="37" count="95" type="stmt"/>
|
|
1504
|
+
<line num="38" count="95" type="stmt"/>
|
|
1505
|
+
<line num="39" count="95" type="stmt"/>
|
|
1506
|
+
<line num="40" count="95" type="stmt"/>
|
|
1507
|
+
<line num="41" count="95" type="stmt"/>
|
|
1508
|
+
<line num="42" count="95" type="stmt"/>
|
|
1509
|
+
<line num="44" count="95" type="stmt"/>
|
|
1510
|
+
<line num="45" count="95" type="stmt"/>
|
|
1511
|
+
<line num="47" count="95" type="stmt"/>
|
|
1512
|
+
<line num="48" count="95" type="stmt"/>
|
|
1513
|
+
<line num="49" count="95" type="cond" truecount="1" falsecount="0"/>
|
|
1514
|
+
<line num="50" count="95" type="stmt"/>
|
|
1515
|
+
<line num="51" count="95" type="stmt"/>
|
|
1516
|
+
<line num="52" count="95" type="cond" truecount="1" falsecount="0"/>
|
|
1517
|
+
<line num="54" count="64" type="stmt"/>
|
|
1518
|
+
<line num="55" count="64" type="stmt"/>
|
|
1519
|
+
<line num="56" count="64" type="stmt"/>
|
|
1520
|
+
<line num="57" count="64" type="stmt"/>
|
|
1521
|
+
<line num="58" count="64" type="cond" truecount="1" falsecount="0"/>
|
|
1522
|
+
<line num="60" count="64" type="stmt"/>
|
|
1523
|
+
<line num="61" count="64" type="stmt"/>
|
|
1524
|
+
<line num="63" count="159" type="stmt"/>
|
|
696
1525
|
</file>
|
|
697
1526
|
<file name="SelectIModel.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/SelectIModel.tsx">
|
|
698
|
-
<metrics statements="
|
|
699
|
-
<line num="
|
|
700
|
-
<line num="
|
|
701
|
-
<line num="
|
|
702
|
-
<line num="
|
|
703
|
-
<line num="
|
|
704
|
-
<line num="
|
|
705
|
-
<line num="
|
|
706
|
-
<line num="
|
|
1527
|
+
<metrics statements="53" coveredstatements="50" conditionals="7" coveredconditionals="6" methods="4" coveredmethods="3"/>
|
|
1528
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1529
|
+
<line num="6" count="1" type="stmt"/>
|
|
1530
|
+
<line num="8" count="1" type="stmt"/>
|
|
1531
|
+
<line num="9" count="1" type="stmt"/>
|
|
1532
|
+
<line num="10" count="1" type="stmt"/>
|
|
1533
|
+
<line num="11" count="1" type="stmt"/>
|
|
1534
|
+
<line num="12" count="1" type="stmt"/>
|
|
1535
|
+
<line num="13" count="1" type="stmt"/>
|
|
1536
|
+
<line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1537
|
+
<line num="16" count="1" type="stmt"/>
|
|
1538
|
+
<line num="17" count="1" type="stmt"/>
|
|
1539
|
+
<line num="18" count="1" type="stmt"/>
|
|
1540
|
+
<line num="19" count="1" type="stmt"/>
|
|
1541
|
+
<line num="20" count="1" type="stmt"/>
|
|
707
1542
|
<line num="21" count="1" type="stmt"/>
|
|
708
1543
|
<line num="22" count="1" type="stmt"/>
|
|
709
1544
|
<line num="23" count="1" type="stmt"/>
|
|
1545
|
+
<line num="24" count="1" type="stmt"/>
|
|
1546
|
+
<line num="25" count="1" type="stmt"/>
|
|
1547
|
+
<line num="26" count="1" type="stmt"/>
|
|
710
1548
|
<line num="27" count="1" type="stmt"/>
|
|
711
1549
|
<line num="28" count="1" type="stmt"/>
|
|
712
|
-
<line num="
|
|
1550
|
+
<line num="29" count="1" type="stmt"/>
|
|
1551
|
+
<line num="36" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
713
1552
|
<line num="37" count="6" type="stmt"/>
|
|
714
1553
|
<line num="38" count="6" type="stmt"/>
|
|
715
|
-
<line num="40" count="6" type="
|
|
1554
|
+
<line num="40" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
716
1555
|
<line num="41" count="1" type="stmt"/>
|
|
717
|
-
<line num="
|
|
718
|
-
<line num="
|
|
1556
|
+
<line num="42" count="6" type="stmt"/>
|
|
1557
|
+
<line num="44" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1558
|
+
<line num="45" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1559
|
+
<line num="46" count="2" type="stmt"/>
|
|
1560
|
+
<line num="47" count="2" type="stmt"/>
|
|
1561
|
+
<line num="48" count="2" type="stmt"/>
|
|
1562
|
+
<line num="49" count="6" type="stmt"/>
|
|
719
1563
|
<line num="51" count="6" type="stmt"/>
|
|
1564
|
+
<line num="52" count="6" type="stmt"/>
|
|
1565
|
+
<line num="53" count="6" type="stmt"/>
|
|
1566
|
+
<line num="54" count="6" type="stmt"/>
|
|
1567
|
+
<line num="55" count="6" type="stmt"/>
|
|
1568
|
+
<line num="56" count="6" type="stmt"/>
|
|
1569
|
+
<line num="57" count="6" type="stmt"/>
|
|
1570
|
+
<line num="58" count="6" type="stmt"/>
|
|
720
1571
|
<line num="59" count="0" type="stmt"/>
|
|
1572
|
+
<line num="60" count="0" type="stmt"/>
|
|
1573
|
+
<line num="61" count="6" type="stmt"/>
|
|
1574
|
+
<line num="62" count="6" type="stmt"/>
|
|
1575
|
+
<line num="63" count="6" type="stmt"/>
|
|
1576
|
+
<line num="64" count="6" type="stmt"/>
|
|
1577
|
+
<line num="65" count="6" type="stmt"/>
|
|
1578
|
+
<line num="66" count="6" type="stmt"/>
|
|
1579
|
+
<line num="67" count="6" type="stmt"/>
|
|
1580
|
+
<line num="69" count="6" type="stmt"/>
|
|
721
1581
|
</file>
|
|
722
1582
|
<file name="utils.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/utils.tsx">
|
|
723
|
-
<metrics statements="
|
|
724
|
-
<line num="
|
|
725
|
-
<line num="
|
|
726
|
-
<line num="
|
|
727
|
-
<line num="
|
|
728
|
-
<line num="
|
|
729
|
-
<line num="
|
|
1583
|
+
<metrics statements="83" coveredstatements="64" conditionals="21" coveredconditionals="9" methods="9" coveredmethods="8"/>
|
|
1584
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1585
|
+
<line num="5" count="1" type="stmt"/>
|
|
1586
|
+
<line num="6" count="1" type="stmt"/>
|
|
1587
|
+
<line num="7" count="1" type="stmt"/>
|
|
1588
|
+
<line num="8" count="1" type="stmt"/>
|
|
1589
|
+
<line num="9" count="1" type="stmt"/>
|
|
1590
|
+
<line num="17" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
730
1591
|
<line num="18" count="2" type="stmt"/>
|
|
731
|
-
<line num="
|
|
1592
|
+
<line num="19" count="2" type="stmt"/>
|
|
1593
|
+
<line num="20" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1594
|
+
<line num="21" count="1" type="stmt"/>
|
|
1595
|
+
<line num="22" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
1596
|
+
<line num="23" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
1597
|
+
<line num="24" count="1" type="stmt"/>
|
|
1598
|
+
<line num="25" count="1" type="stmt"/>
|
|
1599
|
+
<line num="27" count="1" type="stmt"/>
|
|
1600
|
+
<line num="28" count="1" type="stmt"/>
|
|
1601
|
+
<line num="30" count="2" type="stmt"/>
|
|
1602
|
+
<line num="31" count="2" type="stmt"/>
|
|
1603
|
+
<line num="32" count="2" type="stmt"/>
|
|
1604
|
+
<line num="33" count="2" type="stmt"/>
|
|
1605
|
+
<line num="35" count="2" type="stmt"/>
|
|
1606
|
+
<line num="37" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
732
1607
|
<line num="38" count="2" type="stmt"/>
|
|
733
|
-
<line num="39" count="2" type="
|
|
1608
|
+
<line num="39" count="2" type="stmt"/>
|
|
1609
|
+
<line num="40" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
734
1610
|
<line num="41" count="0" type="stmt"/>
|
|
735
1611
|
<line num="42" count="0" type="stmt"/>
|
|
1612
|
+
<line num="43" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
736
1613
|
<line num="44" count="0" type="stmt"/>
|
|
737
1614
|
<line num="45" count="0" type="stmt"/>
|
|
1615
|
+
<line num="46" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
738
1616
|
<line num="47" count="0" type="stmt"/>
|
|
739
1617
|
<line num="48" count="0" type="stmt"/>
|
|
1618
|
+
<line num="49" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
740
1619
|
<line num="50" count="0" type="stmt"/>
|
|
741
1620
|
<line num="51" count="0" type="stmt"/>
|
|
1621
|
+
<line num="52" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
742
1622
|
<line num="53" count="0" type="stmt"/>
|
|
743
1623
|
<line num="54" count="0" type="stmt"/>
|
|
1624
|
+
<line num="55" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
744
1625
|
<line num="56" count="0" type="stmt"/>
|
|
745
1626
|
<line num="57" count="0" type="stmt"/>
|
|
1627
|
+
<line num="58" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
746
1628
|
<line num="59" count="0" type="stmt"/>
|
|
747
1629
|
<line num="60" count="0" type="stmt"/>
|
|
1630
|
+
<line num="61" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
748
1631
|
<line num="62" count="0" type="stmt"/>
|
|
749
1632
|
<line num="63" count="0" type="stmt"/>
|
|
1633
|
+
<line num="64" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
750
1634
|
<line num="65" count="0" type="stmt"/>
|
|
751
1635
|
<line num="66" count="0" type="stmt"/>
|
|
1636
|
+
<line num="67" count="2" type="stmt"/>
|
|
752
1637
|
<line num="68" count="2" type="stmt"/>
|
|
1638
|
+
<line num="69" count="2" type="stmt"/>
|
|
753
1639
|
<line num="70" count="2" type="stmt"/>
|
|
754
|
-
<line num="
|
|
1640
|
+
<line num="71" count="2" type="stmt"/>
|
|
1641
|
+
<line num="73" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
755
1642
|
<line num="74" count="40" type="stmt"/>
|
|
756
|
-
<line num="
|
|
1643
|
+
<line num="75" count="40" type="stmt"/>
|
|
1644
|
+
<line num="76" count="40" type="stmt"/>
|
|
1645
|
+
<line num="77" count="40" type="stmt"/>
|
|
1646
|
+
<line num="78" count="40" type="stmt"/>
|
|
1647
|
+
<line num="83" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
757
1648
|
<line num="84" count="3" type="stmt"/>
|
|
758
|
-
<line num="
|
|
1649
|
+
<line num="85" count="3" type="stmt"/>
|
|
1650
|
+
<line num="87" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
759
1651
|
<line num="88" count="251" type="stmt"/>
|
|
760
1652
|
<line num="90" count="251" type="stmt"/>
|
|
761
|
-
<line num="
|
|
1653
|
+
<line num="91" count="251" type="stmt"/>
|
|
1654
|
+
<line num="92" count="251" type="stmt"/>
|
|
1655
|
+
<line num="93" count="251" type="stmt"/>
|
|
1656
|
+
<line num="94" count="251" type="stmt"/>
|
|
1657
|
+
<line num="96" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
762
1658
|
<line num="97" count="25" type="stmt"/>
|
|
763
|
-
<line num="
|
|
764
|
-
<line num="
|
|
1659
|
+
<line num="98" count="25" type="stmt"/>
|
|
1660
|
+
<line num="99" count="25" type="stmt"/>
|
|
1661
|
+
<line num="100" count="25" type="stmt"/>
|
|
1662
|
+
<line num="102" count="25" type="stmt"/>
|
|
1663
|
+
<line num="104" count="1" type="stmt"/>
|
|
1664
|
+
<line num="106" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
765
1665
|
<line num="107" count="285" type="stmt"/>
|
|
1666
|
+
<line num="108" count="285" type="stmt"/>
|
|
766
1667
|
</file>
|
|
767
1668
|
</package>
|
|
768
1669
|
<package name="src.widget.components.ExtractionStates">
|
|
769
|
-
<metrics statements="
|
|
1670
|
+
<metrics statements="65" coveredstatements="48" conditionals="13" coveredconditionals="8" methods="10" coveredmethods="8"/>
|
|
770
1671
|
<file name="FailedExtractionState.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ExtractionStates/FailedExtractionState.tsx">
|
|
771
|
-
<metrics statements="
|
|
772
|
-
<line num="
|
|
773
|
-
<line num="
|
|
774
|
-
<line num="
|
|
775
|
-
<line num="
|
|
776
|
-
<line num="
|
|
1672
|
+
<metrics statements="18" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
1673
|
+
<line num="1" count="0" type="stmt"/>
|
|
1674
|
+
<line num="5" count="1" type="stmt"/>
|
|
1675
|
+
<line num="6" count="1" type="stmt"/>
|
|
1676
|
+
<line num="7" count="1" type="stmt"/>
|
|
1677
|
+
<line num="8" count="1" type="stmt"/>
|
|
1678
|
+
<line num="15" count="1" type="stmt"/>
|
|
777
1679
|
<line num="16" count="0" type="stmt"/>
|
|
1680
|
+
<line num="17" count="0" type="stmt"/>
|
|
1681
|
+
<line num="18" count="0" type="stmt"/>
|
|
1682
|
+
<line num="19" count="0" type="stmt"/>
|
|
1683
|
+
<line num="20" count="0" type="stmt"/>
|
|
1684
|
+
<line num="21" count="0" type="stmt"/>
|
|
1685
|
+
<line num="22" count="0" type="stmt"/>
|
|
1686
|
+
<line num="23" count="0" type="stmt"/>
|
|
1687
|
+
<line num="24" count="0" type="stmt"/>
|
|
1688
|
+
<line num="26" count="0" type="stmt"/>
|
|
1689
|
+
<line num="27" count="0" type="stmt"/>
|
|
1690
|
+
<line num="28" count="0" type="stmt"/>
|
|
778
1691
|
</file>
|
|
779
1692
|
<file name="QueuedExtractionState.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ExtractionStates/QueuedExtractionState.tsx">
|
|
780
|
-
<metrics statements="
|
|
781
|
-
<line num="
|
|
782
|
-
<line num="
|
|
783
|
-
<line num="
|
|
784
|
-
<line num="
|
|
1693
|
+
<metrics statements="10" coveredstatements="9" conditionals="3" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1694
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1695
|
+
<line num="5" count="1" type="stmt"/>
|
|
1696
|
+
<line num="6" count="1" type="stmt"/>
|
|
1697
|
+
<line num="7" count="1" type="stmt"/>
|
|
1698
|
+
<line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
785
1699
|
<line num="10" count="3" type="stmt"/>
|
|
1700
|
+
<line num="11" count="3" type="stmt"/>
|
|
1701
|
+
<line num="12" count="3" type="stmt"/>
|
|
1702
|
+
<line num="13" count="3" type="stmt"/>
|
|
1703
|
+
<line num="14" count="3" type="stmt"/>
|
|
786
1704
|
</file>
|
|
787
1705
|
<file name="RunningExtractionState.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ExtractionStates/RunningExtractionState.tsx">
|
|
788
|
-
<metrics statements="
|
|
789
|
-
<line num="
|
|
790
|
-
<line num="
|
|
791
|
-
<line num="
|
|
792
|
-
<line num="
|
|
1706
|
+
<metrics statements="8" coveredstatements="7" conditionals="3" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1707
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1708
|
+
<line num="5" count="1" type="stmt"/>
|
|
1709
|
+
<line num="6" count="1" type="stmt"/>
|
|
1710
|
+
<line num="7" count="1" type="stmt"/>
|
|
1711
|
+
<line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
793
1712
|
<line num="10" count="1" type="stmt"/>
|
|
1713
|
+
<line num="11" count="1" type="stmt"/>
|
|
1714
|
+
<line num="12" count="1" type="stmt"/>
|
|
794
1715
|
</file>
|
|
795
1716
|
<file name="StartingExtractionState.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ExtractionStates/StartingExtractionState.tsx">
|
|
796
|
-
<metrics statements="
|
|
797
|
-
<line num="
|
|
798
|
-
<line num="
|
|
799
|
-
<line num="
|
|
800
|
-
<line num="
|
|
1717
|
+
<metrics statements="10" coveredstatements="9" conditionals="3" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1718
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1719
|
+
<line num="5" count="1" type="stmt"/>
|
|
1720
|
+
<line num="6" count="1" type="stmt"/>
|
|
1721
|
+
<line num="7" count="1" type="stmt"/>
|
|
1722
|
+
<line num="9" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
801
1723
|
<line num="10" count="4" type="stmt"/>
|
|
1724
|
+
<line num="11" count="4" type="stmt"/>
|
|
1725
|
+
<line num="12" count="4" type="stmt"/>
|
|
1726
|
+
<line num="13" count="4" type="stmt"/>
|
|
1727
|
+
<line num="14" count="4" type="stmt"/>
|
|
802
1728
|
</file>
|
|
803
1729
|
<file name="SucceededExtractionState.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/components/ExtractionStates/SucceededExtractionState.tsx">
|
|
804
|
-
<metrics statements="
|
|
805
|
-
<line num="
|
|
806
|
-
<line num="
|
|
807
|
-
<line num="
|
|
808
|
-
<line num="
|
|
809
|
-
<line num="
|
|
1730
|
+
<metrics statements="19" coveredstatements="18" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1731
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1732
|
+
<line num="5" count="1" type="stmt"/>
|
|
1733
|
+
<line num="6" count="1" type="stmt"/>
|
|
1734
|
+
<line num="7" count="1" type="stmt"/>
|
|
1735
|
+
<line num="8" count="1" type="stmt"/>
|
|
1736
|
+
<line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
810
1737
|
<line num="16" count="1" type="stmt"/>
|
|
1738
|
+
<line num="17" count="1" type="stmt"/>
|
|
1739
|
+
<line num="18" count="1" type="stmt"/>
|
|
1740
|
+
<line num="19" count="1" type="stmt"/>
|
|
1741
|
+
<line num="20" count="1" type="stmt"/>
|
|
1742
|
+
<line num="21" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
1743
|
+
<line num="22" count="1" type="stmt"/>
|
|
1744
|
+
<line num="23" count="1" type="stmt"/>
|
|
1745
|
+
<line num="24" count="1" type="stmt"/>
|
|
1746
|
+
<line num="25" count="1" type="stmt"/>
|
|
1747
|
+
<line num="27" count="1" type="stmt"/>
|
|
1748
|
+
<line num="28" count="1" type="stmt"/>
|
|
1749
|
+
<line num="29" count="1" type="stmt"/>
|
|
811
1750
|
</file>
|
|
812
1751
|
</package>
|
|
813
1752
|
<package name="src.widget.context">
|
|
814
|
-
<metrics statements="
|
|
1753
|
+
<metrics statements="31" coveredstatements="25" conditionals="8" coveredconditionals="4" methods="5" coveredmethods="4"/>
|
|
815
1754
|
<file name="BulkExtractorContext.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/context/BulkExtractorContext.tsx">
|
|
816
|
-
<metrics statements="
|
|
817
|
-
<line num="
|
|
818
|
-
<line num="
|
|
819
|
-
<line num="
|
|
820
|
-
<line num="
|
|
1755
|
+
<metrics statements="11" coveredstatements="8" conditionals="4" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
1756
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1757
|
+
<line num="6" count="1" type="stmt"/>
|
|
1758
|
+
<line num="7" count="1" type="stmt"/>
|
|
1759
|
+
<line num="16" count="1" type="stmt"/>
|
|
1760
|
+
<line num="18" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
821
1761
|
<line num="19" count="162" type="stmt"/>
|
|
822
1762
|
<line num="20" count="162" type="cond" truecount="0" falsecount="1"/>
|
|
823
1763
|
<line num="21" count="0" type="stmt"/>
|
|
1764
|
+
<line num="22" count="0" type="stmt"/>
|
|
824
1765
|
<line num="23" count="162" type="stmt"/>
|
|
1766
|
+
<line num="24" count="162" type="stmt"/>
|
|
825
1767
|
</file>
|
|
826
1768
|
<file name="ReportsConfigApiContext.tsx" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/context/ReportsConfigApiContext.tsx">
|
|
827
|
-
<metrics statements="
|
|
828
|
-
<line num="
|
|
829
|
-
<line num="
|
|
830
|
-
<line num="
|
|
831
|
-
<line num="
|
|
832
|
-
<line num="
|
|
833
|
-
<line num="
|
|
834
|
-
<line num="
|
|
1769
|
+
<metrics statements="20" coveredstatements="17" conditionals="4" coveredconditionals="2" methods="3" coveredmethods="2"/>
|
|
1770
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1771
|
+
<line num="6" count="1" type="stmt"/>
|
|
1772
|
+
<line num="8" count="1" type="stmt"/>
|
|
1773
|
+
<line num="9" count="1" type="stmt"/>
|
|
1774
|
+
<line num="10" count="1" type="stmt"/>
|
|
1775
|
+
<line num="23" count="1" type="stmt"/>
|
|
1776
|
+
<line num="24" count="1" type="stmt"/>
|
|
1777
|
+
<line num="25" count="1" type="stmt"/>
|
|
1778
|
+
<line num="26" count="1" type="stmt"/>
|
|
1779
|
+
<line num="27" count="1" type="stmt"/>
|
|
1780
|
+
<line num="28" count="1" type="stmt"/>
|
|
1781
|
+
<line num="29" count="1" type="stmt"/>
|
|
1782
|
+
<line num="30" count="1" type="stmt"/>
|
|
1783
|
+
<line num="32" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
835
1784
|
<line num="33" count="444" type="stmt"/>
|
|
836
1785
|
<line num="34" count="444" type="cond" truecount="0" falsecount="1"/>
|
|
837
1786
|
<line num="35" count="0" type="stmt"/>
|
|
1787
|
+
<line num="36" count="0" type="stmt"/>
|
|
838
1788
|
<line num="37" count="444" type="stmt"/>
|
|
1789
|
+
<line num="38" count="444" type="stmt"/>
|
|
839
1790
|
</file>
|
|
840
1791
|
</package>
|
|
841
1792
|
<package name="src.widget.hooks">
|
|
842
|
-
<metrics statements="
|
|
1793
|
+
<metrics statements="46" coveredstatements="45" conditionals="8" coveredconditionals="7" methods="6" coveredmethods="6"/>
|
|
843
1794
|
<file name="useValidator.ts" path="/home/vsts/work/1/s/packages/itwin/reports-config-widget/src/widget/hooks/useValidator.ts">
|
|
844
|
-
<metrics statements="
|
|
845
|
-
<line num="
|
|
846
|
-
<line num="
|
|
847
|
-
<line num="
|
|
848
|
-
<line num="
|
|
849
|
-
<line num="
|
|
1795
|
+
<metrics statements="46" coveredstatements="45" conditionals="8" coveredconditionals="7" methods="6" coveredmethods="6"/>
|
|
1796
|
+
<line num="1" count="0" type="cond" truecount="1" falsecount="1"/>
|
|
1797
|
+
<line num="5" count="1" type="stmt"/>
|
|
1798
|
+
<line num="6" count="1" type="stmt"/>
|
|
1799
|
+
<line num="7" count="1" type="stmt"/>
|
|
1800
|
+
<line num="9" count="1" type="stmt"/>
|
|
1801
|
+
<line num="11" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
850
1802
|
<line num="12" count="270" type="stmt"/>
|
|
851
1803
|
<line num="13" count="270" type="stmt"/>
|
|
1804
|
+
<line num="14" count="270" type="stmt"/>
|
|
1805
|
+
<line num="15" count="270" type="stmt"/>
|
|
1806
|
+
<line num="16" count="270" type="cond" truecount="1" falsecount="0"/>
|
|
852
1807
|
<line num="17" count="512" type="stmt"/>
|
|
1808
|
+
<line num="18" count="512" type="stmt"/>
|
|
1809
|
+
<line num="19" count="270" type="stmt"/>
|
|
1810
|
+
<line num="20" count="270" type="stmt"/>
|
|
1811
|
+
<line num="21" count="270" type="stmt"/>
|
|
1812
|
+
<line num="22" count="270" type="cond" truecount="1" falsecount="0"/>
|
|
853
1813
|
<line num="23" count="510" type="stmt"/>
|
|
1814
|
+
<line num="24" count="510" type="stmt"/>
|
|
1815
|
+
<line num="25" count="270" type="stmt"/>
|
|
1816
|
+
<line num="26" count="270" type="stmt"/>
|
|
1817
|
+
<line num="27" count="270" type="stmt"/>
|
|
1818
|
+
<line num="28" count="270" type="cond" truecount="1" falsecount="0"/>
|
|
854
1819
|
<line num="29" count="508" type="stmt"/>
|
|
1820
|
+
<line num="30" count="508" type="stmt"/>
|
|
1821
|
+
<line num="31" count="270" type="stmt"/>
|
|
1822
|
+
<line num="32" count="270" type="stmt"/>
|
|
1823
|
+
<line num="33" count="270" type="stmt"/>
|
|
1824
|
+
<line num="34" count="270" type="cond" truecount="1" falsecount="0"/>
|
|
855
1825
|
<line num="35" count="506" type="stmt"/>
|
|
1826
|
+
<line num="36" count="506" type="stmt"/>
|
|
1827
|
+
<line num="37" count="270" type="stmt"/>
|
|
1828
|
+
<line num="38" count="270" type="stmt"/>
|
|
856
1829
|
<line num="40" count="270" type="stmt"/>
|
|
1830
|
+
<line num="41" count="270" type="stmt"/>
|
|
1831
|
+
<line num="42" count="270" type="stmt"/>
|
|
857
1832
|
<line num="44" count="270" type="stmt"/>
|
|
1833
|
+
<line num="45" count="270" type="stmt"/>
|
|
1834
|
+
<line num="46" count="270" type="stmt"/>
|
|
1835
|
+
<line num="47" count="270" type="stmt"/>
|
|
858
1836
|
<line num="49" count="270" type="cond" truecount="1" falsecount="0"/>
|
|
859
1837
|
<line num="50" count="4" type="stmt"/>
|
|
1838
|
+
<line num="51" count="4" type="stmt"/>
|
|
860
1839
|
<line num="53" count="270" type="stmt"/>
|
|
861
|
-
<line num="
|
|
1840
|
+
<line num="54" count="270" type="stmt"/>
|
|
1841
|
+
<line num="56" count="1" type="stmt"/>
|
|
862
1842
|
</file>
|
|
863
1843
|
</package>
|
|
864
1844
|
</project>
|