@zajno/common 1.4.11 → 1.4.14

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 (124) hide show
  1. package/coverage/clover.xml +487 -401
  2. package/coverage/coverage-final.json +31 -28
  3. package/coverage/lcov-report/CommonModel.ts.html +215 -0
  4. package/coverage/lcov-report/FlagModel.ts.html +290 -0
  5. package/coverage/lcov-report/MultiSelectModel.ts.html +614 -0
  6. package/coverage/lcov-report/NumberModel.ts.html +230 -0
  7. package/coverage/lcov-report/SelectModel.ts.html +503 -0
  8. package/coverage/lcov-report/Validatable.ts.html +386 -0
  9. package/coverage/lcov-report/async/index.html +111 -0
  10. package/coverage/lcov-report/async/timeout.ts.html +230 -0
  11. package/coverage/lcov-report/index.html +33 -33
  12. package/coverage/lcov-report/src/__tests__/helpers/index.html +1 -1
  13. package/coverage/lcov-report/src/__tests__/helpers/main.ts.html +1 -1
  14. package/coverage/lcov-report/src/async/arrays.ts.html +5 -5
  15. package/coverage/lcov-report/src/async/index.html +1 -1
  16. package/coverage/lcov-report/src/async/timeout.ts.html +12 -12
  17. package/coverage/lcov-report/src/cache.ts.html +1 -1
  18. package/coverage/lcov-report/src/dates/calc.ts.html +1 -1
  19. package/coverage/lcov-report/src/dates/convert.ts.html +1 -1
  20. package/coverage/lcov-report/src/dates/datex.ts.html +1 -1
  21. package/coverage/lcov-report/src/dates/format.ts.html +1 -1
  22. package/coverage/lcov-report/src/dates/index.html +1 -1
  23. package/coverage/lcov-report/src/dates/index.ts.html +1 -1
  24. package/coverage/lcov-report/src/dates/parse.ts.html +1 -1
  25. package/coverage/lcov-report/src/dates/period.ts.html +1 -1
  26. package/coverage/lcov-report/src/dates/shift.ts.html +1 -1
  27. package/coverage/lcov-report/src/dates/types.ts.html +1 -1
  28. package/coverage/lcov-report/src/dates/yearDate.ts.html +1 -1
  29. package/coverage/lcov-report/src/disposer.ts.html +1 -1
  30. package/coverage/lcov-report/src/enumHelper.ts.html +10 -10
  31. package/coverage/lcov-report/src/event.ts.html +1 -1
  32. package/coverage/lcov-report/src/fields/index.html +1 -1
  33. package/coverage/lcov-report/src/fields/update.ts.html +1 -1
  34. package/coverage/lcov-report/src/functions.ts.html +1 -1
  35. package/coverage/lcov-report/src/index.html +19 -19
  36. package/coverage/lcov-report/src/lazy.light.ts.html +6 -6
  37. package/coverage/lcov-report/src/logger/batch.ts.html +2 -2
  38. package/coverage/lcov-report/src/logger/console.ts.html +5 -5
  39. package/coverage/lcov-report/src/logger/index.html +1 -1
  40. package/coverage/lcov-report/src/logger/index.ts.html +22 -22
  41. package/coverage/lcov-report/src/logger/named.ts.html +13 -13
  42. package/coverage/lcov-report/src/logger/proxy.ts.html +7 -7
  43. package/coverage/lcov-report/src/math/arrays.ts.html +23 -23
  44. package/coverage/lcov-report/src/math/calc.ts.html +9 -9
  45. package/coverage/lcov-report/src/math/distribution.ts.html +2 -2
  46. package/coverage/lcov-report/src/math/index.html +1 -1
  47. package/coverage/lcov-report/src/math/index.ts.html +6 -6
  48. package/coverage/lcov-report/src/observersMap.ts.html +1 -1
  49. package/coverage/lcov-report/src/observingCache.ts.html +26 -11
  50. package/coverage/lcov-report/src/transitionObserver.ts.html +1 -1
  51. package/coverage/lcov-report/src/types.ts.html +8 -8
  52. package/coverage/lcov-report/src/validation/ValidationErrors.ts.html +22 -22
  53. package/coverage/lcov-report/src/validation/creditCard.ts.html +4 -4
  54. package/coverage/lcov-report/src/validation/helpers.ts.html +6 -6
  55. package/coverage/lcov-report/src/validation/index.html +16 -16
  56. package/coverage/lcov-report/src/validation/index.ts.html +6 -6
  57. package/coverage/lcov-report/src/validation/types.ts.html +16 -16
  58. package/coverage/lcov-report/src/validation/validators.ts.html +5 -5
  59. package/coverage/lcov-report/src/validation/wrappers.ts.html +5 -5
  60. package/coverage/lcov-report/src/viewModels/CommonModel.ts.html +215 -0
  61. package/coverage/lcov-report/src/viewModels/FlagModel.ts.html +41 -20
  62. package/coverage/lcov-report/src/viewModels/LoadingModel.ts.html +128 -0
  63. package/coverage/lcov-report/src/viewModels/MultiSelectModel.ts.html +50 -20
  64. package/coverage/lcov-report/src/viewModels/NumberModel.ts.html +41 -23
  65. package/coverage/lcov-report/src/viewModels/SelectModel.ts.html +42 -30
  66. package/coverage/lcov-report/src/viewModels/TextModel.ts.html +461 -0
  67. package/coverage/lcov-report/src/viewModels/Validatable.ts.html +72 -63
  68. package/coverage/lcov-report/src/viewModels/index.html +84 -39
  69. package/coverage/lcov-report/src/viewModels/wrappers.ts.html +6 -6
  70. package/coverage/lcov-report/validation/index.html +111 -0
  71. package/coverage/lcov-report/validation/index.ts.html +107 -0
  72. package/coverage/lcov-report/viewModels/CommonModel.ts.html +215 -0
  73. package/coverage/lcov-report/viewModels/FlagModel.ts.html +290 -0
  74. package/coverage/lcov-report/viewModels/LoadingModel.ts.html +128 -0
  75. package/coverage/lcov-report/viewModels/MultiSelectModel.ts.html +614 -0
  76. package/coverage/lcov-report/viewModels/NumberModel.ts.html +230 -0
  77. package/coverage/lcov-report/viewModels/SelectModel.ts.html +503 -0
  78. package/coverage/lcov-report/viewModels/TextModel.ts.html +461 -0
  79. package/coverage/lcov-report/viewModels/Validatable.ts.html +386 -0
  80. package/coverage/lcov-report/viewModels/index.html +216 -0
  81. package/coverage/lcov.info +862 -665
  82. package/lib/observingCache.d.ts +1 -0
  83. package/lib/observingCache.d.ts.map +1 -1
  84. package/lib/observingCache.js +5 -1
  85. package/lib/observingCache.js.map +1 -1
  86. package/lib/services/localization/LocalizationManager.d.ts +1 -0
  87. package/lib/services/localization/LocalizationManager.d.ts.map +1 -1
  88. package/lib/services/localization/LocalizationManager.js +7 -3
  89. package/lib/services/localization/LocalizationManager.js.map +1 -1
  90. package/lib/viewModels/FlagModel.d.ts.map +1 -1
  91. package/lib/viewModels/FlagModel.js +14 -26
  92. package/lib/viewModels/FlagModel.js.map +1 -1
  93. package/lib/viewModels/LoadingModel.d.ts +6 -0
  94. package/lib/viewModels/LoadingModel.d.ts.map +1 -0
  95. package/lib/viewModels/LoadingModel.js +19 -0
  96. package/lib/viewModels/LoadingModel.js.map +1 -0
  97. package/lib/viewModels/MultiSelectModel.d.ts.map +1 -1
  98. package/lib/viewModels/MultiSelectModel.js +20 -43
  99. package/lib/viewModels/MultiSelectModel.js.map +1 -1
  100. package/lib/viewModels/NumberModel.d.ts.map +1 -1
  101. package/lib/viewModels/NumberModel.js +12 -22
  102. package/lib/viewModels/NumberModel.js.map +1 -1
  103. package/lib/viewModels/SelectModel.d.ts.map +1 -1
  104. package/lib/viewModels/SelectModel.js +8 -15
  105. package/lib/viewModels/SelectModel.js.map +1 -1
  106. package/lib/viewModels/TextModel.d.ts.map +1 -1
  107. package/lib/viewModels/TextModel.js +10 -17
  108. package/lib/viewModels/TextModel.js.map +1 -1
  109. package/lib/viewModels/Validatable.d.ts +2 -2
  110. package/lib/viewModels/Validatable.d.ts.map +1 -1
  111. package/lib/viewModels/Validatable.js +6 -12
  112. package/lib/viewModels/Validatable.js.map +1 -1
  113. package/package.json +1 -1
  114. package/src/observingCache.ts +6 -1
  115. package/src/services/localization/LocalizationManager.ts +8 -3
  116. package/src/viewModels/FlagModel.ts +14 -7
  117. package/src/viewModels/LoadingModel.ts +16 -0
  118. package/src/viewModels/MultiSelectModel.ts +20 -10
  119. package/src/viewModels/NumberModel.ts +12 -6
  120. package/src/viewModels/SelectModel.ts +8 -4
  121. package/src/viewModels/TextModel.ts +10 -5
  122. package/src/viewModels/Validatable.ts +9 -6
  123. package/src/viewModels/__tests__/common.test.ts +88 -0
  124. package/yarn.lock +3 -3
@@ -1,9 +1,9 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1647204121045" clover="3.2.0">
3
- <project timestamp="1647204121045" name="All files">
4
- <metrics statements="1490" coveredstatements="1216" conditionals="916" coveredconditionals="693" methods="436" coveredmethods="309" elements="2842" coveredelements="2218" complexity="0" loc="1490" ncloc="1490" packages="9" files="46" classes="46"/>
2
+ <coverage generated="1648337080551" clover="3.2.0">
3
+ <project timestamp="1648337080551" name="All files">
4
+ <metrics statements="1567" coveredstatements="1280" conditionals="949" coveredconditionals="719" methods="466" coveredmethods="326" elements="2982" coveredelements="2325" complexity="0" loc="1567" ncloc="1567" packages="9" files="49" classes="49"/>
5
5
  <package name="src">
6
- <metrics statements="431" coveredstatements="335" conditionals="223" coveredconditionals="148" methods="139" coveredmethods="102"/>
6
+ <metrics statements="434" coveredstatements="336" conditionals="225" coveredconditionals="149" methods="140" coveredmethods="102"/>
7
7
  <file name="cache.ts" path="/Users/idudinov/projects/zajno-common-utils/src/cache.ts">
8
8
  <metrics statements="89" coveredstatements="72" conditionals="46" coveredconditionals="26" methods="28" coveredmethods="20"/>
9
9
  <line num="1" count="1" type="stmt"/>
@@ -138,7 +138,7 @@
138
138
  </file>
139
139
  <file name="enumHelper.ts" path="/Users/idudinov/projects/zajno-common-utils/src/enumHelper.ts">
140
140
  <metrics statements="50" coveredstatements="50" conditionals="41" coveredconditionals="36" methods="25" coveredmethods="25"/>
141
- <line num="1" count="5" type="stmt"/>
141
+ <line num="1" count="6" type="stmt"/>
142
142
  <line num="2" count="1" type="stmt"/>
143
143
  <line num="3" count="1" type="stmt"/>
144
144
  <line num="6" count="1" type="stmt"/>
@@ -153,14 +153,14 @@
153
153
  <line num="28" count="1" type="stmt"/>
154
154
  <line num="30" count="3" type="stmt"/>
155
155
  <line num="31" count="2" type="stmt"/>
