@zajno/common 1.5.4 → 1.5.7

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