@rabbitio/ui-kit 1.0.0-beta.87 → 1.0.0-beta.89
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 +1882 -1481
- package/coverage/coverage-final.json +32 -31
- package/coverage/index.html +90 -75
- package/coverage/rabbit-ui-kit/index.html +1 -1
- package/coverage/rabbit-ui-kit/index.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/googleAnalyticsAdapter.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/metrikaAdapter.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/adapters/analyticsAdapters/mixpanelAdapter.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/adapters/axiosAdapter.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/adapters/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/adapters/qrUtils.js.html +2 -2
- package/coverage/rabbit-ui-kit/src/common-apis/external-apis/apiGroups.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/{utils → external-apis}/emailAPI.js.html +4 -4
- package/coverage/rabbit-ui-kit/src/common-apis/external-apis/index.html +24 -9
- package/coverage/rabbit-ui-kit/src/common-apis/external-apis/ipAddressProviders.js.html +2 -2
- package/coverage/rabbit-ui-kit/src/common-apis/globalConstants.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/index.html +10 -55
- package/coverage/rabbit-ui-kit/src/common-apis/models/blockchain.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/models/coin.js.html +381 -96
- package/coverage/rabbit-ui-kit/src/common-apis/models/index.html +17 -17
- package/coverage/rabbit-ui-kit/src/common-apis/models/protocol.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/{fiatCurrenciesService.js.html → services/fiatCurrenciesService.js.html} +10 -10
- package/coverage/rabbit-ui-kit/src/common-apis/services/index.html +116 -0
- package/coverage/rabbit-ui-kit/src/common-apis/{amountUtils.js.html → utils/amountUtils.js.html} +11 -11
- package/coverage/rabbit-ui-kit/src/common-apis/utils/cache.js.html +2 -2
- package/coverage/rabbit-ui-kit/src/common-apis/{errorUtils.js.html → utils/errorUtils.js.html} +12 -12
- package/coverage/rabbit-ui-kit/src/common-apis/utils/index.html +49 -19
- package/coverage/rabbit-ui-kit/src/common-apis/utils/logging/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/utils/logging/logger.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/utils/logging/logsStorage.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/utils/postponeExecution.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/common-apis/utils/rabbitTicker.js.html +157 -0
- package/coverage/rabbit-ui-kit/src/common-apis/utils/safeStringify.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/index.html +5 -5
- package/coverage/rabbit-ui-kit/src/index.js.html +21 -9
- package/coverage/rabbit-ui-kit/src/robust-api-caller/cacheAndConcurrentRequestsResolver.js.html +2 -2
- package/coverage/rabbit-ui-kit/src/robust-api-caller/cachedRobustExternalApiCallerService.js.html +2 -2
- package/coverage/rabbit-ui-kit/src/robust-api-caller/cancelProcessing.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/robust-api-caller/concurrentCalculationsMetadataHolder.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/robust-api-caller/externalApiProvider.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/robust-api-caller/externalServicesStatsCollector.js.html +2 -2
- package/coverage/rabbit-ui-kit/src/robust-api-caller/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/robust-api-caller/robustExternalAPICallerService.js.html +2 -2
- package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/index.html +28 -28
- package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/letsExchangeSwapProvider.js.html +100 -31
- package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/swapProvider.js.html +418 -208
- package/coverage/rabbit-ui-kit/src/swaps-lib/external-apis/swapspaceSwapProvider.js.html +127 -40
- package/coverage/rabbit-ui-kit/src/swaps-lib/models/baseSwapCreationInfo.js.html +85 -4
- package/coverage/rabbit-ui-kit/src/swaps-lib/models/existingSwap.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/swaps-lib/models/existingSwapWithFiatData.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/swaps-lib/models/index.html +25 -25
- package/coverage/rabbit-ui-kit/src/swaps-lib/models/partner.js.html +76 -13
- package/coverage/rabbit-ui-kit/src/swaps-lib/models/swapProviderCoinInfo.js.html +147 -9
- package/coverage/rabbit-ui-kit/src/swaps-lib/services/index.html +5 -5
- package/coverage/rabbit-ui-kit/src/swaps-lib/services/publicSwapService.js.html +158 -23
- package/coverage/rabbit-ui-kit/src/swaps-lib/utils/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/swaps-lib/utils/swapUtils.js.html +5 -5
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/arrowIcon.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/arrowTosca.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/arrowWhite.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/darkRectangle.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/determinedError.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/failedValidationIcon.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/infoIcon.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/messageIcon.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/noticeQuestionIcon.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/successfulValidationIcon.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/supportDialogImage.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/assets/wrappedImages/walletIcon.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetIcon/AssetIcon.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetIcon/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetSelection/AssetSelection.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/AssetSelection/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/BackgroundTitle/BackgroundTitle.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/BackgroundTitle/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/InformationMessage/InformationMessage.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/InformationMessage/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Input/Input.jsx.html +2 -2
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Input/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/LoadingDots/LoadingDots.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/LoadingDots/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/NoticeIcon/NoticeIcon.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/NoticeIcon/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/QrCode/QrCode.jsx.html +2 -2
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/QrCode/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/RateSelector/RateSelector.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/RateSelector/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/SupportChat/SupportChat.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/SupportChat/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Textarea/Textarea.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Textarea/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TitleBox/TitleBox.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TitleBox/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Tooltip/Tooltip.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Tooltip/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TwoLinesOfText/LinesOfText.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/TwoLinesOfText/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Validation/Validation.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/Validation/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Button/Button.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Button/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Close/Close.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/Close/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/LinkButton/LinkButton.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/LinkButton/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/RadioButtonWithText/RadioButtonWithText.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/atoms/buttons/RadioButtonWithText/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/AmountInput/AmountInput.jsx.html +3 -3
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/AmountInput/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/CoinPicker/CoinPicker.jsx.html +3 -3
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/CoinPicker/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/ColoredNotice/ColoredNotice.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/ColoredNotice/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LineWithIconLink/LineWithIconLink.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LineWithIconLink/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LogoCarousel/LogoCarousel.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/LogoCarousel/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/SearchableCoinsList/SearchableCoinsList.jsx.html +6 -6
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/SearchableCoinsList/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/TitledLineWithIconLink/TitledLineWithIconLink.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/molecules/TitledLineWithIconLink/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/CoinPickerDialogStep/CoinPickerDialogStep.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/CoinPickerDialogStep/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/Dialog.jsx.html +2 -2
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogButtons/DialogButtons.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogButtons/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogStep/DialogStep.jsx.html +2 -2
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/DialogStep/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/Dialog/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx.html +40 -7
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/SwapForm/index.html +5 -5
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/WaitlistSubscription/WaitlistSubscription.jsx.html +2 -2
- package/coverage/rabbit-ui-kit/src/ui-kit/components/organisms/WaitlistSubscription/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/templates/DeterminedErrorDialogStep/DeterminedErrorDialogStep.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/components/templates/DeterminedErrorDialogStep/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/hooks/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/hooks/useCallHandlingErrors.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/hooks/useIsHydrated.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/hooks/useReferredState.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/utils/index.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/utils/inputValueProviders.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/utils/textUtils.js.html +2 -2
- package/coverage/rabbit-ui-kit/src/ui-kit/utils/uiUtils.js.html +1 -1
- package/coverage/rabbit-ui-kit/src/ui-kit/utils/urlQueryUtils.js.html +1 -1
- package/coverage/rabbit-ui-kit/stories/atoms/BackgroundTitle.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/atoms/LinesOfText.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/atoms/LoadingDots.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/atoms/QrCode.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/atoms/RateSelector.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/atoms/Validation.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/atoms/buttons/Button.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/atoms/buttons/Close.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/atoms/buttons/LinkButton.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/atoms/buttons/index.html +1 -1
- package/coverage/rabbit-ui-kit/stories/atoms/index.html +1 -1
- package/coverage/rabbit-ui-kit/stories/molecules/AmountInput.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/molecules/CoinPicker.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/molecules/ColoredNotice.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/molecules/LineWithIconLink.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/molecules/LogoCarousel.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/molecules/TitledLineWithIconLink.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/molecules/index.html +1 -1
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/Dialog.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogButtons/DialogButtons.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogButtons/index.html +1 -1
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogStep/DialogStep.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/DialogStep/index.html +1 -1
- package/coverage/rabbit-ui-kit/stories/organisms/Dialog/index.html +1 -1
- package/coverage/rabbit-ui-kit/stories/organisms/WaitlistSubscription.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/organisms/index.html +1 -1
- package/coverage/rabbit-ui-kit/stories/stubs/coins.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/stubs/exampleContent.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/stubs/index.html +1 -1
- package/coverage/rabbit-ui-kit/stories/templates/DeterminedErrorDialogStep.stories.jsx.html +1 -1
- package/coverage/rabbit-ui-kit/stories/templates/index.html +1 -1
- package/dist/index.cjs +1547 -1178
- package/dist/index.cjs.map +1 -1
- package/dist/index.modern.js +751 -421
- package/dist/index.modern.js.map +1 -1
- package/dist/index.module.js +1543 -1179
- package/dist/index.module.js.map +1 -1
- package/dist/index.umd.js +1547 -1178
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
- package/src/common-apis/adapters/qrUtils.js +1 -1
- package/src/common-apis/{utils → external-apis}/emailAPI.js +1 -1
- package/src/common-apis/external-apis/ipAddressProviders.js +1 -1
- package/src/common-apis/models/coin.js +96 -1
- package/src/common-apis/tests/{amountUtils → units/utils/amountUtils}/composeRateText.test.js +1 -1
- package/src/common-apis/{amountUtils.js → utils/amountUtils.js} +1 -1
- package/src/common-apis/utils/cache.js +1 -1
- package/src/common-apis/{errorUtils.js → utils/errorUtils.js} +2 -2
- package/src/common-apis/utils/rabbitTicker.js +24 -0
- package/src/index.js +9 -5
- package/src/robust-api-caller/cacheAndConcurrentRequestsResolver.js +1 -1
- package/src/robust-api-caller/cachedRobustExternalApiCallerService.js +1 -1
- package/src/robust-api-caller/externalServicesStatsCollector.js +1 -1
- package/src/robust-api-caller/robustExternalAPICallerService.js +1 -1
- package/src/swaps-lib/external-apis/letsExchangeSwapProvider.js +50 -27
- package/src/swaps-lib/external-apis/swapProvider.js +84 -14
- package/src/swaps-lib/external-apis/swapspaceSwapProvider.js +54 -25
- package/src/swaps-lib/models/baseSwapCreationInfo.js +27 -0
- package/src/swaps-lib/models/partner.js +22 -1
- package/src/swaps-lib/models/swapProviderCoinInfo.js +46 -0
- package/src/swaps-lib/services/publicSwapService.js +64 -19
- package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/_fetchSupportedCurrenciesIfNeeded.test.js +0 -3
- package/src/swaps-lib/test/external-apis/swapspaceSwapProvider/getSwapInfo.test.js +9 -2
- package/src/swaps-lib/test/utils/swapUtils/safeHandleRequestsLimitExceeding.test.js +1 -1
- package/src/swaps-lib/utils/swapUtils.js +4 -4
- package/src/ui-kit/components/atoms/Input/Input.jsx +1 -1
- package/src/ui-kit/components/atoms/QrCode/QrCode.jsx +1 -1
- package/src/ui-kit/components/molecules/AmountInput/AmountInput.jsx +2 -2
- package/src/ui-kit/components/molecules/CoinPicker/CoinPicker.jsx +2 -2
- package/src/ui-kit/components/molecules/SearchableCoinsList/SearchableCoinsList.jsx +5 -5
- package/src/ui-kit/components/organisms/Dialog/Dialog.jsx +1 -1
- package/src/ui-kit/components/organisms/Dialog/DialogStep/DialogStep.jsx +1 -1
- package/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx +14 -3
- package/src/ui-kit/components/organisms/WaitlistSubscription/WaitlistSubscription.jsx +1 -1
- package/src/ui-kit/utils/textUtils.js +1 -1
- /package/src/common-apis/{fiatCurrenciesService.js → services/fiatCurrenciesService.js} +0 -0
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="1726770771749" clover="3.2.0">
|
|
3
|
+
<project timestamp="1726770771749" name="All files">
|
|
4
|
+
<metrics statements="15843" coveredstatements="3083" conditionals="552" coveredconditionals="374" methods="280" coveredmethods="89" elements="16675" coveredelements="3546" complexity="0" loc="15843" ncloc="15843" packages="60" files="114" classes="114"/>
|
|
5
5
|
<package name="rabbit-ui-kit">
|
|
6
6
|
<metrics statements="1" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
7
7
|
<file name="index.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/index.js">
|
|
@@ -10,9 +10,9 @@
|
|
|
10
10
|
</file>
|
|
11
11
|
</package>
|
|
12
12
|
<package name="rabbit-ui-kit.src">
|
|
13
|
-
<metrics statements="
|
|
13
|
+
<metrics statements="96" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
14
14
|
<file name="index.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/index.js">
|
|
15
|
-
<metrics statements="
|
|
15
|
+
<metrics statements="96" 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"/>
|
|
@@ -105,573 +105,14 @@
|
|
|
105
105
|
<line num="90" count="0" type="stmt"/>
|
|
106
106
|
<line num="91" count="0" type="stmt"/>
|
|
107
107
|
<line num="92" count="0" type="stmt"/>
|
|
108
|
+
<line num="93" count="0" type="stmt"/>
|
|
109
|
+
<line num="94" count="0" type="stmt"/>
|
|
110
|
+
<line num="95" count="0" type="stmt"/>
|
|
111
|
+
<line num="96" count="0" type="stmt"/>
|
|
108
112
|
</file>
|
|
109
|
-
</package>
|
|
110
|
-
<package name="rabbit-ui-kit.src.common-apis">
|
|
111
|
-
<metrics statements="
|
|
112
|
-
<file name="amountUtils.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/amountUtils.js">
|
|
113
|
-
<metrics statements="359" coveredstatements="181" conditionals="22" coveredconditionals="19" methods="16" coveredmethods="4"/>
|
|
114
|
-
<line num="1" count="1" type="stmt"/>
|
|
115
|
-
<line num="2" count="1" type="stmt"/>
|
|
116
|
-
<line num="3" count="1" type="stmt"/>
|
|
117
|
-
<line num="4" count="1" type="stmt"/>
|
|
118
|
-
<line num="5" count="1" type="stmt"/>
|
|
119
|
-
<line num="6" count="1" type="stmt"/>
|
|
120
|
-
<line num="7" count="1" type="stmt"/>
|
|
121
|
-
<line num="8" count="1" type="stmt"/>
|
|
122
|
-
<line num="9" count="1" type="stmt"/>
|
|
123
|
-
<line num="10" count="1" type="stmt"/>
|
|
124
|
-
<line num="11" count="1" type="stmt"/>
|
|
125
|
-
<line num="12" count="1" type="stmt"/>
|
|
126
|
-
<line num="13" count="1" type="stmt"/>
|
|
127
|
-
<line num="14" count="1" type="stmt"/>
|
|
128
|
-
<line num="15" count="1" type="stmt"/>
|
|
129
|
-
<line num="16" count="1" type="stmt"/>
|
|
130
|
-
<line num="17" count="1" type="stmt"/>
|
|
131
|
-
<line num="18" count="1" type="stmt"/>
|
|
132
|
-
<line num="19" count="1" type="stmt"/>
|
|
133
|
-
<line num="20" count="1" type="stmt"/>
|
|
134
|
-
<line num="21" count="1" type="stmt"/>
|
|
135
|
-
<line num="22" count="1" type="stmt"/>
|
|
136
|
-
<line num="23" count="1" type="stmt"/>
|
|
137
|
-
<line num="24" count="0" type="stmt"/>
|
|
138
|
-
<line num="25" count="0" type="stmt"/>
|
|
139
|
-
<line num="26" count="1" type="stmt"/>
|
|
140
|
-
<line num="27" count="1" type="stmt"/>
|
|
141
|
-
<line num="28" count="1" type="stmt"/>
|
|
142
|
-
<line num="29" count="1" type="stmt"/>
|
|
143
|
-
<line num="30" count="1" type="stmt"/>
|
|
144
|
-
<line num="31" count="1" type="stmt"/>
|
|
145
|
-
<line num="32" count="1" type="stmt"/>
|
|
146
|
-
<line num="33" count="1" type="stmt"/>
|
|
147
|
-
<line num="34" count="1" type="stmt"/>
|
|
148
|
-
<line num="35" count="1" type="stmt"/>
|
|
149
|
-
<line num="36" count="1" type="stmt"/>
|
|
150
|
-
<line num="37" count="1" type="stmt"/>
|
|
151
|
-
<line num="38" count="0" type="stmt"/>
|
|
152
|
-
<line num="39" count="0" type="stmt"/>
|
|
153
|
-
<line num="40" count="0" type="stmt"/>
|
|
154
|
-
<line num="41" count="0" type="stmt"/>
|
|
155
|
-
<line num="42" count="0" type="stmt"/>
|
|
156
|
-
<line num="43" count="0" type="stmt"/>
|
|
157
|
-
<line num="44" count="0" type="stmt"/>
|
|
158
|
-
<line num="45" count="0" type="stmt"/>
|
|
159
|
-
<line num="46" count="0" type="stmt"/>
|
|
160
|
-
<line num="47" count="0" type="stmt"/>
|
|
161
|
-
<line num="48" count="0" type="stmt"/>
|
|
162
|
-
<line num="49" count="0" type="stmt"/>
|
|
163
|
-
<line num="50" count="0" type="stmt"/>
|
|
164
|
-
<line num="51" count="0" type="stmt"/>
|
|
165
|
-
<line num="52" count="0" type="stmt"/>
|
|
166
|
-
<line num="53" count="0" type="stmt"/>
|
|
167
|
-
<line num="54" count="0" type="stmt"/>
|
|
168
|
-
<line num="55" count="0" type="stmt"/>
|
|
169
|
-
<line num="56" count="0" type="stmt"/>
|
|
170
|
-
<line num="57" count="0" type="stmt"/>
|
|
171
|
-
<line num="58" count="0" type="stmt"/>
|
|
172
|
-
<line num="59" count="0" type="stmt"/>
|
|
173
|
-
<line num="60" count="0" type="stmt"/>
|
|
174
|
-
<line num="61" count="0" type="stmt"/>
|
|
175
|
-
<line num="62" count="0" type="stmt"/>
|
|
176
|
-
<line num="63" count="0" type="stmt"/>
|
|
177
|
-
<line num="64" count="0" type="stmt"/>
|
|
178
|
-
<line num="65" count="0" type="stmt"/>
|
|
179
|
-
<line num="66" count="0" type="stmt"/>
|
|
180
|
-
<line num="67" count="0" type="stmt"/>
|
|
181
|
-
<line num="68" count="0" type="stmt"/>
|
|
182
|
-
<line num="69" count="0" type="stmt"/>
|
|
183
|
-
<line num="70" count="0" type="stmt"/>
|
|
184
|
-
<line num="71" count="0" type="stmt"/>
|
|
185
|
-
<line num="72" count="0" type="stmt"/>
|
|
186
|
-
<line num="73" count="0" type="stmt"/>
|
|
187
|
-
<line num="74" count="1" type="stmt"/>
|
|
188
|
-
<line num="75" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
189
|
-
<line num="76" count="5" type="stmt"/>
|
|
190
|
-
<line num="77" count="5" type="stmt"/>
|
|
191
|
-
<line num="78" count="5" type="stmt"/>
|
|
192
|
-
<line num="79" count="5" type="stmt"/>
|
|
193
|
-
<line num="80" count="5" type="stmt"/>
|
|
194
|
-
<line num="81" count="5" type="stmt"/>
|
|
195
|
-
<line num="82" count="5" type="stmt"/>
|
|
196
|
-
<line num="83" count="1" type="stmt"/>
|
|
197
|
-
<line num="84" count="1" type="stmt"/>
|
|
198
|
-
<line num="85" count="1" type="stmt"/>
|
|
199
|
-
<line num="86" count="0" type="stmt"/>
|
|
200
|
-
<line num="87" count="0" type="stmt"/>
|
|
201
|
-
<line num="88" count="1" type="stmt"/>
|
|
202
|
-
<line num="89" count="1" type="stmt"/>
|
|
203
|
-
<line num="90" count="0" type="stmt"/>
|
|
204
|
-
<line num="91" count="0" type="stmt"/>
|
|
205
|
-
<line num="92" count="0" type="stmt"/>
|
|
206
|
-
<line num="93" count="0" type="stmt"/>
|
|
207
|
-
<line num="94" count="0" type="stmt"/>
|
|
208
|
-
<line num="95" count="1" type="stmt"/>
|
|
209
|
-
<line num="96" count="1" type="stmt"/>
|
|
210
|
-
<line num="97" count="0" type="stmt"/>
|
|
211
|
-
<line num="98" count="0" type="stmt"/>
|
|
212
|
-
<line num="99" count="0" type="stmt"/>
|
|
213
|
-
<line num="100" count="0" type="stmt"/>
|
|
214
|
-
<line num="101" count="0" type="stmt"/>
|
|
215
|
-
<line num="102" count="1" type="stmt"/>
|
|
216
|
-
<line num="103" count="1" type="stmt"/>
|
|
217
|
-
<line num="104" count="0" type="stmt"/>
|
|
218
|
-
<line num="105" count="0" type="stmt"/>
|
|
219
|
-
<line num="106" count="0" type="stmt"/>
|
|
220
|
-
<line num="107" count="0" type="stmt"/>
|
|
221
|
-
<line num="108" count="0" type="stmt"/>
|
|
222
|
-
<line num="109" count="0" type="stmt"/>
|
|
223
|
-
<line num="110" count="1" type="stmt"/>
|
|
224
|
-
<line num="111" count="1" type="stmt"/>
|
|
225
|
-
<line num="112" count="0" type="stmt"/>
|
|
226
|
-
<line num="113" count="0" type="stmt"/>
|
|
227
|
-
<line num="114" count="0" type="stmt"/>
|
|
228
|
-
<line num="115" count="0" type="stmt"/>
|
|
229
|
-
<line num="116" count="0" type="stmt"/>
|
|
230
|
-
<line num="117" count="0" type="stmt"/>
|
|
231
|
-
<line num="118" count="0" type="stmt"/>
|
|
232
|
-
<line num="119" count="0" type="stmt"/>
|
|
233
|
-
<line num="120" count="1" type="stmt"/>
|
|
234
|
-
<line num="121" count="1" type="stmt"/>
|
|
235
|
-
<line num="122" count="1" type="stmt"/>
|
|
236
|
-
<line num="123" count="1" type="stmt"/>
|
|
237
|
-
<line num="124" count="1" type="stmt"/>
|
|
238
|
-
<line num="125" count="1" type="stmt"/>
|
|
239
|
-
<line num="126" count="1" type="stmt"/>
|
|
240
|
-
<line num="127" count="1" type="stmt"/>
|
|
241
|
-
<line num="128" count="1" type="stmt"/>
|
|
242
|
-
<line num="129" count="1" type="stmt"/>
|
|
243
|
-
<line num="130" count="1" type="stmt"/>
|
|
244
|
-
<line num="131" count="1" type="stmt"/>
|
|
245
|
-
<line num="132" count="1" type="stmt"/>
|
|
246
|
-
<line num="133" count="0" type="stmt"/>
|
|
247
|
-
<line num="134" count="0" type="stmt"/>
|
|
248
|
-
<line num="135" count="0" type="stmt"/>
|
|
249
|
-
<line num="136" count="0" type="stmt"/>
|
|
250
|
-
<line num="137" count="0" type="stmt"/>
|
|
251
|
-
<line num="138" count="0" type="stmt"/>
|
|
252
|
-
<line num="139" count="0" type="stmt"/>
|
|
253
|
-
<line num="140" count="0" type="stmt"/>
|
|
254
|
-
<line num="141" count="0" type="stmt"/>
|
|
255
|
-
<line num="142" count="0" type="stmt"/>
|
|
256
|
-
<line num="143" count="0" type="stmt"/>
|
|
257
|
-
<line num="144" count="0" type="stmt"/>
|
|
258
|
-
<line num="145" count="0" type="stmt"/>
|
|
259
|
-
<line num="146" count="0" type="stmt"/>
|
|
260
|
-
<line num="147" count="0" type="stmt"/>
|
|
261
|
-
<line num="148" count="0" type="stmt"/>
|
|
262
|
-
<line num="149" count="0" type="stmt"/>
|
|
263
|
-
<line num="150" count="0" type="stmt"/>
|
|
264
|
-
<line num="151" count="0" type="stmt"/>
|
|
265
|
-
<line num="152" count="0" type="stmt"/>
|
|
266
|
-
<line num="153" count="0" type="stmt"/>
|
|
267
|
-
<line num="154" count="0" type="stmt"/>
|
|
268
|
-
<line num="155" count="0" type="stmt"/>
|
|
269
|
-
<line num="156" count="0" type="stmt"/>
|
|
270
|
-
<line num="157" count="0" type="stmt"/>
|
|
271
|
-
<line num="158" count="0" type="stmt"/>
|
|
272
|
-
<line num="159" count="0" type="stmt"/>
|
|
273
|
-
<line num="160" count="0" type="stmt"/>
|
|
274
|
-
<line num="161" count="0" type="stmt"/>
|
|
275
|
-
<line num="162" count="0" type="stmt"/>
|
|
276
|
-
<line num="163" count="0" type="stmt"/>
|
|
277
|
-
<line num="164" count="0" type="stmt"/>
|
|
278
|
-
<line num="165" count="0" type="stmt"/>
|
|
279
|
-
<line num="166" count="0" type="stmt"/>
|
|
280
|
-
<line num="167" count="0" type="stmt"/>
|
|
281
|
-
<line num="168" count="0" type="stmt"/>
|
|
282
|
-
<line num="169" count="0" type="stmt"/>
|
|
283
|
-
<line num="170" count="0" type="stmt"/>
|
|
284
|
-
<line num="171" count="0" type="stmt"/>
|
|
285
|
-
<line num="172" count="0" type="stmt"/>
|
|
286
|
-
<line num="173" count="0" type="stmt"/>
|
|
287
|
-
<line num="174" count="0" type="stmt"/>
|
|
288
|
-
<line num="175" count="0" type="stmt"/>
|
|
289
|
-
<line num="176" count="0" type="stmt"/>
|
|
290
|
-
<line num="177" count="0" type="stmt"/>
|
|
291
|
-
<line num="178" count="0" type="stmt"/>
|
|
292
|
-
<line num="179" count="0" type="stmt"/>
|
|
293
|
-
<line num="180" count="0" type="stmt"/>
|
|
294
|
-
<line num="181" count="0" type="stmt"/>
|
|
295
|
-
<line num="182" count="0" type="stmt"/>
|
|
296
|
-
<line num="183" count="0" type="stmt"/>
|
|
297
|
-
<line num="184" count="0" type="stmt"/>
|
|
298
|
-
<line num="185" count="0" type="stmt"/>
|
|
299
|
-
<line num="186" count="0" type="stmt"/>
|
|
300
|
-
<line num="187" count="0" type="stmt"/>
|
|
301
|
-
<line num="188" count="0" type="stmt"/>
|
|
302
|
-
<line num="189" count="0" type="stmt"/>
|
|
303
|
-
<line num="190" count="0" type="stmt"/>
|
|
304
|
-
<line num="191" count="0" type="stmt"/>
|
|
305
|
-
<line num="192" count="0" type="stmt"/>
|
|
306
|
-
<line num="193" count="0" type="stmt"/>
|
|
307
|
-
<line num="194" count="1" type="stmt"/>
|
|
308
|
-
<line num="195" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
309
|
-
<line num="196" count="72" type="stmt"/>
|
|
310
|
-
<line num="197" count="72" type="stmt"/>
|
|
311
|
-
<line num="198" count="72" type="stmt"/>
|
|
312
|
-
<line num="199" count="72" type="cond" truecount="1" falsecount="0"/>
|
|
313
|
-
<line num="200" count="72" type="cond" truecount="1" falsecount="0"/>
|
|
314
|
-
<line num="201" count="72" type="stmt"/>
|
|
315
|
-
<line num="202" count="72" type="stmt"/>
|
|
316
|
-
<line num="203" count="72" type="stmt"/>
|
|
317
|
-
<line num="204" count="1" type="stmt"/>
|
|
318
|
-
<line num="205" count="1" type="stmt"/>
|
|
319
|
-
<line num="206" count="1" type="stmt"/>
|
|
320
|
-
<line num="207" count="1" type="stmt"/>
|
|
321
|
-
<line num="208" count="1" type="stmt"/>
|
|
322
|
-
<line num="209" count="1" type="stmt"/>
|
|
323
|
-
<line num="210" count="1" type="stmt"/>
|
|
324
|
-
<line num="211" count="1" type="stmt"/>
|
|
325
|
-
<line num="212" count="1" type="stmt"/>
|
|
326
|
-
<line num="213" count="1" type="stmt"/>
|
|
327
|
-
<line num="214" count="1" type="stmt"/>
|
|
328
|
-
<line num="215" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
329
|
-
<line num="216" count="72" type="stmt"/>
|
|
330
|
-
<line num="217" count="72" type="cond" truecount="0" falsecount="1"/>
|
|
331
|
-
<line num="218" count="72" type="stmt"/>
|
|
332
|
-
<line num="219" count="72" type="cond" truecount="0" falsecount="1"/>
|
|
333
|
-
<line num="220" count="0" type="stmt"/>
|
|
334
|
-
<line num="221" count="0" type="stmt"/>
|
|
335
|
-
<line num="222" count="72" type="stmt"/>
|
|
336
|
-
<line num="223" count="1" type="stmt"/>
|
|
337
|
-
<line num="224" count="1" type="stmt"/>
|
|
338
|
-
<line num="225" count="1" type="stmt"/>
|
|
339
|
-
<line num="226" count="1" type="stmt"/>
|
|
340
|
-
<line num="227" count="1" type="stmt"/>
|
|
341
|
-
<line num="228" count="1" type="stmt"/>
|
|
342
|
-
<line num="229" count="1" type="stmt"/>
|
|
343
|
-
<line num="230" count="1" type="stmt"/>
|
|
344
|
-
<line num="231" count="1" type="stmt"/>
|
|
345
|
-
<line num="232" count="0" type="stmt"/>
|
|
346
|
-
<line num="233" count="0" type="stmt"/>
|
|
347
|
-
<line num="234" count="1" type="stmt"/>
|
|
348
|
-
<line num="235" count="1" type="stmt"/>
|
|
349
|
-
<line num="236" count="1" type="stmt"/>
|
|
350
|
-
<line num="237" count="1" type="stmt"/>
|
|
351
|
-
<line num="238" count="1" type="stmt"/>
|
|
352
|
-
<line num="239" count="1" type="stmt"/>
|
|
353
|
-
<line num="240" count="1" type="stmt"/>
|
|
354
|
-
<line num="241" count="1" type="stmt"/>
|
|
355
|
-
<line num="242" count="1" type="stmt"/>
|
|
356
|
-
<line num="243" count="1" type="stmt"/>
|
|
357
|
-
<line num="244" count="0" type="stmt"/>
|
|
358
|
-
<line num="245" count="0" type="stmt"/>
|
|
359
|
-
<line num="246" count="0" type="stmt"/>
|
|
360
|
-
<line num="247" count="0" type="stmt"/>
|
|
361
|
-
<line num="248" count="0" type="stmt"/>
|
|
362
|
-
<line num="249" count="0" type="stmt"/>
|
|
363
|
-
<line num="250" count="0" type="stmt"/>
|
|
364
|
-
<line num="251" count="0" type="stmt"/>
|
|
365
|
-
<line num="252" count="0" type="stmt"/>
|
|
366
|
-
<line num="253" count="0" type="stmt"/>
|
|
367
|
-
<line num="254" count="0" type="stmt"/>
|
|
368
|
-
<line num="255" count="0" type="stmt"/>
|
|
369
|
-
<line num="256" count="1" type="stmt"/>
|
|
370
|
-
<line num="257" count="1" type="stmt"/>
|
|
371
|
-
<line num="258" count="1" type="stmt"/>
|
|
372
|
-
<line num="259" count="1" type="stmt"/>
|
|
373
|
-
<line num="260" count="1" type="stmt"/>
|
|
374
|
-
<line num="261" count="1" type="stmt"/>
|
|
375
|
-
<line num="262" count="1" type="stmt"/>
|
|
376
|
-
<line num="263" count="0" type="stmt"/>
|
|
377
|
-
<line num="264" count="0" type="stmt"/>
|
|
378
|
-
<line num="265" count="0" type="stmt"/>
|
|
379
|
-
<line num="266" count="0" type="stmt"/>
|
|
380
|
-
<line num="267" count="0" type="stmt"/>
|
|
381
|
-
<line num="268" count="0" type="stmt"/>
|
|
382
|
-
<line num="269" count="0" type="stmt"/>
|
|
383
|
-
<line num="270" count="0" type="stmt"/>
|
|
384
|
-
<line num="271" count="0" type="stmt"/>
|
|
385
|
-
<line num="272" count="0" type="stmt"/>
|
|
386
|
-
<line num="273" count="0" type="stmt"/>
|
|
387
|
-
<line num="274" count="0" type="stmt"/>
|
|
388
|
-
<line num="275" count="0" type="stmt"/>
|
|
389
|
-
<line num="276" count="0" type="stmt"/>
|
|
390
|
-
<line num="277" count="0" type="stmt"/>
|
|
391
|
-
<line num="278" count="0" type="stmt"/>
|
|
392
|
-
<line num="279" count="0" type="stmt"/>
|
|
393
|
-
<line num="280" count="0" type="stmt"/>
|
|
394
|
-
<line num="281" count="0" type="stmt"/>
|
|
395
|
-
<line num="282" count="0" type="stmt"/>
|
|
396
|
-
<line num="283" count="0" type="stmt"/>
|
|
397
|
-
<line num="284" count="1" type="stmt"/>
|
|
398
|
-
<line num="285" count="1" type="stmt"/>
|
|
399
|
-
<line num="286" count="1" type="stmt"/>
|
|
400
|
-
<line num="287" count="1" type="stmt"/>
|
|
401
|
-
<line num="288" count="1" type="stmt"/>
|
|
402
|
-
<line num="289" count="1" type="stmt"/>
|
|
403
|
-
<line num="290" count="1" type="stmt"/>
|
|
404
|
-
<line num="291" count="1" type="stmt"/>
|
|
405
|
-
<line num="292" count="1" type="stmt"/>
|
|
406
|
-
<line num="293" count="1" type="stmt"/>
|
|
407
|
-
<line num="294" count="1" type="stmt"/>
|
|
408
|
-
<line num="295" count="1" type="stmt"/>
|
|
409
|
-
<line num="296" count="1" type="stmt"/>
|
|
410
|
-
<line num="297" count="1" type="stmt"/>
|
|
411
|
-
<line num="298" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
412
|
-
<line num="299" count="22" type="stmt"/>
|
|
413
|
-
<line num="300" count="22" type="stmt"/>
|
|
414
|
-
<line num="301" count="22" type="stmt"/>
|
|
415
|
-
<line num="302" count="22" type="stmt"/>
|
|
416
|
-
<line num="303" count="22" type="stmt"/>
|
|
417
|
-
<line num="304" count="22" type="stmt"/>
|
|
418
|
-
<line num="305" count="22" type="stmt"/>
|
|
419
|
-
<line num="306" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
420
|
-
<line num="307" count="1" type="stmt"/>
|
|
421
|
-
<line num="308" count="1" type="stmt"/>
|
|
422
|
-
<line num="309" count="22" type="stmt"/>
|
|
423
|
-
<line num="310" count="22" type="stmt"/>
|
|
424
|
-
<line num="311" count="22" type="stmt"/>
|
|
425
|
-
<line num="312" count="22" type="stmt"/>
|
|
426
|
-
<line num="313" count="22" type="stmt"/>
|
|
427
|
-
<line num="314" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
428
|
-
<line num="315" count="1" type="stmt"/>
|
|
429
|
-
<line num="316" count="22" type="cond" truecount="3" falsecount="0"/>
|
|
430
|
-
<line num="317" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
431
|
-
<line num="318" count="23" type="stmt"/>
|
|
432
|
-
<line num="319" count="23" type="stmt"/>
|
|
433
|
-
<line num="320" count="23" type="stmt"/>
|
|
434
|
-
<line num="321" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
435
|
-
<line num="322" count="18" type="stmt"/>
|
|
436
|
-
<line num="323" count="18" type="stmt"/>
|
|
437
|
-
<line num="324" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
438
|
-
<line num="325" count="5" type="stmt"/>
|
|
439
|
-
<line num="326" count="5" type="stmt"/>
|
|
440
|
-
<line num="327" count="23" type="stmt"/>
|
|
441
|
-
<line num="328" count="18" type="stmt"/>
|
|
442
|
-
<line num="329" count="22" type="stmt"/>
|
|
443
|
-
<line num="330" count="22" type="stmt"/>
|
|
444
|
-
<line num="331" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
445
|
-
<line num="332" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
446
|
-
<line num="333" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
447
|
-
<line num="334" count="22" type="stmt"/>
|
|
448
|
-
<line num="335" count="22" type="cond" truecount="0" falsecount="1"/>
|
|
449
|
-
<line num="336" count="0" type="stmt"/>
|
|
450
|
-
<line num="337" count="0" type="stmt"/>
|
|
451
|
-
<line num="338" count="0" type="stmt"/>
|
|
452
|
-
<line num="339" count="0" type="stmt"/>
|
|
453
|
-
<line num="340" count="22" type="stmt"/>
|
|
454
|
-
<line num="341" count="1" type="stmt"/>
|
|
455
|
-
<line num="342" count="1" type="stmt"/>
|
|
456
|
-
<line num="343" count="1" type="stmt"/>
|
|
457
|
-
<line num="344" count="1" type="stmt"/>
|
|
458
|
-
<line num="345" count="1" type="stmt"/>
|
|
459
|
-
<line num="346" count="1" type="stmt"/>
|
|
460
|
-
<line num="347" count="0" type="stmt"/>
|
|
461
|
-
<line num="348" count="0" type="stmt"/>
|
|
462
|
-
<line num="349" count="0" type="stmt"/>
|
|
463
|
-
<line num="350" count="0" type="stmt"/>
|
|
464
|
-
<line num="351" count="0" type="stmt"/>
|
|
465
|
-
<line num="352" count="0" type="stmt"/>
|
|
466
|
-
<line num="353" count="0" type="stmt"/>
|
|
467
|
-
<line num="354" count="0" type="stmt"/>
|
|
468
|
-
<line num="355" count="0" type="stmt"/>
|
|
469
|
-
<line num="356" count="0" type="stmt"/>
|
|
470
|
-
<line num="357" count="0" type="stmt"/>
|
|
471
|
-
<line num="358" count="0" type="stmt"/>
|
|
472
|
-
<line num="359" count="1" type="stmt"/>
|
|
473
|
-
</file>
|
|
474
|
-
<file name="errorUtils.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/errorUtils.js">
|
|
475
|
-
<metrics statements="42" coveredstatements="30" conditionals="6" coveredconditionals="3" methods="3" coveredmethods="2"/>
|
|
476
|
-
<line num="1" count="1" type="stmt"/>
|
|
477
|
-
<line num="2" count="1" type="stmt"/>
|
|
478
|
-
<line num="3" count="1" type="stmt"/>
|
|
479
|
-
<line num="4" count="1" type="stmt"/>
|
|
480
|
-
<line num="5" count="1" type="stmt"/>
|
|
481
|
-
<line num="6" count="1" type="stmt"/>
|
|
482
|
-
<line num="7" count="1" type="stmt"/>
|
|
483
|
-
<line num="8" count="1" type="stmt"/>
|
|
484
|
-
<line num="9" count="1" type="stmt"/>
|
|
485
|
-
<line num="10" count="1" type="stmt"/>
|
|
486
|
-
<line num="11" count="1" type="stmt"/>
|
|
487
|
-
<line num="12" count="1" type="stmt"/>
|
|
488
|
-
<line num="13" count="1" type="stmt"/>
|
|
489
|
-
<line num="14" count="1" type="stmt"/>
|
|
490
|
-
<line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
491
|
-
<line num="16" count="42" type="stmt"/>
|
|
492
|
-
<line num="17" count="42" type="stmt"/>
|
|
493
|
-
<line num="18" count="42" type="stmt"/>
|
|
494
|
-
<line num="19" count="42" type="stmt"/>
|
|
495
|
-
<line num="20" count="42" type="stmt"/>
|
|
496
|
-
<line num="21" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
497
|
-
<line num="22" count="0" type="stmt"/>
|
|
498
|
-
<line num="23" count="1" type="stmt"/>
|
|
499
|
-
<line num="24" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
500
|
-
<line num="25" count="42" type="cond" truecount="0" falsecount="1"/>
|
|
501
|
-
<line num="26" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
502
|
-
<line num="27" count="42" type="cond" truecount="0" falsecount="1"/>
|
|
503
|
-
<line num="28" count="42" type="stmt"/>
|
|
504
|
-
<line num="29" count="42" type="stmt"/>
|
|
505
|
-
<line num="30" count="42" type="stmt"/>
|
|
506
|
-
<line num="31" count="1" type="stmt"/>
|
|
507
|
-
<line num="32" count="1" type="stmt"/>
|
|
508
|
-
<line num="33" count="0" type="stmt"/>
|
|
509
|
-
<line num="34" count="0" type="stmt"/>
|
|
510
|
-
<line num="35" count="0" type="stmt"/>
|
|
511
|
-
<line num="36" count="0" type="stmt"/>
|
|
512
|
-
<line num="37" count="0" type="stmt"/>
|
|
513
|
-
<line num="38" count="0" type="stmt"/>
|
|
514
|
-
<line num="39" count="0" type="stmt"/>
|
|
515
|
-
<line num="40" count="0" type="stmt"/>
|
|
516
|
-
<line num="41" count="0" type="stmt"/>
|
|
517
|
-
<line num="42" count="0" type="stmt"/>
|
|
518
|
-
</file>
|
|
519
|
-
<file name="fiatCurrenciesService.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/fiatCurrenciesService.js">
|
|
520
|
-
<metrics statements="153" coveredstatements="142" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
521
|
-
<line num="1" count="1" type="stmt"/>
|
|
522
|
-
<line num="2" count="1" type="stmt"/>
|
|
523
|
-
<line num="3" count="0" type="stmt"/>
|
|
524
|
-
<line num="4" count="0" type="stmt"/>
|
|
525
|
-
<line num="5" count="0" type="stmt"/>
|
|
526
|
-
<line num="6" count="1" type="stmt"/>
|
|
527
|
-
<line num="7" count="1" type="stmt"/>
|
|
528
|
-
<line num="8" count="0" type="stmt"/>
|
|
529
|
-
<line num="9" count="0" type="stmt"/>
|
|
530
|
-
<line num="10" count="1" type="stmt"/>
|
|
531
|
-
<line num="11" count="1" type="stmt"/>
|
|
532
|
-
<line num="12" count="1" type="stmt"/>
|
|
533
|
-
<line num="13" count="1" type="stmt"/>
|
|
534
|
-
<line num="14" count="1" type="stmt"/>
|
|
535
|
-
<line num="15" count="1" type="stmt"/>
|
|
536
|
-
<line num="16" count="1" type="stmt"/>
|
|
537
|
-
<line num="17" count="1" type="stmt"/>
|
|
538
|
-
<line num="18" count="0" type="stmt"/>
|
|
539
|
-
<line num="19" count="0" type="stmt"/>
|
|
540
|
-
<line num="20" count="0" type="stmt"/>
|
|
541
|
-
<line num="21" count="1" type="stmt"/>
|
|
542
|
-
<line num="22" count="1" type="stmt"/>
|
|
543
|
-
<line num="23" count="1" type="stmt"/>
|
|
544
|
-
<line num="24" count="1" type="stmt"/>
|
|
545
|
-
<line num="25" count="1" type="stmt"/>
|
|
546
|
-
<line num="26" count="1" type="stmt"/>
|
|
547
|
-
<line num="27" count="0" type="stmt"/>
|
|
548
|
-
<line num="28" count="0" type="stmt"/>
|
|
549
|
-
<line num="29" count="0" type="stmt"/>
|
|
550
|
-
<line num="30" count="1" type="stmt"/>
|
|
551
|
-
<line num="31" count="1" type="stmt"/>
|
|
552
|
-
<line num="32" count="1" type="stmt"/>
|
|
553
|
-
<line num="33" count="1" type="stmt"/>
|
|
554
|
-
<line num="34" count="1" type="stmt"/>
|
|
555
|
-
<line num="35" count="1" type="stmt"/>
|
|
556
|
-
<line num="36" count="1" type="stmt"/>
|
|
557
|
-
<line num="37" count="1" type="stmt"/>
|
|
558
|
-
<line num="38" count="1" type="stmt"/>
|
|
559
|
-
<line num="39" count="1" type="stmt"/>
|
|
560
|
-
<line num="40" count="1" type="stmt"/>
|
|
561
|
-
<line num="41" count="1" type="stmt"/>
|
|
562
|
-
<line num="42" count="1" type="stmt"/>
|
|
563
|
-
<line num="43" count="1" type="stmt"/>
|
|
564
|
-
<line num="44" count="1" type="stmt"/>
|
|
565
|
-
<line num="45" count="1" type="stmt"/>
|
|
566
|
-
<line num="46" count="1" type="stmt"/>
|
|
567
|
-
<line num="47" count="1" type="stmt"/>
|
|
568
|
-
<line num="48" count="1" type="stmt"/>
|
|
569
|
-
<line num="49" count="1" type="stmt"/>
|
|
570
|
-
<line num="50" count="1" type="stmt"/>
|
|
571
|
-
<line num="51" count="1" type="stmt"/>
|
|
572
|
-
<line num="52" count="1" type="stmt"/>
|
|
573
|
-
<line num="53" count="1" type="stmt"/>
|
|
574
|
-
<line num="54" count="1" type="stmt"/>
|
|
575
|
-
<line num="55" count="1" type="stmt"/>
|
|
576
|
-
<line num="56" count="1" type="stmt"/>
|
|
577
|
-
<line num="57" count="1" type="stmt"/>
|
|
578
|
-
<line num="58" count="1" type="stmt"/>
|
|
579
|
-
<line num="59" count="1" type="stmt"/>
|
|
580
|
-
<line num="60" count="1" type="stmt"/>
|
|
581
|
-
<line num="61" count="1" type="stmt"/>
|
|
582
|
-
<line num="62" count="1" type="stmt"/>
|
|
583
|
-
<line num="63" count="1" type="stmt"/>
|
|
584
|
-
<line num="64" count="1" type="stmt"/>
|
|
585
|
-
<line num="65" count="1" type="stmt"/>
|
|
586
|
-
<line num="66" count="1" type="stmt"/>
|
|
587
|
-
<line num="67" count="1" type="stmt"/>
|
|
588
|
-
<line num="68" count="1" type="stmt"/>
|
|
589
|
-
<line num="69" count="1" type="stmt"/>
|
|
590
|
-
<line num="70" count="1" type="stmt"/>
|
|
591
|
-
<line num="71" count="1" type="stmt"/>
|
|
592
|
-
<line num="72" count="1" type="stmt"/>
|
|
593
|
-
<line num="73" count="1" type="stmt"/>
|
|
594
|
-
<line num="74" count="1" type="stmt"/>
|
|
595
|
-
<line num="75" count="1" type="stmt"/>
|
|
596
|
-
<line num="76" count="1" type="stmt"/>
|
|
597
|
-
<line num="77" count="1" type="stmt"/>
|
|
598
|
-
<line num="78" count="1" type="stmt"/>
|
|
599
|
-
<line num="79" count="1" type="stmt"/>
|
|
600
|
-
<line num="80" count="1" type="stmt"/>
|
|
601
|
-
<line num="81" count="1" type="stmt"/>
|
|
602
|
-
<line num="82" count="1" type="stmt"/>
|
|
603
|
-
<line num="83" count="1" type="stmt"/>
|
|
604
|
-
<line num="84" count="1" type="stmt"/>
|
|
605
|
-
<line num="85" count="1" type="stmt"/>
|
|
606
|
-
<line num="86" count="1" type="stmt"/>
|
|
607
|
-
<line num="87" count="1" type="stmt"/>
|
|
608
|
-
<line num="88" count="1" type="stmt"/>
|
|
609
|
-
<line num="89" count="1" type="stmt"/>
|
|
610
|
-
<line num="90" count="1" type="stmt"/>
|
|
611
|
-
<line num="91" count="1" type="stmt"/>
|
|
612
|
-
<line num="92" count="1" type="stmt"/>
|
|
613
|
-
<line num="93" count="1" type="stmt"/>
|
|
614
|
-
<line num="94" count="1" type="stmt"/>
|
|
615
|
-
<line num="95" count="1" type="stmt"/>
|
|
616
|
-
<line num="96" count="1" type="stmt"/>
|
|
617
|
-
<line num="97" count="1" type="stmt"/>
|
|
618
|
-
<line num="98" count="1" type="stmt"/>
|
|
619
|
-
<line num="99" count="1" type="stmt"/>
|
|
620
|
-
<line num="100" count="1" type="stmt"/>
|
|
621
|
-
<line num="101" count="1" type="stmt"/>
|
|
622
|
-
<line num="102" count="1" type="stmt"/>
|
|
623
|
-
<line num="103" count="1" type="stmt"/>
|
|
624
|
-
<line num="104" count="1" type="stmt"/>
|
|
625
|
-
<line num="105" count="1" type="stmt"/>
|
|
626
|
-
<line num="106" count="1" type="stmt"/>
|
|
627
|
-
<line num="107" count="1" type="stmt"/>
|
|
628
|
-
<line num="108" count="1" type="stmt"/>
|
|
629
|
-
<line num="109" count="1" type="stmt"/>
|
|
630
|
-
<line num="110" count="1" type="stmt"/>
|
|
631
|
-
<line num="111" count="1" type="stmt"/>
|
|
632
|
-
<line num="112" count="1" type="stmt"/>
|
|
633
|
-
<line num="113" count="1" type="stmt"/>
|
|
634
|
-
<line num="114" count="1" type="stmt"/>
|
|
635
|
-
<line num="115" count="1" type="stmt"/>
|
|
636
|
-
<line num="116" count="1" type="stmt"/>
|
|
637
|
-
<line num="117" count="1" type="stmt"/>
|
|
638
|
-
<line num="118" count="1" type="stmt"/>
|
|
639
|
-
<line num="119" count="1" type="stmt"/>
|
|
640
|
-
<line num="120" count="1" type="stmt"/>
|
|
641
|
-
<line num="121" count="1" type="stmt"/>
|
|
642
|
-
<line num="122" count="1" type="stmt"/>
|
|
643
|
-
<line num="123" count="1" type="stmt"/>
|
|
644
|
-
<line num="124" count="1" type="stmt"/>
|
|
645
|
-
<line num="125" count="1" type="stmt"/>
|
|
646
|
-
<line num="126" count="1" type="stmt"/>
|
|
647
|
-
<line num="127" count="1" type="stmt"/>
|
|
648
|
-
<line num="128" count="1" type="stmt"/>
|
|
649
|
-
<line num="129" count="1" type="stmt"/>
|
|
650
|
-
<line num="130" count="1" type="stmt"/>
|
|
651
|
-
<line num="131" count="1" type="stmt"/>
|
|
652
|
-
<line num="132" count="1" type="stmt"/>
|
|
653
|
-
<line num="133" count="1" type="stmt"/>
|
|
654
|
-
<line num="134" count="1" type="stmt"/>
|
|
655
|
-
<line num="135" count="1" type="stmt"/>
|
|
656
|
-
<line num="136" count="1" type="stmt"/>
|
|
657
|
-
<line num="137" count="1" type="stmt"/>
|
|
658
|
-
<line num="138" count="1" type="stmt"/>
|
|
659
|
-
<line num="139" count="1" type="stmt"/>
|
|
660
|
-
<line num="140" count="1" type="stmt"/>
|
|
661
|
-
<line num="141" count="1" type="stmt"/>
|
|
662
|
-
<line num="142" count="1" type="stmt"/>
|
|
663
|
-
<line num="143" count="1" type="stmt"/>
|
|
664
|
-
<line num="144" count="1" type="stmt"/>
|
|
665
|
-
<line num="145" count="1" type="stmt"/>
|
|
666
|
-
<line num="146" count="1" type="stmt"/>
|
|
667
|
-
<line num="147" count="1" type="stmt"/>
|
|
668
|
-
<line num="148" count="1" type="stmt"/>
|
|
669
|
-
<line num="149" count="1" type="stmt"/>
|
|
670
|
-
<line num="150" count="1" type="stmt"/>
|
|
671
|
-
<line num="151" count="1" type="stmt"/>
|
|
672
|
-
<line num="152" count="1" type="stmt"/>
|
|
673
|
-
<line num="153" count="1" type="stmt"/>
|
|
674
|
-
</file>
|
|
113
|
+
</package>
|
|
114
|
+
<package name="rabbit-ui-kit.src.common-apis">
|
|
115
|
+
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
675
116
|
<file name="globalConstants.jsx" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/globalConstants.jsx">
|
|
676
117
|
<metrics statements="3" coveredstatements="3" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
677
118
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -841,7 +282,7 @@
|
|
|
841
282
|
</file>
|
|
842
283
|
</package>
|
|
843
284
|
<package name="rabbit-ui-kit.src.common-apis.external-apis">
|
|
844
|
-
<metrics statements="
|
|
285
|
+
<metrics statements="160" coveredstatements="143" conditionals="13" coveredconditionals="12" methods="19" coveredmethods="12"/>
|
|
845
286
|
<file name="apiGroups.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/external-apis/apiGroups.js">
|
|
846
287
|
<metrics statements="55" coveredstatements="55" conditionals="3" coveredconditionals="3" methods="5" coveredmethods="3"/>
|
|
847
288
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -900,6 +341,25 @@
|
|
|
900
341
|
<line num="54" count="1" type="stmt"/>
|
|
901
342
|
<line num="55" count="1" type="stmt"/>
|
|
902
343
|
</file>
|
|
344
|
+
<file name="emailAPI.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/external-apis/emailAPI.js">
|
|
345
|
+
<metrics statements="16" coveredstatements="9" conditionals="1" coveredconditionals="1" methods="2" coveredmethods="1"/>
|
|
346
|
+
<line num="1" count="1" type="stmt"/>
|
|
347
|
+
<line num="2" count="1" type="stmt"/>
|
|
348
|
+
<line num="3" count="1" type="stmt"/>
|
|
349
|
+
<line num="4" count="1" type="stmt"/>
|
|
350
|
+
<line num="5" count="1" type="stmt"/>
|
|
351
|
+
<line num="6" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
352
|
+
<line num="7" count="1" type="stmt"/>
|
|
353
|
+
<line num="8" count="1" type="stmt"/>
|
|
354
|
+
<line num="9" count="0" type="stmt"/>
|
|
355
|
+
<line num="10" count="0" type="stmt"/>
|
|
356
|
+
<line num="11" count="0" type="stmt"/>
|
|
357
|
+
<line num="12" count="0" type="stmt"/>
|
|
358
|
+
<line num="13" count="0" type="stmt"/>
|
|
359
|
+
<line num="14" count="0" type="stmt"/>
|
|
360
|
+
<line num="15" count="0" type="stmt"/>
|
|
361
|
+
<line num="16" count="1" type="stmt"/>
|
|
362
|
+
</file>
|
|
903
363
|
<file name="ipAddressProviders.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/external-apis/ipAddressProviders.js">
|
|
904
364
|
<metrics statements="89" coveredstatements="79" conditionals="9" coveredconditionals="8" methods="12" coveredmethods="8"/>
|
|
905
365
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -994,7 +454,7 @@
|
|
|
994
454
|
</file>
|
|
995
455
|
</package>
|
|
996
456
|
<package name="rabbit-ui-kit.src.common-apis.models">
|
|
997
|
-
<metrics statements="
|
|
457
|
+
<metrics statements="263" coveredstatements="243" conditionals="4" coveredconditionals="4" methods="12" coveredmethods="4"/>
|
|
998
458
|
<file name="blockchain.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/models/blockchain.js">
|
|
999
459
|
<metrics statements="10" coveredstatements="10" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
1000
460
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -1009,7 +469,7 @@
|
|
|
1009
469
|
<line num="10" count="1" type="stmt"/>
|
|
1010
470
|
</file>
|
|
1011
471
|
<file name="coin.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/models/coin.js">
|
|
1012
|
-
<metrics statements="
|
|
472
|
+
<metrics statements="248" coveredstatements="228" conditionals="2" coveredconditionals="2" methods="10" coveredmethods="2"/>
|
|
1013
473
|
<line num="1" count="1" type="stmt"/>
|
|
1014
474
|
<line num="2" count="1" type="stmt"/>
|
|
1015
475
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -1017,32 +477,32 @@
|
|
|
1017
477
|
<line num="5" count="1" type="stmt"/>
|
|
1018
478
|
<line num="6" count="1" type="stmt"/>
|
|
1019
479
|
<line num="7" count="1" type="stmt"/>
|
|
1020
|
-
<line num="8" count="1" type="
|
|
1021
|
-
<line num="9" count="
|
|
1022
|
-
<line num="10" count="
|
|
1023
|
-
<line num="11" count="
|
|
1024
|
-
<line num="12" count="
|
|
1025
|
-
<line num="13" count="
|
|
1026
|
-
<line num="14" count="
|
|
1027
|
-
<line num="15" count="
|
|
1028
|
-
<line num="16" count="
|
|
1029
|
-
<line num="17" count="
|
|
1030
|
-
<line num="18" count="
|
|
1031
|
-
<line num="19" count="
|
|
1032
|
-
<line num="20" count="
|
|
1033
|
-
<line num="21" count="
|
|
1034
|
-
<line num="22" count="
|
|
1035
|
-
<line num="23" count="
|
|
1036
|
-
<line num="24" count="
|
|
1037
|
-
<line num="25" count="
|
|
1038
|
-
<line num="26" count="
|
|
1039
|
-
<line num="27" count="
|
|
1040
|
-
<line num="28" count="
|
|
1041
|
-
<line num="29" count="
|
|
1042
|
-
<line num="30" count="
|
|
1043
|
-
<line num="31" count="
|
|
1044
|
-
<line num="32" count="
|
|
1045
|
-
<line num="33" count="
|
|
480
|
+
<line num="8" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
481
|
+
<line num="9" count="16" type="stmt"/>
|
|
482
|
+
<line num="10" count="16" type="stmt"/>
|
|
483
|
+
<line num="11" count="16" type="stmt"/>
|
|
484
|
+
<line num="12" count="16" type="stmt"/>
|
|
485
|
+
<line num="13" count="16" type="stmt"/>
|
|
486
|
+
<line num="14" count="16" type="stmt"/>
|
|
487
|
+
<line num="15" count="16" type="stmt"/>
|
|
488
|
+
<line num="16" count="16" type="stmt"/>
|
|
489
|
+
<line num="17" count="16" type="stmt"/>
|
|
490
|
+
<line num="18" count="16" type="stmt"/>
|
|
491
|
+
<line num="19" count="16" type="stmt"/>
|
|
492
|
+
<line num="20" count="16" type="stmt"/>
|
|
493
|
+
<line num="21" count="16" type="stmt"/>
|
|
494
|
+
<line num="22" count="16" type="stmt"/>
|
|
495
|
+
<line num="23" count="16" type="stmt"/>
|
|
496
|
+
<line num="24" count="16" type="stmt"/>
|
|
497
|
+
<line num="25" count="16" type="stmt"/>
|
|
498
|
+
<line num="26" count="16" type="stmt"/>
|
|
499
|
+
<line num="27" count="16" type="stmt"/>
|
|
500
|
+
<line num="28" count="16" type="stmt"/>
|
|
501
|
+
<line num="29" count="16" type="stmt"/>
|
|
502
|
+
<line num="30" count="16" type="stmt"/>
|
|
503
|
+
<line num="31" count="16" type="stmt"/>
|
|
504
|
+
<line num="32" count="16" type="stmt"/>
|
|
505
|
+
<line num="33" count="16" type="stmt"/>
|
|
1046
506
|
<line num="34" count="16" type="stmt"/>
|
|
1047
507
|
<line num="35" count="16" type="stmt"/>
|
|
1048
508
|
<line num="36" count="16" type="stmt"/>
|
|
@@ -1082,6 +542,268 @@
|
|
|
1082
542
|
<line num="70" count="16" type="stmt"/>
|
|
1083
543
|
<line num="71" count="16" type="stmt"/>
|
|
1084
544
|
<line num="72" count="16" type="stmt"/>
|
|
545
|
+
<line num="73" count="16" type="stmt"/>
|
|
546
|
+
<line num="74" count="16" type="stmt"/>
|
|
547
|
+
<line num="75" count="16" type="stmt"/>
|
|
548
|
+
<line num="76" count="16" type="stmt"/>
|
|
549
|
+
<line num="77" count="16" type="stmt"/>
|
|
550
|
+
<line num="78" count="16" type="stmt"/>
|
|
551
|
+
<line num="79" count="16" type="stmt"/>
|
|
552
|
+
<line num="80" count="16" type="stmt"/>
|
|
553
|
+
<line num="81" count="16" type="stmt"/>
|
|
554
|
+
<line num="82" count="16" type="stmt"/>
|
|
555
|
+
<line num="83" count="16" type="stmt"/>
|
|
556
|
+
<line num="84" count="16" type="stmt"/>
|
|
557
|
+
<line num="85" count="16" type="stmt"/>
|
|
558
|
+
<line num="86" count="16" type="stmt"/>
|
|
559
|
+
<line num="87" count="16" type="stmt"/>
|
|
560
|
+
<line num="88" count="16" type="stmt"/>
|
|
561
|
+
<line num="89" count="16" type="stmt"/>
|
|
562
|
+
<line num="90" count="16" type="stmt"/>
|
|
563
|
+
<line num="91" count="16" type="stmt"/>
|
|
564
|
+
<line num="92" count="16" type="stmt"/>
|
|
565
|
+
<line num="93" count="16" type="stmt"/>
|
|
566
|
+
<line num="94" count="16" type="stmt"/>
|
|
567
|
+
<line num="95" count="16" type="stmt"/>
|
|
568
|
+
<line num="96" count="16" type="stmt"/>
|
|
569
|
+
<line num="97" count="16" type="stmt"/>
|
|
570
|
+
<line num="98" count="16" type="stmt"/>
|
|
571
|
+
<line num="99" count="16" type="stmt"/>
|
|
572
|
+
<line num="100" count="16" type="stmt"/>
|
|
573
|
+
<line num="101" count="16" type="stmt"/>
|
|
574
|
+
<line num="102" count="16" type="stmt"/>
|
|
575
|
+
<line num="103" count="16" type="stmt"/>
|
|
576
|
+
<line num="104" count="16" type="stmt"/>
|
|
577
|
+
<line num="105" count="16" type="stmt"/>
|
|
578
|
+
<line num="106" count="16" type="stmt"/>
|
|
579
|
+
<line num="107" count="16" type="stmt"/>
|
|
580
|
+
<line num="108" count="16" type="stmt"/>
|
|
581
|
+
<line num="109" count="16" type="stmt"/>
|
|
582
|
+
<line num="110" count="16" type="stmt"/>
|
|
583
|
+
<line num="111" count="16" type="stmt"/>
|
|
584
|
+
<line num="112" count="16" type="stmt"/>
|
|
585
|
+
<line num="113" count="16" type="stmt"/>
|
|
586
|
+
<line num="114" count="16" type="stmt"/>
|
|
587
|
+
<line num="115" count="16" type="stmt"/>
|
|
588
|
+
<line num="116" count="16" type="stmt"/>
|
|
589
|
+
<line num="117" count="16" type="stmt"/>
|
|
590
|
+
<line num="118" count="16" type="stmt"/>
|
|
591
|
+
<line num="119" count="16" type="stmt"/>
|
|
592
|
+
<line num="120" count="16" type="stmt"/>
|
|
593
|
+
<line num="121" count="16" type="stmt"/>
|
|
594
|
+
<line num="122" count="16" type="stmt"/>
|
|
595
|
+
<line num="123" count="16" type="stmt"/>
|
|
596
|
+
<line num="124" count="16" type="stmt"/>
|
|
597
|
+
<line num="125" count="16" type="stmt"/>
|
|
598
|
+
<line num="126" count="16" type="stmt"/>
|
|
599
|
+
<line num="127" count="16" type="stmt"/>
|
|
600
|
+
<line num="128" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
601
|
+
<line num="129" count="16" type="stmt"/>
|
|
602
|
+
<line num="130" count="16" type="stmt"/>
|
|
603
|
+
<line num="131" count="16" type="stmt"/>
|
|
604
|
+
<line num="132" count="16" type="stmt"/>
|
|
605
|
+
<line num="133" count="16" type="stmt"/>
|
|
606
|
+
<line num="134" count="16" type="stmt"/>
|
|
607
|
+
<line num="135" count="16" type="stmt"/>
|
|
608
|
+
<line num="136" count="16" type="stmt"/>
|
|
609
|
+
<line num="137" count="16" type="stmt"/>
|
|
610
|
+
<line num="138" count="16" type="stmt"/>
|
|
611
|
+
<line num="139" count="16" type="stmt"/>
|
|
612
|
+
<line num="140" count="16" type="stmt"/>
|
|
613
|
+
<line num="141" count="16" type="stmt"/>
|
|
614
|
+
<line num="142" count="16" type="stmt"/>
|
|
615
|
+
<line num="143" count="16" type="stmt"/>
|
|
616
|
+
<line num="144" count="16" type="stmt"/>
|
|
617
|
+
<line num="145" count="16" type="stmt"/>
|
|
618
|
+
<line num="146" count="16" type="stmt"/>
|
|
619
|
+
<line num="147" count="16" type="stmt"/>
|
|
620
|
+
<line num="148" count="16" type="stmt"/>
|
|
621
|
+
<line num="149" count="16" type="stmt"/>
|
|
622
|
+
<line num="150" count="16" type="stmt"/>
|
|
623
|
+
<line num="151" count="16" type="stmt"/>
|
|
624
|
+
<line num="152" count="16" type="stmt"/>
|
|
625
|
+
<line num="153" count="16" type="stmt"/>
|
|
626
|
+
<line num="154" count="16" type="stmt"/>
|
|
627
|
+
<line num="155" count="16" type="stmt"/>
|
|
628
|
+
<line num="156" count="16" type="stmt"/>
|
|
629
|
+
<line num="157" count="16" type="stmt"/>
|
|
630
|
+
<line num="158" count="16" type="stmt"/>
|
|
631
|
+
<line num="159" count="16" type="stmt"/>
|
|
632
|
+
<line num="160" count="16" type="stmt"/>
|
|
633
|
+
<line num="161" count="16" type="stmt"/>
|
|
634
|
+
<line num="162" count="16" type="stmt"/>
|
|
635
|
+
<line num="163" count="16" type="stmt"/>
|
|
636
|
+
<line num="164" count="16" type="stmt"/>
|
|
637
|
+
<line num="165" count="16" type="stmt"/>
|
|
638
|
+
<line num="166" count="16" type="stmt"/>
|
|
639
|
+
<line num="167" count="16" type="stmt"/>
|
|
640
|
+
<line num="168" count="16" type="stmt"/>
|
|
641
|
+
<line num="169" count="16" type="stmt"/>
|
|
642
|
+
<line num="170" count="16" type="stmt"/>
|
|
643
|
+
<line num="171" count="16" type="stmt"/>
|
|
644
|
+
<line num="172" count="16" type="stmt"/>
|
|
645
|
+
<line num="173" count="16" type="stmt"/>
|
|
646
|
+
<line num="174" count="16" type="stmt"/>
|
|
647
|
+
<line num="175" count="16" type="stmt"/>
|
|
648
|
+
<line num="176" count="16" type="stmt"/>
|
|
649
|
+
<line num="177" count="0" type="stmt"/>
|
|
650
|
+
<line num="178" count="0" type="stmt"/>
|
|
651
|
+
<line num="179" count="16" type="stmt"/>
|
|
652
|
+
<line num="180" count="16" type="stmt"/>
|
|
653
|
+
<line num="181" count="16" type="stmt"/>
|
|
654
|
+
<line num="182" count="16" type="stmt"/>
|
|
655
|
+
<line num="183" count="16" type="stmt"/>
|
|
656
|
+
<line num="184" count="16" type="stmt"/>
|
|
657
|
+
<line num="185" count="16" type="stmt"/>
|
|
658
|
+
<line num="186" count="16" type="stmt"/>
|
|
659
|
+
<line num="187" count="0" type="stmt"/>
|
|
660
|
+
<line num="188" count="0" type="stmt"/>
|
|
661
|
+
<line num="189" count="16" type="stmt"/>
|
|
662
|
+
<line num="190" count="16" type="stmt"/>
|
|
663
|
+
<line num="191" count="16" type="stmt"/>
|
|
664
|
+
<line num="192" count="16" type="stmt"/>
|
|
665
|
+
<line num="193" count="16" type="stmt"/>
|
|
666
|
+
<line num="194" count="16" type="stmt"/>
|
|
667
|
+
<line num="195" count="16" type="stmt"/>
|
|
668
|
+
<line num="196" count="16" type="stmt"/>
|
|
669
|
+
<line num="197" count="0" type="stmt"/>
|
|
670
|
+
<line num="198" count="0" type="stmt"/>
|
|
671
|
+
<line num="199" count="16" type="stmt"/>
|
|
672
|
+
<line num="200" count="16" type="stmt"/>
|
|
673
|
+
<line num="201" count="16" type="stmt"/>
|
|
674
|
+
<line num="202" count="16" type="stmt"/>
|
|
675
|
+
<line num="203" count="16" type="stmt"/>
|
|
676
|
+
<line num="204" count="16" type="stmt"/>
|
|
677
|
+
<line num="205" count="16" type="stmt"/>
|
|
678
|
+
<line num="206" count="16" type="stmt"/>
|
|
679
|
+
<line num="207" count="0" type="stmt"/>
|
|
680
|
+
<line num="208" count="0" type="stmt"/>
|
|
681
|
+
<line num="209" count="16" type="stmt"/>
|
|
682
|
+
<line num="210" count="16" type="stmt"/>
|
|
683
|
+
<line num="211" count="16" type="stmt"/>
|
|
684
|
+
<line num="212" count="16" type="stmt"/>
|
|
685
|
+
<line num="213" count="16" type="stmt"/>
|
|
686
|
+
<line num="214" count="16" type="stmt"/>
|
|
687
|
+
<line num="215" count="16" type="stmt"/>
|
|
688
|
+
<line num="216" count="16" type="stmt"/>
|
|
689
|
+
<line num="217" count="0" type="stmt"/>
|
|
690
|
+
<line num="218" count="0" type="stmt"/>
|
|
691
|
+
<line num="219" count="16" type="stmt"/>
|
|
692
|
+
<line num="220" count="16" type="stmt"/>
|
|
693
|
+
<line num="221" count="16" type="stmt"/>
|
|
694
|
+
<line num="222" count="16" type="stmt"/>
|
|
695
|
+
<line num="223" count="16" type="stmt"/>
|
|
696
|
+
<line num="224" count="16" type="stmt"/>
|
|
697
|
+
<line num="225" count="16" type="stmt"/>
|
|
698
|
+
<line num="226" count="16" type="stmt"/>
|
|
699
|
+
<line num="227" count="16" type="stmt"/>
|
|
700
|
+
<line num="228" count="16" type="stmt"/>
|
|
701
|
+
<line num="229" count="0" type="stmt"/>
|
|
702
|
+
<line num="230" count="0" type="stmt"/>
|
|
703
|
+
<line num="231" count="16" type="stmt"/>
|
|
704
|
+
<line num="232" count="16" type="stmt"/>
|
|
705
|
+
<line num="233" count="16" type="stmt"/>
|
|
706
|
+
<line num="234" count="16" type="stmt"/>
|
|
707
|
+
<line num="235" count="16" type="stmt"/>
|
|
708
|
+
<line num="236" count="16" type="stmt"/>
|
|
709
|
+
<line num="237" count="16" type="stmt"/>
|
|
710
|
+
<line num="238" count="0" type="stmt"/>
|
|
711
|
+
<line num="239" count="0" type="stmt"/>
|
|
712
|
+
<line num="240" count="16" type="stmt"/>
|
|
713
|
+
<line num="241" count="16" type="stmt"/>
|
|
714
|
+
<line num="242" count="0" type="stmt"/>
|
|
715
|
+
<line num="243" count="0" type="stmt"/>
|
|
716
|
+
<line num="244" count="0" type="stmt"/>
|
|
717
|
+
<line num="245" count="0" type="stmt"/>
|
|
718
|
+
<line num="246" count="0" type="stmt"/>
|
|
719
|
+
<line num="247" count="0" type="stmt"/>
|
|
720
|
+
<line num="248" count="16" type="stmt"/>
|
|
721
|
+
</file>
|
|
722
|
+
<file name="protocol.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/models/protocol.js">
|
|
723
|
+
<metrics statements="5" coveredstatements="5" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
724
|
+
<line num="1" count="1" type="stmt"/>
|
|
725
|
+
<line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
726
|
+
<line num="3" count="8" type="stmt"/>
|
|
727
|
+
<line num="4" count="8" type="stmt"/>
|
|
728
|
+
<line num="5" count="1" type="stmt"/>
|
|
729
|
+
</file>
|
|
730
|
+
</package>
|
|
731
|
+
<package name="rabbit-ui-kit.src.common-apis.services">
|
|
732
|
+
<metrics statements="153" coveredstatements="142" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
733
|
+
<file name="fiatCurrenciesService.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/services/fiatCurrenciesService.js">
|
|
734
|
+
<metrics statements="153" coveredstatements="142" conditionals="0" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
735
|
+
<line num="1" count="1" type="stmt"/>
|
|
736
|
+
<line num="2" count="1" type="stmt"/>
|
|
737
|
+
<line num="3" count="0" type="stmt"/>
|
|
738
|
+
<line num="4" count="0" type="stmt"/>
|
|
739
|
+
<line num="5" count="0" type="stmt"/>
|
|
740
|
+
<line num="6" count="1" type="stmt"/>
|
|
741
|
+
<line num="7" count="1" type="stmt"/>
|
|
742
|
+
<line num="8" count="0" type="stmt"/>
|
|
743
|
+
<line num="9" count="0" type="stmt"/>
|
|
744
|
+
<line num="10" count="1" type="stmt"/>
|
|
745
|
+
<line num="11" count="1" type="stmt"/>
|
|
746
|
+
<line num="12" count="1" type="stmt"/>
|
|
747
|
+
<line num="13" count="1" type="stmt"/>
|
|
748
|
+
<line num="14" count="1" type="stmt"/>
|
|
749
|
+
<line num="15" count="1" type="stmt"/>
|
|
750
|
+
<line num="16" count="1" type="stmt"/>
|
|
751
|
+
<line num="17" count="1" type="stmt"/>
|
|
752
|
+
<line num="18" count="0" type="stmt"/>
|
|
753
|
+
<line num="19" count="0" type="stmt"/>
|
|
754
|
+
<line num="20" count="0" type="stmt"/>
|
|
755
|
+
<line num="21" count="1" type="stmt"/>
|
|
756
|
+
<line num="22" count="1" type="stmt"/>
|
|
757
|
+
<line num="23" count="1" type="stmt"/>
|
|
758
|
+
<line num="24" count="1" type="stmt"/>
|
|
759
|
+
<line num="25" count="1" type="stmt"/>
|
|
760
|
+
<line num="26" count="1" type="stmt"/>
|
|
761
|
+
<line num="27" count="0" type="stmt"/>
|
|
762
|
+
<line num="28" count="0" type="stmt"/>
|
|
763
|
+
<line num="29" count="0" type="stmt"/>
|
|
764
|
+
<line num="30" count="1" type="stmt"/>
|
|
765
|
+
<line num="31" count="1" type="stmt"/>
|
|
766
|
+
<line num="32" count="1" type="stmt"/>
|
|
767
|
+
<line num="33" count="1" type="stmt"/>
|
|
768
|
+
<line num="34" count="1" type="stmt"/>
|
|
769
|
+
<line num="35" count="1" type="stmt"/>
|
|
770
|
+
<line num="36" count="1" type="stmt"/>
|
|
771
|
+
<line num="37" count="1" type="stmt"/>
|
|
772
|
+
<line num="38" count="1" type="stmt"/>
|
|
773
|
+
<line num="39" count="1" type="stmt"/>
|
|
774
|
+
<line num="40" count="1" type="stmt"/>
|
|
775
|
+
<line num="41" count="1" type="stmt"/>
|
|
776
|
+
<line num="42" count="1" type="stmt"/>
|
|
777
|
+
<line num="43" count="1" type="stmt"/>
|
|
778
|
+
<line num="44" count="1" type="stmt"/>
|
|
779
|
+
<line num="45" count="1" type="stmt"/>
|
|
780
|
+
<line num="46" count="1" type="stmt"/>
|
|
781
|
+
<line num="47" count="1" type="stmt"/>
|
|
782
|
+
<line num="48" count="1" type="stmt"/>
|
|
783
|
+
<line num="49" count="1" type="stmt"/>
|
|
784
|
+
<line num="50" count="1" type="stmt"/>
|
|
785
|
+
<line num="51" count="1" type="stmt"/>
|
|
786
|
+
<line num="52" count="1" type="stmt"/>
|
|
787
|
+
<line num="53" count="1" type="stmt"/>
|
|
788
|
+
<line num="54" count="1" type="stmt"/>
|
|
789
|
+
<line num="55" count="1" type="stmt"/>
|
|
790
|
+
<line num="56" count="1" type="stmt"/>
|
|
791
|
+
<line num="57" count="1" type="stmt"/>
|
|
792
|
+
<line num="58" count="1" type="stmt"/>
|
|
793
|
+
<line num="59" count="1" type="stmt"/>
|
|
794
|
+
<line num="60" count="1" type="stmt"/>
|
|
795
|
+
<line num="61" count="1" type="stmt"/>
|
|
796
|
+
<line num="62" count="1" type="stmt"/>
|
|
797
|
+
<line num="63" count="1" type="stmt"/>
|
|
798
|
+
<line num="64" count="1" type="stmt"/>
|
|
799
|
+
<line num="65" count="1" type="stmt"/>
|
|
800
|
+
<line num="66" count="1" type="stmt"/>
|
|
801
|
+
<line num="67" count="1" type="stmt"/>
|
|
802
|
+
<line num="68" count="1" type="stmt"/>
|
|
803
|
+
<line num="69" count="1" type="stmt"/>
|
|
804
|
+
<line num="70" count="1" type="stmt"/>
|
|
805
|
+
<line num="71" count="1" type="stmt"/>
|
|
806
|
+
<line num="72" count="1" type="stmt"/>
|
|
1085
807
|
<line num="73" count="1" type="stmt"/>
|
|
1086
808
|
<line num="74" count="1" type="stmt"/>
|
|
1087
809
|
<line num="75" count="1" type="stmt"/>
|
|
@@ -1091,8 +813,8 @@
|
|
|
1091
813
|
<line num="79" count="1" type="stmt"/>
|
|
1092
814
|
<line num="80" count="1" type="stmt"/>
|
|
1093
815
|
<line num="81" count="1" type="stmt"/>
|
|
1094
|
-
<line num="82" count="
|
|
1095
|
-
<line num="83" count="
|
|
816
|
+
<line num="82" count="1" type="stmt"/>
|
|
817
|
+
<line num="83" count="1" type="stmt"/>
|
|
1096
818
|
<line num="84" count="1" type="stmt"/>
|
|
1097
819
|
<line num="85" count="1" type="stmt"/>
|
|
1098
820
|
<line num="86" count="1" type="stmt"/>
|
|
@@ -1101,8 +823,8 @@
|
|
|
1101
823
|
<line num="89" count="1" type="stmt"/>
|
|
1102
824
|
<line num="90" count="1" type="stmt"/>
|
|
1103
825
|
<line num="91" count="1" type="stmt"/>
|
|
1104
|
-
<line num="92" count="
|
|
1105
|
-
<line num="93" count="
|
|
826
|
+
<line num="92" count="1" type="stmt"/>
|
|
827
|
+
<line num="93" count="1" type="stmt"/>
|
|
1106
828
|
<line num="94" count="1" type="stmt"/>
|
|
1107
829
|
<line num="95" count="1" type="stmt"/>
|
|
1108
830
|
<line num="96" count="1" type="stmt"/>
|
|
@@ -1111,8 +833,8 @@
|
|
|
1111
833
|
<line num="99" count="1" type="stmt"/>
|
|
1112
834
|
<line num="100" count="1" type="stmt"/>
|
|
1113
835
|
<line num="101" count="1" type="stmt"/>
|
|
1114
|
-
<line num="102" count="
|
|
1115
|
-
<line num="103" count="
|
|
836
|
+
<line num="102" count="1" type="stmt"/>
|
|
837
|
+
<line num="103" count="1" type="stmt"/>
|
|
1116
838
|
<line num="104" count="1" type="stmt"/>
|
|
1117
839
|
<line num="105" count="1" type="stmt"/>
|
|
1118
840
|
<line num="106" count="1" type="stmt"/>
|
|
@@ -1121,8 +843,8 @@
|
|
|
1121
843
|
<line num="109" count="1" type="stmt"/>
|
|
1122
844
|
<line num="110" count="1" type="stmt"/>
|
|
1123
845
|
<line num="111" count="1" type="stmt"/>
|
|
1124
|
-
<line num="112" count="
|
|
1125
|
-
<line num="113" count="
|
|
846
|
+
<line num="112" count="1" type="stmt"/>
|
|
847
|
+
<line num="113" count="1" type="stmt"/>
|
|
1126
848
|
<line num="114" count="1" type="stmt"/>
|
|
1127
849
|
<line num="115" count="1" type="stmt"/>
|
|
1128
850
|
<line num="116" count="1" type="stmt"/>
|
|
@@ -1131,8 +853,8 @@
|
|
|
1131
853
|
<line num="119" count="1" type="stmt"/>
|
|
1132
854
|
<line num="120" count="1" type="stmt"/>
|
|
1133
855
|
<line num="121" count="1" type="stmt"/>
|
|
1134
|
-
<line num="122" count="
|
|
1135
|
-
<line num="123" count="
|
|
856
|
+
<line num="122" count="1" type="stmt"/>
|
|
857
|
+
<line num="123" count="1" type="stmt"/>
|
|
1136
858
|
<line num="124" count="1" type="stmt"/>
|
|
1137
859
|
<line num="125" count="1" type="stmt"/>
|
|
1138
860
|
<line num="126" count="1" type="stmt"/>
|
|
@@ -1143,8 +865,8 @@
|
|
|
1143
865
|
<line num="131" count="1" type="stmt"/>
|
|
1144
866
|
<line num="132" count="1" type="stmt"/>
|
|
1145
867
|
<line num="133" count="1" type="stmt"/>
|
|
1146
|
-
<line num="134" count="
|
|
1147
|
-
<line num="135" count="
|
|
868
|
+
<line num="134" count="1" type="stmt"/>
|
|
869
|
+
<line num="135" count="1" type="stmt"/>
|
|
1148
870
|
<line num="136" count="1" type="stmt"/>
|
|
1149
871
|
<line num="137" count="1" type="stmt"/>
|
|
1150
872
|
<line num="138" count="1" type="stmt"/>
|
|
@@ -1152,29 +874,383 @@
|
|
|
1152
874
|
<line num="140" count="1" type="stmt"/>
|
|
1153
875
|
<line num="141" count="1" type="stmt"/>
|
|
1154
876
|
<line num="142" count="1" type="stmt"/>
|
|
1155
|
-
<line num="143" count="
|
|
1156
|
-
<line num="144" count="
|
|
877
|
+
<line num="143" count="1" type="stmt"/>
|
|
878
|
+
<line num="144" count="1" type="stmt"/>
|
|
1157
879
|
<line num="145" count="1" type="stmt"/>
|
|
1158
880
|
<line num="146" count="1" type="stmt"/>
|
|
881
|
+
<line num="147" count="1" type="stmt"/>
|
|
882
|
+
<line num="148" count="1" type="stmt"/>
|
|
883
|
+
<line num="149" count="1" type="stmt"/>
|
|
884
|
+
<line num="150" count="1" type="stmt"/>
|
|
885
|
+
<line num="151" count="1" type="stmt"/>
|
|
886
|
+
<line num="152" count="1" type="stmt"/>
|
|
887
|
+
<line num="153" count="1" type="stmt"/>
|
|
888
|
+
</file>
|
|
889
|
+
</package>
|
|
890
|
+
<package name="rabbit-ui-kit.src.common-apis.utils">
|
|
891
|
+
<metrics statements="728" coveredstatements="393" conditionals="52" coveredconditionals="38" methods="37" coveredmethods="12"/>
|
|
892
|
+
<file name="amountUtils.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/utils/amountUtils.js">
|
|
893
|
+
<metrics statements="359" coveredstatements="181" conditionals="22" coveredconditionals="19" methods="16" coveredmethods="4"/>
|
|
894
|
+
<line num="1" count="1" type="stmt"/>
|
|
895
|
+
<line num="2" count="1" type="stmt"/>
|
|
896
|
+
<line num="3" count="1" type="stmt"/>
|
|
897
|
+
<line num="4" count="1" type="stmt"/>
|
|
898
|
+
<line num="5" count="1" type="stmt"/>
|
|
899
|
+
<line num="6" count="1" type="stmt"/>
|
|
900
|
+
<line num="7" count="1" type="stmt"/>
|
|
901
|
+
<line num="8" count="1" type="stmt"/>
|
|
902
|
+
<line num="9" count="1" type="stmt"/>
|
|
903
|
+
<line num="10" count="1" type="stmt"/>
|
|
904
|
+
<line num="11" count="1" type="stmt"/>
|
|
905
|
+
<line num="12" count="1" type="stmt"/>
|
|
906
|
+
<line num="13" count="1" type="stmt"/>
|
|
907
|
+
<line num="14" count="1" type="stmt"/>
|
|
908
|
+
<line num="15" count="1" type="stmt"/>
|
|
909
|
+
<line num="16" count="1" type="stmt"/>
|
|
910
|
+
<line num="17" count="1" type="stmt"/>
|
|
911
|
+
<line num="18" count="1" type="stmt"/>
|
|
912
|
+
<line num="19" count="1" type="stmt"/>
|
|
913
|
+
<line num="20" count="1" type="stmt"/>
|
|
914
|
+
<line num="21" count="1" type="stmt"/>
|
|
915
|
+
<line num="22" count="1" type="stmt"/>
|
|
916
|
+
<line num="23" count="1" type="stmt"/>
|
|
917
|
+
<line num="24" count="0" type="stmt"/>
|
|
918
|
+
<line num="25" count="0" type="stmt"/>
|
|
919
|
+
<line num="26" count="1" type="stmt"/>
|
|
920
|
+
<line num="27" count="1" type="stmt"/>
|
|
921
|
+
<line num="28" count="1" type="stmt"/>
|
|
922
|
+
<line num="29" count="1" type="stmt"/>
|
|
923
|
+
<line num="30" count="1" type="stmt"/>
|
|
924
|
+
<line num="31" count="1" type="stmt"/>
|
|
925
|
+
<line num="32" count="1" type="stmt"/>
|
|
926
|
+
<line num="33" count="1" type="stmt"/>
|
|
927
|
+
<line num="34" count="1" type="stmt"/>
|
|
928
|
+
<line num="35" count="1" type="stmt"/>
|
|
929
|
+
<line num="36" count="1" type="stmt"/>
|
|
930
|
+
<line num="37" count="1" type="stmt"/>
|
|
931
|
+
<line num="38" count="0" type="stmt"/>
|
|
932
|
+
<line num="39" count="0" type="stmt"/>
|
|
933
|
+
<line num="40" count="0" type="stmt"/>
|
|
934
|
+
<line num="41" count="0" type="stmt"/>
|
|
935
|
+
<line num="42" count="0" type="stmt"/>
|
|
936
|
+
<line num="43" count="0" type="stmt"/>
|
|
937
|
+
<line num="44" count="0" type="stmt"/>
|
|
938
|
+
<line num="45" count="0" type="stmt"/>
|
|
939
|
+
<line num="46" count="0" type="stmt"/>
|
|
940
|
+
<line num="47" count="0" type="stmt"/>
|
|
941
|
+
<line num="48" count="0" type="stmt"/>
|
|
942
|
+
<line num="49" count="0" type="stmt"/>
|
|
943
|
+
<line num="50" count="0" type="stmt"/>
|
|
944
|
+
<line num="51" count="0" type="stmt"/>
|
|
945
|
+
<line num="52" count="0" type="stmt"/>
|
|
946
|
+
<line num="53" count="0" type="stmt"/>
|
|
947
|
+
<line num="54" count="0" type="stmt"/>
|
|
948
|
+
<line num="55" count="0" type="stmt"/>
|
|
949
|
+
<line num="56" count="0" type="stmt"/>
|
|
950
|
+
<line num="57" count="0" type="stmt"/>
|
|
951
|
+
<line num="58" count="0" type="stmt"/>
|
|
952
|
+
<line num="59" count="0" type="stmt"/>
|
|
953
|
+
<line num="60" count="0" type="stmt"/>
|
|
954
|
+
<line num="61" count="0" type="stmt"/>
|
|
955
|
+
<line num="62" count="0" type="stmt"/>
|
|
956
|
+
<line num="63" count="0" type="stmt"/>
|
|
957
|
+
<line num="64" count="0" type="stmt"/>
|
|
958
|
+
<line num="65" count="0" type="stmt"/>
|
|
959
|
+
<line num="66" count="0" type="stmt"/>
|
|
960
|
+
<line num="67" count="0" type="stmt"/>
|
|
961
|
+
<line num="68" count="0" type="stmt"/>
|
|
962
|
+
<line num="69" count="0" type="stmt"/>
|
|
963
|
+
<line num="70" count="0" type="stmt"/>
|
|
964
|
+
<line num="71" count="0" type="stmt"/>
|
|
965
|
+
<line num="72" count="0" type="stmt"/>
|
|
966
|
+
<line num="73" count="0" type="stmt"/>
|
|
967
|
+
<line num="74" count="1" type="stmt"/>
|
|
968
|
+
<line num="75" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
969
|
+
<line num="76" count="5" type="stmt"/>
|
|
970
|
+
<line num="77" count="5" type="stmt"/>
|
|
971
|
+
<line num="78" count="5" type="stmt"/>
|
|
972
|
+
<line num="79" count="5" type="stmt"/>
|
|
973
|
+
<line num="80" count="5" type="stmt"/>
|
|
974
|
+
<line num="81" count="5" type="stmt"/>
|
|
975
|
+
<line num="82" count="5" type="stmt"/>
|
|
976
|
+
<line num="83" count="1" type="stmt"/>
|
|
977
|
+
<line num="84" count="1" type="stmt"/>
|
|
978
|
+
<line num="85" count="1" type="stmt"/>
|
|
979
|
+
<line num="86" count="0" type="stmt"/>
|
|
980
|
+
<line num="87" count="0" type="stmt"/>
|
|
981
|
+
<line num="88" count="1" type="stmt"/>
|
|
982
|
+
<line num="89" count="1" type="stmt"/>
|
|
983
|
+
<line num="90" count="0" type="stmt"/>
|
|
984
|
+
<line num="91" count="0" type="stmt"/>
|
|
985
|
+
<line num="92" count="0" type="stmt"/>
|
|
986
|
+
<line num="93" count="0" type="stmt"/>
|
|
987
|
+
<line num="94" count="0" type="stmt"/>
|
|
988
|
+
<line num="95" count="1" type="stmt"/>
|
|
989
|
+
<line num="96" count="1" type="stmt"/>
|
|
990
|
+
<line num="97" count="0" type="stmt"/>
|
|
991
|
+
<line num="98" count="0" type="stmt"/>
|
|
992
|
+
<line num="99" count="0" type="stmt"/>
|
|
993
|
+
<line num="100" count="0" type="stmt"/>
|
|
994
|
+
<line num="101" count="0" type="stmt"/>
|
|
995
|
+
<line num="102" count="1" type="stmt"/>
|
|
996
|
+
<line num="103" count="1" type="stmt"/>
|
|
997
|
+
<line num="104" count="0" type="stmt"/>
|
|
998
|
+
<line num="105" count="0" type="stmt"/>
|
|
999
|
+
<line num="106" count="0" type="stmt"/>
|
|
1000
|
+
<line num="107" count="0" type="stmt"/>
|
|
1001
|
+
<line num="108" count="0" type="stmt"/>
|
|
1002
|
+
<line num="109" count="0" type="stmt"/>
|
|
1003
|
+
<line num="110" count="1" type="stmt"/>
|
|
1004
|
+
<line num="111" count="1" type="stmt"/>
|
|
1005
|
+
<line num="112" count="0" type="stmt"/>
|
|
1006
|
+
<line num="113" count="0" type="stmt"/>
|
|
1007
|
+
<line num="114" count="0" type="stmt"/>
|
|
1008
|
+
<line num="115" count="0" type="stmt"/>
|
|
1009
|
+
<line num="116" count="0" type="stmt"/>
|
|
1010
|
+
<line num="117" count="0" type="stmt"/>
|
|
1011
|
+
<line num="118" count="0" type="stmt"/>
|
|
1012
|
+
<line num="119" count="0" type="stmt"/>
|
|
1013
|
+
<line num="120" count="1" type="stmt"/>
|
|
1014
|
+
<line num="121" count="1" type="stmt"/>
|
|
1015
|
+
<line num="122" count="1" type="stmt"/>
|
|
1016
|
+
<line num="123" count="1" type="stmt"/>
|
|
1017
|
+
<line num="124" count="1" type="stmt"/>
|
|
1018
|
+
<line num="125" count="1" type="stmt"/>
|
|
1019
|
+
<line num="126" count="1" type="stmt"/>
|
|
1020
|
+
<line num="127" count="1" type="stmt"/>
|
|
1021
|
+
<line num="128" count="1" type="stmt"/>
|
|
1022
|
+
<line num="129" count="1" type="stmt"/>
|
|
1023
|
+
<line num="130" count="1" type="stmt"/>
|
|
1024
|
+
<line num="131" count="1" type="stmt"/>
|
|
1025
|
+
<line num="132" count="1" type="stmt"/>
|
|
1026
|
+
<line num="133" count="0" type="stmt"/>
|
|
1027
|
+
<line num="134" count="0" type="stmt"/>
|
|
1028
|
+
<line num="135" count="0" type="stmt"/>
|
|
1029
|
+
<line num="136" count="0" type="stmt"/>
|
|
1030
|
+
<line num="137" count="0" type="stmt"/>
|
|
1031
|
+
<line num="138" count="0" type="stmt"/>
|
|
1032
|
+
<line num="139" count="0" type="stmt"/>
|
|
1033
|
+
<line num="140" count="0" type="stmt"/>
|
|
1034
|
+
<line num="141" count="0" type="stmt"/>
|
|
1035
|
+
<line num="142" count="0" type="stmt"/>
|
|
1036
|
+
<line num="143" count="0" type="stmt"/>
|
|
1037
|
+
<line num="144" count="0" type="stmt"/>
|
|
1038
|
+
<line num="145" count="0" type="stmt"/>
|
|
1039
|
+
<line num="146" count="0" type="stmt"/>
|
|
1159
1040
|
<line num="147" count="0" type="stmt"/>
|
|
1160
1041
|
<line num="148" count="0" type="stmt"/>
|
|
1161
1042
|
<line num="149" count="0" type="stmt"/>
|
|
1162
1043
|
<line num="150" count="0" type="stmt"/>
|
|
1163
1044
|
<line num="151" count="0" type="stmt"/>
|
|
1164
1045
|
<line num="152" count="0" type="stmt"/>
|
|
1165
|
-
<line num="153" count="
|
|
1166
|
-
|
|
1167
|
-
|
|
1168
|
-
<
|
|
1169
|
-
<line num="
|
|
1170
|
-
<line num="
|
|
1171
|
-
<line num="
|
|
1172
|
-
<line num="
|
|
1173
|
-
<line num="
|
|
1046
|
+
<line num="153" count="0" type="stmt"/>
|
|
1047
|
+
<line num="154" count="0" type="stmt"/>
|
|
1048
|
+
<line num="155" count="0" type="stmt"/>
|
|
1049
|
+
<line num="156" count="0" type="stmt"/>
|
|
1050
|
+
<line num="157" count="0" type="stmt"/>
|
|
1051
|
+
<line num="158" count="0" type="stmt"/>
|
|
1052
|
+
<line num="159" count="0" type="stmt"/>
|
|
1053
|
+
<line num="160" count="0" type="stmt"/>
|
|
1054
|
+
<line num="161" count="0" type="stmt"/>
|
|
1055
|
+
<line num="162" count="0" type="stmt"/>
|
|
1056
|
+
<line num="163" count="0" type="stmt"/>
|
|
1057
|
+
<line num="164" count="0" type="stmt"/>
|
|
1058
|
+
<line num="165" count="0" type="stmt"/>
|
|
1059
|
+
<line num="166" count="0" type="stmt"/>
|
|
1060
|
+
<line num="167" count="0" type="stmt"/>
|
|
1061
|
+
<line num="168" count="0" type="stmt"/>
|
|
1062
|
+
<line num="169" count="0" type="stmt"/>
|
|
1063
|
+
<line num="170" count="0" type="stmt"/>
|
|
1064
|
+
<line num="171" count="0" type="stmt"/>
|
|
1065
|
+
<line num="172" count="0" type="stmt"/>
|
|
1066
|
+
<line num="173" count="0" type="stmt"/>
|
|
1067
|
+
<line num="174" count="0" type="stmt"/>
|
|
1068
|
+
<line num="175" count="0" type="stmt"/>
|
|
1069
|
+
<line num="176" count="0" type="stmt"/>
|
|
1070
|
+
<line num="177" count="0" type="stmt"/>
|
|
1071
|
+
<line num="178" count="0" type="stmt"/>
|
|
1072
|
+
<line num="179" count="0" type="stmt"/>
|
|
1073
|
+
<line num="180" count="0" type="stmt"/>
|
|
1074
|
+
<line num="181" count="0" type="stmt"/>
|
|
1075
|
+
<line num="182" count="0" type="stmt"/>
|
|
1076
|
+
<line num="183" count="0" type="stmt"/>
|
|
1077
|
+
<line num="184" count="0" type="stmt"/>
|
|
1078
|
+
<line num="185" count="0" type="stmt"/>
|
|
1079
|
+
<line num="186" count="0" type="stmt"/>
|
|
1080
|
+
<line num="187" count="0" type="stmt"/>
|
|
1081
|
+
<line num="188" count="0" type="stmt"/>
|
|
1082
|
+
<line num="189" count="0" type="stmt"/>
|
|
1083
|
+
<line num="190" count="0" type="stmt"/>
|
|
1084
|
+
<line num="191" count="0" type="stmt"/>
|
|
1085
|
+
<line num="192" count="0" type="stmt"/>
|
|
1086
|
+
<line num="193" count="0" type="stmt"/>
|
|
1087
|
+
<line num="194" count="1" type="stmt"/>
|
|
1088
|
+
<line num="195" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1089
|
+
<line num="196" count="72" type="stmt"/>
|
|
1090
|
+
<line num="197" count="72" type="stmt"/>
|
|
1091
|
+
<line num="198" count="72" type="stmt"/>
|
|
1092
|
+
<line num="199" count="72" type="cond" truecount="1" falsecount="0"/>
|
|
1093
|
+
<line num="200" count="72" type="cond" truecount="1" falsecount="0"/>
|
|
1094
|
+
<line num="201" count="72" type="stmt"/>
|
|
1095
|
+
<line num="202" count="72" type="stmt"/>
|
|
1096
|
+
<line num="203" count="72" type="stmt"/>
|
|
1097
|
+
<line num="204" count="1" type="stmt"/>
|
|
1098
|
+
<line num="205" count="1" type="stmt"/>
|
|
1099
|
+
<line num="206" count="1" type="stmt"/>
|
|
1100
|
+
<line num="207" count="1" type="stmt"/>
|
|
1101
|
+
<line num="208" count="1" type="stmt"/>
|
|
1102
|
+
<line num="209" count="1" type="stmt"/>
|
|
1103
|
+
<line num="210" count="1" type="stmt"/>
|
|
1104
|
+
<line num="211" count="1" type="stmt"/>
|
|
1105
|
+
<line num="212" count="1" type="stmt"/>
|
|
1106
|
+
<line num="213" count="1" type="stmt"/>
|
|
1107
|
+
<line num="214" count="1" type="stmt"/>
|
|
1108
|
+
<line num="215" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1109
|
+
<line num="216" count="72" type="stmt"/>
|
|
1110
|
+
<line num="217" count="72" type="cond" truecount="0" falsecount="1"/>
|
|
1111
|
+
<line num="218" count="72" type="stmt"/>
|
|
1112
|
+
<line num="219" count="72" type="cond" truecount="0" falsecount="1"/>
|
|
1113
|
+
<line num="220" count="0" type="stmt"/>
|
|
1114
|
+
<line num="221" count="0" type="stmt"/>
|
|
1115
|
+
<line num="222" count="72" type="stmt"/>
|
|
1116
|
+
<line num="223" count="1" type="stmt"/>
|
|
1117
|
+
<line num="224" count="1" type="stmt"/>
|
|
1118
|
+
<line num="225" count="1" type="stmt"/>
|
|
1119
|
+
<line num="226" count="1" type="stmt"/>
|
|
1120
|
+
<line num="227" count="1" type="stmt"/>
|
|
1121
|
+
<line num="228" count="1" type="stmt"/>
|
|
1122
|
+
<line num="229" count="1" type="stmt"/>
|
|
1123
|
+
<line num="230" count="1" type="stmt"/>
|
|
1124
|
+
<line num="231" count="1" type="stmt"/>
|
|
1125
|
+
<line num="232" count="0" type="stmt"/>
|
|
1126
|
+
<line num="233" count="0" type="stmt"/>
|
|
1127
|
+
<line num="234" count="1" type="stmt"/>
|
|
1128
|
+
<line num="235" count="1" type="stmt"/>
|
|
1129
|
+
<line num="236" count="1" type="stmt"/>
|
|
1130
|
+
<line num="237" count="1" type="stmt"/>
|
|
1131
|
+
<line num="238" count="1" type="stmt"/>
|
|
1132
|
+
<line num="239" count="1" type="stmt"/>
|
|
1133
|
+
<line num="240" count="1" type="stmt"/>
|
|
1134
|
+
<line num="241" count="1" type="stmt"/>
|
|
1135
|
+
<line num="242" count="1" type="stmt"/>
|
|
1136
|
+
<line num="243" count="1" type="stmt"/>
|
|
1137
|
+
<line num="244" count="0" type="stmt"/>
|
|
1138
|
+
<line num="245" count="0" type="stmt"/>
|
|
1139
|
+
<line num="246" count="0" type="stmt"/>
|
|
1140
|
+
<line num="247" count="0" type="stmt"/>
|
|
1141
|
+
<line num="248" count="0" type="stmt"/>
|
|
1142
|
+
<line num="249" count="0" type="stmt"/>
|
|
1143
|
+
<line num="250" count="0" type="stmt"/>
|
|
1144
|
+
<line num="251" count="0" type="stmt"/>
|
|
1145
|
+
<line num="252" count="0" type="stmt"/>
|
|
1146
|
+
<line num="253" count="0" type="stmt"/>
|
|
1147
|
+
<line num="254" count="0" type="stmt"/>
|
|
1148
|
+
<line num="255" count="0" type="stmt"/>
|
|
1149
|
+
<line num="256" count="1" type="stmt"/>
|
|
1150
|
+
<line num="257" count="1" type="stmt"/>
|
|
1151
|
+
<line num="258" count="1" type="stmt"/>
|
|
1152
|
+
<line num="259" count="1" type="stmt"/>
|
|
1153
|
+
<line num="260" count="1" type="stmt"/>
|
|
1154
|
+
<line num="261" count="1" type="stmt"/>
|
|
1155
|
+
<line num="262" count="1" type="stmt"/>
|
|
1156
|
+
<line num="263" count="0" type="stmt"/>
|
|
1157
|
+
<line num="264" count="0" type="stmt"/>
|
|
1158
|
+
<line num="265" count="0" type="stmt"/>
|
|
1159
|
+
<line num="266" count="0" type="stmt"/>
|
|
1160
|
+
<line num="267" count="0" type="stmt"/>
|
|
1161
|
+
<line num="268" count="0" type="stmt"/>
|
|
1162
|
+
<line num="269" count="0" type="stmt"/>
|
|
1163
|
+
<line num="270" count="0" type="stmt"/>
|
|
1164
|
+
<line num="271" count="0" type="stmt"/>
|
|
1165
|
+
<line num="272" count="0" type="stmt"/>
|
|
1166
|
+
<line num="273" count="0" type="stmt"/>
|
|
1167
|
+
<line num="274" count="0" type="stmt"/>
|
|
1168
|
+
<line num="275" count="0" type="stmt"/>
|
|
1169
|
+
<line num="276" count="0" type="stmt"/>
|
|
1170
|
+
<line num="277" count="0" type="stmt"/>
|
|
1171
|
+
<line num="278" count="0" type="stmt"/>
|
|
1172
|
+
<line num="279" count="0" type="stmt"/>
|
|
1173
|
+
<line num="280" count="0" type="stmt"/>
|
|
1174
|
+
<line num="281" count="0" type="stmt"/>
|
|
1175
|
+
<line num="282" count="0" type="stmt"/>
|
|
1176
|
+
<line num="283" count="0" type="stmt"/>
|
|
1177
|
+
<line num="284" count="1" type="stmt"/>
|
|
1178
|
+
<line num="285" count="1" type="stmt"/>
|
|
1179
|
+
<line num="286" count="1" type="stmt"/>
|
|
1180
|
+
<line num="287" count="1" type="stmt"/>
|
|
1181
|
+
<line num="288" count="1" type="stmt"/>
|
|
1182
|
+
<line num="289" count="1" type="stmt"/>
|
|
1183
|
+
<line num="290" count="1" type="stmt"/>
|
|
1184
|
+
<line num="291" count="1" type="stmt"/>
|
|
1185
|
+
<line num="292" count="1" type="stmt"/>
|
|
1186
|
+
<line num="293" count="1" type="stmt"/>
|
|
1187
|
+
<line num="294" count="1" type="stmt"/>
|
|
1188
|
+
<line num="295" count="1" type="stmt"/>
|
|
1189
|
+
<line num="296" count="1" type="stmt"/>
|
|
1190
|
+
<line num="297" count="1" type="stmt"/>
|
|
1191
|
+
<line num="298" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1192
|
+
<line num="299" count="22" type="stmt"/>
|
|
1193
|
+
<line num="300" count="22" type="stmt"/>
|
|
1194
|
+
<line num="301" count="22" type="stmt"/>
|
|
1195
|
+
<line num="302" count="22" type="stmt"/>
|
|
1196
|
+
<line num="303" count="22" type="stmt"/>
|
|
1197
|
+
<line num="304" count="22" type="stmt"/>
|
|
1198
|
+
<line num="305" count="22" type="stmt"/>
|
|
1199
|
+
<line num="306" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
1200
|
+
<line num="307" count="1" type="stmt"/>
|
|
1201
|
+
<line num="308" count="1" type="stmt"/>
|
|
1202
|
+
<line num="309" count="22" type="stmt"/>
|
|
1203
|
+
<line num="310" count="22" type="stmt"/>
|
|
1204
|
+
<line num="311" count="22" type="stmt"/>
|
|
1205
|
+
<line num="312" count="22" type="stmt"/>
|
|
1206
|
+
<line num="313" count="22" type="stmt"/>
|
|
1207
|
+
<line num="314" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
1208
|
+
<line num="315" count="1" type="stmt"/>
|
|
1209
|
+
<line num="316" count="22" type="cond" truecount="3" falsecount="0"/>
|
|
1210
|
+
<line num="317" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
1211
|
+
<line num="318" count="23" type="stmt"/>
|
|
1212
|
+
<line num="319" count="23" type="stmt"/>
|
|
1213
|
+
<line num="320" count="23" type="stmt"/>
|
|
1214
|
+
<line num="321" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
1215
|
+
<line num="322" count="18" type="stmt"/>
|
|
1216
|
+
<line num="323" count="18" type="stmt"/>
|
|
1217
|
+
<line num="324" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
1218
|
+
<line num="325" count="5" type="stmt"/>
|
|
1219
|
+
<line num="326" count="5" type="stmt"/>
|
|
1220
|
+
<line num="327" count="23" type="stmt"/>
|
|
1221
|
+
<line num="328" count="18" type="stmt"/>
|
|
1222
|
+
<line num="329" count="22" type="stmt"/>
|
|
1223
|
+
<line num="330" count="22" type="stmt"/>
|
|
1224
|
+
<line num="331" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
1225
|
+
<line num="332" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
1226
|
+
<line num="333" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
1227
|
+
<line num="334" count="22" type="stmt"/>
|
|
1228
|
+
<line num="335" count="22" type="cond" truecount="0" falsecount="1"/>
|
|
1229
|
+
<line num="336" count="0" type="stmt"/>
|
|
1230
|
+
<line num="337" count="0" type="stmt"/>
|
|
1231
|
+
<line num="338" count="0" type="stmt"/>
|
|
1232
|
+
<line num="339" count="0" type="stmt"/>
|
|
1233
|
+
<line num="340" count="22" type="stmt"/>
|
|
1234
|
+
<line num="341" count="1" type="stmt"/>
|
|
1235
|
+
<line num="342" count="1" type="stmt"/>
|
|
1236
|
+
<line num="343" count="1" type="stmt"/>
|
|
1237
|
+
<line num="344" count="1" type="stmt"/>
|
|
1238
|
+
<line num="345" count="1" type="stmt"/>
|
|
1239
|
+
<line num="346" count="1" type="stmt"/>
|
|
1240
|
+
<line num="347" count="0" type="stmt"/>
|
|
1241
|
+
<line num="348" count="0" type="stmt"/>
|
|
1242
|
+
<line num="349" count="0" type="stmt"/>
|
|
1243
|
+
<line num="350" count="0" type="stmt"/>
|
|
1244
|
+
<line num="351" count="0" type="stmt"/>
|
|
1245
|
+
<line num="352" count="0" type="stmt"/>
|
|
1246
|
+
<line num="353" count="0" type="stmt"/>
|
|
1247
|
+
<line num="354" count="0" type="stmt"/>
|
|
1248
|
+
<line num="355" count="0" type="stmt"/>
|
|
1249
|
+
<line num="356" count="0" type="stmt"/>
|
|
1250
|
+
<line num="357" count="0" type="stmt"/>
|
|
1251
|
+
<line num="358" count="0" type="stmt"/>
|
|
1252
|
+
<line num="359" count="1" type="stmt"/>
|
|
1174
1253
|
</file>
|
|
1175
|
-
</package>
|
|
1176
|
-
<package name="rabbit-ui-kit.src.common-apis.utils">
|
|
1177
|
-
<metrics statements="319" coveredstatements="176" conditionals="25" coveredconditionals="17" methods="19" coveredmethods="7"/>
|
|
1178
1254
|
<file name="cache.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/utils/cache.js">
|
|
1179
1255
|
<metrics statements="242" coveredstatements="114" conditionals="9" coveredconditionals="4" methods="15" coveredmethods="4"/>
|
|
1180
1256
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -1420,24 +1496,50 @@
|
|
|
1420
1496
|
<line num="241" count="0" type="stmt"/>
|
|
1421
1497
|
<line num="242" count="1" type="stmt"/>
|
|
1422
1498
|
</file>
|
|
1423
|
-
<file name="
|
|
1424
|
-
<metrics statements="
|
|
1499
|
+
<file name="errorUtils.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/utils/errorUtils.js">
|
|
1500
|
+
<metrics statements="42" coveredstatements="30" conditionals="6" coveredconditionals="3" methods="3" coveredmethods="2"/>
|
|
1425
1501
|
<line num="1" count="1" type="stmt"/>
|
|
1426
1502
|
<line num="2" count="1" type="stmt"/>
|
|
1427
1503
|
<line num="3" count="1" type="stmt"/>
|
|
1428
1504
|
<line num="4" count="1" type="stmt"/>
|
|
1429
1505
|
<line num="5" count="1" type="stmt"/>
|
|
1430
|
-
<line num="6" count="1" type="
|
|
1506
|
+
<line num="6" count="1" type="stmt"/>
|
|
1431
1507
|
<line num="7" count="1" type="stmt"/>
|
|
1432
1508
|
<line num="8" count="1" type="stmt"/>
|
|
1433
|
-
<line num="9" count="
|
|
1434
|
-
<line num="10" count="
|
|
1435
|
-
<line num="11" count="
|
|
1436
|
-
<line num="12" count="
|
|
1437
|
-
<line num="13" count="
|
|
1438
|
-
<line num="14" count="
|
|
1439
|
-
<line num="15" count="
|
|
1440
|
-
<line num="16" count="
|
|
1509
|
+
<line num="9" count="1" type="stmt"/>
|
|
1510
|
+
<line num="10" count="1" type="stmt"/>
|
|
1511
|
+
<line num="11" count="1" type="stmt"/>
|
|
1512
|
+
<line num="12" count="1" type="stmt"/>
|
|
1513
|
+
<line num="13" count="1" type="stmt"/>
|
|
1514
|
+
<line num="14" count="1" type="stmt"/>
|
|
1515
|
+
<line num="15" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
1516
|
+
<line num="16" count="42" type="stmt"/>
|
|
1517
|
+
<line num="17" count="42" type="stmt"/>
|
|
1518
|
+
<line num="18" count="42" type="stmt"/>
|
|
1519
|
+
<line num="19" count="42" type="stmt"/>
|
|
1520
|
+
<line num="20" count="42" type="stmt"/>
|
|
1521
|
+
<line num="21" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1522
|
+
<line num="22" count="0" type="stmt"/>
|
|
1523
|
+
<line num="23" count="1" type="stmt"/>
|
|
1524
|
+
<line num="24" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
1525
|
+
<line num="25" count="42" type="cond" truecount="0" falsecount="1"/>
|
|
1526
|
+
<line num="26" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
1527
|
+
<line num="27" count="42" type="cond" truecount="0" falsecount="1"/>
|
|
1528
|
+
<line num="28" count="42" type="stmt"/>
|
|
1529
|
+
<line num="29" count="42" type="stmt"/>
|
|
1530
|
+
<line num="30" count="42" type="stmt"/>
|
|
1531
|
+
<line num="31" count="1" type="stmt"/>
|
|
1532
|
+
<line num="32" count="1" type="stmt"/>
|
|
1533
|
+
<line num="33" count="0" type="stmt"/>
|
|
1534
|
+
<line num="34" count="0" type="stmt"/>
|
|
1535
|
+
<line num="35" count="0" type="stmt"/>
|
|
1536
|
+
<line num="36" count="0" type="stmt"/>
|
|
1537
|
+
<line num="37" count="0" type="stmt"/>
|
|
1538
|
+
<line num="38" count="0" type="stmt"/>
|
|
1539
|
+
<line num="39" count="0" type="stmt"/>
|
|
1540
|
+
<line num="40" count="0" type="stmt"/>
|
|
1541
|
+
<line num="41" count="0" type="stmt"/>
|
|
1542
|
+
<line num="42" count="0" type="stmt"/>
|
|
1441
1543
|
</file>
|
|
1442
1544
|
<file name="postponeExecution.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/utils/postponeExecution.js">
|
|
1443
1545
|
<metrics statements="11" coveredstatements="11" conditionals="5" coveredconditionals="5" methods="1" coveredmethods="1"/>
|
|
@@ -1453,6 +1555,33 @@
|
|
|
1453
1555
|
<line num="10" count="4" type="stmt"/>
|
|
1454
1556
|
<line num="11" count="4" type="stmt"/>
|
|
1455
1557
|
</file>
|
|
1558
|
+
<file name="rabbitTicker.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/utils/rabbitTicker.js">
|
|
1559
|
+
<metrics statements="24" coveredstatements="15" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1560
|
+
<line num="1" count="1" type="stmt"/>
|
|
1561
|
+
<line num="2" count="1" type="stmt"/>
|
|
1562
|
+
<line num="3" count="1" type="stmt"/>
|
|
1563
|
+
<line num="4" count="1" type="stmt"/>
|
|
1564
|
+
<line num="5" count="1" type="stmt"/>
|
|
1565
|
+
<line num="6" count="1" type="stmt"/>
|
|
1566
|
+
<line num="7" count="1" type="stmt"/>
|
|
1567
|
+
<line num="8" count="1" type="stmt"/>
|
|
1568
|
+
<line num="9" count="1" type="stmt"/>
|
|
1569
|
+
<line num="10" count="1" type="stmt"/>
|
|
1570
|
+
<line num="11" count="1" type="stmt"/>
|
|
1571
|
+
<line num="12" count="1" type="stmt"/>
|
|
1572
|
+
<line num="13" count="1" type="stmt"/>
|
|
1573
|
+
<line num="14" count="1" type="stmt"/>
|
|
1574
|
+
<line num="15" count="1" type="stmt"/>
|
|
1575
|
+
<line num="16" count="0" type="stmt"/>
|
|
1576
|
+
<line num="17" count="0" type="stmt"/>
|
|
1577
|
+
<line num="18" count="0" type="stmt"/>
|
|
1578
|
+
<line num="19" count="0" type="stmt"/>
|
|
1579
|
+
<line num="20" count="0" type="stmt"/>
|
|
1580
|
+
<line num="21" count="0" type="stmt"/>
|
|
1581
|
+
<line num="22" count="0" type="stmt"/>
|
|
1582
|
+
<line num="23" count="0" type="stmt"/>
|
|
1583
|
+
<line num="24" count="0" type="stmt"/>
|
|
1584
|
+
</file>
|
|
1456
1585
|
<file name="safeStringify.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/common-apis/utils/safeStringify.js">
|
|
1457
1586
|
<metrics statements="50" coveredstatements="42" conditionals="10" coveredconditionals="7" methods="1" coveredmethods="1"/>
|
|
1458
1587
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -2927,9 +3056,9 @@
|
|
|
2927
3056
|
</file>
|
|
2928
3057
|
</package>
|
|
2929
3058
|
<package name="rabbit-ui-kit.src.swaps-lib.external-apis">
|
|
2930
|
-
<metrics statements="
|
|
3059
|
+
<metrics statements="1720" coveredstatements="798" conditionals="204" coveredconditionals="189" methods="36" coveredmethods="13"/>
|
|
2931
3060
|
<file name="letsExchangeSwapProvider.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/swaps-lib/external-apis/letsExchangeSwapProvider.js">
|
|
2932
|
-
<metrics statements="
|
|
3061
|
+
<metrics statements="508" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
2933
3062
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
2934
3063
|
<line num="2" count="0" type="stmt"/>
|
|
2935
3064
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -3415,9 +3544,32 @@
|
|
|
3415
3544
|
<line num="483" count="0" type="stmt"/>
|
|
3416
3545
|
<line num="484" count="0" type="stmt"/>
|
|
3417
3546
|
<line num="485" count="0" type="stmt"/>
|
|
3547
|
+
<line num="486" count="0" type="stmt"/>
|
|
3548
|
+
<line num="487" count="0" type="stmt"/>
|
|
3549
|
+
<line num="488" count="0" type="stmt"/>
|
|
3550
|
+
<line num="489" count="0" type="stmt"/>
|
|
3551
|
+
<line num="490" count="0" type="stmt"/>
|
|
3552
|
+
<line num="491" count="0" type="stmt"/>
|
|
3553
|
+
<line num="492" count="0" type="stmt"/>
|
|
3554
|
+
<line num="493" count="0" type="stmt"/>
|
|
3555
|
+
<line num="494" count="0" type="stmt"/>
|
|
3556
|
+
<line num="495" count="0" type="stmt"/>
|
|
3557
|
+
<line num="496" count="0" type="stmt"/>
|
|
3558
|
+
<line num="497" count="0" type="stmt"/>
|
|
3559
|
+
<line num="498" count="0" type="stmt"/>
|
|
3560
|
+
<line num="499" count="0" type="stmt"/>
|
|
3561
|
+
<line num="500" count="0" type="stmt"/>
|
|
3562
|
+
<line num="501" count="0" type="stmt"/>
|
|
3563
|
+
<line num="502" count="0" type="stmt"/>
|
|
3564
|
+
<line num="503" count="0" type="stmt"/>
|
|
3565
|
+
<line num="504" count="0" type="stmt"/>
|
|
3566
|
+
<line num="505" count="0" type="stmt"/>
|
|
3567
|
+
<line num="506" count="0" type="stmt"/>
|
|
3568
|
+
<line num="507" count="0" type="stmt"/>
|
|
3569
|
+
<line num="508" count="0" type="stmt"/>
|
|
3418
3570
|
</file>
|
|
3419
3571
|
<file name="swapProvider.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/swaps-lib/external-apis/swapProvider.js">
|
|
3420
|
-
<metrics statements="
|
|
3572
|
+
<metrics statements="610" coveredstatements="400" conditionals="36" coveredconditionals="34" methods="24" coveredmethods="8"/>
|
|
3421
3573
|
<line num="1" count="1" type="stmt"/>
|
|
3422
3574
|
<line num="2" count="1" type="stmt"/>
|
|
3423
3575
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -3460,8 +3612,8 @@
|
|
|
3460
3612
|
<line num="40" count="1" type="stmt"/>
|
|
3461
3613
|
<line num="41" count="1" type="stmt"/>
|
|
3462
3614
|
<line num="42" count="1" type="stmt"/>
|
|
3463
|
-
<line num="43" count="1" type="
|
|
3464
|
-
<line num="44" count="
|
|
3615
|
+
<line num="43" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
3616
|
+
<line num="44" count="133" type="stmt"/>
|
|
3465
3617
|
<line num="45" count="133" type="stmt"/>
|
|
3466
3618
|
<line num="46" count="133" type="stmt"/>
|
|
3467
3619
|
<line num="47" count="133" type="stmt"/>
|
|
@@ -3469,89 +3621,89 @@
|
|
|
3469
3621
|
<line num="49" count="133" type="stmt"/>
|
|
3470
3622
|
<line num="50" count="133" type="stmt"/>
|
|
3471
3623
|
<line num="51" count="133" type="stmt"/>
|
|
3472
|
-
<line num="52" count="
|
|
3473
|
-
<line num="53" count="
|
|
3474
|
-
<line num="54" count="
|
|
3475
|
-
<line num="55" count="
|
|
3476
|
-
<line num="56" count="
|
|
3477
|
-
<line num="57" count="
|
|
3478
|
-
<line num="58" count="
|
|
3479
|
-
<line num="59" count="
|
|
3480
|
-
<line num="60" count="
|
|
3481
|
-
<line num="61" count="
|
|
3482
|
-
<line num="62" count="
|
|
3483
|
-
<line num="63" count="
|
|
3484
|
-
<line num="64" count="
|
|
3485
|
-
<line num="65" count="
|
|
3486
|
-
<line num="66" count="
|
|
3487
|
-
<line num="67" count="
|
|
3488
|
-
<line num="68" count="
|
|
3489
|
-
<line num="69" count="
|
|
3490
|
-
<line num="70" count="
|
|
3491
|
-
<line num="71" count="
|
|
3492
|
-
<line num="72" count="
|
|
3493
|
-
<line num="73" count="
|
|
3494
|
-
<line num="74" count="
|
|
3495
|
-
<line num="75" count="
|
|
3496
|
-
<line num="76" count="
|
|
3497
|
-
<line num="77" count="
|
|
3498
|
-
<line num="78" count="
|
|
3499
|
-
<line num="79" count="
|
|
3500
|
-
<line num="80" count="
|
|
3501
|
-
<line num="81" count="
|
|
3502
|
-
<line num="82" count="
|
|
3503
|
-
<line num="83" count="
|
|
3504
|
-
<line num="84" count="
|
|
3505
|
-
<line num="85" count="
|
|
3506
|
-
<line num="86" count="
|
|
3507
|
-
<line num="87" count="
|
|
3508
|
-
<line num="88" count="
|
|
3509
|
-
<line num="89" count="
|
|
3510
|
-
<line num="90" count="
|
|
3511
|
-
<line num="91" count="
|
|
3512
|
-
<line num="92" count="
|
|
3513
|
-
<line num="93" count="
|
|
3514
|
-
<line num="94" count="
|
|
3515
|
-
<line num="95" count="
|
|
3516
|
-
<line num="96" count="
|
|
3517
|
-
<line num="97" count="
|
|
3518
|
-
<line num="98" count="
|
|
3519
|
-
<line num="99" count="
|
|
3520
|
-
<line num="100" count="
|
|
3521
|
-
<line num="101" count="
|
|
3522
|
-
<line num="102" count="
|
|
3523
|
-
<line num="103" count="
|
|
3524
|
-
<line num="104" count="
|
|
3525
|
-
<line num="105" count="
|
|
3526
|
-
<line num="106" count="
|
|
3527
|
-
<line num="107" count="
|
|
3528
|
-
<line num="108" count="
|
|
3529
|
-
<line num="109" count="
|
|
3530
|
-
<line num="110" count="
|
|
3531
|
-
<line num="111" count="
|
|
3624
|
+
<line num="52" count="133" type="stmt"/>
|
|
3625
|
+
<line num="53" count="133" type="stmt"/>
|
|
3626
|
+
<line num="54" count="133" type="stmt"/>
|
|
3627
|
+
<line num="55" count="133" type="stmt"/>
|
|
3628
|
+
<line num="56" count="133" type="stmt"/>
|
|
3629
|
+
<line num="57" count="133" type="stmt"/>
|
|
3630
|
+
<line num="58" count="133" type="stmt"/>
|
|
3631
|
+
<line num="59" count="133" type="stmt"/>
|
|
3632
|
+
<line num="60" count="133" type="stmt"/>
|
|
3633
|
+
<line num="61" count="133" type="cond" truecount="1" falsecount="0"/>
|
|
3634
|
+
<line num="62" count="133" type="stmt"/>
|
|
3635
|
+
<line num="63" count="133" type="stmt"/>
|
|
3636
|
+
<line num="64" count="133" type="stmt"/>
|
|
3637
|
+
<line num="65" count="133" type="stmt"/>
|
|
3638
|
+
<line num="66" count="133" type="stmt"/>
|
|
3639
|
+
<line num="67" count="133" type="stmt"/>
|
|
3640
|
+
<line num="68" count="133" type="stmt"/>
|
|
3641
|
+
<line num="69" count="133" type="stmt"/>
|
|
3642
|
+
<line num="70" count="133" type="stmt"/>
|
|
3643
|
+
<line num="71" count="133" type="stmt"/>
|
|
3644
|
+
<line num="72" count="133" type="stmt"/>
|
|
3645
|
+
<line num="73" count="133" type="stmt"/>
|
|
3646
|
+
<line num="74" count="133" type="stmt"/>
|
|
3647
|
+
<line num="75" count="133" type="stmt"/>
|
|
3648
|
+
<line num="76" count="133" type="stmt"/>
|
|
3649
|
+
<line num="77" count="133" type="stmt"/>
|
|
3650
|
+
<line num="78" count="133" type="stmt"/>
|
|
3651
|
+
<line num="79" count="133" type="stmt"/>
|
|
3652
|
+
<line num="80" count="133" type="stmt"/>
|
|
3653
|
+
<line num="81" count="133" type="stmt"/>
|
|
3654
|
+
<line num="82" count="133" type="stmt"/>
|
|
3655
|
+
<line num="83" count="133" type="stmt"/>
|
|
3656
|
+
<line num="84" count="133" type="stmt"/>
|
|
3657
|
+
<line num="85" count="133" type="stmt"/>
|
|
3658
|
+
<line num="86" count="133" type="stmt"/>
|
|
3659
|
+
<line num="87" count="133" type="stmt"/>
|
|
3660
|
+
<line num="88" count="133" type="stmt"/>
|
|
3661
|
+
<line num="89" count="133" type="stmt"/>
|
|
3662
|
+
<line num="90" count="133" type="cond" truecount="1" falsecount="0"/>
|
|
3663
|
+
<line num="91" count="8" type="stmt"/>
|
|
3664
|
+
<line num="92" count="8" type="stmt"/>
|
|
3665
|
+
<line num="93" count="8" type="stmt"/>
|
|
3666
|
+
<line num="94" count="8" type="stmt"/>
|
|
3667
|
+
<line num="95" count="8" type="stmt"/>
|
|
3668
|
+
<line num="96" count="8" type="stmt"/>
|
|
3669
|
+
<line num="97" count="8" type="stmt"/>
|
|
3670
|
+
<line num="98" count="8" type="stmt"/>
|
|
3671
|
+
<line num="99" count="8" type="stmt"/>
|
|
3672
|
+
<line num="100" count="133" type="stmt"/>
|
|
3673
|
+
<line num="101" count="133" type="stmt"/>
|
|
3674
|
+
<line num="102" count="133" type="stmt"/>
|
|
3675
|
+
<line num="103" count="133" type="stmt"/>
|
|
3676
|
+
<line num="104" count="133" type="stmt"/>
|
|
3677
|
+
<line num="105" count="133" type="stmt"/>
|
|
3678
|
+
<line num="106" count="133" type="stmt"/>
|
|
3679
|
+
<line num="107" count="133" type="stmt"/>
|
|
3680
|
+
<line num="108" count="133" type="stmt"/>
|
|
3681
|
+
<line num="109" count="133" type="stmt"/>
|
|
3682
|
+
<line num="110" count="133" type="stmt"/>
|
|
3683
|
+
<line num="111" count="133" type="stmt"/>
|
|
3532
3684
|
<line num="112" count="0" type="stmt"/>
|
|
3533
3685
|
<line num="113" count="0" type="stmt"/>
|
|
3534
|
-
<line num="114" count="
|
|
3535
|
-
<line num="115" count="
|
|
3536
|
-
<line num="116" count="
|
|
3537
|
-
<line num="117" count="
|
|
3538
|
-
<line num="118" count="
|
|
3686
|
+
<line num="114" count="133" type="stmt"/>
|
|
3687
|
+
<line num="115" count="133" type="stmt"/>
|
|
3688
|
+
<line num="116" count="133" type="stmt"/>
|
|
3689
|
+
<line num="117" count="133" type="stmt"/>
|
|
3690
|
+
<line num="118" count="133" type="stmt"/>
|
|
3539
3691
|
<line num="119" count="0" type="stmt"/>
|
|
3540
3692
|
<line num="120" count="0" type="stmt"/>
|
|
3541
|
-
<line num="121" count="
|
|
3542
|
-
<line num="122" count="
|
|
3543
|
-
<line num="123" count="
|
|
3544
|
-
<line num="124" count="
|
|
3545
|
-
<line num="125" count="
|
|
3693
|
+
<line num="121" count="133" type="stmt"/>
|
|
3694
|
+
<line num="122" count="133" type="stmt"/>
|
|
3695
|
+
<line num="123" count="133" type="stmt"/>
|
|
3696
|
+
<line num="124" count="133" type="stmt"/>
|
|
3697
|
+
<line num="125" count="133" type="stmt"/>
|
|
3546
3698
|
<line num="126" count="0" type="stmt"/>
|
|
3547
3699
|
<line num="127" count="0" type="stmt"/>
|
|
3548
|
-
<line num="128" count="
|
|
3549
|
-
<line num="129" count="
|
|
3550
|
-
<line num="130" count="
|
|
3551
|
-
<line num="131" count="
|
|
3552
|
-
<line num="132" count="
|
|
3553
|
-
<line num="133" count="
|
|
3554
|
-
<line num="134" count="
|
|
3700
|
+
<line num="128" count="133" type="stmt"/>
|
|
3701
|
+
<line num="129" count="133" type="stmt"/>
|
|
3702
|
+
<line num="130" count="133" type="stmt"/>
|
|
3703
|
+
<line num="131" count="133" type="stmt"/>
|
|
3704
|
+
<line num="132" count="133" type="stmt"/>
|
|
3705
|
+
<line num="133" count="133" type="stmt"/>
|
|
3706
|
+
<line num="134" count="133" type="stmt"/>
|
|
3555
3707
|
<line num="135" count="0" type="stmt"/>
|
|
3556
3708
|
<line num="136" count="0" type="stmt"/>
|
|
3557
3709
|
<line num="137" count="0" type="stmt"/>
|
|
@@ -3573,14 +3725,14 @@
|
|
|
3573
3725
|
<line num="153" count="0" type="stmt"/>
|
|
3574
3726
|
<line num="154" count="0" type="stmt"/>
|
|
3575
3727
|
<line num="155" count="0" type="stmt"/>
|
|
3576
|
-
<line num="156" count="
|
|
3577
|
-
<line num="157" count="
|
|
3578
|
-
<line num="158" count="
|
|
3579
|
-
<line num="159" count="
|
|
3580
|
-
<line num="160" count="
|
|
3581
|
-
<line num="161" count="
|
|
3582
|
-
<line num="162" count="
|
|
3583
|
-
<line num="163" count="
|
|
3728
|
+
<line num="156" count="0" type="stmt"/>
|
|
3729
|
+
<line num="157" count="0" type="stmt"/>
|
|
3730
|
+
<line num="158" count="0" type="stmt"/>
|
|
3731
|
+
<line num="159" count="0" type="stmt"/>
|
|
3732
|
+
<line num="160" count="0" type="stmt"/>
|
|
3733
|
+
<line num="161" count="0" type="stmt"/>
|
|
3734
|
+
<line num="162" count="0" type="stmt"/>
|
|
3735
|
+
<line num="163" count="0" type="stmt"/>
|
|
3584
3736
|
<line num="164" count="0" type="stmt"/>
|
|
3585
3737
|
<line num="165" count="0" type="stmt"/>
|
|
3586
3738
|
<line num="166" count="0" type="stmt"/>
|
|
@@ -3591,195 +3743,195 @@
|
|
|
3591
3743
|
<line num="171" count="0" type="stmt"/>
|
|
3592
3744
|
<line num="172" count="0" type="stmt"/>
|
|
3593
3745
|
<line num="173" count="0" type="stmt"/>
|
|
3594
|
-
<line num="174" count="
|
|
3595
|
-
<line num="175" count="
|
|
3596
|
-
<line num="176" count="
|
|
3597
|
-
<line num="177" count="
|
|
3598
|
-
<line num="178" count="
|
|
3599
|
-
<line num="179" count="
|
|
3600
|
-
<line num="180" count="
|
|
3601
|
-
<line num="181" count="
|
|
3602
|
-
<line num="182" count="
|
|
3603
|
-
<line num="183" count="
|
|
3604
|
-
<line num="184" count="
|
|
3605
|
-
<line num="185" count="
|
|
3606
|
-
<line num="186" count="
|
|
3607
|
-
<line num="187" count="
|
|
3608
|
-
<line num="188" count="
|
|
3609
|
-
<line num="189" count="
|
|
3610
|
-
<line num="190" count="
|
|
3611
|
-
<line num="191" count="
|
|
3612
|
-
<line num="192" count="1" type="stmt"/>
|
|
3613
|
-
<line num="193" count="1" type="
|
|
3614
|
-
<line num="194" count="1" type="
|
|
3615
|
-
<line num="195" count="
|
|
3616
|
-
<line num="196" count="1" type="stmt"/>
|
|
3617
|
-
<line num="197" count="1" type="stmt"/>
|
|
3618
|
-
<line num="198" count="
|
|
3619
|
-
<line num="199" count="
|
|
3620
|
-
<line num="200" count="
|
|
3621
|
-
<line num="201" count="
|
|
3622
|
-
<line num="202" count="
|
|
3623
|
-
<line num="203" count="
|
|
3624
|
-
<line num="204" count="
|
|
3625
|
-
<line num="205" count="
|
|
3626
|
-
<line num="206" count="
|
|
3627
|
-
<line num="207" count="
|
|
3628
|
-
<line num="208" count="
|
|
3629
|
-
<line num="209" count="
|
|
3630
|
-
<line num="210" count="
|
|
3631
|
-
<line num="211" count="
|
|
3632
|
-
<line num="212" count="
|
|
3633
|
-
<line num="213" count="
|
|
3634
|
-
<line num="214" count="
|
|
3635
|
-
<line num="215" count="
|
|
3636
|
-
<line num="216" count="
|
|
3637
|
-
<line num="217" count="
|
|
3638
|
-
<line num="218" count="
|
|
3639
|
-
<line num="219" count="
|
|
3640
|
-
<line num="220" count="
|
|
3641
|
-
<line num="221" count="
|
|
3642
|
-
<line num="222" count="
|
|
3643
|
-
<line num="223" count="
|
|
3644
|
-
<line num="224" count="
|
|
3645
|
-
<line num="225" count="4" type="stmt"/>
|
|
3646
|
-
<line num="226" count="
|
|
3647
|
-
<line num="227" count="
|
|
3648
|
-
<line num="228" count="
|
|
3649
|
-
<line num="229" count="
|
|
3650
|
-
<line num="230" count="
|
|
3651
|
-
<line num="231" count="
|
|
3652
|
-
<line num="232" count="
|
|
3653
|
-
<line num="233" count="
|
|
3654
|
-
<line num="234" count="1" type="
|
|
3655
|
-
<line num="235" count="
|
|
3656
|
-
<line num="236" count="
|
|
3657
|
-
<line num="237" count="
|
|
3658
|
-
<line num="238" count="
|
|
3659
|
-
<line num="239" count="
|
|
3660
|
-
<line num="240" count="
|
|
3661
|
-
<line num="241" count="
|
|
3662
|
-
<line num="242" count="
|
|
3663
|
-
<line num="243" count="
|
|
3664
|
-
<line num="244" count="
|
|
3665
|
-
<line num="245" count="
|
|
3666
|
-
<line num="246" count="
|
|
3667
|
-
<line num="247" count="
|
|
3668
|
-
<line num="248" count="
|
|
3669
|
-
<line num="249" count="
|
|
3670
|
-
<line num="250" count="
|
|
3671
|
-
<line num="251" count="
|
|
3672
|
-
<line num="252" count="
|
|
3673
|
-
<line num="253" count="
|
|
3674
|
-
<line num="254" count="
|
|
3675
|
-
<line num="255" count="
|
|
3676
|
-
<line num="256" count="
|
|
3677
|
-
<line num="257" count="
|
|
3678
|
-
<line num="258" count="
|
|
3679
|
-
<line num="259" count="
|
|
3680
|
-
<line num="260" count="
|
|
3681
|
-
<line num="261" count="
|
|
3682
|
-
<line num="262" count="
|
|
3683
|
-
<line num="263" count="
|
|
3684
|
-
<line num="264" count="
|
|
3685
|
-
<line num="265" count="0" type="stmt"/>
|
|
3686
|
-
<line num="266" count="0" type="stmt"/>
|
|
3687
|
-
<line num="267" count="0" type="stmt"/>
|
|
3688
|
-
<line num="268" count="
|
|
3689
|
-
<line num="269" count="
|
|
3690
|
-
<line num="270" count="
|
|
3691
|
-
<line num="271" count="
|
|
3692
|
-
<line num="272" count="
|
|
3693
|
-
<line num="273" count="
|
|
3694
|
-
<line num="274" count="
|
|
3695
|
-
<line num="275" count="
|
|
3696
|
-
<line num="276" count="
|
|
3697
|
-
<line num="277" count="
|
|
3698
|
-
<line num="278" count="
|
|
3699
|
-
<line num="279" count="
|
|
3700
|
-
<line num="280" count="
|
|
3701
|
-
<line num="281" count="
|
|
3702
|
-
<line num="282" count="
|
|
3703
|
-
<line num="283" count="
|
|
3704
|
-
<line num="284" count="
|
|
3705
|
-
<line num="285" count="
|
|
3706
|
-
<line num="286" count="1" type="stmt"/>
|
|
3707
|
-
<line num="287" count="
|
|
3708
|
-
<line num="288" count="
|
|
3709
|
-
<line num="289" count="
|
|
3710
|
-
<line num="290" count="
|
|
3711
|
-
<line num="291" count="
|
|
3712
|
-
<line num="292" count="
|
|
3713
|
-
<line num="293" count="
|
|
3714
|
-
<line num="294" count="
|
|
3715
|
-
<line num="295" count="
|
|
3716
|
-
<line num="296" count="
|
|
3717
|
-
<line num="297" count="
|
|
3718
|
-
<line num="298" count="
|
|
3719
|
-
<line num="299" count="
|
|
3720
|
-
<line num="300" count="
|
|
3721
|
-
<line num="301" count="
|
|
3722
|
-
<line num="302" count="
|
|
3723
|
-
<line num="303" count="
|
|
3724
|
-
<line num="304" count="
|
|
3725
|
-
<line num="305" count="
|
|
3726
|
-
<line num="306" count="
|
|
3727
|
-
<line num="307" count="
|
|
3728
|
-
<line num="308" count="
|
|
3729
|
-
<line num="309" count="
|
|
3730
|
-
<line num="310" count="
|
|
3731
|
-
<line num="311" count="
|
|
3732
|
-
<line num="312" count="
|
|
3733
|
-
<line num="313" count="
|
|
3734
|
-
<line num="314" count="
|
|
3735
|
-
<line num="315" count="
|
|
3736
|
-
<line num="316" count="
|
|
3737
|
-
<line num="317" count="
|
|
3738
|
-
<line num="318" count="
|
|
3739
|
-
<line num="319" count="
|
|
3740
|
-
<line num="320" count="
|
|
3741
|
-
<line num="321" count="
|
|
3742
|
-
<line num="322" count="
|
|
3743
|
-
<line num="323" count="
|
|
3744
|
-
<line num="324" count="
|
|
3745
|
-
<line num="325" count="
|
|
3746
|
-
<line num="326" count="
|
|
3747
|
-
<line num="327" count="
|
|
3748
|
-
<line num="328" count="
|
|
3749
|
-
<line num="329" count="
|
|
3750
|
-
<line num="330" count="
|
|
3751
|
-
<line num="331" count="
|
|
3752
|
-
<line num="332" count="
|
|
3753
|
-
<line num="333" count="
|
|
3754
|
-
<line num="334" count="
|
|
3755
|
-
<line num="335" count="
|
|
3756
|
-
<line num="336" count="
|
|
3757
|
-
<line num="337" count="
|
|
3758
|
-
<line num="338" count="
|
|
3759
|
-
<line num="339" count="
|
|
3760
|
-
<line num="340" count="
|
|
3761
|
-
<line num="341" count="
|
|
3762
|
-
<line num="342" count="
|
|
3763
|
-
<line num="343" count="
|
|
3764
|
-
<line num="344" count="
|
|
3765
|
-
<line num="345" count="
|
|
3766
|
-
<line num="346" count="
|
|
3767
|
-
<line num="347" count="
|
|
3768
|
-
<line num="348" count="
|
|
3769
|
-
<line num="349" count="
|
|
3770
|
-
<line num="350" count="
|
|
3771
|
-
<line num="351" count="
|
|
3772
|
-
<line num="352" count="
|
|
3773
|
-
<line num="353" count="
|
|
3774
|
-
<line num="354" count="
|
|
3775
|
-
<line num="355" count="
|
|
3776
|
-
<line num="356" count="
|
|
3777
|
-
<line num="357" count="
|
|
3778
|
-
<line num="358" count="
|
|
3779
|
-
<line num="359" count="
|
|
3780
|
-
<line num="360" count="
|
|
3781
|
-
<line num="361" count="
|
|
3782
|
-
<line num="362" count="
|
|
3746
|
+
<line num="174" count="0" type="stmt"/>
|
|
3747
|
+
<line num="175" count="0" type="stmt"/>
|
|
3748
|
+
<line num="176" count="0" type="stmt"/>
|
|
3749
|
+
<line num="177" count="0" type="stmt"/>
|
|
3750
|
+
<line num="178" count="0" type="stmt"/>
|
|
3751
|
+
<line num="179" count="0" type="stmt"/>
|
|
3752
|
+
<line num="180" count="0" type="stmt"/>
|
|
3753
|
+
<line num="181" count="0" type="stmt"/>
|
|
3754
|
+
<line num="182" count="0" type="stmt"/>
|
|
3755
|
+
<line num="183" count="0" type="stmt"/>
|
|
3756
|
+
<line num="184" count="0" type="stmt"/>
|
|
3757
|
+
<line num="185" count="0" type="stmt"/>
|
|
3758
|
+
<line num="186" count="0" type="stmt"/>
|
|
3759
|
+
<line num="187" count="0" type="stmt"/>
|
|
3760
|
+
<line num="188" count="0" type="stmt"/>
|
|
3761
|
+
<line num="189" count="0" type="stmt"/>
|
|
3762
|
+
<line num="190" count="133" type="stmt"/>
|
|
3763
|
+
<line num="191" count="133" type="cond" truecount="1" falsecount="0"/>
|
|
3764
|
+
<line num="192" count="1" type="stmt"/>
|
|
3765
|
+
<line num="193" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
3766
|
+
<line num="194" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
3767
|
+
<line num="195" count="0" type="stmt"/>
|
|
3768
|
+
<line num="196" count="1" type="stmt"/>
|
|
3769
|
+
<line num="197" count="1" type="stmt"/>
|
|
3770
|
+
<line num="198" count="133" type="stmt"/>
|
|
3771
|
+
<line num="199" count="133" type="stmt"/>
|
|
3772
|
+
<line num="200" count="133" type="stmt"/>
|
|
3773
|
+
<line num="201" count="133" type="stmt"/>
|
|
3774
|
+
<line num="202" count="133" type="stmt"/>
|
|
3775
|
+
<line num="203" count="133" type="stmt"/>
|
|
3776
|
+
<line num="204" count="133" type="stmt"/>
|
|
3777
|
+
<line num="205" count="133" type="stmt"/>
|
|
3778
|
+
<line num="206" count="0" type="stmt"/>
|
|
3779
|
+
<line num="207" count="0" type="stmt"/>
|
|
3780
|
+
<line num="208" count="0" type="stmt"/>
|
|
3781
|
+
<line num="209" count="0" type="stmt"/>
|
|
3782
|
+
<line num="210" count="0" type="stmt"/>
|
|
3783
|
+
<line num="211" count="0" type="stmt"/>
|
|
3784
|
+
<line num="212" count="0" type="stmt"/>
|
|
3785
|
+
<line num="213" count="0" type="stmt"/>
|
|
3786
|
+
<line num="214" count="0" type="stmt"/>
|
|
3787
|
+
<line num="215" count="0" type="stmt"/>
|
|
3788
|
+
<line num="216" count="133" type="stmt"/>
|
|
3789
|
+
<line num="217" count="133" type="stmt"/>
|
|
3790
|
+
<line num="218" count="133" type="stmt"/>
|
|
3791
|
+
<line num="219" count="133" type="stmt"/>
|
|
3792
|
+
<line num="220" count="133" type="stmt"/>
|
|
3793
|
+
<line num="221" count="133" type="stmt"/>
|
|
3794
|
+
<line num="222" count="133" type="stmt"/>
|
|
3795
|
+
<line num="223" count="133" type="cond" truecount="1" falsecount="0"/>
|
|
3796
|
+
<line num="224" count="4" type="stmt"/>
|
|
3797
|
+
<line num="225" count="4" type="stmt"/>
|
|
3798
|
+
<line num="226" count="4" type="stmt"/>
|
|
3799
|
+
<line num="227" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
3800
|
+
<line num="228" count="4" type="stmt"/>
|
|
3801
|
+
<line num="229" count="4" type="stmt"/>
|
|
3802
|
+
<line num="230" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
3803
|
+
<line num="231" count="4" type="stmt"/>
|
|
3804
|
+
<line num="232" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
3805
|
+
<line num="233" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
3806
|
+
<line num="234" count="1" type="stmt"/>
|
|
3807
|
+
<line num="235" count="1" type="stmt"/>
|
|
3808
|
+
<line num="236" count="1" type="stmt"/>
|
|
3809
|
+
<line num="237" count="1" type="stmt"/>
|
|
3810
|
+
<line num="238" count="1" type="stmt"/>
|
|
3811
|
+
<line num="239" count="1" type="stmt"/>
|
|
3812
|
+
<line num="240" count="1" type="stmt"/>
|
|
3813
|
+
<line num="241" count="4" type="stmt"/>
|
|
3814
|
+
<line num="242" count="133" type="stmt"/>
|
|
3815
|
+
<line num="243" count="133" type="stmt"/>
|
|
3816
|
+
<line num="244" count="133" type="stmt"/>
|
|
3817
|
+
<line num="245" count="133" type="stmt"/>
|
|
3818
|
+
<line num="246" count="133" type="stmt"/>
|
|
3819
|
+
<line num="247" count="133" type="stmt"/>
|
|
3820
|
+
<line num="248" count="133" type="stmt"/>
|
|
3821
|
+
<line num="249" count="133" type="stmt"/>
|
|
3822
|
+
<line num="250" count="0" type="stmt"/>
|
|
3823
|
+
<line num="251" count="0" type="stmt"/>
|
|
3824
|
+
<line num="252" count="0" type="stmt"/>
|
|
3825
|
+
<line num="253" count="0" type="stmt"/>
|
|
3826
|
+
<line num="254" count="0" type="stmt"/>
|
|
3827
|
+
<line num="255" count="0" type="stmt"/>
|
|
3828
|
+
<line num="256" count="0" type="stmt"/>
|
|
3829
|
+
<line num="257" count="0" type="stmt"/>
|
|
3830
|
+
<line num="258" count="0" type="stmt"/>
|
|
3831
|
+
<line num="259" count="0" type="stmt"/>
|
|
3832
|
+
<line num="260" count="0" type="stmt"/>
|
|
3833
|
+
<line num="261" count="0" type="stmt"/>
|
|
3834
|
+
<line num="262" count="0" type="stmt"/>
|
|
3835
|
+
<line num="263" count="0" type="stmt"/>
|
|
3836
|
+
<line num="264" count="0" type="stmt"/>
|
|
3837
|
+
<line num="265" count="0" type="stmt"/>
|
|
3838
|
+
<line num="266" count="0" type="stmt"/>
|
|
3839
|
+
<line num="267" count="0" type="stmt"/>
|
|
3840
|
+
<line num="268" count="133" type="stmt"/>
|
|
3841
|
+
<line num="269" count="133" type="stmt"/>
|
|
3842
|
+
<line num="270" count="133" type="stmt"/>
|
|
3843
|
+
<line num="271" count="133" type="stmt"/>
|
|
3844
|
+
<line num="272" count="133" type="stmt"/>
|
|
3845
|
+
<line num="273" count="133" type="stmt"/>
|
|
3846
|
+
<line num="274" count="133" type="stmt"/>
|
|
3847
|
+
<line num="275" count="133" type="cond" truecount="1" falsecount="0"/>
|
|
3848
|
+
<line num="276" count="4" type="stmt"/>
|
|
3849
|
+
<line num="277" count="4" type="stmt"/>
|
|
3850
|
+
<line num="278" count="4" type="stmt"/>
|
|
3851
|
+
<line num="279" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
3852
|
+
<line num="280" count="4" type="stmt"/>
|
|
3853
|
+
<line num="281" count="4" type="stmt"/>
|
|
3854
|
+
<line num="282" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
3855
|
+
<line num="283" count="4" type="stmt"/>
|
|
3856
|
+
<line num="284" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
3857
|
+
<line num="285" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
3858
|
+
<line num="286" count="1" type="stmt"/>
|
|
3859
|
+
<line num="287" count="1" type="stmt"/>
|
|
3860
|
+
<line num="288" count="1" type="stmt"/>
|
|
3861
|
+
<line num="289" count="1" type="stmt"/>
|
|
3862
|
+
<line num="290" count="1" type="stmt"/>
|
|
3863
|
+
<line num="291" count="1" type="stmt"/>
|
|
3864
|
+
<line num="292" count="1" type="stmt"/>
|
|
3865
|
+
<line num="293" count="4" type="stmt"/>
|
|
3866
|
+
<line num="294" count="133" type="stmt"/>
|
|
3867
|
+
<line num="295" count="133" type="stmt"/>
|
|
3868
|
+
<line num="296" count="133" type="stmt"/>
|
|
3869
|
+
<line num="297" count="133" type="stmt"/>
|
|
3870
|
+
<line num="298" count="133" type="stmt"/>
|
|
3871
|
+
<line num="299" count="133" type="stmt"/>
|
|
3872
|
+
<line num="300" count="133" type="stmt"/>
|
|
3873
|
+
<line num="301" count="133" type="stmt"/>
|
|
3874
|
+
<line num="302" count="133" type="cond" truecount="1" falsecount="0"/>
|
|
3875
|
+
<line num="303" count="5" type="stmt"/>
|
|
3876
|
+
<line num="304" count="5" type="stmt"/>
|
|
3877
|
+
<line num="305" count="5" type="stmt"/>
|
|
3878
|
+
<line num="306" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
3879
|
+
<line num="307" count="5" type="stmt"/>
|
|
3880
|
+
<line num="308" count="5" type="stmt"/>
|
|
3881
|
+
<line num="309" count="5" type="stmt"/>
|
|
3882
|
+
<line num="310" count="5" type="stmt"/>
|
|
3883
|
+
<line num="311" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
3884
|
+
<line num="312" count="5" type="stmt"/>
|
|
3885
|
+
<line num="313" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
3886
|
+
<line num="314" count="5" type="stmt"/>
|
|
3887
|
+
<line num="315" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
3888
|
+
<line num="316" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
3889
|
+
<line num="317" count="1" type="stmt"/>
|
|
3890
|
+
<line num="318" count="1" type="stmt"/>
|
|
3891
|
+
<line num="319" count="1" type="stmt"/>
|
|
3892
|
+
<line num="320" count="1" type="stmt"/>
|
|
3893
|
+
<line num="321" count="1" type="stmt"/>
|
|
3894
|
+
<line num="322" count="1" type="stmt"/>
|
|
3895
|
+
<line num="323" count="1" type="stmt"/>
|
|
3896
|
+
<line num="324" count="5" type="stmt"/>
|
|
3897
|
+
<line num="325" count="133" type="stmt"/>
|
|
3898
|
+
<line num="326" count="133" type="stmt"/>
|
|
3899
|
+
<line num="327" count="133" type="stmt"/>
|
|
3900
|
+
<line num="328" count="133" type="stmt"/>
|
|
3901
|
+
<line num="329" count="133" type="stmt"/>
|
|
3902
|
+
<line num="330" count="133" type="stmt"/>
|
|
3903
|
+
<line num="331" count="133" type="stmt"/>
|
|
3904
|
+
<line num="332" count="133" type="stmt"/>
|
|
3905
|
+
<line num="333" count="0" type="stmt"/>
|
|
3906
|
+
<line num="334" count="0" type="stmt"/>
|
|
3907
|
+
<line num="335" count="0" type="stmt"/>
|
|
3908
|
+
<line num="336" count="0" type="stmt"/>
|
|
3909
|
+
<line num="337" count="0" type="stmt"/>
|
|
3910
|
+
<line num="338" count="0" type="stmt"/>
|
|
3911
|
+
<line num="339" count="0" type="stmt"/>
|
|
3912
|
+
<line num="340" count="0" type="stmt"/>
|
|
3913
|
+
<line num="341" count="0" type="stmt"/>
|
|
3914
|
+
<line num="342" count="0" type="stmt"/>
|
|
3915
|
+
<line num="343" count="0" type="stmt"/>
|
|
3916
|
+
<line num="344" count="0" type="stmt"/>
|
|
3917
|
+
<line num="345" count="0" type="stmt"/>
|
|
3918
|
+
<line num="346" count="0" type="stmt"/>
|
|
3919
|
+
<line num="347" count="133" type="stmt"/>
|
|
3920
|
+
<line num="348" count="133" type="stmt"/>
|
|
3921
|
+
<line num="349" count="133" type="stmt"/>
|
|
3922
|
+
<line num="350" count="133" type="stmt"/>
|
|
3923
|
+
<line num="351" count="133" type="stmt"/>
|
|
3924
|
+
<line num="352" count="133" type="stmt"/>
|
|
3925
|
+
<line num="353" count="133" type="stmt"/>
|
|
3926
|
+
<line num="354" count="133" type="stmt"/>
|
|
3927
|
+
<line num="355" count="0" type="stmt"/>
|
|
3928
|
+
<line num="356" count="0" type="stmt"/>
|
|
3929
|
+
<line num="357" count="0" type="stmt"/>
|
|
3930
|
+
<line num="358" count="0" type="stmt"/>
|
|
3931
|
+
<line num="359" count="0" type="stmt"/>
|
|
3932
|
+
<line num="360" count="0" type="stmt"/>
|
|
3933
|
+
<line num="361" count="0" type="stmt"/>
|
|
3934
|
+
<line num="362" count="0" type="stmt"/>
|
|
3783
3935
|
<line num="363" count="0" type="stmt"/>
|
|
3784
3936
|
<line num="364" count="0" type="stmt"/>
|
|
3785
3937
|
<line num="365" count="0" type="stmt"/>
|
|
@@ -3789,110 +3941,110 @@
|
|
|
3789
3941
|
<line num="369" count="0" type="stmt"/>
|
|
3790
3942
|
<line num="370" count="0" type="stmt"/>
|
|
3791
3943
|
<line num="371" count="0" type="stmt"/>
|
|
3792
|
-
<line num="372" count="
|
|
3793
|
-
<line num="373" count="
|
|
3794
|
-
<line num="374" count="
|
|
3795
|
-
<line num="375" count="
|
|
3796
|
-
<line num="376" count="
|
|
3797
|
-
<line num="377" count="
|
|
3798
|
-
<line num="378" count="
|
|
3799
|
-
<line num="379" count="
|
|
3800
|
-
<line num="380" count="
|
|
3801
|
-
<line num="381" count="
|
|
3802
|
-
<line num="382" count="
|
|
3803
|
-
<line num="383" count="
|
|
3804
|
-
<line num="384" count="
|
|
3805
|
-
<line num="385" count="
|
|
3806
|
-
<line num="386" count="
|
|
3807
|
-
<line num="387" count="
|
|
3808
|
-
<line num="388" count="
|
|
3809
|
-
<line num="389" count="
|
|
3810
|
-
<line num="390" count="
|
|
3811
|
-
<line num="391" count="
|
|
3812
|
-
<line num="392" count="
|
|
3813
|
-
<line num="393" count="
|
|
3814
|
-
<line num="394" count="
|
|
3815
|
-
<line num="395" count="
|
|
3816
|
-
<line num="396" count="
|
|
3817
|
-
<line num="397" count="
|
|
3818
|
-
<line num="398" count="
|
|
3819
|
-
<line num="399" count="
|
|
3820
|
-
<line num="400" count="
|
|
3821
|
-
<line num="401" count="
|
|
3822
|
-
<line num="402" count="
|
|
3823
|
-
<line num="403" count="
|
|
3824
|
-
<line num="404" count="
|
|
3825
|
-
<line num="405" count="
|
|
3826
|
-
<line num="406" count="
|
|
3827
|
-
<line num="407" count="
|
|
3828
|
-
<line num="408" count="
|
|
3829
|
-
<line num="409" count="
|
|
3830
|
-
<line num="410" count="
|
|
3831
|
-
<line num="411" count="
|
|
3832
|
-
<line num="412" count="
|
|
3833
|
-
<line num="413" count="
|
|
3834
|
-
<line num="414" count="
|
|
3835
|
-
<line num="415" count="
|
|
3836
|
-
<line num="416" count="
|
|
3837
|
-
<line num="417" count="
|
|
3838
|
-
<line num="418" count="
|
|
3839
|
-
<line num="419" count="
|
|
3840
|
-
<line num="420" count="
|
|
3841
|
-
<line num="421" count="
|
|
3842
|
-
<line num="422" count="
|
|
3843
|
-
<line num="423" count="
|
|
3844
|
-
<line num="424" count="
|
|
3845
|
-
<line num="425" count="
|
|
3846
|
-
<line num="426" count="
|
|
3847
|
-
<line num="427" count="
|
|
3848
|
-
<line num="428" count="
|
|
3849
|
-
<line num="429" count="
|
|
3850
|
-
<line num="430" count="
|
|
3851
|
-
<line num="431" count="
|
|
3852
|
-
<line num="432" count="
|
|
3853
|
-
<line num="433" count="
|
|
3854
|
-
<line num="434" count="
|
|
3855
|
-
<line num="435" count="
|
|
3856
|
-
<line num="436" count="
|
|
3944
|
+
<line num="372" count="0" type="stmt"/>
|
|
3945
|
+
<line num="373" count="0" type="stmt"/>
|
|
3946
|
+
<line num="374" count="0" type="stmt"/>
|
|
3947
|
+
<line num="375" count="0" type="stmt"/>
|
|
3948
|
+
<line num="376" count="0" type="stmt"/>
|
|
3949
|
+
<line num="377" count="0" type="stmt"/>
|
|
3950
|
+
<line num="378" count="0" type="stmt"/>
|
|
3951
|
+
<line num="379" count="0" type="stmt"/>
|
|
3952
|
+
<line num="380" count="0" type="stmt"/>
|
|
3953
|
+
<line num="381" count="0" type="stmt"/>
|
|
3954
|
+
<line num="382" count="0" type="stmt"/>
|
|
3955
|
+
<line num="383" count="0" type="stmt"/>
|
|
3956
|
+
<line num="384" count="0" type="stmt"/>
|
|
3957
|
+
<line num="385" count="0" type="stmt"/>
|
|
3958
|
+
<line num="386" count="0" type="stmt"/>
|
|
3959
|
+
<line num="387" count="0" type="stmt"/>
|
|
3960
|
+
<line num="388" count="0" type="stmt"/>
|
|
3961
|
+
<line num="389" count="0" type="stmt"/>
|
|
3962
|
+
<line num="390" count="0" type="stmt"/>
|
|
3963
|
+
<line num="391" count="0" type="stmt"/>
|
|
3964
|
+
<line num="392" count="0" type="stmt"/>
|
|
3965
|
+
<line num="393" count="0" type="stmt"/>
|
|
3966
|
+
<line num="394" count="0" type="stmt"/>
|
|
3967
|
+
<line num="395" count="0" type="stmt"/>
|
|
3968
|
+
<line num="396" count="0" type="stmt"/>
|
|
3969
|
+
<line num="397" count="0" type="stmt"/>
|
|
3970
|
+
<line num="398" count="133" type="stmt"/>
|
|
3971
|
+
<line num="399" count="133" type="stmt"/>
|
|
3972
|
+
<line num="400" count="133" type="stmt"/>
|
|
3973
|
+
<line num="401" count="133" type="stmt"/>
|
|
3974
|
+
<line num="402" count="133" type="stmt"/>
|
|
3975
|
+
<line num="403" count="133" type="stmt"/>
|
|
3976
|
+
<line num="404" count="133" type="stmt"/>
|
|
3977
|
+
<line num="405" count="133" type="stmt"/>
|
|
3978
|
+
<line num="406" count="133" type="stmt"/>
|
|
3979
|
+
<line num="407" count="133" type="stmt"/>
|
|
3980
|
+
<line num="408" count="133" type="stmt"/>
|
|
3981
|
+
<line num="409" count="133" type="stmt"/>
|
|
3982
|
+
<line num="410" count="133" type="stmt"/>
|
|
3983
|
+
<line num="411" count="133" type="stmt"/>
|
|
3984
|
+
<line num="412" count="133" type="stmt"/>
|
|
3985
|
+
<line num="413" count="133" type="stmt"/>
|
|
3986
|
+
<line num="414" count="133" type="stmt"/>
|
|
3987
|
+
<line num="415" count="133" type="stmt"/>
|
|
3988
|
+
<line num="416" count="133" type="stmt"/>
|
|
3989
|
+
<line num="417" count="133" type="stmt"/>
|
|
3990
|
+
<line num="418" count="133" type="stmt"/>
|
|
3991
|
+
<line num="419" count="133" type="stmt"/>
|
|
3992
|
+
<line num="420" count="133" type="stmt"/>
|
|
3993
|
+
<line num="421" count="133" type="stmt"/>
|
|
3994
|
+
<line num="422" count="133" type="stmt"/>
|
|
3995
|
+
<line num="423" count="133" type="stmt"/>
|
|
3996
|
+
<line num="424" count="133" type="stmt"/>
|
|
3997
|
+
<line num="425" count="133" type="stmt"/>
|
|
3998
|
+
<line num="426" count="133" type="stmt"/>
|
|
3999
|
+
<line num="427" count="133" type="stmt"/>
|
|
4000
|
+
<line num="428" count="133" type="stmt"/>
|
|
4001
|
+
<line num="429" count="133" type="stmt"/>
|
|
4002
|
+
<line num="430" count="133" type="stmt"/>
|
|
4003
|
+
<line num="431" count="133" type="stmt"/>
|
|
4004
|
+
<line num="432" count="0" type="stmt"/>
|
|
4005
|
+
<line num="433" count="0" type="stmt"/>
|
|
4006
|
+
<line num="434" count="0" type="stmt"/>
|
|
4007
|
+
<line num="435" count="0" type="stmt"/>
|
|
4008
|
+
<line num="436" count="0" type="stmt"/>
|
|
3857
4009
|
<line num="437" count="0" type="stmt"/>
|
|
3858
4010
|
<line num="438" count="0" type="stmt"/>
|
|
3859
4011
|
<line num="439" count="0" type="stmt"/>
|
|
3860
4012
|
<line num="440" count="0" type="stmt"/>
|
|
3861
4013
|
<line num="441" count="0" type="stmt"/>
|
|
3862
|
-
<line num="442" count="
|
|
3863
|
-
<line num="443" count="
|
|
3864
|
-
<line num="444" count="
|
|
3865
|
-
<line num="445" count="
|
|
3866
|
-
<line num="446" count="
|
|
3867
|
-
<line num="447" count="
|
|
3868
|
-
<line num="448" count="
|
|
3869
|
-
<line num="449" count="
|
|
3870
|
-
<line num="450" count="
|
|
3871
|
-
<line num="451" count="
|
|
3872
|
-
<line num="452" count="
|
|
3873
|
-
<line num="453" count="
|
|
3874
|
-
<line num="454" count="
|
|
3875
|
-
<line num="455" count="
|
|
3876
|
-
<line num="456" count="
|
|
3877
|
-
<line num="457" count="
|
|
3878
|
-
<line num="458" count="
|
|
3879
|
-
<line num="459" count="
|
|
3880
|
-
<line num="460" count="
|
|
3881
|
-
<line num="461" count="
|
|
3882
|
-
<line num="462" count="
|
|
3883
|
-
<line num="463" count="
|
|
3884
|
-
<line num="464" count="
|
|
3885
|
-
<line num="465" count="
|
|
3886
|
-
<line num="466" count="
|
|
3887
|
-
<line num="467" count="
|
|
3888
|
-
<line num="468" count="
|
|
3889
|
-
<line num="469" count="
|
|
3890
|
-
<line num="470" count="
|
|
3891
|
-
<line num="471" count="
|
|
3892
|
-
<line num="472" count="
|
|
3893
|
-
<line num="473" count="
|
|
3894
|
-
<line num="474" count="
|
|
3895
|
-
<line num="475" count="
|
|
4014
|
+
<line num="442" count="133" type="stmt"/>
|
|
4015
|
+
<line num="443" count="133" type="stmt"/>
|
|
4016
|
+
<line num="444" count="133" type="stmt"/>
|
|
4017
|
+
<line num="445" count="133" type="stmt"/>
|
|
4018
|
+
<line num="446" count="133" type="stmt"/>
|
|
4019
|
+
<line num="447" count="133" type="stmt"/>
|
|
4020
|
+
<line num="448" count="133" type="stmt"/>
|
|
4021
|
+
<line num="449" count="133" type="stmt"/>
|
|
4022
|
+
<line num="450" count="133" type="stmt"/>
|
|
4023
|
+
<line num="451" count="133" type="stmt"/>
|
|
4024
|
+
<line num="452" count="133" type="stmt"/>
|
|
4025
|
+
<line num="453" count="133" type="stmt"/>
|
|
4026
|
+
<line num="454" count="133" type="stmt"/>
|
|
4027
|
+
<line num="455" count="133" type="stmt"/>
|
|
4028
|
+
<line num="456" count="133" type="stmt"/>
|
|
4029
|
+
<line num="457" count="133" type="stmt"/>
|
|
4030
|
+
<line num="458" count="133" type="stmt"/>
|
|
4031
|
+
<line num="459" count="133" type="stmt"/>
|
|
4032
|
+
<line num="460" count="133" type="stmt"/>
|
|
4033
|
+
<line num="461" count="133" type="stmt"/>
|
|
4034
|
+
<line num="462" count="133" type="stmt"/>
|
|
4035
|
+
<line num="463" count="133" type="stmt"/>
|
|
4036
|
+
<line num="464" count="133" type="stmt"/>
|
|
4037
|
+
<line num="465" count="133" type="stmt"/>
|
|
4038
|
+
<line num="466" count="133" type="stmt"/>
|
|
4039
|
+
<line num="467" count="133" type="stmt"/>
|
|
4040
|
+
<line num="468" count="133" type="stmt"/>
|
|
4041
|
+
<line num="469" count="133" type="stmt"/>
|
|
4042
|
+
<line num="470" count="133" type="stmt"/>
|
|
4043
|
+
<line num="471" count="133" type="stmt"/>
|
|
4044
|
+
<line num="472" count="133" type="stmt"/>
|
|
4045
|
+
<line num="473" count="133" type="stmt"/>
|
|
4046
|
+
<line num="474" count="133" type="stmt"/>
|
|
4047
|
+
<line num="475" count="133" type="stmt"/>
|
|
3896
4048
|
<line num="476" count="0" type="stmt"/>
|
|
3897
4049
|
<line num="477" count="0" type="stmt"/>
|
|
3898
4050
|
<line num="478" count="0" type="stmt"/>
|
|
@@ -3902,65 +4054,135 @@
|
|
|
3902
4054
|
<line num="482" count="0" type="stmt"/>
|
|
3903
4055
|
<line num="483" count="0" type="stmt"/>
|
|
3904
4056
|
<line num="484" count="0" type="stmt"/>
|
|
3905
|
-
<line num="485" count="
|
|
3906
|
-
<line num="486" count="
|
|
3907
|
-
<line num="487" count="
|
|
3908
|
-
<line num="488" count="
|
|
3909
|
-
<line num="489" count="
|
|
3910
|
-
<line num="490" count="
|
|
3911
|
-
<line num="491" count="
|
|
3912
|
-
<line num="492" count="
|
|
3913
|
-
<line num="493" count="
|
|
3914
|
-
<line num="494" count="
|
|
3915
|
-
<line num="495" count="
|
|
3916
|
-
<line num="496" count="
|
|
3917
|
-
<line num="497" count="
|
|
3918
|
-
<line num="498" count="
|
|
3919
|
-
<line num="499" count="
|
|
3920
|
-
<line num="500" count="
|
|
3921
|
-
<line num="501" count="
|
|
3922
|
-
<line num="502" count="
|
|
3923
|
-
<line num="503" count="
|
|
3924
|
-
<line num="504" count="
|
|
3925
|
-
<line num="505" count="
|
|
3926
|
-
<line num="506" count="
|
|
3927
|
-
<line num="507" count="
|
|
3928
|
-
<line num="508" count="
|
|
3929
|
-
<line num="509" count="
|
|
3930
|
-
<line num="510" count="
|
|
3931
|
-
<line num="511" count="
|
|
3932
|
-
<line num="512" count="
|
|
3933
|
-
<line num="513" count="
|
|
3934
|
-
<line num="514" count="
|
|
3935
|
-
<line num="515" count="
|
|
3936
|
-
<line num="516" count="
|
|
3937
|
-
<line num="517" count="
|
|
3938
|
-
<line num="518" count="
|
|
3939
|
-
<line num="519" count="
|
|
3940
|
-
<line num="520" count="
|
|
3941
|
-
<line num="521" count="
|
|
3942
|
-
<line num="522" count="
|
|
3943
|
-
<line num="523" count="
|
|
3944
|
-
<line num="524" count="
|
|
3945
|
-
<line num="525" count="
|
|
3946
|
-
<line num="526" count="
|
|
3947
|
-
<line num="527" count="
|
|
3948
|
-
<line num="528" count="
|
|
3949
|
-
<line num="529" count="
|
|
3950
|
-
<line num="530" count="
|
|
3951
|
-
<line num="531" count="
|
|
3952
|
-
<line num="532" count="
|
|
3953
|
-
<line num="533" count="
|
|
3954
|
-
<line num="534" count="
|
|
3955
|
-
<line num="535" count="
|
|
3956
|
-
<line num="536" count="
|
|
3957
|
-
<line num="537" count="
|
|
3958
|
-
<line num="538" count="
|
|
3959
|
-
<line num="539" count="
|
|
3960
|
-
<line num="540" count="
|
|
4057
|
+
<line num="485" count="0" type="stmt"/>
|
|
4058
|
+
<line num="486" count="0" type="stmt"/>
|
|
4059
|
+
<line num="487" count="0" type="stmt"/>
|
|
4060
|
+
<line num="488" count="0" type="stmt"/>
|
|
4061
|
+
<line num="489" count="0" type="stmt"/>
|
|
4062
|
+
<line num="490" count="133" type="stmt"/>
|
|
4063
|
+
<line num="491" count="133" type="stmt"/>
|
|
4064
|
+
<line num="492" count="133" type="stmt"/>
|
|
4065
|
+
<line num="493" count="133" type="stmt"/>
|
|
4066
|
+
<line num="494" count="133" type="stmt"/>
|
|
4067
|
+
<line num="495" count="133" type="stmt"/>
|
|
4068
|
+
<line num="496" count="133" type="stmt"/>
|
|
4069
|
+
<line num="497" count="133" type="stmt"/>
|
|
4070
|
+
<line num="498" count="133" type="stmt"/>
|
|
4071
|
+
<line num="499" count="0" type="stmt"/>
|
|
4072
|
+
<line num="500" count="0" type="stmt"/>
|
|
4073
|
+
<line num="501" count="133" type="stmt"/>
|
|
4074
|
+
<line num="502" count="133" type="stmt"/>
|
|
4075
|
+
<line num="503" count="133" type="stmt"/>
|
|
4076
|
+
<line num="504" count="133" type="stmt"/>
|
|
4077
|
+
<line num="505" count="133" type="stmt"/>
|
|
4078
|
+
<line num="506" count="133" type="stmt"/>
|
|
4079
|
+
<line num="507" count="0" type="stmt"/>
|
|
4080
|
+
<line num="508" count="0" type="stmt"/>
|
|
4081
|
+
<line num="509" count="0" type="stmt"/>
|
|
4082
|
+
<line num="510" count="0" type="stmt"/>
|
|
4083
|
+
<line num="511" count="0" type="stmt"/>
|
|
4084
|
+
<line num="512" count="0" type="stmt"/>
|
|
4085
|
+
<line num="513" count="0" type="stmt"/>
|
|
4086
|
+
<line num="514" count="133" type="stmt"/>
|
|
4087
|
+
<line num="515" count="133" type="stmt"/>
|
|
4088
|
+
<line num="516" count="133" type="stmt"/>
|
|
4089
|
+
<line num="517" count="133" type="stmt"/>
|
|
4090
|
+
<line num="518" count="133" type="stmt"/>
|
|
4091
|
+
<line num="519" count="133" type="stmt"/>
|
|
4092
|
+
<line num="520" count="133" type="stmt"/>
|
|
4093
|
+
<line num="521" count="0" type="stmt"/>
|
|
4094
|
+
<line num="522" count="0" type="stmt"/>
|
|
4095
|
+
<line num="523" count="0" type="stmt"/>
|
|
4096
|
+
<line num="524" count="0" type="stmt"/>
|
|
4097
|
+
<line num="525" count="0" type="stmt"/>
|
|
4098
|
+
<line num="526" count="0" type="stmt"/>
|
|
4099
|
+
<line num="527" count="0" type="stmt"/>
|
|
4100
|
+
<line num="528" count="0" type="stmt"/>
|
|
4101
|
+
<line num="529" count="0" type="stmt"/>
|
|
4102
|
+
<line num="530" count="0" type="stmt"/>
|
|
4103
|
+
<line num="531" count="0" type="stmt"/>
|
|
4104
|
+
<line num="532" count="0" type="stmt"/>
|
|
4105
|
+
<line num="533" count="0" type="stmt"/>
|
|
4106
|
+
<line num="534" count="0" type="stmt"/>
|
|
4107
|
+
<line num="535" count="133" type="stmt"/>
|
|
4108
|
+
<line num="536" count="133" type="stmt"/>
|
|
4109
|
+
<line num="537" count="133" type="stmt"/>
|
|
4110
|
+
<line num="538" count="133" type="stmt"/>
|
|
4111
|
+
<line num="539" count="133" type="stmt"/>
|
|
4112
|
+
<line num="540" count="133" type="stmt"/>
|
|
4113
|
+
<line num="541" count="0" type="stmt"/>
|
|
4114
|
+
<line num="542" count="0" type="stmt"/>
|
|
4115
|
+
<line num="543" count="0" type="stmt"/>
|
|
4116
|
+
<line num="544" count="0" type="stmt"/>
|
|
4117
|
+
<line num="545" count="0" type="stmt"/>
|
|
4118
|
+
<line num="546" count="0" type="stmt"/>
|
|
4119
|
+
<line num="547" count="0" type="stmt"/>
|
|
4120
|
+
<line num="548" count="0" type="stmt"/>
|
|
4121
|
+
<line num="549" count="0" type="stmt"/>
|
|
4122
|
+
<line num="550" count="0" type="stmt"/>
|
|
4123
|
+
<line num="551" count="0" type="stmt"/>
|
|
4124
|
+
<line num="552" count="0" type="stmt"/>
|
|
4125
|
+
<line num="553" count="0" type="stmt"/>
|
|
4126
|
+
<line num="554" count="0" type="stmt"/>
|
|
4127
|
+
<line num="555" count="133" type="stmt"/>
|
|
4128
|
+
<line num="556" count="133" type="cond" truecount="1" falsecount="0"/>
|
|
4129
|
+
<line num="557" count="28" type="cond" truecount="1" falsecount="0"/>
|
|
4130
|
+
<line num="558" count="26" type="stmt"/>
|
|
4131
|
+
<line num="559" count="26" type="stmt"/>
|
|
4132
|
+
<line num="560" count="26" type="stmt"/>
|
|
4133
|
+
<line num="561" count="26" type="stmt"/>
|
|
4134
|
+
<line num="562" count="26" type="stmt"/>
|
|
4135
|
+
<line num="563" count="26" type="stmt"/>
|
|
4136
|
+
<line num="564" count="26" type="stmt"/>
|
|
4137
|
+
<line num="565" count="26" type="stmt"/>
|
|
4138
|
+
<line num="566" count="26" type="stmt"/>
|
|
4139
|
+
<line num="567" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
4140
|
+
<line num="568" count="25" type="stmt"/>
|
|
4141
|
+
<line num="569" count="26" type="cond" truecount="1" falsecount="0"/>
|
|
4142
|
+
<line num="570" count="24" type="stmt"/>
|
|
4143
|
+
<line num="571" count="24" type="stmt"/>
|
|
4144
|
+
<line num="572" count="24" type="stmt"/>
|
|
4145
|
+
<line num="573" count="24" type="stmt"/>
|
|
4146
|
+
<line num="574" count="24" type="stmt"/>
|
|
4147
|
+
<line num="575" count="26" type="stmt"/>
|
|
4148
|
+
<line num="576" count="26" type="stmt"/>
|
|
4149
|
+
<line num="577" count="26" type="stmt"/>
|
|
4150
|
+
<line num="578" count="26" type="stmt"/>
|
|
4151
|
+
<line num="579" count="26" type="stmt"/>
|
|
4152
|
+
<line num="580" count="26" type="stmt"/>
|
|
4153
|
+
<line num="581" count="26" type="stmt"/>
|
|
4154
|
+
<line num="582" count="26" type="stmt"/>
|
|
4155
|
+
<line num="583" count="26" type="stmt"/>
|
|
4156
|
+
<line num="584" count="26" type="stmt"/>
|
|
4157
|
+
<line num="585" count="26" type="stmt"/>
|
|
4158
|
+
<line num="586" count="26" type="stmt"/>
|
|
4159
|
+
<line num="587" count="26" type="stmt"/>
|
|
4160
|
+
<line num="588" count="26" type="stmt"/>
|
|
4161
|
+
<line num="589" count="26" type="stmt"/>
|
|
4162
|
+
<line num="590" count="26" type="stmt"/>
|
|
4163
|
+
<line num="591" count="26" type="stmt"/>
|
|
4164
|
+
<line num="592" count="26" type="stmt"/>
|
|
4165
|
+
<line num="593" count="26" type="stmt"/>
|
|
4166
|
+
<line num="594" count="26" type="cond" truecount="2" falsecount="0"/>
|
|
4167
|
+
<line num="595" count="26" type="stmt"/>
|
|
4168
|
+
<line num="596" count="26" type="cond" truecount="2" falsecount="0"/>
|
|
4169
|
+
<line num="597" count="2" type="stmt"/>
|
|
4170
|
+
<line num="598" count="2" type="stmt"/>
|
|
4171
|
+
<line num="599" count="2" type="stmt"/>
|
|
4172
|
+
<line num="600" count="26" type="stmt"/>
|
|
4173
|
+
<line num="601" count="28" type="stmt"/>
|
|
4174
|
+
<line num="602" count="28" type="stmt"/>
|
|
4175
|
+
<line num="603" count="133" type="stmt"/>
|
|
4176
|
+
<line num="604" count="133" type="stmt"/>
|
|
4177
|
+
<line num="605" count="133" type="stmt"/>
|
|
4178
|
+
<line num="606" count="133" type="stmt"/>
|
|
4179
|
+
<line num="607" count="133" type="stmt"/>
|
|
4180
|
+
<line num="608" count="0" type="stmt"/>
|
|
4181
|
+
<line num="609" count="0" type="stmt"/>
|
|
4182
|
+
<line num="610" count="133" type="stmt"/>
|
|
3961
4183
|
</file>
|
|
3962
4184
|
<file name="swapspaceSwapProvider.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/swaps-lib/external-apis/swapspaceSwapProvider.js">
|
|
3963
|
-
<metrics statements="
|
|
4185
|
+
<metrics statements="602" coveredstatements="398" conditionals="167" coveredconditionals="155" methods="11" coveredmethods="5"/>
|
|
3964
4186
|
<line num="1" count="1" type="stmt"/>
|
|
3965
4187
|
<line num="2" count="1" type="stmt"/>
|
|
3966
4188
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -3979,47 +4201,47 @@
|
|
|
3979
4201
|
<line num="16" count="1" type="stmt"/>
|
|
3980
4202
|
<line num="17" count="1" type="stmt"/>
|
|
3981
4203
|
<line num="18" count="1" type="stmt"/>
|
|
3982
|
-
<line num="19" count="1" type="
|
|
3983
|
-
<line num="20" count="
|
|
3984
|
-
<line num="21" count="
|
|
3985
|
-
<line num="22" count="
|
|
3986
|
-
<line num="23" count="
|
|
3987
|
-
<line num="24" count="
|
|
4204
|
+
<line num="19" count="1" type="stmt"/>
|
|
4205
|
+
<line num="20" count="1" type="stmt"/>
|
|
4206
|
+
<line num="21" count="1" type="stmt"/>
|
|
4207
|
+
<line num="22" count="1" type="stmt"/>
|
|
4208
|
+
<line num="23" count="1" type="stmt"/>
|
|
4209
|
+
<line num="24" count="1" type="stmt"/>
|
|
3988
4210
|
<line num="25" count="1" type="stmt"/>
|
|
3989
|
-
<line num="26" count="1" type="stmt"/>
|
|
3990
|
-
<line num="27" count="
|
|
3991
|
-
<line num="28" count="
|
|
3992
|
-
<line num="29" count="
|
|
3993
|
-
<line num="30" count="
|
|
3994
|
-
<line num="31" count="
|
|
3995
|
-
<line num="32" count="
|
|
3996
|
-
<line num="33" count="
|
|
3997
|
-
<line num="34" count="
|
|
3998
|
-
<line num="35" count="
|
|
3999
|
-
<line num="36" count="
|
|
4000
|
-
<line num="37" count="
|
|
4001
|
-
<line num="38" count="
|
|
4002
|
-
<line num="39" count="
|
|
4003
|
-
<line num="40" count="
|
|
4004
|
-
<line num="41" count="
|
|
4005
|
-
<line num="42" count="1" type="stmt"/>
|
|
4006
|
-
<line num="43" count="
|
|
4007
|
-
<line num="44" count="0" type="stmt"/>
|
|
4008
|
-
<line num="45" count="0" type="stmt"/>
|
|
4009
|
-
<line num="46" count="0" type="stmt"/>
|
|
4010
|
-
<line num="47" count="0" type="stmt"/>
|
|
4011
|
-
<line num="48" count="
|
|
4012
|
-
<line num="49" count="
|
|
4013
|
-
<line num="50" count="
|
|
4014
|
-
<line num="51" count="
|
|
4015
|
-
<line num="52" count="
|
|
4016
|
-
<line num="53" count="
|
|
4017
|
-
<line num="54" count="
|
|
4018
|
-
<line num="55" count="
|
|
4019
|
-
<line num="56" count="
|
|
4020
|
-
<line num="57" count="
|
|
4021
|
-
<line num="58" count="
|
|
4022
|
-
<line num="59" count="
|
|
4211
|
+
<line num="26" count="1" type="stmt"/>
|
|
4212
|
+
<line num="27" count="1" type="stmt"/>
|
|
4213
|
+
<line num="28" count="1" type="stmt"/>
|
|
4214
|
+
<line num="29" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
4215
|
+
<line num="30" count="129" type="stmt"/>
|
|
4216
|
+
<line num="31" count="129" type="stmt"/>
|
|
4217
|
+
<line num="32" count="129" type="stmt"/>
|
|
4218
|
+
<line num="33" count="129" type="stmt"/>
|
|
4219
|
+
<line num="34" count="129" type="stmt"/>
|
|
4220
|
+
<line num="35" count="129" type="stmt"/>
|
|
4221
|
+
<line num="36" count="129" type="stmt"/>
|
|
4222
|
+
<line num="37" count="129" type="stmt"/>
|
|
4223
|
+
<line num="38" count="129" type="cond" truecount="0" falsecount="1"/>
|
|
4224
|
+
<line num="39" count="129" type="cond" truecount="0" falsecount="1"/>
|
|
4225
|
+
<line num="40" count="129" type="stmt"/>
|
|
4226
|
+
<line num="41" count="129" type="stmt"/>
|
|
4227
|
+
<line num="42" count="1" type="stmt"/>
|
|
4228
|
+
<line num="43" count="1" type="stmt"/>
|
|
4229
|
+
<line num="44" count="0" type="stmt"/>
|
|
4230
|
+
<line num="45" count="0" type="stmt"/>
|
|
4231
|
+
<line num="46" count="0" type="stmt"/>
|
|
4232
|
+
<line num="47" count="0" type="stmt"/>
|
|
4233
|
+
<line num="48" count="1" type="stmt"/>
|
|
4234
|
+
<line num="49" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
4235
|
+
<line num="50" count="1" type="stmt"/>
|
|
4236
|
+
<line num="51" count="1" type="stmt"/>
|
|
4237
|
+
<line num="52" count="1" type="stmt"/>
|
|
4238
|
+
<line num="53" count="1" type="stmt"/>
|
|
4239
|
+
<line num="54" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
4240
|
+
<line num="55" count="1" type="cond" truecount="0" falsecount="2"/>
|
|
4241
|
+
<line num="56" count="1" type="stmt"/>
|
|
4242
|
+
<line num="57" count="1" type="stmt"/>
|
|
4243
|
+
<line num="58" count="1" type="stmt"/>
|
|
4244
|
+
<line num="59" count="1" type="stmt"/>
|
|
4023
4245
|
<line num="60" count="0" type="stmt"/>
|
|
4024
4246
|
<line num="61" count="0" type="stmt"/>
|
|
4025
4247
|
<line num="62" count="0" type="stmt"/>
|
|
@@ -4058,17 +4280,17 @@
|
|
|
4058
4280
|
<line num="95" count="0" type="stmt"/>
|
|
4059
4281
|
<line num="96" count="0" type="stmt"/>
|
|
4060
4282
|
<line num="97" count="0" type="stmt"/>
|
|
4061
|
-
<line num="98" count="
|
|
4062
|
-
<line num="99" count="
|
|
4063
|
-
<line num="100" count="
|
|
4064
|
-
<line num="101" count="
|
|
4065
|
-
<line num="102" count="0" type="
|
|
4066
|
-
<line num="103" count="
|
|
4067
|
-
<line num="104" count="
|
|
4068
|
-
<line num="105" count="
|
|
4069
|
-
<line num="106" count="
|
|
4070
|
-
<line num="107" count="
|
|
4071
|
-
<line num="108" count="
|
|
4283
|
+
<line num="98" count="0" type="stmt"/>
|
|
4284
|
+
<line num="99" count="0" type="stmt"/>
|
|
4285
|
+
<line num="100" count="0" type="stmt"/>
|
|
4286
|
+
<line num="101" count="0" type="stmt"/>
|
|
4287
|
+
<line num="102" count="0" type="stmt"/>
|
|
4288
|
+
<line num="103" count="0" type="stmt"/>
|
|
4289
|
+
<line num="104" count="0" type="stmt"/>
|
|
4290
|
+
<line num="105" count="0" type="stmt"/>
|
|
4291
|
+
<line num="106" count="0" type="stmt"/>
|
|
4292
|
+
<line num="107" count="0" type="stmt"/>
|
|
4293
|
+
<line num="108" count="0" type="stmt"/>
|
|
4072
4294
|
<line num="109" count="0" type="stmt"/>
|
|
4073
4295
|
<line num="110" count="0" type="stmt"/>
|
|
4074
4296
|
<line num="111" count="0" type="stmt"/>
|
|
@@ -4076,360 +4298,360 @@
|
|
|
4076
4298
|
<line num="113" count="0" type="stmt"/>
|
|
4077
4299
|
<line num="114" count="0" type="stmt"/>
|
|
4078
4300
|
<line num="115" count="0" type="stmt"/>
|
|
4079
|
-
<line num="116" count="
|
|
4080
|
-
<line num="117" count="
|
|
4081
|
-
<line num="118" count="
|
|
4082
|
-
<line num="119" count="
|
|
4301
|
+
<line num="116" count="1" type="stmt"/>
|
|
4302
|
+
<line num="117" count="1" type="stmt"/>
|
|
4303
|
+
<line num="118" count="1" type="stmt"/>
|
|
4304
|
+
<line num="119" count="1" type="stmt"/>
|
|
4083
4305
|
<line num="120" count="1" type="stmt"/>
|
|
4084
|
-
<line num="121" count="
|
|
4085
|
-
<line num="122" count="
|
|
4086
|
-
<line num="123" count="
|
|
4087
|
-
<line num="124" count="
|
|
4088
|
-
<line num="125" count="
|
|
4089
|
-
<line num="126" count="
|
|
4090
|
-
<line num="127" count="
|
|
4091
|
-
<line num="128" count="
|
|
4092
|
-
<line num="129" count="
|
|
4093
|
-
<line num="130" count="
|
|
4094
|
-
<line num="131" count="
|
|
4095
|
-
<line num="132" count="
|
|
4096
|
-
<line num="133" count="
|
|
4097
|
-
<line num="134" count="
|
|
4098
|
-
<line num="135" count="
|
|
4099
|
-
<line num="136" count="
|
|
4100
|
-
<line num="137" count="
|
|
4101
|
-
<line num="138" count="
|
|
4102
|
-
<line num="139" count="
|
|
4103
|
-
<line num="140" count="
|
|
4104
|
-
<line num="141" count="
|
|
4105
|
-
<line num="142" count="
|
|
4106
|
-
<line num="143" count="
|
|
4107
|
-
<line num="144" count="
|
|
4108
|
-
<line num="145" count="
|
|
4109
|
-
<line num="146" count="
|
|
4110
|
-
<line num="147" count="
|
|
4111
|
-
<line num="148" count="
|
|
4112
|
-
<line num="149" count="66" type="
|
|
4113
|
-
<line num="150" count="66" type="
|
|
4114
|
-
<line num="151" count="66" type="
|
|
4115
|
-
<line num="152" count="66" type="cond" truecount="
|
|
4116
|
-
<line num="153" count="66" type="
|
|
4117
|
-
<line num="154" count="
|
|
4306
|
+
<line num="121" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4307
|
+
<line num="122" count="1" type="stmt"/>
|
|
4308
|
+
<line num="123" count="1" type="stmt"/>
|
|
4309
|
+
<line num="124" count="1" type="stmt"/>
|
|
4310
|
+
<line num="125" count="1" type="stmt"/>
|
|
4311
|
+
<line num="126" count="1" type="stmt"/>
|
|
4312
|
+
<line num="127" count="1" type="stmt"/>
|
|
4313
|
+
<line num="128" count="0" type="stmt"/>
|
|
4314
|
+
<line num="129" count="0" type="stmt"/>
|
|
4315
|
+
<line num="130" count="0" type="stmt"/>
|
|
4316
|
+
<line num="131" count="0" type="stmt"/>
|
|
4317
|
+
<line num="132" count="0" type="stmt"/>
|
|
4318
|
+
<line num="133" count="0" type="stmt"/>
|
|
4319
|
+
<line num="134" count="0" type="stmt"/>
|
|
4320
|
+
<line num="135" count="0" type="stmt"/>
|
|
4321
|
+
<line num="136" count="0" type="stmt"/>
|
|
4322
|
+
<line num="137" count="0" type="stmt"/>
|
|
4323
|
+
<line num="138" count="0" type="stmt"/>
|
|
4324
|
+
<line num="139" count="1" type="stmt"/>
|
|
4325
|
+
<line num="140" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
4326
|
+
<line num="141" count="66" type="stmt"/>
|
|
4327
|
+
<line num="142" count="66" type="stmt"/>
|
|
4328
|
+
<line num="143" count="66" type="stmt"/>
|
|
4329
|
+
<line num="144" count="66" type="stmt"/>
|
|
4330
|
+
<line num="145" count="66" type="stmt"/>
|
|
4331
|
+
<line num="146" count="66" type="stmt"/>
|
|
4332
|
+
<line num="147" count="66" type="stmt"/>
|
|
4333
|
+
<line num="148" count="66" type="stmt"/>
|
|
4334
|
+
<line num="149" count="66" type="stmt"/>
|
|
4335
|
+
<line num="150" count="66" type="stmt"/>
|
|
4336
|
+
<line num="151" count="66" type="stmt"/>
|
|
4337
|
+
<line num="152" count="66" type="cond" truecount="0" falsecount="1"/>
|
|
4338
|
+
<line num="153" count="66" type="stmt"/>
|
|
4339
|
+
<line num="154" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4118
4340
|
<line num="155" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4119
|
-
<line num="156" count="
|
|
4120
|
-
<line num="157" count="
|
|
4121
|
-
<line num="158" count="
|
|
4122
|
-
<line num="159" count="
|
|
4123
|
-
<line num="160" count="
|
|
4124
|
-
<line num="161" count="
|
|
4125
|
-
<line num="162" count="
|
|
4126
|
-
<line num="163" count="
|
|
4127
|
-
<line num="164" count="
|
|
4128
|
-
<line num="165" count="
|
|
4129
|
-
<line num="166" count="
|
|
4130
|
-
<line num="167" count="
|
|
4131
|
-
<line num="168" count="
|
|
4132
|
-
<line num="169" count="
|
|
4133
|
-
<line num="170" count="
|
|
4134
|
-
<line num="171" count="66" type="
|
|
4341
|
+
<line num="156" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4342
|
+
<line num="157" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4343
|
+
<line num="158" count="64" type="cond" truecount="1" falsecount="0"/>
|
|
4344
|
+
<line num="159" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4345
|
+
<line num="160" count="2" type="stmt"/>
|
|
4346
|
+
<line num="161" count="2" type="stmt"/>
|
|
4347
|
+
<line num="162" count="2" type="stmt"/>
|
|
4348
|
+
<line num="163" count="2" type="stmt"/>
|
|
4349
|
+
<line num="164" count="2" type="stmt"/>
|
|
4350
|
+
<line num="165" count="2" type="stmt"/>
|
|
4351
|
+
<line num="166" count="64" type="cond" truecount="1" falsecount="0"/>
|
|
4352
|
+
<line num="167" count="64" type="stmt"/>
|
|
4353
|
+
<line num="168" count="64" type="cond" truecount="1" falsecount="0"/>
|
|
4354
|
+
<line num="169" count="64" type="cond" truecount="1" falsecount="0"/>
|
|
4355
|
+
<line num="170" count="64" type="stmt"/>
|
|
4356
|
+
<line num="171" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4135
4357
|
<line num="172" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4136
|
-
<line num="173" count="
|
|
4137
|
-
<line num="174" count="
|
|
4138
|
-
<line num="175" count="
|
|
4139
|
-
<line num="176" count="
|
|
4140
|
-
<line num="177" count="
|
|
4141
|
-
<line num="178" count="
|
|
4142
|
-
<line num="179" count="
|
|
4143
|
-
<line num="180" count="
|
|
4144
|
-
<line num="181" count="
|
|
4145
|
-
<line num="182" count="
|
|
4146
|
-
<line num="183" count="
|
|
4147
|
-
<line num="184" count="
|
|
4148
|
-
<line num="185" count="
|
|
4149
|
-
<line num="186" count="
|
|
4150
|
-
<line num="187" count="
|
|
4151
|
-
<line num="188" count="
|
|
4152
|
-
<line num="189" count="
|
|
4153
|
-
<line num="190" count="
|
|
4154
|
-
<line num="191" count="
|
|
4155
|
-
<line num="192" count="
|
|
4156
|
-
<line num="193" count="
|
|
4157
|
-
<line num="194" count="
|
|
4158
|
-
<line num="195" count="
|
|
4159
|
-
<line num="196" count="
|
|
4160
|
-
<line num="197" count="
|
|
4161
|
-
<line num="198" count="
|
|
4162
|
-
<line num="199" count="
|
|
4163
|
-
<line num="200" count="
|
|
4164
|
-
<line num="201" count="
|
|
4165
|
-
<line num="202" count="
|
|
4166
|
-
<line num="203" count="
|
|
4167
|
-
<line num="204" count="
|
|
4168
|
-
<line num="205" count="
|
|
4169
|
-
<line num="206" count="
|
|
4170
|
-
<line num="207" count="
|
|
4171
|
-
<line num="208" count="
|
|
4172
|
-
<line num="209" count="
|
|
4173
|
-
<line num="210" count="
|
|
4174
|
-
<line num="211" count="
|
|
4175
|
-
<line num="212" count="
|
|
4176
|
-
<line num="213" count="
|
|
4177
|
-
<line num="214" count="
|
|
4178
|
-
<line num="215" count="
|
|
4179
|
-
<line num="216" count="
|
|
4180
|
-
<line num="217" count="
|
|
4181
|
-
<line num="218" count="
|
|
4182
|
-
<line num="219" count="
|
|
4183
|
-
<line num="220" count="
|
|
4184
|
-
<line num="221" count="
|
|
4185
|
-
<line num="222" count="
|
|
4186
|
-
<line num="223" count="
|
|
4187
|
-
<line num="224" count="
|
|
4188
|
-
<line num="225" count="
|
|
4189
|
-
<line num="226" count="
|
|
4190
|
-
<line num="227" count="
|
|
4191
|
-
<line num="228" count="
|
|
4192
|
-
<line num="229" count="
|
|
4358
|
+
<line num="173" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4359
|
+
<line num="174" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4360
|
+
<line num="175" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4361
|
+
<line num="176" count="55" type="stmt"/>
|
|
4362
|
+
<line num="177" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4363
|
+
<line num="178" count="9" type="stmt"/>
|
|
4364
|
+
<line num="179" count="9" type="stmt"/>
|
|
4365
|
+
<line num="180" count="9" type="stmt"/>
|
|
4366
|
+
<line num="181" count="9" type="stmt"/>
|
|
4367
|
+
<line num="182" count="9" type="stmt"/>
|
|
4368
|
+
<line num="183" count="55" type="cond" truecount="1" falsecount="0"/>
|
|
4369
|
+
<line num="184" count="55" type="stmt"/>
|
|
4370
|
+
<line num="185" count="55" type="stmt"/>
|
|
4371
|
+
<line num="186" count="55" type="stmt"/>
|
|
4372
|
+
<line num="187" count="55" type="stmt"/>
|
|
4373
|
+
<line num="188" count="55" type="stmt"/>
|
|
4374
|
+
<line num="189" count="55" type="stmt"/>
|
|
4375
|
+
<line num="190" count="55" type="stmt"/>
|
|
4376
|
+
<line num="191" count="66" type="cond" truecount="2" falsecount="0"/>
|
|
4377
|
+
<line num="192" count="66" type="cond" truecount="2" falsecount="0"/>
|
|
4378
|
+
<line num="193" count="66" type="stmt"/>
|
|
4379
|
+
<line num="194" count="66" type="stmt"/>
|
|
4380
|
+
<line num="195" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4381
|
+
<line num="196" count="59" type="cond" truecount="1" falsecount="0"/>
|
|
4382
|
+
<line num="197" count="59" type="cond" truecount="2" falsecount="0"/>
|
|
4383
|
+
<line num="198" count="59" type="cond" truecount="2" falsecount="0"/>
|
|
4384
|
+
<line num="199" count="59" type="cond" truecount="1" falsecount="0"/>
|
|
4385
|
+
<line num="200" count="59" type="cond" truecount="3" falsecount="0"/>
|
|
4386
|
+
<line num="201" count="49" type="cond" truecount="2" falsecount="0"/>
|
|
4387
|
+
<line num="202" count="66" type="stmt"/>
|
|
4388
|
+
<line num="203" count="66" type="stmt"/>
|
|
4389
|
+
<line num="204" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4390
|
+
<line num="205" count="52" type="stmt"/>
|
|
4391
|
+
<line num="206" count="52" type="cond" truecount="1" falsecount="0"/>
|
|
4392
|
+
<line num="207" count="52" type="stmt"/>
|
|
4393
|
+
<line num="208" count="52" type="stmt"/>
|
|
4394
|
+
<line num="209" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4395
|
+
<line num="210" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4396
|
+
<line num="211" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
4397
|
+
<line num="212" count="2" type="stmt"/>
|
|
4398
|
+
<line num="213" count="2" type="stmt"/>
|
|
4399
|
+
<line num="214" count="2" type="stmt"/>
|
|
4400
|
+
<line num="215" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
4401
|
+
<line num="216" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
4402
|
+
<line num="217" count="2" type="stmt"/>
|
|
4403
|
+
<line num="218" count="2" type="stmt"/>
|
|
4404
|
+
<line num="219" count="17" type="cond" truecount="1" falsecount="0"/>
|
|
4405
|
+
<line num="220" count="17" type="stmt"/>
|
|
4406
|
+
<line num="221" count="17" type="stmt"/>
|
|
4407
|
+
<line num="222" count="17" type="stmt"/>
|
|
4408
|
+
<line num="223" count="17" type="stmt"/>
|
|
4409
|
+
<line num="224" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
4410
|
+
<line num="225" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
4411
|
+
<line num="226" count="34" type="stmt"/>
|
|
4412
|
+
<line num="227" count="34" type="stmt"/>
|
|
4413
|
+
<line num="228" count="34" type="stmt"/>
|
|
4414
|
+
<line num="229" count="34" type="stmt"/>
|
|
4193
4415
|
<line num="230" count="66" type="cond" truecount="2" falsecount="0"/>
|
|
4194
4416
|
<line num="231" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
4195
|
-
<line num="232" count="
|
|
4196
|
-
<line num="233" count="
|
|
4197
|
-
<line num="234" count="
|
|
4198
|
-
<line num="235" count="
|
|
4417
|
+
<line num="232" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
4418
|
+
<line num="233" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
4419
|
+
<line num="234" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
4420
|
+
<line num="235" count="32" type="stmt"/>
|
|
4199
4421
|
<line num="236" count="32" type="stmt"/>
|
|
4200
4422
|
<line num="237" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
4201
|
-
<line num="238" count="66" type="cond" truecount="
|
|
4202
|
-
<line num="239" count="
|
|
4203
|
-
<line num="240" count="
|
|
4204
|
-
<line num="241" count="
|
|
4205
|
-
<line num="242" count="
|
|
4206
|
-
<line num="243" count="
|
|
4207
|
-
<line num="244" count="
|
|
4208
|
-
<line num="245" count="
|
|
4209
|
-
<line num="246" count="
|
|
4210
|
-
<line num="247" count="
|
|
4211
|
-
<line num="248" count="
|
|
4212
|
-
<line num="249" count="
|
|
4213
|
-
<line num="250" count="
|
|
4214
|
-
<line num="251" count="
|
|
4215
|
-
<line num="252" count="
|
|
4216
|
-
<line num="253" count="
|
|
4217
|
-
<line num="254" count="
|
|
4218
|
-
<line num="255" count="
|
|
4219
|
-
<line num="256" count="
|
|
4220
|
-
<line num="257" count="
|
|
4221
|
-
<line num="258" count="
|
|
4222
|
-
<line num="259" count="
|
|
4223
|
-
<line num="260" count="
|
|
4224
|
-
<line num="261" count="
|
|
4225
|
-
<line num="262" count="31" type="
|
|
4423
|
+
<line num="238" count="66" type="cond" truecount="2" falsecount="0"/>
|
|
4424
|
+
<line num="239" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
4425
|
+
<line num="240" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
4426
|
+
<line num="241" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
4427
|
+
<line num="242" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
4428
|
+
<line num="243" count="32" type="stmt"/>
|
|
4429
|
+
<line num="244" count="32" type="stmt"/>
|
|
4430
|
+
<line num="245" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
4431
|
+
<line num="246" count="66" type="cond" truecount="2" falsecount="0"/>
|
|
4432
|
+
<line num="247" count="11" type="stmt"/>
|
|
4433
|
+
<line num="248" count="11" type="stmt"/>
|
|
4434
|
+
<line num="249" count="11" type="stmt"/>
|
|
4435
|
+
<line num="250" count="66" type="cond" truecount="2" falsecount="0"/>
|
|
4436
|
+
<line num="251" count="32" type="stmt"/>
|
|
4437
|
+
<line num="252" count="32" type="stmt"/>
|
|
4438
|
+
<line num="253" count="66" type="cond" truecount="2" falsecount="0"/>
|
|
4439
|
+
<line num="254" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
4440
|
+
<line num="255" count="30" type="stmt"/>
|
|
4441
|
+
<line num="256" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
4442
|
+
<line num="257" count="2" type="stmt"/>
|
|
4443
|
+
<line num="258" count="2" type="stmt"/>
|
|
4444
|
+
<line num="259" count="32" type="stmt"/>
|
|
4445
|
+
<line num="260" count="34" type="cond" truecount="1" falsecount="0"/>
|
|
4446
|
+
<line num="261" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4447
|
+
<line num="262" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
4226
4448
|
<line num="263" count="31" type="stmt"/>
|
|
4227
4449
|
<line num="264" count="31" type="stmt"/>
|
|
4228
4450
|
<line num="265" count="31" type="stmt"/>
|
|
4229
4451
|
<line num="266" count="31" type="stmt"/>
|
|
4230
|
-
<line num="267" count="31" type="
|
|
4452
|
+
<line num="267" count="31" type="stmt"/>
|
|
4231
4453
|
<line num="268" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
4232
|
-
<line num="269" count="
|
|
4233
|
-
<line num="270" count="
|
|
4234
|
-
<line num="271" count="
|
|
4235
|
-
<line num="272" count="31" type="
|
|
4236
|
-
<line num="273" count="
|
|
4237
|
-
<line num="274" count="
|
|
4238
|
-
<line num="275" count="
|
|
4239
|
-
<line num="276" count="
|
|
4240
|
-
<line num="277" count="
|
|
4241
|
-
<line num="278" count="
|
|
4242
|
-
<line num="279" count="
|
|
4243
|
-
<line num="280" count="
|
|
4244
|
-
<line num="281" count="
|
|
4245
|
-
<line num="282" count="
|
|
4246
|
-
<line num="283" count="
|
|
4247
|
-
<line num="284" count="
|
|
4248
|
-
<line num="285" count="
|
|
4249
|
-
<line num="286" count="
|
|
4250
|
-
<line num="287" count="
|
|
4251
|
-
<line num="288" count="
|
|
4252
|
-
<line num="289" count="
|
|
4253
|
-
<line num="290" count="
|
|
4254
|
-
<line num="291" count="
|
|
4255
|
-
<line num="292" count="
|
|
4256
|
-
<line num="293" count="
|
|
4257
|
-
<line num="294" count="
|
|
4258
|
-
<line num="295" count="
|
|
4259
|
-
<line num="296" count="
|
|
4260
|
-
<line num="297" count="
|
|
4261
|
-
<line num="298" count="
|
|
4262
|
-
<line num="299" count="
|
|
4263
|
-
<line num="300" count="
|
|
4264
|
-
<line num="301" count="
|
|
4265
|
-
<line num="302" count="
|
|
4266
|
-
<line num="303" count="
|
|
4267
|
-
<line num="304" count="
|
|
4268
|
-
<line num="305" count="
|
|
4269
|
-
<line num="306" count="
|
|
4270
|
-
<line num="307" count="
|
|
4271
|
-
<line num="308" count="
|
|
4272
|
-
<line num="309" count="
|
|
4273
|
-
<line num="310" count="
|
|
4274
|
-
<line num="311" count="
|
|
4275
|
-
<line num="312" count="
|
|
4276
|
-
<line num="313" count="
|
|
4277
|
-
<line num="314" count="
|
|
4278
|
-
<line num="315" count="
|
|
4279
|
-
<line num="316" count="
|
|
4280
|
-
<line num="317" count="
|
|
4281
|
-
<line num="318" count="
|
|
4282
|
-
<line num="319" count="
|
|
4283
|
-
<line num="320" count="
|
|
4284
|
-
<line num="321" count="
|
|
4285
|
-
<line num="322" count="
|
|
4286
|
-
<line num="323" count="61" type="
|
|
4287
|
-
<line num="324" count="61" type="
|
|
4288
|
-
<line num="325" count="
|
|
4289
|
-
<line num="326" count="61" type="
|
|
4290
|
-
<line num="327" count="
|
|
4291
|
-
<line num="328" count="
|
|
4292
|
-
<line num="329" count="
|
|
4293
|
-
<line num="330" count="
|
|
4294
|
-
<line num="331" count="
|
|
4295
|
-
<line num="332" count="61" type="
|
|
4296
|
-
<line num="333" count="61" type="
|
|
4297
|
-
<line num="334" count="61" type="
|
|
4298
|
-
<line num="335" count="61" type="
|
|
4299
|
-
<line num="336" count="61" type="
|
|
4454
|
+
<line num="269" count="29" type="stmt"/>
|
|
4455
|
+
<line num="270" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
4456
|
+
<line num="271" count="29" type="stmt"/>
|
|
4457
|
+
<line num="272" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
4458
|
+
<line num="273" count="29" type="stmt"/>
|
|
4459
|
+
<line num="274" count="29" type="stmt"/>
|
|
4460
|
+
<line num="275" count="31" type="stmt"/>
|
|
4461
|
+
<line num="276" count="31" type="stmt"/>
|
|
4462
|
+
<line num="277" count="31" type="stmt"/>
|
|
4463
|
+
<line num="278" count="31" type="cond" truecount="2" falsecount="0"/>
|
|
4464
|
+
<line num="279" count="31" type="stmt"/>
|
|
4465
|
+
<line num="280" count="31" type="stmt"/>
|
|
4466
|
+
<line num="281" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
4467
|
+
<line num="282" count="31" type="stmt"/>
|
|
4468
|
+
<line num="283" count="31" type="cond" truecount="4" falsecount="0"/>
|
|
4469
|
+
<line num="284" count="31" type="stmt"/>
|
|
4470
|
+
<line num="285" count="31" type="stmt"/>
|
|
4471
|
+
<line num="286" count="31" type="stmt"/>
|
|
4472
|
+
<line num="287" count="31" type="stmt"/>
|
|
4473
|
+
<line num="288" count="31" type="stmt"/>
|
|
4474
|
+
<line num="289" count="31" type="stmt"/>
|
|
4475
|
+
<line num="290" count="31" type="cond" truecount="2" falsecount="0"/>
|
|
4476
|
+
<line num="291" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
4477
|
+
<line num="292" count="31" type="stmt"/>
|
|
4478
|
+
<line num="293" count="31" type="stmt"/>
|
|
4479
|
+
<line num="294" count="31" type="stmt"/>
|
|
4480
|
+
<line num="295" count="31" type="stmt"/>
|
|
4481
|
+
<line num="296" count="31" type="stmt"/>
|
|
4482
|
+
<line num="297" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
4483
|
+
<line num="298" count="3" type="stmt"/>
|
|
4484
|
+
<line num="299" count="3" type="stmt"/>
|
|
4485
|
+
<line num="300" count="3" type="stmt"/>
|
|
4486
|
+
<line num="301" count="66" type="cond" truecount="0" falsecount="1"/>
|
|
4487
|
+
<line num="302" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4488
|
+
<line num="303" count="3" type="cond" truecount="0" falsecount="1"/>
|
|
4489
|
+
<line num="304" count="66" type="stmt"/>
|
|
4490
|
+
<line num="305" count="66" type="stmt"/>
|
|
4491
|
+
<line num="306" count="66" type="stmt"/>
|
|
4492
|
+
<line num="307" count="66" type="stmt"/>
|
|
4493
|
+
<line num="308" count="66" type="stmt"/>
|
|
4494
|
+
<line num="309" count="66" type="stmt"/>
|
|
4495
|
+
<line num="310" count="66" type="cond" truecount="1" falsecount="0"/>
|
|
4496
|
+
<line num="311" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
4497
|
+
<line num="312" count="1" type="stmt"/>
|
|
4498
|
+
<line num="313" count="1" type="stmt"/>
|
|
4499
|
+
<line num="314" count="1" type="stmt"/>
|
|
4500
|
+
<line num="315" count="1" type="stmt"/>
|
|
4501
|
+
<line num="316" count="1" type="stmt"/>
|
|
4502
|
+
<line num="317" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
4503
|
+
<line num="318" count="3" type="stmt"/>
|
|
4504
|
+
<line num="319" count="3" type="stmt"/>
|
|
4505
|
+
<line num="320" count="66" type="stmt"/>
|
|
4506
|
+
<line num="321" count="1" type="stmt"/>
|
|
4507
|
+
<line num="322" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
4508
|
+
<line num="323" count="61" type="stmt"/>
|
|
4509
|
+
<line num="324" count="61" type="stmt"/>
|
|
4510
|
+
<line num="325" count="61" type="stmt"/>
|
|
4511
|
+
<line num="326" count="61" type="stmt"/>
|
|
4512
|
+
<line num="327" count="61" type="stmt"/>
|
|
4513
|
+
<line num="328" count="61" type="stmt"/>
|
|
4514
|
+
<line num="329" count="61" type="stmt"/>
|
|
4515
|
+
<line num="330" count="61" type="stmt"/>
|
|
4516
|
+
<line num="331" count="61" type="stmt"/>
|
|
4517
|
+
<line num="332" count="61" type="stmt"/>
|
|
4518
|
+
<line num="333" count="61" type="stmt"/>
|
|
4519
|
+
<line num="334" count="61" type="stmt"/>
|
|
4520
|
+
<line num="335" count="61" type="stmt"/>
|
|
4521
|
+
<line num="336" count="61" type="stmt"/>
|
|
4300
4522
|
<line num="337" count="61" type="stmt"/>
|
|
4301
|
-
<line num="338" count="61" type="
|
|
4302
|
-
<line num="339" count="
|
|
4303
|
-
<line num="340" count="
|
|
4304
|
-
<line num="341" count="
|
|
4305
|
-
<line num="342" count="
|
|
4306
|
-
<line num="343" count="
|
|
4307
|
-
<line num="344" count="
|
|
4308
|
-
<line num="345" count="
|
|
4309
|
-
<line num="346" count="
|
|
4310
|
-
<line num="347" count="
|
|
4311
|
-
<line num="348" count="
|
|
4312
|
-
<line num="349" count="
|
|
4313
|
-
<line num="350" count="
|
|
4314
|
-
<line num="351" count="
|
|
4315
|
-
<line num="352" count="
|
|
4316
|
-
<line num="353" count="
|
|
4317
|
-
<line num="354" count="
|
|
4523
|
+
<line num="338" count="61" type="stmt"/>
|
|
4524
|
+
<line num="339" count="61" type="cond" truecount="0" falsecount="1"/>
|
|
4525
|
+
<line num="340" count="61" type="stmt"/>
|
|
4526
|
+
<line num="341" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4527
|
+
<line num="342" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4528
|
+
<line num="343" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4529
|
+
<line num="344" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4530
|
+
<line num="345" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4531
|
+
<line num="346" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4532
|
+
<line num="347" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4533
|
+
<line num="348" count="54" type="stmt"/>
|
|
4534
|
+
<line num="349" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4535
|
+
<line num="350" count="8" type="stmt"/>
|
|
4536
|
+
<line num="351" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
4537
|
+
<line num="352" count="8" type="stmt"/>
|
|
4538
|
+
<line num="353" count="8" type="stmt"/>
|
|
4539
|
+
<line num="354" count="53" type="cond" truecount="1" falsecount="0"/>
|
|
4318
4540
|
<line num="355" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4319
|
-
<line num="356" count="61" type="
|
|
4320
|
-
<line num="357" count="61" type="
|
|
4321
|
-
<line num="358" count="61" type="
|
|
4322
|
-
<line num="359" count="61" type="cond" truecount="
|
|
4541
|
+
<line num="356" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4542
|
+
<line num="357" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4543
|
+
<line num="358" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4544
|
+
<line num="359" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4323
4545
|
<line num="360" count="61" type="stmt"/>
|
|
4324
|
-
<line num="361" count="61" type="cond" truecount="
|
|
4325
|
-
<line num="362" count="
|
|
4326
|
-
<line num="363" count="
|
|
4327
|
-
<line num="364" count="
|
|
4328
|
-
<line num="365" count="
|
|
4329
|
-
<line num="366" count="
|
|
4330
|
-
<line num="367" count="
|
|
4331
|
-
<line num="368" count="
|
|
4332
|
-
<line num="369" count="
|
|
4333
|
-
<line num="370" count="
|
|
4334
|
-
<line num="371" count="
|
|
4335
|
-
<line num="372" count="
|
|
4336
|
-
<line num="373" count="
|
|
4337
|
-
<line num="374" count="
|
|
4338
|
-
<line num="375" count="
|
|
4339
|
-
<line num="376" count="
|
|
4340
|
-
<line num="377" count="
|
|
4341
|
-
<line num="378" count="
|
|
4342
|
-
<line num="379" count="
|
|
4343
|
-
<line num="380" count="
|
|
4344
|
-
<line num="381" count="
|
|
4345
|
-
<line num="382" count="
|
|
4346
|
-
<line num="383" count="
|
|
4347
|
-
<line num="384" count="
|
|
4348
|
-
<line num="385" count="
|
|
4349
|
-
<line num="386" count="
|
|
4350
|
-
<line num="387" count="
|
|
4351
|
-
<line num="388" count="
|
|
4352
|
-
<line num="389" count="
|
|
4353
|
-
<line num="390" count="
|
|
4354
|
-
<line num="391" count="
|
|
4355
|
-
<line num="392" count="
|
|
4356
|
-
<line num="393" count="
|
|
4357
|
-
<line num="394" count="
|
|
4358
|
-
<line num="395" count="
|
|
4359
|
-
<line num="396" count="
|
|
4360
|
-
<line num="397" count="30" type="
|
|
4546
|
+
<line num="361" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4547
|
+
<line num="362" count="11" type="stmt"/>
|
|
4548
|
+
<line num="363" count="11" type="stmt"/>
|
|
4549
|
+
<line num="364" count="42" type="cond" truecount="1" falsecount="0"/>
|
|
4550
|
+
<line num="365" count="42" type="stmt"/>
|
|
4551
|
+
<line num="366" count="41" type="cond" truecount="1" falsecount="0"/>
|
|
4552
|
+
<line num="367" count="41" type="stmt"/>
|
|
4553
|
+
<line num="368" count="41" type="cond" truecount="1" falsecount="0"/>
|
|
4554
|
+
<line num="369" count="82" type="cond" truecount="2" falsecount="0"/>
|
|
4555
|
+
<line num="370" count="82" type="cond" truecount="2" falsecount="0"/>
|
|
4556
|
+
<line num="371" count="41" type="stmt"/>
|
|
4557
|
+
<line num="372" count="41" type="stmt"/>
|
|
4558
|
+
<line num="373" count="41" type="stmt"/>
|
|
4559
|
+
<line num="374" count="41" type="stmt"/>
|
|
4560
|
+
<line num="375" count="41" type="stmt"/>
|
|
4561
|
+
<line num="376" count="61" type="stmt"/>
|
|
4562
|
+
<line num="377" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4563
|
+
<line num="378" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4564
|
+
<line num="379" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4565
|
+
<line num="380" count="61" type="stmt"/>
|
|
4566
|
+
<line num="381" count="61" type="stmt"/>
|
|
4567
|
+
<line num="382" count="61" type="stmt"/>
|
|
4568
|
+
<line num="383" count="61" type="cond" truecount="2" falsecount="1"/>
|
|
4569
|
+
<line num="384" count="61" type="stmt"/>
|
|
4570
|
+
<line num="385" count="61" type="cond" truecount="2" falsecount="1"/>
|
|
4571
|
+
<line num="386" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4572
|
+
<line num="387" count="61" type="stmt"/>
|
|
4573
|
+
<line num="388" count="61" type="stmt"/>
|
|
4574
|
+
<line num="389" count="61" type="stmt"/>
|
|
4575
|
+
<line num="390" count="61" type="stmt"/>
|
|
4576
|
+
<line num="391" count="61" type="stmt"/>
|
|
4577
|
+
<line num="392" count="61" type="stmt"/>
|
|
4578
|
+
<line num="393" count="32" type="cond" truecount="1" falsecount="0"/>
|
|
4579
|
+
<line num="394" count="32" type="stmt"/>
|
|
4580
|
+
<line num="395" count="32" type="stmt"/>
|
|
4581
|
+
<line num="396" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4582
|
+
<line num="397" count="30" type="stmt"/>
|
|
4361
4583
|
<line num="398" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
4362
|
-
<line num="399" count="30" type="cond" truecount="
|
|
4363
|
-
<line num="400" count="30" type="
|
|
4364
|
-
<line num="401" count="30" type="
|
|
4365
|
-
<line num="402" count="
|
|
4584
|
+
<line num="399" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
4585
|
+
<line num="400" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
4586
|
+
<line num="401" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
4587
|
+
<line num="402" count="25" type="stmt"/>
|
|
4366
4588
|
<line num="403" count="30" type="stmt"/>
|
|
4367
|
-
<line num="404" count="
|
|
4368
|
-
<line num="405" count="
|
|
4369
|
-
<line num="406" count="
|
|
4370
|
-
<line num="407" count="
|
|
4371
|
-
<line num="408" count="
|
|
4372
|
-
<line num="409" count="
|
|
4373
|
-
<line num="410" count="
|
|
4374
|
-
<line num="411" count="
|
|
4375
|
-
<line num="412" count="
|
|
4376
|
-
<line num="413" count="
|
|
4377
|
-
<line num="414" count="
|
|
4378
|
-
<line num="415" count="
|
|
4379
|
-
<line num="416" count="
|
|
4380
|
-
<line num="417" count="
|
|
4381
|
-
<line num="418" count="
|
|
4382
|
-
<line num="419" count="
|
|
4383
|
-
<line num="420" count="
|
|
4384
|
-
<line num="421" count="
|
|
4385
|
-
<line num="422" count="
|
|
4386
|
-
<line num="423" count="
|
|
4387
|
-
<line num="424" count="
|
|
4388
|
-
<line num="425" count="
|
|
4389
|
-
<line num="426" count="
|
|
4390
|
-
<line num="427" count="
|
|
4391
|
-
<line num="428" count="
|
|
4392
|
-
<line num="429" count="
|
|
4393
|
-
<line num="430" count="
|
|
4394
|
-
<line num="431" count="
|
|
4395
|
-
<line num="432" count="37" type="
|
|
4396
|
-
<line num="433" count="
|
|
4397
|
-
<line num="434" count="
|
|
4398
|
-
<line num="435" count="
|
|
4399
|
-
<line num="436" count="
|
|
4400
|
-
<line num="437" count="
|
|
4401
|
-
<line num="438" count="
|
|
4402
|
-
<line num="439" count="
|
|
4403
|
-
<line num="440" count="
|
|
4589
|
+
<line num="404" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
4590
|
+
<line num="405" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
4591
|
+
<line num="406" count="24" type="stmt"/>
|
|
4592
|
+
<line num="407" count="24" type="stmt"/>
|
|
4593
|
+
<line num="408" count="30" type="cond" truecount="2" falsecount="0"/>
|
|
4594
|
+
<line num="409" count="3" type="stmt"/>
|
|
4595
|
+
<line num="410" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
4596
|
+
<line num="411" count="21" type="stmt"/>
|
|
4597
|
+
<line num="412" count="21" type="stmt"/>
|
|
4598
|
+
<line num="413" count="24" type="cond" truecount="1" falsecount="0"/>
|
|
4599
|
+
<line num="414" count="24" type="stmt"/>
|
|
4600
|
+
<line num="415" count="24" type="stmt"/>
|
|
4601
|
+
<line num="416" count="30" type="stmt"/>
|
|
4602
|
+
<line num="417" count="30" type="stmt"/>
|
|
4603
|
+
<line num="418" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
4604
|
+
<line num="419" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
4605
|
+
<line num="420" count="30" type="stmt"/>
|
|
4606
|
+
<line num="421" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
4607
|
+
<line num="422" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
4608
|
+
<line num="423" count="30" type="cond" truecount="2" falsecount="0"/>
|
|
4609
|
+
<line num="424" count="30" type="stmt"/>
|
|
4610
|
+
<line num="425" count="30" type="stmt"/>
|
|
4611
|
+
<line num="426" count="30" type="stmt"/>
|
|
4612
|
+
<line num="427" count="30" type="stmt"/>
|
|
4613
|
+
<line num="428" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
4614
|
+
<line num="429" count="2" type="stmt"/>
|
|
4615
|
+
<line num="430" count="2" type="stmt"/>
|
|
4616
|
+
<line num="431" count="61" type="cond" truecount="1" falsecount="0"/>
|
|
4617
|
+
<line num="432" count="37" type="stmt"/>
|
|
4618
|
+
<line num="433" count="37" type="cond" truecount="1" falsecount="0"/>
|
|
4619
|
+
<line num="434" count="6" type="stmt"/>
|
|
4620
|
+
<line num="435" count="6" type="stmt"/>
|
|
4621
|
+
<line num="436" count="6" type="stmt"/>
|
|
4622
|
+
<line num="437" count="37" type="stmt"/>
|
|
4623
|
+
<line num="438" count="37" type="cond" truecount="1" falsecount="0"/>
|
|
4624
|
+
<line num="439" count="37" type="cond" truecount="1" falsecount="0"/>
|
|
4625
|
+
<line num="440" count="37" type="cond" truecount="1" falsecount="0"/>
|
|
4404
4626
|
<line num="441" count="1" type="stmt"/>
|
|
4405
|
-
<line num="442" count="
|
|
4406
|
-
<line num="443" count="
|
|
4407
|
-
<line num="444" count="
|
|
4408
|
-
<line num="445" count="
|
|
4409
|
-
<line num="446" count="
|
|
4410
|
-
<line num="447" count="
|
|
4411
|
-
<line num="448" count="
|
|
4412
|
-
<line num="449" count="
|
|
4413
|
-
<line num="450" count="
|
|
4414
|
-
<line num="451" count="
|
|
4415
|
-
<line num="452" count="
|
|
4416
|
-
<line num="453" count="
|
|
4417
|
-
<line num="454" count="
|
|
4418
|
-
<line num="455" count="
|
|
4419
|
-
<line num="456" count="
|
|
4420
|
-
<line num="457" count="
|
|
4421
|
-
<line num="458" count="
|
|
4422
|
-
<line num="459" count="
|
|
4423
|
-
<line num="460" count="
|
|
4424
|
-
<line num="461" count="
|
|
4425
|
-
<line num="462" count="
|
|
4426
|
-
<line num="463" count="
|
|
4427
|
-
<line num="464" count="
|
|
4428
|
-
<line num="465" count="
|
|
4627
|
+
<line num="442" count="1" type="stmt"/>
|
|
4628
|
+
<line num="443" count="1" type="stmt"/>
|
|
4629
|
+
<line num="444" count="36" type="cond" truecount="1" falsecount="0"/>
|
|
4630
|
+
<line num="445" count="36" type="stmt"/>
|
|
4631
|
+
<line num="446" count="36" type="stmt"/>
|
|
4632
|
+
<line num="447" count="36" type="stmt"/>
|
|
4633
|
+
<line num="448" count="36" type="stmt"/>
|
|
4634
|
+
<line num="449" count="36" type="stmt"/>
|
|
4635
|
+
<line num="450" count="36" type="stmt"/>
|
|
4636
|
+
<line num="451" count="36" type="stmt"/>
|
|
4637
|
+
<line num="452" count="36" type="stmt"/>
|
|
4638
|
+
<line num="453" count="37" type="cond" truecount="1" falsecount="0"/>
|
|
4639
|
+
<line num="454" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
4640
|
+
<line num="455" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
4641
|
+
<line num="456" count="37" type="cond" truecount="1" falsecount="0"/>
|
|
4642
|
+
<line num="457" count="5" type="stmt"/>
|
|
4643
|
+
<line num="458" count="5" type="stmt"/>
|
|
4644
|
+
<line num="459" count="5" type="stmt"/>
|
|
4645
|
+
<line num="460" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
4646
|
+
<line num="461" count="31" type="stmt"/>
|
|
4647
|
+
<line num="462" count="31" type="stmt"/>
|
|
4648
|
+
<line num="463" count="61" type="stmt"/>
|
|
4649
|
+
<line num="464" count="1" type="stmt"/>
|
|
4650
|
+
<line num="465" count="1" type="stmt"/>
|
|
4429
4651
|
<line num="466" count="0" type="stmt"/>
|
|
4430
4652
|
<line num="467" count="0" type="stmt"/>
|
|
4431
|
-
<line num="468" count="
|
|
4432
|
-
<line num="469" count="
|
|
4653
|
+
<line num="468" count="0" type="stmt"/>
|
|
4654
|
+
<line num="469" count="0" type="stmt"/>
|
|
4433
4655
|
<line num="470" count="0" type="stmt"/>
|
|
4434
4656
|
<line num="471" count="0" type="stmt"/>
|
|
4435
4657
|
<line num="472" count="0" type="stmt"/>
|
|
@@ -4452,8 +4674,8 @@
|
|
|
4452
4674
|
<line num="489" count="0" type="stmt"/>
|
|
4453
4675
|
<line num="490" count="0" type="stmt"/>
|
|
4454
4676
|
<line num="491" count="0" type="stmt"/>
|
|
4455
|
-
<line num="492" count="
|
|
4456
|
-
<line num="493" count="
|
|
4677
|
+
<line num="492" count="1" type="stmt"/>
|
|
4678
|
+
<line num="493" count="1" type="stmt"/>
|
|
4457
4679
|
<line num="494" count="0" type="stmt"/>
|
|
4458
4680
|
<line num="495" count="0" type="stmt"/>
|
|
4459
4681
|
<line num="496" count="0" type="stmt"/>
|
|
@@ -4514,8 +4736,8 @@
|
|
|
4514
4736
|
<line num="551" count="0" type="stmt"/>
|
|
4515
4737
|
<line num="552" count="0" type="stmt"/>
|
|
4516
4738
|
<line num="553" count="0" type="stmt"/>
|
|
4517
|
-
<line num="554" count="
|
|
4518
|
-
<line num="555" count="
|
|
4739
|
+
<line num="554" count="0" type="stmt"/>
|
|
4740
|
+
<line num="555" count="0" type="stmt"/>
|
|
4519
4741
|
<line num="556" count="0" type="stmt"/>
|
|
4520
4742
|
<line num="557" count="0" type="stmt"/>
|
|
4521
4743
|
<line num="558" count="0" type="stmt"/>
|
|
@@ -4533,13 +4755,42 @@
|
|
|
4533
4755
|
<line num="570" count="0" type="stmt"/>
|
|
4534
4756
|
<line num="571" count="0" type="stmt"/>
|
|
4535
4757
|
<line num="572" count="0" type="stmt"/>
|
|
4536
|
-
<line num="573" count="
|
|
4758
|
+
<line num="573" count="0" type="stmt"/>
|
|
4759
|
+
<line num="574" count="0" type="stmt"/>
|
|
4760
|
+
<line num="575" count="0" type="stmt"/>
|
|
4761
|
+
<line num="576" count="0" type="stmt"/>
|
|
4762
|
+
<line num="577" count="0" type="stmt"/>
|
|
4763
|
+
<line num="578" count="1" type="stmt"/>
|
|
4764
|
+
<line num="579" count="1" type="stmt"/>
|
|
4765
|
+
<line num="580" count="0" type="stmt"/>
|
|
4766
|
+
<line num="581" count="0" type="stmt"/>
|
|
4767
|
+
<line num="582" count="0" type="stmt"/>
|
|
4768
|
+
<line num="583" count="0" type="stmt"/>
|
|
4769
|
+
<line num="584" count="0" type="stmt"/>
|
|
4770
|
+
<line num="585" count="0" type="stmt"/>
|
|
4771
|
+
<line num="586" count="0" type="stmt"/>
|
|
4772
|
+
<line num="587" count="0" type="stmt"/>
|
|
4773
|
+
<line num="588" count="0" type="stmt"/>
|
|
4774
|
+
<line num="589" count="0" type="stmt"/>
|
|
4775
|
+
<line num="590" count="0" type="stmt"/>
|
|
4776
|
+
<line num="591" count="0" type="stmt"/>
|
|
4777
|
+
<line num="592" count="0" type="stmt"/>
|
|
4778
|
+
<line num="593" count="0" type="stmt"/>
|
|
4779
|
+
<line num="594" count="0" type="stmt"/>
|
|
4780
|
+
<line num="595" count="0" type="stmt"/>
|
|
4781
|
+
<line num="596" count="0" type="stmt"/>
|
|
4782
|
+
<line num="597" count="0" type="stmt"/>
|
|
4783
|
+
<line num="598" count="0" type="stmt"/>
|
|
4784
|
+
<line num="599" count="0" type="stmt"/>
|
|
4785
|
+
<line num="600" count="0" type="stmt"/>
|
|
4786
|
+
<line num="601" count="0" type="stmt"/>
|
|
4787
|
+
<line num="602" count="1" type="stmt"/>
|
|
4537
4788
|
</file>
|
|
4538
4789
|
</package>
|
|
4539
4790
|
<package name="rabbit-ui-kit.src.swaps-lib.models">
|
|
4540
|
-
<metrics statements="
|
|
4791
|
+
<metrics statements="383" coveredstatements="159" conditionals="9" coveredconditionals="2" methods="7" coveredmethods="2"/>
|
|
4541
4792
|
<file name="baseSwapCreationInfo.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/swaps-lib/models/baseSwapCreationInfo.js">
|
|
4542
|
-
<metrics statements="
|
|
4793
|
+
<metrics statements="73" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
4543
4794
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4544
4795
|
<line num="2" count="0" type="stmt"/>
|
|
4545
4796
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -4586,6 +4837,33 @@
|
|
|
4586
4837
|
<line num="44" count="0" type="stmt"/>
|
|
4587
4838
|
<line num="45" count="0" type="stmt"/>
|
|
4588
4839
|
<line num="46" count="0" type="stmt"/>
|
|
4840
|
+
<line num="47" count="0" type="stmt"/>
|
|
4841
|
+
<line num="48" count="0" type="stmt"/>
|
|
4842
|
+
<line num="49" count="0" type="stmt"/>
|
|
4843
|
+
<line num="50" count="0" type="stmt"/>
|
|
4844
|
+
<line num="51" count="0" type="stmt"/>
|
|
4845
|
+
<line num="52" count="0" type="stmt"/>
|
|
4846
|
+
<line num="53" count="0" type="stmt"/>
|
|
4847
|
+
<line num="54" count="0" type="stmt"/>
|
|
4848
|
+
<line num="55" count="0" type="stmt"/>
|
|
4849
|
+
<line num="56" count="0" type="stmt"/>
|
|
4850
|
+
<line num="57" count="0" type="stmt"/>
|
|
4851
|
+
<line num="58" count="0" type="stmt"/>
|
|
4852
|
+
<line num="59" count="0" type="stmt"/>
|
|
4853
|
+
<line num="60" count="0" type="stmt"/>
|
|
4854
|
+
<line num="61" count="0" type="stmt"/>
|
|
4855
|
+
<line num="62" count="0" type="stmt"/>
|
|
4856
|
+
<line num="63" count="0" type="stmt"/>
|
|
4857
|
+
<line num="64" count="0" type="stmt"/>
|
|
4858
|
+
<line num="65" count="0" type="stmt"/>
|
|
4859
|
+
<line num="66" count="0" type="stmt"/>
|
|
4860
|
+
<line num="67" count="0" type="stmt"/>
|
|
4861
|
+
<line num="68" count="0" type="stmt"/>
|
|
4862
|
+
<line num="69" count="0" type="stmt"/>
|
|
4863
|
+
<line num="70" count="0" type="stmt"/>
|
|
4864
|
+
<line num="71" count="0" type="stmt"/>
|
|
4865
|
+
<line num="72" count="0" type="stmt"/>
|
|
4866
|
+
<line num="73" count="0" type="stmt"/>
|
|
4589
4867
|
</file>
|
|
4590
4868
|
<file name="existingSwap.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/swaps-lib/models/existingSwap.js">
|
|
4591
4869
|
<metrics statements="73" coveredstatements="27" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
@@ -4795,16 +5073,37 @@
|
|
|
4795
5073
|
<line num="128" count="1" type="stmt"/>
|
|
4796
5074
|
</file>
|
|
4797
5075
|
<file name="partner.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/swaps-lib/models/partner.js">
|
|
4798
|
-
<metrics statements="
|
|
4799
|
-
<line num="1" count="1" type="
|
|
4800
|
-
<line num="2" count="
|
|
5076
|
+
<metrics statements="27" coveredstatements="7" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
5077
|
+
<line num="1" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
5078
|
+
<line num="2" count="0" type="stmt"/>
|
|
4801
5079
|
<line num="3" count="0" type="stmt"/>
|
|
4802
5080
|
<line num="4" count="0" type="stmt"/>
|
|
4803
5081
|
<line num="5" count="0" type="stmt"/>
|
|
4804
|
-
<line num="6" count="
|
|
5082
|
+
<line num="6" count="0" type="stmt"/>
|
|
5083
|
+
<line num="7" count="0" type="stmt"/>
|
|
5084
|
+
<line num="8" count="0" type="stmt"/>
|
|
5085
|
+
<line num="9" count="0" type="stmt"/>
|
|
5086
|
+
<line num="10" count="0" type="stmt"/>
|
|
5087
|
+
<line num="11" count="0" type="stmt"/>
|
|
5088
|
+
<line num="12" count="0" type="stmt"/>
|
|
5089
|
+
<line num="13" count="0" type="stmt"/>
|
|
5090
|
+
<line num="14" count="0" type="stmt"/>
|
|
5091
|
+
<line num="15" count="0" type="stmt"/>
|
|
5092
|
+
<line num="16" count="0" type="stmt"/>
|
|
5093
|
+
<line num="17" count="0" type="stmt"/>
|
|
5094
|
+
<line num="18" count="0" type="stmt"/>
|
|
5095
|
+
<line num="19" count="0" type="stmt"/>
|
|
5096
|
+
<line num="20" count="0" type="stmt"/>
|
|
5097
|
+
<line num="21" count="0" type="stmt"/>
|
|
5098
|
+
<line num="22" count="1" type="stmt"/>
|
|
5099
|
+
<line num="23" count="1" type="stmt"/>
|
|
5100
|
+
<line num="24" count="1" type="stmt"/>
|
|
5101
|
+
<line num="25" count="1" type="stmt"/>
|
|
5102
|
+
<line num="26" count="1" type="stmt"/>
|
|
5103
|
+
<line num="27" count="1" type="stmt"/>
|
|
4805
5104
|
</file>
|
|
4806
5105
|
<file name="swapProviderCoinInfo.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/swaps-lib/models/swapProviderCoinInfo.js">
|
|
4807
|
-
<metrics statements="
|
|
5106
|
+
<metrics statements="82" coveredstatements="82" conditionals="7" coveredconditionals="2" methods="2" coveredmethods="2"/>
|
|
4808
5107
|
<line num="1" count="1" type="stmt"/>
|
|
4809
5108
|
<line num="2" count="1" type="stmt"/>
|
|
4810
5109
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -4814,8 +5113,8 @@
|
|
|
4814
5113
|
<line num="7" count="1" type="stmt"/>
|
|
4815
5114
|
<line num="8" count="1" type="stmt"/>
|
|
4816
5115
|
<line num="9" count="1" type="stmt"/>
|
|
4817
|
-
<line num="10" count="1" type="
|
|
4818
|
-
<line num="11" count="
|
|
5116
|
+
<line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
5117
|
+
<line num="11" count="8" type="stmt"/>
|
|
4819
5118
|
<line num="12" count="8" type="stmt"/>
|
|
4820
5119
|
<line num="13" count="8" type="stmt"/>
|
|
4821
5120
|
<line num="14" count="8" type="stmt"/>
|
|
@@ -4834,19 +5133,65 @@
|
|
|
4834
5133
|
<line num="27" count="8" type="stmt"/>
|
|
4835
5134
|
<line num="28" count="8" type="stmt"/>
|
|
4836
5135
|
<line num="29" count="8" type="stmt"/>
|
|
4837
|
-
<line num="30" count="8" type="
|
|
4838
|
-
<line num="31" count="8" type="
|
|
4839
|
-
<line num="32" count="8" type="
|
|
4840
|
-
<line num="33" count="8" type="
|
|
4841
|
-
<line num="34" count="8" type="
|
|
5136
|
+
<line num="30" count="8" type="stmt"/>
|
|
5137
|
+
<line num="31" count="8" type="stmt"/>
|
|
5138
|
+
<line num="32" count="8" type="stmt"/>
|
|
5139
|
+
<line num="33" count="8" type="stmt"/>
|
|
5140
|
+
<line num="34" count="8" type="stmt"/>
|
|
4842
5141
|
<line num="35" count="8" type="stmt"/>
|
|
4843
|
-
<line num="36" count="
|
|
5142
|
+
<line num="36" count="8" type="stmt"/>
|
|
5143
|
+
<line num="37" count="8" type="stmt"/>
|
|
5144
|
+
<line num="38" count="8" type="stmt"/>
|
|
5145
|
+
<line num="39" count="8" type="stmt"/>
|
|
5146
|
+
<line num="40" count="8" type="stmt"/>
|
|
5147
|
+
<line num="41" count="8" type="stmt"/>
|
|
5148
|
+
<line num="42" count="8" type="stmt"/>
|
|
5149
|
+
<line num="43" count="8" type="stmt"/>
|
|
5150
|
+
<line num="44" count="8" type="stmt"/>
|
|
5151
|
+
<line num="45" count="8" type="stmt"/>
|
|
5152
|
+
<line num="46" count="8" type="stmt"/>
|
|
5153
|
+
<line num="47" count="8" type="stmt"/>
|
|
5154
|
+
<line num="48" count="8" type="stmt"/>
|
|
5155
|
+
<line num="49" count="8" type="stmt"/>
|
|
5156
|
+
<line num="50" count="8" type="stmt"/>
|
|
5157
|
+
<line num="51" count="8" type="stmt"/>
|
|
5158
|
+
<line num="52" count="8" type="stmt"/>
|
|
5159
|
+
<line num="53" count="8" type="stmt"/>
|
|
5160
|
+
<line num="54" count="8" type="stmt"/>
|
|
5161
|
+
<line num="55" count="8" type="stmt"/>
|
|
5162
|
+
<line num="56" count="8" type="stmt"/>
|
|
5163
|
+
<line num="57" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
5164
|
+
<line num="58" count="8" type="stmt"/>
|
|
5165
|
+
<line num="59" count="8" type="stmt"/>
|
|
5166
|
+
<line num="60" count="8" type="stmt"/>
|
|
5167
|
+
<line num="61" count="8" type="stmt"/>
|
|
5168
|
+
<line num="62" count="8" type="stmt"/>
|
|
5169
|
+
<line num="63" count="8" type="stmt"/>
|
|
5170
|
+
<line num="64" count="8" type="stmt"/>
|
|
5171
|
+
<line num="65" count="8" type="stmt"/>
|
|
5172
|
+
<line num="66" count="8" type="stmt"/>
|
|
5173
|
+
<line num="67" count="8" type="stmt"/>
|
|
5174
|
+
<line num="68" count="8" type="stmt"/>
|
|
5175
|
+
<line num="69" count="8" type="stmt"/>
|
|
5176
|
+
<line num="70" count="8" type="stmt"/>
|
|
5177
|
+
<line num="71" count="8" type="stmt"/>
|
|
5178
|
+
<line num="72" count="8" type="stmt"/>
|
|
5179
|
+
<line num="73" count="8" type="stmt"/>
|
|
5180
|
+
<line num="74" count="8" type="stmt"/>
|
|
5181
|
+
<line num="75" count="8" type="stmt"/>
|
|
5182
|
+
<line num="76" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
5183
|
+
<line num="77" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
5184
|
+
<line num="78" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
5185
|
+
<line num="79" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
5186
|
+
<line num="80" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
5187
|
+
<line num="81" count="8" type="stmt"/>
|
|
5188
|
+
<line num="82" count="8" type="stmt"/>
|
|
4844
5189
|
</file>
|
|
4845
5190
|
</package>
|
|
4846
5191
|
<package name="rabbit-ui-kit.src.swaps-lib.services">
|
|
4847
|
-
<metrics statements="
|
|
5192
|
+
<metrics statements="737" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
4848
5193
|
<file name="publicSwapService.js" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/swaps-lib/services/publicSwapService.js">
|
|
4849
|
-
<metrics statements="
|
|
5194
|
+
<metrics statements="737" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
4850
5195
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
4851
5196
|
<line num="2" count="0" type="stmt"/>
|
|
4852
5197
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -5539,6 +5884,51 @@
|
|
|
5539
5884
|
<line num="690" count="0" type="stmt"/>
|
|
5540
5885
|
<line num="691" count="0" type="stmt"/>
|
|
5541
5886
|
<line num="692" count="0" type="stmt"/>
|
|
5887
|
+
<line num="693" count="0" type="stmt"/>
|
|
5888
|
+
<line num="694" count="0" type="stmt"/>
|
|
5889
|
+
<line num="695" count="0" type="stmt"/>
|
|
5890
|
+
<line num="696" count="0" type="stmt"/>
|
|
5891
|
+
<line num="697" count="0" type="stmt"/>
|
|
5892
|
+
<line num="698" count="0" type="stmt"/>
|
|
5893
|
+
<line num="699" count="0" type="stmt"/>
|
|
5894
|
+
<line num="700" count="0" type="stmt"/>
|
|
5895
|
+
<line num="701" count="0" type="stmt"/>
|
|
5896
|
+
<line num="702" count="0" type="stmt"/>
|
|
5897
|
+
<line num="703" count="0" type="stmt"/>
|
|
5898
|
+
<line num="704" count="0" type="stmt"/>
|
|
5899
|
+
<line num="705" count="0" type="stmt"/>
|
|
5900
|
+
<line num="706" count="0" type="stmt"/>
|
|
5901
|
+
<line num="707" count="0" type="stmt"/>
|
|
5902
|
+
<line num="708" count="0" type="stmt"/>
|
|
5903
|
+
<line num="709" count="0" type="stmt"/>
|
|
5904
|
+
<line num="710" count="0" type="stmt"/>
|
|
5905
|
+
<line num="711" count="0" type="stmt"/>
|
|
5906
|
+
<line num="712" count="0" type="stmt"/>
|
|
5907
|
+
<line num="713" count="0" type="stmt"/>
|
|
5908
|
+
<line num="714" count="0" type="stmt"/>
|
|
5909
|
+
<line num="715" count="0" type="stmt"/>
|
|
5910
|
+
<line num="716" count="0" type="stmt"/>
|
|
5911
|
+
<line num="717" count="0" type="stmt"/>
|
|
5912
|
+
<line num="718" count="0" type="stmt"/>
|
|
5913
|
+
<line num="719" count="0" type="stmt"/>
|
|
5914
|
+
<line num="720" count="0" type="stmt"/>
|
|
5915
|
+
<line num="721" count="0" type="stmt"/>
|
|
5916
|
+
<line num="722" count="0" type="stmt"/>
|
|
5917
|
+
<line num="723" count="0" type="stmt"/>
|
|
5918
|
+
<line num="724" count="0" type="stmt"/>
|
|
5919
|
+
<line num="725" count="0" type="stmt"/>
|
|
5920
|
+
<line num="726" count="0" type="stmt"/>
|
|
5921
|
+
<line num="727" count="0" type="stmt"/>
|
|
5922
|
+
<line num="728" count="0" type="stmt"/>
|
|
5923
|
+
<line num="729" count="0" type="stmt"/>
|
|
5924
|
+
<line num="730" count="0" type="stmt"/>
|
|
5925
|
+
<line num="731" count="0" type="stmt"/>
|
|
5926
|
+
<line num="732" count="0" type="stmt"/>
|
|
5927
|
+
<line num="733" count="0" type="stmt"/>
|
|
5928
|
+
<line num="734" count="0" type="stmt"/>
|
|
5929
|
+
<line num="735" count="0" type="stmt"/>
|
|
5930
|
+
<line num="736" count="0" type="stmt"/>
|
|
5931
|
+
<line num="737" count="0" type="stmt"/>
|
|
5542
5932
|
</file>
|
|
5543
5933
|
</package>
|
|
5544
5934
|
<package name="rabbit-ui-kit.src.swaps-lib.utils">
|
|
@@ -10493,9 +10883,9 @@
|
|
|
10493
10883
|
</file>
|
|
10494
10884
|
</package>
|
|
10495
10885
|
<package name="rabbit-ui-kit.src.ui-kit.components.organisms.SwapForm">
|
|
10496
|
-
<metrics statements="
|
|
10886
|
+
<metrics statements="1372" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
10497
10887
|
<file name="SwapForm.jsx" path="/Users/nikitamitiagin/MEGAsync/programming/projects/rabbit/rabbit-ui-kit/src/ui-kit/components/organisms/SwapForm/SwapForm.jsx">
|
|
10498
|
-
<metrics statements="
|
|
10888
|
+
<metrics statements="1372" coveredstatements="0" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
10499
10889
|
<line num="1" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
10500
10890
|
<line num="2" count="0" type="stmt"/>
|
|
10501
10891
|
<line num="3" count="0" type="stmt"/>
|
|
@@ -11857,6 +12247,17 @@
|
|
|
11857
12247
|
<line num="1359" count="0" type="stmt"/>
|
|
11858
12248
|
<line num="1360" count="0" type="stmt"/>
|
|
11859
12249
|
<line num="1361" count="0" type="stmt"/>
|
|
12250
|
+
<line num="1362" count="0" type="stmt"/>
|
|
12251
|
+
<line num="1363" count="0" type="stmt"/>
|
|
12252
|
+
<line num="1364" count="0" type="stmt"/>
|
|
12253
|
+
<line num="1365" count="0" type="stmt"/>
|
|
12254
|
+
<line num="1366" count="0" type="stmt"/>
|
|
12255
|
+
<line num="1367" count="0" type="stmt"/>
|
|
12256
|
+
<line num="1368" count="0" type="stmt"/>
|
|
12257
|
+
<line num="1369" count="0" type="stmt"/>
|
|
12258
|
+
<line num="1370" count="0" type="stmt"/>
|
|
12259
|
+
<line num="1371" count="0" type="stmt"/>
|
|
12260
|
+
<line num="1372" count="0" type="stmt"/>
|
|
11860
12261
|
</file>
|
|
11861
12262
|
</package>
|
|
11862
12263
|
<package name="rabbit-ui-kit.src.ui-kit.components.organisms.WaitlistSubscription">
|