@zajno/common 1.4.8 → 1.4.9
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 +52 -52
- package/coverage/coverage-final.json +46 -46
- package/coverage/lcov-report/index.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 +1 -1
- 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 +4 -7
- 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 +1 -1
- package/coverage/lcov-report/src/lazy.light.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/observers.ts.html +368 -0
- 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/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 +1 -1
- package/coverage/lcov-report/src/validation/wrappers.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/FlagModel.ts.html +1 -1
- 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/Validatable.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/index.html +1 -1
- package/coverage/lcov-report/src/viewModels/wrappers.ts.html +1 -1
- package/coverage/lcov-report/update.ts.html +374 -0
- package/coverage/lcov.info +6 -6
- package/lib/event.d.ts +1 -1
- package/lib/event.d.ts.map +1 -1
- package/lib/event.js.map +1 -1
- package/lib/throttledEvent.d.ts +1 -1
- package/lib/throttledEvent.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/event.ts +2 -3
- package/src/throttledEvent.ts +1 -1
- package/yarn-error.log +3709 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
2
|
+
<coverage generated="1647173330825" clover="3.2.0">
|
|
3
|
+
<project timestamp="1647173330825" name="All files">
|
|
4
4
|
<metrics statements="1490" coveredstatements="1216" conditionals="916" coveredconditionals="693" methods="436" coveredmethods="309" elements="2842" coveredelements="2218" complexity="0" loc="1490" ncloc="1490" packages="9" files="46" classes="46"/>
|
|
5
5
|
<package name="src">
|
|
6
6
|
<metrics statements="431" coveredstatements="335" conditionals="223" coveredconditionals="148" methods="139" coveredmethods="102"/>
|
|
7
|
-
<file name="cache.ts" path="/Users/
|
|
7
|
+
<file name="cache.ts" path="/Users/idudinov/projects/zajno-common-utils/src/cache.ts">
|
|
8
8
|
<metrics statements="89" coveredstatements="72" conditionals="46" coveredconditionals="26" methods="28" coveredmethods="20"/>
|
|
9
9
|
<line num="1" count="1" type="stmt"/>
|
|
10
10
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
<line num="177" count="2" type="stmt"/>
|
|
97
97
|
<line num="179" count="1" type="stmt"/>
|
|
98
98
|
</file>
|
|
99
|
-
<file name="disposer.ts" path="/Users/
|
|
99
|
+
<file name="disposer.ts" path="/Users/idudinov/projects/zajno-common-utils/src/disposer.ts">
|
|
100
100
|
<metrics statements="37" coveredstatements="23" conditionals="20" coveredconditionals="7" methods="12" coveredmethods="10"/>
|
|
101
101
|
<line num="1" count="1" type="stmt"/>
|
|
102
102
|
<line num="11" count="1" type="stmt"/>
|
|
@@ -136,7 +136,7 @@
|
|
|
136
136
|
<line num="81" count="2" type="stmt"/>
|
|
137
137
|
<line num="82" count="2" type="stmt"/>
|
|
138
138
|
</file>
|
|
139
|
-
<file name="enumHelper.ts" path="/Users/
|
|
139
|
+
<file name="enumHelper.ts" path="/Users/idudinov/projects/zajno-common-utils/src/enumHelper.ts">
|
|
140
140
|
<metrics statements="50" coveredstatements="50" conditionals="41" coveredconditionals="36" methods="25" coveredmethods="25"/>
|
|
141
141
|
<line num="1" count="5" type="stmt"/>
|
|
142
142
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -189,7 +189,7 @@
|
|
|
189
189
|
<line num="117" count="14" type="stmt"/>
|
|
190
190
|
<line num="121" count="1" type="stmt"/>
|
|
191
191
|
</file>
|
|
192
|
-
<file name="event.ts" path="/Users/
|
|
192
|
+
<file name="event.ts" path="/Users/idudinov/projects/zajno-common-utils/src/event.ts">
|
|
193
193
|
<metrics statements="26" coveredstatements="13" conditionals="6" coveredconditionals="4" methods="11" coveredmethods="4"/>
|
|
194
194
|
<line num="1" count="1" type="stmt"/>
|
|
195
195
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -213,18 +213,18 @@
|
|
|
213
213
|
<line num="54" count="0" type="stmt"/>
|
|
214
214
|
<line num="55" count="0" type="stmt"/>
|
|
215
215
|
<line num="57" count="0" type="stmt"/>
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
216
|
+
<line num="58" count="0" type="stmt"/>
|
|
217
|
+
<line num="62" count="0" type="stmt"/>
|
|
218
|
+
<line num="66" count="0" type="stmt"/>
|
|
219
|
+
<line num="70" count="0" type="stmt"/>
|
|
220
220
|
</file>
|
|
221
|
-
<file name="functions.ts" path="/Users/
|
|
221
|
+
<file name="functions.ts" path="/Users/idudinov/projects/zajno-common-utils/src/functions.ts">
|
|
222
222
|
<metrics statements="3" coveredstatements="2" conditionals="2" coveredconditionals="1" methods="1" coveredmethods="1"/>
|
|
223
223
|
<line num="10" count="1" type="stmt"/>
|
|
224
224
|
<line num="11" count="17" type="cond" truecount="1" falsecount="1"/>
|
|
225
225
|
<line num="12" count="0" type="stmt"/>
|
|
226
226
|
</file>
|
|
227
|
-
<file name="lazy.light.ts" path="/Users/
|
|
227
|
+
<file name="lazy.light.ts" path="/Users/idudinov/projects/zajno-common-utils/src/lazy.light.ts">
|
|
228
228
|
<metrics statements="11" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="5" coveredmethods="3"/>
|
|
229
229
|
<line num="10" count="2" type="stmt"/>
|
|
230
230
|
<line num="11" count="11" type="stmt"/>
|
|
@@ -238,7 +238,7 @@
|
|
|
238
238
|
<line num="25" count="0" type="stmt"/>
|
|
239
239
|
<line num="28" count="11" type="stmt"/>
|
|
240
240
|
</file>
|
|
241
|
-
<file name="observersMap.ts" path="/Users/
|
|
241
|
+
<file name="observersMap.ts" path="/Users/idudinov/projects/zajno-common-utils/src/observersMap.ts">
|
|
242
242
|
<metrics statements="53" coveredstatements="35" conditionals="32" coveredconditionals="17" methods="10" coveredmethods="6"/>
|
|
243
243
|
<line num="1" count="1" type="stmt"/>
|
|
244
244
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -294,7 +294,7 @@
|
|
|
294
294
|
<line num="99" count="2" type="stmt"/>
|
|
295
295
|
<line num="103" count="2" type="stmt"/>
|
|
296
296
|
</file>
|
|
297
|
-
<file name="observingCache.ts" path="/Users/
|
|
297
|
+
<file name="observingCache.ts" path="/Users/idudinov/projects/zajno-common-utils/src/observingCache.ts">
|
|
298
298
|
<metrics statements="65" coveredstatements="45" conditionals="24" coveredconditionals="15" methods="20" coveredmethods="11"/>
|
|
299
299
|
<line num="1" count="1" type="stmt"/>
|
|
300
300
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -362,7 +362,7 @@
|
|
|
362
362
|
<line num="140" count="2" type="stmt"/>
|
|
363
363
|
<line num="149" count="8" type="stmt"/>
|
|
364
364
|
</file>
|
|
365
|
-
<file name="transitionObserver.ts" path="/Users/
|
|
365
|
+
<file name="transitionObserver.ts" path="/Users/idudinov/projects/zajno-common-utils/src/transitionObserver.ts">
|
|
366
366
|
<metrics statements="88" coveredstatements="78" conditionals="42" coveredconditionals="33" methods="23" coveredmethods="18"/>
|
|
367
367
|
<line num="1" count="1" type="stmt"/>
|
|
368
368
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -453,7 +453,7 @@
|
|
|
453
453
|
<line num="178" count="1" type="stmt"/>
|
|
454
454
|
<line num="179" count="0" type="stmt"/>
|
|
455
455
|
</file>
|
|
456
|
-
<file name="types.ts" path="/Users/
|
|
456
|
+
<file name="types.ts" path="/Users/idudinov/projects/zajno-common-utils/src/types.ts">
|
|
457
457
|
<metrics statements="9" coveredstatements="8" conditionals="8" coveredconditionals="7" methods="4" coveredmethods="4"/>
|
|
458
458
|
<line num="9" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
459
459
|
<line num="10" count="9" type="stmt"/>
|
|
@@ -468,7 +468,7 @@
|
|
|
468
468
|
</package>
|
|
469
469
|
<package name="src.__tests__.helpers">
|
|
470
470
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
471
|
-
<file name="main.ts" path="/Users/
|
|
471
|
+
<file name="main.ts" path="/Users/idudinov/projects/zajno-common-utils/src/__tests__/helpers/main.ts">
|
|
472
472
|
<metrics statements="6" coveredstatements="6" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
|
|
473
473
|
<line num="1" count="2" type="stmt"/>
|
|
474
474
|
<line num="2" count="2" type="stmt"/>
|
|
@@ -480,7 +480,7 @@
|
|
|
480
480
|
</package>
|
|
481
481
|
<package name="src.async">
|
|
482
482
|
<metrics statements="47" coveredstatements="15" conditionals="17" coveredconditionals="3" methods="11" coveredmethods="3"/>
|
|
483
|
-
<file name="arrays.ts" path="/Users/
|
|
483
|
+
<file name="arrays.ts" path="/Users/idudinov/projects/zajno-common-utils/src/async/arrays.ts">
|
|
484
484
|
<metrics statements="21" coveredstatements="4" conditionals="4" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
485
485
|
<line num="3" count="3" type="stmt"/>
|
|
486
486
|
<line num="4" count="0" type="stmt"/>
|
|
@@ -504,7 +504,7 @@
|
|
|
504
504
|
<line num="35" count="0" type="stmt"/>
|
|
505
505
|
<line num="37" count="0" type="stmt"/>
|
|
506
506
|
</file>
|
|
507
|
-
<file name="timeout.ts" path="/Users/
|
|
507
|
+
<file name="timeout.ts" path="/Users/idudinov/projects/zajno-common-utils/src/async/timeout.ts">
|
|
508
508
|
<metrics statements="26" coveredstatements="11" conditionals="13" coveredconditionals="3" methods="7" coveredmethods="3"/>
|
|
509
509
|
<line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
510
510
|
<line num="3" count="4" type="stmt"/>
|
|
@@ -536,7 +536,7 @@
|
|
|
536
536
|
</package>
|
|
537
537
|
<package name="src.dates">
|
|
538
538
|
<metrics statements="334" coveredstatements="334" conditionals="289" coveredconditionals="284" methods="59" coveredmethods="59"/>
|
|
539
|
-
<file name="calc.ts" path="/Users/
|
|
539
|
+
<file name="calc.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/calc.ts">
|
|
540
540
|
<metrics statements="40" coveredstatements="40" conditionals="30" coveredconditionals="29" methods="7" coveredmethods="7"/>
|
|
541
541
|
<line num="1" count="1" type="stmt"/>
|
|
542
542
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -579,7 +579,7 @@
|
|
|
579
579
|
<line num="69" count="1" type="stmt"/>
|
|
580
580
|
<line num="71" count="1" type="stmt"/>
|
|
581
581
|
</file>
|
|
582
|
-
<file name="convert.ts" path="/Users/
|
|
582
|
+
<file name="convert.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/convert.ts">
|
|
583
583
|
<metrics statements="104" coveredstatements="104" conditionals="55" coveredconditionals="55" methods="16" coveredmethods="16"/>
|
|
584
584
|
<line num="1" count="1" type="stmt"/>
|
|
585
585
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -686,7 +686,7 @@
|
|
|
686
686
|
<line num="186" count="12" type="stmt"/>
|
|
687
687
|
<line num="190" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
688
688
|
</file>
|
|
689
|
-
<file name="datex.ts" path="/Users/
|
|
689
|
+
<file name="datex.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/datex.ts">
|
|
690
690
|
<metrics statements="25" coveredstatements="25" conditionals="50" coveredconditionals="50" methods="4" coveredmethods="4"/>
|
|
691
691
|
<line num="3" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
692
692
|
<line num="4" count="1" type="stmt"/>
|
|
@@ -714,7 +714,7 @@
|
|
|
714
714
|
<line num="37" count="7" type="stmt"/>
|
|
715
715
|
<line num="40" count="329" type="cond" truecount="2" falsecount="0"/>
|
|
716
716
|
</file>
|
|
717
|
-
<file name="format.ts" path="/Users/
|
|
717
|
+
<file name="format.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/format.ts">
|
|
718
718
|
<metrics statements="52" coveredstatements="52" conditionals="54" coveredconditionals="53" methods="10" coveredmethods="10"/>
|
|
719
719
|
<line num="1" count="1" type="stmt"/>
|
|
720
720
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -769,7 +769,7 @@
|
|
|
769
769
|
<line num="97" count="8" type="stmt"/>
|
|
770
770
|
<line num="102" count="7" type="stmt"/>
|
|
771
771
|
</file>
|
|
772
|
-
<file name="index.ts" path="/Users/
|
|
772
|
+
<file name="index.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/index.ts">
|
|
773
773
|
<metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
774
774
|
<line num="1" count="1" type="stmt"/>
|
|
775
775
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -781,7 +781,7 @@
|
|
|
781
781
|
<line num="8" count="1" type="stmt"/>
|
|
782
782
|
<line num="9" count="1" type="stmt"/>
|
|
783
783
|
</file>
|
|
784
|
-
<file name="parse.ts" path="/Users/
|
|
784
|
+
<file name="parse.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/parse.ts">
|
|
785
785
|
<metrics statements="13" coveredstatements="13" conditionals="9" coveredconditionals="9" methods="4" coveredmethods="4"/>
|
|
786
786
|
<line num="2" count="1" type="stmt"/>
|
|
787
787
|
<line num="3" count="360" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -797,7 +797,7 @@
|
|
|
797
797
|
<line num="20" count="1" type="stmt"/>
|
|
798
798
|
<line num="22" count="1" type="stmt"/>
|
|
799
799
|
</file>
|
|
800
|
-
<file name="period.ts" path="/Users/
|
|
800
|
+
<file name="period.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/period.ts">
|
|
801
801
|
<metrics statements="11" coveredstatements="11" conditionals="7" coveredconditionals="6" methods="5" coveredmethods="5"/>
|
|
802
802
|
<line num="1" count="1" type="stmt"/>
|
|
803
803
|
<line num="5" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -811,7 +811,7 @@
|
|
|
811
811
|
<line num="19" count="1" type="stmt"/>
|
|
812
812
|
<line num="20" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
813
813
|
</file>
|
|
814
|
-
<file name="shift.ts" path="/Users/
|
|
814
|
+
<file name="shift.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/shift.ts">
|
|
815
815
|
<metrics statements="54" coveredstatements="54" conditionals="22" coveredconditionals="22" methods="5" coveredmethods="5"/>
|
|
816
816
|
<line num="1" count="1" type="stmt"/>
|
|
817
817
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -868,7 +868,7 @@
|
|
|
868
868
|
<line num="88" count="32" type="stmt"/>
|
|
869
869
|
<line num="89" count="32" type="stmt"/>
|
|
870
870
|
</file>
|
|
871
|
-
<file name="types.ts" path="/Users/
|
|
871
|
+
<file name="types.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/types.ts">
|
|
872
872
|
<metrics statements="10" coveredstatements="10" conditionals="9" coveredconditionals="9" methods="2" coveredmethods="2"/>
|
|
873
873
|
<line num="5" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
874
874
|
<line num="6" count="1" type="stmt"/>
|
|
@@ -881,7 +881,7 @@
|
|
|
881
881
|
<line num="24" count="17" type="stmt"/>
|
|
882
882
|
<line num="27" count="3" type="stmt"/>
|
|
883
883
|
</file>
|
|
884
|
-
<file name="yearDate.ts" path="/Users/
|
|
884
|
+
<file name="yearDate.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/yearDate.ts">
|
|
885
885
|
<metrics statements="16" coveredstatements="16" conditionals="53" coveredconditionals="51" methods="6" coveredmethods="6"/>
|
|
886
886
|
<line num="1" count="1" type="stmt"/>
|
|
887
887
|
<line num="6" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -903,7 +903,7 @@
|
|
|
903
903
|
</package>
|
|
904
904
|
<package name="src.fields">
|
|
905
905
|
<metrics statements="46" coveredstatements="37" conditionals="78" coveredconditionals="63" methods="11" coveredmethods="5"/>
|
|
906
|
-
<file name="update.ts" path="/Users/
|
|
906
|
+
<file name="update.ts" path="/Users/idudinov/projects/zajno-common-utils/src/fields/update.ts">
|
|
907
907
|
<metrics statements="46" coveredstatements="37" conditionals="78" coveredconditionals="63" methods="11" coveredmethods="5"/>
|
|
908
908
|
<line num="1" count="1" type="stmt"/>
|
|
909
909
|
<line num="12" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
@@ -955,7 +955,7 @@
|
|
|
955
955
|
</package>
|
|
956
956
|
<package name="src.logger">
|
|
957
957
|
<metrics statements="97" coveredstatements="69" conditionals="46" coveredconditionals="27" methods="35" coveredmethods="24"/>
|
|
958
|
-
<file name="batch.ts" path="/Users/
|
|
958
|
+
<file name="batch.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/batch.ts">
|
|
959
959
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="7" coveredmethods="7"/>
|
|
960
960
|
<line num="3" count="3" type="stmt"/>
|
|
961
961
|
<line num="4" count="3" type="stmt"/>
|
|
@@ -963,7 +963,7 @@
|
|
|
963
963
|
<line num="6" count="2" type="stmt"/>
|
|
964
964
|
<line num="7" count="2" type="stmt"/>
|
|
965
965
|
</file>
|
|
966
|
-
<file name="console.ts" path="/Users/
|
|
966
|
+
<file name="console.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/console.ts">
|
|
967
967
|
<metrics statements="24" coveredstatements="4" conditionals="10" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
968
968
|
<line num="2" count="3" type="stmt"/>
|
|
969
969
|
<line num="4" count="3" type="stmt"/>
|
|
@@ -990,7 +990,7 @@
|
|
|
990
990
|
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
991
991
|
<line num="48" count="0" type="stmt"/>
|
|
992
992
|
</file>
|
|
993
|
-
<file name="index.ts" path="/Users/
|
|
993
|
+
<file name="index.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/index.ts">
|
|
994
994
|
<metrics statements="36" coveredstatements="30" conditionals="18" coveredconditionals="13" methods="10" coveredmethods="7"/>
|
|
995
995
|
<line num="1" count="3" type="stmt"/>
|
|
996
996
|
<line num="3" count="3" type="stmt"/>
|
|
@@ -1029,7 +1029,7 @@
|
|
|
1029
1029
|
<line num="64" count="28" type="stmt"/>
|
|
1030
1030
|
<line num="68" count="61" type="stmt"/>
|
|
1031
1031
|
</file>
|
|
1032
|
-
<file name="named.ts" path="/Users/
|
|
1032
|
+
<file name="named.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/named.ts">
|
|
1033
1033
|
<metrics statements="21" coveredstatements="20" conditionals="12" coveredconditionals="11" methods="8" coveredmethods="7"/>
|
|
1034
1034
|
<line num="3" count="3" type="stmt"/>
|
|
1035
1035
|
<line num="5" count="3" type="stmt"/>
|
|
@@ -1053,7 +1053,7 @@
|
|
|
1053
1053
|
<line num="44" count="96" type="stmt"/>
|
|
1054
1054
|
<line num="45" count="96" type="stmt"/>
|
|
1055
1055
|
</file>
|
|
1056
|
-
<file name="proxy.ts" path="/Users/
|
|
1056
|
+
<file name="proxy.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/proxy.ts">
|
|
1057
1057
|
<metrics statements="11" coveredstatements="10" conditionals="6" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
1058
1058
|
<line num="2" count="3" type="stmt"/>
|
|
1059
1059
|
<line num="4" count="3" type="stmt"/>
|
|
@@ -1070,7 +1070,7 @@
|
|
|
1070
1070
|
</package>
|
|
1071
1071
|
<package name="src.math">
|
|
1072
1072
|
<metrics statements="196" coveredstatements="195" conditionals="141" coveredconditionals="134" methods="40" coveredmethods="39"/>
|
|
1073
|
-
<file name="arrays.ts" path="/Users/
|
|
1073
|
+
<file name="arrays.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/arrays.ts">
|
|
1074
1074
|
<metrics statements="138" coveredstatements="138" conditionals="80" coveredconditionals="77" methods="29" coveredmethods="29"/>
|
|
1075
1075
|
<line num="1" count="7" type="stmt"/>
|
|
1076
1076
|
<line num="2" count="7" type="stmt"/>
|
|
@@ -1211,7 +1211,7 @@
|
|
|
1211
1211
|
<line num="258" count="5" type="stmt"/>
|
|
1212
1212
|
<line num="260" count="1" type="stmt"/>
|
|
1213
1213
|
</file>
|
|
1214
|
-
<file name="calc.ts" path="/Users/
|
|
1214
|
+
<file name="calc.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/calc.ts">
|
|
1215
1215
|
<metrics statements="35" coveredstatements="34" conditionals="41" coveredconditionals="37" methods="8" coveredmethods="7"/>
|
|
1216
1216
|
<line num="2" count="8" type="cond" truecount="3" falsecount="0"/>
|
|
1217
1217
|
<line num="3" count="13" type="cond" truecount="4" falsecount="0"/>
|
|
@@ -1249,7 +1249,7 @@
|
|
|
1249
1249
|
<line num="67" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
1250
1250
|
<line num="68" count="0" type="stmt"/>
|
|
1251
1251
|
</file>
|
|
1252
|
-
<file name="distribution.ts" path="/Users/
|
|
1252
|
+
<file name="distribution.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/distribution.ts">
|
|
1253
1253
|
<metrics statements="8" coveredstatements="8" conditionals="10" coveredconditionals="10" methods="1" coveredmethods="1"/>
|
|
1254
1254
|
<line num="8" count="7" type="stmt"/>
|
|
1255
1255
|
<line num="9" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
@@ -1260,7 +1260,7 @@
|
|
|
1260
1260
|
<line num="16" count="3" type="stmt"/>
|
|
1261
1261
|
<line num="19" count="4" type="stmt"/>
|
|
1262
1262
|
</file>
|
|
1263
|
-
<file name="index.ts" path="/Users/
|
|
1263
|
+
<file name="index.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/index.ts">
|
|
1264
1264
|
<metrics statements="15" coveredstatements="15" conditionals="10" coveredconditionals="10" methods="2" coveredmethods="2"/>
|
|
1265
1265
|
<line num="2" count="6" type="stmt"/>
|
|
1266
1266
|
<line num="3" count="6" type="stmt"/>
|
|
@@ -1281,7 +1281,7 @@
|
|
|
1281
1281
|
</package>
|
|
1282
1282
|
<package name="src.validation">
|
|
1283
1283
|
<metrics statements="87" coveredstatements="45" conditionals="58" coveredconditionals="6" methods="29" coveredmethods="4"/>
|
|
1284
|
-
<file name="ValidationErrors.ts" path="/Users/
|
|
1284
|
+
<file name="ValidationErrors.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/ValidationErrors.ts">
|
|
1285
1285
|
<metrics statements="21" coveredstatements="21" conditionals="4" coveredconditionals="3" methods="2" coveredmethods="2"/>
|
|
1286
1286
|
<line num="1" count="4" type="stmt"/>
|
|
1287
1287
|
<line num="3" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1305,7 +1305,7 @@
|
|
|
1305
1305
|
<line num="24" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1306
1306
|
<line num="25" count="4" type="stmt"/>
|
|
1307
1307
|
</file>
|
|
1308
|
-
<file name="creditCard.ts" path="/Users/
|
|
1308
|
+
<file name="creditCard.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/creditCard.ts">
|
|
1309
1309
|
<metrics statements="7" coveredstatements="3" conditionals="8" coveredconditionals="0" methods="2" coveredmethods="0"/>
|
|
1310
1310
|
<line num="1" count="4" type="stmt"/>
|
|
1311
1311
|
<line num="3" count="4" type="stmt"/>
|
|
@@ -1315,7 +1315,7 @@
|
|
|
1315
1315
|
<line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1316
1316
|
<line num="21" count="4" type="stmt"/>
|
|
1317
1317
|
</file>
|
|
1318
|
-
<file name="helpers.ts" path="/Users/
|
|
1318
|
+
<file name="helpers.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/helpers.ts">
|
|
1319
1319
|
<metrics statements="19" coveredstatements="5" conditionals="9" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
1320
1320
|
<line num="1" count="4" type="stmt"/>
|
|
1321
1321
|
<line num="2" count="4" type="stmt"/>
|
|
@@ -1337,7 +1337,7 @@
|
|
|
1337
1337
|
<line num="42" count="0" type="stmt"/>
|
|
1338
1338
|
<line num="46" count="0" type="stmt"/>
|
|
1339
1339
|
</file>
|
|
1340
|
-
<file name="index.ts" path="/Users/
|
|
1340
|
+
<file name="index.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/index.ts">
|
|
1341
1341
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
1342
1342
|
<line num="1" count="4" type="stmt"/>
|
|
1343
1343
|
<line num="2" count="4" type="stmt"/>
|
|
@@ -1345,14 +1345,14 @@
|
|
|
1345
1345
|
<line num="4" count="4" type="stmt"/>
|
|
1346
1346
|
<line num="5" count="4" type="stmt"/>
|
|
1347
1347
|
</file>
|
|
1348
|
-
<file name="types.ts" path="/Users/
|
|
1348
|
+
<file name="types.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/types.ts">
|
|
1349
1349
|
<metrics statements="4" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
|
|
1350
1350
|
<line num="8" count="4" type="stmt"/>
|
|
1351
1351
|
<line num="9" count="0" type="stmt"/>
|
|
1352
1352
|
<line num="12" count="0" type="stmt"/>
|
|
1353
1353
|
<line num="13" count="0" type="stmt"/>
|
|
1354
1354
|
</file>
|
|
1355
|
-
<file name="validators.ts" path="/Users/
|
|
1355
|
+
<file name="validators.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/validators.ts">
|
|
1356
1356
|
<metrics statements="21" coveredstatements="6" conditionals="33" coveredconditionals="3" methods="13" coveredmethods="2"/>
|
|
1357
1357
|
<line num="1" count="4" type="stmt"/>
|
|
1358
1358
|
<line num="2" count="4" type="stmt"/>
|
|
@@ -1376,7 +1376,7 @@
|
|
|
1376
1376
|
<line num="53" count="802" type="cond" truecount="2" falsecount="0"/>
|
|
1377
1377
|
<line num="54" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1378
1378
|
</file>
|
|
1379
|
-
<file name="wrappers.ts" path="/Users/
|
|
1379
|
+
<file name="wrappers.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/wrappers.ts">
|
|
1380
1380
|
<metrics statements="10" coveredstatements="4" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
|
|
1381
1381
|
<line num="1" count="4" type="stmt"/>
|
|
1382
1382
|
<line num="3" count="4" type="stmt"/>
|
|
@@ -1392,7 +1392,7 @@
|
|
|
1392
1392
|
</package>
|
|
1393
1393
|
<package name="src.viewModels">
|
|
1394
1394
|
<metrics statements="246" coveredstatements="180" conditionals="64" coveredconditionals="28" methods="110" coveredmethods="71"/>
|
|
1395
|
-
<file name="FlagModel.ts" path="/Users/
|
|
1395
|
+
<file name="FlagModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/FlagModel.ts">
|
|
1396
1396
|
<metrics statements="22" coveredstatements="13" conditionals="1" coveredconditionals="1" methods="9" coveredmethods="4"/>
|
|
1397
1397
|
<line num="1" count="3" type="stmt"/>
|
|
1398
1398
|
<line num="15" count="3" type="stmt"/>
|
|
@@ -1417,7 +1417,7 @@
|
|
|
1417
1417
|
<line num="60" count="17" type="stmt"/>
|
|
1418
1418
|
<line num="61" count="0" type="stmt"/>
|
|
1419
1419
|
</file>
|
|
1420
|
-
<file name="MultiSelectModel.ts" path="/Users/
|
|
1420
|
+
<file name="MultiSelectModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/MultiSelectModel.ts">
|
|
1421
1421
|
<metrics statements="85" coveredstatements="65" conditionals="18" coveredconditionals="8" methods="42" coveredmethods="28"/>
|
|
1422
1422
|
<line num="1" count="1" type="stmt"/>
|
|
1423
1423
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -1505,7 +1505,7 @@
|
|
|
1505
1505
|
<line num="163" count="1" type="stmt"/>
|
|
1506
1506
|
<line num="166" count="3" type="stmt"/>
|
|
1507
1507
|
</file>
|
|
1508
|
-
<file name="NumberModel.ts" path="/Users/
|
|
1508
|
+
<file name="NumberModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/NumberModel.ts">
|
|
1509
1509
|
<metrics statements="17" coveredstatements="15" conditionals="3" coveredconditionals="3" methods="8" coveredmethods="6"/>
|
|
1510
1510
|
<line num="1" count="2" type="stmt"/>
|
|
1511
1511
|
<line num="9" count="2" type="stmt"/>
|
|
@@ -1525,7 +1525,7 @@
|
|
|
1525
1525
|
<line num="41" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
1526
1526
|
<line num="44" count="2" type="stmt"/>
|
|
1527
1527
|
</file>
|
|
1528
|
-
<file name="SelectModel.ts" path="/Users/
|
|
1528
|
+
<file name="SelectModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/SelectModel.ts">
|
|
1529
1529
|
<metrics statements="60" coveredstatements="54" conditionals="18" coveredconditionals="15" methods="26" coveredmethods="22"/>
|
|
1530
1530
|
<line num="1" count="1" type="stmt"/>
|
|
1531
1531
|
<line num="2" count="1" type="stmt"/>
|
|
@@ -1588,7 +1588,7 @@
|
|
|
1588
1588
|
<line num="133" count="1" type="stmt"/>
|
|
1589
1589
|
<line num="135" count="3" type="stmt"/>
|
|
1590
1590
|
</file>
|
|
1591
|
-
<file name="Validatable.ts" path="/Users/
|
|
1591
|
+
<file name="Validatable.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/Validatable.ts">
|
|
1592
1592
|
<metrics statements="43" coveredstatements="17" conditionals="24" coveredconditionals="1" methods="15" coveredmethods="4"/>
|
|
1593
1593
|
<line num="1" count="2" type="stmt"/>
|
|
1594
1594
|
<line num="2" count="2" type="stmt"/>
|
|
@@ -1634,7 +1634,7 @@
|
|
|
1634
1634
|
<line num="96" count="0" type="stmt"/>
|
|
1635
1635
|
<line num="97" count="0" type="stmt"/>
|
|
1636
1636
|
</file>
|
|
1637
|
-
<file name="wrappers.ts" path="/Users/
|
|
1637
|
+
<file name="wrappers.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/wrappers.ts">
|
|
1638
1638
|
<metrics statements="19" coveredstatements="16" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="7"/>
|
|
1639
1639
|
<line num="1" count="3" type="stmt"/>
|
|
1640
1640
|
<line num="4" count="3" type="stmt"/>
|