156
- <line num="39" count="5" type="stmt"/>
157
- <line num="40" count="6" type="stmt"/>
158
- <line num="41" count="6" type="stmt"/>
159
- <line num="44" count="6" type="stmt"/>
160
- <line num="45" count="6" type="cond" truecount="1" falsecount="0"/>
161
- <line num="47" count="6" type="stmt"/>
162
- <line num="48" count="146" type="stmt"/>
163
- <line num="50" count="73" type="stmt"/>
156
+ <line num="39" count="6" type="stmt"/>
157
+ <line num="40" count="7" type="stmt"/>
158
+ <line num="41" count="7" type="stmt"/>
159
+ <line num="44" count="7" type="stmt"/>
160
+ <line num="45" count="7" type="cond" truecount="1" falsecount="0"/>
161
+ <line num="47" count="7" type="stmt"/>
162
+ <line num="48" count="180" type="stmt"/>
163
+ <line num="50" count="90" type="stmt"/>
164
164
  <line num="54" count="9" type="cond" truecount="2" falsecount="0"/>
165
165
  <line num="55" count="9" type="stmt"/>
166
166
  <line num="61" count="1" type="stmt"/>
@@ -172,7 +172,7 @@
172
172
  <line num="73" count="2" type="stmt"/>
173
173
  <line num="75" count="7" type="stmt"/>
174
174
  <line num="76" count="4" type="stmt"/>
175
- <line num="82" count="5" type="stmt"/>
175
+ <line num="82" count="6" type="stmt"/>
176
176
  <line num="84" count="4" type="cond" truecount="2" falsecount="0"/>
177
177
  <line num="85" count="1" type="stmt"/>
178
178
  <line num="88" count="3" type="stmt"/>
@@ -226,17 +226,17 @@
226
226
  </file>
227
227
  <file name="lazy.light.ts" path="/Users/idudinov/projects/zajno-common-utils/src/lazy.light.ts">
228
228
  <metrics statements="11" coveredstatements="9" conditionals="2" coveredconditionals="2" methods="5" coveredmethods="3"/>
229
- <line num="10" count="2" type="stmt"/>
230
- <line num="11" count="11" type="stmt"/>
231
- <line num="12" count="11" type="stmt"/>
232
- <line num="14" count="11" type="stmt"/>
229
+ <line num="10" count="3" type="stmt"/>
230
+ <line num="11" count="12" type="stmt"/>
231
+ <line num="12" count="12" type="stmt"/>
232
+ <line num="14" count="12" type="stmt"/>
233
233
  <line num="16" count="23" type="cond" truecount="2" falsecount="0"/>
234
234
  <line num="17" count="1" type="stmt"/>
235
235
  <line num="19" count="23" type="stmt"/>
236
236
  <line num="21" count="31" type="stmt"/>
237
237
  <line num="23" count="0" type="stmt"/>
238
238
  <line num="25" count="0" type="stmt"/>
239
- <line num="28" count="11" type="stmt"/>
239
+ <line num="28" count="12" type="stmt"/>
240
240
  </file>
241
241
  <file name="observersMap.ts" path="/Users/idudinov/projects/zajno-common-utils/src/observersMap.ts">
242
242
  <metrics statements="53" coveredstatements="35" conditionals="32" coveredconditionals="17" methods="10" coveredmethods="6"/>
@@ -295,7 +295,7 @@
295
295
  <line num="103" count="2" type="stmt"/>
296
296
  </file>
297
297
  <file name="observingCache.ts" path="/Users/idudinov/projects/zajno-common-utils/src/observingCache.ts">
298
- <metrics statements="65" coveredstatements="45" conditionals="24" coveredconditionals="15" methods="20" coveredmethods="11"/>
298
+ <metrics statements="68" coveredstatements="46" conditionals="26" coveredconditionals="16" methods="21" coveredmethods="11"/>
299
299
  <line num="1" count="1" type="stmt"/>
300
300
  <line num="2" count="1" type="stmt"/>
301
301
  <line num="3" count="1" type="stmt"/>
@@ -334,33 +334,36 @@
334
334
  <line num="84" count="2" type="stmt"/>
335
335
  <line num="85" count="0" type="stmt"/>
336
336
  <line num="88" count="2" type="stmt"/>
337
- <line num="89" count="2" type="stmt"/>
338
- <line num="91" count="2" type="stmt"/>
339
- <line num="92" count="2" type="stmt"/>
340
- <line num="94" count="3" type="cond" truecount="2" falsecount="0"/>
341
- <line num="95" count="2" type="stmt"/>
337
+ <line num="89" count="0" type="stmt"/>
338
+ <line num="90" count="0" type="stmt"/>
339
+ <line num="93" count="2" type="stmt"/>
340
+ <line num="94" count="2" type="stmt"/>
342
341
  <line num="96" count="2" type="stmt"/>
343
- <line num="98" count="1" type="stmt"/>
344
- <line num="102" count="2" type="stmt"/>
345
- <line num="103" count="2" type="cond" truecount="2" falsecount="0"/>
346
- <line num="105" count="1" type="stmt"/>
347
- <line num="107" count="1" type="stmt"/>
348
- <line num="108" count="1" type="stmt"/>
349
- <line num="114" count="2" type="stmt"/>
350
- <line num="115" count="0" type="stmt"/>
351
- <line num="116" count="0" type="stmt"/>
352
- <line num="120" count="2" type="stmt"/>
353
- <line num="121" count="1" type="cond" truecount="1" falsecount="1"/>
354
- <line num="122" count="0" type="stmt"/>
355
- <line num="123" count="0" type="cond" truecount="0" falsecount="2"/>
356
- <line num="124" count="0" type="stmt"/>
357
- <line num="126" count="0" type="stmt"/>
342
+ <line num="97" count="2" type="stmt"/>
343
+ <line num="99" count="3" type="cond" truecount="2" falsecount="0"/>
344
+ <line num="100" count="2" type="stmt"/>
345
+ <line num="101" count="2" type="stmt"/>
346
+ <line num="103" count="1" type="stmt"/>
347
+ <line num="107" count="2" type="stmt"/>
348
+ <line num="108" count="2" type="cond" truecount="2" falsecount="0"/>
349
+ <line num="110" count="1" type="stmt"/>
350
+ <line num="112" count="1" type="stmt"/>
351
+ <line num="113" count="1" type="stmt"/>
352
+ <line num="119" count="2" type="stmt"/>
353
+ <line num="120" count="0" type="stmt"/>
354
+ <line num="121" count="0" type="stmt"/>
355
+ <line num="125" count="2" type="stmt"/>
356
+ <line num="126" count="1" type="cond" truecount="2" falsecount="2"/>
358
357
  <line num="127" count="0" type="stmt"/>
359
- <line num="131" count="1" type="stmt"/>
360
- <line num="136" count="2" type="cond" truecount="1" falsecount="1"/>
361
- <line num="137" count="0" type="stmt"/>
362
- <line num="140" count="2" type="stmt"/>
363
- <line num="149" count="8" type="stmt"/>
358
+ <line num="128" count="0" type="cond" truecount="0" falsecount="2"/>
359
+ <line num="129" count="0" type="stmt"/>
360
+ <line num="131" count="0" type="stmt"/>
361
+ <line num="132" count="0" type="stmt"/>
362
+ <line num="136" count="1" type="stmt"/>
363
+ <line num="141" count="2" type="cond" truecount="1" falsecount="1"/>
364
+ <line num="142" count="0" type="stmt"/>
365
+ <line num="145" count="2" type="stmt"/>
366
+ <line num="154" count="8" type="stmt"/>
364
367
  </file>
365
368
  <file name="transitionObserver.ts" path="/Users/idudinov/projects/zajno-common-utils/src/transitionObserver.ts">
366
369
  <metrics statements="88" coveredstatements="78" conditionals="42" coveredconditionals="33" methods="23" coveredmethods="18"/>
@@ -455,15 +458,15 @@
455
458
  </file>
456
459
  <file name="types.ts" path="/Users/idudinov/projects/zajno-common-utils/src/types.ts">
457
460
  <metrics statements="9" coveredstatements="8" conditionals="8" coveredconditionals="7" methods="4" coveredmethods="4"/>
458
- <line num="9" count="9" type="cond" truecount="2" falsecount="0"/>
459
- <line num="10" count="9" type="stmt"/>
460
- <line num="11" count="80" type="cond" truecount="2" falsecount="0"/>
461
- <line num="12" count="6" type="stmt"/>
462
- <line num="14" count="74" type="cond" truecount="1" falsecount="1"/>
463
- <line num="15" count="74" type="stmt"/>
461
+ <line num="9" count="10" type="cond" truecount="2" falsecount="0"/>
462
+ <line num="10" count="10" type="stmt"/>
463
+ <line num="11" count="86" type="cond" truecount="2" falsecount="0"/>
464
+ <line num="12" count="9" type="stmt"/>
465
+ <line num="14" count="77" type="cond" truecount="1" falsecount="1"/>
466
+ <line num="15" count="77" type="stmt"/>
464
467
  <line num="17" count="0" type="stmt"/>
465
- <line num="24" count="9" type="cond" truecount="2" falsecount="0"/>
466
- <line num="25" count="9" type="stmt"/>
468
+ <line num="24" count="10" type="cond" truecount="2" falsecount="0"/>
469
+ <line num="25" count="10" type="stmt"/>
467
470
  </file>
468
471
  </package>
469
472
  <package name="src.__tests__.helpers">
@@ -482,22 +485,22 @@
482
485
  <metrics statements="47" coveredstatements="15" conditionals="17" coveredconditionals="3" methods="11" coveredmethods="3"/>
483
486
  <file name="arrays.ts" path="/Users/idudinov/projects/zajno-common-utils/src/async/arrays.ts">
484
487
  <metrics statements="21" coveredstatements="4" conditionals="4" coveredconditionals="0" methods="4" coveredmethods="0"/>
485
- <line num="3" count="3" type="stmt"/>
488
+ <line num="3" count="4" type="stmt"/>
486
489
  <line num="4" count="0" type="stmt"/>
487
490
  <line num="5" count="0" type="stmt"/>
488
491
  <line num="6" count="0" type="cond" truecount="0" falsecount="2"/>
489
492
  <line num="7" count="0" type="stmt"/>
490
493
  <line num="11" count="0" type="stmt"/>
491
- <line num="14" count="3" type="stmt"/>
494
+ <line num="14" count="4" type="stmt"/>
492
495
  <line num="15" count="0" type="stmt"/>
493
496
  <line num="16" count="0" type="stmt"/>
494
497
  <line num="17" count="0" type="cond" truecount="0" falsecount="2"/>
495
498
  <line num="18" count="0" type="stmt"/>
496
499
  <line num="22" count="0" type="stmt"/>
497
- <line num="25" count="3" type="stmt"/>
500
+ <line num="25" count="4" type="stmt"/>
498
501
  <line num="26" count="0" type="stmt"/>
499
502
  <line num="27" count="0" type="stmt"/>
500
- <line num="31" count="3" type="stmt"/>
503
+ <line num="31" count="4" type="stmt"/>
501
504
  <line num="32" count="0" type="stmt"/>
502
505
  <line num="33" count="0" type="stmt"/>
503
506
  <line num="34" count="0" type="stmt"/>
@@ -506,23 +509,23 @@
506
509
  </file>
507
510
  <file name="timeout.ts" path="/Users/idudinov/projects/zajno-common-utils/src/async/timeout.ts">
508
511
  <metrics statements="26" coveredstatements="11" conditionals="13" coveredconditionals="3" methods="7" coveredmethods="3"/>
