@zajno/common 1.5.6 → 1.5.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 +456 -349
- package/coverage/coverage-final.json +37 -36
- package/coverage/lcov-report/async/index.html +12 -7
- package/coverage/lcov-report/async/timeout.ts.html +24 -19
- package/coverage/lcov-report/block-navigation.js +8 -0
- package/coverage/lcov-report/disposer.ts.html +376 -0
- package/coverage/lcov-report/enumHelper.ts.html +454 -0
- package/coverage/lcov-report/favicon.png +0 -0
- package/coverage/lcov-report/index.html +64 -44
- package/coverage/lcov-report/logger/index.html +116 -0
- package/coverage/lcov-report/logger/index.ts.html +298 -0
- package/coverage/lcov-report/parallel.ts.html +550 -0
- package/coverage/lcov-report/queue/index.html +116 -0
- package/coverage/lcov-report/queue/parallel.ts.html +499 -0
- package/coverage/lcov-report/sort-arrow-sprite.png +0 -0
- package/coverage/lcov-report/sorter.js +26 -0
- package/coverage/lcov-report/src/__tests__/helpers/index.html +8 -3
- package/coverage/lcov-report/src/__tests__/helpers/main.ts.html +8 -3
- package/coverage/lcov-report/src/async/arrays.ts.html +15 -10
- package/coverage/lcov-report/src/async/index.html +29 -24
- package/coverage/lcov-report/src/async/timeout.ts.html +134 -27
- package/coverage/lcov-report/src/cache.ts.html +15 -10
- package/coverage/lcov-report/src/dates/calc.ts.html +10 -5
- package/coverage/lcov-report/src/dates/convert.ts.html +9 -4
- package/coverage/lcov-report/src/dates/datex.ts.html +8 -3
- package/coverage/lcov-report/src/dates/format.ts.html +10 -5
- package/coverage/lcov-report/src/dates/index.html +19 -14
- package/coverage/lcov-report/src/dates/index.ts.html +8 -3
- package/coverage/lcov-report/src/dates/parse.ts.html +9 -4
- package/coverage/lcov-report/src/dates/period.ts.html +8 -3
- package/coverage/lcov-report/src/dates/shift.ts.html +9 -4
- package/coverage/lcov-report/src/dates/types.ts.html +8 -3
- package/coverage/lcov-report/src/dates/yearDate.ts.html +10 -5
- package/coverage/lcov-report/src/disposer.ts.html +65 -21
- package/coverage/lcov-report/src/enumHelper.ts.html +12 -7
- package/coverage/lcov-report/src/event.ts.html +98 -33
- package/coverage/lcov-report/src/fields/index.html +12 -7
- package/coverage/lcov-report/src/fields/update.ts.html +12 -7
- package/coverage/lcov-report/src/functions.ts.html +10 -5
- package/coverage/lcov-report/src/index.html +52 -47
- package/coverage/lcov-report/src/lazy.light.ts.html +9 -4
- package/coverage/lcov-report/src/logger/batch.ts.html +9 -4
- package/coverage/lcov-report/src/logger/console.ts.html +16 -11
- package/coverage/lcov-report/src/logger/index.html +13 -8
- package/coverage/lcov-report/src/logger/index.ts.html +38 -33
- package/coverage/lcov-report/src/logger/named.ts.html +26 -21
- package/coverage/lcov-report/src/logger/proxy.ts.html +20 -15
- package/coverage/lcov-report/src/math/arrays.ts.html +33 -28
- package/coverage/lcov-report/src/math/calc.ts.html +18 -13
- package/coverage/lcov-report/src/math/distribution.ts.html +10 -5
- package/coverage/lcov-report/src/math/index.html +16 -11
- package/coverage/lcov-report/src/math/index.ts.html +14 -9
- package/coverage/lcov-report/src/observersMap.ts.html +12 -7
- package/coverage/lcov-report/src/observingCache.ts.html +12 -7
- package/coverage/lcov-report/src/queue/index.html +116 -0
- package/coverage/lcov-report/src/queue/parallel.ts.html +499 -0
- package/coverage/lcov-report/src/tempoCache.ts.html +9 -4
- package/coverage/lcov-report/src/transitionObserver.ts.html +14 -9
- package/coverage/lcov-report/src/types.ts.html +13 -8
- package/coverage/lcov-report/src/validation/ValidationErrors.ts.html +8 -3
- package/coverage/lcov-report/src/validation/creditCard.ts.html +8 -3
- package/coverage/lcov-report/src/validation/helpers.ts.html +13 -8
- package/coverage/lcov-report/src/validation/index.html +11 -6
- package/coverage/lcov-report/src/validation/index.ts.html +8 -3
- package/coverage/lcov-report/src/validation/types.ts.html +8 -3
- package/coverage/lcov-report/src/validation/validators.ts.html +8 -3
- package/coverage/lcov-report/src/validation/wrappers.ts.html +8 -3
- package/coverage/lcov-report/src/viewModels/CommonModel.ts.html +10 -5
- package/coverage/lcov-report/src/viewModels/FlagModel.ts.html +8 -3
- package/coverage/lcov-report/src/viewModels/LoadingModel.ts.html +10 -5
- package/coverage/lcov-report/src/viewModels/MultiSelectModel.ts.html +13 -8
- package/coverage/lcov-report/src/viewModels/NumberModel.ts.html +8 -3
- package/coverage/lcov-report/src/viewModels/SelectModel.ts.html +10 -5
- package/coverage/lcov-report/src/viewModels/TextModel.ts.html +13 -8
- package/coverage/lcov-report/src/viewModels/Validatable.ts.html +12 -7
- package/coverage/lcov-report/src/viewModels/index.html +22 -17
- package/coverage/lcov-report/src/viewModels/wrappers.ts.html +8 -3
- package/coverage/lcov.info +565 -483
- package/jest.config.js +2 -1
- package/lib/async/arrays.extend.js +4 -4
- package/lib/async/arrays.extend.js.map +1 -1
- package/lib/async/timeout.d.ts +5 -0
- package/lib/async/timeout.d.ts.map +1 -1
- package/lib/async/timeout.js +30 -1
- package/lib/async/timeout.js.map +1 -1
- package/lib/cache.js +6 -6
- package/lib/cache.js.map +1 -1
- package/lib/dates/calc.js +7 -7
- package/lib/dates/calc.js.map +1 -1
- package/lib/dates/convert.js +11 -11
- package/lib/dates/convert.js.map +1 -1
- package/lib/dates/format.js +6 -6
- package/lib/dates/format.js.map +1 -1
- package/lib/dates/period.js +2 -2
- package/lib/dates/period.js.map +1 -1
- package/lib/dates/shift.js +5 -5
- package/lib/dates/shift.js.map +1 -1
- package/lib/dates/yearDate.js +2 -2
- package/lib/dates/yearDate.js.map +1 -1
- package/lib/disposer.d.ts +4 -2
- package/lib/disposer.d.ts.map +1 -1
- package/lib/disposer.js +10 -5
- package/lib/disposer.js.map +1 -1
- package/lib/enumHelper.d.ts +2 -2
- package/lib/enumHelper.d.ts.map +1 -1
- package/lib/enumHelper.js.map +1 -1
- package/lib/event.d.ts +2 -0
- package/lib/event.d.ts.map +1 -1
- package/lib/event.js +20 -3
- package/lib/event.js.map +1 -1
- package/lib/fields/update.js +2 -2
- package/lib/fields/update.js.map +1 -1
- package/lib/lazy.d.ts +2 -0
- package/lib/lazy.d.ts.map +1 -1
- package/lib/lazy.js +8 -3
- package/lib/lazy.js.map +1 -1
- package/lib/logger/file.js.map +1 -1
- package/lib/logger/index.d.ts +1 -1
- package/lib/logger/index.d.ts.map +1 -1
- package/lib/logger/index.js +1 -1
- package/lib/logger/index.js.map +1 -1
- package/lib/math/arrays.js +2 -2
- package/lib/math/arrays.js.map +1 -1
- package/lib/models/EntityWithStatus.js.map +1 -1
- package/lib/observersMap.js +2 -2
- package/lib/observersMap.js.map +1 -1
- package/lib/observingCache.js +1 -1
- package/lib/observingCache.js.map +1 -1
- package/lib/pool.js +1 -1
- package/lib/pool.js.map +1 -1
- package/lib/queue/parallel.d.ts +22 -0
- package/lib/queue/parallel.d.ts.map +1 -0
- package/lib/queue/parallel.js +117 -0
- package/lib/queue/parallel.js.map +1 -0
- package/lib/services/localization/LocalizationManager.js +1 -1
- package/lib/services/localization/LocalizationManager.js.map +1 -1
- package/lib/services/storage/web/localStorage.js +1 -1
- package/lib/services/storage/web/localStorage.js.map +1 -1
- package/lib/services/storage/web/sessionStorage.js +1 -1
- package/lib/services/storage/web/sessionStorage.js.map +1 -1
- package/lib/transitionObserver.js +3 -3
- package/lib/transitionObserver.js.map +1 -1
- package/lib/validation/wrappers.js +1 -1
- package/lib/validation/wrappers.js.map +1 -1
- package/lib/viewModels/CommonModel.js +1 -1
- package/lib/viewModels/CommonModel.js.map +1 -1
- package/lib/viewModels/FlagModel.js +1 -1
- package/lib/viewModels/FlagModel.js.map +1 -1
- package/lib/viewModels/MultiSelectModel.js +5 -5
- package/lib/viewModels/MultiSelectModel.js.map +1 -1
- package/lib/viewModels/NumberModel.js +1 -1
- package/lib/viewModels/NumberModel.js.map +1 -1
- package/lib/viewModels/PromptModal.js +1 -1
- package/lib/viewModels/PromptModal.js.map +1 -1
- package/lib/viewModels/SelectModel.js +4 -4
- package/lib/viewModels/SelectModel.js.map +1 -1
- package/lib/viewModels/TextModel.js +3 -3
- package/lib/viewModels/TextModel.js.map +1 -1
- package/lib/viewModels/Validatable.js +3 -3
- package/lib/viewModels/Validatable.js.map +1 -1
- package/lib/viewModels/ValueModel.js +1 -1
- package/lib/viewModels/ValueModel.js.map +1 -1
- package/package.json +11 -11
- package/src/.DS_Store +0 -0
- package/src/async/__tests__/timeout.test.ts +74 -0
- package/src/async/timeout.ts +34 -0
- package/src/disposer.ts +19 -6
- package/src/enumHelper.ts +2 -2
- package/src/event.ts +20 -0
- package/src/lazy.ts +8 -1
- package/src/queue/__tests__/parallel.test.ts +58 -0
- package/src/queue/parallel.ts +138 -0
- package/src/services/storage/web/localStorage.ts +1 -1
- package/src/services/storage/web/sessionStorage.ts +1 -1
- package/yarn.lock +1074 -1441
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="1662643677564" clover="3.2.0">
|
|
3
|
+
<project timestamp="1662643677565" name="All files">
|
|
4
|
+
<metrics statements="1700" coveredstatements="1393" conditionals="900" coveredconditionals="667" methods="501" coveredmethods="357" elements="3101" coveredelements="2417" complexity="0" loc="1700" ncloc="1700" packages="10" files="51" classes="51"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="460" coveredstatements="360" conditionals="189" coveredconditionals="125" methods="148" coveredmethods="112"/>
|
|
7
7
|
<file name="cache.ts" path="/Users/idudinov/projects/zajno-common-utils/src/cache.ts">
|
|
8
|
-
<metrics statements="89" coveredstatements="72" conditionals="
|
|
8
|
+
<metrics statements="89" coveredstatements="72" 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"/>
|
|
@@ -30,11 +30,11 @@
|
|
|
30
30
|
<line num="46" count="0" type="stmt"/>
|
|
31
31
|
<line num="49" count="0" type="stmt"/>
|
|
32
32
|
<line num="50" count="0" type="stmt"/>
|
|
33
|
-
<line num="54" count="20" type="cond" truecount="
|
|
33
|
+
<line num="54" count="20" type="cond" truecount="0" falsecount="1"/>
|
|
34
34
|
<line num="55" count="0" type="stmt"/>
|
|
35
|
-
<line num="58" count="20" type="cond" truecount="1" falsecount="
|
|
35
|
+
<line num="58" count="20" type="cond" truecount="1" falsecount="0"/>
|
|
36
36
|
<line num="59" count="20" type="stmt"/>
|
|
37
|
-
<line num="62" count="0" type="cond" truecount="0" falsecount="
|
|
37
|
+
<line num="62" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
38
38
|
<line num="63" count="0" type="stmt"/>
|
|
39
39
|
<line num="66" count="0" type="stmt"/>
|
|
40
40
|
<line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -48,17 +48,17 @@
|
|
|
48
48
|
<line num="85" count="6" type="stmt"/>
|
|
49
49
|
<line num="89" count="5" type="stmt"/>
|
|
50
50
|
<line num="90" count="5" type="stmt"/>
|
|
51
|
-
<line num="91" count="5" type="cond" truecount="1" falsecount="
|
|
51
|
+
<line num="91" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
52
52
|
<line num="92" count="5" type="stmt"/>
|
|
53
53
|
<line num="94" count="5" type="cond" truecount="2" falsecount="2"/>
|
|
54
54
|
<line num="95" count="5" type="stmt"/>
|
|
55
55
|
<line num="99" count="7" type="stmt"/>
|
|
56
56
|
<line num="100" count="7" type="stmt"/>
|
|
57
|
-
<line num="101" count="7" type="cond" truecount="
|
|
57
|
+
<line num="101" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
58
58
|
<line num="102" count="3" type="cond" truecount="2" falsecount="2"/>
|
|
59
59
|
<line num="103" count="3" type="stmt"/>
|
|
60
60
|
<line num="106" count="4" type="stmt"/>
|
|
61
|
-
<line num="107" count="4" type="cond" truecount="
|
|
61
|
+
<line num="107" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
62
62
|
<line num="108" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
63
63
|
<line num="109" count="2" type="stmt"/>
|
|
64
64
|
<line num="112" count="2" type="stmt"/>
|
|
@@ -69,7 +69,7 @@
|
|
|
69
69
|
<line num="120" count="2" type="stmt"/>
|
|
70
70
|
<line num="121" count="2" type="stmt"/>
|
|
71
71
|
<line num="122" count="2" type="stmt"/>
|
|
72
|
-
<line num="123" count="2" type="cond" truecount="1" falsecount="
|
|
72
|
+
<line num="123" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
73
73
|
<line num="124" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
74
74
|
<line num="125" count="2" type="stmt"/>
|
|
75
75
|
<line num="128" count="2" type="stmt"/>
|
|
@@ -85,7 +85,7 @@
|
|
|
85
85
|
<line num="151" count="1" type="stmt"/>
|
|
86
86
|
<line num="152" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
87
87
|
<line num="156" count="1" type="stmt"/>
|
|
88
|
-
<line num="160" count="0" type="cond" truecount="0" falsecount="
|
|
88
|
+
<line num="160" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
89
89
|
<line num="161" count="0" type="stmt"/>
|
|
90
90
|
<line num="164" count="0" type="stmt"/>
|
|
91
91
|
<line num="168" count="1" type="stmt"/>
|
|
@@ -97,47 +97,50 @@
|
|
|
97
97
|
<line num="179" count="1" type="stmt"/>
|
|
98
98
|
</file>
|
|
99
99
|
<file name="disposer.ts" path="/Users/idudinov/projects/zajno-common-utils/src/disposer.ts">
|
|
100
|
-
<metrics statements="
|
|
100
|
+
<metrics statements="40" coveredstatements="24" conditionals="15" coveredconditionals="4" methods="13" coveredmethods="10"/>
|
|
101
101
|
<line num="1" count="1" type="stmt"/>
|
|
102
102
|
<line num="11" count="1" type="stmt"/>
|
|
103
103
|
<line num="13" count="2" type="stmt"/>
|
|
104
104
|
<line num="14" count="2" type="stmt"/>
|
|
105
|
-
<line num="16" count="2" type="
|
|
106
|
-
<line num="19" count="2" type="
|
|
107
|
-
<line num="
|
|
108
|
-
<line num="
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="
|
|
111
|
-
<line num="
|
|
112
|
-
<line num="
|
|
113
|
-
<line num="
|
|
114
|
-
<line num="
|
|
115
|
-
<line num="40" count="0" type="
|
|
116
|
-
<line num="41" count="0" type="
|
|
117
|
-
<line num="
|
|
118
|
-
<line num="
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="47" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
121
|
-
<line num="48" count="0" type="stmt"/>
|
|
105
|
+
<line num="16" count="2" type="stmt"/>
|
|
106
|
+
<line num="19" count="2" type="stmt"/>
|
|
107
|
+
<line num="23" count="0" type="stmt"/>
|
|
108
|
+
<line num="24" count="0" type="stmt"/>
|
|
109
|
+
<line num="28" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
110
|
+
<line num="29" count="0" type="stmt"/>
|
|
111
|
+
<line num="32" count="2" type="stmt"/>
|
|
112
|
+
<line num="33" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
113
|
+
<line num="36" count="2" type="stmt"/>
|
|
114
|
+
<line num="38" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
115
|
+
<line num="40" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
116
|
+
<line num="41" count="0" type="stmt"/>
|
|
117
|
+
<line num="44" count="0" type="stmt"/>
|
|
118
|
+
<line num="49" count="0" type="stmt"/>
|
|
119
|
+
<line num="50" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
122
120
|
<line num="51" count="0" type="stmt"/>
|
|
123
|
-
<line num="
|
|
124
|
-
<line num="
|
|
125
|
-
<line num="
|
|
126
|
-
<line num="
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="64" count="2" type="
|
|
129
|
-
<line num="
|
|
130
|
-
<line num="
|
|
131
|
-
<line num="
|
|
132
|
-
<line num="
|
|
133
|
-
<line num="
|
|
134
|
-
<line num="
|
|
135
|
-
<line num="80" count="
|
|
136
|
-
<line num="81" count="
|
|
137
|
-
<line num="
|
|
121
|
+
<line num="54" count="0" type="stmt"/>
|
|
122
|
+
<line num="55" count="0" type="stmt"/>
|
|
123
|
+
<line num="56" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
124
|
+
<line num="57" count="0" type="stmt"/>
|
|
125
|
+
<line num="60" count="0" type="stmt"/>
|
|
126
|
+
<line num="64" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
127
|
+
<line num="65" count="0" type="stmt"/>
|
|
128
|
+
<line num="67" count="0" type="stmt"/>
|
|
129
|
+
<line num="71" count="2" type="stmt"/>
|
|
130
|
+
<line num="72" count="2" type="stmt"/>
|
|
131
|
+
<line num="73" count="2" type="stmt"/>
|
|
132
|
+
<line num="76" count="2" type="stmt"/>
|
|
133
|
+
<line num="80" count="1" type="stmt"/>
|
|
134
|
+
<line num="81" count="1" type="stmt"/>
|
|
135
|
+
<line num="84" count="1" type="stmt"/>
|
|
136
|
+
<line num="87" count="2" type="stmt"/>
|
|
137
|
+
<line num="90" count="2" type="stmt"/>
|
|
138
|
+
<line num="93" count="2" type="stmt"/>
|
|
139
|
+
<line num="94" count="2" type="stmt"/>
|
|
140
|
+
<line num="95" count="2" type="stmt"/>
|
|
138
141
|
</file>
|
|
139
142
|
<file name="enumHelper.ts" path="/Users/idudinov/projects/zajno-common-utils/src/enumHelper.ts">
|
|
140
|
-
<metrics statements="50" coveredstatements="50" conditionals="
|
|
143
|
+
<metrics statements="50" coveredstatements="50" conditionals="38" coveredconditionals="33" methods="25" coveredmethods="25"/>
|
|
141
144
|
<line num="1" count="6" type="stmt"/>
|
|
142
145
|
<line num="2" count="1" type="stmt"/>
|
|
143
146
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -149,7 +152,7 @@
|
|
|
149
152
|
<line num="16" count="1" type="stmt"/>
|
|
150
153
|
<line num="22" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
151
154
|
<line num="23" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
152
|
-
<line num="27" count="3" type="cond" truecount="
|
|
155
|
+
<line num="27" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
153
156
|
<line num="28" count="1" type="stmt"/>
|
|
154
157
|
<line num="30" count="3" type="stmt"/>
|
|
155
158
|
<line num="31" count="2" type="stmt"/>
|
|
@@ -168,12 +171,12 @@
|
|
|
168
171
|
<line num="66" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
169
172
|
<line num="67" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
170
173
|
<line num="68" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
171
|
-
<line num="72" count="6" type="cond" truecount="
|
|
174
|
+
<line num="72" count="6" type="cond" truecount="3" falsecount="0"/>
|
|
172
175
|
<line num="73" count="2" type="stmt"/>
|
|
173
176
|
<line num="75" count="7" type="stmt"/>
|
|
174
177
|
<line num="76" count="4" type="stmt"/>
|
|
175
178
|
<line num="82" count="6" type="stmt"/>
|
|
176
|
-
<line num="84" count="4" type="cond" truecount="
|
|
179
|
+
<line num="84" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
177
180
|
<line num="85" count="1" type="stmt"/>
|
|
178
181
|
<line num="88" count="3" type="stmt"/>
|
|
179
182
|
<line num="89" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -190,47 +193,57 @@
|
|
|
190
193
|
<line num="121" count="1" type="stmt"/>
|
|
191
194
|
</file>
|
|
192
195
|
<file name="event.ts" path="/Users/idudinov/projects/zajno-common-utils/src/event.ts">
|
|
193
|
-
<metrics statements="
|
|
194
|
-
<line num="
|
|
195
|
-
<line num="
|
|
196
|
-
<line num="
|
|
197
|
-
<line num="
|
|
198
|
-
<line num="
|
|
199
|
-
<line num="
|
|
200
|
-
<line num="
|
|
201
|
-
<line num="
|
|
202
|
-
<line num="
|
|
203
|
-
<line num="
|
|
204
|
-
<line num="
|
|
205
|
-
<line num="
|
|
206
|
-
<line num="
|
|
207
|
-
<line num="
|
|
208
|
-
<line num="
|
|
209
|
-
<line num="
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="55" count="0" type="stmt"/>
|
|
215
|
-
<line num="57" count="0" type="stmt"/>
|
|
196
|
+
<metrics statements="36" coveredstatements="25" conditionals="11" coveredconditionals="9" methods="14" coveredmethods="11"/>
|
|
197
|
+
<line num="2" count="3" type="stmt"/>
|
|
198
|
+
<line num="3" count="3" type="stmt"/>
|
|
199
|
+
<line num="4" count="3" type="stmt"/>
|
|
200
|
+
<line num="13" count="3" type="stmt"/>
|
|
201
|
+
<line num="14" count="13" type="stmt"/>
|
|
202
|
+
<line num="15" count="13" type="stmt"/>
|
|
203
|
+
<line num="22" count="13" type="cond" truecount="1" falsecount="1"/>
|
|
204
|
+
<line num="28" count="5" type="stmt"/>
|
|
205
|
+
<line num="29" count="5" type="stmt"/>
|
|
206
|
+
<line num="30" count="4" type="stmt"/>
|
|
207
|
+
<line num="35" count="4" type="stmt"/>
|
|
208
|
+
<line num="39" count="29" type="cond" truecount="1" falsecount="0"/>
|
|
209
|
+
<line num="40" count="13" type="stmt"/>
|
|
210
|
+
<line num="43" count="16" type="stmt"/>
|
|
211
|
+
<line num="44" count="16" type="stmt"/>
|
|
212
|
+
<line num="45" count="16" type="stmt"/>
|
|
213
|
+
<line num="46" count="16" type="stmt"/>
|
|
214
|
+
<line num="48" count="0" type="stmt"/>
|
|
215
|
+
<line num="54" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
216
|
+
<line num="55" count="4" type="stmt"/>
|
|
216
217
|
<line num="58" count="0" type="stmt"/>
|
|
218
|
+
<line num="60" count="0" type="stmt"/>
|
|
217
219
|
<line num="62" count="0" type="stmt"/>
|
|
220
|
+
<line num="63" count="0" type="stmt"/>
|
|
221
|
+
<line num="64" count="0" type="stmt"/>
|
|
218
222
|
<line num="66" count="0" type="stmt"/>
|
|
219
|
-
<line num="
|
|
223
|
+
<line num="67" count="0" type="stmt"/>
|
|
224
|
+
<line num="71" count="0" type="stmt"/>
|
|
225
|
+
<line num="75" count="0" type="stmt"/>
|
|
226
|
+
<line num="79" count="0" type="stmt"/>
|
|
227
|
+
<line num="83" count="3" type="stmt"/>
|
|
228
|
+
<line num="84" count="4" type="stmt"/>
|
|
229
|
+
<line num="85" count="4" type="stmt"/>
|
|
230
|
+
<line num="86" count="12" type="cond" truecount="3" falsecount="0"/>
|
|
231
|
+
<line num="87" count="4" type="stmt"/>
|
|
232
|
+
<line num="88" count="4" type="stmt"/>
|
|
220
233
|
</file>
|
|
221
234
|
<file name="functions.ts" path="/Users/idudinov/projects/zajno-common-utils/src/functions.ts">
|
|
222
|
-
<metrics statements="3" coveredstatements="2" conditionals="
|
|
235
|
+
<metrics statements="3" coveredstatements="2" conditionals="1" coveredconditionals="0" methods="1" coveredmethods="1"/>
|
|
223
236
|
<line num="10" count="1" type="stmt"/>
|
|
224
|
-
<line num="11" count="17" type="cond" truecount="
|
|
237
|
+
<line num="11" count="17" type="cond" truecount="0" falsecount="1"/>
|
|
225
238
|
<line num="12" count="0" type="stmt"/>
|
|
226
239
|
</file>
|
|
227
240
|
<file name="lazy.light.ts" path="/Users/idudinov/projects/zajno-common-utils/src/lazy.light.ts">
|
|
228
|
-
<metrics statements="11" coveredstatements="9" conditionals="
|
|
241
|
+
<metrics statements="11" coveredstatements="9" conditionals="1" coveredconditionals="1" methods="5" coveredmethods="3"/>
|
|
229
242
|
<line num="10" count="3" type="stmt"/>
|
|
230
243
|
<line num="11" count="12" type="stmt"/>
|
|
231
244
|
<line num="12" count="12" type="stmt"/>
|
|
232
245
|
<line num="14" count="12" type="stmt"/>
|
|
233
|
-
<line num="16" count="23" type="cond" truecount="
|
|
246
|
+
<line num="16" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
234
247
|
<line num="17" count="1" type="stmt"/>
|
|
235
248
|
<line num="19" count="23" type="stmt"/>
|
|
236
249
|
<line num="21" count="31" type="stmt"/>
|
|
@@ -239,7 +252,7 @@
|
|
|
239
252
|
<line num="28" count="12" type="stmt"/>
|
|
240
253
|
</file>
|
|
241
254
|
<file name="observersMap.ts" path="/Users/idudinov/projects/zajno-common-utils/src/observersMap.ts">
|
|
242
|
-
<metrics statements="53" coveredstatements="35" conditionals="
|
|
255
|
+
<metrics statements="53" coveredstatements="35" conditionals="27" coveredconditionals="12" methods="10" coveredmethods="6"/>
|
|
243
256
|
<line num="1" count="1" type="stmt"/>
|
|
244
257
|
<line num="2" count="1" type="stmt"/>
|
|
245
258
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -253,7 +266,7 @@
|
|
|
253
266
|
<line num="20" count="0" type="stmt"/>
|
|
254
267
|
<line num="23" count="2" type="stmt"/>
|
|
255
268
|
<line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
256
|
-
<line num="31" count="1" type="cond" truecount="
|
|
269
|
+
<line num="31" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
257
270
|
<line num="32" count="0" type="stmt"/>
|
|
258
271
|
<line num="33" count="0" type="stmt"/>
|
|
259
272
|
<line num="36" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -261,7 +274,7 @@
|
|
|
261
274
|
<line num="40" count="1" type="stmt"/>
|
|
262
275
|
<line num="41" count="1" type="stmt"/>
|
|
263
276
|
<line num="43" count="1" type="stmt"/>
|
|
264
|
-
<line num="45" count="1" type="cond" truecount="
|
|
277
|
+
<line num="45" count="1" type="cond" truecount="1" falsecount="2"/>
|
|
265
278
|
<line num="46" count="0" type="stmt"/>
|
|
266
279
|
<line num="49" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
267
280
|
<line num="50" count="1" type="stmt"/>
|
|
@@ -277,12 +290,12 @@
|
|
|
277
290
|
<line num="64" count="0" type="stmt"/>
|
|
278
291
|
<line num="65" count="0" type="stmt"/>
|
|
279
292
|
<line num="70" count="1" type="stmt"/>
|
|
280
|
-
<line num="71" count="1" type="cond" truecount="
|
|
293
|
+
<line num="71" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
281
294
|
<line num="72" count="0" type="stmt"/>
|
|
282
295
|
<line num="73" count="0" type="stmt"/>
|
|
283
|
-
<line num="76" count="1" type="cond" truecount="
|
|
296
|
+
<line num="76" count="1" type="cond" truecount="2" falsecount="2"/>
|
|
284
297
|
<line num="78" count="0" type="stmt"/>
|
|
285
|
-
<line num="81" count="1" type="cond" truecount="
|
|
298
|
+
<line num="81" count="1" type="cond" truecount="2" falsecount="1"/>
|
|
286
299
|
<line num="82" count="0" type="stmt"/>
|
|
287
300
|
<line num="83" count="0" type="stmt"/>
|
|
288
301
|
<line num="89" count="2" type="stmt"/>
|
|
@@ -295,7 +308,7 @@
|
|
|
295
308
|
<line num="103" count="2" type="stmt"/>
|
|
296
309
|
</file>
|
|
297
310
|
<file name="observingCache.ts" path="/Users/idudinov/projects/zajno-common-utils/src/observingCache.ts">
|
|
298
|
-
<metrics statements="72" coveredstatements="47" conditionals="
|
|
311
|
+
<metrics statements="72" coveredstatements="47" conditionals="21" coveredconditionals="11" methods="22" coveredmethods="11"/>
|
|
299
312
|
<line num="1" count="1" type="stmt"/>
|
|
300
313
|
<line num="2" count="1" type="stmt"/>
|
|
301
314
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -324,14 +337,14 @@
|
|
|
324
337
|
<line num="55" count="0" type="stmt"/>
|
|
325
338
|
<line num="59" count="0" type="stmt"/>
|
|
326
339
|
<line num="63" count="0" type="stmt"/>
|
|
327
|
-
<line num="67" count="2" type="cond" truecount="
|
|
340
|
+
<line num="67" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
328
341
|
<line num="68" count="0" type="stmt"/>
|
|
329
342
|
<line num="71" count="2" type="stmt"/>
|
|
330
|
-
<line num="73" count="2" type="cond" truecount="
|
|
331
|
-
<line num="75" count="1" type="cond" truecount="
|
|
343
|
+
<line num="73" count="2" type="cond" truecount="3" falsecount="0"/>
|
|
344
|
+
<line num="75" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
332
345
|
<line num="77" count="0" type="stmt"/>
|
|
333
346
|
<line num="78" count="0" type="stmt"/>
|
|
334
|
-
<line num="79" count="0" type="cond" truecount="0" falsecount="
|
|
347
|
+
<line num="79" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
335
348
|
<line num="80" count="0" type="stmt"/>
|
|
336
349
|
<line num="82" count="0" type="stmt"/>
|
|
337
350
|
<line num="86" count="2" type="stmt"/>
|
|
@@ -357,32 +370,32 @@
|
|
|
357
370
|
<line num="125" count="0" type="stmt"/>
|
|
358
371
|
<line num="126" count="0" type="stmt"/>
|
|
359
372
|
<line num="130" count="2" type="stmt"/>
|
|
360
|
-
<line num="131" count="1" type="cond" truecount="
|
|
373
|
+
<line num="131" count="1" type="cond" truecount="1" falsecount="2"/>
|
|
361
374
|
<line num="132" count="0" type="stmt"/>
|
|
362
|
-
<line num="133" count="0" type="cond" truecount="0" falsecount="
|
|
375
|
+
<line num="133" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
363
376
|
<line num="134" count="0" type="stmt"/>
|
|
364
377
|
<line num="136" count="0" type="stmt"/>
|
|
365
378
|
<line num="137" count="0" type="stmt"/>
|
|
366
379
|
<line num="141" count="1" type="stmt"/>
|
|
367
|
-
<line num="146" count="2" type="cond" truecount="
|
|
380
|
+
<line num="146" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
368
381
|
<line num="147" count="0" type="stmt"/>
|
|
369
382
|
<line num="150" count="2" type="stmt"/>
|
|
370
383
|
<line num="159" count="8" type="stmt"/>
|
|
371
384
|
</file>
|
|
372
385
|
<file name="tempoCache.ts" path="/Users/idudinov/projects/zajno-common-utils/src/tempoCache.ts">
|
|
373
|
-
<metrics statements="9" coveredstatements="9" conditionals="
|
|
386
|
+
<metrics statements="9" coveredstatements="9" conditionals="1" coveredconditionals="1" methods="3" coveredmethods="3"/>
|
|
374
387
|
<line num="2" count="1" type="stmt"/>
|
|
375
388
|
<line num="4" count="1" type="stmt"/>
|
|
376
389
|
<line num="5" count="1" type="stmt"/>
|
|
377
390
|
<line num="7" count="1" type="stmt"/>
|
|
378
391
|
<line num="9" count="8" type="stmt"/>
|
|
379
|
-
<line num="12" count="8" type="cond" truecount="
|
|
392
|
+
<line num="12" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
380
393
|
<line num="13" count="3" type="stmt"/>
|
|
381
394
|
<line num="14" count="3" type="stmt"/>
|
|
382
395
|
<line num="16" count="8" type="stmt"/>
|
|
383
396
|
</file>
|
|
384
397
|
<file name="transitionObserver.ts" path="/Users/idudinov/projects/zajno-common-utils/src/transitionObserver.ts">
|
|
385
|
-
<metrics statements="88" coveredstatements="78" conditionals="
|
|
398
|
+
<metrics statements="88" coveredstatements="78" conditionals="30" coveredconditionals="25" methods="23" coveredmethods="18"/>
|
|
386
399
|
<line num="1" count="1" type="stmt"/>
|
|
387
400
|
<line num="2" count="1" type="stmt"/>
|
|
388
401
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -396,7 +409,7 @@
|
|
|
396
409
|
<line num="20" count="7" type="stmt"/>
|
|
397
410
|
<line num="21" count="7" type="stmt"/>
|
|
398
411
|
<line num="23" count="7" type="stmt"/>
|
|
399
|
-
<line num="26" count="7" type="cond" truecount="
|
|
412
|
+
<line num="26" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
400
413
|
<line num="27" count="6" type="stmt"/>
|
|
401
414
|
<line num="31" count="1" type="stmt"/>
|
|
402
415
|
<line num="32" count="3" type="stmt"/>
|
|
@@ -411,11 +424,11 @@
|
|
|
411
424
|
<line num="47" count="3" type="stmt"/>
|
|
412
425
|
<line num="51" count="5" type="stmt"/>
|
|
413
426
|
<line num="52" count="5" type="stmt"/>
|
|
414
|
-
<line num="56" count="7" type="cond" truecount="
|
|
427
|
+
<line num="56" count="7" type="cond" truecount="0" falsecount="1"/>
|
|
415
428
|
<line num="57" count="0" type="stmt"/>
|
|
416
429
|
<line num="59" count="7" type="stmt"/>
|
|
417
430
|
<line num="60" count="7" type="stmt"/>
|
|
418
|
-
<line num="64" count="1" type="cond" truecount="1" falsecount="
|
|
431
|
+
<line num="64" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
419
432
|
<line num="65" count="1" type="stmt"/>
|
|
420
433
|
<line num="67" count="1" type="stmt"/>
|
|
421
434
|
<line num="71" count="2" type="stmt"/>
|
|
@@ -423,13 +436,13 @@
|
|
|
423
436
|
<line num="76" count="4" type="stmt"/>
|
|
424
437
|
<line num="80" count="0" type="stmt"/>
|
|
425
438
|
<line num="81" count="0" type="stmt"/>
|
|
426
|
-
<line num="85" count="3" type="cond" truecount="1" falsecount="
|
|
427
|
-
<line num="86" count="3" type="cond" truecount="
|
|
439
|
+
<line num="85" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
440
|
+
<line num="86" count="3" type="cond" truecount="0" falsecount="1"/>
|
|
428
441
|
<line num="87" count="0" type="stmt"/>
|
|
429
442
|
<line num="90" count="3" type="stmt"/>
|
|
430
443
|
<line num="91" count="3" type="stmt"/>
|
|
431
444
|
<line num="93" count="3" type="stmt"/>
|
|
432
|
-
<line num="94" count="3" type="cond" truecount="
|
|
445
|
+
<line num="94" count="3" type="cond" truecount="0" falsecount="1"/>
|
|
433
446
|
<line num="95" count="0" type="stmt"/>
|
|
434
447
|
<line num="96" count="0" type="stmt"/>
|
|
435
448
|
<line num="100" count="3" type="stmt"/>
|
|
@@ -443,10 +456,10 @@
|
|
|
443
456
|
<line num="119" count="0" type="stmt"/>
|
|
444
457
|
<line num="122" count="7" type="stmt"/>
|
|
445
458
|
<line num="123" count="12" type="stmt"/>
|
|
446
|
-
<line num="124" count="12" type="cond" truecount="
|
|
459
|
+
<line num="124" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
447
460
|
<line num="125" count="5" type="stmt"/>
|
|
448
461
|
<line num="126" count="5" type="stmt"/>
|
|
449
|
-
<line num="128" count="12" type="cond" truecount="
|
|
462
|
+
<line num="128" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
450
463
|
<line num="129" count="1" type="stmt"/>
|
|
451
464
|
<line num="133" count="7" type="stmt"/>
|
|
452
465
|
<line num="134" count="22" type="stmt"/>
|
|
@@ -457,32 +470,32 @@
|
|
|
457
470
|
<line num="146" count="4" type="stmt"/>
|
|
458
471
|
<line num="149" count="22" type="stmt"/>
|
|
459
472
|
<line num="151" count="22" type="stmt"/>
|
|
460
|
-
<line num="153" count="22" type="cond" truecount="
|
|
473
|
+
<line num="153" count="22" type="cond" truecount="1" falsecount="0"/>
|
|
461
474
|
<line num="154" count="11" type="stmt"/>
|
|
462
|
-
<line num="156" count="11" type="cond" truecount="1" falsecount="
|
|
475
|
+
<line num="156" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
463
476
|
<line num="157" count="11" type="stmt"/>
|
|
464
|
-
<line num="160" count="11" type="cond" truecount="
|
|
477
|
+
<line num="160" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
465
478
|
<line num="161" count="1" type="stmt"/>
|
|
466
479
|
<line num="165" count="22" type="stmt"/>
|
|
467
480
|
<line num="169" count="3" type="stmt"/>
|
|
468
481
|
<line num="170" count="3" type="stmt"/>
|
|
469
482
|
<line num="171" count="3" type="stmt"/>
|
|
470
|
-
<line num="172" count="3" type="cond" truecount="1" falsecount="
|
|
483
|
+
<line num="172" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
471
484
|
<line num="173" count="3" type="stmt"/>
|
|
472
485
|
<line num="178" count="1" type="stmt"/>
|
|
473
486
|
<line num="179" count="0" type="stmt"/>
|
|
474
487
|
</file>
|
|
475
488
|
<file name="types.ts" path="/Users/idudinov/projects/zajno-common-utils/src/types.ts">
|
|
476
|
-
<metrics statements="9" coveredstatements="9" conditionals="
|
|
477
|
-
<line num="9" count="
|
|
478
|
-
<line num="10" count="
|
|
479
|
-
<line num="11" count="111" type="cond" truecount="
|
|
489
|
+
<metrics statements="9" coveredstatements="9" conditionals="6" coveredconditionals="6" methods="4" coveredmethods="4"/>
|
|
490
|
+
<line num="9" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
491
|
+
<line num="10" count="12" type="stmt"/>
|
|
492
|
+
<line num="11" count="111" type="cond" truecount="1" falsecount="0"/>
|
|
480
493
|
<line num="12" count="10" type="stmt"/>
|
|
481
|
-
<line num="14" count="101" type="cond" truecount="
|
|
494
|
+
<line num="14" count="101" type="cond" truecount="1" falsecount="0"/>
|
|
482
495
|
<line num="15" count="77" type="stmt"/>
|
|
483
496
|
<line num="17" count="24" type="stmt"/>
|
|
484
|
-
<line num="24" count="
|
|
485
|
-
<line num="25" count="
|
|
497
|
+
<line num="24" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
498
|
+
<line num="25" count="12" type="stmt"/>
|
|
486
499
|
</file>
|
|
487
500
|
</package>
|
|
488
501
|
<package name="src.__tests__.helpers">
|
|
@@ -498,25 +511,25 @@
|
|
|
498
511
|
</file>
|
|
499
512
|
</package>
|
|
500
513
|
<package name="src.async">
|
|
501
|
-
<metrics statements="
|
|
514
|
+
<metrics statements="66" coveredstatements="34" conditionals="16" coveredconditionals="7" methods="18" coveredmethods="10"/>
|
|
502
515
|
<file name="arrays.ts" path="/Users/idudinov/projects/zajno-common-utils/src/async/arrays.ts">
|
|
503
|
-
<metrics statements="21" coveredstatements="4" conditionals="
|
|
504
|
-
<line num="3" count="
|
|
516
|
+
<metrics statements="21" coveredstatements="4" conditionals="2" coveredconditionals="0" methods="4" coveredmethods="0"/>
|
|
517
|
+
<line num="3" count="6" type="stmt"/>
|
|
505
518
|
<line num="4" count="0" type="stmt"/>
|
|
506
519
|
<line num="5" count="0" type="stmt"/>
|
|
507
|
-
<line num="6" count="0" type="cond" truecount="0" falsecount="
|
|
520
|
+
<line num="6" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
508
521
|
<line num="7" count="0" type="stmt"/>
|
|
509
522
|
<line num="11" count="0" type="stmt"/>
|
|
510
|
-
<line num="14" count="
|
|
523
|
+
<line num="14" count="6" type="stmt"/>
|
|
511
524
|
<line num="15" count="0" type="stmt"/>
|
|
512
525
|
<line num="16" count="0" type="stmt"/>
|
|
513
|
-
<line num="17" count="0" type="cond" truecount="0" falsecount="
|
|
526
|
+
<line num="17" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
514
527
|
<line num="18" count="0" type="stmt"/>
|
|
515
528
|
<line num="22" count="0" type="stmt"/>
|
|
516
|
-
<line num="25" count="
|
|
529
|
+
<line num="25" count="6" type="stmt"/>
|
|
517
530
|
<line num="26" count="0" type="stmt"/>
|
|
518
531
|
<line num="27" count="0" type="stmt"/>
|
|
519
|
-
<line num="31" count="
|
|
532
|
+
<line num="31" count="6" type="stmt"/>
|
|
520
533
|
<line num="32" count="0" type="stmt"/>
|
|
521
534
|
<line num="33" count="0" type="stmt"/>
|
|
522
535
|
<line num="34" count="0" type="stmt"/>
|
|
@@ -524,25 +537,25 @@
|
|
|
524
537
|
<line num="37" count="0" type="stmt"/>
|
|
525
538
|
</file>
|
|
526
539
|
<file name="timeout.ts" path="/Users/idudinov/projects/zajno-common-utils/src/async/timeout.ts">
|
|
527
|
-
<metrics statements="
|
|
528
|
-
<line num="2" count="
|
|
529
|
-
<line num="3" count="
|
|
530
|
-
<line num="6" count="
|
|
531
|
-
<line num="7" count="
|
|
532
|
-
<line num="8" count="
|
|
533
|
-
<line num="9" count="
|
|
534
|
-
<line num="10" count="
|
|
535
|
-
<line num="11" count="
|
|
536
|
-
<line num="16" count="
|
|
540
|
+
<metrics statements="45" coveredstatements="30" conditionals="14" coveredconditionals="7" methods="14" coveredmethods="10"/>
|
|
541
|
+
<line num="2" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
542
|
+
<line num="3" count="16" type="stmt"/>
|
|
543
|
+
<line num="6" count="16" type="stmt"/>
|
|
544
|
+
<line num="7" count="16" type="stmt"/>
|
|
545
|
+
<line num="8" count="16" type="stmt"/>
|
|
546
|
+
<line num="9" count="16" type="stmt"/>
|
|
547
|
+
<line num="10" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
548
|
+
<line num="11" count="16" type="stmt"/>
|
|
549
|
+
<line num="16" count="16" type="cond" truecount="0" falsecount="1"/>
|
|
537
550
|
<line num="17" count="0" type="stmt"/>
|
|
538
551
|
<line num="18" count="0" type="stmt"/>
|
|
539
552
|
<line num="19" count="0" type="stmt"/>
|
|
540
|
-
<line num="20" count="0" type="cond" truecount="0" falsecount="
|
|
553
|
+
<line num="20" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
541
554
|
<line num="21" count="0" type="stmt"/>
|
|
542
555
|
<line num="24" count="0" type="stmt"/>
|
|
543
|
-
<line num="27" count="
|
|
544
|
-
<line num="32" count="
|
|
545
|
-
<line num="33" count="0" type="cond" truecount="0" falsecount="
|
|
556
|
+
<line num="27" count="16" type="stmt"/>
|
|
557
|
+
<line num="32" count="5" type="stmt"/>
|
|
558
|
+
<line num="33" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
546
559
|
<line num="34" count="0" type="stmt"/>
|
|
547
560
|
<line num="37" count="0" type="stmt"/>
|
|
548
561
|
<line num="38" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -551,12 +564,31 @@
|
|
|
551
564
|
<line num="42" count="0" type="stmt"/>
|
|
552
565
|
<line num="44" count="0" type="stmt"/>
|
|
553
566
|
<line num="48" count="0" type="stmt"/>
|
|
567
|
+
<line num="52" count="5" type="stmt"/>
|
|
568
|
+
<line num="53" count="3" type="stmt"/>
|
|
569
|
+
<line num="55" count="3" type="stmt"/>
|
|
570
|
+
<line num="56" count="3" type="stmt"/>
|
|
571
|
+
<line num="57" count="3" type="stmt"/>
|
|
572
|
+
<line num="58" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
573
|
+
<line num="59" count="1" type="stmt"/>
|
|
574
|
+
<line num="62" count="3" type="stmt"/>
|
|
575
|
+
<line num="64" count="4" type="stmt"/>
|
|
576
|
+
<line num="65" count="3" type="stmt"/>
|
|
577
|
+
<line num="67" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
578
|
+
<line num="68" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
579
|
+
<line num="69" count="1" type="stmt"/>
|
|
580
|
+
<line num="71" count="2" type="stmt"/>
|
|
581
|
+
<line num="75" count="3" type="stmt"/>
|
|
582
|
+
<line num="76" count="1" type="stmt"/>
|
|
583
|
+
<line num="79" count="3" type="stmt"/>
|
|
584
|
+
<line num="80" count="3" type="stmt"/>
|
|
585
|
+
<line num="81" count="3" type="stmt"/>
|
|
554
586
|
</file>
|
|
555
587
|
</package>
|
|
556
588
|
<package name="src.dates">
|
|
557
|
-
<metrics statements="334" coveredstatements="334" conditionals="
|
|
589
|
+
<metrics statements="334" coveredstatements="334" conditionals="258" coveredconditionals="253" methods="59" coveredmethods="59"/>
|
|
558
590
|
<file name="calc.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/calc.ts">
|
|
559
|
-
<metrics statements="40" coveredstatements="40" conditionals="
|
|
591
|
+
<metrics statements="40" coveredstatements="40" conditionals="27" coveredconditionals="26" methods="7" coveredmethods="7"/>
|
|
560
592
|
<line num="1" count="1" type="stmt"/>
|
|
561
593
|
<line num="2" count="1" type="stmt"/>
|
|
562
594
|
<line num="5" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -574,7 +606,7 @@
|
|
|
574
606
|
<line num="28" count="7" type="stmt"/>
|
|
575
607
|
<line num="30" count="7" type="stmt"/>
|
|
576
608
|
<line num="31" count="7" type="stmt"/>
|
|
577
|
-
<line num="32" count="62" type="cond" truecount="
|
|
609
|
+
<line num="32" count="62" type="cond" truecount="3" falsecount="0"/>
|
|
578
610
|
<line num="33" count="54" type="stmt"/>
|
|
579
611
|
<line num="36" count="62" type="stmt"/>
|
|
580
612
|
<line num="39" count="7" type="stmt"/>
|
|
@@ -592,22 +624,22 @@
|
|
|
592
624
|
<line num="62" count="3" type="stmt"/>
|
|
593
625
|
<line num="63" count="3" type="stmt"/>
|
|
594
626
|
<line num="64" count="3" type="stmt"/>
|
|
595
|
-
<line num="65" count="3" type="cond" truecount="
|
|
627
|
+
<line num="65" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
596
628
|
<line num="66" count="1" type="stmt"/>
|
|
597
|
-
<line num="68" count="2" type="cond" truecount="
|
|
629
|
+
<line num="68" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
598
630
|
<line num="69" count="1" type="stmt"/>
|
|
599
631
|
<line num="71" count="1" type="stmt"/>
|
|
600
632
|
</file>
|
|
601
633
|
<file name="convert.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/convert.ts">
|
|
602
|
-
<metrics statements="104" coveredstatements="104" conditionals="
|
|
634
|
+
<metrics statements="104" coveredstatements="104" conditionals="40" coveredconditionals="40" methods="16" coveredmethods="16"/>
|
|
603
635
|
<line num="1" count="1" type="stmt"/>
|
|
604
636
|
<line num="2" count="1" type="stmt"/>
|
|
605
637
|
<line num="3" count="1" type="stmt"/>
|
|
606
638
|
<line num="4" count="1" type="stmt"/>
|
|
607
639
|
<line num="10" count="1" type="stmt"/>
|
|
608
|
-
<line num="11" count="5" type="cond" truecount="
|
|
640
|
+
<line num="11" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
609
641
|
<line num="12" count="4" type="stmt"/>
|
|
610
|
-
<line num="13" count="12" type="cond" truecount="
|
|
642
|
+
<line num="13" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
611
643
|
<line num="14" count="9" type="stmt"/>
|
|
612
644
|
<line num="20" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
613
645
|
<line num="21" count="23" type="stmt"/>
|
|
@@ -632,34 +664,34 @@
|
|
|
632
664
|
<line num="54" count="16" type="stmt"/>
|
|
633
665
|
<line num="55" count="16" type="stmt"/>
|
|
634
666
|
<line num="56" count="16" type="stmt"/>
|
|
635
|
-
<line num="59" count="16" type="cond" truecount="
|
|
667
|
+
<line num="59" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
636
668
|
<line num="60" count="6" type="stmt"/>
|
|
637
669
|
<line num="61" count="6" type="stmt"/>
|
|
638
|
-
<line num="64" count="16" type="cond" truecount="
|
|
670
|
+
<line num="64" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
639
671
|
<line num="65" count="15" type="stmt"/>
|
|
640
672
|
<line num="66" count="15" type="stmt"/>
|
|
641
|
-
<line num="69" count="16" type="cond" truecount="
|
|
673
|
+
<line num="69" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
642
674
|
<line num="70" count="14" type="stmt"/>
|
|
643
675
|
<line num="71" count="14" type="stmt"/>
|
|
644
|
-
<line num="74" count="16" type="cond" truecount="
|
|
676
|
+
<line num="74" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
645
677
|
<line num="75" count="15" type="stmt"/>
|
|
646
678
|
<line num="78" count="16" type="stmt"/>
|
|
647
679
|
<line num="81" count="1" type="stmt"/>
|
|
648
680
|
<line num="82" count="10" type="stmt"/>
|
|
649
681
|
<line num="83" count="10" type="stmt"/>
|
|
650
|
-
<line num="84" count="49" type="cond" truecount="
|
|
682
|
+
<line num="84" count="49" type="cond" truecount="1" falsecount="0"/>
|
|
651
683
|
<line num="85" count="48" type="cond" truecount="2" falsecount="0"/>
|
|
652
684
|
<line num="86" count="48" type="stmt"/>
|
|
653
685
|
<line num="89" count="10" type="stmt"/>
|
|
654
686
|
<line num="93" count="1" type="stmt"/>
|
|
655
|
-
<line num="94" count="3" type="cond" truecount="
|
|
687
|
+
<line num="94" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
656
688
|
<line num="95" count="1" type="stmt"/>
|
|
657
689
|
<line num="98" count="2" type="stmt"/>
|
|
658
690
|
<line num="102" count="2" type="stmt"/>
|
|
659
691
|
<line num="104" count="2" type="stmt"/>
|
|
660
|
-
<line num="107" count="15" type="cond" truecount="
|
|
692
|
+
<line num="107" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
661
693
|
<line num="108" count="2" type="stmt"/>
|
|
662
|
-
<line num="111" count="15" type="cond" truecount="
|
|
694
|
+
<line num="111" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
663
695
|
<line num="112" count="2" type="stmt"/>
|
|
664
696
|
<line num="113" count="2" type="stmt"/>
|
|
665
697
|
<line num="116" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -685,23 +717,23 @@
|
|
|
685
717
|
<line num="151" count="52" type="stmt"/>
|
|
686
718
|
<line num="152" count="52" type="stmt"/>
|
|
687
719
|
<line num="156" count="56" type="stmt"/>
|
|
688
|
-
<line num="157" count="56" type="cond" truecount="
|
|
720
|
+
<line num="157" count="56" type="cond" truecount="1" falsecount="0"/>
|
|
689
721
|
<line num="158" count="52" type="stmt"/>
|
|
690
722
|
<line num="161" count="56" type="stmt"/>
|
|
691
723
|
<line num="164" count="1" type="stmt"/>
|
|
692
724
|
<line num="165" count="5" type="stmt"/>
|
|
693
725
|
<line num="166" count="5" type="stmt"/>
|
|
694
726
|
<line num="167" count="5" type="stmt"/>
|
|
695
|
-
<line num="169" count="5" type="cond" truecount="
|
|
727
|
+
<line num="169" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
696
728
|
<line num="170" count="1" type="stmt"/>
|
|
697
729
|
<line num="173" count="5" type="stmt"/>
|
|
698
730
|
<line num="174" count="16" type="stmt"/>
|
|
699
|
-
<line num="176" count="16" type="cond" truecount="
|
|
731
|
+
<line num="176" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
700
732
|
<line num="177" count="2" type="stmt"/>
|
|
701
|
-
<line num="179" count="14" type="cond" truecount="
|
|
733
|
+
<line num="179" count="14" type="cond" truecount="3" falsecount="0"/>
|
|
702
734
|
<line num="180" count="2" type="stmt"/>
|
|
703
735
|
<line num="183" count="14" type="stmt"/>
|
|
704
|
-
<line num="185" count="14" type="cond" truecount="
|
|
736
|
+
<line num="185" count="14" type="cond" truecount="1" falsecount="0"/>
|
|
705
737
|
<line num="186" count="12" type="stmt"/>
|
|
706
738
|
<line num="190" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
707
739
|
</file>
|
|
@@ -734,7 +766,7 @@
|
|
|
734
766
|
<line num="40" count="329" type="cond" truecount="2" falsecount="0"/>
|
|
735
767
|
</file>
|
|
736
768
|
<file name="format.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/format.ts">
|
|
737
|
-
<metrics statements="52" coveredstatements="52" conditionals="
|
|
769
|
+
<metrics statements="52" coveredstatements="52" conditionals="46" coveredconditionals="45" methods="10" coveredmethods="10"/>
|
|
738
770
|
<line num="1" count="1" type="stmt"/>
|
|
739
771
|
<line num="2" count="1" type="stmt"/>
|
|
740
772
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -756,19 +788,19 @@
|
|
|
756
788
|
<line num="39" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
757
789
|
<line num="40" count="6" type="stmt"/>
|
|
758
790
|
<line num="42" count="6" type="stmt"/>
|
|
759
|
-
<line num="44" count="6" type="cond" truecount="
|
|
791
|
+
<line num="44" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
760
792
|
<line num="45" count="2" type="stmt"/>
|
|
761
|
-
<line num="48" count="6" type="cond" truecount="
|
|
793
|
+
<line num="48" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
762
794
|
<line num="49" count="4" type="stmt"/>
|
|
763
795
|
<line num="52" count="6" type="stmt"/>
|
|
764
796
|
<line num="54" count="6" type="stmt"/>
|
|
765
797
|
<line num="58" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
766
|
-
<line num="59" count="3" type="cond" truecount="
|
|
798
|
+
<line num="59" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
767
799
|
<line num="60" count="2" type="stmt"/>
|
|
768
800
|
<line num="61" count="2" type="stmt"/>
|
|
769
801
|
<line num="62" count="2" type="stmt"/>
|
|
770
802
|
<line num="65" count="1" type="stmt"/>
|
|
771
|
-
<line num="66" count="3" type="cond" truecount="
|
|
803
|
+
<line num="66" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
772
804
|
<line num="67" count="2" type="stmt"/>
|
|
773
805
|
<line num="70" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
774
806
|
<line num="71" count="14" type="cond" truecount="12" falsecount="0"/>
|
|
@@ -777,14 +809,14 @@
|
|
|
777
809
|
<line num="77" count="31" type="cond" truecount="2" falsecount="0"/>
|
|
778
810
|
<line num="78" count="31" type="stmt"/>
|
|
779
811
|
<line num="79" count="30" type="stmt"/>
|
|
780
|
-
<line num="81" count="30" type="cond" truecount="
|
|
781
|
-
<line num="82" count="15" type="cond" truecount="
|
|
812
|
+
<line num="81" count="30" type="cond" truecount="1" falsecount="0"/>
|
|
813
|
+
<line num="82" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
782
814
|
<line num="83" count="3" type="stmt"/>
|
|
783
|
-
<line num="86" count="12" type="cond" truecount="
|
|
815
|
+
<line num="86" count="12" type="cond" truecount="1" falsecount="0"/>
|
|
784
816
|
<line num="87" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
785
817
|
<line num="90" count="6" type="stmt"/>
|
|
786
818
|
<line num="95" count="15" type="stmt"/>
|
|
787
|
-
<line num="96" count="15" type="cond" truecount="
|
|
819
|
+
<line num="96" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
788
820
|
<line num="97" count="8" type="stmt"/>
|
|
789
821
|
<line num="102" count="7" type="stmt"/>
|
|
790
822
|
</file>
|
|
@@ -801,17 +833,17 @@
|
|
|
801
833
|
<line num="9" count="1" type="stmt"/>
|
|
802
834
|
</file>
|
|
803
835
|
<file name="parse.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/parse.ts">
|
|
804
|
-
<metrics statements="13" coveredstatements="13" conditionals="
|
|
836
|
+
<metrics statements="13" coveredstatements="13" conditionals="7" coveredconditionals="7" methods="4" coveredmethods="4"/>
|
|
805
837
|
<line num="2" count="1" type="stmt"/>
|
|
806
838
|
<line num="3" count="360" type="cond" truecount="2" falsecount="0"/>
|
|
807
839
|
<line num="6" count="1" type="stmt"/>
|
|
808
|
-
<line num="7" count="465" type="cond" truecount="
|
|
840
|
+
<line num="7" count="465" type="cond" truecount="1" falsecount="0"/>
|
|
809
841
|
<line num="8" count="6" type="stmt"/>
|
|
810
842
|
<line num="11" count="459" type="stmt"/>
|
|
811
843
|
<line num="14" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
812
844
|
<line num="16" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
813
845
|
<line num="17" count="2" type="stmt"/>
|
|
814
|
-
<line num="18" count="2" type="cond" truecount="
|
|
846
|
+
<line num="18" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
815
847
|
<line num="19" count="1" type="stmt"/>
|
|
816
848
|
<line num="20" count="1" type="stmt"/>
|
|
817
849
|
<line num="22" count="1" type="stmt"/>
|
|
@@ -831,7 +863,7 @@
|
|
|
831
863
|
<line num="20" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
832
864
|
</file>
|
|
833
865
|
<file name="shift.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/shift.ts">
|
|
834
|
-
<metrics statements="54" coveredstatements="54" conditionals="
|
|
866
|
+
<metrics statements="54" coveredstatements="54" conditionals="20" coveredconditionals="20" methods="5" coveredmethods="5"/>
|
|
835
867
|
<line num="1" count="1" type="stmt"/>
|
|
836
868
|
<line num="2" count="1" type="stmt"/>
|
|
837
869
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -843,7 +875,7 @@
|
|
|
843
875
|
<line num="10" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
844
876
|
<line num="11" count="68" type="stmt"/>
|
|
845
877
|
<line num="13" count="68" type="stmt"/>
|
|
846
|
-
<line num="14" count="68" type="cond" truecount="
|
|
878
|
+
<line num="14" count="68" type="cond" truecount="1" falsecount="0"/>
|
|
847
879
|
<line num="15" count="31" type="stmt"/>
|
|
848
880
|
<line num="18" count="4" type="stmt"/>
|
|
849
881
|
<line num="22" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
@@ -876,7 +908,7 @@
|
|
|
876
908
|
<line num="69" count="34" type="stmt"/>
|
|
877
909
|
<line num="70" count="34" type="stmt"/>
|
|
878
910
|
<line num="75" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
879
|
-
<line num="76" count="49" type="cond" truecount="
|
|
911
|
+
<line num="76" count="49" type="cond" truecount="1" falsecount="0"/>
|
|
880
912
|
<line num="77" count="6" type="stmt"/>
|
|
881
913
|
<line num="80" count="43" type="stmt"/>
|
|
882
914
|
<line num="81" count="43" type="stmt"/>
|
|
@@ -901,7 +933,7 @@
|
|
|
901
933
|
<line num="27" count="3" type="stmt"/>
|
|
902
934
|
</file>
|
|
903
935
|
<file name="yearDate.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/yearDate.ts">
|
|
904
|
-
<metrics statements="16" coveredstatements="16" conditionals="
|
|
936
|
+
<metrics statements="16" coveredstatements="16" conditionals="52" coveredconditionals="50" methods="6" coveredmethods="6"/>
|
|
905
937
|
<line num="1" count="1" type="stmt"/>
|
|
906
938
|
<line num="6" count="1" type="cond" truecount="2" falsecount="0"/>
|
|
907
939
|
<line num="7" count="1" type="stmt"/>
|
|
@@ -910,7 +942,7 @@
|
|
|
910
942
|
<line num="12" count="14" type="stmt"/>
|
|
911
943
|
<line num="13" count="14" type="stmt"/>
|
|
912
944
|
<line num="18" count="1" type="cond" truecount="1" falsecount="0"/>
|
|
913
|
-
<line num="19" count="7" type="cond" truecount="
|
|
945
|
+
<line num="19" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
914
946
|
<line num="20" count="1" type="stmt"/>
|
|
915
947
|
<line num="22" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
916
948
|
<line num="25" count="1" type="stmt"/>
|
|
@@ -921,16 +953,16 @@
|
|
|
921
953
|
</file>
|
|
922
954
|
</package>
|
|
923
955
|
<package name="src.fields">
|
|
924
|
-
<metrics statements="49" coveredstatements="39" conditionals="
|
|
956
|
+
<metrics statements="49" coveredstatements="39" conditionals="81" coveredconditionals="66" methods="11" coveredmethods="5"/>
|
|
925
957
|
<file name="update.ts" path="/Users/idudinov/projects/zajno-common-utils/src/fields/update.ts">
|
|
926
|
-
<metrics statements="49" coveredstatements="39" conditionals="
|
|
958
|
+
<metrics statements="49" coveredstatements="39" conditionals="81" coveredconditionals="66" methods="11" coveredmethods="5"/>
|
|
927
959
|
<line num="1" count="1" type="stmt"/>
|
|
928
960
|
<line num="12" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
929
961
|
<line num="13" count="0" type="stmt"/>
|
|
930
962
|
<line num="16" count="1" type="stmt"/>
|
|
931
963
|
<line num="25" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
932
964
|
<line num="27" count="0" type="stmt"/>
|
|
933
|
-
<line num="29" count="0" type="cond" truecount="0" falsecount="
|
|
965
|
+
<line num="29" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
934
966
|
<line num="30" count="0" type="stmt"/>
|
|
935
967
|
<line num="31" count="0" type="stmt"/>
|
|
936
968
|
<line num="32" count="0" type="stmt"/>
|
|
@@ -938,7 +970,7 @@
|
|
|
938
970
|
<line num="39" count="38" type="stmt"/>
|
|
939
971
|
<line num="40" count="1" type="stmt"/>
|
|
940
972
|
<line num="58" count="1" type="stmt"/>
|
|
941
|
-
<line num="63" count="6" type="cond" truecount="
|
|
973
|
+
<line num="63" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
942
974
|
<line num="64" count="1" type="stmt"/>
|
|
943
975
|
<line num="67" count="5" type="stmt"/>
|
|
944
976
|
<line num="68" count="5" type="stmt"/>
|
|
@@ -947,9 +979,9 @@
|
|
|
947
979
|
<line num="74" count="5" type="cond" truecount="7" falsecount="1"/>
|
|
948
980
|
<line num="75" count="5" type="cond" truecount="7" falsecount="1"/>
|
|
949
981
|
<line num="76" count="5" type="cond" truecount="7" falsecount="1"/>
|
|
950
|
-
<line num="79" count="5" type="cond" truecount="5" falsecount="
|
|
982
|
+
<line num="79" count="5" type="cond" truecount="5" falsecount="0"/>
|
|
951
983
|
<line num="80" count="5" type="stmt"/>
|
|
952
|
-
<line num="81" count="31" type="cond" truecount="
|
|
984
|
+
<line num="81" count="31" type="cond" truecount="1" falsecount="0"/>
|
|
953
985
|
<line num="83" count="10" type="stmt"/>
|
|
954
986
|
<line num="84" count="10" type="stmt"/>
|
|
955
987
|
<line num="86" count="10" type="stmt"/>
|
|
@@ -964,34 +996,34 @@
|
|
|
964
996
|
<line num="102" count="7" type="stmt"/>
|
|
965
997
|
<line num="104" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
966
998
|
<line num="105" count="7" type="stmt"/>
|
|
967
|
-
<line num="106" count="5" type="cond" truecount="
|
|
999
|
+
<line num="106" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
968
1000
|
<line num="107" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
969
1001
|
<line num="108" count="1" type="stmt"/>
|
|
970
|
-
<line num="109" count="1" type="cond" truecount="
|
|
1002
|
+
<line num="109" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
971
1003
|
<line num="110" count="0" type="stmt"/>
|
|
972
1004
|
<line num="115" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
973
|
-
<line num="116" count="5" type="cond" truecount="
|
|
1005
|
+
<line num="116" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
974
1006
|
<line num="117" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
975
1007
|
<line num="120" count="5" type="stmt"/>
|
|
976
1008
|
</file>
|
|
977
1009
|
</package>
|
|
978
1010
|
<package name="src.logger">
|
|
979
|
-
<metrics statements="97" coveredstatements="69" conditionals="
|
|
1011
|
+
<metrics statements="97" coveredstatements="69" conditionals="40" coveredconditionals="26" methods="35" coveredmethods="24"/>
|
|
980
1012
|
<file name="batch.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/batch.ts">
|
|
981
1013
|
<metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="7" coveredmethods="7"/>
|
|
982
|
-
<line num="3" count="
|
|
1014
|
+
<line num="3" count="6" type="stmt"/>
|
|
983
1015
|
<line num="4" count="3" type="stmt"/>
|
|
984
1016
|
<line num="5" count="2" type="stmt"/>
|
|
985
1017
|
<line num="6" count="2" type="stmt"/>
|
|
986
1018
|
<line num="7" count="2" type="stmt"/>
|
|
987
1019
|
</file>
|
|
988
1020
|
<file name="console.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/console.ts">
|
|
989
|
-
<metrics statements="24" coveredstatements="4" conditionals="
|
|
990
|
-
<line num="2" count="
|
|
991
|
-
<line num="4" count="
|
|
992
|
-
<line num="6" count="
|
|
1021
|
+
<metrics statements="24" coveredstatements="4" conditionals="7" coveredconditionals="0" methods="7" coveredmethods="0"/>
|
|
1022
|
+
<line num="2" count="6" type="stmt"/>
|
|
1023
|
+
<line num="4" count="6" type="stmt"/>
|
|
1024
|
+
<line num="6" count="6" type="stmt"/>
|
|
993
1025
|
<line num="7" count="0" type="stmt"/>
|
|
994
|
-
<line num="10" count="
|
|
1026
|
+
<line num="10" count="6" type="stmt"/>
|
|
995
1027
|
<line num="11" count="0" type="stmt"/>
|
|
996
1028
|
<line num="12" count="0" type="stmt"/>
|
|
997
1029
|
<line num="13" count="0" type="stmt"/>
|
|
@@ -1002,162 +1034,162 @@
|
|
|
1002
1034
|
<line num="27" count="0" type="stmt"/>
|
|
1003
1035
|
<line num="31" count="0" type="stmt"/>
|
|
1004
1036
|
<line num="32" count="0" type="stmt"/>
|
|
1005
|
-
<line num="36" count="0" type="cond" truecount="0" falsecount="
|
|
1037
|
+
<line num="36" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1006
1038
|
<line num="37" count="0" type="stmt"/>
|
|
1007
1039
|
<line num="38" count="0" type="stmt"/>
|
|
1008
|
-
<line num="43" count="0" type="cond" truecount="0" falsecount="
|
|
1040
|
+
<line num="43" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1009
1041
|
<line num="44" count="0" type="stmt"/>
|
|
1010
1042
|
<line num="45" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1011
1043
|
<line num="46" count="0" type="stmt"/>
|
|
1012
|
-
<line num="47" count="0" type="cond" truecount="0" falsecount="
|
|
1044
|
+
<line num="47" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1013
1045
|
<line num="48" count="0" type="stmt"/>
|
|
1014
1046
|
</file>
|
|
1015
1047
|
<file name="index.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/index.ts">
|
|
1016
|
-
<metrics statements="36" coveredstatements="30" conditionals="
|
|
1017
|
-
<line num="1" count="
|
|
1018
|
-
<line num="3" count="
|
|
1019
|
-
<line num="4" count="
|
|
1020
|
-
<line num="5" count="
|
|
1021
|
-
<line num="6" count="
|
|
1022
|
-
<line num="8" count="
|
|
1023
|
-
<line num="9" count="
|
|
1024
|
-
<line num="14" count="
|
|
1025
|
-
<line num="16" count="
|
|
1026
|
-
<line num="18" count="
|
|
1027
|
-
<line num="19" count="
|
|
1028
|
-
<line num="20" count="
|
|
1029
|
-
<line num="21" count="
|
|
1030
|
-
<line num="22" count="
|
|
1031
|
-
<line num="25" count="
|
|
1048
|
+
<metrics statements="36" coveredstatements="30" conditionals="15" coveredconditionals="12" methods="10" coveredmethods="7"/>
|
|
1049
|
+
<line num="1" count="6" type="stmt"/>
|
|
1050
|
+
<line num="3" count="6" type="stmt"/>
|
|
1051
|
+
<line num="4" count="6" type="stmt"/>
|
|
1052
|
+
<line num="5" count="6" type="stmt"/>
|
|
1053
|
+
<line num="6" count="6" type="stmt"/>
|
|
1054
|
+
<line num="8" count="6" type="stmt"/>
|
|
1055
|
+
<line num="9" count="9" type="stmt"/>
|
|
1056
|
+
<line num="14" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1057
|
+
<line num="16" count="6" type="stmt"/>
|
|
1058
|
+
<line num="18" count="6" type="cond" truecount="1" falsecount="0"/>
|
|
1059
|
+
<line num="19" count="65" type="stmt"/>
|
|
1060
|
+
<line num="20" count="65" type="stmt"/>
|
|
1061
|
+
<line num="21" count="65" type="stmt"/>
|
|
1062
|
+
<line num="22" count="65" type="stmt"/>
|
|
1063
|
+
<line num="25" count="6" type="cond" truecount="0" falsecount="1"/>
|
|
1032
1064
|
<line num="26" count="0" type="stmt"/>
|
|
1033
|
-
<line num="27" count="0" type="cond" truecount="0" falsecount="
|
|
1034
|
-
<line num="28" count="0" type="cond" truecount="0" falsecount="
|
|
1065
|
+
<line num="27" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1066
|
+
<line num="28" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1035
1067
|
<line num="29" count="0" type="stmt"/>
|
|
1036
1068
|
<line num="31" count="0" type="stmt"/>
|
|
1037
1069
|
<line num="33" count="0" type="stmt"/>
|
|
1038
|
-
<line num="36" count="
|
|
1039
|
-
<line num="37" count="
|
|
1070
|
+
<line num="36" count="6" type="stmt"/>
|
|
1071
|
+
<line num="37" count="39" type="cond" truecount="1" falsecount="0"/>
|
|
1040
1072
|
<line num="38" count="15" type="stmt"/>
|
|
1041
|
-
<line num="41" count="
|
|
1042
|
-
<line num="43" count="
|
|
1073
|
+
<line num="41" count="24" type="stmt"/>
|
|
1074
|
+
<line num="43" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
1043
1075
|
<line num="44" count="62" type="stmt"/>
|
|
1044
|
-
<line num="46" count="
|
|
1076
|
+
<line num="46" count="106" type="stmt"/>
|
|
1045
1077
|
<line num="50" count="29" type="stmt"/>
|
|
1046
|
-
<line num="52" count="
|
|
1047
|
-
<line num="54" count="
|
|
1048
|
-
<line num="57" count="
|
|
1049
|
-
<line num="58" count="
|
|
1050
|
-
<line num="60" count="
|
|
1051
|
-
<line num="64" count="
|
|
1078
|
+
<line num="52" count="6" type="stmt"/>
|
|
1079
|
+
<line num="54" count="6" type="stmt"/>
|
|
1080
|
+
<line num="57" count="171" type="cond" truecount="2" falsecount="0"/>
|
|
1081
|
+
<line num="58" count="171" type="stmt"/>
|
|
1082
|
+
<line num="60" count="75" type="stmt"/>
|
|
1083
|
+
<line num="64" count="35" type="stmt"/>
|
|
1052
1084
|
<line num="68" count="61" type="stmt"/>
|
|
1053
1085
|
</file>
|
|
1054
1086
|
<file name="named.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/named.ts">
|
|
1055
1087
|
<metrics statements="21" coveredstatements="20" conditionals="12" coveredconditionals="11" methods="8" coveredmethods="7"/>
|
|
1056
|
-
<line num="3" count="
|
|
1057
|
-
<line num="5" count="
|
|
1058
|
-
<line num="6" count="
|
|
1059
|
-
<line num="7" count="
|
|
1060
|
-
<line num="8" count="
|
|
1061
|
-
<line num="10" count="
|
|
1088
|
+
<line num="3" count="6" type="stmt"/>
|
|
1089
|
+
<line num="5" count="6" type="stmt"/>
|
|
1090
|
+
<line num="6" count="65" type="stmt"/>
|
|
1091
|
+
<line num="7" count="65" type="stmt"/>
|
|
1092
|
+
<line num="8" count="65" type="stmt"/>
|
|
1093
|
+
<line num="10" count="65" type="stmt"/>
|
|
1062
1094
|
<line num="12" count="0" type="stmt"/>
|
|
1063
|
-
<line num="17" count="
|
|
1064
|
-
<line num="19" count="
|
|
1065
|
-
<line num="20" count="
|
|
1066
|
-
<line num="22" count="
|
|
1067
|
-
<line num="27" count="
|
|
1068
|
-
<line num="29" count="
|
|
1069
|
-
<line num="30" count="
|
|
1070
|
-
<line num="33" count="
|
|
1095
|
+
<line num="17" count="65" type="stmt"/>
|
|
1096
|
+
<line num="19" count="65" type="cond" truecount="2" falsecount="0"/>
|
|
1097
|
+
<line num="20" count="24" type="stmt"/>
|
|
1098
|
+
<line num="22" count="41" type="stmt"/>
|
|
1099
|
+
<line num="27" count="130" type="cond" truecount="2" falsecount="0"/>
|
|
1100
|
+
<line num="29" count="130" type="stmt"/>
|
|
1101
|
+
<line num="30" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1102
|
+
<line num="33" count="130" type="stmt"/>
|
|
1071
1103
|
<line num="34" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1072
|
-
<line num="37" count="
|
|
1104
|
+
<line num="37" count="130" type="stmt"/>
|
|
1073
1105
|
<line num="38" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1074
|
-
<line num="43" count="
|
|
1075
|
-
<line num="44" count="
|
|
1076
|
-
<line num="45" count="
|
|
1106
|
+
<line num="43" count="103" type="stmt"/>
|
|
1107
|
+
<line num="44" count="103" type="stmt"/>
|
|
1108
|
+
<line num="45" count="103" type="stmt"/>
|
|
1077
1109
|
</file>
|
|
1078
1110
|
<file name="proxy.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/proxy.ts">
|
|
1079
1111
|
<metrics statements="11" coveredstatements="10" conditionals="6" coveredconditionals="3" methods="3" coveredmethods="3"/>
|
|
1080
|
-
<line num="2" count="
|
|
1081
|
-
<line num="4" count="
|
|
1082
|
-
<line num="10" count="
|
|
1083
|
-
<line num="12" count="
|
|
1084
|
-
<line num="14" count="
|
|
1085
|
-
<line num="17" count="
|
|
1086
|
-
<line num="18" count="
|
|
1087
|
-
<line num="22" count="
|
|
1088
|
-
<line num="23" count="
|
|
1089
|
-
<line num="24" count="
|
|
1112
|
+
<line num="2" count="6" type="stmt"/>
|
|
1113
|
+
<line num="4" count="6" type="stmt"/>
|
|
1114
|
+
<line num="10" count="6" type="stmt"/>
|
|
1115
|
+
<line num="12" count="72" type="cond" truecount="1" falsecount="1"/>
|
|
1116
|
+
<line num="14" count="65" type="stmt"/>
|
|
1117
|
+
<line num="17" count="65" type="stmt"/>
|
|
1118
|
+
<line num="18" count="65" type="stmt"/>
|
|
1119
|
+
<line num="22" count="106" type="cond" truecount="1" falsecount="1"/>
|
|
1120
|
+
<line num="23" count="106" type="cond" truecount="1" falsecount="1"/>
|
|
1121
|
+
<line num="24" count="106" type="stmt"/>
|
|
1090
1122
|
<line num="26" count="0" type="stmt"/>
|
|
1091
1123
|
</file>
|
|
1092
1124
|
</package>
|
|
1093
1125
|
<package name="src.math">
|
|
1094
|
-
<metrics statements="196" coveredstatements="195" conditionals="
|
|
1126
|
+
<metrics statements="196" coveredstatements="195" conditionals="117" coveredconditionals="111" methods="40" coveredmethods="39"/>
|
|
1095
1127
|
<file name="arrays.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/arrays.ts">
|
|
1096
|
-
<metrics statements="138" coveredstatements="138" conditionals="
|
|
1097
|
-
<line num="1" count="
|
|
1098
|
-
<line num="2" count="
|
|
1099
|
-
<line num="4" count="
|
|
1100
|
-
<line num="5" count="3" type="cond" truecount="
|
|
1128
|
+
<metrics statements="138" coveredstatements="138" conditionals="62" coveredconditionals="60" methods="29" coveredmethods="29"/>
|
|
1129
|
+
<line num="1" count="10" type="stmt"/>
|
|
1130
|
+
<line num="2" count="10" type="stmt"/>
|
|
1131
|
+
<line num="4" count="10" type="stmt"/>
|
|
1132
|
+
<line num="5" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1101
1133
|
<line num="6" count="2" type="stmt"/>
|
|
1102
1134
|
<line num="9" count="1" type="stmt"/>
|
|
1103
1135
|
<line num="10" count="1" type="stmt"/>
|
|
1104
1136
|
<line num="11" count="3" type="stmt"/>
|
|
1105
|
-
<line num="12" count="3" type="cond" truecount="1" falsecount="
|
|
1137
|
+
<line num="12" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1106
1138
|
<line num="13" count="3" type="stmt"/>
|
|
1107
1139
|
<line num="17" count="1" type="stmt"/>
|
|
1108
|
-
<line num="20" count="
|
|
1109
|
-
<line num="21" count="17" type="cond" truecount="
|
|
1140
|
+
<line num="20" count="10" type="stmt"/>
|
|
1141
|
+
<line num="21" count="17" type="cond" truecount="3" falsecount="0"/>
|
|
1110
1142
|
<line num="22" count="4" type="stmt"/>
|
|
1111
1143
|
<line num="25" count="13" type="stmt"/>
|
|
1112
1144
|
<line num="26" count="13" type="stmt"/>
|
|
1113
1145
|
<line num="27" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
1114
|
-
<line num="28" count="23" type="cond" truecount="
|
|
1146
|
+
<line num="28" count="23" type="cond" truecount="1" falsecount="0"/>
|
|
1115
1147
|
<line num="29" count="10" type="stmt"/>
|
|
1116
1148
|
<line num="33" count="12" type="stmt"/>
|
|
1117
|
-
<line num="36" count="
|
|
1149
|
+
<line num="36" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1118
1150
|
<line num="37" count="7" type="stmt"/>
|
|
1119
|
-
<line num="40" count="
|
|
1151
|
+
<line num="40" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1120
1152
|
<line num="41" count="7" type="stmt"/>
|
|
1121
|
-
<line num="44" count="
|
|
1122
|
-
<line num="45" count="5" type="cond" truecount="
|
|
1153
|
+
<line num="44" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1154
|
+
<line num="45" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
1123
1155
|
<line num="46" count="2" type="stmt"/>
|
|
1124
1156
|
<line num="49" count="3" type="stmt"/>
|
|
1125
1157
|
<line num="50" count="3" type="stmt"/>
|
|
1126
1158
|
<line num="51" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1127
1159
|
<line num="52" count="9" type="stmt"/>
|
|
1128
1160
|
<line num="55" count="3" type="stmt"/>
|
|
1129
|
-
<line num="58" count="
|
|
1130
|
-
<line num="59" count="5" type="cond" truecount="
|
|
1161
|
+
<line num="58" count="10" type="stmt"/>
|
|
1162
|
+
<line num="59" count="5" type="cond" truecount="3" falsecount="0"/>
|
|
1131
1163
|
<line num="60" count="2" type="stmt"/>
|
|
1132
1164
|
<line num="63" count="3" type="stmt"/>
|
|
1133
1165
|
<line num="64" count="3" type="stmt"/>
|
|
1134
|
-
<line num="65" count="7" type="cond" truecount="
|
|
1166
|
+
<line num="65" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
1135
1167
|
<line num="66" count="4" type="stmt"/>
|
|
1136
1168
|
<line num="69" count="2" type="stmt"/>
|
|
1137
|
-
<line num="72" count="
|
|
1138
|
-
<line num="73" count="4" type="cond" truecount="
|
|
1169
|
+
<line num="72" count="10" type="stmt"/>
|
|
1170
|
+
<line num="73" count="4" type="cond" truecount="5" falsecount="0"/>
|
|
1139
1171
|
<line num="74" count="2" type="stmt"/>
|
|
1140
1172
|
<line num="75" count="3" type="stmt"/>
|
|
1141
|
-
<line num="76" count="2" type="cond" truecount="
|
|
1173
|
+
<line num="76" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1142
1174
|
<line num="77" count="1" type="stmt"/>
|
|
1143
1175
|
<line num="82" count="2" type="stmt"/>
|
|
1144
|
-
<line num="85" count="
|
|
1145
|
-
<line num="86" count="8" type="cond" truecount="
|
|
1176
|
+
<line num="85" count="10" type="stmt"/>
|
|
1177
|
+
<line num="86" count="8" type="cond" truecount="3" falsecount="0"/>
|
|
1146
1178
|
<line num="87" count="2" type="stmt"/>
|
|
1147
1179
|
<line num="90" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1148
1180
|
<line num="91" count="6" type="stmt"/>
|
|
1149
1181
|
<line num="97" count="6" type="stmt"/>
|
|
1150
1182
|
<line num="98" count="7" type="stmt"/>
|
|
1151
1183
|
<line num="99" count="7" type="stmt"/>
|
|
1152
|
-
<line num="100" count="7" type="cond" truecount="
|
|
1184
|
+
<line num="100" count="7" type="cond" truecount="1" falsecount="0"/>
|
|
1153
1185
|
<line num="101" count="3" type="stmt"/>
|
|
1154
1186
|
<line num="104" count="4" type="stmt"/>
|
|
1155
1187
|
<line num="107" count="6" type="stmt"/>
|
|
1156
1188
|
<line num="108" count="1" type="stmt"/>
|
|
1157
1189
|
<line num="111" count="6" type="stmt"/>
|
|
1158
1190
|
<line num="112" count="6" type="stmt"/>
|
|
1159
|
-
<line num="115" count="
|
|
1160
|
-
<line num="116" count="9" type="cond" truecount="
|
|
1191
|
+
<line num="115" count="10" type="stmt"/>
|
|
1192
|
+
<line num="116" count="9" type="cond" truecount="3" falsecount="0"/>
|
|
1161
1193
|
<line num="117" count="2" type="stmt"/>
|
|
1162
1194
|
<line num="120" count="7" type="stmt"/>
|
|
1163
1195
|
<line num="121" count="7" type="stmt"/>
|
|
@@ -1170,91 +1202,91 @@
|
|
|
1170
1202
|
<line num="139" count="1" type="stmt"/>
|
|
1171
1203
|
<line num="142" count="7" type="stmt"/>
|
|
1172
1204
|
<line num="143" count="7" type="stmt"/>
|
|
1173
|
-
<line num="146" count="
|
|
1205
|
+
<line num="146" count="10" type="stmt"/>
|
|
1174
1206
|
<line num="147" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1175
|
-
<line num="150" count="
|
|
1176
|
-
<line num="151" count="3" type="cond" truecount="
|
|
1207
|
+
<line num="150" count="10" type="stmt"/>
|
|
1208
|
+
<line num="151" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1177
1209
|
<line num="152" count="1" type="stmt"/>
|
|
1178
1210
|
<line num="155" count="2" type="stmt"/>
|
|
1179
1211
|
<line num="156" count="2" type="stmt"/>
|
|
1180
1212
|
<line num="157" count="2" type="stmt"/>
|
|
1181
|
-
<line num="158" count="2" type="cond" truecount="
|
|
1213
|
+
<line num="158" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1182
1214
|
<line num="159" count="2" type="stmt"/>
|
|
1183
1215
|
<line num="162" count="3" type="stmt"/>
|
|
1184
|
-
<line num="165" count="
|
|
1185
|
-
<line num="166" count="4" type="cond" truecount="
|
|
1216
|
+
<line num="165" count="10" type="stmt"/>
|
|
1217
|
+
<line num="166" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1186
1218
|
<line num="167" count="1" type="stmt"/>
|
|
1187
1219
|
<line num="170" count="2" type="stmt"/>
|
|
1188
1220
|
<line num="171" count="2" type="stmt"/>
|
|
1189
|
-
<line num="174" count="
|
|
1221
|
+
<line num="174" count="10" type="stmt"/>
|
|
1190
1222
|
<line num="175" count="5" type="stmt"/>
|
|
1191
1223
|
<line num="176" count="5" type="stmt"/>
|
|
1192
1224
|
<line num="177" count="5" type="stmt"/>
|
|
1193
|
-
<line num="184" count="
|
|
1225
|
+
<line num="184" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1194
1226
|
<line num="185" count="4" type="cond" truecount="7" falsecount="1"/>
|
|
1195
1227
|
<line num="187" count="4" type="stmt"/>
|
|
1196
1228
|
<line num="188" count="4" type="stmt"/>
|
|
1197
1229
|
<line num="189" count="4" type="stmt"/>
|
|
1198
1230
|
<line num="192" count="4" type="stmt"/>
|
|
1199
|
-
<line num="195" count="
|
|
1231
|
+
<line num="195" count="10" type="stmt"/>
|
|
1200
1232
|
<line num="196" count="2" type="stmt"/>
|
|
1201
1233
|
<line num="197" count="2" type="stmt"/>
|
|
1202
1234
|
<line num="198" count="4" type="stmt"/>
|
|
1203
1235
|
<line num="199" count="4" type="stmt"/>
|
|
1204
|
-
<line num="200" count="4" type="cond" truecount="
|
|
1236
|
+
<line num="200" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1205
1237
|
<line num="201" count="3" type="stmt"/>
|
|
1206
1238
|
<line num="202" count="3" type="stmt"/>
|
|
1207
1239
|
<line num="205" count="4" type="stmt"/>
|
|
1208
1240
|
<line num="208" count="1" type="stmt"/>
|
|
1209
|
-
<line num="211" count="
|
|
1241
|
+
<line num="211" count="10" type="stmt"/>
|
|
1210
1242
|
<line num="212" count="2" type="stmt"/>
|
|
1211
1243
|
<line num="213" count="2" type="stmt"/>
|
|
1212
1244
|
<line num="214" count="4" type="stmt"/>
|
|
1213
1245
|
<line num="215" count="4" type="stmt"/>
|
|
1214
1246
|
<line num="218" count="1" type="stmt"/>
|
|
1215
|
-
<line num="221" count="
|
|
1247
|
+
<line num="221" count="10" type="stmt"/>
|
|
1216
1248
|
<line num="222" count="2" type="stmt"/>
|
|
1217
1249
|
<line num="223" count="2" type="stmt"/>
|
|
1218
1250
|
<line num="225" count="2" type="stmt"/>
|
|
1219
1251
|
<line num="226" count="4" type="stmt"/>
|
|
1220
1252
|
<line num="231" count="1" type="stmt"/>
|
|
1221
|
-
<line num="234" count="
|
|
1222
|
-
<line num="235" count="4" type="cond" truecount="
|
|
1253
|
+
<line num="234" count="10" type="cond" truecount="1" falsecount="0"/>
|
|
1254
|
+
<line num="235" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1223
1255
|
<line num="236" count="1" type="stmt"/>
|
|
1224
1256
|
<line num="239" count="7" type="stmt"/>
|
|
1225
|
-
<line num="244" count="
|
|
1257
|
+
<line num="244" count="10" type="stmt"/>
|
|
1226
1258
|
<line num="245" count="3" type="stmt"/>
|
|
1227
|
-
<line num="248" count="3" type="cond" truecount="
|
|
1259
|
+
<line num="248" count="3" type="cond" truecount="1" falsecount="0"/>
|
|
1228
1260
|
<line num="249" count="1" type="stmt"/>
|
|
1229
1261
|
<line num="252" count="2" type="stmt"/>
|
|
1230
|
-
<line num="255" count="
|
|
1262
|
+
<line num="255" count="10" type="cond" truecount="0" falsecount="1"/>
|
|
1231
1263
|
<line num="256" count="1" type="stmt"/>
|
|
1232
1264
|
<line num="257" count="1" type="stmt"/>
|
|
1233
1265
|
<line num="258" count="5" type="stmt"/>
|
|
1234
1266
|
<line num="260" count="1" type="stmt"/>
|
|
1235
1267
|
</file>
|
|
1236
1268
|
<file name="calc.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/calc.ts">
|
|
1237
|
-
<metrics statements="35" coveredstatements="34" conditionals="
|
|
1238
|
-
<line num="2" count="
|
|
1239
|
-
<line num="3" count="13" type="cond" truecount="
|
|
1269
|
+
<metrics statements="35" coveredstatements="34" conditionals="38" coveredconditionals="34" methods="8" coveredmethods="7"/>
|
|
1270
|
+
<line num="2" count="11" type="cond" truecount="3" falsecount="0"/>
|
|
1271
|
+
<line num="3" count="13" type="cond" truecount="3" falsecount="0"/>
|
|
1240
1272
|
<line num="4" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1241
|
-
<line num="7" count="10" type="cond" truecount="
|
|
1273
|
+
<line num="7" count="10" type="cond" truecount="3" falsecount="0"/>
|
|
1242
1274
|
<line num="8" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
1243
1275
|
<line num="11" count="7" type="stmt"/>
|
|
1244
|
-
<line num="14" count="
|
|
1276
|
+
<line num="14" count="11" type="stmt"/>
|
|
1245
1277
|
<line num="15" count="5" type="stmt"/>
|
|
1246
|
-
<line num="18" count="
|
|
1278
|
+
<line num="18" count="11" type="stmt"/>
|
|
1247
1279
|
<line num="19" count="4" type="stmt"/>
|
|
1248
1280
|
<line num="20" count="4" type="stmt"/>
|
|
1249
1281
|
<line num="21" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1250
|
-
<line num="24" count="
|
|
1282
|
+
<line num="24" count="11" type="stmt"/>
|
|
1251
1283
|
<line num="25" count="2" type="stmt"/>
|
|
1252
1284
|
<line num="26" count="2" type="stmt"/>
|
|
1253
1285
|
<line num="28" count="2" type="cond" truecount="7" falsecount="1"/>
|
|
1254
|
-
<line num="33" count="2" type="cond" truecount="
|
|
1286
|
+
<line num="33" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1255
1287
|
<line num="34" count="1" type="stmt"/>
|
|
1256
1288
|
<line num="37" count="1" type="stmt"/>
|
|
1257
|
-
<line num="46" count="
|
|
1289
|
+
<line num="46" count="11" type="cond" truecount="1" falsecount="0"/>
|
|
1258
1290
|
<line num="47" count="9" type="stmt"/>
|
|
1259
1291
|
<line num="48" count="9" type="stmt"/>
|
|
1260
1292
|
<line num="49" count="9" type="stmt"/>
|
|
@@ -1262,47 +1294,122 @@
|
|
|
1262
1294
|
<line num="51" count="1" type="stmt"/>
|
|
1263
1295
|
<line num="52" count="7" type="stmt"/>
|
|
1264
1296
|
<line num="54" count="9" type="stmt"/>
|
|
1265
|
-
<line num="57" count="
|
|
1297
|
+
<line num="57" count="11" type="stmt"/>
|
|
1266
1298
|
<line num="58" count="2" type="stmt"/>
|
|
1267
|
-
<line num="61" count="
|
|
1299
|
+
<line num="61" count="11" type="cond" truecount="1" falsecount="2"/>
|
|
1268
1300
|
<line num="62" count="10" type="stmt"/>
|
|
1269
1301
|
<line num="63" count="10" type="stmt"/>
|
|
1270
1302
|
<line num="64" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1271
|
-
<line num="67" count="
|
|
1303
|
+
<line num="67" count="11" type="cond" truecount="0" falsecount="1"/>
|
|
1272
1304
|
<line num="68" count="0" type="stmt"/>
|
|
1273
1305
|
</file>
|
|
1274
1306
|
<file name="distribution.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/distribution.ts">
|
|
1275
|
-
<metrics statements="8" coveredstatements="8" conditionals="
|
|
1276
|
-
<line num="8" count="
|
|
1307
|
+
<metrics statements="8" coveredstatements="8" conditionals="8" coveredconditionals="8" methods="1" coveredmethods="1"/>
|
|
1308
|
+
<line num="8" count="10" type="stmt"/>
|
|
1277
1309
|
<line num="9" count="4" type="cond" truecount="4" falsecount="0"/>
|
|
1278
|
-
<line num="10" count="4" type="cond" truecount="
|
|
1310
|
+
<line num="10" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1279
1311
|
<line num="11" count="1" type="stmt"/>
|
|
1280
|
-
<line num="14" count="4" type="cond" truecount="
|
|
1312
|
+
<line num="14" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1281
1313
|
<line num="15" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1282
1314
|
<line num="16" count="3" type="stmt"/>
|
|
1283
1315
|
<line num="19" count="4" type="stmt"/>
|
|
1284
1316
|
</file>
|
|
1285
1317
|
<file name="index.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/index.ts">
|
|
1286
|
-
<metrics statements="15" coveredstatements="15" conditionals="
|
|
1287
|
-
<line num="2" count="
|
|
1288
|
-
<line num="3" count="
|
|
1289
|
-
<line num="4" count="
|
|
1290
|
-
<line num="6" count="
|
|
1318
|
+
<metrics statements="15" coveredstatements="15" conditionals="9" coveredconditionals="9" methods="2" coveredmethods="2"/>
|
|
1319
|
+
<line num="2" count="9" type="stmt"/>
|
|
1320
|
+
<line num="3" count="9" type="stmt"/>
|
|
1321
|
+
<line num="4" count="9" type="stmt"/>
|
|
1322
|
+
<line num="6" count="9" type="stmt"/>
|
|
1291
1323
|
<line num="7" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
1292
1324
|
<line num="9" count="11" type="stmt"/>
|
|
1293
1325
|
<line num="11" count="3" type="stmt"/>
|
|
1294
1326
|
<line num="13" count="2" type="stmt"/>
|
|
1295
1327
|
<line num="15" count="2" type="stmt"/>
|
|
1296
1328
|
<line num="17" count="4" type="stmt"/>
|
|
1297
|
-
<line num="21" count="
|
|
1329
|
+
<line num="21" count="9" type="stmt"/>
|
|
1298
1330
|
<line num="22" count="20" type="stmt"/>
|
|
1299
|
-
<line num="23" count="20" type="cond" truecount="
|
|
1331
|
+
<line num="23" count="20" type="cond" truecount="3" falsecount="0"/>
|
|
1300
1332
|
<line num="24" count="5" type="stmt"/>
|
|
1301
1333
|
<line num="26" count="15" type="stmt"/>
|
|
1302
1334
|
</file>
|
|
1303
1335
|
</package>
|
|
1336
|
+
<package name="src.queue">
|
|
1337
|
+
<metrics statements="69" coveredstatements="54" conditionals="54" coveredconditionals="24" methods="15" coveredmethods="10"/>
|
|
1338
|
+
<file name="parallel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/queue/parallel.ts">
|
|
1339
|
+
<metrics statements="69" coveredstatements="54" conditionals="54" coveredconditionals="24" methods="15" coveredmethods="10"/>
|
|
1340
|
+
<line num="1" count="1" type="stmt"/>
|
|
1341
|
+
<line num="2" count="1" type="stmt"/>
|
|
1342
|
+
<line num="8" count="1" type="stmt"/>
|
|
1343
|
+
<line num="10" count="1" type="stmt"/>
|
|
1344
|
+
<line num="12" count="1" type="stmt"/>
|
|
1345
|
+
<line num="13" count="1" type="stmt"/>
|
|
1346
|
+
<line num="14" count="1" type="stmt"/>
|
|
1347
|
+
<line num="16" count="1" type="stmt"/>
|
|
1348
|
+
<line num="18" count="1" type="stmt"/>
|
|
1349
|
+
<line num="19" count="1" type="stmt"/>
|
|
1350
|
+
<line num="21" count="2" type="stmt"/>
|
|
1351
|
+
<line num="22" count="3" type="stmt"/>
|
|
1352
|
+
<line num="24" count="0" type="stmt"/>
|
|
1353
|
+
<line num="25" count="0" type="stmt"/>
|
|
1354
|
+
<line num="28" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1355
|
+
<line num="29" count="1" type="stmt"/>
|
|
1356
|
+
<line num="34" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1357
|
+
<line num="38" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
1358
|
+
<line num="40" count="1" type="stmt"/>
|
|
1359
|
+
<line num="41" count="1" type="stmt"/>
|
|
1360
|
+
<line num="45" count="4" type="stmt"/>
|
|
1361
|
+
<line num="46" count="4" type="stmt"/>
|
|
1362
|
+
<line num="47" count="4" type="stmt"/>
|
|
1363
|
+
<line num="50" count="4" type="stmt"/>
|
|
1364
|
+
<line num="52" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1365
|
+
<line num="53" count="0" type="stmt"/>
|
|
1366
|
+
<line num="57" count="0" type="stmt"/>
|
|
1367
|
+
<line num="58" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1368
|
+
<line num="59" count="0" type="stmt"/>
|
|
1369
|
+
<line num="61" count="0" type="stmt"/>
|
|
1370
|
+
<line num="63" count="0" type="stmt"/>
|
|
1371
|
+
<line num="68" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1372
|
+
<line num="69" count="1" type="stmt"/>
|
|
1373
|
+
<line num="72" count="1" type="stmt"/>
|
|
1374
|
+
<line num="73" count="1" type="stmt"/>
|
|
1375
|
+
<line num="74" count="1" type="stmt"/>
|
|
1376
|
+
<line num="76" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1377
|
+
<line num="77" count="0" type="stmt"/>
|
|
1378
|
+
<line num="80" count="1" type="stmt"/>
|
|
1379
|
+
<line num="84" count="4" type="stmt"/>
|
|
1380
|
+
<line num="85" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1381
|
+
<line num="86" count="2" type="stmt"/>
|
|
1382
|
+
<line num="87" count="2" type="stmt"/>
|
|
1383
|
+
<line num="90" count="4" type="stmt"/>
|
|
1384
|
+
<line num="94" count="2" type="stmt"/>
|
|
1385
|
+
<line num="95" count="2" type="stmt"/>
|
|
1386
|
+
<line num="97" count="2" type="stmt"/>
|
|
1387
|
+
<line num="99" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
1388
|
+
<line num="100" count="2" type="cond" truecount="0" falsecount="1"/>
|
|
1389
|
+
<line num="101" count="0" type="stmt"/>
|
|
1390
|
+
<line num="104" count="2" type="cond" truecount="3" falsecount="1"/>
|
|
1391
|
+
<line num="106" count="2" type="stmt"/>
|
|
1392
|
+
<line num="107" count="2" type="stmt"/>
|
|
1393
|
+
<line num="109" count="4" type="stmt"/>
|
|
1394
|
+
<line num="112" count="2" type="cond" truecount="5" falsecount="2"/>
|
|
1395
|
+
<line num="113" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1396
|
+
<line num="116" count="2" type="stmt"/>
|
|
1397
|
+
<line num="118" count="2" type="stmt"/>
|
|
1398
|
+
<line num="119" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1399
|
+
<line num="121" count="1" type="stmt"/>
|
|
1400
|
+
<line num="122" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
1401
|
+
<line num="123" count="1" type="stmt"/>
|
|
1402
|
+
<line num="126" count="1" type="stmt"/>
|
|
1403
|
+
<line num="127" count="1" type="stmt"/>
|
|
1404
|
+
<line num="130" count="1" type="stmt"/>
|
|
1405
|
+
<line num="131" count="5" type="stmt"/>
|
|
1406
|
+
<line num="132" count="5" type="stmt"/>
|
|
1407
|
+
<line num="134" count="0" type="cond" truecount="0" falsecount="6"/>
|
|
1408
|
+
<line num="135" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1409
|
+
</file>
|
|
1410
|
+
</package>
|
|
1304
1411
|
<package name="src.validation">
|
|
1305
|
-
<metrics statements="89" coveredstatements="48" conditionals="
|
|
1412
|
+
<metrics statements="89" coveredstatements="48" conditionals="61" coveredconditionals="6" methods="29" coveredmethods="5"/>
|
|
1306
1413
|
<file name="ValidationErrors.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/ValidationErrors.ts">
|
|
1307
1414
|
<metrics statements="21" coveredstatements="21" conditionals="4" coveredconditionals="3" methods="2" coveredmethods="2"/>
|
|
1308
1415
|
<line num="1" count="5" type="stmt"/>
|
|
@@ -1338,26 +1445,26 @@
|
|
|
1338
1445
|
<line num="21" count="5" type="stmt"/>
|
|
1339
1446
|
</file>
|
|
1340
1447
|
<file name="helpers.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/helpers.ts">
|
|
1341
|
-
<metrics statements="21" coveredstatements="5" conditionals="
|
|
1448
|
+
<metrics statements="21" coveredstatements="5" conditionals="12" coveredconditionals="0" methods="5" coveredmethods="0"/>
|
|
1342
1449
|
<line num="1" count="5" type="stmt"/>
|
|
1343
1450
|
<line num="2" count="5" type="stmt"/>
|
|
1344
1451
|
<line num="9" count="5" type="stmt"/>
|
|
1345
1452
|
<line num="10" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1346
1453
|
<line num="13" count="5" type="cond" truecount="0" falsecount="1"/>
|
|
1347
|
-
<line num="14" count="0" type="cond" truecount="0" falsecount="
|
|
1454
|
+
<line num="14" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1348
1455
|
<line num="15" count="0" type="stmt"/>
|
|
1349
1456
|
<line num="19" count="5" type="stmt"/>
|
|
1350
1457
|
<line num="26" count="0" type="stmt"/>
|
|
1351
1458
|
<line num="28" count="0" type="stmt"/>
|
|
1352
1459
|
<line num="29" count="0" type="stmt"/>
|
|
1353
1460
|
<line num="30" count="0" type="stmt"/>
|
|
1354
|
-
<line num="31" count="0" type="cond" truecount="0" falsecount="
|
|
1461
|
+
<line num="31" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1355
1462
|
<line num="32" count="0" type="stmt"/>
|
|
1356
1463
|
<line num="35" count="0" type="stmt"/>
|
|
1357
|
-
<line num="36" count="0" type="cond" truecount="0" falsecount="
|
|
1464
|
+
<line num="36" count="0" type="cond" truecount="0" falsecount="3"/>
|
|
1358
1465
|
<line num="37" count="0" type="stmt"/>
|
|
1359
1466
|
<line num="40" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1360
|
-
<line num="41" count="0" type="cond" truecount="0" falsecount="
|
|
1467
|
+
<line num="41" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1361
1468
|
<line num="42" count="0" type="stmt"/>
|
|
1362
1469
|
<line num="46" count="0" type="stmt"/>
|
|
1363
1470
|
</file>
|
|
@@ -1415,9 +1522,9 @@
|
|
|
1415
1522
|
</file>
|
|
1416
1523
|
</package>
|
|
1417
1524
|
<package name="src.viewModels">
|
|
1418
|
-
<metrics statements="334" coveredstatements="254" conditionals="
|
|
1525
|
+
<metrics statements="334" coveredstatements="254" conditionals="84" coveredconditionals="49" methods="144" coveredmethods="91"/>
|
|
1419
1526
|
<file name="CommonModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/CommonModel.ts">
|
|
1420
|
-
<metrics statements="19" coveredstatements="19" conditionals="
|
|
1527
|
+
<metrics statements="19" coveredstatements="19" conditionals="7" coveredconditionals="3" methods="6" coveredmethods="6"/>
|
|
1421
1528
|
<line num="1" count="1" type="stmt"/>
|
|
1422
1529
|
<line num="2" count="1" type="stmt"/>
|
|
1423
1530
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -1432,7 +1539,7 @@
|
|
|
1432
1539
|
<line num="29" count="2" type="stmt"/>
|
|
1433
1540
|
<line num="33" count="1" type="stmt"/>
|
|
1434
1541
|
<line num="34" count="2" type="stmt"/>
|
|
1435
|
-
<line num="36" count="2" type="cond" truecount="
|
|
1542
|
+
<line num="36" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1436
1543
|
<line num="37" count="1" type="stmt"/>
|
|
1437
1544
|
<line num="41" count="1" type="stmt"/>
|
|
1438
1545
|
<line num="42" count="2" type="stmt"/>
|
|
@@ -1464,7 +1571,7 @@
|
|
|
1464
1571
|
<line num="68" count="0" type="stmt"/>
|
|
1465
1572
|
</file>
|
|
1466
1573
|
<file name="LoadingModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/LoadingModel.ts">
|
|
1467
|
-
<metrics statements="20" coveredstatements="20" conditionals="
|
|
1574
|
+
<metrics statements="20" coveredstatements="20" conditionals="8" coveredconditionals="7" methods="7" coveredmethods="6"/>
|
|
1468
1575
|
<line num="1" count="1" type="stmt"/>
|
|
1469
1576
|
<line num="4" count="1" type="stmt"/>
|
|
1470
1577
|
<line num="6" count="2" type="stmt"/>
|
|
@@ -1476,8 +1583,8 @@
|
|
|
1476
1583
|
<line num="25" count="4" type="stmt"/>
|
|
1477
1584
|
<line num="28" count="2" type="stmt"/>
|
|
1478
1585
|
<line num="36" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
1479
|
-
<line num="37" count="4" type="cond" truecount="
|
|
1480
|
-
<line num="38" count="2" type="cond" truecount="
|
|
1586
|
+
<line num="37" count="4" type="cond" truecount="3" falsecount="0"/>
|
|
1587
|
+
<line num="38" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1481
1588
|
<line num="39" count="1" type="stmt"/>
|
|
1482
1589
|
<line num="41" count="1" type="stmt"/>
|
|
1483
1590
|
<line num="44" count="2" type="stmt"/>
|
|
@@ -1487,7 +1594,7 @@
|
|
|
1487
1594
|
<line num="50" count="2" type="stmt"/>
|
|
1488
1595
|
</file>
|
|
1489
1596
|
<file name="MultiSelectModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/MultiSelectModel.ts">
|
|
1490
|
-
<metrics statements="82" coveredstatements="61" conditionals="
|
|
1597
|
+
<metrics statements="82" coveredstatements="61" conditionals="12" coveredconditionals="5" methods="42" coveredmethods="28"/>
|
|
1491
1598
|
<line num="1" count="1" type="stmt"/>
|
|
1492
1599
|
<line num="2" count="1" type="stmt"/>
|
|
1493
1600
|
<line num="3" count="1" type="stmt"/>
|
|
@@ -1524,7 +1631,7 @@
|
|
|
1524
1631
|
<line num="78" count="0" type="stmt"/>
|
|
1525
1632
|
<line num="80" count="6" type="stmt"/>
|
|
1526
1633
|
<line num="81" count="4" type="stmt"/>
|
|
1527
|
-
<line num="82" count="4" type="cond" truecount="1" falsecount="
|
|
1634
|
+
<line num="82" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1528
1635
|
<line num="83" count="4" type="stmt"/>
|
|
1529
1636
|
<line num="87" count="6" type="stmt"/>
|
|
1530
1637
|
<line num="88" count="6" type="stmt"/>
|
|
@@ -1532,21 +1639,21 @@
|
|
|
1532
1639
|
<line num="92" count="1" type="stmt"/>
|
|
1533
1640
|
<line num="95" count="6" type="stmt"/>
|
|
1534
1641
|
<line num="96" count="2" type="stmt"/>
|
|
1535
|
-
<line num="97" count="2" type="cond" truecount="1" falsecount="
|
|
1642
|
+
<line num="97" count="2" type="cond" truecount="1" falsecount="0"/>
|
|
1536
1643
|
<line num="98" count="2" type="stmt"/>
|
|
1537
1644
|
<line num="102" count="6" type="stmt"/>
|
|
1538
1645
|
<line num="103" count="6" type="stmt"/>
|
|
1539
1646
|
<line num="106" count="6" type="stmt"/>
|
|
1540
1647
|
<line num="107" count="0" type="stmt"/>
|
|
1541
1648
|
<line num="111" count="6" type="stmt"/>
|
|
1542
|
-
<line num="112" count="8" type="cond" truecount="
|
|
1649
|
+
<line num="112" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
1543
1650
|
<line num="113" count="0" type="stmt"/>
|
|
1544
1651
|
<line num="116" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1545
1652
|
<line num="117" count="5" type="stmt"/>
|
|
1546
1653
|
<line num="119" count="3" type="stmt"/>
|
|
1547
|
-
<line num="122" count="8" type="cond" truecount="
|
|
1654
|
+
<line num="122" count="8" type="cond" truecount="0" falsecount="1"/>
|
|
1548
1655
|
<line num="123" count="0" type="stmt"/>
|
|
1549
|
-
<line num="126" count="8" type="cond" truecount="1" falsecount="
|
|
1656
|
+
<line num="126" count="8" type="cond" truecount="1" falsecount="0"/>
|
|
1550
1657
|
<line num="127" count="8" type="stmt"/>
|
|
1551
1658
|
<line num="130" count="0" type="stmt"/>
|
|
1552
1659
|
<line num="131" count="0" type="stmt"/>
|
|
@@ -1559,7 +1666,7 @@
|
|
|
1559
1666
|
<line num="143" count="1" type="stmt"/>
|
|
1560
1667
|
<line num="147" count="7" type="stmt"/>
|
|
1561
1668
|
<line num="148" count="7" type="stmt"/>
|
|
1562
|
-
<line num="150" count="7" type="cond" truecount="
|
|
1669
|
+
<line num="150" count="7" type="cond" truecount="0" falsecount="1"/>
|
|
1563
1670
|
<line num="151" count="0" type="stmt"/>
|
|
1564
1671
|
<line num="156" count="0" type="stmt"/>
|
|
1565
1672
|
<line num="158" count="0" type="stmt"/>
|
|
@@ -1592,7 +1699,7 @@
|
|
|
1592
1699
|
<line num="50" count="3" type="stmt"/>
|
|
1593
1700
|
</file>
|
|
1594
1701
|
<file name="SelectModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/SelectModel.ts">
|
|
1595
|
-
<metrics statements="61" coveredstatements="55" conditionals="
|
|
1702
|
+
<metrics statements="61" coveredstatements="55" conditionals="12" coveredconditionals="9" methods="26" coveredmethods="22"/>
|
|
1596
1703
|
<line num="1" count="2" type="stmt"/>
|
|
1597
1704
|
<line num="2" count="2" type="stmt"/>
|
|
1598
1705
|
<line num="3" count="2" type="stmt"/>
|
|
@@ -1620,25 +1727,25 @@
|
|
|
1620
1727
|
<line num="63" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1621
1728
|
<line num="66" count="0" type="stmt"/>
|
|
1622
1729
|
<line num="68" count="4" type="stmt"/>
|
|
1623
|
-
<line num="69" count="4" type="cond" truecount="
|
|
1730
|
+
<line num="69" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1624
1731
|
<line num="70" count="3" type="stmt"/>
|
|
1625
1732
|
<line num="75" count="4" type="stmt"/>
|
|
1626
1733
|
<line num="76" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1627
1734
|
<line num="80" count="5" type="stmt"/>
|
|
1628
|
-
<line num="81" count="5" type="cond" truecount="
|
|
1735
|
+
<line num="81" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
1629
1736
|
<line num="82" count="4" type="stmt"/>
|
|
1630
1737
|
<line num="86" count="0" type="stmt"/>
|
|
1631
1738
|
<line num="89" count="11" type="stmt"/>
|
|
1632
1739
|
<line num="93" count="16" type="stmt"/>
|
|
1633
1740
|
<line num="97" count="6" type="stmt"/>
|
|
1634
|
-
<line num="98" count="16" type="cond" truecount="
|
|
1741
|
+
<line num="98" count="16" type="cond" truecount="0" falsecount="1"/>
|
|
1635
1742
|
<line num="99" count="0" type="stmt"/>
|
|
1636
1743
|
<line num="102" count="16" type="stmt"/>
|
|
1637
|
-
<line num="104" count="16" type="cond" truecount="
|
|
1744
|
+
<line num="104" count="16" type="cond" truecount="0" falsecount="1"/>
|
|
1638
1745
|
<line num="105" count="0" type="stmt"/>
|
|
1639
1746
|
<line num="109" count="16" type="stmt"/>
|
|
1640
1747
|
<line num="110" count="16" type="stmt"/>
|
|
1641
|
-
<line num="112" count="16" type="cond" truecount="
|
|
1748
|
+
<line num="112" count="16" type="cond" truecount="1" falsecount="0"/>
|
|
1642
1749
|
<line num="113" count="45" type="stmt"/>
|
|
1643
1750
|
<line num="116" count="16" type="stmt"/>
|
|
1644
1751
|
<line num="120" count="6" type="stmt"/>
|
|
@@ -1648,7 +1755,7 @@
|
|
|
1648
1755
|
<line num="128" count="3" type="stmt"/>
|
|
1649
1756
|
<line num="130" count="9" type="stmt"/>
|
|
1650
1757
|
<line num="134" count="18" type="stmt"/>
|
|
1651
|
-
<line num="135" count="15" type="cond" truecount="
|
|
1758
|
+
<line num="135" count="15" type="cond" truecount="1" falsecount="0"/>
|
|
1652
1759
|
<line num="136" count="7" type="stmt"/>
|
|
1653
1760
|
<line num="140" count="3" type="stmt"/>
|
|
1654
1761
|
<line num="143" count="1" type="stmt"/>
|
|
@@ -1656,12 +1763,12 @@
|
|
|
1656
1763
|
<line num="150" count="3" type="stmt"/>
|
|
1657
1764
|
</file>
|
|
1658
1765
|
<file name="TextModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/TextModel.ts">
|
|
1659
|
-
<metrics statements="52" coveredstatements="25" conditionals="
|
|
1766
|
+
<metrics statements="52" coveredstatements="25" conditionals="20" coveredconditionals="7" methods="21" coveredmethods="5"/>
|
|
1660
1767
|
<line num="1" count="1" type="stmt"/>
|
|
1661
1768
|
<line num="2" count="1" type="stmt"/>
|
|
1662
1769
|
<line num="4" count="1" type="stmt"/>
|
|
1663
1770
|
<line num="5" count="1" type="stmt"/>
|
|
1664
|
-
<line num="18" count="3" type="cond" truecount="3" falsecount="
|
|
1771
|
+
<line num="18" count="3" type="cond" truecount="3" falsecount="0"/>
|
|
1665
1772
|
<line num="19" count="3" type="stmt"/>
|
|
1666
1773
|
<line num="20" count="3" type="stmt"/>
|
|
1667
1774
|
<line num="23" count="0" type="stmt"/>
|
|
@@ -1691,7 +1798,7 @@
|
|
|
1691
1798
|
<line num="80" count="1" type="stmt"/>
|
|
1692
1799
|
<line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1693
1800
|
<line num="82" count="0" type="stmt"/>
|
|
1694
|
-
<line num="84" count="0" type="cond" truecount="0" falsecount="
|
|
1801
|
+
<line num="84" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1695
1802
|
<line num="85" count="0" type="stmt"/>
|
|
1696
1803
|
<line num="88" count="0" type="stmt"/>
|
|
1697
1804
|
<line num="93" count="0" type="stmt"/>
|
|
@@ -1699,7 +1806,7 @@
|
|
|
1699
1806
|
<line num="101" count="0" type="stmt"/>
|
|
1700
1807
|
<line num="105" count="1" type="cond" truecount="0" falsecount="1"/>
|
|
1701
1808
|
<line num="106" count="0" type="stmt"/>
|
|
1702
|
-
<line num="107" count="0" type="cond" truecount="0" falsecount="
|
|
1809
|
+
<line num="107" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1703
1810
|
<line num="108" count="0" type="stmt"/>
|
|
1704
1811
|
<line num="109" count="0" type="stmt"/>
|
|
1705
1812
|
<line num="112" count="0" type="stmt"/>
|
|
@@ -1711,7 +1818,7 @@
|
|
|
1711
1818
|
<line num="124" count="0" type="stmt"/>
|
|
1712
1819
|
</file>
|
|
1713
1820
|
<file name="Validatable.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/Validatable.ts">
|
|
1714
|
-
<metrics statements="42" coveredstatements="30" conditionals="
|
|
1821
|
+
<metrics statements="42" coveredstatements="30" conditionals="21" coveredconditionals="14" methods="15" coveredmethods="7"/>
|
|
1715
1822
|
<line num="1" count="3" type="stmt"/>
|
|
1716
1823
|
<line num="2" count="3" type="stmt"/>
|
|
1717
1824
|
<line num="3" count="3" type="stmt"/>
|
|
@@ -1730,11 +1837,11 @@
|
|
|
1730
1837
|
<line num="42" count="1" type="stmt"/>
|
|
1731
1838
|
<line num="46" count="1" type="stmt"/>
|
|
1732
1839
|
<line num="47" count="1" type="stmt"/>
|
|
1733
|
-
<line num="51" count="0" type="cond" truecount="0" falsecount="
|
|
1840
|
+
<line num="51" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1734
1841
|
<line num="52" count="0" type="stmt"/>
|
|
1735
1842
|
<line num="53" count="0" type="stmt"/>
|
|
1736
1843
|
<line num="55" count="0" type="stmt"/>
|
|
1737
|
-
<line num="59" count="4" type="cond" truecount="
|
|
1844
|
+
<line num="59" count="4" type="cond" truecount="1" falsecount="0"/>
|
|
1738
1845
|
<line num="60" count="1" type="stmt"/>
|
|
1739
1846
|
<line num="63" count="3" type="stmt"/>
|
|
1740
1847
|
<line num="64" count="3" type="stmt"/>
|
|
@@ -1750,7 +1857,7 @@
|
|
|
1750
1857
|
<line num="85" count="0" type="stmt"/>
|
|
1751
1858
|
<line num="90" count="4" type="stmt"/>
|
|
1752
1859
|
<line num="91" count="4" type="stmt"/>
|
|
1753
|
-
<line num="95" count="0" type="cond" truecount="0" falsecount="
|
|
1860
|
+
<line num="95" count="0" type="cond" truecount="0" falsecount="1"/>
|
|
1754
1861
|
<line num="96" count="0" type="stmt"/>
|
|
1755
1862
|
<line num="99" count="0" type="stmt"/>
|
|
1756
1863
|
<line num="100" count="0" type="stmt"/>
|