@k-int/stripes-kint-components 3.2.2 → 3.2.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +3 -0
- package/es/lib/ActionList/ActionListFieldArray.js +2 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesLookup.js +2 -2
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.js +22 -24
- package/es/lib/CustomProperties/Config/CustomPropertiesSettings.test.js +26 -32
- package/es/lib/CustomProperties/Config/CustomPropertyForm.js +2 -2
- package/es/lib/CustomProperties/Config/CustomPropertyForm.test.js +39 -47
- package/es/lib/CustomProperties/Config/CustomPropertyView.test.js +82 -100
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.js +2 -2
- package/es/lib/CustomProperties/Edit/CustomPropertiesListField.test.js +22 -28
- package/es/lib/CustomProperties/Edit/CustomPropertyField.js +1 -1
- package/es/lib/CustomProperties/Edit/CustomPropertyField.test.js +69 -85
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.js +2 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilter.test.js +26 -32
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterField.js +2 -2
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterFieldArray.test.js +15 -19
- package/es/lib/CustomProperties/Filter/CustomPropertiesFilterForm.test.js +17 -21
- package/es/lib/CustomProperties/Filter/CustomPropertiesRule.test.js +129 -161
- package/es/lib/CustomProperties/Filter/useParseActiveFilterStrings.js +2 -2
- package/es/lib/CustomProperties/View/CustomPropertiesViewCtx.js +2 -2
- package/es/lib/CustomProperties/View/CustomPropertyCard.js +2 -2
- package/es/lib/CycleButton/CycleButton.js +2 -2
- package/es/lib/EditableRefdataCategoryList/EditableRefdataCategoryList.js +22 -24
- package/es/lib/EditableRefdataList/EditableRefdataList.js +25 -27
- package/es/lib/EditableSettingsList/EditableSettingsListFieldArray.test.js +44 -50
- package/es/lib/EditableSettingsList/SettingField/EditSettingValue.js +1 -1
- package/es/lib/EditableSettingsList/SettingField/RenderSettingValue.test.js +139 -163
- package/es/lib/EditableSettingsList/SettingField/SettingField.js +9 -9
- package/es/lib/EditableSettingsList/SettingField/SettingField.test.js +117 -133
- package/es/lib/IconSelect/IconSelect.js +2 -2
- package/es/lib/QueryTypedown/QueryTypedown.js +2 -2
- package/es/lib/ResponsiveButtonGroup/ResponsiveButtonGroup.js +1 -1
- package/es/lib/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js +2 -2
- package/es/lib/RichSelect/RichSelect.js +2 -2
- package/es/lib/RichSelect/useSelectedOption.js +2 -2
- package/es/lib/SASQLookupComponent/SASQLookupComponent.js +2 -2
- package/es/lib/Typedown/Typedown.js +2 -2
- package/es/lib/hooks/settingsHooks/useAppSettings.js +1 -1
- package/es/lib/hooks/settingsHooks/useSettings.js +1 -1
- package/es/lib/hooks/typedownHooks/useTypedownData.js +2 -2
- package/es/lib/hooks/typedownHooks/useTypedownToggle.js +2 -2
- package/es/lib/hooks/useActiveElement.js +2 -2
- package/es/lib/hooks/useHelperApp.js +2 -2
- package/es/lib/hooks/useKiwtFieldArray.js +2 -2
- package/es/lib/hooks/useKiwtSASQuery.js +2 -2
- package/es/lib/hooks/useLocalStorageState.js +2 -2
- package/es/lib/hooks/useMutateCustomProperties.js +23 -29
- package/es/lib/hooks/useMutateRefdataCategory.js +21 -25
- package/es/lib/hooks/useMutateRefdataValue.js +30 -34
- package/es/lib/hooks/useQIndex.js +2 -2
- package/es/lib/hooks/useSASQQueryMeta.js +1 -1
- package/es/lib/utils/generateKiwtQueryParams.js +2 -2
- package/es/lib/utils/groupCustomPropertiesByCtx.js +1 -1
- package/es/lib/utils/highlightString.js +2 -2
- package/es/lib/utils/parseErrorResponse.js +42 -44
- package/junit.xml +1492 -222
- package/package.json +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionList.js.html +12 -3
- package/src/artifacts/coverage-jest/lcov-report/ActionList/ActionListFieldArray.js.html +53 -14
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.html +8 -8
- package/src/artifacts/coverage-jest/lcov-report/ActionList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesLookup.js.html +42 -42
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertiesSettings.js.html +166 -88
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyForm.js.html +58 -58
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/CustomPropertyView.js.html +27 -27
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.html +53 -53
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Config/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEdit.js.html +17 -17
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesEditCtx.js.html +26 -26
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertiesListField.js.html +90 -90
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyField.js.html +116 -116
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/CustomPropertyFormCard.js.html +26 -26
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.html +64 -64
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Edit/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilter.js.html +31 -31
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterField.js.html +48 -48
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterFieldArray.js.html +20 -20
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesFilterForm.js.html +17 -17
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/CustomPropertiesRule.js.html +43 -43
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.html +96 -96
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/testResources.js.html +5 -5
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useOperators.js.html +35 -35
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useParseActiveFilterStrings.js.html +37 -37
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/Filter/useValueProps.js.html +35 -35
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesView.js.html +14 -14
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertiesViewCtx.js.html +43 -43
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/CustomPropertyCard.js.html +5 -5
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.html +31 -31
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/View/testResources.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CustomProperties/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/CycleButton.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/CycleButton/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/EditableRefdataCategoryList.js.html +96 -9
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataCategoryList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/EditableRefdataList.js.html +152 -29
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/EditableRefdataList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsList.js.html +13 -4
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/EditableSettingsListFieldArray.js.html +29 -20
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/EditSettingValue.js.html +37 -37
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/RenderSettingValue.js.html +62 -62
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/SettingField.js.html +85 -70
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.html +43 -43
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/SettingField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.html +21 -21
- package/src/artifacts/coverage-jest/lcov-report/EditableSettingsList/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormModal/FormModal.js.html +30 -30
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.html +21 -21
- package/src/artifacts/coverage-jest/lcov-report/FormModal/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/FormattedKintMessage.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/FormattedKintMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/IconSelect.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/IconSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/NoResultsMessage.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/NoResultsMessage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/QueryTypedown.js.html +23 -8
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.html +7 -7
- package/src/artifacts/coverage-jest/lcov-report/QueryTypedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/RefdataButtons.js.html +52 -52
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.html +21 -21
- package/src/artifacts/coverage-jest/lcov-report/RefdataButtons/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/ResponsiveButtonGroup.js.html +11 -2
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.html +9 -9
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/ResponsiveButtonGroup/useResponsiveButtonGroupSizing.js.html +58 -10
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/RichSelect.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/RichSelect/useSelectedOption.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/SASQLookupComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/TableBody.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/TableBody/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQLookupComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/SASQRoute.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQRoute/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/SASQViewComponent.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SASQViewComponent/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/SearchField.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SearchField/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPage.js.html +16 -4
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/SettingPagePane.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/SettingPage/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/Typedown/Typedown.js.html +20 -8
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/Typedown/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/customProperties.js.html +12 -12
- package/src/artifacts/coverage-jest/lcov-report/constants/eventCodes.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/constants/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/SettingsContext.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/contexts/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.html +34 -34
- package/src/artifacts/coverage-jest/lcov-report/hooks/index.js.html +2 -5
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/index.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedown.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownData.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/typedownHooks/useTypedownToggle.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useActiveElement.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useHelperApp.js.html +30 -18
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKey.js.html +24 -24
- package/src/artifacts/coverage-jest/lcov-report/hooks/useIntlKeyStore.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useInvalidateRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKintIntl.js.html +38 -38
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtFieldArray.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useKiwtSASQuery.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useLocalStorageState.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateCustomProperties.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataCategory.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useMutateRefdataValue.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useQIndex.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useRefdata.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useSASQQueryMeta.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/hooks/useTemplates.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/index.html +161 -146
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.html +161 -0
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/index.js.html +94 -0
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useAppSettings.js.html +292 -0
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettingSection.js.html +211 -0
- package/src/artifacts/coverage-jest/lcov-report/settingsHooks/useSettings.js.html +466 -0
- package/src/artifacts/coverage-jest/lcov-report/utils/buildUrl.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQuery.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/generateKiwtQueryParams.js.html +4 -4
- package/src/artifacts/coverage-jest/lcov-report/utils/groupCustomPropertiesByCtx.js.html +22 -22
- package/src/artifacts/coverage-jest/lcov-report/utils/highlightString.js.html +3 -3
- package/src/artifacts/coverage-jest/lcov-report/utils/index.html +42 -57
- package/src/artifacts/coverage-jest/lcov-report/utils/index.js.html +2 -35
- package/src/artifacts/coverage-jest/lcov-report/utils/matchString.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/parseErrorResponse.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/parseKiwtQueryGroups.js.html +161 -80
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataOptions.js.html +1 -1
- package/src/artifacts/coverage-jest/lcov-report/utils/refdataQueryKey.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/selectorSafe.js.html +45 -3
- package/src/artifacts/coverage-jest/lcov-report/utils/sortByLabel.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/utils/toCamelCase.js.html +16 -16
- package/src/artifacts/coverage-jest/lcov-report/utils/typedownQueryKey.js.html +2 -2
- package/src/artifacts/coverage-jest/lcov-report/validators/index.html +131 -0
- package/src/artifacts/coverage-jest/lcov-report/validators/index.js.html +88 -0
- package/src/artifacts/coverage-jest/lcov-report/validators/validators.js.html +370 -0
- package/src/artifacts/coverage-jest/lcov.info +1843 -1735
- package/src/lib/CustomProperties/View/CustomPropertyCard.js +3 -3
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">
|
|
26
|
+
<span class="strong">8.11% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>146/1800</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">
|
|
33
|
+
<span class="strong">1.48% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>18/1214</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">
|
|
40
|
+
<span class="strong">3.36% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>17/505</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">8.28% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>143/1725</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -84,13 +84,13 @@
|
|
|
84
84
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
85
85
|
</td>
|
|
86
86
|
<td data-value="0" class="pct low">0%</td>
|
|
87
|
-
<td data-value="
|
|
87
|
+
<td data-value="133" class="abs low">0/133</td>
|
|
88
88
|
<td data-value="0" class="pct low">0%</td>
|
|
89
|
-
<td data-value="
|
|
89
|
+
<td data-value="99" class="abs low">0/99</td>
|
|
90
90
|
<td data-value="0" class="pct low">0%</td>
|
|
91
91
|
<td data-value="33" class="abs low">0/33</td>
|
|
92
92
|
<td data-value="0" class="pct low">0%</td>
|
|
93
|
-
<td data-value="
|
|
93
|
+
<td data-value="126" class="abs low">0/126</td>
|
|
94
94
|
</tr>
|
|
95
95
|
|
|
96
96
|
<tr>
|
|
@@ -109,63 +109,63 @@
|
|
|
109
109
|
</tr>
|
|
110
110
|
|
|
111
111
|
<tr>
|
|
112
|
-
<td class="file
|
|
113
|
-
<td data-value="
|
|
114
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
112
|
+
<td class="file low" data-value="CustomProperties/Config"><a href="CustomProperties/Config/index.html">CustomProperties/Config</a></td>
|
|
113
|
+
<td data-value="9.82" class="pic low">
|
|
114
|
+
<div class="chart"><div class="cover-fill" style="width: 9%"></div><div class="cover-empty" style="width: 91%"></div></div>
|
|
115
115
|
</td>
|
|
116
|
-
<td data-value="
|
|
117
|
-
<td data-value="
|
|
118
|
-
<td data-value="
|
|
119
|
-
<td data-value="
|
|
120
|
-
<td data-value="
|
|
121
|
-
<td data-value="36" class="abs low">
|
|
122
|
-
<td data-value="
|
|
123
|
-
<td data-value="
|
|
116
|
+
<td data-value="9.82" class="pct low">9.82%</td>
|
|
117
|
+
<td data-value="112" class="abs low">11/112</td>
|
|
118
|
+
<td data-value="0" class="pct low">0%</td>
|
|
119
|
+
<td data-value="122" class="abs low">0/122</td>
|
|
120
|
+
<td data-value="0" class="pct low">0%</td>
|
|
121
|
+
<td data-value="36" class="abs low">0/36</td>
|
|
122
|
+
<td data-value="10.09" class="pct low">10.09%</td>
|
|
123
|
+
<td data-value="109" class="abs low">11/109</td>
|
|
124
124
|
</tr>
|
|
125
125
|
|
|
126
126
|
<tr>
|
|
127
|
-
<td class="file
|
|
128
|
-
<td data-value="
|
|
129
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
127
|
+
<td class="file low" data-value="CustomProperties/Edit"><a href="CustomProperties/Edit/index.html">CustomProperties/Edit</a></td>
|
|
128
|
+
<td data-value="15" class="pic low">
|
|
129
|
+
<div class="chart"><div class="cover-fill" style="width: 15%"></div><div class="cover-empty" style="width: 85%"></div></div>
|
|
130
130
|
</td>
|
|
131
|
-
<td data-value="
|
|
132
|
-
<td data-value="180" class="abs
|
|
133
|
-
<td data-value="
|
|
134
|
-
<td data-value="111" class="abs
|
|
135
|
-
<td data-value="
|
|
136
|
-
<td data-value="59" class="abs
|
|
137
|
-
<td data-value="
|
|
138
|
-
<td data-value="171" class="abs
|
|
131
|
+
<td data-value="15" class="pct low">15%</td>
|
|
132
|
+
<td data-value="180" class="abs low">27/180</td>
|
|
133
|
+
<td data-value="0" class="pct low">0%</td>
|
|
134
|
+
<td data-value="111" class="abs low">0/111</td>
|
|
135
|
+
<td data-value="18.64" class="pct low">18.64%</td>
|
|
136
|
+
<td data-value="59" class="abs low">11/59</td>
|
|
137
|
+
<td data-value="14.61" class="pct low">14.61%</td>
|
|
138
|
+
<td data-value="171" class="abs low">25/171</td>
|
|
139
139
|
</tr>
|
|
140
140
|
|
|
141
141
|
<tr>
|
|
142
|
-
<td class="file
|
|
143
|
-
<td data-value="
|
|
144
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
142
|
+
<td class="file low" data-value="CustomProperties/Filter"><a href="CustomProperties/Filter/index.html">CustomProperties/Filter</a></td>
|
|
143
|
+
<td data-value="12.5" class="pic low">
|
|
144
|
+
<div class="chart"><div class="cover-fill" style="width: 12%"></div><div class="cover-empty" style="width: 88%"></div></div>
|
|
145
145
|
</td>
|
|
146
|
-
<td data-value="
|
|
147
|
-
<td data-value="152" class="abs
|
|
148
|
-
<td data-value="
|
|
149
|
-
<td data-value="82" class="abs
|
|
150
|
-
<td data-value="
|
|
151
|
-
<td data-value="54" class="abs
|
|
152
|
-
<td data-value="
|
|
153
|
-
<td data-value="138" class="abs
|
|
146
|
+
<td data-value="12.5" class="pct low">12.5%</td>
|
|
147
|
+
<td data-value="152" class="abs low">19/152</td>
|
|
148
|
+
<td data-value="0" class="pct low">0%</td>
|
|
149
|
+
<td data-value="82" class="abs low">0/82</td>
|
|
150
|
+
<td data-value="3.7" class="pct low">3.7%</td>
|
|
151
|
+
<td data-value="54" class="abs low">2/54</td>
|
|
152
|
+
<td data-value="13.04" class="pct low">13.04%</td>
|
|
153
|
+
<td data-value="138" class="abs low">18/138</td>
|
|
154
154
|
</tr>
|
|
155
155
|
|
|
156
156
|
<tr>
|
|
157
|
-
<td class="file
|
|
158
|
-
<td data-value="
|
|
159
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
157
|
+
<td class="file low" data-value="CustomProperties/View"><a href="CustomProperties/View/index.html">CustomProperties/View</a></td>
|
|
158
|
+
<td data-value="17.77" class="pic low">
|
|
159
|
+
<div class="chart"><div class="cover-fill" style="width: 17%"></div><div class="cover-empty" style="width: 83%"></div></div>
|
|
160
160
|
</td>
|
|
161
|
-
<td data-value="
|
|
162
|
-
<td data-value="45" class="abs
|
|
163
|
-
<td data-value="
|
|
164
|
-
<td data-value="
|
|
165
|
-
<td data-value="
|
|
166
|
-
<td data-value="11" class="abs
|
|
167
|
-
<td data-value="
|
|
168
|
-
<td data-value="44" class="abs
|
|
161
|
+
<td data-value="17.77" class="pct low">17.77%</td>
|
|
162
|
+
<td data-value="45" class="abs low">8/45</td>
|
|
163
|
+
<td data-value="0" class="pct low">0%</td>
|
|
164
|
+
<td data-value="54" class="abs low">0/54</td>
|
|
165
|
+
<td data-value="0" class="pct low">0%</td>
|
|
166
|
+
<td data-value="11" class="abs low">0/11</td>
|
|
167
|
+
<td data-value="18.18" class="pct low">18.18%</td>
|
|
168
|
+
<td data-value="44" class="abs low">8/44</td>
|
|
169
169
|
</tr>
|
|
170
170
|
|
|
171
171
|
<tr>
|
|
@@ -189,13 +189,13 @@
|
|
|
189
189
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
190
190
|
</td>
|
|
191
191
|
<td data-value="0" class="pct low">0%</td>
|
|
192
|
-
<td data-value="
|
|
192
|
+
<td data-value="39" class="abs low">0/39</td>
|
|
193
193
|
<td data-value="0" class="pct low">0%</td>
|
|
194
|
-
<td data-value="
|
|
194
|
+
<td data-value="24" class="abs low">0/24</td>
|
|
195
195
|
<td data-value="0" class="pct low">0%</td>
|
|
196
|
-
<td data-value="
|
|
196
|
+
<td data-value="16" class="abs low">0/16</td>
|
|
197
197
|
<td data-value="0" class="pct low">0%</td>
|
|
198
|
-
<td data-value="
|
|
198
|
+
<td data-value="38" class="abs low">0/38</td>
|
|
199
199
|
</tr>
|
|
200
200
|
|
|
201
201
|
<tr>
|
|
@@ -204,58 +204,58 @@
|
|
|
204
204
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
205
205
|
</td>
|
|
206
206
|
<td data-value="0" class="pct low">0%</td>
|
|
207
|
-
<td data-value="
|
|
207
|
+
<td data-value="45" class="abs low">0/45</td>
|
|
208
208
|
<td data-value="0" class="pct low">0%</td>
|
|
209
|
-
<td data-value="
|
|
209
|
+
<td data-value="35" class="abs low">0/35</td>
|
|
210
210
|
<td data-value="0" class="pct low">0%</td>
|
|
211
|
-
<td data-value="
|
|
211
|
+
<td data-value="16" class="abs low">0/16</td>
|
|
212
212
|
<td data-value="0" class="pct low">0%</td>
|
|
213
|
-
<td data-value="
|
|
213
|
+
<td data-value="44" class="abs low">0/44</td>
|
|
214
214
|
</tr>
|
|
215
215
|
|
|
216
216
|
<tr>
|
|
217
217
|
<td class="file low" data-value="EditableSettingsList"><a href="EditableSettingsList/index.html">EditableSettingsList</a></td>
|
|
218
|
-
<td data-value="
|
|
219
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
218
|
+
<td data-value="16.66" class="pic low">
|
|
219
|
+
<div class="chart"><div class="cover-fill" style="width: 16%"></div><div class="cover-empty" style="width: 84%"></div></div>
|
|
220
220
|
</td>
|
|
221
|
-
<td data-value="
|
|
222
|
-
<td data-value="12" class="abs low">
|
|
223
|
-
<td data-value="
|
|
224
|
-
<td data-value="
|
|
225
|
-
<td data-value="
|
|
226
|
-
<td data-value="6" class="abs low">
|
|
227
|
-
<td data-value="
|
|
228
|
-
<td data-value="12" class="abs low">
|
|
221
|
+
<td data-value="16.66" class="pct low">16.66%</td>
|
|
222
|
+
<td data-value="12" class="abs low">2/12</td>
|
|
223
|
+
<td data-value="0" class="pct low">0%</td>
|
|
224
|
+
<td data-value="4" class="abs low">0/4</td>
|
|
225
|
+
<td data-value="0" class="pct low">0%</td>
|
|
226
|
+
<td data-value="6" class="abs low">0/6</td>
|
|
227
|
+
<td data-value="16.66" class="pct low">16.66%</td>
|
|
228
|
+
<td data-value="12" class="abs low">2/12</td>
|
|
229
229
|
</tr>
|
|
230
230
|
|
|
231
231
|
<tr>
|
|
232
|
-
<td class="file
|
|
233
|
-
<td data-value="
|
|
234
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
232
|
+
<td class="file low" data-value="EditableSettingsList/SettingField"><a href="EditableSettingsList/SettingField/index.html">EditableSettingsList/SettingField</a></td>
|
|
233
|
+
<td data-value="7.22" class="pic low">
|
|
234
|
+
<div class="chart"><div class="cover-fill" style="width: 7%"></div><div class="cover-empty" style="width: 93%"></div></div>
|
|
235
235
|
</td>
|
|
236
|
-
<td data-value="
|
|
237
|
-
<td data-value="
|
|
238
|
-
<td data-value="
|
|
239
|
-
<td data-value="
|
|
240
|
-
<td data-value="
|
|
241
|
-
<td data-value="25" class="abs low">
|
|
242
|
-
<td data-value="
|
|
243
|
-
<td data-value="
|
|
236
|
+
<td data-value="7.22" class="pct low">7.22%</td>
|
|
237
|
+
<td data-value="83" class="abs low">6/83</td>
|
|
238
|
+
<td data-value="0" class="pct low">0%</td>
|
|
239
|
+
<td data-value="53" class="abs low">0/53</td>
|
|
240
|
+
<td data-value="0" class="pct low">0%</td>
|
|
241
|
+
<td data-value="25" class="abs low">0/25</td>
|
|
242
|
+
<td data-value="7.4" class="pct low">7.4%</td>
|
|
243
|
+
<td data-value="81" class="abs low">6/81</td>
|
|
244
244
|
</tr>
|
|
245
245
|
|
|
246
246
|
<tr>
|
|
247
|
-
<td class="file
|
|
248
|
-
<td data-value="
|
|
249
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
247
|
+
<td class="file low" data-value="FormModal"><a href="FormModal/index.html">FormModal</a></td>
|
|
248
|
+
<td data-value="14.28" class="pic low">
|
|
249
|
+
<div class="chart"><div class="cover-fill" style="width: 14%"></div><div class="cover-empty" style="width: 86%"></div></div>
|
|
250
250
|
</td>
|
|
251
|
-
<td data-value="
|
|
252
|
-
<td data-value="14" class="abs
|
|
253
|
-
<td data-value="
|
|
254
|
-
<td data-value="6" class="abs
|
|
255
|
-
<td data-value="
|
|
256
|
-
<td data-value="4" class="abs
|
|
257
|
-
<td data-value="
|
|
258
|
-
<td data-value="14" class="abs
|
|
251
|
+
<td data-value="14.28" class="pct low">14.28%</td>
|
|
252
|
+
<td data-value="14" class="abs low">2/14</td>
|
|
253
|
+
<td data-value="0" class="pct low">0%</td>
|
|
254
|
+
<td data-value="6" class="abs low">0/6</td>
|
|
255
|
+
<td data-value="0" class="pct low">0%</td>
|
|
256
|
+
<td data-value="4" class="abs low">0/4</td>
|
|
257
|
+
<td data-value="14.28" class="pct low">14.28%</td>
|
|
258
|
+
<td data-value="14" class="abs low">2/14</td>
|
|
259
259
|
</tr>
|
|
260
260
|
|
|
261
261
|
<tr>
|
|
@@ -309,28 +309,28 @@
|
|
|
309
309
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
310
310
|
</td>
|
|
311
311
|
<td data-value="0" class="pct low">0%</td>
|
|
312
|
-
<td data-value="
|
|
312
|
+
<td data-value="11" class="abs low">0/11</td>
|
|
313
313
|
<td data-value="0" class="pct low">0%</td>
|
|
314
314
|
<td data-value="1" class="abs low">0/1</td>
|
|
315
315
|
<td data-value="0" class="pct low">0%</td>
|
|
316
|
-
<td data-value="
|
|
316
|
+
<td data-value="4" class="abs low">0/4</td>
|
|
317
317
|
<td data-value="0" class="pct low">0%</td>
|
|
318
|
-
<td data-value="
|
|
318
|
+
<td data-value="11" class="abs low">0/11</td>
|
|
319
319
|
</tr>
|
|
320
320
|
|
|
321
321
|
<tr>
|
|
322
|
-
<td class="file
|
|
323
|
-
<td data-value="
|
|
324
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
322
|
+
<td class="file low" data-value="RefdataButtons"><a href="RefdataButtons/index.html">RefdataButtons</a></td>
|
|
323
|
+
<td data-value="6.66" class="pic low">
|
|
324
|
+
<div class="chart"><div class="cover-fill" style="width: 6%"></div><div class="cover-empty" style="width: 94%"></div></div>
|
|
325
325
|
</td>
|
|
326
|
-
<td data-value="
|
|
327
|
-
<td data-value="30" class="abs
|
|
328
|
-
<td data-value="
|
|
329
|
-
<td data-value="15" class="abs
|
|
330
|
-
<td data-value="
|
|
331
|
-
<td data-value="7" class="abs
|
|
332
|
-
<td data-value="
|
|
333
|
-
<td data-value="29" class="abs
|
|
326
|
+
<td data-value="6.66" class="pct low">6.66%</td>
|
|
327
|
+
<td data-value="30" class="abs low">2/30</td>
|
|
328
|
+
<td data-value="0" class="pct low">0%</td>
|
|
329
|
+
<td data-value="15" class="abs low">0/15</td>
|
|
330
|
+
<td data-value="0" class="pct low">0%</td>
|
|
331
|
+
<td data-value="7" class="abs low">0/7</td>
|
|
332
|
+
<td data-value="6.89" class="pct low">6.89%</td>
|
|
333
|
+
<td data-value="29" class="abs low">2/29</td>
|
|
334
334
|
</tr>
|
|
335
335
|
|
|
336
336
|
<tr>
|
|
@@ -339,13 +339,13 @@
|
|
|
339
339
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
340
340
|
</td>
|
|
341
341
|
<td data-value="0" class="pct low">0%</td>
|
|
342
|
-
<td data-value="
|
|
342
|
+
<td data-value="61" class="abs low">0/61</td>
|
|
343
343
|
<td data-value="0" class="pct low">0%</td>
|
|
344
|
-
<td data-value="
|
|
344
|
+
<td data-value="48" class="abs low">0/48</td>
|
|
345
345
|
<td data-value="0" class="pct low">0%</td>
|
|
346
|
-
<td data-value="
|
|
346
|
+
<td data-value="19" class="abs low">0/19</td>
|
|
347
347
|
<td data-value="0" class="pct low">0%</td>
|
|
348
|
-
<td data-value="
|
|
348
|
+
<td data-value="60" class="abs low">0/60</td>
|
|
349
349
|
</tr>
|
|
350
350
|
|
|
351
351
|
<tr>
|
|
@@ -446,7 +446,7 @@
|
|
|
446
446
|
<td data-value="0" class="pct low">0%</td>
|
|
447
447
|
<td data-value="9" class="abs low">0/9</td>
|
|
448
448
|
<td data-value="0" class="pct low">0%</td>
|
|
449
|
-
<td data-value="
|
|
449
|
+
<td data-value="2" class="abs low">0/2</td>
|
|
450
450
|
<td data-value="0" class="pct low">0%</td>
|
|
451
451
|
<td data-value="2" class="abs low">0/2</td>
|
|
452
452
|
<td data-value="0" class="pct low">0%</td>
|
|
@@ -461,7 +461,7 @@
|
|
|
461
461
|
<td data-value="0" class="pct low">0%</td>
|
|
462
462
|
<td data-value="41" class="abs low">0/41</td>
|
|
463
463
|
<td data-value="0" class="pct low">0%</td>
|
|
464
|
-
<td data-value="
|
|
464
|
+
<td data-value="33" class="abs low">0/33</td>
|
|
465
465
|
<td data-value="0" class="pct low">0%</td>
|
|
466
466
|
<td data-value="13" class="abs low">0/13</td>
|
|
467
467
|
<td data-value="0" class="pct low">0%</td>
|
|
@@ -500,62 +500,77 @@
|
|
|
500
500
|
|
|
501
501
|
<tr>
|
|
502
502
|
<td class="file low" data-value="hooks"><a href="hooks/index.html">hooks</a></td>
|
|
503
|
-
<td data-value="
|
|
504
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
503
|
+
<td data-value="0.72" class="pic low">
|
|
504
|
+
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
505
505
|
</td>
|
|
506
|
-
<td data-value="
|
|
507
|
-
<td data-value="
|
|
508
|
-
<td data-value="
|
|
509
|
-
<td data-value="
|
|
510
|
-
<td data-value="
|
|
511
|
-
<td data-value="70" class="abs low">
|
|
512
|
-
<td data-value="
|
|
513
|
-
<td data-value="
|
|
506
|
+
<td data-value="0.72" class="pct low">0.72%</td>
|
|
507
|
+
<td data-value="276" class="abs low">2/276</td>
|
|
508
|
+
<td data-value="0" class="pct low">0%</td>
|
|
509
|
+
<td data-value="112" class="abs low">0/112</td>
|
|
510
|
+
<td data-value="0" class="pct low">0%</td>
|
|
511
|
+
<td data-value="70" class="abs low">0/70</td>
|
|
512
|
+
<td data-value="0.75" class="pct low">0.75%</td>
|
|
513
|
+
<td data-value="265" class="abs low">2/265</td>
|
|
514
514
|
</tr>
|
|
515
515
|
|
|
516
516
|
<tr>
|
|
517
|
-
<td class="file low" data-value="hooks/
|
|
517
|
+
<td class="file low" data-value="hooks/typedownHooks"><a href="hooks/typedownHooks/index.html">hooks/typedownHooks</a></td>
|
|
518
518
|
<td data-value="0" class="pic low">
|
|
519
519
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
520
520
|
</td>
|
|
521
521
|
<td data-value="0" class="pct low">0%</td>
|
|
522
|
-
<td data-value="
|
|
522
|
+
<td data-value="78" class="abs low">0/78</td>
|
|
523
523
|
<td data-value="0" class="pct low">0%</td>
|
|
524
|
-
<td data-value="
|
|
524
|
+
<td data-value="50" class="abs low">0/50</td>
|
|
525
525
|
<td data-value="0" class="pct low">0%</td>
|
|
526
|
-
<td data-value="
|
|
526
|
+
<td data-value="11" class="abs low">0/11</td>
|
|
527
527
|
<td data-value="0" class="pct low">0%</td>
|
|
528
|
-
<td data-value="
|
|
528
|
+
<td data-value="77" class="abs low">0/77</td>
|
|
529
529
|
</tr>
|
|
530
530
|
|
|
531
531
|
<tr>
|
|
532
|
-
<td class="file low" data-value="
|
|
532
|
+
<td class="file low" data-value="settingsHooks"><a href="settingsHooks/index.html">settingsHooks</a></td>
|
|
533
533
|
<td data-value="0" class="pic low">
|
|
534
534
|
<div class="chart"><div class="cover-fill" style="width: 0%"></div><div class="cover-empty" style="width: 100%"></div></div>
|
|
535
535
|
</td>
|
|
536
536
|
<td data-value="0" class="pct low">0%</td>
|
|
537
|
-
<td data-value="78" class="abs low">0/78</td>
|
|
538
|
-
<td data-value="0" class="pct low">0%</td>
|
|
539
537
|
<td data-value="50" class="abs low">0/50</td>
|
|
540
538
|
<td data-value="0" class="pct low">0%</td>
|
|
541
|
-
<td data-value="
|
|
539
|
+
<td data-value="31" class="abs low">0/31</td>
|
|
542
540
|
<td data-value="0" class="pct low">0%</td>
|
|
543
|
-
<td data-value="
|
|
541
|
+
<td data-value="14" class="abs low">0/14</td>
|
|
542
|
+
<td data-value="0" class="pct low">0%</td>
|
|
543
|
+
<td data-value="49" class="abs low">0/49</td>
|
|
544
544
|
</tr>
|
|
545
545
|
|
|
546
546
|
<tr>
|
|
547
547
|
<td class="file low" data-value="utils"><a href="utils/index.html">utils</a></td>
|
|
548
|
-
<td data-value="
|
|
549
|
-
<div class="chart"><div class="cover-fill" style="width:
|
|
548
|
+
<td data-value="24.21" class="pic low">
|
|
549
|
+
<div class="chart"><div class="cover-fill" style="width: 24%"></div><div class="cover-empty" style="width: 76%"></div></div>
|
|
550
|
+
</td>
|
|
551
|
+
<td data-value="24.21" class="pct low">24.21%</td>
|
|
552
|
+
<td data-value="190" class="abs low">46/190</td>
|
|
553
|
+
<td data-value="12.67" class="pct low">12.67%</td>
|
|
554
|
+
<td data-value="142" class="abs low">18/142</td>
|
|
555
|
+
<td data-value="8.69" class="pct low">8.69%</td>
|
|
556
|
+
<td data-value="46" class="abs low">4/46</td>
|
|
557
|
+
<td data-value="25.98" class="pct low">25.98%</td>
|
|
558
|
+
<td data-value="177" class="abs low">46/177</td>
|
|
559
|
+
</tr>
|
|
560
|
+
|
|
561
|
+
<tr>
|
|
562
|
+
<td class="file low" data-value="validators"><a href="validators/index.html">validators</a></td>
|
|
563
|
+
<td data-value="23.33" class="pic low">
|
|
564
|
+
<div class="chart"><div class="cover-fill" style="width: 23%"></div><div class="cover-empty" style="width: 77%"></div></div>
|
|
550
565
|
</td>
|
|
551
|
-
<td data-value="
|
|
552
|
-
<td data-value="
|
|
553
|
-
<td data-value="
|
|
554
|
-
<td data-value="
|
|
555
|
-
<td data-value="
|
|
556
|
-
<td data-value="
|
|
557
|
-
<td data-value="
|
|
558
|
-
<td data-value="
|
|
566
|
+
<td data-value="23.33" class="pct low">23.33%</td>
|
|
567
|
+
<td data-value="30" class="abs low">7/30</td>
|
|
568
|
+
<td data-value="0" class="pct low">0%</td>
|
|
569
|
+
<td data-value="30" class="abs low">0/30</td>
|
|
570
|
+
<td data-value="0" class="pct low">0%</td>
|
|
571
|
+
<td data-value="11" class="abs low">0/11</td>
|
|
572
|
+
<td data-value="23.33" class="pct low">23.33%</td>
|
|
573
|
+
<td data-value="30" class="abs low">7/30</td>
|
|
559
574
|
</tr>
|
|
560
575
|
|
|
561
576
|
</tbody>
|
|
@@ -566,7 +581,7 @@
|
|
|
566
581
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
567
582
|
Code coverage generated by
|
|
568
583
|
<a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
|
|
569
|
-
at 2023-
|
|
584
|
+
at 2023-03-21T17:34:57.995Z
|
|
570
585
|
</div>
|
|
571
586
|
<script src="prettify.js"></script>
|
|
572
587
|
<script>
|