509
- <line num="2" count="1" type="cond" truecount="1" falsecount="0"/>
510
- <line num="3" count="4" type="stmt"/>
511
- <line num="6" count="4" type="stmt"/>
512
- <line num="7" count="4" type="stmt"/>
513
- <line num="8" count="4" type="stmt"/>
514
- <line num="9" count="4" type="stmt"/>
515
- <line num="10" count="4" type="cond" truecount="1" falsecount="1"/>
516
- <line num="11" count="4" type="stmt"/>
517
- <line num="16" count="4" type="cond" truecount="1" falsecount="1"/>
512
+ <line num="2" count="2" type="cond" truecount="1" falsecount="0"/>
513
+ <line num="3" count="5" type="stmt"/>
514
+ <line num="6" count="5" type="stmt"/>
515
+ <line num="7" count="5" type="stmt"/>
516
+ <line num="8" count="5" type="stmt"/>
517
+ <line num="9" count="5" type="stmt"/>
518
+ <line num="10" count="5" type="cond" truecount="1" falsecount="1"/>
519
+ <line num="11" count="5" type="stmt"/>
520
+ <line num="16" count="5" type="cond" truecount="1" falsecount="1"/>
518
521
  <line num="17" count="0" type="stmt"/>
519
522
  <line num="18" count="0" type="stmt"/>
520
523
  <line num="19" count="0" type="stmt"/>
521
524
  <line num="20" count="0" type="cond" truecount="0" falsecount="2"/>
522
525
  <line num="21" count="0" type="stmt"/>
523
526
  <line num="24" count="0" type="stmt"/>
524
- <line num="27" count="4" type="stmt"/>
525
- <line num="32" count="1" type="stmt"/>
527
+ <line num="27" count="5" type="stmt"/>
528
+ <line num="32" count="2" type="stmt"/>
526
529
  <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
527
530
  <line num="34" count="0" type="stmt"/>
528
531
  <line num="37" count="0" type="stmt"/>
@@ -957,7 +960,7 @@
957
960
  <metrics statements="97" coveredstatements="69" conditionals="46" coveredconditionals="27" methods="35" coveredmethods="24"/>
958
961
  <file name="batch.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/batch.ts">
959
962
  <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="7" coveredmethods="7"/>
960
- <line num="3" count="3" type="stmt"/>
963
+ <line num="3" count="4" type="stmt"/>
961
964
  <line num="4" count="3" type="stmt"/>
962
965
  <line num="5" count="2" type="stmt"/>
963
966
  <line num="6" count="2" type="stmt"/>
@@ -965,11 +968,11 @@
965
968
  </file>
966
969
  <file name="console.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/console.ts">
967
970
  <metrics statements="24" coveredstatements="4" conditionals="10" coveredconditionals="0" methods="7" coveredmethods="0"/>
968
- <line num="2" count="3" type="stmt"/>
969
- <line num="4" count="3" type="stmt"/>
970
- <line num="6" count="3" type="stmt"/>
971
+ <line num="2" count="4" type="stmt"/>
972
+ <line num="4" count="4" type="stmt"/>
973
+ <line num="6" count="4" type="stmt"/>
971
974
  <line num="7" count="0" type="stmt"/>
972
- <line num="10" count="3" type="stmt"/>
975
+ <line num="10" count="4" type="stmt"/>
973
976
  <line num="11" count="0" type="stmt"/>
974
977
  <line num="12" count="0" type="stmt"/>
975
978
  <line num="13" count="0" type="stmt"/>
@@ -992,28 +995,28 @@
992
995
  </file>
993
996
  <file name="index.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/index.ts">
994
997
  <metrics statements="36" coveredstatements="30" conditionals="18" coveredconditionals="13" methods="10" coveredmethods="7"/>
995
- <line num="1" count="3" type="stmt"/>
996
- <line num="3" count="3" type="stmt"/>
997
- <line num="4" count="3" type="stmt"/>
998
- <line num="5" count="3" type="stmt"/>
999
- <line num="6" count="3" type="stmt"/>
1000
- <line num="8" count="3" type="stmt"/>
1001
- <line num="9" count="6" type="stmt"/>
1002
- <line num="14" count="3" type="cond" truecount="2" falsecount="0"/>
1003
- <line num="16" count="3" type="stmt"/>
1004
- <line num="18" count="3" type="cond" truecount="1" falsecount="0"/>
1005
- <line num="19" count="55" type="stmt"/>
1006
- <line num="20" count="55" type="stmt"/>
1007
- <line num="21" count="55" type="stmt"/>
1008
- <line num="22" count="55" type="stmt"/>
1009
- <line num="25" count="3" type="cond" truecount="0" falsecount="1"/>
998
+ <line num="1" count="4" type="stmt"/>
999
+ <line num="3" count="4" type="stmt"/>
1000
+ <line num="4" count="4" type="stmt"/>
1001
+ <line num="5" count="4" type="stmt"/>
1002
+ <line num="6" count="4" type="stmt"/>
1003
+ <line num="8" count="4" type="stmt"/>
1004
+ <line num="9" count="7" type="stmt"/>
1005
+ <line num="14" count="4" type="cond" truecount="2" falsecount="0"/>
1006
+ <line num="16" count="4" type="stmt"/>
1007
+ <line num="18" count="4" type="cond" truecount="1" falsecount="0"/>
1008
+ <line num="19" count="56" type="stmt"/>
1009
+ <line num="20" count="56" type="stmt"/>
1010
+ <line num="21" count="56" type="stmt"/>
1011
+ <line num="22" count="56" type="stmt"/>
1012
+ <line num="25" count="4" type="cond" truecount="0" falsecount="1"/>
1010
1013
  <line num="26" count="0" type="stmt"/>
1011
1014
  <line num="27" count="0" type="cond" truecount="0" falsecount="2"/>
1012
1015
  <line num="28" count="0" type="cond" truecount="0" falsecount="2"/>
1013
1016
  <line num="29" count="0" type="stmt"/>
1014
1017
  <line num="31" count="0" type="stmt"/>
1015
1018
  <line num="33" count="0" type="stmt"/>
1016
- <line num="36" count="3" type="stmt"/>
1019
+ <line num="36" count="4" type="stmt"/>
1017
1020
  <line num="37" count="38" type="cond" truecount="2" falsecount="0"/>
1018
1021
  <line num="38" count="15" type="stmt"/>
1019
1022
  <line num="41" count="23" type="stmt"/>
@@ -1021,27 +1024,27 @@
1021
1024
  <line num="44" count="62" type="stmt"/>
1022
1025
  <line num="46" count="105" type="stmt"/>
1023
1026
  <line num="50" count="29" type="stmt"/>
1024
- <line num="52" count="3" type="stmt"/>
1025
- <line num="54" count="3" type="stmt"/>
1026
- <line num="57" count="160" type="cond" truecount="2" falsecount="0"/>
1027
- <line num="58" count="160" type="stmt"/>
1027
+ <line num="52" count="4" type="stmt"/>
1028
+ <line num="54" count="4" type="stmt"/>
1029
+ <line num="57" count="161" type="cond" truecount="2" falsecount="0"/>
1030
+ <line num="58" count="161" type="stmt"/>
1028
1031
  <line num="60" count="71" type="stmt"/>
1029
- <line num="64" count="28" type="stmt"/>
1032
+ <line num="64" count="29" type="stmt"/>
1030
1033
  <line num="68" count="61" type="stmt"/>
1031
1034
  </file>
1032
1035
  <file name="named.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/named.ts">
1033
1036
  <metrics statements="21" coveredstatements="20" conditionals="12" coveredconditionals="11" methods="8" coveredmethods="7"/>
1034
- <line num="3" count="3" type="stmt"/>
1035
- <line num="5" count="3" type="stmt"/>
1036
- <line num="6" count="55" type="stmt"/>
1037
- <line num="7" count="55" type="stmt"/>
1038
- <line num="8" count="55" type="stmt"/>
1039
- <line num="10" count="55" type="stmt"/>
1037
+ <line num="3" count="4" type="stmt"/>
1038
+ <line num="5" count="4" type="stmt"/>
1039
+ <line num="6" count="56" type="stmt"/>
1040
+ <line num="7" count="56" type="stmt"/>
1041
+ <line num="8" count="56" type="stmt"/>
1042
+ <line num="10" count="56" type="stmt"/>
1040
1043
  <line num="12" count="0" type="stmt"/>
1041
- <line num="17" count="55" type="stmt"/>
1042
- <line num="19" count="55" type="cond" truecount="2" falsecount="0"/>
1044
+ <line num="17" count="56" type="stmt"/>
1045
+ <line num="19" count="56" type="cond" truecount="2" falsecount="0"/>
1043
1046
  <line num="20" count="21" type="stmt"/>
1044
- <line num="22" count="34" type="stmt"/>
1047
+ <line num="22" count="35" type="stmt"/>
1045
1048
  <line num="27" count="126" type="cond" truecount="2" falsecount="0"/>
1046
1049
  <line num="29" count="126" type="stmt"/>
1047
1050
  <line num="30" count="7" type="cond" truecount="2" falsecount="0"/>
@@ -1049,19 +1052,19 @@
1049
1052
  <line num="34" count="7" type="cond" truecount="2" falsecount="0"/>
1050
1053
  <line num="37" count="126" type="stmt"/>
1051
1054
  <line num="38" count="7" type="cond" truecount="2" falsecount="0"/>
1052
- <line num="43" count="96" type="stmt"/>
1053
- <line num="44" count="96" type="stmt"/>
1054
- <line num="45" count="96" type="stmt"/>
1055
+ <line num="43" count="97" type="stmt"/>
1056
+ <line num="44" count="97" type="stmt"/>
1057
+ <line num="45" count="97" type="stmt"/>
1055
1058
  </file>
1056
1059
  <file name="proxy.ts" path="/Users/idudinov/projects/zajno-common-utils/src/logger/proxy.ts">
1057
1060
  <metrics statements="11" coveredstatements="10" conditionals="6" coveredconditionals="3" methods="3" coveredmethods="3"/>
1058
- <line num="2" count="3" type="stmt"/>
1059
- <line num="4" count="3" type="stmt"/>
1060
- <line num="10" count="3" type="stmt"/>
1061
+ <line num="2" count="4" type="stmt"/>
1062
+ <line num="4" count="4" type="stmt"/>
1063
+ <line num="10" count="4" type="stmt"/>
1061
1064
  <line num="12" count="66" type="cond" truecount="1" falsecount="1"/>
1062
- <line num="14" count="55" type="stmt"/>
1063
- <line num="17" count="55" type="stmt"/>
1064
- <line num="18" count="55" type="stmt"/>
1065
+ <line num="14" count="56" type="stmt"/>
1066
+ <line num="17" count="56" type="stmt"/>
1067
+ <line num="18" count="56" type="stmt"/>
1065
1068
  <line num="22" count="105" type="cond" truecount="1" falsecount="1"/>
1066
1069
  <line num="23" count="105" type="cond" truecount="1" falsecount="1"/>
1067
1070
  <line num="24" count="105" type="stmt"/>
@@ -1072,9 +1075,9 @@
1072
1075
  <metrics statements="196" coveredstatements="195" conditionals="141" coveredconditionals="134" methods="40" coveredmethods="39"/>
1073
1076
  <file name="arrays.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/arrays.ts">
1074
1077
  <metrics statements="138" coveredstatements="138" conditionals="80" coveredconditionals="77" methods="29" coveredmethods="29"/>
1075
- <line num="1" count="7" type="stmt"/>
1076
- <line num="2" count="7" type="stmt"/>
1077
- <line num="4" count="7" type="stmt"/>
1078
+ <line num="1" count="8" type="stmt"/>
1079
+ <line num="2" count="8" type="stmt"/>
1080
+ <line num="4" count="8" type="stmt"/>
1078
1081
  <line num="5" count="3" type="cond" truecount="4" falsecount="0"/>
