@rabbitio/ui-kit 1.0.0-beta.51 → 1.0.0-beta.53
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/coverage/clover.xml +1330 -151
- package/coverage/coverage-final.json +11 -4
- package/coverage/index.html +99 -24
- package/coverage/ui-kit/index.html +1 -1
- package/coverage/ui-kit/index.js.html +1 -1
- package/coverage/ui-kit/src/assets/wrappedImages/arrowIcon.jsx.html +1 -1
- package/coverage/ui-kit/src/assets/wrappedImages/arrowTosca.jsx.html +1 -1
- package/coverage/ui-kit/src/assets/wrappedImages/arrowWhite.jsx.html +1 -1
- package/coverage/ui-kit/src/assets/wrappedImages/darkRectangle.jsx.html +1 -1
- package/coverage/ui-kit/src/assets/wrappedImages/determinedError.jsx.html +1 -1
- package/coverage/ui-kit/src/assets/wrappedImages/failedValidationIcon.jsx.html +1 -1
- package/coverage/ui-kit/src/assets/wrappedImages/index.html +20 -5
- package/coverage/ui-kit/src/assets/wrappedImages/infoIcon.jsx.html +151 -0
- package/coverage/ui-kit/src/assets/wrappedImages/successfulValidationIcon.jsx.html +1 -1
- package/coverage/ui-kit/src/assets/wrappedImages/walletIcon.jsx.html +1 -1
- package/coverage/ui-kit/src/common/adapters/axiosAdapter.js.html +1 -1
- package/coverage/ui-kit/src/common/adapters/index.html +1 -1
- package/coverage/ui-kit/src/common/adapters/qrUtils.js.html +1 -1
- package/coverage/ui-kit/src/common/amountUtils.js.html +1 -1
- package/coverage/ui-kit/src/common/errorUtils.js.html +1 -1
- package/coverage/ui-kit/src/common/external-apis/apiGroups.js.html +1 -1
- package/coverage/ui-kit/src/common/external-apis/index.html +1 -1
- package/coverage/ui-kit/src/common/external-apis/ipAddressProviders.js.html +1 -1
- package/coverage/ui-kit/src/common/fiatCurrenciesService.js.html +1 -1
- package/coverage/ui-kit/src/common/index.html +1 -1
- package/coverage/ui-kit/src/common/models/blockchain.js.html +1 -1
- package/coverage/ui-kit/src/common/models/coin.js.html +1 -1
- package/coverage/ui-kit/src/common/models/index.html +1 -1
- package/coverage/ui-kit/src/common/models/protocol.js.html +1 -1
- package/coverage/ui-kit/src/common/utils/cache.js.html +1 -1
- package/coverage/ui-kit/src/common/utils/emailAPI.js.html +1 -1
- package/coverage/ui-kit/src/common/utils/iconsUtils.js.html +88 -0
- package/coverage/ui-kit/src/common/utils/index.html +20 -5
- package/coverage/ui-kit/src/common/utils/logging/index.html +1 -1
- package/coverage/ui-kit/src/common/utils/logging/logger.js.html +1 -1
- package/coverage/ui-kit/src/common/utils/logging/logsStorage.js.html +1 -1
- package/coverage/ui-kit/src/common/utils/postponeExecution.js.html +1 -1
- package/coverage/ui-kit/src/common/utils/safeStringify.js.html +1 -1
- package/coverage/ui-kit/src/components/atoms/AssetIcon/AssetIcon.jsx.html +31 -4
- package/coverage/ui-kit/src/components/atoms/AssetIcon/index.html +5 -5
- package/coverage/ui-kit/src/components/atoms/AssetSelection/AssetSelection.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/AssetSelection/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/BackgroundTitle/BackgroundTitle.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/BackgroundTitle/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/InformationMessage/InformationMessage.jsx.html +265 -0
- package/coverage/ui-kit/src/components/atoms/InformationMessage/index.html +116 -0
- package/coverage/ui-kit/src/components/atoms/Input/Input.jsx.html +679 -0
- package/coverage/ui-kit/src/components/atoms/Input/index.html +116 -0
- package/coverage/ui-kit/src/components/atoms/LoadingDots/LoadingDots.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/LoadingDots/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/NoticeIcon/NoticeIcon.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/NoticeIcon/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/QrCode/QrCode.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/QrCode/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/SupportChat/SupportChat.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/SupportChat/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/Textarea/Textarea.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/Textarea/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/TitleBox/TitleBox.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/TitleBox/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/Tooltip/Tooltip.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/Tooltip/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/TwoLinesOfText/LinesOfText.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/TwoLinesOfText/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/Validation/Validation.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/Validation/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/buttons/Button/Button.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/buttons/Button/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/buttons/Close/Close.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/buttons/Close/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/buttons/LinkButton/LinkButton.jsx.html +1 -1
- package/coverage/ui-kit/src/components/atoms/buttons/LinkButton/index.html +1 -1
- package/coverage/ui-kit/src/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx.html +469 -0
- package/coverage/ui-kit/src/components/atoms/buttons/RadioButtonWithText/index.html +116 -0
- package/coverage/ui-kit/src/components/hooks/index.html +1 -1
- package/coverage/ui-kit/src/components/hooks/useCallHandlingErrors.js.html +1 -1
- package/coverage/ui-kit/src/components/hooks/useReferredState.js.html +1 -1
- package/coverage/ui-kit/src/components/molecules/AmountInput/AmountInput.jsx.html +1 -1
- package/coverage/ui-kit/src/components/molecules/AmountInput/index.html +1 -1
- package/coverage/ui-kit/src/components/molecules/CoinPicker/CoinPicker.jsx.html +2011 -0
- package/coverage/ui-kit/src/components/molecules/CoinPicker/index.html +116 -0
- package/coverage/ui-kit/src/components/molecules/LineWithIconLink/LineWithIconLink.jsx.html +1 -1
- package/coverage/ui-kit/src/components/molecules/LineWithIconLink/index.html +1 -1
- package/coverage/ui-kit/src/components/molecules/TitledLineWithIconLink/TitledLineWithIconLink.jsx.html +1 -1
- package/coverage/ui-kit/src/components/molecules/TitledLineWithIconLink/index.html +1 -1
- package/coverage/ui-kit/src/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx.html +283 -0
- package/coverage/ui-kit/src/components/organisms/CoinPickerDialogStep/index.html +116 -0
- package/coverage/ui-kit/src/components/organisms/Dialog/Dialog.jsx.html +1 -1
- package/coverage/ui-kit/src/components/organisms/Dialog/DialogButtons/DialogButtons.jsx.html +1 -1
- package/coverage/ui-kit/src/components/organisms/Dialog/DialogButtons/index.html +1 -1
- package/coverage/ui-kit/src/components/organisms/Dialog/DialogStep/DialogStep.jsx.html +1 -1
- package/coverage/ui-kit/src/components/organisms/Dialog/DialogStep/index.html +1 -1
- package/coverage/ui-kit/src/components/organisms/Dialog/index.html +1 -1
- package/coverage/ui-kit/src/components/organisms/SwapForm/SwapForm.jsx.html +33 -6
- package/coverage/ui-kit/src/components/organisms/SwapForm/index.html +5 -5
- package/coverage/ui-kit/src/components/templates/DeterminedErrorDialogStep/DeterminedErrorDialogStep.jsx.html +1 -1
- package/coverage/ui-kit/src/components/templates/DeterminedErrorDialogStep/index.html +1 -1
- package/coverage/ui-kit/src/components/utils/index.html +1 -1
- package/coverage/ui-kit/src/components/utils/inputValueProviders.js.html +1 -1
- package/coverage/ui-kit/src/components/utils/textUtils.js.html +1 -1
- package/coverage/ui-kit/src/components/utils/uiUtils.js.html +1 -1
- package/coverage/ui-kit/src/components/utils/urlQueryUtils.js.html +1 -1
- package/coverage/ui-kit/src/constants/atoms/Close/close.jsx.html +1 -1
- package/coverage/ui-kit/src/constants/atoms/Close/index.html +1 -1
- package/coverage/ui-kit/src/constants/atoms/LinkButton/index.html +1 -1
- package/coverage/ui-kit/src/constants/atoms/LinkButton/linkButton.jsx.html +1 -1
- package/coverage/ui-kit/src/constants/atoms/Tooltip/index.html +1 -1
- package/coverage/ui-kit/src/constants/atoms/Tooltip/tooltip.jsx.html +1 -1
- package/coverage/ui-kit/src/constants/organisms/dialog/DialogStep/dialogStep.js.html +1 -1
- package/coverage/ui-kit/src/constants/organisms/dialog/DialogStep/index.html +1 -1
- package/coverage/ui-kit/src/constants/organisms/dialog/dialog.js.html +1 -1
- package/coverage/ui-kit/src/constants/organisms/dialog/index.html +1 -1
- package/coverage/ui-kit/src/index.html +5 -5
- package/coverage/ui-kit/src/index.js.html +28 -4
- package/coverage/ui-kit/src/robustExteranlApiCallerService/cacheAndConcurrentRequestsResolver.js.html +1 -1
- package/coverage/ui-kit/src/robustExteranlApiCallerService/cachedRobustExternalApiCallerService.js.html +1 -1
- package/coverage/ui-kit/src/robustExteranlApiCallerService/cancelProcessing.js.html +1 -1
- package/coverage/ui-kit/src/robustExteranlApiCallerService/concurrentCalculationsMetadataHolder.js.html +1 -1
- package/coverage/ui-kit/src/robustExteranlApiCallerService/externalApiProvider.js.html +1 -1
- package/coverage/ui-kit/src/robustExteranlApiCallerService/externalServicesStatsCollector.js.html +1 -1
- package/coverage/ui-kit/src/robustExteranlApiCallerService/index.html +1 -1
- package/coverage/ui-kit/src/robustExteranlApiCallerService/robustExternalAPICallerService.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/external-apis/index.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/external-apis/swapProvider.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/external-apis/swapspaceSwapProvider.js.html +2 -2
- package/coverage/ui-kit/src/swaps-lib/models/baseSwapCreationInfo.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/models/existingSwap.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/models/existingSwapWithFiatData.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/models/index.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/services/index.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/services/publicSwapService.js.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/utils/index.html +1 -1
- package/coverage/ui-kit/src/swaps-lib/utils/swapUtils.js.html +1 -1
- package/coverage/ui-kit/stories/atoms/BackgroundTitle.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/LinesOfText.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/LoadingDots.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/QrCode.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/Validation.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/buttons/Button.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/buttons/Close.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/buttons/LinkButton.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/atoms/buttons/index.html +1 -1
- package/coverage/ui-kit/stories/atoms/index.html +1 -1
- package/coverage/ui-kit/stories/molecules/LineWithIconLink.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/molecules/TitledLineWithIconLink.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/molecules/index.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/Dialog.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/DialogButtons/DialogButtons.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/DialogButtons/index.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/DialogStep/DialogStep.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/DialogStep/index.html +1 -1
- package/coverage/ui-kit/stories/organisms/Dialog/index.html +1 -1
- package/coverage/ui-kit/stories/stubs/exampleContent.jsx.html +1 -1
- package/coverage/ui-kit/stories/stubs/index.html +1 -1
- package/coverage/ui-kit/stories/templates/DeterminedErrorDialogStep.stories.jsx.html +1 -1
- package/coverage/ui-kit/stories/templates/index.html +1 -1
- package/dist/index.cjs +1021 -134
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +11638 -0
- package/dist/index.css.map +1 -1
- package/dist/index.modern.js +857 -127
- package/dist/index.modern.js.map +1 -1
- package/dist/index.module.js +1016 -135
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1021 -134
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/assets/wrappedImages/infoIcon.jsx +22 -0
- package/src/common/utils/iconsUtils.js +1 -0
- package/src/components/atoms/AssetIcon/AssetIcon.jsx +9 -0
- package/src/components/atoms/InformationMessage/InformationMessage.jsx +60 -0
- package/src/components/atoms/InformationMessage/information-message.module.scss +36 -0
- package/src/components/atoms/Input/Input.jsx +198 -0
- package/src/components/atoms/Input/input.module.scss +107 -0
- package/src/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx +128 -0
- package/src/components/atoms/buttons/RadioButtonWithText/radio-button-with-text.module.scss +86 -0
- package/src/components/molecules/CoinPicker/CoinPicker.jsx +642 -0
- package/src/components/molecules/CoinPicker/coin-picker.module.scss +205 -0
- package/src/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx +66 -0
- package/src/components/organisms/SwapForm/SwapForm.jsx +11 -2
- package/src/index.js +8 -0
- package/src/swaps-lib/external-apis/swapspaceSwapProvider.js +1 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1715643734671" clover="3.2.0">
|
|
3
|
+
<project timestamp="1715643734671" name="All files">
|
|
4
|
+
<metrics statements="16260" coveredstatements="3067" conditionals="582" coveredconditionals="378" methods="316" coveredmethods="82" elements="17158" coveredelements="3527" complexity="0" loc="16260" ncloc="16260" packages="74" files="154" classes="154"/>
|
|
5
5
|
<package name="ui-kit">
|
|
6
6
|
<metrics statements="1" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
7
7
|
<file name="index.js" path="/var/www/html/ui-kit/index.js">
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
</file>
|
|
11
11
|
</package>
|
|
12
12
|
<package name="ui-kit.src">
|
|
13
|
-
<metrics statements="
|
|
13
|
+
<metrics statements="90" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
14
14
|
<file name="index.js" path="/var/www/html/ui-kit/src/index.js">
|
|
15
|
-
<metrics statements="
|
|
15
|
+
<metrics statements="90" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
16
16
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
17
17
|
<line num="2" count="0" type="stmt"/>
|
|
18
18
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -95,10 +95,18 @@
|
|
|
95
95
|
<line num="80" count="0" type="stmt"/>
|
|
96
96
|
<line num="81" count="0" type="stmt"/>
|
|
97
97
|
<line num="82" count="0" type="stmt"/>
|
|
98
|
+
<line num="83" count="0" type="stmt"/>
|
|
99
|
+
<line num="84" count="0" type="stmt"/>
|
|
100
|
+
<line num="85" count="0" type="stmt"/>
|
|
101
|
+
<line num="86" count="0" type="stmt"/>
|
|
102
|
+
<line num="87" count="0" type="stmt"/>
|
|
103
|
+
<line num="88" count="0" type="stmt"/>
|
|
104
|
+
<line num="89" count="0" type="stmt"/>
|
|
105
|
+
<line num="90" count="0" type="stmt"/>
|
|
98
106
|
</file>
|
|
99
107
|
</package>
|
|
100
108
|
<package name="ui-kit.src.assets.wrappedImages">
|
|
101
|
-
<metrics statements="
|
|
109
|
+
<metrics statements="359" coveredstatements="0" conditionals="9" coveredconditionals="0" methods="9" coveredmethods="0"/>
|
|
102
110
|
<file name="arrowIcon.jsx" path="/var/www/html/ui-kit/src/assets/wrappedImages/arrowIcon.jsx">
|
|
103
111
|
<metrics statements="19" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
104
112
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
@@ -376,6 +384,31 @@
|
|
|
376
384
|
<line num="52" count="0" type="stmt"/>
|
|
377
385
|
<line num="53" count="0" type="stmt"/>
|
|
378
386
|
</file>
|
|
387
|
+
<file name="infoIcon.jsx" path="/var/www/html/ui-kit/src/assets/wrappedImages/infoIcon.jsx">
|
|
388
|
+
<metrics statements="22" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
389
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
390
|
+
<line num="2" count="0" type="stmt"/>
|
|
391
|
+
<line num="3" count="0" type="stmt"/>
|
|
392
|
+
<line num="4" count="0" type="stmt"/>
|
|
393
|
+
<line num="5" count="0" type="stmt"/>
|
|
394
|
+
<line num="6" count="0" type="stmt"/>
|
|
395
|
+
<line num="7" count="0" type="stmt"/>
|
|
396
|
+
<line num="8" count="0" type="stmt"/>
|
|
397
|
+
<line num="9" count="0" type="stmt"/>
|
|
398
|
+
<line num="10" count="0" type="stmt"/>
|
|
399
|
+
<line num="11" count="0" type="stmt"/>
|
|
400
|
+
<line num="12" count="0" type="stmt"/>
|
|
401
|
+
<line num="13" count="0" type="stmt"/>
|
|
402
|
+
<line num="14" count="0" type="stmt"/>
|
|
403
|
+
<line num="15" count="0" type="stmt"/>
|
|
404
|
+
<line num="16" count="0" type="stmt"/>
|
|
405
|
+
<line num="17" count="0" type="stmt"/>
|
|
406
|
+
<line num="18" count="0" type="stmt"/>
|
|
407
|
+
<line num="19" count="0" type="stmt"/>
|
|
408
|
+
<line num="20" count="0" type="stmt"/>
|
|
409
|
+
<line num="21" count="0" type="stmt"/>
|
|
410
|
+
<line num="22" count="0" type="stmt"/>
|
|
411
|
+
</file>
|
|
379
412
|
<file name="successfulValidationIcon.jsx" path="/var/www/html/ui-kit/src/assets/wrappedImages/successfulValidationIcon.jsx">
|
|
380
413
|
<metrics statements="40" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
381
414
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
@@ -1561,7 +1594,7 @@
|
|
|
1561
1594
|
</file>
|
|
1562
1595
|
</package>
|
|
1563
1596
|
<package name="ui-kit.src.common.utils">
|
|
1564
|
-
<metrics statements="
|
|
1597
|
+
<metrics statements="348" coveredstatements="177" conditionals="25" coveredconditionals="17" methods="19" coveredmethods="7"/>
|
|
1565
1598
|
<file name="cache.js" path="/var/www/html/ui-kit/src/common/utils/cache.js">
|
|
1566
1599
|
<metrics statements="268" coveredstatements="114" conditionals="9" coveredconditionals="4" methods="15" coveredmethods="4"/>
|
|
1567
1600
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -1854,6 +1887,10 @@
|
|
|
1854
1887
|
<line num="17" count="0" type="stmt"/>
|
|
1855
1888
|
<line num="18" count="1" type="stmt"/>
|
|
1856
1889
|
</file>
|
|
1890
|
+
<file name="iconsUtils.js" path="/var/www/html/ui-kit/src/common/utils/iconsUtils.js">
|
|
1891
|
+
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1892
|
+
<line num="1" count="1" type="stmt"/>
|
|
1893
|
+
</file>
|
|
1857
1894
|
<file name="postponeExecution.js" path="/var/www/html/ui-kit/src/common/utils/postponeExecution.js">
|
|
1858
1895
|
<metrics statements="11" coveredstatements="11" conditionals="5" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
1859
1896
|
<line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -2041,9 +2078,9 @@
|
|
|
2041
2078
|
</file>
|
|
2042
2079
|
</package>
|
|
2043
2080
|
<package name="ui-kit.src.components.atoms.AssetIcon">
|
|
2044
|
-
<metrics statements="
|
|
2081
|
+
<metrics statements="64" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2045
2082
|
<file name="AssetIcon.jsx" path="/var/www/html/ui-kit/src/components/atoms/AssetIcon/AssetIcon.jsx">
|
|
2046
|
-
<metrics statements="
|
|
2083
|
+
<metrics statements="64" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2047
2084
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2048
2085
|
<line num="2" count="0" type="stmt"/>
|
|
2049
2086
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -2099,6 +2136,15 @@
|
|
|
2099
2136
|
<line num="53" count="0" type="stmt"/>
|
|
2100
2137
|
<line num="54" count="0" type="stmt"/>
|
|
2101
2138
|
<line num="55" count="0" type="stmt"/>
|
|
2139
|
+
<line num="56" count="0" type="stmt"/>
|
|
2140
|
+
<line num="57" count="0" type="stmt"/>
|
|
2141
|
+
<line num="58" count="0" type="stmt"/>
|
|
2142
|
+
<line num="59" count="0" type="stmt"/>
|
|
2143
|
+
<line num="60" count="0" type="stmt"/>
|
|
2144
|
+
<line num="61" count="0" type="stmt"/>
|
|
2145
|
+
<line num="62" count="0" type="stmt"/>
|
|
2146
|
+
<line num="63" count="0" type="stmt"/>
|
|
2147
|
+
<line num="64" count="0" type="stmt"/>
|
|
2102
2148
|
</file>
|
|
2103
2149
|
</package>
|
|
2104
2150
|
<package name="ui-kit.src.components.atoms.AssetSelection">
|
|
@@ -2232,10 +2278,10 @@
|
|
|
2232
2278
|
<line num="44" count="0" type="stmt"/>
|
|
2233
2279
|
</file>
|
|
2234
2280
|
</package>
|
|
2235
|
-
<package name="ui-kit.src.components.atoms.
|
|
2236
|
-
<metrics statements="
|
|
2237
|
-
<file name="
|
|
2238
|
-
<metrics statements="
|
|
2281
|
+
<package name="ui-kit.src.components.atoms.InformationMessage">
|
|
2282
|
+
<metrics statements="60" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2283
|
+
<file name="InformationMessage.jsx" path="/var/www/html/ui-kit/src/components/atoms/InformationMessage/InformationMessage.jsx">
|
|
2284
|
+
<metrics statements="60" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2239
2285
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2240
2286
|
<line num="2" count="0" type="stmt"/>
|
|
2241
2287
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -2293,12 +2339,15 @@
|
|
|
2293
2339
|
<line num="55" count="0" type="stmt"/>
|
|
2294
2340
|
<line num="56" count="0" type="stmt"/>
|
|
2295
2341
|
<line num="57" count="0" type="stmt"/>
|
|
2342
|
+
<line num="58" count="0" type="stmt"/>
|
|
2343
|
+
<line num="59" count="0" type="stmt"/>
|
|
2344
|
+
<line num="60" count="0" type="stmt"/>
|
|
2296
2345
|
</file>
|
|
2297
2346
|
</package>
|
|
2298
|
-
<package name="ui-kit.src.components.atoms.
|
|
2299
|
-
<metrics statements="
|
|
2300
|
-
<file name="
|
|
2301
|
-
<metrics statements="
|
|
2347
|
+
<package name="ui-kit.src.components.atoms.Input">
|
|
2348
|
+
<metrics statements="198" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2349
|
+
<file name="Input.jsx" path="/var/www/html/ui-kit/src/components/atoms/Input/Input.jsx">
|
|
2350
|
+
<metrics statements="198" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2302
2351
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2303
2352
|
<line num="2" count="0" type="stmt"/>
|
|
2304
2353
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -2371,52 +2420,138 @@
|
|
|
2371
2420
|
<line num="70" count="0" type="stmt"/>
|
|
2372
2421
|
<line num="71" count="0" type="stmt"/>
|
|
2373
2422
|
<line num="72" count="0" type="stmt"/>
|
|
2423
|
+
<line num="73" count="0" type="stmt"/>
|
|
2424
|
+
<line num="74" count="0" type="stmt"/>
|
|
2425
|
+
<line num="75" count="0" type="stmt"/>
|
|
2426
|
+
<line num="76" count="0" type="stmt"/>
|
|
2427
|
+
<line num="77" count="0" type="stmt"/>
|
|
2428
|
+
<line num="78" count="0" type="stmt"/>
|
|
2429
|
+
<line num="79" count="0" type="stmt"/>
|
|
2430
|
+
<line num="80" count="0" type="stmt"/>
|
|
2431
|
+
<line num="81" count="0" type="stmt"/>
|
|
2432
|
+
<line num="82" count="0" type="stmt"/>
|
|
2433
|
+
<line num="83" count="0" type="stmt"/>
|
|
2434
|
+
<line num="84" count="0" type="stmt"/>
|
|
2435
|
+
<line num="85" count="0" type="stmt"/>
|
|
2436
|
+
<line num="86" count="0" type="stmt"/>
|
|
2437
|
+
<line num="87" count="0" type="stmt"/>
|
|
2438
|
+
<line num="88" count="0" type="stmt"/>
|
|
2439
|
+
<line num="89" count="0" type="stmt"/>
|
|
2440
|
+
<line num="90" count="0" type="stmt"/>
|
|
2441
|
+
<line num="91" count="0" type="stmt"/>
|
|
2442
|
+
<line num="92" count="0" type="stmt"/>
|
|
2443
|
+
<line num="93" count="0" type="stmt"/>
|
|
2444
|
+
<line num="94" count="0" type="stmt"/>
|
|
2445
|
+
<line num="95" count="0" type="stmt"/>
|
|
2446
|
+
<line num="96" count="0" type="stmt"/>
|
|
2447
|
+
<line num="97" count="0" type="stmt"/>
|
|
2448
|
+
<line num="98" count="0" type="stmt"/>
|
|
2449
|
+
<line num="99" count="0" type="stmt"/>
|
|
2450
|
+
<line num="100" count="0" type="stmt"/>
|
|
2451
|
+
<line num="101" count="0" type="stmt"/>
|
|
2452
|
+
<line num="102" count="0" type="stmt"/>
|
|
2453
|
+
<line num="103" count="0" type="stmt"/>
|
|
2454
|
+
<line num="104" count="0" type="stmt"/>
|
|
2455
|
+
<line num="105" count="0" type="stmt"/>
|
|
2456
|
+
<line num="106" count="0" type="stmt"/>
|
|
2457
|
+
<line num="107" count="0" type="stmt"/>
|
|
2458
|
+
<line num="108" count="0" type="stmt"/>
|
|
2459
|
+
<line num="109" count="0" type="stmt"/>
|
|
2460
|
+
<line num="110" count="0" type="stmt"/>
|
|
2461
|
+
<line num="111" count="0" type="stmt"/>
|
|
2462
|
+
<line num="112" count="0" type="stmt"/>
|
|
2463
|
+
<line num="113" count="0" type="stmt"/>
|
|
2464
|
+
<line num="114" count="0" type="stmt"/>
|
|
2465
|
+
<line num="115" count="0" type="stmt"/>
|
|
2466
|
+
<line num="116" count="0" type="stmt"/>
|
|
2467
|
+
<line num="117" count="0" type="stmt"/>
|
|
2468
|
+
<line num="118" count="0" type="stmt"/>
|
|
2469
|
+
<line num="119" count="0" type="stmt"/>
|
|
2470
|
+
<line num="120" count="0" type="stmt"/>
|
|
2471
|
+
<line num="121" count="0" type="stmt"/>
|
|
2472
|
+
<line num="122" count="0" type="stmt"/>
|
|
2473
|
+
<line num="123" count="0" type="stmt"/>
|
|
2474
|
+
<line num="124" count="0" type="stmt"/>
|
|
2475
|
+
<line num="125" count="0" type="stmt"/>
|
|
2476
|
+
<line num="126" count="0" type="stmt"/>
|
|
2477
|
+
<line num="127" count="0" type="stmt"/>
|
|
2478
|
+
<line num="128" count="0" type="stmt"/>
|
|
2479
|
+
<line num="129" count="0" type="stmt"/>
|
|
2480
|
+
<line num="130" count="0" type="stmt"/>
|
|
2481
|
+
<line num="131" count="0" type="stmt"/>
|
|
2482
|
+
<line num="132" count="0" type="stmt"/>
|
|
2483
|
+
<line num="133" count="0" type="stmt"/>
|
|
2484
|
+
<line num="134" count="0" type="stmt"/>
|
|
2485
|
+
<line num="135" count="0" type="stmt"/>
|
|
2486
|
+
<line num="136" count="0" type="stmt"/>
|
|
2487
|
+
<line num="137" count="0" type="stmt"/>
|
|
2488
|
+
<line num="138" count="0" type="stmt"/>
|
|
2489
|
+
<line num="139" count="0" type="stmt"/>
|
|
2490
|
+
<line num="140" count="0" type="stmt"/>
|
|
2491
|
+
<line num="141" count="0" type="stmt"/>
|
|
2492
|
+
<line num="142" count="0" type="stmt"/>
|
|
2493
|
+
<line num="143" count="0" type="stmt"/>
|
|
2494
|
+
<line num="144" count="0" type="stmt"/>
|
|
2495
|
+
<line num="145" count="0" type="stmt"/>
|
|
2496
|
+
<line num="146" count="0" type="stmt"/>
|
|
2497
|
+
<line num="147" count="0" type="stmt"/>
|
|
2498
|
+
<line num="148" count="0" type="stmt"/>
|
|
2499
|
+
<line num="149" count="0" type="stmt"/>
|
|
2500
|
+
<line num="150" count="0" type="stmt"/>
|
|
2501
|
+
<line num="151" count="0" type="stmt"/>
|
|
2502
|
+
<line num="152" count="0" type="stmt"/>
|
|
2503
|
+
<line num="153" count="0" type="stmt"/>
|
|
2504
|
+
<line num="154" count="0" type="stmt"/>
|
|
2505
|
+
<line num="155" count="0" type="stmt"/>
|
|
2506
|
+
<line num="156" count="0" type="stmt"/>
|
|
2507
|
+
<line num="157" count="0" type="stmt"/>
|
|
2508
|
+
<line num="158" count="0" type="stmt"/>
|
|
2509
|
+
<line num="159" count="0" type="stmt"/>
|
|
2510
|
+
<line num="160" count="0" type="stmt"/>
|
|
2511
|
+
<line num="161" count="0" type="stmt"/>
|
|
2512
|
+
<line num="162" count="0" type="stmt"/>
|
|
2513
|
+
<line num="163" count="0" type="stmt"/>
|
|
2514
|
+
<line num="164" count="0" type="stmt"/>
|
|
2515
|
+
<line num="165" count="0" type="stmt"/>
|
|
2516
|
+
<line num="166" count="0" type="stmt"/>
|
|
2517
|
+
<line num="167" count="0" type="stmt"/>
|
|
2518
|
+
<line num="168" count="0" type="stmt"/>
|
|
2519
|
+
<line num="169" count="0" type="stmt"/>
|
|
2520
|
+
<line num="170" count="0" type="stmt"/>
|
|
2521
|
+
<line num="171" count="0" type="stmt"/>
|
|
2522
|
+
<line num="172" count="0" type="stmt"/>
|
|
2523
|
+
<line num="173" count="0" type="stmt"/>
|
|
2524
|
+
<line num="174" count="0" type="stmt"/>
|
|
2525
|
+
<line num="175" count="0" type="stmt"/>
|
|
2526
|
+
<line num="176" count="0" type="stmt"/>
|
|
2527
|
+
<line num="177" count="0" type="stmt"/>
|
|
2528
|
+
<line num="178" count="0" type="stmt"/>
|
|
2529
|
+
<line num="179" count="0" type="stmt"/>
|
|
2530
|
+
<line num="180" count="0" type="stmt"/>
|
|
2531
|
+
<line num="181" count="0" type="stmt"/>
|
|
2532
|
+
<line num="182" count="0" type="stmt"/>
|
|
2533
|
+
<line num="183" count="0" type="stmt"/>
|
|
2534
|
+
<line num="184" count="0" type="stmt"/>
|
|
2535
|
+
<line num="185" count="0" type="stmt"/>
|
|
2536
|
+
<line num="186" count="0" type="stmt"/>
|
|
2537
|
+
<line num="187" count="0" type="stmt"/>
|
|
2538
|
+
<line num="188" count="0" type="stmt"/>
|
|
2539
|
+
<line num="189" count="0" type="stmt"/>
|
|
2540
|
+
<line num="190" count="0" type="stmt"/>
|
|
2541
|
+
<line num="191" count="0" type="stmt"/>
|
|
2542
|
+
<line num="192" count="0" type="stmt"/>
|
|
2543
|
+
<line num="193" count="0" type="stmt"/>
|
|
2544
|
+
<line num="194" count="0" type="stmt"/>
|
|
2545
|
+
<line num="195" count="0" type="stmt"/>
|
|
2546
|
+
<line num="196" count="0" type="stmt"/>
|
|
2547
|
+
<line num="197" count="0" type="stmt"/>
|
|
2548
|
+
<line num="198" count="0" type="stmt"/>
|
|
2374
2549
|
</file>
|
|
2375
2550
|
</package>
|
|
2376
|
-
<package name="ui-kit.src.components.atoms.
|
|
2377
|
-
<metrics statements="
|
|
2378
|
-
<file name="
|
|
2379
|
-
<metrics statements="
|
|
2380
|
-
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2381
|
-
<line num="2" count="0" type="stmt"/>
|
|
2382
|
-
<line num="3" count="0" type="stmt"/>
|
|
2383
|
-
<line num="4" count="0" type="stmt"/>
|
|
2384
|
-
<line num="5" count="0" type="stmt"/>
|
|
2385
|
-
<line num="6" count="0" type="stmt"/>
|
|
2386
|
-
<line num="7" count="0" type="stmt"/>
|
|
2387
|
-
<line num="8" count="0" type="stmt"/>
|
|
2388
|
-
<line num="9" count="0" type="stmt"/>
|
|
2389
|
-
<line num="10" count="0" type="stmt"/>
|
|
2390
|
-
<line num="11" count="0" type="stmt"/>
|
|
2391
|
-
<line num="12" count="0" type="stmt"/>
|
|
2392
|
-
<line num="13" count="0" type="stmt"/>
|
|
2393
|
-
<line num="14" count="0" type="stmt"/>
|
|
2394
|
-
<line num="15" count="0" type="stmt"/>
|
|
2395
|
-
<line num="16" count="0" type="stmt"/>
|
|
2396
|
-
<line num="17" count="0" type="stmt"/>
|
|
2397
|
-
<line num="18" count="0" type="stmt"/>
|
|
2398
|
-
<line num="19" count="0" type="stmt"/>
|
|
2399
|
-
<line num="20" count="0" type="stmt"/>
|
|
2400
|
-
<line num="21" count="0" type="stmt"/>
|
|
2401
|
-
<line num="22" count="0" type="stmt"/>
|
|
2402
|
-
<line num="23" count="0" type="stmt"/>
|
|
2403
|
-
<line num="24" count="0" type="stmt"/>
|
|
2404
|
-
<line num="25" count="0" type="stmt"/>
|
|
2405
|
-
<line num="26" count="0" type="stmt"/>
|
|
2406
|
-
<line num="27" count="0" type="stmt"/>
|
|
2407
|
-
<line num="28" count="0" type="stmt"/>
|
|
2408
|
-
<line num="29" count="0" type="stmt"/>
|
|
2409
|
-
<line num="30" count="0" type="stmt"/>
|
|
2410
|
-
<line num="31" count="0" type="stmt"/>
|
|
2411
|
-
<line num="32" count="0" type="stmt"/>
|
|
2412
|
-
<line num="33" count="0" type="stmt"/>
|
|
2413
|
-
<line num="34" count="0" type="stmt"/>
|
|
2414
|
-
</file>
|
|
2415
|
-
</package>
|
|
2416
|
-
<package name="ui-kit.src.components.atoms.SupportChat">
|
|
2417
|
-
<metrics statements="48" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2418
|
-
<file name="SupportChat.jsx" path="/var/www/html/ui-kit/src/components/atoms/SupportChat/SupportChat.jsx">
|
|
2419
|
-
<metrics statements="48" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2551
|
+
<package name="ui-kit.src.components.atoms.LoadingDots">
|
|
2552
|
+
<metrics statements="57" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2553
|
+
<file name="LoadingDots.jsx" path="/var/www/html/ui-kit/src/components/atoms/LoadingDots/LoadingDots.jsx">
|
|
2554
|
+
<metrics statements="57" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2420
2555
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2421
2556
|
<line num="2" count="0" type="stmt"/>
|
|
2422
2557
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -2465,12 +2600,21 @@
|
|
|
2465
2600
|
<line num="46" count="0" type="stmt"/>
|
|
2466
2601
|
<line num="47" count="0" type="stmt"/>
|
|
2467
2602
|
<line num="48" count="0" type="stmt"/>
|
|
2603
|
+
<line num="49" count="0" type="stmt"/>
|
|
2604
|
+
<line num="50" count="0" type="stmt"/>
|
|
2605
|
+
<line num="51" count="0" type="stmt"/>
|
|
2606
|
+
<line num="52" count="0" type="stmt"/>
|
|
2607
|
+
<line num="53" count="0" type="stmt"/>
|
|
2608
|
+
<line num="54" count="0" type="stmt"/>
|
|
2609
|
+
<line num="55" count="0" type="stmt"/>
|
|
2610
|
+
<line num="56" count="0" type="stmt"/>
|
|
2611
|
+
<line num="57" count="0" type="stmt"/>
|
|
2468
2612
|
</file>
|
|
2469
2613
|
</package>
|
|
2470
|
-
<package name="ui-kit.src.components.atoms.
|
|
2471
|
-
<metrics statements="
|
|
2472
|
-
<file name="
|
|
2473
|
-
<metrics statements="
|
|
2614
|
+
<package name="ui-kit.src.components.atoms.NoticeIcon">
|
|
2615
|
+
<metrics statements="72" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2616
|
+
<file name="NoticeIcon.jsx" path="/var/www/html/ui-kit/src/components/atoms/NoticeIcon/NoticeIcon.jsx">
|
|
2617
|
+
<metrics statements="72" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2474
2618
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2475
2619
|
<line num="2" count="0" type="stmt"/>
|
|
2476
2620
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -2543,17 +2687,189 @@
|
|
|
2543
2687
|
<line num="70" count="0" type="stmt"/>
|
|
2544
2688
|
<line num="71" count="0" type="stmt"/>
|
|
2545
2689
|
<line num="72" count="0" type="stmt"/>
|
|
2546
|
-
|
|
2547
|
-
|
|
2548
|
-
|
|
2549
|
-
|
|
2550
|
-
|
|
2551
|
-
<
|
|
2552
|
-
<line num="
|
|
2553
|
-
<line num="
|
|
2554
|
-
<line num="
|
|
2555
|
-
<line num="
|
|
2556
|
-
<line num="
|
|
2690
|
+
</file>
|
|
2691
|
+
</package>
|
|
2692
|
+
<package name="ui-kit.src.components.atoms.QrCode">
|
|
2693
|
+
<metrics statements="34" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2694
|
+
<file name="QrCode.jsx" path="/var/www/html/ui-kit/src/components/atoms/QrCode/QrCode.jsx">
|
|
2695
|
+
<metrics statements="34" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2696
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2697
|
+
<line num="2" count="0" type="stmt"/>
|
|
2698
|
+
<line num="3" count="0" type="stmt"/>
|
|
2699
|
+
<line num="4" count="0" type="stmt"/>
|
|
2700
|
+
<line num="5" count="0" type="stmt"/>
|
|
2701
|
+
<line num="6" count="0" type="stmt"/>
|
|
2702
|
+
<line num="7" count="0" type="stmt"/>
|
|
2703
|
+
<line num="8" count="0" type="stmt"/>
|
|
2704
|
+
<line num="9" count="0" type="stmt"/>
|
|
2705
|
+
<line num="10" count="0" type="stmt"/>
|
|
2706
|
+
<line num="11" count="0" type="stmt"/>
|
|
2707
|
+
<line num="12" count="0" type="stmt"/>
|
|
2708
|
+
<line num="13" count="0" type="stmt"/>
|
|
2709
|
+
<line num="14" count="0" type="stmt"/>
|
|
2710
|
+
<line num="15" count="0" type="stmt"/>
|
|
2711
|
+
<line num="16" count="0" type="stmt"/>
|
|
2712
|
+
<line num="17" count="0" type="stmt"/>
|
|
2713
|
+
<line num="18" count="0" type="stmt"/>
|
|
2714
|
+
<line num="19" count="0" type="stmt"/>
|
|
2715
|
+
<line num="20" count="0" type="stmt"/>
|
|
2716
|
+
<line num="21" count="0" type="stmt"/>
|
|
2717
|
+
<line num="22" count="0" type="stmt"/>
|
|
2718
|
+
<line num="23" count="0" type="stmt"/>
|
|
2719
|
+
<line num="24" count="0" type="stmt"/>
|
|
2720
|
+
<line num="25" count="0" type="stmt"/>
|
|
2721
|
+
<line num="26" count="0" type="stmt"/>
|
|
2722
|
+
<line num="27" count="0" type="stmt"/>
|
|
2723
|
+
<line num="28" count="0" type="stmt"/>
|
|
2724
|
+
<line num="29" count="0" type="stmt"/>
|
|
2725
|
+
<line num="30" count="0" type="stmt"/>
|
|
2726
|
+
<line num="31" count="0" type="stmt"/>
|
|
2727
|
+
<line num="32" count="0" type="stmt"/>
|
|
2728
|
+
<line num="33" count="0" type="stmt"/>
|
|
2729
|
+
<line num="34" count="0" type="stmt"/>
|
|
2730
|
+
</file>
|
|
2731
|
+
</package>
|
|
2732
|
+
<package name="ui-kit.src.components.atoms.SupportChat">
|
|
2733
|
+
<metrics statements="48" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2734
|
+
<file name="SupportChat.jsx" path="/var/www/html/ui-kit/src/components/atoms/SupportChat/SupportChat.jsx">
|
|
2735
|
+
<metrics statements="48" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2736
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2737
|
+
<line num="2" count="0" type="stmt"/>
|
|
2738
|
+
<line num="3" count="0" type="stmt"/>
|
|
2739
|
+
<line num="4" count="0" type="stmt"/>
|
|
2740
|
+
<line num="5" count="0" type="stmt"/>
|
|
2741
|
+
<line num="6" count="0" type="stmt"/>
|
|
2742
|
+
<line num="7" count="0" type="stmt"/>
|
|
2743
|
+
<line num="8" count="0" type="stmt"/>
|
|
2744
|
+
<line num="9" count="0" type="stmt"/>
|
|
2745
|
+
<line num="10" count="0" type="stmt"/>
|
|
2746
|
+
<line num="11" count="0" type="stmt"/>
|
|
2747
|
+
<line num="12" count="0" type="stmt"/>
|
|
2748
|
+
<line num="13" count="0" type="stmt"/>
|
|
2749
|
+
<line num="14" count="0" type="stmt"/>
|
|
2750
|
+
<line num="15" count="0" type="stmt"/>
|
|
2751
|
+
<line num="16" count="0" type="stmt"/>
|
|
2752
|
+
<line num="17" count="0" type="stmt"/>
|
|
2753
|
+
<line num="18" count="0" type="stmt"/>
|
|
2754
|
+
<line num="19" count="0" type="stmt"/>
|
|
2755
|
+
<line num="20" count="0" type="stmt"/>
|
|
2756
|
+
<line num="21" count="0" type="stmt"/>
|
|
2757
|
+
<line num="22" count="0" type="stmt"/>
|
|
2758
|
+
<line num="23" count="0" type="stmt"/>
|
|
2759
|
+
<line num="24" count="0" type="stmt"/>
|
|
2760
|
+
<line num="25" count="0" type="stmt"/>
|
|
2761
|
+
<line num="26" count="0" type="stmt"/>
|
|
2762
|
+
<line num="27" count="0" type="stmt"/>
|
|
2763
|
+
<line num="28" count="0" type="stmt"/>
|
|
2764
|
+
<line num="29" count="0" type="stmt"/>
|
|
2765
|
+
<line num="30" count="0" type="stmt"/>
|
|
2766
|
+
<line num="31" count="0" type="stmt"/>
|
|
2767
|
+
<line num="32" count="0" type="stmt"/>
|
|
2768
|
+
<line num="33" count="0" type="stmt"/>
|
|
2769
|
+
<line num="34" count="0" type="stmt"/>
|
|
2770
|
+
<line num="35" count="0" type="stmt"/>
|
|
2771
|
+
<line num="36" count="0" type="stmt"/>
|
|
2772
|
+
<line num="37" count="0" type="stmt"/>
|
|
2773
|
+
<line num="38" count="0" type="stmt"/>
|
|
2774
|
+
<line num="39" count="0" type="stmt"/>
|
|
2775
|
+
<line num="40" count="0" type="stmt"/>
|
|
2776
|
+
<line num="41" count="0" type="stmt"/>
|
|
2777
|
+
<line num="42" count="0" type="stmt"/>
|
|
2778
|
+
<line num="43" count="0" type="stmt"/>
|
|
2779
|
+
<line num="44" count="0" type="stmt"/>
|
|
2780
|
+
<line num="45" count="0" type="stmt"/>
|
|
2781
|
+
<line num="46" count="0" type="stmt"/>
|
|
2782
|
+
<line num="47" count="0" type="stmt"/>
|
|
2783
|
+
<line num="48" count="0" type="stmt"/>
|
|
2784
|
+
</file>
|
|
2785
|
+
</package>
|
|
2786
|
+
<package name="ui-kit.src.components.atoms.Textarea">
|
|
2787
|
+
<metrics statements="158" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2788
|
+
<file name="Textarea.jsx" path="/var/www/html/ui-kit/src/components/atoms/Textarea/Textarea.jsx">
|
|
2789
|
+
<metrics statements="158" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2790
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2791
|
+
<line num="2" count="0" type="stmt"/>
|
|
2792
|
+
<line num="3" count="0" type="stmt"/>
|
|
2793
|
+
<line num="4" count="0" type="stmt"/>
|
|
2794
|
+
<line num="5" count="0" type="stmt"/>
|
|
2795
|
+
<line num="6" count="0" type="stmt"/>
|
|
2796
|
+
<line num="7" count="0" type="stmt"/>
|
|
2797
|
+
<line num="8" count="0" type="stmt"/>
|
|
2798
|
+
<line num="9" count="0" type="stmt"/>
|
|
2799
|
+
<line num="10" count="0" type="stmt"/>
|
|
2800
|
+
<line num="11" count="0" type="stmt"/>
|
|
2801
|
+
<line num="12" count="0" type="stmt"/>
|
|
2802
|
+
<line num="13" count="0" type="stmt"/>
|
|
2803
|
+
<line num="14" count="0" type="stmt"/>
|
|
2804
|
+
<line num="15" count="0" type="stmt"/>
|
|
2805
|
+
<line num="16" count="0" type="stmt"/>
|
|
2806
|
+
<line num="17" count="0" type="stmt"/>
|
|
2807
|
+
<line num="18" count="0" type="stmt"/>
|
|
2808
|
+
<line num="19" count="0" type="stmt"/>
|
|
2809
|
+
<line num="20" count="0" type="stmt"/>
|
|
2810
|
+
<line num="21" count="0" type="stmt"/>
|
|
2811
|
+
<line num="22" count="0" type="stmt"/>
|
|
2812
|
+
<line num="23" count="0" type="stmt"/>
|
|
2813
|
+
<line num="24" count="0" type="stmt"/>
|
|
2814
|
+
<line num="25" count="0" type="stmt"/>
|
|
2815
|
+
<line num="26" count="0" type="stmt"/>
|
|
2816
|
+
<line num="27" count="0" type="stmt"/>
|
|
2817
|
+
<line num="28" count="0" type="stmt"/>
|
|
2818
|
+
<line num="29" count="0" type="stmt"/>
|
|
2819
|
+
<line num="30" count="0" type="stmt"/>
|
|
2820
|
+
<line num="31" count="0" type="stmt"/>
|
|
2821
|
+
<line num="32" count="0" type="stmt"/>
|
|
2822
|
+
<line num="33" count="0" type="stmt"/>
|
|
2823
|
+
<line num="34" count="0" type="stmt"/>
|
|
2824
|
+
<line num="35" count="0" type="stmt"/>
|
|
2825
|
+
<line num="36" count="0" type="stmt"/>
|
|
2826
|
+
<line num="37" count="0" type="stmt"/>
|
|
2827
|
+
<line num="38" count="0" type="stmt"/>
|
|
2828
|
+
<line num="39" count="0" type="stmt"/>
|
|
2829
|
+
<line num="40" count="0" type="stmt"/>
|
|
2830
|
+
<line num="41" count="0" type="stmt"/>
|
|
2831
|
+
<line num="42" count="0" type="stmt"/>
|
|
2832
|
+
<line num="43" count="0" type="stmt"/>
|
|
2833
|
+
<line num="44" count="0" type="stmt"/>
|
|
2834
|
+
<line num="45" count="0" type="stmt"/>
|
|
2835
|
+
<line num="46" count="0" type="stmt"/>
|
|
2836
|
+
<line num="47" count="0" type="stmt"/>
|
|
2837
|
+
<line num="48" count="0" type="stmt"/>
|
|
2838
|
+
<line num="49" count="0" type="stmt"/>
|
|
2839
|
+
<line num="50" count="0" type="stmt"/>
|
|
2840
|
+
<line num="51" count="0" type="stmt"/>
|
|
2841
|
+
<line num="52" count="0" type="stmt"/>
|
|
2842
|
+
<line num="53" count="0" type="stmt"/>
|
|
2843
|
+
<line num="54" count="0" type="stmt"/>
|
|
2844
|
+
<line num="55" count="0" type="stmt"/>
|
|
2845
|
+
<line num="56" count="0" type="stmt"/>
|
|
2846
|
+
<line num="57" count="0" type="stmt"/>
|
|
2847
|
+
<line num="58" count="0" type="stmt"/>
|
|
2848
|
+
<line num="59" count="0" type="stmt"/>
|
|
2849
|
+
<line num="60" count="0" type="stmt"/>
|
|
2850
|
+
<line num="61" count="0" type="stmt"/>
|
|
2851
|
+
<line num="62" count="0" type="stmt"/>
|
|
2852
|
+
<line num="63" count="0" type="stmt"/>
|
|
2853
|
+
<line num="64" count="0" type="stmt"/>
|
|
2854
|
+
<line num="65" count="0" type="stmt"/>
|
|
2855
|
+
<line num="66" count="0" type="stmt"/>
|
|
2856
|
+
<line num="67" count="0" type="stmt"/>
|
|
2857
|
+
<line num="68" count="0" type="stmt"/>
|
|
2858
|
+
<line num="69" count="0" type="stmt"/>
|
|
2859
|
+
<line num="70" count="0" type="stmt"/>
|
|
2860
|
+
<line num="71" count="0" type="stmt"/>
|
|
2861
|
+
<line num="72" count="0" type="stmt"/>
|
|
2862
|
+
<line num="73" count="0" type="stmt"/>
|
|
2863
|
+
<line num="74" count="0" type="stmt"/>
|
|
2864
|
+
<line num="75" count="0" type="stmt"/>
|
|
2865
|
+
<line num="76" count="0" type="stmt"/>
|
|
2866
|
+
<line num="77" count="0" type="stmt"/>
|
|
2867
|
+
<line num="78" count="0" type="stmt"/>
|
|
2868
|
+
<line num="79" count="0" type="stmt"/>
|
|
2869
|
+
<line num="80" count="0" type="stmt"/>
|
|
2870
|
+
<line num="81" count="0" type="stmt"/>
|
|
2871
|
+
<line num="82" count="0" type="stmt"/>
|
|
2872
|
+
<line num="83" count="0" type="stmt"/>
|
|
2557
2873
|
<line num="84" count="0" type="stmt"/>
|
|
2558
2874
|
<line num="85" count="0" type="stmt"/>
|
|
2559
2875
|
<line num="86" count="0" type="stmt"/>
|
|
@@ -3439,69 +3755,10 @@
|
|
|
3439
3755
|
<line num="115" count="0" type="stmt"/>
|
|
3440
3756
|
</file>
|
|
3441
3757
|
</package>
|
|
3442
|
-
<package name="ui-kit.src.components.
|
|
3443
|
-
<metrics statements="
|
|
3444
|
-
<file name="
|
|
3445
|
-
<metrics statements="
|
|
3446
|
-
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3447
|
-
<line num="2" count="0" type="stmt"/>
|
|
3448
|
-
<line num="3" count="0" type="stmt"/>
|
|
3449
|
-
<line num="4" count="0" type="stmt"/>
|
|
3450
|
-
<line num="5" count="0" type="stmt"/>
|
|
3451
|
-
<line num="6" count="0" type="stmt"/>
|
|
3452
|
-
<line num="7" count="0" type="stmt"/>
|
|
3453
|
-
<line num="8" count="0" type="stmt"/>
|
|
3454
|
-
<line num="9" count="0" type="stmt"/>
|
|
3455
|
-
<line num="10" count="0" type="stmt"/>
|
|
3456
|
-
<line num="11" count="0" type="stmt"/>
|
|
3457
|
-
<line num="12" count="0" type="stmt"/>
|
|
3458
|
-
<line num="13" count="0" type="stmt"/>
|
|
3459
|
-
<line num="14" count="0" type="stmt"/>
|
|
3460
|
-
<line num="15" count="0" type="stmt"/>
|
|
3461
|
-
<line num="16" count="0" type="stmt"/>
|
|
3462
|
-
<line num="17" count="0" type="stmt"/>
|
|
3463
|
-
<line num="18" count="0" type="stmt"/>
|
|
3464
|
-
<line num="19" count="0" type="stmt"/>
|
|
3465
|
-
<line num="20" count="0" type="stmt"/>
|
|
3466
|
-
<line num="21" count="0" type="stmt"/>
|
|
3467
|
-
<line num="22" count="0" type="stmt"/>
|
|
3468
|
-
<line num="23" count="0" type="stmt"/>
|
|
3469
|
-
<line num="24" count="0" type="stmt"/>
|
|
3470
|
-
<line num="25" count="0" type="stmt"/>
|
|
3471
|
-
<line num="26" count="0" type="stmt"/>
|
|
3472
|
-
</file>
|
|
3473
|
-
<file name="useReferredState.js" path="/var/www/html/ui-kit/src/components/hooks/useReferredState.js">
|
|
3474
|
-
<metrics statements="24" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3475
|
-
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3476
|
-
<line num="2" count="0" type="stmt"/>
|
|
3477
|
-
<line num="3" count="0" type="stmt"/>
|
|
3478
|
-
<line num="4" count="0" type="stmt"/>
|
|
3479
|
-
<line num="5" count="0" type="stmt"/>
|
|
3480
|
-
<line num="6" count="0" type="stmt"/>
|
|
3481
|
-
<line num="7" count="0" type="stmt"/>
|
|
3482
|
-
<line num="8" count="0" type="stmt"/>
|
|
3483
|
-
<line num="9" count="0" type="stmt"/>
|
|
3484
|
-
<line num="10" count="0" type="stmt"/>
|
|
3485
|
-
<line num="11" count="0" type="stmt"/>
|
|
3486
|
-
<line num="12" count="0" type="stmt"/>
|
|
3487
|
-
<line num="13" count="0" type="stmt"/>
|
|
3488
|
-
<line num="14" count="0" type="stmt"/>
|
|
3489
|
-
<line num="15" count="0" type="stmt"/>
|
|
3490
|
-
<line num="16" count="0" type="stmt"/>
|
|
3491
|
-
<line num="17" count="0" type="stmt"/>
|
|
3492
|
-
<line num="18" count="0" type="stmt"/>
|
|
3493
|
-
<line num="19" count="0" type="stmt"/>
|
|
3494
|
-
<line num="20" count="0" type="stmt"/>
|
|
3495
|
-
<line num="21" count="0" type="stmt"/>
|
|
3496
|
-
<line num="22" count="0" type="stmt"/>
|
|
3497
|
-
<line num="23" count="0" type="stmt"/>
|
|
3498
|
-
<line num="24" count="0" type="stmt"/>
|
|
3499
|
-
</file>
|
|
3500
|
-
</package>
|
|
3501
|
-
<package name="ui-kit.src.components.molecules.AmountInput">
|
|
3502
|
-
<metrics statements="424" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3503
|
-
<file name="AmountInput.jsx" path="/var/www/html/ui-kit/src/components/molecules/AmountInput/AmountInput.jsx">
|
|
3504
|
-
<metrics statements="424" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3758
|
+
<package name="ui-kit.src.components.atoms.buttons.RadioButtonWithText">
|
|
3759
|
+
<metrics statements="128" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3760
|
+
<file name="RadioButtonWithText.jsx" path="/var/www/html/ui-kit/src/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx">
|
|
3761
|
+
<metrics statements="128" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3505
3762
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3506
3763
|
<line num="2" count="0" type="stmt"/>
|
|
3507
3764
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -3630,16 +3887,639 @@
|
|
|
3630
3887
|
<line num="126" count="0" type="stmt"/>
|
|
3631
3888
|
<line num="127" count="0" type="stmt"/>
|
|
3632
3889
|
<line num="128" count="0" type="stmt"/>
|
|
3633
|
-
|
|
3634
|
-
|
|
3635
|
-
|
|
3636
|
-
|
|
3637
|
-
|
|
3638
|
-
<
|
|
3639
|
-
<line num="
|
|
3640
|
-
<line num="
|
|
3641
|
-
<line num="
|
|
3642
|
-
<line num="
|
|
3890
|
+
</file>
|
|
3891
|
+
</package>
|
|
3892
|
+
<package name="ui-kit.src.components.hooks">
|
|
3893
|
+
<metrics statements="50" coveredstatements="0" conditionals="2" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
3894
|
+
<file name="useCallHandlingErrors.js" path="/var/www/html/ui-kit/src/components/hooks/useCallHandlingErrors.js">
|
|
3895
|
+
<metrics statements="26" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3896
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3897
|
+
<line num="2" count="0" type="stmt"/>
|
|
3898
|
+
<line num="3" count="0" type="stmt"/>
|
|
3899
|
+
<line num="4" count="0" type="stmt"/>
|
|
3900
|
+
<line num="5" count="0" type="stmt"/>
|
|
3901
|
+
<line num="6" count="0" type="stmt"/>
|
|
3902
|
+
<line num="7" count="0" type="stmt"/>
|
|
3903
|
+
<line num="8" count="0" type="stmt"/>
|
|
3904
|
+
<line num="9" count="0" type="stmt"/>
|
|
3905
|
+
<line num="10" count="0" type="stmt"/>
|
|
3906
|
+
<line num="11" count="0" type="stmt"/>
|
|
3907
|
+
<line num="12" count="0" type="stmt"/>
|
|
3908
|
+
<line num="13" count="0" type="stmt"/>
|
|
3909
|
+
<line num="14" count="0" type="stmt"/>
|
|
3910
|
+
<line num="15" count="0" type="stmt"/>
|
|
3911
|
+
<line num="16" count="0" type="stmt"/>
|
|
3912
|
+
<line num="17" count="0" type="stmt"/>
|
|
3913
|
+
<line num="18" count="0" type="stmt"/>
|
|
3914
|
+
<line num="19" count="0" type="stmt"/>
|
|
3915
|
+
<line num="20" count="0" type="stmt"/>
|
|
3916
|
+
<line num="21" count="0" type="stmt"/>
|
|
3917
|
+
<line num="22" count="0" type="stmt"/>
|
|
3918
|
+
<line num="23" count="0" type="stmt"/>
|
|
3919
|
+
<line num="24" count="0" type="stmt"/>
|
|
3920
|
+
<line num="25" count="0" type="stmt"/>
|
|
3921
|
+
<line num="26" count="0" type="stmt"/>
|
|
3922
|
+
</file>
|
|
3923
|
+
<file name="useReferredState.js" path="/var/www/html/ui-kit/src/components/hooks/useReferredState.js">
|
|
3924
|
+
<metrics statements="24" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3925
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3926
|
+
<line num="2" count="0" type="stmt"/>
|
|
3927
|
+
<line num="3" count="0" type="stmt"/>
|
|
3928
|
+
<line num="4" count="0" type="stmt"/>
|
|
3929
|
+
<line num="5" count="0" type="stmt"/>
|
|
3930
|
+
<line num="6" count="0" type="stmt"/>
|
|
3931
|
+
<line num="7" count="0" type="stmt"/>
|
|
3932
|
+
<line num="8" count="0" type="stmt"/>
|
|
3933
|
+
<line num="9" count="0" type="stmt"/>
|
|
3934
|
+
<line num="10" count="0" type="stmt"/>
|
|
3935
|
+
<line num="11" count="0" type="stmt"/>
|
|
3936
|
+
<line num="12" count="0" type="stmt"/>
|
|
3937
|
+
<line num="13" count="0" type="stmt"/>
|
|
3938
|
+
<line num="14" count="0" type="stmt"/>
|
|
3939
|
+
<line num="15" count="0" type="stmt"/>
|
|
3940
|
+
<line num="16" count="0" type="stmt"/>
|
|
3941
|
+
<line num="17" count="0" type="stmt"/>
|
|
3942
|
+
<line num="18" count="0" type="stmt"/>
|
|
3943
|
+
<line num="19" count="0" type="stmt"/>
|
|
3944
|
+
<line num="20" count="0" type="stmt"/>
|
|
3945
|
+
<line num="21" count="0" type="stmt"/>
|
|
3946
|
+
<line num="22" count="0" type="stmt"/>
|
|
3947
|
+
<line num="23" count="0" type="stmt"/>
|
|
3948
|
+
<line num="24" count="0" type="stmt"/>
|
|
3949
|
+
</file>
|
|
3950
|
+
</package>
|
|
3951
|
+
<package name="ui-kit.src.components.molecules.AmountInput">
|
|
3952
|
+
<metrics statements="424" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3953
|
+
<file name="AmountInput.jsx" path="/var/www/html/ui-kit/src/components/molecules/AmountInput/AmountInput.jsx">
|
|
3954
|
+
<metrics statements="424" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
3955
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
3956
|
+
<line num="2" count="0" type="stmt"/>
|
|
3957
|
+
<line num="3" count="0" type="stmt"/>
|
|
3958
|
+
<line num="4" count="0" type="stmt"/>
|
|
3959
|
+
<line num="5" count="0" type="stmt"/>
|
|
3960
|
+
<line num="6" count="0" type="stmt"/>
|
|
3961
|
+
<line num="7" count="0" type="stmt"/>
|
|
3962
|
+
<line num="8" count="0" type="stmt"/>
|
|
3963
|
+
<line num="9" count="0" type="stmt"/>
|
|
3964
|
+
<line num="10" count="0" type="stmt"/>
|
|
3965
|
+
<line num="11" count="0" type="stmt"/>
|
|
3966
|
+
<line num="12" count="0" type="stmt"/>
|
|
3967
|
+
<line num="13" count="0" type="stmt"/>
|
|
3968
|
+
<line num="14" count="0" type="stmt"/>
|
|
3969
|
+
<line num="15" count="0" type="stmt"/>
|
|
3970
|
+
<line num="16" count="0" type="stmt"/>
|
|
3971
|
+
<line num="17" count="0" type="stmt"/>
|
|
3972
|
+
<line num="18" count="0" type="stmt"/>
|
|
3973
|
+
<line num="19" count="0" type="stmt"/>
|
|
3974
|
+
<line num="20" count="0" type="stmt"/>
|
|
3975
|
+
<line num="21" count="0" type="stmt"/>
|
|
3976
|
+
<line num="22" count="0" type="stmt"/>
|
|
3977
|
+
<line num="23" count="0" type="stmt"/>
|
|
3978
|
+
<line num="24" count="0" type="stmt"/>
|
|
3979
|
+
<line num="25" count="0" type="stmt"/>
|
|
3980
|
+
<line num="26" count="0" type="stmt"/>
|
|
3981
|
+
<line num="27" count="0" type="stmt"/>
|
|
3982
|
+
<line num="28" count="0" type="stmt"/>
|
|
3983
|
+
<line num="29" count="0" type="stmt"/>
|
|
3984
|
+
<line num="30" count="0" type="stmt"/>
|
|
3985
|
+
<line num="31" count="0" type="stmt"/>
|
|
3986
|
+
<line num="32" count="0" type="stmt"/>
|
|
3987
|
+
<line num="33" count="0" type="stmt"/>
|
|
3988
|
+
<line num="34" count="0" type="stmt"/>
|
|
3989
|
+
<line num="35" count="0" type="stmt"/>
|
|
3990
|
+
<line num="36" count="0" type="stmt"/>
|
|
3991
|
+
<line num="37" count="0" type="stmt"/>
|
|
3992
|
+
<line num="38" count="0" type="stmt"/>
|
|
3993
|
+
<line num="39" count="0" type="stmt"/>
|
|
3994
|
+
<line num="40" count="0" type="stmt"/>
|
|
3995
|
+
<line num="41" count="0" type="stmt"/>
|
|
3996
|
+
<line num="42" count="0" type="stmt"/>
|
|
3997
|
+
<line num="43" count="0" type="stmt"/>
|
|
3998
|
+
<line num="44" count="0" type="stmt"/>
|
|
3999
|
+
<line num="45" count="0" type="stmt"/>
|
|
4000
|
+
<line num="46" count="0" type="stmt"/>
|
|
4001
|
+
<line num="47" count="0" type="stmt"/>
|
|
4002
|
+
<line num="48" count="0" type="stmt"/>
|
|
4003
|
+
<line num="49" count="0" type="stmt"/>
|
|
4004
|
+
<line num="50" count="0" type="stmt"/>
|
|
4005
|
+
<line num="51" count="0" type="stmt"/>
|
|
4006
|
+
<line num="52" count="0" type="stmt"/>
|
|
4007
|
+
<line num="53" count="0" type="stmt"/>
|
|
4008
|
+
<line num="54" count="0" type="stmt"/>
|
|
4009
|
+
<line num="55" count="0" type="stmt"/>
|
|
4010
|
+
<line num="56" count="0" type="stmt"/>
|
|
4011
|
+
<line num="57" count="0" type="stmt"/>
|
|
4012
|
+
<line num="58" count="0" type="stmt"/>
|
|
4013
|
+
<line num="59" count="0" type="stmt"/>
|
|
4014
|
+
<line num="60" count="0" type="stmt"/>
|
|
4015
|
+
<line num="61" count="0" type="stmt"/>
|
|
4016
|
+
<line num="62" count="0" type="stmt"/>
|
|
4017
|
+
<line num="63" count="0" type="stmt"/>
|
|
4018
|
+
<line num="64" count="0" type="stmt"/>
|
|
4019
|
+
<line num="65" count="0" type="stmt"/>
|
|
4020
|
+
<line num="66" count="0" type="stmt"/>
|
|
4021
|
+
<line num="67" count="0" type="stmt"/>
|
|
4022
|
+
<line num="68" count="0" type="stmt"/>
|
|
4023
|
+
<line num="69" count="0" type="stmt"/>
|
|
4024
|
+
<line num="70" count="0" type="stmt"/>
|
|
4025
|
+
<line num="71" count="0" type="stmt"/>
|
|
4026
|
+
<line num="72" count="0" type="stmt"/>
|
|
4027
|
+
<line num="73" count="0" type="stmt"/>
|
|
4028
|
+
<line num="74" count="0" type="stmt"/>
|
|
4029
|
+
<line num="75" count="0" type="stmt"/>
|
|
4030
|
+
<line num="76" count="0" type="stmt"/>
|
|
4031
|
+
<line num="77" count="0" type="stmt"/>
|
|
4032
|
+
<line num="78" count="0" type="stmt"/>
|
|
4033
|
+
<line num="79" count="0" type="stmt"/>
|
|
4034
|
+
<line num="80" count="0" type="stmt"/>
|
|
4035
|
+
<line num="81" count="0" type="stmt"/>
|
|
4036
|
+
<line num="82" count="0" type="stmt"/>
|
|
4037
|
+
<line num="83" count="0" type="stmt"/>
|
|
4038
|
+
<line num="84" count="0" type="stmt"/>
|
|
4039
|
+
<line num="85" count="0" type="stmt"/>
|
|
4040
|
+
<line num="86" count="0" type="stmt"/>
|
|
4041
|
+
<line num="87" count="0" type="stmt"/>
|
|
4042
|
+
<line num="88" count="0" type="stmt"/>
|
|
4043
|
+
<line num="89" count="0" type="stmt"/>
|
|
4044
|
+
<line num="90" count="0" type="stmt"/>
|
|
4045
|
+
<line num="91" count="0" type="stmt"/>
|
|
4046
|
+
<line num="92" count="0" type="stmt"/>
|
|
4047
|
+
<line num="93" count="0" type="stmt"/>
|
|
4048
|
+
<line num="94" count="0" type="stmt"/>
|
|
4049
|
+
<line num="95" count="0" type="stmt"/>
|
|
4050
|
+
<line num="96" count="0" type="stmt"/>
|
|
4051
|
+
<line num="97" count="0" type="stmt"/>
|
|
4052
|
+
<line num="98" count="0" type="stmt"/>
|
|
4053
|
+
<line num="99" count="0" type="stmt"/>
|
|
4054
|
+
<line num="100" count="0" type="stmt"/>
|
|
4055
|
+
<line num="101" count="0" type="stmt"/>
|
|
4056
|
+
<line num="102" count="0" type="stmt"/>
|
|
4057
|
+
<line num="103" count="0" type="stmt"/>
|
|
4058
|
+
<line num="104" count="0" type="stmt"/>
|
|
4059
|
+
<line num="105" count="0" type="stmt"/>
|
|
4060
|
+
<line num="106" count="0" type="stmt"/>
|
|
4061
|
+
<line num="107" count="0" type="stmt"/>
|
|
4062
|
+
<line num="108" count="0" type="stmt"/>
|
|
4063
|
+
<line num="109" count="0" type="stmt"/>
|
|
4064
|
+
<line num="110" count="0" type="stmt"/>
|
|
4065
|
+
<line num="111" count="0" type="stmt"/>
|
|
4066
|
+
<line num="112" count="0" type="stmt"/>
|
|
4067
|
+
<line num="113" count="0" type="stmt"/>
|
|
4068
|
+
<line num="114" count="0" type="stmt"/>
|
|
4069
|
+
<line num="115" count="0" type="stmt"/>
|
|
4070
|
+
<line num="116" count="0" type="stmt"/>
|
|
4071
|
+
<line num="117" count="0" type="stmt"/>
|
|
4072
|
+
<line num="118" count="0" type="stmt"/>
|
|
4073
|
+
<line num="119" count="0" type="stmt"/>
|
|
4074
|
+
<line num="120" count="0" type="stmt"/>
|
|
4075
|
+
<line num="121" count="0" type="stmt"/>
|
|
4076
|
+
<line num="122" count="0" type="stmt"/>
|
|
4077
|
+
<line num="123" count="0" type="stmt"/>
|
|
4078
|
+
<line num="124" count="0" type="stmt"/>
|
|
4079
|
+
<line num="125" count="0" type="stmt"/>
|
|
4080
|
+
<line num="126" count="0" type="stmt"/>
|
|
4081
|
+
<line num="127" count="0" type="stmt"/>
|
|
4082
|
+
<line num="128" count="0" type="stmt"/>
|
|
4083
|
+
<line num="129" count="0" type="stmt"/>
|
|
4084
|
+
<line num="130" count="0" type="stmt"/>
|
|
4085
|
+
<line num="131" count="0" type="stmt"/>
|
|
4086
|
+
<line num="132" count="0" type="stmt"/>
|
|
4087
|
+
<line num="133" count="0" type="stmt"/>
|
|
4088
|
+
<line num="134" count="0" type="stmt"/>
|
|
4089
|
+
<line num="135" count="0" type="stmt"/>
|
|
4090
|
+
<line num="136" count="0" type="stmt"/>
|
|
4091
|
+
<line num="137" count="0" type="stmt"/>
|
|
4092
|
+
<line num="138" count="0" type="stmt"/>
|
|
4093
|
+
<line num="139" count="0" type="stmt"/>
|
|
4094
|
+
<line num="140" count="0" type="stmt"/>
|
|
4095
|
+
<line num="141" count="0" type="stmt"/>
|
|
4096
|
+
<line num="142" count="0" type="stmt"/>
|
|
4097
|
+
<line num="143" count="0" type="stmt"/>
|
|
4098
|
+
<line num="144" count="0" type="stmt"/>
|
|
4099
|
+
<line num="145" count="0" type="stmt"/>
|
|
4100
|
+
<line num="146" count="0" type="stmt"/>
|
|
4101
|
+
<line num="147" count="0" type="stmt"/>
|
|
4102
|
+
<line num="148" count="0" type="stmt"/>
|
|
4103
|
+
<line num="149" count="0" type="stmt"/>
|
|
4104
|
+
<line num="150" count="0" type="stmt"/>
|
|
4105
|
+
<line num="151" count="0" type="stmt"/>
|
|
4106
|
+
<line num="152" count="0" type="stmt"/>
|
|
4107
|
+
<line num="153" count="0" type="stmt"/>
|
|
4108
|
+
<line num="154" count="0" type="stmt"/>
|
|
4109
|
+
<line num="155" count="0" type="stmt"/>
|
|
4110
|
+
<line num="156" count="0" type="stmt"/>
|
|
4111
|
+
<line num="157" count="0" type="stmt"/>
|
|
4112
|
+
<line num="158" count="0" type="stmt"/>
|
|
4113
|
+
<line num="159" count="0" type="stmt"/>
|
|
4114
|
+
<line num="160" count="0" type="stmt"/>
|
|
4115
|
+
<line num="161" count="0" type="stmt"/>
|
|
4116
|
+
<line num="162" count="0" type="stmt"/>
|
|
4117
|
+
<line num="163" count="0" type="stmt"/>
|
|
4118
|
+
<line num="164" count="0" type="stmt"/>
|
|
4119
|
+
<line num="165" count="0" type="stmt"/>
|
|
4120
|
+
<line num="166" count="0" type="stmt"/>
|
|
4121
|
+
<line num="167" count="0" type="stmt"/>
|
|
4122
|
+
<line num="168" count="0" type="stmt"/>
|
|
4123
|
+
<line num="169" count="0" type="stmt"/>
|
|
4124
|
+
<line num="170" count="0" type="stmt"/>
|
|
4125
|
+
<line num="171" count="0" type="stmt"/>
|
|
4126
|
+
<line num="172" count="0" type="stmt"/>
|
|
4127
|
+
<line num="173" count="0" type="stmt"/>
|
|
4128
|
+
<line num="174" count="0" type="stmt"/>
|
|
4129
|
+
<line num="175" count="0" type="stmt"/>
|
|
4130
|
+
<line num="176" count="0" type="stmt"/>
|
|
4131
|
+
<line num="177" count="0" type="stmt"/>
|
|
4132
|
+
<line num="178" count="0" type="stmt"/>
|
|
4133
|
+
<line num="179" count="0" type="stmt"/>
|
|
4134
|
+
<line num="180" count="0" type="stmt"/>
|
|
4135
|
+
<line num="181" count="0" type="stmt"/>
|
|
4136
|
+
<line num="182" count="0" type="stmt"/>
|
|
4137
|
+
<line num="183" count="0" type="stmt"/>
|
|
4138
|
+
<line num="184" count="0" type="stmt"/>
|
|
4139
|
+
<line num="185" count="0" type="stmt"/>
|
|
4140
|
+
<line num="186" count="0" type="stmt"/>
|
|
4141
|
+
<line num="187" count="0" type="stmt"/>
|
|
4142
|
+
<line num="188" count="0" type="stmt"/>
|
|
4143
|
+
<line num="189" count="0" type="stmt"/>
|
|
4144
|
+
<line num="190" count="0" type="stmt"/>
|
|
4145
|
+
<line num="191" count="0" type="stmt"/>
|
|
4146
|
+
<line num="192" count="0" type="stmt"/>
|
|
4147
|
+
<line num="193" count="0" type="stmt"/>
|
|
4148
|
+
<line num="194" count="0" type="stmt"/>
|
|
4149
|
+
<line num="195" count="0" type="stmt"/>
|
|
4150
|
+
<line num="196" count="0" type="stmt"/>
|
|
4151
|
+
<line num="197" count="0" type="stmt"/>
|
|
4152
|
+
<line num="198" count="0" type="stmt"/>
|
|
4153
|
+
<line num="199" count="0" type="stmt"/>
|
|
4154
|
+
<line num="200" count="0" type="stmt"/>
|
|
4155
|
+
<line num="201" count="0" type="stmt"/>
|
|
4156
|
+
<line num="202" count="0" type="stmt"/>
|
|
4157
|
+
<line num="203" count="0" type="stmt"/>
|
|
4158
|
+
<line num="204" count="0" type="stmt"/>
|
|
4159
|
+
<line num="205" count="0" type="stmt"/>
|
|
4160
|
+
<line num="206" count="0" type="stmt"/>
|
|
4161
|
+
<line num="207" count="0" type="stmt"/>
|
|
4162
|
+
<line num="208" count="0" type="stmt"/>
|
|
4163
|
+
<line num="209" count="0" type="stmt"/>
|
|
4164
|
+
<line num="210" count="0" type="stmt"/>
|
|
4165
|
+
<line num="211" count="0" type="stmt"/>
|
|
4166
|
+
<line num="212" count="0" type="stmt"/>
|
|
4167
|
+
<line num="213" count="0" type="stmt"/>
|
|
4168
|
+
<line num="214" count="0" type="stmt"/>
|
|
4169
|
+
<line num="215" count="0" type="stmt"/>
|
|
4170
|
+
<line num="216" count="0" type="stmt"/>
|
|
4171
|
+
<line num="217" count="0" type="stmt"/>
|
|
4172
|
+
<line num="218" count="0" type="stmt"/>
|
|
4173
|
+
<line num="219" count="0" type="stmt"/>
|
|
4174
|
+
<line num="220" count="0" type="stmt"/>
|
|
4175
|
+
<line num="221" count="0" type="stmt"/>
|
|
4176
|
+
<line num="222" count="0" type="stmt"/>
|
|
4177
|
+
<line num="223" count="0" type="stmt"/>
|
|
4178
|
+
<line num="224" count="0" type="stmt"/>
|
|
4179
|
+
<line num="225" count="0" type="stmt"/>
|
|
4180
|
+
<line num="226" count="0" type="stmt"/>
|
|
4181
|
+
<line num="227" count="0" type="stmt"/>
|
|
4182
|
+
<line num="228" count="0" type="stmt"/>
|
|
4183
|
+
<line num="229" count="0" type="stmt"/>
|
|
4184
|
+
<line num="230" count="0" type="stmt"/>
|
|
4185
|
+
<line num="231" count="0" type="stmt"/>
|
|
4186
|
+
<line num="232" count="0" type="stmt"/>
|
|
4187
|
+
<line num="233" count="0" type="stmt"/>
|
|
4188
|
+
<line num="234" count="0" type="stmt"/>
|
|
4189
|
+
<line num="235" count="0" type="stmt"/>
|
|
4190
|
+
<line num="236" count="0" type="stmt"/>
|
|
4191
|
+
<line num="237" count="0" type="stmt"/>
|
|
4192
|
+
<line num="238" count="0" type="stmt"/>
|
|
4193
|
+
<line num="239" count="0" type="stmt"/>
|
|
4194
|
+
<line num="240" count="0" type="stmt"/>
|
|
4195
|
+
<line num="241" count="0" type="stmt"/>
|
|
4196
|
+
<line num="242" count="0" type="stmt"/>
|
|
4197
|
+
<line num="243" count="0" type="stmt"/>
|
|
4198
|
+
<line num="244" count="0" type="stmt"/>
|
|
4199
|
+
<line num="245" count="0" type="stmt"/>
|
|
4200
|
+
<line num="246" count="0" type="stmt"/>
|
|
4201
|
+
<line num="247" count="0" type="stmt"/>
|
|
4202
|
+
<line num="248" count="0" type="stmt"/>
|
|
4203
|
+
<line num="249" count="0" type="stmt"/>
|
|
4204
|
+
<line num="250" count="0" type="stmt"/>
|
|
4205
|
+
<line num="251" count="0" type="stmt"/>
|
|
4206
|
+
<line num="252" count="0" type="stmt"/>
|
|
4207
|
+
<line num="253" count="0" type="stmt"/>
|
|
4208
|
+
<line num="254" count="0" type="stmt"/>
|
|
4209
|
+
<line num="255" count="0" type="stmt"/>
|
|
4210
|
+
<line num="256" count="0" type="stmt"/>
|
|
4211
|
+
<line num="257" count="0" type="stmt"/>
|
|
4212
|
+
<line num="258" count="0" type="stmt"/>
|
|
4213
|
+
<line num="259" count="0" type="stmt"/>
|
|
4214
|
+
<line num="260" count="0" type="stmt"/>
|
|
4215
|
+
<line num="261" count="0" type="stmt"/>
|
|
4216
|
+
<line num="262" count="0" type="stmt"/>
|
|
4217
|
+
<line num="263" count="0" type="stmt"/>
|
|
4218
|
+
<line num="264" count="0" type="stmt"/>
|
|
4219
|
+
<line num="265" count="0" type="stmt"/>
|
|
4220
|
+
<line num="266" count="0" type="stmt"/>
|
|
4221
|
+
<line num="267" count="0" type="stmt"/>
|
|
4222
|
+
<line num="268" count="0" type="stmt"/>
|
|
4223
|
+
<line num="269" count="0" type="stmt"/>
|
|
4224
|
+
<line num="270" count="0" type="stmt"/>
|
|
4225
|
+
<line num="271" count="0" type="stmt"/>
|
|
4226
|
+
<line num="272" count="0" type="stmt"/>
|
|
4227
|
+
<line num="273" count="0" type="stmt"/>
|
|
4228
|
+
<line num="274" count="0" type="stmt"/>
|
|
4229
|
+
<line num="275" count="0" type="stmt"/>
|
|
4230
|
+
<line num="276" count="0" type="stmt"/>
|
|
4231
|
+
<line num="277" count="0" type="stmt"/>
|
|
4232
|
+
<line num="278" count="0" type="stmt"/>
|
|
4233
|
+
<line num="279" count="0" type="stmt"/>
|
|
4234
|
+
<line num="280" count="0" type="stmt"/>
|
|
4235
|
+
<line num="281" count="0" type="stmt"/>
|
|
4236
|
+
<line num="282" count="0" type="stmt"/>
|
|
4237
|
+
<line num="283" count="0" type="stmt"/>
|
|
4238
|
+
<line num="284" count="0" type="stmt"/>
|
|
4239
|
+
<line num="285" count="0" type="stmt"/>
|
|
4240
|
+
<line num="286" count="0" type="stmt"/>
|
|
4241
|
+
<line num="287" count="0" type="stmt"/>
|
|
4242
|
+
<line num="288" count="0" type="stmt"/>
|
|
4243
|
+
<line num="289" count="0" type="stmt"/>
|
|
4244
|
+
<line num="290" count="0" type="stmt"/>
|
|
4245
|
+
<line num="291" count="0" type="stmt"/>
|
|
4246
|
+
<line num="292" count="0" type="stmt"/>
|
|
4247
|
+
<line num="293" count="0" type="stmt"/>
|
|
4248
|
+
<line num="294" count="0" type="stmt"/>
|
|
4249
|
+
<line num="295" count="0" type="stmt"/>
|
|
4250
|
+
<line num="296" count="0" type="stmt"/>
|
|
4251
|
+
<line num="297" count="0" type="stmt"/>
|
|
4252
|
+
<line num="298" count="0" type="stmt"/>
|
|
4253
|
+
<line num="299" count="0" type="stmt"/>
|
|
4254
|
+
<line num="300" count="0" type="stmt"/>
|
|
4255
|
+
<line num="301" count="0" type="stmt"/>
|
|
4256
|
+
<line num="302" count="0" type="stmt"/>
|
|
4257
|
+
<line num="303" count="0" type="stmt"/>
|
|
4258
|
+
<line num="304" count="0" type="stmt"/>
|
|
4259
|
+
<line num="305" count="0" type="stmt"/>
|
|
4260
|
+
<line num="306" count="0" type="stmt"/>
|
|
4261
|
+
<line num="307" count="0" type="stmt"/>
|
|
4262
|
+
<line num="308" count="0" type="stmt"/>
|
|
4263
|
+
<line num="309" count="0" type="stmt"/>
|
|
4264
|
+
<line num="310" count="0" type="stmt"/>
|
|
4265
|
+
<line num="311" count="0" type="stmt"/>
|
|
4266
|
+
<line num="312" count="0" type="stmt"/>
|
|
4267
|
+
<line num="313" count="0" type="stmt"/>
|
|
4268
|
+
<line num="314" count="0" type="stmt"/>
|
|
4269
|
+
<line num="315" count="0" type="stmt"/>
|
|
4270
|
+
<line num="316" count="0" type="stmt"/>
|
|
4271
|
+
<line num="317" count="0" type="stmt"/>
|
|
4272
|
+
<line num="318" count="0" type="stmt"/>
|
|
4273
|
+
<line num="319" count="0" type="stmt"/>
|
|
4274
|
+
<line num="320" count="0" type="stmt"/>
|
|
4275
|
+
<line num="321" count="0" type="stmt"/>
|
|
4276
|
+
<line num="322" count="0" type="stmt"/>
|
|
4277
|
+
<line num="323" count="0" type="stmt"/>
|
|
4278
|
+
<line num="324" count="0" type="stmt"/>
|
|
4279
|
+
<line num="325" count="0" type="stmt"/>
|
|
4280
|
+
<line num="326" count="0" type="stmt"/>
|
|
4281
|
+
<line num="327" count="0" type="stmt"/>
|
|
4282
|
+
<line num="328" count="0" type="stmt"/>
|
|
4283
|
+
<line num="329" count="0" type="stmt"/>
|
|
4284
|
+
<line num="330" count="0" type="stmt"/>
|
|
4285
|
+
<line num="331" count="0" type="stmt"/>
|
|
4286
|
+
<line num="332" count="0" type="stmt"/>
|
|
4287
|
+
<line num="333" count="0" type="stmt"/>
|
|
4288
|
+
<line num="334" count="0" type="stmt"/>
|
|
4289
|
+
<line num="335" count="0" type="stmt"/>
|
|
4290
|
+
<line num="336" count="0" type="stmt"/>
|
|
4291
|
+
<line num="337" count="0" type="stmt"/>
|
|
4292
|
+
<line num="338" count="0" type="stmt"/>
|
|
4293
|
+
<line num="339" count="0" type="stmt"/>
|
|
4294
|
+
<line num="340" count="0" type="stmt"/>
|
|
4295
|
+
<line num="341" count="0" type="stmt"/>
|
|
4296
|
+
<line num="342" count="0" type="stmt"/>
|
|
4297
|
+
<line num="343" count="0" type="stmt"/>
|
|
4298
|
+
<line num="344" count="0" type="stmt"/>
|
|
4299
|
+
<line num="345" count="0" type="stmt"/>
|
|
4300
|
+
<line num="346" count="0" type="stmt"/>
|
|
4301
|
+
<line num="347" count="0" type="stmt"/>
|
|
4302
|
+
<line num="348" count="0" type="stmt"/>
|
|
4303
|
+
<line num="349" count="0" type="stmt"/>
|
|
4304
|
+
<line num="350" count="0" type="stmt"/>
|
|
4305
|
+
<line num="351" count="0" type="stmt"/>
|
|
4306
|
+
<line num="352" count="0" type="stmt"/>
|
|
4307
|
+
<line num="353" count="0" type="stmt"/>
|
|
4308
|
+
<line num="354" count="0" type="stmt"/>
|
|
4309
|
+
<line num="355" count="0" type="stmt"/>
|
|
4310
|
+
<line num="356" count="0" type="stmt"/>
|
|
4311
|
+
<line num="357" count="0" type="stmt"/>
|
|
4312
|
+
<line num="358" count="0" type="stmt"/>
|
|
4313
|
+
<line num="359" count="0" type="stmt"/>
|
|
4314
|
+
<line num="360" count="0" type="stmt"/>
|
|
4315
|
+
<line num="361" count="0" type="stmt"/>
|
|
4316
|
+
<line num="362" count="0" type="stmt"/>
|
|
4317
|
+
<line num="363" count="0" type="stmt"/>
|
|
4318
|
+
<line num="364" count="0" type="stmt"/>
|
|
4319
|
+
<line num="365" count="0" type="stmt"/>
|
|
4320
|
+
<line num="366" count="0" type="stmt"/>
|
|
4321
|
+
<line num="367" count="0" type="stmt"/>
|
|
4322
|
+
<line num="368" count="0" type="stmt"/>
|
|
4323
|
+
<line num="369" count="0" type="stmt"/>
|
|
4324
|
+
<line num="370" count="0" type="stmt"/>
|
|
4325
|
+
<line num="371" count="0" type="stmt"/>
|
|
4326
|
+
<line num="372" count="0" type="stmt"/>
|
|
4327
|
+
<line num="373" count="0" type="stmt"/>
|
|
4328
|
+
<line num="374" count="0" type="stmt"/>
|
|
4329
|
+
<line num="375" count="0" type="stmt"/>
|
|
4330
|
+
<line num="376" count="0" type="stmt"/>
|
|
4331
|
+
<line num="377" count="0" type="stmt"/>
|
|
4332
|
+
<line num="378" count="0" type="stmt"/>
|
|
4333
|
+
<line num="379" count="0" type="stmt"/>
|
|
4334
|
+
<line num="380" count="0" type="stmt"/>
|
|
4335
|
+
<line num="381" count="0" type="stmt"/>
|
|
4336
|
+
<line num="382" count="0" type="stmt"/>
|
|
4337
|
+
<line num="383" count="0" type="stmt"/>
|
|
4338
|
+
<line num="384" count="0" type="stmt"/>
|
|
4339
|
+
<line num="385" count="0" type="stmt"/>
|
|
4340
|
+
<line num="386" count="0" type="stmt"/>
|
|
4341
|
+
<line num="387" count="0" type="stmt"/>
|
|
4342
|
+
<line num="388" count="0" type="stmt"/>
|
|
4343
|
+
<line num="389" count="0" type="stmt"/>
|
|
4344
|
+
<line num="390" count="0" type="stmt"/>
|
|
4345
|
+
<line num="391" count="0" type="stmt"/>
|
|
4346
|
+
<line num="392" count="0" type="stmt"/>
|
|
4347
|
+
<line num="393" count="0" type="stmt"/>
|
|
4348
|
+
<line num="394" count="0" type="stmt"/>
|
|
4349
|
+
<line num="395" count="0" type="stmt"/>
|
|
4350
|
+
<line num="396" count="0" type="stmt"/>
|
|
4351
|
+
<line num="397" count="0" type="stmt"/>
|
|
4352
|
+
<line num="398" count="0" type="stmt"/>
|
|
4353
|
+
<line num="399" count="0" type="stmt"/>
|
|
4354
|
+
<line num="400" count="0" type="stmt"/>
|
|
4355
|
+
<line num="401" count="0" type="stmt"/>
|
|
4356
|
+
<line num="402" count="0" type="stmt"/>
|
|
4357
|
+
<line num="403" count="0" type="stmt"/>
|
|
4358
|
+
<line num="404" count="0" type="stmt"/>
|
|
4359
|
+
<line num="405" count="0" type="stmt"/>
|
|
4360
|
+
<line num="406" count="0" type="stmt"/>
|
|
4361
|
+
<line num="407" count="0" type="stmt"/>
|
|
4362
|
+
<line num="408" count="0" type="stmt"/>
|
|
4363
|
+
<line num="409" count="0" type="stmt"/>
|
|
4364
|
+
<line num="410" count="0" type="stmt"/>
|
|
4365
|
+
<line num="411" count="0" type="stmt"/>
|
|
4366
|
+
<line num="412" count="0" type="stmt"/>
|
|
4367
|
+
<line num="413" count="0" type="stmt"/>
|
|
4368
|
+
<line num="414" count="0" type="stmt"/>
|
|
4369
|
+
<line num="415" count="0" type="stmt"/>
|
|
4370
|
+
<line num="416" count="0" type="stmt"/>
|
|
4371
|
+
<line num="417" count="0" type="stmt"/>
|
|
4372
|
+
<line num="418" count="0" type="stmt"/>
|
|
4373
|
+
<line num="419" count="0" type="stmt"/>
|
|
4374
|
+
<line num="420" count="0" type="stmt"/>
|
|
4375
|
+
<line num="421" count="0" type="stmt"/>
|
|
4376
|
+
<line num="422" count="0" type="stmt"/>
|
|
4377
|
+
<line num="423" count="0" type="stmt"/>
|
|
4378
|
+
<line num="424" count="0" type="stmt"/>
|
|
4379
|
+
</file>
|
|
4380
|
+
</package>
|
|
4381
|
+
<package name="ui-kit.src.components.molecules.CoinPicker">
|
|
4382
|
+
<metrics statements="642" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
4383
|
+
<file name="CoinPicker.jsx" path="/var/www/html/ui-kit/src/components/molecules/CoinPicker/CoinPicker.jsx">
|
|
4384
|
+
<metrics statements="642" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
4385
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4386
|
+
<line num="2" count="0" type="stmt"/>
|
|
4387
|
+
<line num="3" count="0" type="stmt"/>
|
|
4388
|
+
<line num="4" count="0" type="stmt"/>
|
|
4389
|
+
<line num="5" count="0" type="stmt"/>
|
|
4390
|
+
<line num="6" count="0" type="stmt"/>
|
|
4391
|
+
<line num="7" count="0" type="stmt"/>
|
|
4392
|
+
<line num="8" count="0" type="stmt"/>
|
|
4393
|
+
<line num="9" count="0" type="stmt"/>
|
|
4394
|
+
<line num="10" count="0" type="stmt"/>
|
|
4395
|
+
<line num="11" count="0" type="stmt"/>
|
|
4396
|
+
<line num="12" count="0" type="stmt"/>
|
|
4397
|
+
<line num="13" count="0" type="stmt"/>
|
|
4398
|
+
<line num="14" count="0" type="stmt"/>
|
|
4399
|
+
<line num="15" count="0" type="stmt"/>
|
|
4400
|
+
<line num="16" count="0" type="stmt"/>
|
|
4401
|
+
<line num="17" count="0" type="stmt"/>
|
|
4402
|
+
<line num="18" count="0" type="stmt"/>
|
|
4403
|
+
<line num="19" count="0" type="stmt"/>
|
|
4404
|
+
<line num="20" count="0" type="stmt"/>
|
|
4405
|
+
<line num="21" count="0" type="stmt"/>
|
|
4406
|
+
<line num="22" count="0" type="stmt"/>
|
|
4407
|
+
<line num="23" count="0" type="stmt"/>
|
|
4408
|
+
<line num="24" count="0" type="stmt"/>
|
|
4409
|
+
<line num="25" count="0" type="stmt"/>
|
|
4410
|
+
<line num="26" count="0" type="stmt"/>
|
|
4411
|
+
<line num="27" count="0" type="stmt"/>
|
|
4412
|
+
<line num="28" count="0" type="stmt"/>
|
|
4413
|
+
<line num="29" count="0" type="stmt"/>
|
|
4414
|
+
<line num="30" count="0" type="stmt"/>
|
|
4415
|
+
<line num="31" count="0" type="stmt"/>
|
|
4416
|
+
<line num="32" count="0" type="stmt"/>
|
|
4417
|
+
<line num="33" count="0" type="stmt"/>
|
|
4418
|
+
<line num="34" count="0" type="stmt"/>
|
|
4419
|
+
<line num="35" count="0" type="stmt"/>
|
|
4420
|
+
<line num="36" count="0" type="stmt"/>
|
|
4421
|
+
<line num="37" count="0" type="stmt"/>
|
|
4422
|
+
<line num="38" count="0" type="stmt"/>
|
|
4423
|
+
<line num="39" count="0" type="stmt"/>
|
|
4424
|
+
<line num="40" count="0" type="stmt"/>
|
|
4425
|
+
<line num="41" count="0" type="stmt"/>
|
|
4426
|
+
<line num="42" count="0" type="stmt"/>
|
|
4427
|
+
<line num="43" count="0" type="stmt"/>
|
|
4428
|
+
<line num="44" count="0" type="stmt"/>
|
|
4429
|
+
<line num="45" count="0" type="stmt"/>
|
|
4430
|
+
<line num="46" count="0" type="stmt"/>
|
|
4431
|
+
<line num="47" count="0" type="stmt"/>
|
|
4432
|
+
<line num="48" count="0" type="stmt"/>
|
|
4433
|
+
<line num="49" count="0" type="stmt"/>
|
|
4434
|
+
<line num="50" count="0" type="stmt"/>
|
|
4435
|
+
<line num="51" count="0" type="stmt"/>
|
|
4436
|
+
<line num="52" count="0" type="stmt"/>
|
|
4437
|
+
<line num="53" count="0" type="stmt"/>
|
|
4438
|
+
<line num="54" count="0" type="stmt"/>
|
|
4439
|
+
<line num="55" count="0" type="stmt"/>
|
|
4440
|
+
<line num="56" count="0" type="stmt"/>
|
|
4441
|
+
<line num="57" count="0" type="stmt"/>
|
|
4442
|
+
<line num="58" count="0" type="stmt"/>
|
|
4443
|
+
<line num="59" count="0" type="stmt"/>
|
|
4444
|
+
<line num="60" count="0" type="stmt"/>
|
|
4445
|
+
<line num="61" count="0" type="stmt"/>
|
|
4446
|
+
<line num="62" count="0" type="stmt"/>
|
|
4447
|
+
<line num="63" count="0" type="stmt"/>
|
|
4448
|
+
<line num="64" count="0" type="stmt"/>
|
|
4449
|
+
<line num="65" count="0" type="stmt"/>
|
|
4450
|
+
<line num="66" count="0" type="stmt"/>
|
|
4451
|
+
<line num="67" count="0" type="stmt"/>
|
|
4452
|
+
<line num="68" count="0" type="stmt"/>
|
|
4453
|
+
<line num="69" count="0" type="stmt"/>
|
|
4454
|
+
<line num="70" count="0" type="stmt"/>
|
|
4455
|
+
<line num="71" count="0" type="stmt"/>
|
|
4456
|
+
<line num="72" count="0" type="stmt"/>
|
|
4457
|
+
<line num="73" count="0" type="stmt"/>
|
|
4458
|
+
<line num="74" count="0" type="stmt"/>
|
|
4459
|
+
<line num="75" count="0" type="stmt"/>
|
|
4460
|
+
<line num="76" count="0" type="stmt"/>
|
|
4461
|
+
<line num="77" count="0" type="stmt"/>
|
|
4462
|
+
<line num="78" count="0" type="stmt"/>
|
|
4463
|
+
<line num="79" count="0" type="stmt"/>
|
|
4464
|
+
<line num="80" count="0" type="stmt"/>
|
|
4465
|
+
<line num="81" count="0" type="stmt"/>
|
|
4466
|
+
<line num="82" count="0" type="stmt"/>
|
|
4467
|
+
<line num="83" count="0" type="stmt"/>
|
|
4468
|
+
<line num="84" count="0" type="stmt"/>
|
|
4469
|
+
<line num="85" count="0" type="stmt"/>
|
|
4470
|
+
<line num="86" count="0" type="stmt"/>
|
|
4471
|
+
<line num="87" count="0" type="stmt"/>
|
|
4472
|
+
<line num="88" count="0" type="stmt"/>
|
|
4473
|
+
<line num="89" count="0" type="stmt"/>
|
|
4474
|
+
<line num="90" count="0" type="stmt"/>
|
|
4475
|
+
<line num="91" count="0" type="stmt"/>
|
|
4476
|
+
<line num="92" count="0" type="stmt"/>
|
|
4477
|
+
<line num="93" count="0" type="stmt"/>
|
|
4478
|
+
<line num="94" count="0" type="stmt"/>
|
|
4479
|
+
<line num="95" count="0" type="stmt"/>
|
|
4480
|
+
<line num="96" count="0" type="stmt"/>
|
|
4481
|
+
<line num="97" count="0" type="stmt"/>
|
|
4482
|
+
<line num="98" count="0" type="stmt"/>
|
|
4483
|
+
<line num="99" count="0" type="stmt"/>
|
|
4484
|
+
<line num="100" count="0" type="stmt"/>
|
|
4485
|
+
<line num="101" count="0" type="stmt"/>
|
|
4486
|
+
<line num="102" count="0" type="stmt"/>
|
|
4487
|
+
<line num="103" count="0" type="stmt"/>
|
|
4488
|
+
<line num="104" count="0" type="stmt"/>
|
|
4489
|
+
<line num="105" count="0" type="stmt"/>
|
|
4490
|
+
<line num="106" count="0" type="stmt"/>
|
|
4491
|
+
<line num="107" count="0" type="stmt"/>
|
|
4492
|
+
<line num="108" count="0" type="stmt"/>
|
|
4493
|
+
<line num="109" count="0" type="stmt"/>
|
|
4494
|
+
<line num="110" count="0" type="stmt"/>
|
|
4495
|
+
<line num="111" count="0" type="stmt"/>
|
|
4496
|
+
<line num="112" count="0" type="stmt"/>
|
|
4497
|
+
<line num="113" count="0" type="stmt"/>
|
|
4498
|
+
<line num="114" count="0" type="stmt"/>
|
|
4499
|
+
<line num="115" count="0" type="stmt"/>
|
|
4500
|
+
<line num="116" count="0" type="stmt"/>
|
|
4501
|
+
<line num="117" count="0" type="stmt"/>
|
|
4502
|
+
<line num="118" count="0" type="stmt"/>
|
|
4503
|
+
<line num="119" count="0" type="stmt"/>
|
|
4504
|
+
<line num="120" count="0" type="stmt"/>
|
|
4505
|
+
<line num="121" count="0" type="stmt"/>
|
|
4506
|
+
<line num="122" count="0" type="stmt"/>
|
|
4507
|
+
<line num="123" count="0" type="stmt"/>
|
|
4508
|
+
<line num="124" count="0" type="stmt"/>
|
|
4509
|
+
<line num="125" count="0" type="stmt"/>
|
|
4510
|
+
<line num="126" count="0" type="stmt"/>
|
|
4511
|
+
<line num="127" count="0" type="stmt"/>
|
|
4512
|
+
<line num="128" count="0" type="stmt"/>
|
|
4513
|
+
<line num="129" count="0" type="stmt"/>
|
|
4514
|
+
<line num="130" count="0" type="stmt"/>
|
|
4515
|
+
<line num="131" count="0" type="stmt"/>
|
|
4516
|
+
<line num="132" count="0" type="stmt"/>
|
|
4517
|
+
<line num="133" count="0" type="stmt"/>
|
|
4518
|
+
<line num="134" count="0" type="stmt"/>
|
|
4519
|
+
<line num="135" count="0" type="stmt"/>
|
|
4520
|
+
<line num="136" count="0" type="stmt"/>
|
|
4521
|
+
<line num="137" count="0" type="stmt"/>
|
|
4522
|
+
<line num="138" count="0" type="stmt"/>
|
|
3643
4523
|
<line num="139" count="0" type="stmt"/>
|
|
3644
4524
|
<line num="140" count="0" type="stmt"/>
|
|
3645
4525
|
<line num="141" count="0" type="stmt"/>
|
|
@@ -3926,6 +4806,224 @@
|
|
|
3926
4806
|
<line num="422" count="0" type="stmt"/>
|
|
3927
4807
|
<line num="423" count="0" type="stmt"/>
|
|
3928
4808
|
<line num="424" count="0" type="stmt"/>
|
|
4809
|
+
<line num="425" count="0" type="stmt"/>
|
|
4810
|
+
<line num="426" count="0" type="stmt"/>
|
|
4811
|
+
<line num="427" count="0" type="stmt"/>
|
|
4812
|
+
<line num="428" count="0" type="stmt"/>
|
|
4813
|
+
<line num="429" count="0" type="stmt"/>
|
|
4814
|
+
<line num="430" count="0" type="stmt"/>
|
|
4815
|
+
<line num="431" count="0" type="stmt"/>
|
|
4816
|
+
<line num="432" count="0" type="stmt"/>
|
|
4817
|
+
<line num="433" count="0" type="stmt"/>
|
|
4818
|
+
<line num="434" count="0" type="stmt"/>
|
|
4819
|
+
<line num="435" count="0" type="stmt"/>
|
|
4820
|
+
<line num="436" count="0" type="stmt"/>
|
|
4821
|
+
<line num="437" count="0" type="stmt"/>
|
|
4822
|
+
<line num="438" count="0" type="stmt"/>
|
|
4823
|
+
<line num="439" count="0" type="stmt"/>
|
|
4824
|
+
<line num="440" count="0" type="stmt"/>
|
|
4825
|
+
<line num="441" count="0" type="stmt"/>
|
|
4826
|
+
<line num="442" count="0" type="stmt"/>
|
|
4827
|
+
<line num="443" count="0" type="stmt"/>
|
|
4828
|
+
<line num="444" count="0" type="stmt"/>
|
|
4829
|
+
<line num="445" count="0" type="stmt"/>
|
|
4830
|
+
<line num="446" count="0" type="stmt"/>
|
|
4831
|
+
<line num="447" count="0" type="stmt"/>
|
|
4832
|
+
<line num="448" count="0" type="stmt"/>
|
|
4833
|
+
<line num="449" count="0" type="stmt"/>
|
|
4834
|
+
<line num="450" count="0" type="stmt"/>
|
|
4835
|
+
<line num="451" count="0" type="stmt"/>
|
|
4836
|
+
<line num="452" count="0" type="stmt"/>
|
|
4837
|
+
<line num="453" count="0" type="stmt"/>
|
|
4838
|
+
<line num="454" count="0" type="stmt"/>
|
|
4839
|
+
<line num="455" count="0" type="stmt"/>
|
|
4840
|
+
<line num="456" count="0" type="stmt"/>
|
|
4841
|
+
<line num="457" count="0" type="stmt"/>
|
|
4842
|
+
<line num="458" count="0" type="stmt"/>
|
|
4843
|
+
<line num="459" count="0" type="stmt"/>
|
|
4844
|
+
<line num="460" count="0" type="stmt"/>
|
|
4845
|
+
<line num="461" count="0" type="stmt"/>
|
|
4846
|
+
<line num="462" count="0" type="stmt"/>
|
|
4847
|
+
<line num="463" count="0" type="stmt"/>
|
|
4848
|
+
<line num="464" count="0" type="stmt"/>
|
|
4849
|
+
<line num="465" count="0" type="stmt"/>
|
|
4850
|
+
<line num="466" count="0" type="stmt"/>
|
|
4851
|
+
<line num="467" count="0" type="stmt"/>
|
|
4852
|
+
<line num="468" count="0" type="stmt"/>
|
|
4853
|
+
<line num="469" count="0" type="stmt"/>
|
|
4854
|
+
<line num="470" count="0" type="stmt"/>
|
|
4855
|
+
<line num="471" count="0" type="stmt"/>
|
|
4856
|
+
<line num="472" count="0" type="stmt"/>
|
|
4857
|
+
<line num="473" count="0" type="stmt"/>
|
|
4858
|
+
<line num="474" count="0" type="stmt"/>
|
|
4859
|
+
<line num="475" count="0" type="stmt"/>
|
|
4860
|
+
<line num="476" count="0" type="stmt"/>
|
|
4861
|
+
<line num="477" count="0" type="stmt"/>
|
|
4862
|
+
<line num="478" count="0" type="stmt"/>
|
|
4863
|
+
<line num="479" count="0" type="stmt"/>
|
|
4864
|
+
<line num="480" count="0" type="stmt"/>
|
|
4865
|
+
<line num="481" count="0" type="stmt"/>
|
|
4866
|
+
<line num="482" count="0" type="stmt"/>
|
|
4867
|
+
<line num="483" count="0" type="stmt"/>
|
|
4868
|
+
<line num="484" count="0" type="stmt"/>
|
|
4869
|
+
<line num="485" count="0" type="stmt"/>
|
|
4870
|
+
<line num="486" count="0" type="stmt"/>
|
|
4871
|
+
<line num="487" count="0" type="stmt"/>
|
|
4872
|
+
<line num="488" count="0" type="stmt"/>
|
|
4873
|
+
<line num="489" count="0" type="stmt"/>
|
|
4874
|
+
<line num="490" count="0" type="stmt"/>
|
|
4875
|
+
<line num="491" count="0" type="stmt"/>
|
|
4876
|
+
<line num="492" count="0" type="stmt"/>
|
|
4877
|
+
<line num="493" count="0" type="stmt"/>
|
|
4878
|
+
<line num="494" count="0" type="stmt"/>
|
|
4879
|
+
<line num="495" count="0" type="stmt"/>
|
|
4880
|
+
<line num="496" count="0" type="stmt"/>
|
|
4881
|
+
<line num="497" count="0" type="stmt"/>
|
|
4882
|
+
<line num="498" count="0" type="stmt"/>
|
|
4883
|
+
<line num="499" count="0" type="stmt"/>
|
|
4884
|
+
<line num="500" count="0" type="stmt"/>
|
|
4885
|
+
<line num="501" count="0" type="stmt"/>
|
|
4886
|
+
<line num="502" count="0" type="stmt"/>
|
|
4887
|
+
<line num="503" count="0" type="stmt"/>
|
|
4888
|
+
<line num="504" count="0" type="stmt"/>
|
|
4889
|
+
<line num="505" count="0" type="stmt"/>
|
|
4890
|
+
<line num="506" count="0" type="stmt"/>
|
|
4891
|
+
<line num="507" count="0" type="stmt"/>
|
|
4892
|
+
<line num="508" count="0" type="stmt"/>
|
|
4893
|
+
<line num="509" count="0" type="stmt"/>
|
|
4894
|
+
<line num="510" count="0" type="stmt"/>
|
|
4895
|
+
<line num="511" count="0" type="stmt"/>
|
|
4896
|
+
<line num="512" count="0" type="stmt"/>
|
|
4897
|
+
<line num="513" count="0" type="stmt"/>
|
|
4898
|
+
<line num="514" count="0" type="stmt"/>
|
|
4899
|
+
<line num="515" count="0" type="stmt"/>
|
|
4900
|
+
<line num="516" count="0" type="stmt"/>
|
|
4901
|
+
<line num="517" count="0" type="stmt"/>
|
|
4902
|
+
<line num="518" count="0" type="stmt"/>
|
|
4903
|
+
<line num="519" count="0" type="stmt"/>
|
|
4904
|
+
<line num="520" count="0" type="stmt"/>
|
|
4905
|
+
<line num="521" count="0" type="stmt"/>
|
|
4906
|
+
<line num="522" count="0" type="stmt"/>
|
|
4907
|
+
<line num="523" count="0" type="stmt"/>
|
|
4908
|
+
<line num="524" count="0" type="stmt"/>
|
|
4909
|
+
<line num="525" count="0" type="stmt"/>
|
|
4910
|
+
<line num="526" count="0" type="stmt"/>
|
|
4911
|
+
<line num="527" count="0" type="stmt"/>
|
|
4912
|
+
<line num="528" count="0" type="stmt"/>
|
|
4913
|
+
<line num="529" count="0" type="stmt"/>
|
|
4914
|
+
<line num="530" count="0" type="stmt"/>
|
|
4915
|
+
<line num="531" count="0" type="stmt"/>
|
|
4916
|
+
<line num="532" count="0" type="stmt"/>
|
|
4917
|
+
<line num="533" count="0" type="stmt"/>
|
|
4918
|
+
<line num="534" count="0" type="stmt"/>
|
|
4919
|
+
<line num="535" count="0" type="stmt"/>
|
|
4920
|
+
<line num="536" count="0" type="stmt"/>
|
|
4921
|
+
<line num="537" count="0" type="stmt"/>
|
|
4922
|
+
<line num="538" count="0" type="stmt"/>
|
|
4923
|
+
<line num="539" count="0" type="stmt"/>
|
|
4924
|
+
<line num="540" count="0" type="stmt"/>
|
|
4925
|
+
<line num="541" count="0" type="stmt"/>
|
|
4926
|
+
<line num="542" count="0" type="stmt"/>
|
|
4927
|
+
<line num="543" count="0" type="stmt"/>
|
|
4928
|
+
<line num="544" count="0" type="stmt"/>
|
|
4929
|
+
<line num="545" count="0" type="stmt"/>
|
|
4930
|
+
<line num="546" count="0" type="stmt"/>
|
|
4931
|
+
<line num="547" count="0" type="stmt"/>
|
|
4932
|
+
<line num="548" count="0" type="stmt"/>
|
|
4933
|
+
<line num="549" count="0" type="stmt"/>
|
|
4934
|
+
<line num="550" count="0" type="stmt"/>
|
|
4935
|
+
<line num="551" count="0" type="stmt"/>
|
|
4936
|
+
<line num="552" count="0" type="stmt"/>
|
|
4937
|
+
<line num="553" count="0" type="stmt"/>
|
|
4938
|
+
<line num="554" count="0" type="stmt"/>
|
|
4939
|
+
<line num="555" count="0" type="stmt"/>
|
|
4940
|
+
<line num="556" count="0" type="stmt"/>
|
|
4941
|
+
<line num="557" count="0" type="stmt"/>
|
|
4942
|
+
<line num="558" count="0" type="stmt"/>
|
|
4943
|
+
<line num="559" count="0" type="stmt"/>
|
|
4944
|
+
<line num="560" count="0" type="stmt"/>
|
|
4945
|
+
<line num="561" count="0" type="stmt"/>
|
|
4946
|
+
<line num="562" count="0" type="stmt"/>
|
|
4947
|
+
<line num="563" count="0" type="stmt"/>
|
|
4948
|
+
<line num="564" count="0" type="stmt"/>
|
|
4949
|
+
<line num="565" count="0" type="stmt"/>
|
|
4950
|
+
<line num="566" count="0" type="stmt"/>
|
|
4951
|
+
<line num="567" count="0" type="stmt"/>
|
|
4952
|
+
<line num="568" count="0" type="stmt"/>
|
|
4953
|
+
<line num="569" count="0" type="stmt"/>
|
|
4954
|
+
<line num="570" count="0" type="stmt"/>
|
|
4955
|
+
<line num="571" count="0" type="stmt"/>
|
|
4956
|
+
<line num="572" count="0" type="stmt"/>
|
|
4957
|
+
<line num="573" count="0" type="stmt"/>
|
|
4958
|
+
<line num="574" count="0" type="stmt"/>
|
|
4959
|
+
<line num="575" count="0" type="stmt"/>
|
|
4960
|
+
<line num="576" count="0" type="stmt"/>
|
|
4961
|
+
<line num="577" count="0" type="stmt"/>
|
|
4962
|
+
<line num="578" count="0" type="stmt"/>
|
|
4963
|
+
<line num="579" count="0" type="stmt"/>
|
|
4964
|
+
<line num="580" count="0" type="stmt"/>
|
|
4965
|
+
<line num="581" count="0" type="stmt"/>
|
|
4966
|
+
<line num="582" count="0" type="stmt"/>
|
|
4967
|
+
<line num="583" count="0" type="stmt"/>
|
|
4968
|
+
<line num="584" count="0" type="stmt"/>
|
|
4969
|
+
<line num="585" count="0" type="stmt"/>
|
|
4970
|
+
<line num="586" count="0" type="stmt"/>
|
|
4971
|
+
<line num="587" count="0" type="stmt"/>
|
|
4972
|
+
<line num="588" count="0" type="stmt"/>
|
|
4973
|
+
<line num="589" count="0" type="stmt"/>
|
|
4974
|
+
<line num="590" count="0" type="stmt"/>
|
|
4975
|
+
<line num="591" count="0" type="stmt"/>
|
|
4976
|
+
<line num="592" count="0" type="stmt"/>
|
|
4977
|
+
<line num="593" count="0" type="stmt"/>
|
|
4978
|
+
<line num="594" count="0" type="stmt"/>
|
|
4979
|
+
<line num="595" count="0" type="stmt"/>
|
|
4980
|
+
<line num="596" count="0" type="stmt"/>
|
|
4981
|
+
<line num="597" count="0" type="stmt"/>
|
|
4982
|
+
<line num="598" count="0" type="stmt"/>
|
|
4983
|
+
<line num="599" count="0" type="stmt"/>
|
|
4984
|
+
<line num="600" count="0" type="stmt"/>
|
|
4985
|
+
<line num="601" count="0" type="stmt"/>
|
|
4986
|
+
<line num="602" count="0" type="stmt"/>
|
|
4987
|
+
<line num="603" count="0" type="stmt"/>
|
|
4988
|
+
<line num="604" count="0" type="stmt"/>
|
|
4989
|
+
<line num="605" count="0" type="stmt"/>
|
|
4990
|
+
<line num="606" count="0" type="stmt"/>
|
|
4991
|
+
<line num="607" count="0" type="stmt"/>
|
|
4992
|
+
<line num="608" count="0" type="stmt"/>
|
|
4993
|
+
<line num="609" count="0" type="stmt"/>
|
|
4994
|
+
<line num="610" count="0" type="stmt"/>
|
|
4995
|
+
<line num="611" count="0" type="stmt"/>
|
|
4996
|
+
<line num="612" count="0" type="stmt"/>
|
|
4997
|
+
<line num="613" count="0" type="stmt"/>
|
|
4998
|
+
<line num="614" count="0" type="stmt"/>
|
|
4999
|
+
<line num="615" count="0" type="stmt"/>
|
|
5000
|
+
<line num="616" count="0" type="stmt"/>
|
|
5001
|
+
<line num="617" count="0" type="stmt"/>
|
|
5002
|
+
<line num="618" count="0" type="stmt"/>
|
|
5003
|
+
<line num="619" count="0" type="stmt"/>
|
|
5004
|
+
<line num="620" count="0" type="stmt"/>
|
|
5005
|
+
<line num="621" count="0" type="stmt"/>
|
|
5006
|
+
<line num="622" count="0" type="stmt"/>
|
|
5007
|
+
<line num="623" count="0" type="stmt"/>
|
|
5008
|
+
<line num="624" count="0" type="stmt"/>
|
|
5009
|
+
<line num="625" count="0" type="stmt"/>
|
|
5010
|
+
<line num="626" count="0" type="stmt"/>
|
|
5011
|
+
<line num="627" count="0" type="stmt"/>
|
|
5012
|
+
<line num="628" count="0" type="stmt"/>
|
|
5013
|
+
<line num="629" count="0" type="stmt"/>
|
|
5014
|
+
<line num="630" count="0" type="stmt"/>
|
|
5015
|
+
<line num="631" count="0" type="stmt"/>
|
|
5016
|
+
<line num="632" count="0" type="stmt"/>
|
|
5017
|
+
<line num="633" count="0" type="stmt"/>
|
|
5018
|
+
<line num="634" count="0" type="stmt"/>
|
|
5019
|
+
<line num="635" count="0" type="stmt"/>
|
|
5020
|
+
<line num="636" count="0" type="stmt"/>
|
|
5021
|
+
<line num="637" count="0" type="stmt"/>
|
|
5022
|
+
<line num="638" count="0" type="stmt"/>
|
|
5023
|
+
<line num="639" count="0" type="stmt"/>
|
|
5024
|
+
<line num="640" count="0" type="stmt"/>
|
|
5025
|
+
<line num="641" count="0" type="stmt"/>
|
|
5026
|
+
<line num="642" count="0" type="stmt"/>
|
|
3929
5027
|
</file>
|
|
3930
5028
|
</package>
|
|
3931
5029
|
<package name="ui-kit.src.components.molecules.LineWithIconLink">
|
|
@@ -4010,6 +5108,78 @@
|
|
|
4010
5108
|
<line num="30" count="0" type="stmt"/>
|
|
4011
5109
|
</file>
|
|
4012
5110
|
</package>
|
|
5111
|
+
<package name="ui-kit.src.components.organisms.CoinPickerDialogStep">
|
|
5112
|
+
<metrics statements="66" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
5113
|
+
<file name="CoinPickerDialogStep.jsx" path="/var/www/html/ui-kit/src/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx">
|
|
5114
|
+
<metrics statements="66" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
5115
|
+
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
5116
|
+
<line num="2" count="0" type="stmt"/>
|
|
5117
|
+
<line num="3" count="0" type="stmt"/>
|
|
5118
|
+
<line num="4" count="0" type="stmt"/>
|
|
5119
|
+
<line num="5" count="0" type="stmt"/>
|
|
5120
|
+
<line num="6" count="0" type="stmt"/>
|
|
5121
|
+
<line num="7" count="0" type="stmt"/>
|
|
5122
|
+
<line num="8" count="0" type="stmt"/>
|
|
5123
|
+
<line num="9" count="0" type="stmt"/>
|
|
5124
|
+
<line num="10" count="0" type="stmt"/>
|
|
5125
|
+
<line num="11" count="0" type="stmt"/>
|
|
5126
|
+
<line num="12" count="0" type="stmt"/>
|
|
5127
|
+
<line num="13" count="0" type="stmt"/>
|
|
5128
|
+
<line num="14" count="0" type="stmt"/>
|
|
5129
|
+
<line num="15" count="0" type="stmt"/>
|
|
5130
|
+
<line num="16" count="0" type="stmt"/>
|
|
5131
|
+
<line num="17" count="0" type="stmt"/>
|
|
5132
|
+
<line num="18" count="0" type="stmt"/>
|
|
5133
|
+
<line num="19" count="0" type="stmt"/>
|
|
5134
|
+
<line num="20" count="0" type="stmt"/>
|
|
5135
|
+
<line num="21" count="0" type="stmt"/>
|
|
5136
|
+
<line num="22" count="0" type="stmt"/>
|
|
5137
|
+
<line num="23" count="0" type="stmt"/>
|
|
5138
|
+
<line num="24" count="0" type="stmt"/>
|
|
5139
|
+
<line num="25" count="0" type="stmt"/>
|
|
5140
|
+
<line num="26" count="0" type="stmt"/>
|
|
5141
|
+
<line num="27" count="0" type="stmt"/>
|
|
5142
|
+
<line num="28" count="0" type="stmt"/>
|
|
5143
|
+
<line num="29" count="0" type="stmt"/>
|
|
5144
|
+
<line num="30" count="0" type="stmt"/>
|
|
5145
|
+
<line num="31" count="0" type="stmt"/>
|
|
5146
|
+
<line num="32" count="0" type="stmt"/>
|
|
5147
|
+
<line num="33" count="0" type="stmt"/>
|
|
5148
|
+
<line num="34" count="0" type="stmt"/>
|
|
5149
|
+
<line num="35" count="0" type="stmt"/>
|
|
5150
|
+
<line num="36" count="0" type="stmt"/>
|
|
5151
|
+
<line num="37" count="0" type="stmt"/>
|
|
5152
|
+
<line num="38" count="0" type="stmt"/>
|
|
5153
|
+
<line num="39" count="0" type="stmt"/>
|
|
5154
|
+
<line num="40" count="0" type="stmt"/>
|
|
5155
|
+
<line num="41" count="0" type="stmt"/>
|
|
5156
|
+
<line num="42" count="0" type="stmt"/>
|
|
5157
|
+
<line num="43" count="0" type="stmt"/>
|
|
5158
|
+
<line num="44" count="0" type="stmt"/>
|
|
5159
|
+
<line num="45" count="0" type="stmt"/>
|
|
5160
|
+
<line num="46" count="0" type="stmt"/>
|
|
5161
|
+
<line num="47" count="0" type="stmt"/>
|
|
5162
|
+
<line num="48" count="0" type="stmt"/>
|
|
5163
|
+
<line num="49" count="0" type="stmt"/>
|
|
5164
|
+
<line num="50" count="0" type="stmt"/>
|
|
5165
|
+
<line num="51" count="0" type="stmt"/>
|
|
5166
|
+
<line num="52" count="0" type="stmt"/>
|
|
5167
|
+
<line num="53" count="0" type="stmt"/>
|
|
5168
|
+
<line num="54" count="0" type="stmt"/>
|
|
5169
|
+
<line num="55" count="0" type="stmt"/>
|
|
5170
|
+
<line num="56" count="0" type="stmt"/>
|
|
5171
|
+
<line num="57" count="0" type="stmt"/>
|
|
5172
|
+
<line num="58" count="0" type="stmt"/>
|
|
5173
|
+
<line num="59" count="0" type="stmt"/>
|
|
5174
|
+
<line num="60" count="0" type="stmt"/>
|
|
5175
|
+
<line num="61" count="0" type="stmt"/>
|
|
5176
|
+
<line num="62" count="0" type="stmt"/>
|
|
5177
|
+
<line num="63" count="0" type="stmt"/>
|
|
5178
|
+
<line num="64" count="0" type="stmt"/>
|
|
5179
|
+
<line num="65" count="0" type="stmt"/>
|
|
5180
|
+
<line num="66" count="0" type="stmt"/>
|
|
5181
|
+
</file>
|
|
5182
|
+
</package>
|
|
4013
5183
|
<package name="ui-kit.src.components.organisms.Dialog">
|
|
4014
5184
|
<metrics statements="515" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
4015
5185
|
<file name="Dialog.jsx" path="/var/www/html/ui-kit/src/components/organisms/Dialog/Dialog.jsx">
|
|
@@ -5351,9 +6521,9 @@
|
|
|
5351
6521
|
</file>
|
|
5352
6522
|
</package>
|
|
5353
6523
|
<package name="ui-kit.src.components.organisms.SwapForm">
|
|
5354
|
-
<metrics statements="
|
|
6524
|
+
<metrics statements="1159" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
5355
6525
|
<file name="SwapForm.jsx" path="/var/www/html/ui-kit/src/components/organisms/SwapForm/SwapForm.jsx">
|
|
5356
|
-
<metrics statements="
|
|
6526
|
+
<metrics statements="1159" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
5357
6527
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
5358
6528
|
<line num="2" count="0" type="stmt"/>
|
|
5359
6529
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -6504,6 +7674,15 @@
|
|
|
6504
7674
|
<line num="1148" count="0" type="stmt"/>
|
|
6505
7675
|
<line num="1149" count="0" type="stmt"/>
|
|
6506
7676
|
<line num="1150" count="0" type="stmt"/>
|
|
7677
|
+
<line num="1151" count="0" type="stmt"/>
|
|
7678
|
+
<line num="1152" count="0" type="stmt"/>
|
|
7679
|
+
<line num="1153" count="0" type="stmt"/>
|
|
7680
|
+
<line num="1154" count="0" type="stmt"/>
|
|
7681
|
+
<line num="1155" count="0" type="stmt"/>
|
|
7682
|
+
<line num="1156" count="0" type="stmt"/>
|
|
7683
|
+
<line num="1157" count="0" type="stmt"/>
|
|
7684
|
+
<line num="1158" count="0" type="stmt"/>
|
|
7685
|
+
<line num="1159" count="0" type="stmt"/>
|
|
6507
7686
|
</file>
|
|
6508
7687
|
</package>
|
|
6509
7688
|
<package name="ui-kit.src.components.templates.DeterminedErrorDialogStep">
|