@zajno/common 1.6.2 → 1.6.4
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 +93 -26
- package/coverage/coverage-final.json +6 -3
- package/coverage/lcov-report/__tests__/helpers/expect.ts.html +94 -0
- package/coverage/lcov-report/__tests__/helpers/index.html +131 -0
- package/coverage/lcov-report/__tests__/helpers/main.ts.html +121 -0
- package/coverage/lcov-report/async/arrays.ts.html +199 -0
- package/coverage/lcov-report/async/index.html +19 -19
- package/coverage/lcov-report/async/timeout.ts.html +121 -19
- package/coverage/lcov-report/dates/calc.ts.html +301 -0
- package/coverage/lcov-report/dates/convert.ts.html +658 -0
- package/coverage/lcov-report/dates/datex.ts.html +211 -0
- package/coverage/lcov-report/dates/format.ts.html +403 -0
- package/coverage/lcov-report/dates/index.html +251 -0
- package/coverage/lcov-report/dates/index.ts.html +112 -0
- package/coverage/lcov-report/dates/parse.ts.html +157 -0
- package/coverage/lcov-report/dates/period.ts.html +154 -0
- package/coverage/lcov-report/dates/shift.ts.html +355 -0
- package/coverage/lcov-report/dates/types.ts.html +181 -0
- package/coverage/lcov-report/dates/yearDate.ts.html +193 -0
- package/coverage/lcov-report/fields/index.html +116 -0
- package/coverage/lcov-report/fields/update.ts.html +457 -0
- package/coverage/lcov-report/functions/disposer.ts.html +376 -0
- package/coverage/lcov-report/functions/index.html +116 -0
- package/coverage/lcov-report/functions/safeCall.ts.html +103 -0
- package/coverage/lcov-report/index.html +36 -36
- package/coverage/lcov-report/lazy/index.html +131 -0
- package/coverage/lcov-report/lazy/light.ts.html +172 -0
- package/coverage/lcov-report/lazy/promise.ts.html +241 -0
- package/coverage/lcov-report/lazy/singleton.ts.html +181 -0
- package/coverage/lcov-report/logger/batch.ts.html +112 -0
- package/coverage/lcov-report/logger/console.ts.html +241 -0
- package/coverage/lcov-report/logger/index.html +80 -20
- package/coverage/lcov-report/logger/index.ts.html +49 -49
- package/coverage/lcov-report/logger/named.ts.html +226 -0
- package/coverage/lcov-report/logger/proxy.ts.html +172 -0
- package/coverage/lcov-report/math/arrays.ts.html +907 -0
- package/coverage/lcov-report/math/calc.ts.html +292 -0
- package/coverage/lcov-report/math/distribution.ts.html +145 -0
- package/coverage/lcov-report/math/index.html +161 -0
- package/coverage/lcov-report/math/index.ts.html +166 -0
- package/coverage/lcov-report/observing/event.ts.html +358 -0
- package/coverage/lcov-report/observing/index.html +116 -0
- package/coverage/lcov-report/observing/transition.ts.html +634 -0
- package/coverage/lcov-report/queue/index.html +18 -18
- package/coverage/lcov-report/queue/tasks.ts.html +358 -0
- package/coverage/lcov-report/src/__tests__/helpers/expect.ts.html +1 -1
- package/coverage/lcov-report/src/__tests__/helpers/index.html +1 -1
- package/coverage/lcov-report/src/__tests__/helpers/main.ts.html +1 -1
- 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 +1 -1
- 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 +13 -13
- package/coverage/lcov-report/src/index.html +16 -16
- package/coverage/lcov-report/src/lazy/index.html +1 -1
- package/coverage/lcov-report/src/lazy/light.ts.html +1 -1
- package/coverage/lcov-report/src/lazy/observable.ts.html +1 -1
- package/coverage/lcov-report/src/lazy/promise.ts.html +1 -1
- package/coverage/lcov-report/src/lazy/singleton.ts.html +1 -1
- 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 +24 -9
- package/coverage/lcov-report/src/queue/parallel.ts.html +1 -1
- package/coverage/lcov-report/src/queue/tasks.ts.html +358 -0
- 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/comparator.ts.html +103 -0
- package/coverage/lcov-report/src/types/getter.ts.html +127 -0
- package/coverage/lcov-report/src/types/index.html +146 -0
- package/coverage/lcov-report/src/types/index.ts.html +112 -0
- package/coverage/lcov-report/src/types.ts.html +5 -5
- 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 +1 -1
- 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/Model.ts.html +163 -0
- package/coverage/lcov-report/src/viewModels/MultiSelectModel.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/NumberModel.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/SelectModel.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/TextModel.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/Validatable.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/ValueModel.ts.html +127 -0
- package/coverage/lcov-report/src/viewModels/index.html +39 -9
- package/coverage/lcov-report/src/viewModels/wrappers.ts.html +1 -1
- package/coverage/lcov-report/structures/helpers/enum.ts.html +454 -0
- package/coverage/lcov-report/structures/helpers/index.html +116 -0
- package/coverage/lcov-report/structures/index.html +116 -0
- package/coverage/lcov-report/structures/promiseCache.ts.html +628 -0
- package/coverage/lcov-report/structures/queue/index.html +131 -0
- package/coverage/lcov-report/structures/queue/parallel.ts.html +511 -0
- package/coverage/lcov-report/structures/queue/tasks.ts.html +358 -0
- package/coverage/lcov-report/structures/subscribersMap.ts.html +400 -0
- package/coverage/lcov-report/structures/subscribersPromiseCache.ts.html +562 -0
- package/coverage/lcov-report/structures/tempoCache.ts.html +139 -0
- package/coverage/lcov-report/tasks.ts.html +355 -0
- package/coverage/lcov-report/types/comparator.ts.html +103 -0
- package/coverage/lcov-report/types/getter.ts.html +127 -0
- package/coverage/lcov-report/types/index.html +146 -0
- package/coverage/lcov-report/types/index.ts.html +136 -0
- package/coverage/lcov-report/validation/ValidationErrors.ts.html +163 -0
- package/coverage/lcov-report/validation/creditCard.ts.html +160 -0
- package/coverage/lcov-report/validation/helpers.ts.html +226 -0
- package/coverage/lcov-report/validation/index.html +8 -3
- package/coverage/lcov-report/validation/index.ts.html +13 -8
- package/coverage/lcov-report/validation/types.ts.html +139 -0
- package/coverage/lcov-report/validation/validators.ts.html +250 -0
- package/coverage/lcov-report/validation/wrappers.ts.html +163 -0
- package/coverage/lcov-report/viewModels/CommonModel.ts.html +10 -5
- package/coverage/lcov-report/viewModels/LoadingModel.ts.html +11 -6
- package/coverage/lcov-report/viewModels/Model.ts.html +163 -0
- package/coverage/lcov-report/viewModels/SelectModel.ts.html +121 -116
- package/coverage/lcov-report/viewModels/TextModel.ts.html +16 -11
- package/coverage/lcov-report/viewModels/ValueModel.ts.html +127 -0
- package/coverage/lcov-report/viewModels/index.html +65 -30
- package/coverage/lcov.info +171 -30
- package/lib/queue/tasks.d.ts +17 -0
- package/lib/queue/tasks.d.ts.map +1 -0
- package/lib/queue/tasks.js +76 -0
- package/lib/queue/tasks.js.map +1 -0
- package/lib/viewModels/Model.d.ts +12 -0
- package/lib/viewModels/Model.d.ts.map +1 -0
- package/lib/viewModels/Model.js +23 -0
- package/lib/viewModels/Model.js.map +1 -0
- package/lib/viewModels/ValueModel.d.ts +2 -8
- package/lib/viewModels/ValueModel.d.ts.map +1 -1
- package/lib/viewModels/ValueModel.js +3 -16
- package/lib/viewModels/ValueModel.js.map +1 -1
- package/package.json +1 -1
- package/src/.DS_Store +0 -0
- package/src/queue/__tests__/tasks.test.ts +87 -0
- package/src/queue/tasks.ts +91 -0
- package/src/viewModels/Model.ts +26 -0
- package/src/viewModels/ValueModel.ts +3 -23
- package/src/viewModels/__tests__/common.test.ts +27 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1668620082275" clover="3.2.0">
|
|
3
|
+
<project timestamp="1668620082275" name="All files">
|
|
4
|
+
<metrics statements="1811" coveredstatements="1495" conditionals="933" coveredconditionals="690" methods="535" coveredmethods="388" elements="3279" coveredelements="2573" complexity="0" loc="1811" ncloc="1811" packages="11" files="58" classes="58"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="451" coveredstatements="
|
|
6
|
+
<metrics statements="451" coveredstatements="354" conditionals="188" coveredconditionals="125" methods="143" coveredmethods="109"/>
|
|
7
7
|
<file name="cache.ts" path="/Users/idudinov/projects/zajno-common-utils/src/cache.ts">
|
|
8
8
|
<metrics statements="91" coveredstatements="74" conditionals="38" coveredconditionals="23" methods="28" coveredmethods="20"/>
|
|
9
9
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -234,10 +234,10 @@
|
|
|
234
234
|
<line num="88" count="4" type="stmt"/>
|
|
235
235
|
</file>
|
|
236
236
|
<file name="functions.ts" path="/Users/idudinov/projects/zajno-common-utils/src/functions.ts">
|
|
237
|
-
<metrics statements="3" coveredstatements="
|
|
238
|
-
<line num="10" count="
|
|
239
|
-
<line num="11" count="
|
|
240
|
-
<line num="12" count="
|
|
237
|
+
<metrics statements="3" coveredstatements="3" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
238
|
+
<line num="10" count="2" type="stmt"/>
|
|
239
|
+
<line num="11" count="21" type="cond" truecount="1" falsecount="0"/>
|
|
240
|
+
<line num="12" count="3" type="stmt"/>
|
|
241
241
|
</file>
|
|
242
242
|
<file name="observersMap.ts" path="/Users/idudinov/projects/zajno-common-utils/src/observersMap.ts">
|
|
243
243
|
<metrics statements="53" coveredstatements="35" conditionals="27" coveredconditionals="12" methods="10" coveredmethods="6"/>
|
|
@@ -477,11 +477,11 @@
|
|
|
477
477
|
<metrics statements="9" coveredstatements="9" conditionals="6" coveredconditionals="6" methods="4" coveredmethods="4"/>
|
|
478
478
|
<line num="9" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
479
479
|
<line num="10" count="12" type="stmt"/>
|
|
480
|
-
<line num="11" count="
|
|
481
|
-
<line num="12" count="
|
|
482
|
-
<line num="14" count="
|
|
480
|
+
<line num="11" count="114" type="cond" truecount="1" falsecount="0"/>
|
|
481
|
+
<line num="12" count="11" type="stmt"/>
|
|
482
|
+
<line num="14" count="103" type="cond" truecount="1" falsecount="0"/>
|
|
483
483
|
<line num="15" count="77" type="stmt"/>
|
|
484
|
-
<line num="17" count="
|
|
484
|
+
<line num="17" count="26" type="stmt"/>
|
|
485
485
|
<line num="24" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
486
486
|
<line num="25" count="12" type="stmt"/>
|
|
487
487
|
</file>
|
|
@@ -531,23 +531,23 @@
|
|
|
531
531
|
</file>
|
|
532
532
|
<file name="timeout.ts" path="/Users/idudinov/projects/zajno-common-utils/src/async/timeout.ts">
|
|
533
533
|
<metrics statements="45" coveredstatements="30" conditionals="14" coveredconditionals="7" methods="14" coveredmethods="10"/>
|
|
534
|
-
<line num="2" count="
|
|
535
|
-
<line num="3" count="
|
|
536
|
-
<line num="6" count="
|
|
537
|
-
<line num="7" count="
|
|
538
|
-
<line num="8" count="
|
|
539
|
-
<line num="9" count="
|
|
540
|
-
<line num="10" count="
|
|
541
|
-
<line num="11" count="
|
|
542
|
-
<line num="16" count="
|
|
534
|
+
<line num="2" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
535
|
+
<line num="3" count="22" type="stmt"/>
|
|
536
|
+
<line num="6" count="22" type="stmt"/>
|
|
537
|
+
<line num="7" count="22" type="stmt"/>
|
|
538
|
+
<line num="8" count="22" type="stmt"/>
|
|
539
|
+
<line num="9" count="22" type="stmt"/>
|
|
540
|
+
<line num="10" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
541
|
+
<line num="11" count="22" type="stmt"/>
|
|
542
|
+
<line num="16" count="22" type="cond" truecount="0" falsecount="1"/>
|
|
543
543
|
<line num="17" count="0" type="stmt"/>
|
|
544
544
|
<line num="18" count="0" type="stmt"/>
|
|
545
545
|
<line num="19" count="0" type="stmt"/>
|
|
546
546
|
<line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
547
547
|
<line num="21" count="0" type="stmt"/>
|
|
548
548
|
<line num="24" count="0" type="stmt"/>
|
|
549
|
-
<line num="27" count="
|
|
550
|
-
<line num="32" count="
|
|
549
|
+
<line num="27" count="22" type="stmt"/>
|
|
550
|
+
<line num="32" count="7" type="stmt"/>
|
|
551
551
|
<line num="33" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
552
552
|
<line num="34" count="0" type="stmt"/>
|
|
553
553
|
<line num="37" count="0" type="stmt"/>
|
|
@@ -557,7 +557,7 @@
|
|
|
557
557
|
<line num="42" count="0" type="stmt"/>
|
|
558
558
|
<line num="44" count="0" type="stmt"/>
|
|
559
559
|
<line num="48" count="0" type="stmt"/>
|
|
560
|
-
<line num="52" count="
|
|
560
|
+
<line num="52" count="7" type="stmt"/>
|
|
561
561
|
<line num="53" count="3" type="stmt"/>
|
|
562
562
|
<line num="55" count="3" type="stmt"/>
|
|
563
563
|
<line num="56" count="3" type="stmt"/>
|
|
@@ -1398,7 +1398,7 @@
|
|
|
1398
1398
|
</file>
|
|
1399
1399
|
</package>
|
|
1400
1400
|
<package name="src.queue">
|
|
1401
|
-
<metrics statements="
|
|
1401
|
+
<metrics statements="114" coveredstatements="91" conditionals="73" coveredconditionals="35" methods="25" coveredmethods="18"/>
|
|
1402
1402
|
<file name="parallel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/queue/parallel.ts">
|
|
1403
1403
|
<metrics statements="72" coveredstatements="56" conditionals="54" coveredconditionals="24" methods="16" coveredmethods="10"/>
|
|
1404
1404
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -1474,6 +1474,51 @@
|
|
|
1474
1474
|
<line num="138" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
1475
1475
|
<line num="139" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1476
1476
|
</file>
|
|
1477
|
+
<file name="tasks.ts" path="/Users/idudinov/projects/zajno-common-utils/src/queue/tasks.ts">
|
|
1478
|
+
<metrics statements="42" coveredstatements="35" conditionals="19" coveredconditionals="11" methods="9" coveredmethods="8"/>
|
|
1479
|
+
<line num="11" count="1" type="stmt"/>
|
|
1480
|
+
<line num="13" count="6" type="stmt"/>
|
|
1481
|
+
<line num="14" count="6" type="stmt"/>
|
|
1482
|
+
<line num="15" count="6" type="stmt"/>
|
|
1483
|
+
<line num="17" count="6" type="stmt"/>
|
|
1484
|
+
<line num="18" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
1485
|
+
<line num="19" count="2" type="stmt"/>
|
|
1486
|
+
<line num="23" count="9" type="stmt"/>
|
|
1487
|
+
<line num="24" count="6" type="stmt"/>
|
|
1488
|
+
<line num="27" count="0" type="stmt"/>
|
|
1489
|
+
<line num="28" count="0" type="stmt"/>
|
|
1490
|
+
<line num="32" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1491
|
+
<line num="33" count="1" type="stmt"/>
|
|
1492
|
+
<line num="36" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1493
|
+
<line num="38" count="2" type="stmt"/>
|
|
1494
|
+
<line num="44" count="2" type="stmt"/>
|
|
1495
|
+
<line num="45" count="2" type="stmt"/>
|
|
1496
|
+
<line num="46" count="2" type="stmt"/>
|
|
1497
|
+
<line num="47" count="2" type="stmt"/>
|
|
1498
|
+
<line num="48" count="2" type="stmt"/>
|
|
1499
|
+
<line num="49" count="2" type="stmt"/>
|
|
1500
|
+
<line num="51" count="0" type="stmt"/>
|
|
1501
|
+
<line num="52" count="0" type="stmt"/>
|
|
1502
|
+
<line num="57" count="2" type="stmt"/>
|
|
1503
|
+
<line num="58" count="2" type="stmt"/>
|
|
1504
|
+
<line num="61" count="2" type="stmt"/>
|
|
1505
|
+
<line num="64" count="6" type="stmt"/>
|
|
1506
|
+
<line num="65" count="4" type="stmt"/>
|
|
1507
|
+
<line num="66" count="4" type="stmt"/>
|
|
1508
|
+
<line num="67" count="4" type="stmt"/>
|
|
1509
|
+
<line num="68" count="4" type="stmt"/>
|
|
1510
|
+
<line num="70" count="0" type="cond" truecount="0" falsecount="7"/>
|
|
1511
|
+
<line num="71" count="0" type="stmt"/>
|
|
1512
|
+
<line num="73" count="4" type="stmt"/>
|
|
1513
|
+
<line num="74" count="4" type="stmt"/>
|
|
1514
|
+
<line num="78" count="6" type="stmt"/>
|
|
1515
|
+
<line num="79" count="4" type="cond" truecount="3" falsecount="0"/>
|
|
1516
|
+
<line num="80" count="2" type="stmt"/>
|
|
1517
|
+
<line num="83" count="2" type="stmt"/>
|
|
1518
|
+
<line num="84" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
1519
|
+
<line num="85" count="0" type="stmt"/>
|
|
1520
|
+
<line num="88" count="2" type="stmt"/>
|
|
1521
|
+
</file>
|
|
1477
1522
|
</package>
|
|
1478
1523
|
<package name="src.validation">
|
|
1479
1524
|
<metrics statements="89" coveredstatements="48" conditionals="61" coveredconditionals="6" methods="29" coveredmethods="5"/>
|
|
@@ -1589,7 +1634,7 @@
|
|
|
1589
1634
|
</file>
|
|
1590
1635
|
</package>
|
|
1591
1636
|
<package name="src.viewModels">
|
|
1592
|
-
<metrics statements="
|
|
1637
|
+
<metrics statements="351" coveredstatements="270" conditionals="91" coveredconditionals="54" methods="150" coveredmethods="97"/>
|
|
1593
1638
|
<file name="CommonModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/CommonModel.ts">
|
|
1594
1639
|
<metrics statements="19" coveredstatements="19" conditionals="7" coveredconditionals="3" methods="6" coveredmethods="6"/>
|
|
1595
1640
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -1660,6 +1705,20 @@
|
|
|
1660
1705
|
<line num="48" count="2" type="stmt"/>
|
|
1661
1706
|
<line num="50" count="2" type="stmt"/>
|
|
1662
1707
|
</file>
|
|
1708
|
+
<file name="Model.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/Model.ts">
|
|
1709
|
+
<metrics statements="11" coveredstatements="11" conditionals="3" coveredconditionals="2" methods="5" coveredmethods="5"/>
|
|
1710
|
+
<line num="2" count="1" type="stmt"/>
|
|
1711
|
+
<line num="4" count="1" type="stmt"/>
|
|
1712
|
+
<line num="7" count="2" type="stmt"/>
|
|
1713
|
+
<line num="10" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1714
|
+
<line num="11" count="2" type="stmt"/>
|
|
1715
|
+
<line num="14" count="3" type="stmt"/>
|
|
1716
|
+
<line num="16" count="1" type="stmt"/>
|
|
1717
|
+
<line num="19" count="2" type="stmt"/>
|
|
1718
|
+
<line num="20" count="2" type="stmt"/>
|
|
1719
|
+
<line num="23" count="2" type="stmt"/>
|
|
1720
|
+
<line num="24" count="1" type="stmt"/>
|
|
1721
|
+
</file>
|
|
1663
1722
|
<file name="MultiSelectModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/MultiSelectModel.ts">
|
|
1664
1723
|
<metrics statements="82" coveredstatements="61" conditionals="12" coveredconditionals="5" methods="42" coveredmethods="28"/>
|
|
1665
1724
|
<line num="1" count="1" type="stmt"/>
|
|
@@ -1930,6 +1989,14 @@
|
|
|
1930
1989
|
<line num="99" count="0" type="stmt"/>
|
|
1931
1990
|
<line num="100" count="0" type="stmt"/>
|
|
1932
1991
|
</file>
|
|
1992
|
+
<file name="ValueModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/ValueModel.ts">
|
|
1993
|
+
<metrics statements="5" coveredstatements="5" conditionals="4" coveredconditionals="3" methods="1" coveredmethods="1"/>
|
|
1994
|
+
<line num="1" count="1" type="stmt"/>
|
|
1995
|
+
<line num="3" count="1" type="stmt"/>
|
|
1996
|
+
<line num="5" count="1" type="stmt"/>
|
|
1997
|
+
<line num="7" count="2" type="stmt"/>
|
|
1998
|
+
<line num="9" count="2" type="stmt"/>
|
|
1999
|
+
</file>
|
|
1933
2000
|
<file name="wrappers.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/wrappers.ts">
|
|
1934
2001
|
<metrics statements="19" coveredstatements="16" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="7"/>
|
|
1935
2002
|
<line num="1" count="4" type="stmt"/>
|