1079
1082
  <line num="6" count="2" type="stmt"/>
1080
1083
  <line num="9" count="1" type="stmt"/>
@@ -1083,7 +1086,7 @@
1083
1086
  <line num="12" count="3" type="cond" truecount="1" falsecount="1"/>
1084
1087
  <line num="13" count="3" type="stmt"/>
1085
1088
  <line num="17" count="1" type="stmt"/>
1086
- <line num="20" count="7" type="stmt"/>
1089
+ <line num="20" count="8" type="stmt"/>
1087
1090
  <line num="21" count="17" type="cond" truecount="4" falsecount="0"/>
1088
1091
  <line num="22" count="4" type="stmt"/>
1089
1092
  <line num="25" count="13" type="stmt"/>
@@ -1092,11 +1095,11 @@
1092
1095
  <line num="28" count="23" type="cond" truecount="2" falsecount="0"/>
1093
1096
  <line num="29" count="10" type="stmt"/>
1094
1097
  <line num="33" count="12" type="stmt"/>
1095
- <line num="36" count="7" type="cond" truecount="1" falsecount="0"/>
1098
+ <line num="36" count="8" type="cond" truecount="1" falsecount="0"/>
1096
1099
  <line num="37" count="7" type="stmt"/>
1097
- <line num="40" count="7" type="cond" truecount="1" falsecount="0"/>
1100
+ <line num="40" count="8" type="cond" truecount="1" falsecount="0"/>
1098
1101
  <line num="41" count="7" type="stmt"/>
1099
- <line num="44" count="7" type="cond" truecount="1" falsecount="0"/>
1102
+ <line num="44" count="8" type="cond" truecount="1" falsecount="0"/>
1100
1103
  <line num="45" count="5" type="cond" truecount="4" falsecount="0"/>
1101
1104
  <line num="46" count="2" type="stmt"/>
1102
1105
  <line num="49" count="3" type="stmt"/>
@@ -1104,7 +1107,7 @@
1104
1107
  <line num="51" count="9" type="cond" truecount="2" falsecount="0"/>
1105
1108
  <line num="52" count="9" type="stmt"/>
1106
1109
  <line num="55" count="3" type="stmt"/>
1107
- <line num="58" count="7" type="stmt"/>
1110
+ <line num="58" count="8" type="stmt"/>
1108
1111
  <line num="59" count="5" type="cond" truecount="4" falsecount="0"/>
1109
1112
  <line num="60" count="2" type="stmt"/>
1110
1113
  <line num="63" count="3" type="stmt"/>
@@ -1112,14 +1115,14 @@
1112
1115
  <line num="65" count="7" type="cond" truecount="2" falsecount="0"/>
1113
1116
  <line num="66" count="4" type="stmt"/>
1114
1117
  <line num="69" count="2" type="stmt"/>
1115
- <line num="72" count="7" type="stmt"/>
1118
+ <line num="72" count="8" type="stmt"/>
1116
1119
  <line num="73" count="4" type="cond" truecount="6" falsecount="0"/>
1117
1120
  <line num="74" count="2" type="stmt"/>
1118
1121
  <line num="75" count="3" type="stmt"/>
1119
1122
  <line num="76" count="2" type="cond" truecount="2" falsecount="0"/>
1120
1123
  <line num="77" count="1" type="stmt"/>
1121
1124
  <line num="82" count="2" type="stmt"/>
1122
- <line num="85" count="7" type="stmt"/>
1125
+ <line num="85" count="8" type="stmt"/>
1123
1126
  <line num="86" count="8" type="cond" truecount="4" falsecount="0"/>
1124
1127
  <line num="87" count="2" type="stmt"/>
1125
1128
  <line num="90" count="6" type="cond" truecount="2" falsecount="0"/>
@@ -1134,7 +1137,7 @@
1134
1137
  <line num="108" count="1" type="stmt"/>
1135
1138
  <line num="111" count="6" type="stmt"/>
1136
1139
  <line num="112" count="6" type="stmt"/>
1137
- <line num="115" count="7" type="stmt"/>
1140
+ <line num="115" count="8" type="stmt"/>
1138
1141
  <line num="116" count="9" type="cond" truecount="4" falsecount="0"/>
1139
1142
  <line num="117" count="2" type="stmt"/>
1140
1143
  <line num="120" count="7" type="stmt"/>
@@ -1148,9 +1151,9 @@
1148
1151
  <line num="139" count="1" type="stmt"/>
1149
1152
  <line num="142" count="7" type="stmt"/>
1150
1153
  <line num="143" count="7" type="stmt"/>
1151
- <line num="146" count="7" type="stmt"/>
1154
+ <line num="146" count="8" type="stmt"/>
1152
1155
  <line num="147" count="7" type="cond" truecount="2" falsecount="0"/>
1153
- <line num="150" count="7" type="stmt"/>
1156
+ <line num="150" count="8" type="stmt"/>
1154
1157
  <line num="151" count="3" type="cond" truecount="2" falsecount="0"/>
1155
1158
  <line num="152" count="1" type="stmt"/>
1156
1159
  <line num="155" count="2" type="stmt"/>
@@ -1159,22 +1162,22 @@
1159
1162
  <line num="158" count="2" type="cond" truecount="2" falsecount="0"/>
1160
1163
  <line num="159" count="2" type="stmt"/>
1161
1164
  <line num="162" count="3" type="stmt"/>
1162
- <line num="165" count="7" type="stmt"/>
1165
+ <line num="165" count="8" type="stmt"/>
1163
1166
  <line num="166" count="4" type="cond" truecount="2" falsecount="0"/>
1164
1167
  <line num="167" count="1" type="stmt"/>
1165
1168
  <line num="170" count="2" type="stmt"/>
1166
1169
  <line num="171" count="2" type="stmt"/>
1167
- <line num="174" count="7" type="stmt"/>
1170
+ <line num="174" count="8" type="stmt"/>
1168
1171
  <line num="175" count="5" type="stmt"/>
1169
1172
  <line num="176" count="5" type="stmt"/>
1170
1173
  <line num="177" count="5" type="stmt"/>
1171
- <line num="184" count="7" type="cond" truecount="1" falsecount="0"/>
1174
+ <line num="184" count="8" type="cond" truecount="1" falsecount="0"/>
1172
1175
  <line num="185" count="4" type="cond" truecount="7" falsecount="1"/>
1173
1176
  <line num="187" count="4" type="stmt"/>
1174
1177
  <line num="188" count="4" type="stmt"/>
1175
1178
  <line num="189" count="4" type="stmt"/>
1176
1179
  <line num="192" count="4" type="stmt"/>
1177
- <line num="195" count="7" type="stmt"/>
1180
+ <line num="195" count="8" type="stmt"/>
1178
1181
  <line num="196" count="2" type="stmt"/>
1179
1182
  <line num="197" count="2" type="stmt"/>
1180
1183
  <line num="198" count="4" type="stmt"/>
@@ -1184,28 +1187,28 @@
1184
1187
  <line num="202" count="3" type="stmt"/>
1185
1188
  <line num="205" count="4" type="stmt"/>
1186
1189
  <line num="208" count="1" type="stmt"/>
1187
- <line num="211" count="7" type="stmt"/>
1190
+ <line num="211" count="8" type="stmt"/>
1188
1191
  <line num="212" count="2" type="stmt"/>
1189
1192
  <line num="213" count="2" type="stmt"/>
1190
1193
  <line num="214" count="4" type="stmt"/>
1191
1194
  <line num="215" count="4" type="stmt"/>
1192
1195
  <line num="218" count="1" type="stmt"/>
1193
- <line num="221" count="7" type="stmt"/>
1196
+ <line num="221" count="8" type="stmt"/>
1194
1197
  <line num="222" count="2" type="stmt"/>
1195
1198
  <line num="223" count="2" type="stmt"/>
1196
1199
  <line num="225" count="2" type="stmt"/>
1197
1200
  <line num="226" count="4" type="stmt"/>
1198
1201
  <line num="231" count="1" type="stmt"/>
1199
- <line num="234" count="7" type="cond" truecount="1" falsecount="0"/>
1202
+ <line num="234" count="8" type="cond" truecount="1" falsecount="0"/>
1200
1203
  <line num="235" count="4" type="cond" truecount="2" falsecount="0"/>
1201
1204
  <line num="236" count="1" type="stmt"/>
1202
1205
  <line num="239" count="7" type="stmt"/>
1203
- <line num="244" count="7" type="stmt"/>
1206
+ <line num="244" count="8" type="stmt"/>
1204
1207
  <line num="245" count="3" type="stmt"/>
1205
1208
  <line num="248" count="3" type="cond" truecount="2" falsecount="0"/>
1206
1209
  <line num="249" count="1" type="stmt"/>
1207
1210
  <line num="252" count="2" type="stmt"/>
1208
- <line num="255" count="7" type="cond" truecount="0" falsecount="1"/>
1211
+ <line num="255" count="8" type="cond" truecount="0" falsecount="1"/>
1209
1212
  <line num="256" count="1" type="stmt"/>
1210
1213
  <line num="257" count="1" type="stmt"/>
1211
1214
  <line num="258" count="5" type="stmt"/>
@@ -1213,26 +1216,26 @@
1213
1216
  </file>
1214
1217
  <file name="calc.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/calc.ts">
1215
1218
  <metrics statements="35" coveredstatements="34" conditionals="41" coveredconditionals="37" methods="8" coveredmethods="7"/>
1216
- <line num="2" count="8" type="cond" truecount="3" falsecount="0"/>
1219
+ <line num="2" count="9" type="cond" truecount="3" falsecount="0"/>
1217
1220
  <line num="3" count="13" type="cond" truecount="4" falsecount="0"/>
1218
1221
  <line num="4" count="3" type="cond" truecount="4" falsecount="0"/>
1219
1222
  <line num="7" count="10" type="cond" truecount="4" falsecount="0"/>
1220
1223
  <line num="8" count="3" type="cond" truecount="4" falsecount="0"/>
1221
1224
  <line num="11" count="7" type="stmt"/>
1222
- <line num="14" count="8" type="stmt"/>
1225
+ <line num="14" count="9" type="stmt"/>
1223
1226
  <line num="15" count="5" type="stmt"/>
1224
- <line num="18" count="8" type="stmt"/>
1227
+ <line num="18" count="9" type="stmt"/>
1225
1228
  <line num="19" count="4" type="stmt"/>
1226
1229
  <line num="20" count="4" type="stmt"/>
1227
1230
  <line num="21" count="4" type="cond" truecount="2" falsecount="0"/>
1228
- <line num="24" count="8" type="stmt"/>
1231
+ <line num="24" count="9" type="stmt"/>
1229
1232
  <line num="25" count="2" type="stmt"/>
1230
1233
  <line num="26" count="2" type="stmt"/>
1231
1234
  <line num="28" count="2" type="cond" truecount="7" falsecount="1"/>
1232
1235
  <line num="33" count="2" type="cond" truecount="2" falsecount="0"/>
1233
1236
  <line num="34" count="1" type="stmt"/>
1234
1237
  <line num="37" count="1" type="stmt"/>
1235
- <line num="46" count="8" type="cond" truecount="1" falsecount="0"/>
1238
+ <line num="46" count="9" type="cond" truecount="1" falsecount="0"/>
1236
1239
  <line num="47" count="9" type="stmt"/>
1237
1240
  <line num="48" count="9" type="stmt"/>
1238
1241
  <line num="49" count="9" type="stmt"/>
