@zajno/common 1.5.10 → 1.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +99 -36
- package/coverage/coverage-final.json +9 -5
- package/coverage/lcov-report/index.html +37 -22
- package/coverage/lcov-report/src/__tests__/helpers/expect.ts.html +94 -0
- package/coverage/lcov-report/src/__tests__/helpers/index.html +18 -3
- package/coverage/lcov-report/src/__tests__/helpers/main.ts.html +2 -2
- package/coverage/lcov-report/src/async/arrays.ts.html +1 -1
- package/coverage/lcov-report/src/async/index.html +1 -1
- package/coverage/lcov-report/src/async/timeout.ts.html +13 -13
- package/coverage/lcov-report/src/cache.ts.html +6 -6
- package/coverage/lcov-report/src/dates/calc.ts.html +1 -1
- package/coverage/lcov-report/src/dates/convert.ts.html +1 -1
- package/coverage/lcov-report/src/dates/datex.ts.html +1 -1
- package/coverage/lcov-report/src/dates/format.ts.html +1 -1
- package/coverage/lcov-report/src/dates/index.html +1 -1
- package/coverage/lcov-report/src/dates/index.ts.html +1 -1
- package/coverage/lcov-report/src/dates/parse.ts.html +1 -1
- package/coverage/lcov-report/src/dates/period.ts.html +1 -1
- package/coverage/lcov-report/src/dates/shift.ts.html +1 -1
- package/coverage/lcov-report/src/dates/types.ts.html +1 -1
- package/coverage/lcov-report/src/dates/yearDate.ts.html +1 -1
- package/coverage/lcov-report/src/disposer.ts.html +1 -1
- package/coverage/lcov-report/src/enumHelper.ts.html +1 -1
- package/coverage/lcov-report/src/event.ts.html +1 -1
- package/coverage/lcov-report/src/fields/index.html +1 -1
- package/coverage/lcov-report/src/fields/update.ts.html +1 -1
- package/coverage/lcov-report/src/functions.ts.html +1 -1
- package/coverage/lcov-report/src/index.html +11 -26
- package/coverage/lcov-report/src/lazy/index.html +161 -0
- package/coverage/lcov-report/src/lazy/lazy.ts.html +181 -0
- package/coverage/lcov-report/src/lazy/light.ts.html +172 -0
- package/coverage/lcov-report/src/lazy/observable.ts.html +184 -0
- package/coverage/lcov-report/src/lazy/promise.ts.html +229 -0
- package/coverage/lcov-report/src/lazy/singleton.ts.html +181 -0
- package/coverage/lcov-report/src/logger/batch.ts.html +1 -1
- package/coverage/lcov-report/src/logger/console.ts.html +1 -1
- package/coverage/lcov-report/src/logger/index.html +1 -1
- package/coverage/lcov-report/src/logger/index.ts.html +1 -1
- package/coverage/lcov-report/src/logger/named.ts.html +1 -1
- package/coverage/lcov-report/src/logger/proxy.ts.html +1 -1
- package/coverage/lcov-report/src/math/arrays.ts.html +1 -1
- package/coverage/lcov-report/src/math/calc.ts.html +1 -1
- package/coverage/lcov-report/src/math/distribution.ts.html +1 -1
- package/coverage/lcov-report/src/math/index.html +1 -1
- package/coverage/lcov-report/src/math/index.ts.html +1 -1
- package/coverage/lcov-report/src/observersMap.ts.html +1 -1
- package/coverage/lcov-report/src/observingCache.ts.html +1 -1
- package/coverage/lcov-report/src/queue/index.html +1 -1
- package/coverage/lcov-report/src/queue/parallel.ts.html +1 -1
- package/coverage/lcov-report/src/tempoCache.ts.html +1 -1
- package/coverage/lcov-report/src/transitionObserver.ts.html +1 -1
- package/coverage/lcov-report/src/types.ts.html +1 -1
- package/coverage/lcov-report/src/validation/ValidationErrors.ts.html +1 -1
- package/coverage/lcov-report/src/validation/creditCard.ts.html +1 -1
- package/coverage/lcov-report/src/validation/helpers.ts.html +1 -1
- package/coverage/lcov-report/src/validation/index.html +1 -1
- package/coverage/lcov-report/src/validation/index.ts.html +1 -1
- package/coverage/lcov-report/src/validation/types.ts.html +1 -1
- package/coverage/lcov-report/src/validation/validators.ts.html +3 -3
- package/coverage/lcov-report/src/validation/wrappers.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/CommonModel.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/FlagModel.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/LoadingModel.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/MultiSelectModel.ts.html +2 -2
- package/coverage/lcov-report/src/viewModels/NumberModel.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/SelectModel.ts.html +2 -2
- package/coverage/lcov-report/src/viewModels/TextModel.ts.html +4 -4
- package/coverage/lcov-report/src/viewModels/Validatable.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/index.html +5 -5
- package/coverage/lcov-report/src/viewModels/wrappers.ts.html +1 -1
- package/coverage/lcov.info +178 -53
- package/lib/cache.js.map +1 -1
- package/lib/lazy/index.d.ts +10 -0
- package/lib/lazy/index.d.ts.map +1 -0
- package/lib/lazy/index.js +23 -0
- package/lib/lazy/index.js.map +1 -0
- package/lib/lazy/light.d.ts +8 -0
- package/lib/lazy/light.d.ts.map +1 -0
- package/lib/lazy/light.js +23 -0
- package/lib/lazy/light.js.map +1 -0
- package/lib/lazy/observable.d.ts +9 -0
- package/lib/lazy/observable.d.ts.map +1 -0
- package/lib/lazy/observable.js +30 -0
- package/lib/lazy/observable.js.map +1 -0
- package/lib/{lazy.d.ts → lazy/promise.d.ts} +4 -14
- package/lib/lazy/promise.d.ts.map +1 -0
- package/lib/lazy/promise.js +39 -0
- package/lib/lazy/promise.js.map +1 -0
- package/lib/lazy/singleton.d.ts +13 -0
- package/lib/lazy/singleton.d.ts.map +1 -0
- package/lib/lazy/singleton.js +29 -0
- package/lib/lazy/singleton.js.map +1 -0
- package/lib/lazy.light.d.ts +1 -7
- package/lib/lazy.light.d.ts.map +1 -1
- package/lib/lazy.light.js +5 -20
- package/lib/lazy.light.js.map +1 -1
- package/lib/services/localization/LocalaziedValidationErrors.js.map +1 -1
- package/lib/services/localization/LocalizationManager.js.map +1 -1
- package/lib/unsubscriber.d.ts.map +1 -1
- package/lib/unsubscriber.js +1 -0
- package/lib/unsubscriber.js.map +1 -1
- package/lib/validation/validators.js +2 -2
- package/lib/validation/validators.js.map +1 -1
- package/lib/viewModels/MultiSelectModel.js +2 -2
- package/lib/viewModels/MultiSelectModel.js.map +1 -1
- package/lib/viewModels/PromptModal.js.map +1 -1
- package/lib/viewModels/SelectModel.js +2 -2
- package/lib/viewModels/SelectModel.js.map +1 -1
- package/lib/viewModels/TextModel.js.map +1 -1
- package/package.json +15 -16
- package/src/__tests__/helpers/expect.ts +3 -0
- package/src/__tests__/helpers/main.ts +1 -1
- package/src/lazy/__tests__/lazy.test.ts +94 -0
- package/src/lazy/index.ts +33 -0
- package/src/lazy/light.ts +29 -0
- package/src/lazy/observable.ts +33 -0
- package/src/lazy/promise.ts +48 -0
- package/src/lazy/singleton.ts +32 -0
- package/src/lazy.light.ts +4 -25
- package/src/logger/__tests__/logger.test.ts +7 -7
- package/src/unsubscriber.ts +3 -0
- package/src/validation/__tests__/validator.test.ts +1 -1
- package/src/validation/validators.ts +2 -2
- package/src/viewModels/MultiSelectModel.ts +1 -1
- package/src/viewModels/SelectModel.ts +1 -1
- package/yarn.lock +585 -488
- package/lib/lazy.d.ts.map +0 -1
- package/lib/lazy.js +0 -87
- package/lib/lazy.js.map +0 -1
- package/src/lazy.ts +0 -86
package/coverage/clover.xml
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1663871553611" clover="3.2.0">
|
|
3
|
+
<project timestamp="1663871553611" name="All files">
|
|
4
|
+
<metrics statements="1751" coveredstatements="1441" conditionals="907" coveredconditionals="673" methods="519" coveredmethods="373" elements="3177" coveredelements="2487" complexity="0" loc="1751" ncloc="1751" packages="11" files="55" classes="55"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="451" coveredstatements="353" conditionals="188" coveredconditionals="124" methods="143" coveredmethods="109"/>
|
|
7
7
|
<file name="cache.ts" path="/Users/idudinov/projects/zajno-common-utils/src/cache.ts">
|
|
8
|
-
<metrics statements="
|
|
8
|
+
<metrics statements="91" coveredstatements="74" conditionals="38" coveredconditionals="23" methods="28" coveredmethods="20"/>
|
|
9
9
|
<line num="1" count="1" type="stmt"/>
|
|
10
10
|
<line num="2" count="1" type="stmt"/>
|
|
11
11
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -16,7 +16,9 @@
|
|
|
16
16
|
<line num="15" count="0" type="stmt"/>
|
|
17
17
|
<line num="16" count="0" type="stmt"/>
|
|
18
18
|
<line num="21" count="1" type="stmt"/>
|
|
19
|
+
<line num="23" count="1" type="stmt"/>
|
|
19
20
|
<line num="24" count="2" type="stmt"/>
|
|
21
|
+
<line num="26" count="1" type="stmt"/>
|
|
20
22
|
<line num="27" count="2" type="stmt"/>
|
|
21
23
|
<line num="29" count="2" type="stmt"/>
|
|
22
24
|
<line num="31" count="2" type="stmt"/>
|
|
@@ -88,7 +90,7 @@
|
|
|
88
90
|
<line num="160" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
89
91
|
<line num="161" count="0" type="stmt"/>
|
|
90
92
|
<line num="164" count="0" type="stmt"/>
|
|
91
|
-
<line num="
|
|
93
|
+
<line num="167" count="1" type="stmt"/>
|
|
92
94
|
<line num="169" count="1" type="stmt"/>
|
|
93
95
|
<line num="170" count="1" type="stmt"/>
|
|
94
96
|
<line num="171" count="1" type="stmt"/>
|
|
@@ -237,20 +239,6 @@
|
|
|
237
239
|
<line num="11" count="17" type="cond" truecount="0" falsecount="1"/>
|
|
238
240
|
<line num="12" count="0" type="stmt"/>
|
|
239
241
|
</file>
|
|
240
|
-
<file name="lazy.light.ts" path="/Users/idudinov/projects/zajno-common-utils/src/lazy.light.ts">
|
|
241
|
-
<metrics statements="11" coveredstatements="9" conditionals="1" coveredconditionals="1" methods="5" coveredmethods="3"/>
|
|
242
|
-
<line num="10" count="3" type="stmt"/>
|
|
243
|
-
<line num="11" count="12" type="stmt"/>
|
|
244
|
-
<line num="12" count="12" type="stmt"/>
|
|
245
|
-
<line num="14" count="12" type="stmt"/>
|
|
246
|
-
<line num="16" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
247
|
-
<line num="17" count="1" type="stmt"/>
|
|
248
|
-
<line num="19" count="23" type="stmt"/>
|
|
249
|
-
<line num="21" count="31" type="stmt"/>
|
|
250
|
-
<line num="23" count="0" type="stmt"/>
|
|
251
|
-
<line num="25" count="0" type="stmt"/>
|
|
252
|
-
<line num="28" count="12" type="stmt"/>
|
|
253
|
-
</file>
|
|
254
242
|
<file name="observersMap.ts" path="/Users/idudinov/projects/zajno-common-utils/src/observersMap.ts">
|
|
255
243
|
<metrics statements="53" coveredstatements="35" conditionals="27" coveredconditionals="12" methods="10" coveredmethods="6"/>
|
|
256
244
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -499,7 +487,12 @@
|
|
|
499
487
|
</file>
|
|
500
488
|
</package>
|
|
501
489
|
<package name="src.__tests__.helpers">
|
|
502
|
-
<metrics statements="
|
|
490
|
+
<metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
491
|
+
<file name="expect.ts" path="/Users/idudinov/projects/zajno-common-utils/src/__tests__/helpers/expect.ts">
|
|
492
|
+
<metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
493
|
+
<line num="1" count="1" type="stmt"/>
|
|
494
|
+
<line num="3" count="1" type="stmt"/>
|
|
495
|
+
</file>
|
|
503
496
|
<file name="main.ts" path="/Users/idudinov/projects/zajno-common-utils/src/__tests__/helpers/main.ts">
|
|
504
497
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
505
498
|
<line num="1" count="2" type="stmt"/>
|
|
@@ -538,23 +531,23 @@
|
|
|
538
531
|
</file>
|
|
539
532
|
<file name="timeout.ts" path="/Users/idudinov/projects/zajno-common-utils/src/async/timeout.ts">
|
|
540
533
|
<metrics statements="45" coveredstatements="30" conditionals="14" coveredconditionals="7" methods="14" coveredmethods="10"/>
|
|
541
|
-
<line num="2" count="
|
|
542
|
-
<line num="3" count="
|
|
543
|
-
<line num="6" count="
|
|
544
|
-
<line num="7" count="
|
|
545
|
-
<line num="8" count="
|
|
546
|
-
<line num="9" count="
|
|
547
|
-
<line num="10" count="
|
|
548
|
-
<line num="11" count="
|
|
549
|
-
<line num="16" count="
|
|
534
|
+
<line num="2" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
535
|
+
<line num="3" count="18" type="stmt"/>
|
|
536
|
+
<line num="6" count="18" type="stmt"/>
|
|
537
|
+
<line num="7" count="18" type="stmt"/>
|
|
538
|
+
<line num="8" count="18" type="stmt"/>
|
|
539
|
+
<line num="9" count="18" type="stmt"/>
|
|
540
|
+
<line num="10" count="18" type="cond" truecount="1" falsecount="0"/>
|
|
541
|
+
<line num="11" count="18" type="stmt"/>
|
|
542
|
+
<line num="16" count="18" type="cond" truecount="0" falsecount="1"/>
|
|
550
543
|
<line num="17" count="0" type="stmt"/>
|
|
551
544
|
<line num="18" count="0" type="stmt"/>
|
|
552
545
|
<line num="19" count="0" type="stmt"/>
|
|
553
546
|
<line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
554
547
|
<line num="21" count="0" type="stmt"/>
|
|
555
548
|
<line num="24" count="0" type="stmt"/>
|
|
556
|
-
<line num="27" count="
|
|
557
|
-
<line num="32" count="
|
|
549
|
+
<line num="27" count="18" type="stmt"/>
|
|
550
|
+
<line num="32" count="6" type="stmt"/>
|
|
558
551
|
<line num="33" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
559
552
|
<line num="34" count="0" type="stmt"/>
|
|
560
553
|
<line num="37" count="0" type="stmt"/>
|
|
@@ -564,7 +557,7 @@
|
|
|
564
557
|
<line num="42" count="0" type="stmt"/>
|
|
565
558
|
<line num="44" count="0" type="stmt"/>
|
|
566
559
|
<line num="48" count="0" type="stmt"/>
|
|
567
|
-
<line num="52" count="
|
|
560
|
+
<line num="52" count="6" type="stmt"/>
|
|
568
561
|
<line num="53" count="3" type="stmt"/>
|
|
569
562
|
<line num="55" count="3" type="stmt"/>
|
|
570
563
|
<line num="56" count="3" type="stmt"/>
|
|
@@ -1007,6 +1000,75 @@
|
|
|
1007
1000
|
<line num="120" count="5" type="stmt"/>
|
|
1008
1001
|
</file>
|
|
1009
1002
|
</package>
|
|
1003
|
+
<package name="src.lazy">
|
|
1004
|
+
<metrics statements="54" coveredstatements="51" conditionals="8" coveredconditionals="7" methods="22" coveredmethods="19"/>
|
|
1005
|
+
<file name="light.ts" path="/Users/idudinov/projects/zajno-common-utils/src/lazy/light.ts">
|
|
1006
|
+
<metrics statements="11" coveredstatements="9" conditionals="1" coveredconditionals="1" methods="5" coveredmethods="3"/>
|
|
1007
|
+
<line num="10" count="3" type="stmt"/>
|
|
1008
|
+
<line num="11" count="12" type="stmt"/>
|
|
1009
|
+
<line num="12" count="12" type="stmt"/>
|
|
1010
|
+
<line num="14" count="12" type="stmt"/>
|
|
1011
|
+
<line num="16" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
1012
|
+
<line num="17" count="1" type="stmt"/>
|
|
1013
|
+
<line num="19" count="23" type="stmt"/>
|
|
1014
|
+
<line num="21" count="31" type="stmt"/>
|
|
1015
|
+
<line num="23" count="0" type="stmt"/>
|
|
1016
|
+
<line num="25" count="0" type="stmt"/>
|
|
1017
|
+
<line num="28" count="12" type="stmt"/>
|
|
1018
|
+
</file>
|
|
1019
|
+
<file name="observable.ts" path="/Users/idudinov/projects/zajno-common-utils/src/lazy/observable.ts">
|
|
1020
|
+
<metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
1021
|
+
<line num="1" count="1" type="stmt"/>
|
|
1022
|
+
<line num="2" count="1" type="stmt"/>
|
|
1023
|
+
<line num="3" count="1" type="stmt"/>
|
|
1024
|
+
<line num="5" count="1" type="stmt"/>
|
|
1025
|
+
<line num="8" count="1" type="stmt"/>
|
|
1026
|
+
<line num="10" count="1" type="stmt"/>
|
|
1027
|
+
<line num="18" count="1" type="stmt"/>
|
|
1028
|
+
<line num="24" count="1" type="stmt"/>
|
|
1029
|
+
<line num="26" count="1" type="stmt"/>
|
|
1030
|
+
</file>
|
|
1031
|
+
<file name="promise.ts" path="/Users/idudinov/projects/zajno-common-utils/src/lazy/promise.ts">
|
|
1032
|
+
<metrics statements="22" coveredstatements="22" conditionals="6" coveredconditionals="5" methods="8" coveredmethods="8"/>
|
|
1033
|
+
<line num="3" count="1" type="stmt"/>
|
|
1034
|
+
<line num="5" count="2" type="stmt"/>
|
|
1035
|
+
<line num="6" count="2" type="stmt"/>
|
|
1036
|
+
<line num="8" count="2" type="stmt"/>
|
|
1037
|
+
<line num="11" count="2" type="stmt"/>
|
|
1038
|
+
<line num="12" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1039
|
+
<line num="14" count="2" type="stmt"/>
|
|
1040
|
+
<line num="17" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1041
|
+
<line num="18" count="5" type="stmt"/>
|
|
1042
|
+
<line num="21" count="2" type="stmt"/>
|
|
1043
|
+
<line num="25" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1044
|
+
<line num="26" count="2" type="stmt"/>
|
|
1045
|
+
<line num="27" count="2" type="stmt"/>
|
|
1046
|
+
<line num="28" count="2" type="stmt"/>
|
|
1047
|
+
<line num="31" count="6" type="stmt"/>
|
|
1048
|
+
<line num="34" count="2" type="stmt"/>
|
|
1049
|
+
<line num="35" count="2" type="stmt"/>
|
|
1050
|
+
<line num="36" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1051
|
+
<line num="42" count="1" type="stmt"/>
|
|
1052
|
+
<line num="43" count="1" type="stmt"/>
|
|
1053
|
+
<line num="44" count="1" type="stmt"/>
|
|
1054
|
+
<line num="47" count="2" type="stmt"/>
|
|
1055
|
+
</file>
|
|
1056
|
+
<file name="singleton.ts" path="/Users/idudinov/projects/zajno-common-utils/src/lazy/singleton.ts">
|
|
1057
|
+
<metrics statements="12" coveredstatements="11" conditionals="1" coveredconditionals="1" methods="7" coveredmethods="6"/>
|
|
1058
|
+
<line num="3" count="1" type="stmt"/>
|
|
1059
|
+
<line num="5" count="2" type="stmt"/>
|
|
1060
|
+
<line num="7" count="2" type="stmt"/>
|
|
1061
|
+
<line num="9" count="4" type="stmt"/>
|
|
1062
|
+
<line num="12" count="5" type="stmt"/>
|
|
1063
|
+
<line num="13" count="5" type="stmt"/>
|
|
1064
|
+
<line num="17" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1065
|
+
<line num="18" count="4" type="stmt"/>
|
|
1066
|
+
<line num="23" count="1" type="stmt"/>
|
|
1067
|
+
<line num="24" count="1" type="stmt"/>
|
|
1068
|
+
<line num="28" count="2" type="stmt"/>
|
|
1069
|
+
<line num="31" count="0" type="stmt"/>
|
|
1070
|
+
</file>
|
|
1071
|
+
</package>
|
|
1010
1072
|
<package name="src.logger">
|
|
1011
1073
|
<metrics statements="97" coveredstatements="69" conditionals="40" coveredconditionals="26" methods="35" coveredmethods="24"/>
|
|
1012
1074
|
<file name="batch.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/batch.ts">
|
|
@@ -1525,7 +1587,7 @@
|
|
|
1525
1587
|
</file>
|
|
1526
1588
|
</package>
|
|
1527
1589
|
<package name="src.viewModels">
|
|
1528
|
-
<metrics statements="
|
|
1590
|
+
<metrics statements="335" coveredstatements="254" conditionals="84" coveredconditionals="49" methods="144" coveredmethods="91"/>
|
|
1529
1591
|
<file name="CommonModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/CommonModel.ts">
|
|
1530
1592
|
<metrics statements="19" coveredstatements="19" conditionals="7" coveredconditionals="3" methods="6" coveredmethods="6"/>
|
|
1531
1593
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -1766,7 +1828,7 @@
|
|
|
1766
1828
|
<line num="150" count="3" type="stmt"/>
|
|
1767
1829
|
</file>
|
|
1768
1830
|
<file name="TextModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/TextModel.ts">
|
|
1769
|
-
<metrics statements="
|
|
1831
|
+
<metrics statements="53" coveredstatements="25" conditionals="20" coveredconditionals="7" methods="21" coveredmethods="5"/>
|
|
1770
1832
|
<line num="1" count="1" type="stmt"/>
|
|
1771
1833
|
<line num="2" count="1" type="stmt"/>
|
|
1772
1834
|
<line num="4" count="1" type="stmt"/>
|
|
@@ -1777,7 +1839,8 @@
|
|
|
1777
1839
|
<line num="23" count="0" type="stmt"/>
|
|
1778
1840
|
<line num="24" count="0" type="stmt"/>
|
|
1779
1841
|
<line num="30" count="1" type="stmt"/>
|
|
1780
|
-
<line num="
|
|
1842
|
+
<line num="31" count="1" type="stmt"/>
|
|
1843
|
+
<line num="32" count="0" type="stmt"/>
|
|
1781
1844
|
<line num="35" count="0" type="stmt"/>
|
|
1782
1845
|
<line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1783
1846
|
<line num="39" count="0" type="stmt"/>
|