@@ -1240,18 +1243,18 @@
1240
1243
  <line num="51" count="1" type="stmt"/>
1241
1244
  <line num="52" count="7" type="stmt"/>
1242
1245
  <line num="54" count="9" type="stmt"/>
1243
- <line num="57" count="8" type="stmt"/>
1246
+ <line num="57" count="9" type="stmt"/>
1244
1247
  <line num="58" count="2" type="stmt"/>
1245
- <line num="61" count="8" type="cond" truecount="1" falsecount="2"/>
1248
+ <line num="61" count="9" type="cond" truecount="1" falsecount="2"/>
1246
1249
  <line num="62" count="10" type="stmt"/>
1247
1250
  <line num="63" count="10" type="stmt"/>
1248
1251
  <line num="64" count="10" type="cond" truecount="2" falsecount="0"/>
1249
- <line num="67" count="8" type="cond" truecount="0" falsecount="1"/>
1252
+ <line num="67" count="9" type="cond" truecount="0" falsecount="1"/>
1250
1253
  <line num="68" count="0" type="stmt"/>
1251
1254
  </file>
1252
1255
  <file name="distribution.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/distribution.ts">
1253
1256
  <metrics statements="8" coveredstatements="8" conditionals="10" coveredconditionals="10" methods="1" coveredmethods="1"/>
1254
- <line num="8" count="7" type="stmt"/>
1257
+ <line num="8" count="8" type="stmt"/>
1255
1258
  <line num="9" count="4" type="cond" truecount="4" falsecount="0"/>
1256
1259
  <line num="10" count="4" type="cond" truecount="2" falsecount="0"/>
1257
1260
  <line num="11" count="1" type="stmt"/>
@@ -1262,17 +1265,17 @@
1262
1265
  </file>
1263
1266
  <file name="index.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/index.ts">
1264
1267
  <metrics statements="15" coveredstatements="15" conditionals="10" coveredconditionals="10" methods="2" coveredmethods="2"/>
1265
- <line num="2" count="6" type="stmt"/>
1266
- <line num="3" count="6" type="stmt"/>
1267
- <line num="4" count="6" type="stmt"/>
1268
- <line num="6" count="6" type="stmt"/>
1268
+ <line num="2" count="7" type="stmt"/>
1269
+ <line num="3" count="7" type="stmt"/>
1270
+ <line num="4" count="7" type="stmt"/>
1271
+ <line num="6" count="7" type="stmt"/>
1269
1272
  <line num="7" count="11" type="cond" truecount="2" falsecount="0"/>
1270
1273
  <line num="9" count="11" type="stmt"/>
1271
1274
  <line num="11" count="3" type="stmt"/>
1272
1275
  <line num="13" count="2" type="stmt"/>
1273
1276
  <line num="15" count="2" type="stmt"/>
1274
1277
  <line num="17" count="4" type="stmt"/>
1275
- <line num="21" count="6" type="stmt"/>
1278
+ <line num="21" count="7" type="stmt"/>
1276
1279
  <line num="22" count="20" type="stmt"/>
1277
1280
  <line num="23" count="20" type="cond" truecount="4" falsecount="0"/>
1278
1281
  <line num="24" count="5" type="stmt"/>
@@ -1280,51 +1283,51 @@
1280
1283
  </file>
1281
1284
  </package>
1282
1285
  <package name="src.validation">
1283
- <metrics statements="87" coveredstatements="45" conditionals="58" coveredconditionals="6" methods="29" coveredmethods="4"/>
1286
+ <metrics statements="87" coveredstatements="48" conditionals="58" coveredconditionals="6" methods="29" coveredmethods="5"/>
1284
1287
  <file name="ValidationErrors.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/ValidationErrors.ts">
1285
1288
  <metrics statements="21" coveredstatements="21" conditionals="4" coveredconditionals="3" methods="2" coveredmethods="2"/>
1286
- <line num="1" count="4" type="stmt"/>
1287
- <line num="3" count="4" type="cond" truecount="2" falsecount="0"/>
1288
- <line num="4" count="4" type="stmt"/>
1289
- <line num="5" count="4" type="stmt"/>
1290
- <line num="6" count="4" type="stmt"/>
1291
- <line num="7" count="4" type="stmt"/>
1292
- <line num="8" count="4" type="stmt"/>
1293
- <line num="9" count="4" type="stmt"/>
1294
- <line num="10" count="4" type="stmt"/>
1295
- <line num="11" count="4" type="stmt"/>
1296
- <line num="12" count="4" type="stmt"/>
1297
- <line num="13" count="4" type="stmt"/>
1298
- <line num="14" count="4" type="stmt"/>
1299
- <line num="15" count="4" type="stmt"/>
1300
- <line num="17" count="4" type="stmt"/>
1301
- <line num="18" count="4" type="stmt"/>
1302
- <line num="19" count="4" type="stmt"/>
1303
- <line num="20" count="4" type="stmt"/>
1304
- <line num="21" count="4" type="stmt"/>
1305
- <line num="24" count="4" type="cond" truecount="1" falsecount="1"/>
1306
- <line num="25" count="4" type="stmt"/>
1289
+ <line num="1" count="5" type="stmt"/>
1290
+ <line num="3" count="5" type="cond" truecount="2" falsecount="0"/>
1291
+ <line num="4" count="5" type="stmt"/>
1292
+ <line num="5" count="5" type="stmt"/>
1293
+ <line num="6" count="5" type="stmt"/>
1294
+ <line num="7" count="5" type="stmt"/>
1295
+ <line num="8" count="5" type="stmt"/>
1296
+ <line num="9" count="5" type="stmt"/>
1297
+ <line num="10" count="5" type="stmt"/>
1298
+ <line num="11" count="5" type="stmt"/>
1299
+ <line num="12" count="5" type="stmt"/>
1300
+ <line num="13" count="5" type="stmt"/>
1301
+ <line num="14" count="5" type="stmt"/>
1302
+ <line num="15" count="5" type="stmt"/>
1303
+ <line num="17" count="5" type="stmt"/>
1304
+ <line num="18" count="5" type="stmt"/>
1305
+ <line num="19" count="5" type="stmt"/>
1306
+ <line num="20" count="5" type="stmt"/>
1307
+ <line num="21" count="5" type="stmt"/>
1308
+ <line num="24" count="5" type="cond" truecount="1" falsecount="1"/>
1309
+ <line num="25" count="5" type="stmt"/>
1307
1310
  </file>
1308
1311
  <file name="creditCard.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/creditCard.ts">
1309
1312
  <metrics statements="7" coveredstatements="3" conditionals="8" coveredconditionals="0" methods="2" coveredmethods="0"/>
1310
- <line num="1" count="4" type="stmt"/>
1311
- <line num="3" count="4" type="stmt"/>
1313
+ <line num="1" count="5" type="stmt"/>
1314
+ <line num="3" count="5" type="stmt"/>
1312
1315
  <line num="12" count="0" type="cond" truecount="0" falsecount="2"/>
1313
1316
  <line num="16" count="0" type="stmt"/>
1314
1317
  <line num="17" count="0" type="cond" truecount="0" falsecount="4"/>
1315
1318
  <line num="18" count="0" type="cond" truecount="0" falsecount="2"/>
1316
- <line num="21" count="4" type="stmt"/>
1319
+ <line num="21" count="5" type="stmt"/>
1317
1320
  </file>
1318
1321
  <file name="helpers.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/helpers.ts">
1319
1322
  <metrics statements="19" coveredstatements="5" conditionals="9" coveredconditionals="0" methods="5" coveredmethods="0"/>
1320
- <line num="1" count="4" type="stmt"/>
1321
- <line num="2" count="4" type="stmt"/>
1322
- <line num="4" count="4" type="stmt"/>
1323
+ <line num="1" count="5" type="stmt"/>
1324
+ <line num="2" count="5" type="stmt"/>
1325
+ <line num="4" count="5" type="stmt"/>
1323
1326
  <line num="5" count="0" type="cond" truecount="0" falsecount="2"/>
1324
- <line num="8" count="4" type="cond" truecount="0" falsecount="1"/>
1327
+ <line num="8" count="5" type="cond" truecount="0" falsecount="1"/>
1325
1328
  <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
1326
1329
  <line num="10" count="0" type="stmt"/>
1327
- <line num="14" count="4" type="stmt"/>
1330
+ <line num="14" count="5" type="stmt"/>
1328
1331
  <line num="19" count="0" type="stmt"/>
1329
1332
  <line num="21" count="0" type="stmt"/>
1330
1333
  <line num="22" count="0" type="stmt"/>
@@ -1339,25 +1342,25 @@
1339
1342
  </file>
1340
1343
  <file name="index.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/index.ts">
1341
1344
  <metrics statements="5" coveredstatements="5" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
1342
- <line num="1" count="4" type="stmt"/>
1343
- <line num="2" count="4" type="stmt"/>
1344
- <line num="3" count="4" type="stmt"/>
1345
- <line num="4" count="4" type="stmt"/>
1346
- <line num="5" count="4" type="stmt"/>
1345
+ <line num="1" count="5" type="stmt"/>
1346
+ <line num="2" count="5" type="stmt"/>
1347
+ <line num="3" count="5" type="stmt"/>
1348
+ <line num="4" count="5" type="stmt"/>
1349
+ <line num="5" count="5" type="stmt"/>
1347
1350
  </file>
1348
1351
  <file name="types.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/types.ts">
1349
- <metrics statements="4" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="0"/>
1350
- <line num="8" count="4" type="stmt"/>
1351
- <line num="9" count="0" type="stmt"/>
1352
- <line num="12" count="0" type="stmt"/>
1353
- <line num="13" count="0" type="stmt"/>
1352
+ <metrics statements="4" coveredstatements="4" conditionals="0" coveredconditionals="0" methods="1" coveredmethods="1"/>
1353
+ <line num="8" count="5" type="stmt"/>
1354
+ <line num="9" count="2" type="stmt"/>
1355
+ <line num="12" count="2" type="stmt"/>
1356
+ <line num="13" count="2" type="stmt"/>
1354
1357
  </file>
1355
1358
  <file name="validators.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/validators.ts">
1356
1359
  <metrics statements="21" coveredstatements="6" conditionals="33" coveredconditionals="3" methods="13" coveredmethods="2"/>
1357
- <line num="1" count="4" type="stmt"/>
1358
- <line num="2" count="4" type="stmt"/>
1359
- <line num="4" count="4" type="stmt"/>
1360
- <line num="29" count="4" type="stmt"/>
1360
+ <line num="1" count="5" type="stmt"/>
1361
+ <line num="2" count="5" type="stmt"/>
1362
+ <line num="4" count="5" type="stmt"/>
1363
+ <line num="29" count="5" type="stmt"/>
1361
1364
  <line num="31" count="1" type="cond" truecount="1" falsecount="1"/>
1362
1365
  <line num="33" count="0" type="cond" truecount="0" falsecount="2"/>
1363
1366
  <line num="34" count="0" type="cond" truecount="0" falsecount="2"/>
@@ -1378,10 +1381,10 @@
1378
1381
  </file>
1379
1382
  <file name="wrappers.ts" path="/Users/idudinov/projects/zajno-common-utils/src/validation/wrappers.ts">
1380
1383
  <metrics statements="10" coveredstatements="4" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
1381
- <line num="1" count="4" type="stmt"/>
1382
- <line num="3" count="4" type="stmt"/>
1383
- <line num="4" count="4" type="stmt"/>
1384
- <line num="6" count="4" type="stmt"/>
1384
+ <line num="1" count="5" type="stmt"/>
1385
+ <line num="3" count="5" type="stmt"/>
1386
+ <line num="4" count="5" type="stmt"/>
1387
+ <line num="6" count="5" type="stmt"/>
1385
1388
  <line num="8" count="0" type="stmt"/>
1386
1389
  <line num="9" count="0" type="cond" truecount="0" falsecount="2"/>
1387
1390
  <line num="14" count="0" type="stmt"/>
@@ -1391,34 +1394,67 @@
1391
1394
  </file>
1392
1395
  </package>
1393
1396
  <package name="src.viewModels">
1394
- <metrics statements="246" coveredstatements="180" conditionals="64" coveredconditionals="28" methods="110" coveredmethods="71"/>
1397
+ <metrics statements="320" coveredstatements="240" conditionals="95" coveredconditionals="53" methods="139" coveredmethods="87"/>
1398
+ <file name="CommonModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/CommonModel.ts">
1399
+ <metrics statements="19" coveredstatements="19" conditionals="8" coveredconditionals="4" methods="6" coveredmethods="6"/>
1400
+ <line num="1" count="1" type="stmt"/>
1401
+ <line num="2" count="1" type="stmt"/>
1402
+ <line num="3" count="1" type="stmt"/>
1403
+ <line num="5" count="1" type="stmt"/>
1404
+ <line num="10" count="1" type="stmt"/>
1405
+ <line num="13" count="1" type="stmt"/>
1406
+ <line num="14" count="1" type="cond" truecount="1" falsecount="1"/>
1407
+ <line num="15" count="1" type="stmt"/>
1408
+ <line num="17" count="1" type="stmt"/>
1409
+ <line num="24" count="3" type="stmt"/>
1410
+ <line num="27" count="2" type="stmt"/>
1411
+ <line num="29" count="2" type="stmt"/>
1412
+ <line num="33" count="1" type="stmt"/>
1413
+ <line num="34" count="2" type="stmt"/>
1414
+ <line num="36" count="2" type="cond" truecount="2" falsecount="0"/>
1415
+ <line num="37" count="1" type="stmt"/>
1416
+ <line num="41" count="1" type="stmt"/>
1417
+ <line num="42" count="2" type="stmt"/>
1418
+ <line num="43" count="2" type="stmt"/>
1419
+ </file>
1395
1420
  <file name="FlagModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/FlagModel.ts">
1396
1421
  <metrics statements="22" coveredstatements="13" conditionals="1" coveredconditionals="1" methods="9" coveredmethods="4"/>
1397
- <line num="1" count="3" type="stmt"/>
1398
- <line num="15" count="3" type="stmt"/>
1399
- <line num="18" count="17" type="stmt"/>
1400
- <line num="21" count="17" type="stmt"/>
1401
- <line num="22" count="17" type="stmt"/>
1402
- <line num="26" count="39" type="stmt"/>
1403
- <line num="30" count="50" type="stmt"/>
1404
- <line num="34" count="17" type="stmt"/>
1405
- <line num="35" count="50" type="stmt"/>
1406
- <line num="38" count="0" type="stmt"/>
1407
- <line num="41" count="17" type="stmt"/>
1408
- <line num="42" count="0" type="stmt"/>
1409
- <line num="43" count="0" type="stmt"/>
1410
- <line num="44" count="0" type="stmt"/>
1411
- <line num="48" count="17" type="stmt"/>
1422
+ <line num="1" count="4" type="stmt"/>
1423
+ <line num="15" count="4" type="stmt"/>
1424
+ <line num="18" count="18" type="stmt"/>
1425
+ <line num="21" count="18" type="stmt"/>
1426
+ <line num="29" count="18" type="stmt"/>
1427
+ <line num="33" count="39" type="stmt"/>
1428
+ <line num="37" count="50" type="stmt"/>
1429
+ <line num="41" count="18" type="stmt"/>
1430
+ <line num="42" count="50" type="stmt"/>
1431
+ <line num="45" count="0" type="stmt"/>
1432
+ <line num="48" count="18" type="stmt"/>
1412
1433
  <line num="49" count="0" type="stmt"/>
1413
1434
  <line num="50" count="0" type="stmt"/>
1414
1435
  <line num="51" count="0" type="stmt"/>
1415
- <line num="55" count="17" type="stmt"/>
1436
+ <line num="55" count="18" type="stmt"/>
1416
1437
  <line num="56" count="0" type="stmt"/>
1417
- <line num="60" count="17" type="stmt"/>
1418
- <line num="61" count="0" type="stmt"/>
1438
+ <line num="57" count="0" type="stmt"/>
1439
+ <line num="58" count="0" type="stmt"/>
1440
+ <line num="62" count="18" type="stmt"/>
1441
+ <line num="63" count="0" type="stmt"/>
1442
+ <line num="67" count="18" type="stmt"/>
1443
+ <line num="68" count="0" type="stmt"/>
1444
+ </file>
1445
+ <file name="LoadingModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/LoadingModel.ts">
1446
+ <metrics statements="8" coveredstatements="8" conditionals="0" coveredconditionals="0" methods="2" coveredmethods="2"/>
1447
+ <line num="1" count="1" type="stmt"/>
1448
+ <line num="3" count="1" type="stmt"/>
1449
+ <line num="5" count="3" type="stmt"/>
1450
+ <line num="8" count="1" type="stmt"/>
1451
+ <line num="9" count="1" type="stmt"/>
1452
+ <line num="10" count="1" type="stmt"/>
1453
+ <line num="11" count="1" type="stmt"/>
1454
+ <line num="13" count="1" type="stmt"/>
1419
1455
  </file>
1420
1456
  <file name="MultiSelectModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/MultiSelectModel.ts">
1421
- <metrics statements="85" coveredstatements="65" conditionals="18" coveredconditionals="8" methods="42" coveredmethods="28"/>
1457
+ <metrics statements="82" coveredstatements="61" conditionals="18" coveredconditionals="8" methods="42" coveredmethods="28"/>
1422
1458
  <line num="1" count="1" type="stmt"/>
1423
1459
  <line num="2" count="1" type="stmt"/>
1424
1460
  <line num="3" count="1" type="stmt"/>
@@ -1435,223 +1471,273 @@
1435
1471
  <line num="23" count="6" type="stmt"/>
1436
1472
  <line num="26" count="6" type="stmt"/>
1437
1473
  <line num="27" count="6" type="stmt"/>
1438
- <line num="28" count="6" type="stmt"/>
1439
- <line num="29" count="6" type="stmt"/>
1440
- <line num="33" count="25" type="stmt"/>
1441
- <line num="35" count="7" type="stmt"/>
1442
- <line num="37" count="0" type="stmt"/>
1443
- <line num="40" count="1" type="stmt"/>
1444
- <line num="41" count="49" type="stmt"/>
1445
- <line num="45" count="1" type="stmt"/>
1446
- <line num="46" count="9" type="stmt"/>
1447
- <line num="50" count="1" type="stmt"/>
1448
- <line num="51" count="21" type="stmt"/>
1449
- <line num="52" count="21" type="stmt"/>
1450
- <line num="55" count="0" type="stmt"/>
1451
- <line num="56" count="0" type="stmt"/>
1452
- <line num="58" count="11" type="stmt"/>
1453
- <line num="59" count="18" type="stmt"/>
1454
- <line num="61" count="4" type="stmt"/>
1455
- <line num="62" count="4" type="stmt"/>
1456
- <line num="63" count="0" type="stmt"/>
1457
- <line num="66" count="1" type="cond" truecount="0" falsecount="4"/>
1458
- <line num="68" count="0" type="stmt"/>
1459
- <line num="70" count="6" type="stmt"/>
1474
+ <line num="38" count="6" type="stmt"/>
1475
+ <line num="39" count="6" type="stmt"/>
1476
+ <line num="43" count="25" type="stmt"/>
1477
+ <line num="45" count="7" type="stmt"/>
1478
+ <line num="47" count="0" type="stmt"/>
1479
+ <line num="51" count="49" type="stmt"/>
1480
+ <line num="56" count="9" type="stmt"/>
1481
+ <line num="61" count="21" type="stmt"/>
1482
+ <line num="62" count="21" type="stmt"/>
1483
+ <line num="65" count="0" type="stmt"/>
1484
+ <line num="66" count="0" type="stmt"/>
1485
+ <line num="68" count="11" type="stmt"/>
1486
+ <line num="69" count="18" type="stmt"/>
1460
1487
  <line num="71" count="4" type="stmt"/>
1461
- <line num="72" count="4" type="cond" truecount="1" falsecount="1"/>
1462
- <line num="73" count="4" type="stmt"/>
1463
- <line num="77" count="6" type="stmt"/>
1464
- <line num="78" count="6" type="stmt"/>
1465
- <line num="81" count="6" type="stmt"/>
1466
- <line num="82" count="1" type="stmt"/>
1467
- <line num="85" count="6" type="stmt"/>
1468
- <line num="86" count="2" type="stmt"/>
1469
- <line num="87" count="2" type="cond" truecount="1" falsecount="1"/>
1470
- <line num="88" count="2" type="stmt"/>
1471
- <line num="92" count="6" type="stmt"/>
1472
- <line num="93" count="6" type="stmt"/>
1473
- <line num="96" count="6" type="stmt"/>
1474
- <line num="97" count="0" type="stmt"/>
1475
- <line num="101" count="6" type="stmt"/>
1476
- <line num="102" count="8" type="cond" truecount="1" falsecount="1"/>
1477
- <line num="103" count="0" type="stmt"/>
1478
- <line num="106" count="8" type="cond" truecount="2" falsecount="0"/>
1479
- <line num="107" count="5" type="stmt"/>
1480
- <line num="109" count="3" type="stmt"/>
1488
+ <line num="72" count="4" type="stmt"/>
1489
+ <line num="73" count="0" type="stmt"/>
1490
+ <line num="76" count="0" type="cond" truecount="0" falsecount="4"/>
1491
+ <line num="78" count="0" type="stmt"/>
1492
+ <line num="80" count="6" type="stmt"/>
1493
+ <line num="81" count="4" type="stmt"/>
1494
+ <line num="82" count="4" type="cond" truecount="1" falsecount="1"/>
1495
+ <line num="83" count="4" type="stmt"/>
1496
+ <line num="87" count="6" type="stmt"/>
1497
+ <line num="88" count="6" type="stmt"/>
1498
+ <line num="91" count="6" type="stmt"/>
1499
+ <line num="92" count="1" type="stmt"/>
1500
+ <line num="95" count="6" type="stmt"/>
1501
+ <line num="96" count="2" type="stmt"/>
1502
+ <line num="97" count="2" type="cond" truecount="1" falsecount="1"/>
1503
+ <line num="98" count="2" type="stmt"/>
1504
+ <line num="102" count="6" type="stmt"/>
1505
+ <line num="103" count="6" type="stmt"/>
1506
+ <line num="106" count="6" type="stmt"/>
1507
+ <line num="107" count="0" type="stmt"/>
1508
+ <line num="111" count="6" type="stmt"/>
1481
1509
  <line num="112" count="8" type="cond" truecount="1" falsecount="1"/>
1482
1510
  <line num="113" count="0" type="stmt"/>
1483
- <line num="116" count="8" type="cond" truecount="1" falsecount="1"/>
1484
- <line num="117" count="8" type="stmt"/>
1485
- <line num="120" count="0" type="stmt"/>
1486
- <line num="121" count="0" type="stmt"/>
1487
- <line num="122" count="0" type="stmt"/>
1488
- <line num="124" count="0" type="stmt"/>
1489
- <line num="128" count="6" type="stmt"/>
1490
- <line num="129" count="6" type="stmt"/>
1491
- <line num="131" count="6" type="stmt"/>
1492
- <line num="132" count="1" type="stmt"/>
1493
- <line num="133" count="1" type="stmt"/>
1494
- <line num="137" count="7" type="stmt"/>
1495
- <line num="138" count="7" type="stmt"/>
1496
- <line num="140" count="7" type="cond" truecount="1" falsecount="1"/>
1497
- <line num="141" count="0" type="stmt"/>
1498
- <line num="146" count="0" type="stmt"/>
1499
- <line num="148" count="0" type="stmt"/>
1500
- <line num="150" count="0" type="stmt"/>
1501
- <line num="154" count="0" type="stmt"/>
1502
- <line num="155" count="0" type="stmt"/>
1503
- <line num="157" count="0" type="stmt"/>
1504
- <line num="159" count="0" type="stmt"/>
1505
- <line num="163" count="1" type="stmt"/>
1506
- <line num="166" count="3" type="stmt"/>
1511
+ <line num="116" count="8" type="cond" truecount="2" falsecount="0"/>
1512
+ <line num="117" count="5" type="stmt"/>
1513
+ <line num="119" count="3" type="stmt"/>
1514
+ <line num="122" count="8" type="cond" truecount="1" falsecount="1"/>
1515
+ <line num="123" count="0" type="stmt"/>
1516
+ <line num="126" count="8" type="cond" truecount="1" falsecount="1"/>
1517
+ <line num="127" count="8" type="stmt"/>
1518
+ <line num="130" count="0" type="stmt"/>
1519
+ <line num="131" count="0" type="stmt"/>
1520
+ <line num="132" count="0" type="stmt"/>
1521
+ <line num="134" count="0" type="stmt"/>
1522
+ <line num="138" count="6" type="stmt"/>
1523
+ <line num="139" count="6" type="stmt"/>
1524
+ <line num="141" count="6" type="stmt"/>
1525
+ <line num="142" count="1" type="stmt"/>
1526
+ <line num="143" count="1" type="stmt"/>
1527
+ <line num="147" count="7" type="stmt"/>
1528
+ <line num="148" count="7" type="stmt"/>
1529
+ <line num="150" count="7" type="cond" truecount="1" falsecount="1"/>
1530
+ <line num="151" count="0" type="stmt"/>
1531
+ <line num="156" count="0" type="stmt"/>
1532
+ <line num="158" count="0" type="stmt"/>
1533
+ <line num="160" count="0" type="stmt"/>
1534
+ <line num="164" count="0" type="stmt"/>
1535
+ <line num="165" count="0" type="stmt"/>
1536
+ <line num="167" count="0" type="stmt"/>
1537
+ <line num="169" count="0" type="stmt"/>
1538
+ <line num="173" count="1" type="stmt"/>
1539
+ <line num="176" count="3" type="stmt"/>
1507
1540
  </file>
1508
1541
  <file name="NumberModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/NumberModel.ts">
1509
1542
  <metrics statements="17" coveredstatements="15" conditionals="3" coveredconditionals="3" methods="8" coveredmethods="6"/>
1543
+ <line num="1" count="3" type="stmt"/>
1544
+ <line num="9" count="3" type="stmt"/>
1545
+ <line num="12" count="8" type="stmt"/>
1546
+ <line num="14" count="8" type="stmt"/>
1547
+ <line num="17" count="8" type="stmt"/>
1548
+ <line num="24" count="8" type="stmt"/>
1549
+ <line num="25" count="8" type="stmt"/>
1550
+ <line num="28" count="13" type="stmt"/>
1551
+ <line num="29" count="8" type="stmt"/>
1552
+ <line num="32" count="8" type="stmt"/>
1553
+ <line num="33" count="10" type="stmt"/>
1554
+ <line num="36" count="0" type="stmt"/>
1555
+ <line num="39" count="8" type="stmt"/>
1556
+ <line num="40" count="0" type="stmt"/>
1557
+ <line num="44" count="8" type="cond" truecount="1" falsecount="0"/>
1558
+ <line num="47" count="8" type="cond" truecount="1" falsecount="0"/>
1559
+ <line num="50" count="3" type="stmt"/>
1560
+ </file>
1561
+ <file name="SelectModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/SelectModel.ts">
1562
+ <metrics statements="59" coveredstatements="53" conditionals="18" coveredconditionals="15" methods="26" coveredmethods="22"/>
1510
1563
  <line num="1" count="2" type="stmt"/>
1564
+ <line num="2" count="2" type="stmt"/>
1565
+ <line num="3" count="2" type="stmt"/>
1566
+ <line num="4" count="2" type="stmt"/>
1567
+ <line num="6" count="2" type="stmt"/>
1511
1568
  <line num="9" count="2" type="stmt"/>
1512
- <line num="12" count="7" type="stmt"/>
1513
- <line num="14" count="7" type="stmt"/>
1514
- <line num="17" count="7" type="stmt"/>
1515
- <line num="18" count="7" type="stmt"/>
1516
- <line num="19" count="7" type="stmt"/>
1517
- <line num="22" count="7" type="stmt"/>
1518
- <line num="23" count="6" type="stmt"/>
1519
- <line num="26" count="7" type="stmt"/>
1520
- <line num="27" count="8" type="stmt"/>
1521
- <line num="30" count="0" type="stmt"/>
1522
- <line num="33" count="7" type="stmt"/>
1523
- <line num="34" count="0" type="stmt"/>
1524
- <line num="38" count="7" type="cond" truecount="1" falsecount="0"/>
1525
- <line num="41" count="7" type="cond" truecount="1" falsecount="0"/>
1526
- <line num="44" count="2" type="stmt"/>
1569
+ <line num="11" count="6" type="stmt"/>
1570
+ <line num="13" count="6" type="stmt"/>
1571
+ <line num="14" count="6" type="stmt"/>
1572
+ <line num="15" count="6" type="stmt"/>
1573
+ <line num="17" count="6" type="stmt"/>
1574
+ <line num="20" count="6" type="stmt"/>
1575
+ <line num="21" count="6" type="stmt"/>
1576
+ <line num="24" count="6" type="stmt"/>
1577
+ <line num="25" count="6" type="stmt"/>
1578
+ <line num="31" count="6" type="stmt"/>
1579
+ <line num="32" count="6" type="stmt"/>
1580
+ <line num="35" count="0" type="stmt"/>
1581
+ <line num="39" count="34" type="stmt"/>
1582
+ <line num="43" count="8" type="stmt"/>
1583
+ <line num="47" count="1" type="stmt"/>
1584
+ <line num="50" count="0" type="stmt"/>
1585
+ <line num="52" count="6" type="stmt"/>
1586
+ <line num="53" count="6" type="cond" truecount="2" falsecount="0"/>
1587
+ <line num="56" count="0" type="stmt"/>
1588
+ <line num="58" count="4" type="stmt"/>
1589
+ <line num="59" count="4" type="cond" truecount="2" falsecount="0"/>
1590
+ <line num="60" count="3" type="stmt"/>
1591
+ <line num="65" count="4" type="cond" truecount="1" falsecount="1"/>
1592
+ <line num="69" count="5" type="stmt"/>
1593
+ <line num="70" count="5" type="cond" truecount="2" falsecount="0"/>
1594
+ <line num="71" count="4" type="stmt"/>
1595
+ <line num="75" count="0" type="stmt"/>
1596
+ <line num="78" count="11" type="stmt"/>
1597
+ <line num="82" count="16" type="stmt"/>
1598
+ <line num="86" count="6" type="stmt"/>
1599
+ <line num="87" count="16" type="cond" truecount="1" falsecount="1"/>
1600
+ <line num="88" count="0" type="stmt"/>
1601
+ <line num="91" count="16" type="stmt"/>
1602
+ <line num="93" count="16" type="cond" truecount="1" falsecount="1"/>
1603
+ <line num="94" count="0" type="stmt"/>
1604
+ <line num="98" count="16" type="stmt"/>
1605
+ <line num="99" count="16" type="stmt"/>
1606
+ <line num="101" count="16" type="cond" truecount="2" falsecount="0"/>
1607
+ <line num="102" count="45" type="stmt"/>
1608
+ <line num="105" count="16" type="stmt"/>
1609
+ <line num="109" count="6" type="stmt"/>
1610
+ <line num="110" count="1" type="stmt"/>
1611
+ <line num="111" count="1" type="stmt"/>
1612
+ <line num="115" count="1" type="stmt"/>
1613
+ <line num="117" count="3" type="stmt"/>
1614
+ <line num="119" count="9" type="stmt"/>
1615
+ <line num="123" count="18" type="stmt"/>
1616
+ <line num="124" count="15" type="cond" truecount="2" falsecount="0"/>
1617
+ <line num="125" count="7" type="stmt"/>
1618
+ <line num="129" count="3" type="stmt"/>
1619
+ <line num="132" count="1" type="stmt"/>
1620
+ <line num="137" count="2" type="stmt"/>
1621
+ <line num="139" count="3" type="stmt"/>
1527
1622
  </file>
1528
- <file name="SelectModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/SelectModel.ts">
1529
- <metrics statements="60" coveredstatements="54" conditionals="18" coveredconditionals="15" methods="26" coveredmethods="22"/>
1623
+ <file name="TextModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/TextModel.ts">
1624
+ <metrics statements="52" coveredstatements="25" conditionals="23" coveredconditionals="7" methods="21" coveredmethods="5"/>
1530
1625
  <line num="1" count="1" type="stmt"/>
1531
1626
  <line num="2" count="1" type="stmt"/>
1532
- <line num="3" count="1" type="stmt"/>
1533
1627
  <line num="4" count="1" type="stmt"/>
1534
- <line num="6" count="1" type="stmt"/>
1535
- <line num="9" count="1" type="stmt"/>
1536
- <line num="11" count="5" type="stmt"/>
1537
- <line num="13" count="5" type="stmt"/>
1538
- <line num="14" count="5" type="stmt"/>
1539
- <line num="15" count="5" type="stmt"/>
1540
- <line num="17" count="5" type="stmt"/>
1541
- <line num="20" count="5" type="stmt"/>
1542
- <line num="21" count="5" type="stmt"/>
1543
- <line num="24" count="5" type="stmt"/>
1544
- <line num="25" count="5" type="stmt"/>
1545
- <line num="27" count="5" type="stmt"/>
1546
- <line num="28" count="5" type="stmt"/>
1547
- <line num="31" count="0" type="stmt"/>
1548
- <line num="34" count="1" type="stmt"/>
1549
- <line num="35" count="34" type="stmt"/>
1550
- <line num="39" count="8" type="stmt"/>
1551
- <line num="43" count="1" type="stmt"/>
1552
- <line num="46" count="0" type="stmt"/>
1553
- <line num="48" count="6" type="stmt"/>
1554
- <line num="49" count="6" type="cond" truecount="2" falsecount="0"/>
1555
- <line num="52" count="0" type="stmt"/>
1556
- <line num="54" count="4" type="stmt"/>
1557
- <line num="55" count="4" type="cond" truecount="2" falsecount="0"/>
1558
- <line num="56" count="3" type="stmt"/>
1559
- <line num="61" count="4" type="cond" truecount="1" falsecount="1"/>
1560
- <line num="65" count="5" type="stmt"/>
1561
- <line num="66" count="5" type="cond" truecount="2" falsecount="0"/>
1562
- <line num="67" count="4" type="stmt"/>
1563
- <line num="71" count="0" type="stmt"/>
1564
- <line num="74" count="11" type="stmt"/>
1565
- <line num="78" count="16" type="stmt"/>
1566
- <line num="82" count="5" type="stmt"/>
1567
- <line num="83" count="16" type="cond" truecount="1" falsecount="1"/>
1568
- <line num="84" count="0" type="stmt"/>
1569
- <line num="87" count="16" type="stmt"/>
1570
- <line num="89" count="16" type="cond" truecount="1" falsecount="1"/>
1571
- <line num="90" count="0" type="stmt"/>
1572
- <line num="94" count="16" type="stmt"/>
1573
- <line num="95" count="16" type="stmt"/>
1574
- <line num="97" count="16" type="cond" truecount="2" falsecount="0"/>
1575
- <line num="98" count="45" type="stmt"/>
1576
- <line num="101" count="16" type="stmt"/>
1577
- <line num="105" count="5" type="stmt"/>
1578
- <line num="106" count="1" type="stmt"/>
1579
- <line num="107" count="1" type="stmt"/>
1580
- <line num="111" count="1" type="stmt"/>
1581
- <line num="113" count="3" type="stmt"/>
1582
- <line num="115" count="9" type="stmt"/>
1583
- <line num="119" count="18" type="stmt"/>
1584
- <line num="120" count="15" type="cond" truecount="2" falsecount="0"/>
1585
- <line num="121" count="7" type="stmt"/>
1586
- <line num="125" count="3" type="stmt"/>
1587
- <line num="128" count="1" type="stmt"/>
1588
- <line num="133" count="1" type="stmt"/>
1589
- <line num="135" count="3" type="stmt"/>
1590
- </file>
1591
- <file name="Validatable.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/Validatable.ts">
1592
- <metrics statements="43" coveredstatements="17" conditionals="24" coveredconditionals="1" methods="15" coveredmethods="4"/>
1593
- <line num="1" count="2" type="stmt"/>
1594
- <line num="2" count="2" type="stmt"/>
1595
- <line num="3" count="2" type="stmt"/>
1596
- <line num="13" count="2" type="stmt"/>
1597
- <line num="15" count="2" type="stmt"/>
1598
- <line num="17" count="11" type="stmt"/>
1599
- <line num="18" count="11" type="stmt"/>
1600
- <line num="21" count="11" type="stmt"/>
1601
- <line num="23" count="11" type="stmt"/>
1602
- <line num="24" count="11" type="stmt"/>
1603
- <line num="27" count="11" type="stmt"/>
1604
- <line num="32" count="0" type="stmt"/>
1605
- <line num="34" count="1" type="stmt"/>
1606
- <line num="37" count="0" type="cond" truecount="0" falsecount="6"/>
1607
- <line num="38" count="0" type="cond" truecount="0" falsecount="4"/>
1628
+ <line num="5" count="1" type="stmt"/>
1629
+ <line num="18" count="3" type="cond" truecount="3" falsecount="1"/>
1630
+ <line num="19" count="3" type="stmt"/>
1631
+ <line num="20" count="3" type="stmt"/>
1632
+ <line num="23" count="0" type="stmt"/>
1633
+ <line num="24" count="0" type="stmt"/>
1634
+ <line num="30" count="1" type="stmt"/>
1635
+ <line num="32" count="1" type="stmt"/>
1636
+ <line num="35" count="0" type="stmt"/>
1637
+ <line num="36" count="0" type="cond" truecount="0" falsecount="2"/>
1608
1638
  <line num="39" count="0" type="stmt"/>
1609
- <line num="43" count="0" type="stmt"/>
1610
- <line num="44" count="0" type="stmt"/>
1611
- <line num="48" count="0" type="cond" truecount="0" falsecount="2"/>
1612
- <line num="49" count="0" type="stmt"/>
1613
- <line num="50" count="0" type="stmt"/>
1614
- <line num="52" count="0" type="stmt"/>
1615
- <line num="56" count="1" type="cond" truecount="1" falsecount="1"/>
1616
- <line num="57" count="1" type="stmt"/>
1617
- <line num="60" count="0" type="stmt"/>
1618
- <line num="61" count="0" type="stmt"/>
1619
- <line num="62" count="0" type="stmt"/>
1620
- <line num="66" count="0" type="stmt"/>
1621
- <line num="69" count="0" type="stmt"/>
1622
- <line num="70" count="0" type="cond" truecount="0" falsecount="2"/>
1639
+ <line num="42" count="1" type="stmt"/>
1640
+ <line num="44" count="1" type="stmt"/>
1641
+ <line num="47" count="1" type="stmt"/>
1642
+ <line num="49" count="1" type="stmt"/>
1643
+ <line num="50" count="1" type="stmt"/>
1644
+ <line num="52" count="1" type="stmt"/>
1645
+ <line num="55" count="1" type="stmt"/>
1646
+ <line num="56" count="1" type="stmt"/>
1647
+ <line num="62" count="1" type="cond" truecount="2" falsecount="0"/>
1648
+ <line num="64" count="1" type="cond" truecount="1" falsecount="1"/>
1649
+ <line num="66" count="1" type="stmt"/>
1650
+ <line num="67" count="1" type="stmt"/>
1651
+ <line num="68" count="1" type="stmt"/>
1623
1652
  <line num="71" count="0" type="stmt"/>
1653
+ <line num="72" count="0" type="stmt"/>
1624
1654
  <line num="73" count="0" type="stmt"/>
1625
- <line num="74" count="0" type="cond" truecount="0" falsecount="2"/>
1626
- <line num="77" count="0" type="stmt"/>
1627
- <line num="81" count="0" type="stmt"/>
1655
+ <line num="76" count="0" type="stmt"/>
1656
+ <line num="80" count="1" type="stmt"/>
1657
+ <line num="81" count="0" type="cond" truecount="0" falsecount="2"/>
1628
1658
  <line num="82" count="0" type="stmt"/>
1629
- <line num="86" count="2" type="stmt"/>
1630
- <line num="87" count="2" type="stmt"/>
1631
- <line num="88" count="2" type="stmt"/>
1632
- <line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
1659
+ <line num="84" count="0" type="cond" truecount="0" falsecount="2"/>
1660
+ <line num="85" count="0" type="stmt"/>
1661
+ <line num="88" count="0" type="stmt"/>
1633
1662
  <line num="93" count="0" type="stmt"/>
1634
- <line num="96" count="0" type="stmt"/>
1635
1663
  <line num="97" count="0" type="stmt"/>
1664
+ <line num="101" count="0" type="stmt"/>
1665
+ <line num="105" count="1" type="cond" truecount="0" falsecount="1"/>
1666
+ <line num="106" count="0" type="stmt"/>
1667
+ <line num="107" count="0" type="cond" truecount="0" falsecount="2"/>
1668
+ <line num="108" count="0" type="stmt"/>
1669
+ <line num="109" count="0" type="stmt"/>
1670
+ <line num="112" count="0" type="stmt"/>
1671
+ <line num="115" count="0" type="cond" truecount="0" falsecount="4"/>
1672
+ <line num="118" count="0" type="stmt"/>
1673
+ <line num="121" count="1" type="stmt"/>
1674
+ <line num="122" count="0" type="stmt"/>
1675
+ <line num="123" count="0" type="stmt"/>
1676
+ <line num="124" count="0" type="stmt"/>
1677
+ </file>
1678
+ <file name="Validatable.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/Validatable.ts">
1679
+ <metrics statements="42" coveredstatements="30" conditionals="24" coveredconditionals="15" methods="15" coveredmethods="7"/>
1680
+ <line num="1" count="3" type="stmt"/>
1681
+ <line num="2" count="3" type="stmt"/>
1682
+ <line num="3" count="3" type="stmt"/>
1683
+ <line num="13" count="3" type="stmt"/>
1684
+ <line num="15" count="3" type="stmt"/>
1685
+ <line num="17" count="14" type="stmt"/>
1686
+ <line num="18" count="14" type="stmt"/>
1687
+ <line num="21" count="14" type="stmt"/>
1688
+ <line num="23" count="14" type="stmt"/>
1689
+ <line num="24" count="14" type="stmt"/>
1690
+ <line num="27" count="14" type="stmt"/>
1691
+ <line num="35" count="0" type="stmt"/>
1692
+ <line num="37" count="3" type="stmt"/>
1693
+ <line num="40" count="1" type="cond" truecount="4" falsecount="2"/>
1694
+ <line num="41" count="1" type="cond" truecount="3" falsecount="1"/>
1695
+ <line num="42" count="1" type="stmt"/>
1696
+ <line num="46" count="1" type="stmt"/>
1697
+ <line num="47" count="1" type="stmt"/>
1698
+ <line num="51" count="0" type="cond" truecount="0" falsecount="2"/>
1699
+ <line num="52" count="0" type="stmt"/>
1700
+ <line num="53" count="0" type="stmt"/>
1701
+ <line num="55" count="0" type="stmt"/>
1702
+ <line num="59" count="4" type="cond" truecount="2" falsecount="0"/>
1703
+ <line num="60" count="1" type="stmt"/>
1704
+ <line num="63" count="3" type="stmt"/>
1705
+ <line num="64" count="3" type="stmt"/>
1706
+ <line num="65" count="3" type="stmt"/>
1707
+ <line num="69" count="0" type="stmt"/>
1708
+ <line num="72" count="3" type="stmt"/>
1709
+ <line num="73" count="3" type="cond" truecount="2" falsecount="0"/>
1710
+ <line num="74" count="1" type="stmt"/>
1711
+ <line num="76" count="2" type="stmt"/>
1712
+ <line num="77" count="2" type="cond" truecount="2" falsecount="0"/>
1713
+ <line num="80" count="3" type="stmt"/>
1714
+ <line num="84" count="0" type="stmt"/>
1715
+ <line num="85" count="0" type="stmt"/>
1716
+ <line num="90" count="4" type="stmt"/>
1717
+ <line num="91" count="4" type="stmt"/>
1718
+ <line num="95" count="0" type="cond" truecount="0" falsecount="2"/>
1719
+ <line num="96" count="0" type="stmt"/>
1720
+ <line num="99" count="0" type="stmt"/>
1721
+ <line num="100" count="0" type="stmt"/>
1636
1722
  </file>
1637
1723
  <file name="wrappers.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/wrappers.ts">
1638
1724
  <metrics statements="19" coveredstatements="16" conditionals="0" coveredconditionals="0" methods="10" coveredmethods="7"/>
1639
- <line num="1" count="3" type="stmt"/>
1640
- <line num="4" count="3" type="stmt"/>
1725
+ <line num="1" count="4" type="stmt"/>
1726
+ <line num="4" count="4" type="stmt"/>
1641
1727
  <line num="5" count="6" type="stmt"/>
1642
1728
  <line num="6" count="6" type="stmt"/>
1643
1729
  <line num="9" count="13" type="stmt"/>
1644
1730
  <line num="12" count="6" type="stmt"/>
1645
- <line num="15" count="3" type="stmt"/>
1731
+ <line num="15" count="4" type="stmt"/>
1646
1732
  <line num="16" count="3" type="stmt"/>
1647
1733
  <line num="19" count="6" type="stmt"/>
1648
1734
  <line num="20" count="3" type="stmt"/>
1649
1735
  <line num="23" count="3" type="stmt"/>
1650
- <line num="26" count="3" type="stmt"/>
1736
+ <line num="26" count="4" type="stmt"/>
1651
1737
  <line num="27" count="0" type="stmt"/>
1652
1738
  <line num="28" count="0" type="stmt"/>
1653
1739
  <line num="29" count="0" type="stmt"/>
1654
- <line num="39" count="3" type="stmt"/>
1740
+ <line num="39" count="4" type="stmt"/>
1655
1741
  <line num="43" count="2" type="stmt"/>
1656
1742
  <line num="44" count="2" type="stmt"/>
1657
1743
  <line num="48" count="1" type="stmt"/>