@zajno/common 1.3.8 → 1.3.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (90) hide show
  1. package/coverage/clover.xml +164 -162
  2. package/coverage/coverage-final.json +6 -6
  3. package/coverage/lcov-report/index.html +7 -7
  4. package/coverage/lcov-report/src/__tests__/helpers/index.html +1 -1
  5. package/coverage/lcov-report/src/__tests__/helpers/main.ts.html +1 -1
  6. package/coverage/lcov-report/src/async/arrays.ts.html +1 -1
  7. package/coverage/lcov-report/src/async/index.html +1 -1
  8. package/coverage/lcov-report/src/dates/calc.ts.html +2 -2
  9. package/coverage/lcov-report/src/dates/convert.ts.html +7 -40
  10. package/coverage/lcov-report/src/dates/datex.ts.html +1 -1
  11. package/coverage/lcov-report/src/dates/format.ts.html +8 -5
  12. package/coverage/lcov-report/src/dates/index.html +13 -13
  13. package/coverage/lcov-report/src/dates/index.ts.html +1 -1
  14. package/coverage/lcov-report/src/dates/parse.ts.html +42 -6
  15. package/coverage/lcov-report/src/dates/period.ts.html +1 -1
  16. package/coverage/lcov-report/src/dates/shift.ts.html +2 -2
  17. package/coverage/lcov-report/src/dates/types.ts.html +1 -1
  18. package/coverage/lcov-report/src/dates/yearDate.ts.html +2 -2
  19. package/coverage/lcov-report/src/enumHelper.ts.html +1 -1
  20. package/coverage/lcov-report/src/event.ts.html +1 -1
  21. package/coverage/lcov-report/src/fields/index.html +1 -1
  22. package/coverage/lcov-report/src/fields/update.ts.html +1 -1
  23. package/coverage/lcov-report/src/index.html +1 -1
  24. package/coverage/lcov-report/src/lazy.light.ts.html +1 -1
  25. package/coverage/lcov-report/src/logger/batch.ts.html +1 -1
  26. package/coverage/lcov-report/src/logger/console.ts.html +1 -1
  27. package/coverage/lcov-report/src/logger/index.html +1 -1
  28. package/coverage/lcov-report/src/logger/index.ts.html +1 -1
  29. package/coverage/lcov-report/src/logger/named.ts.html +1 -1
  30. package/coverage/lcov-report/src/logger/proxy.ts.html +1 -1
  31. package/coverage/lcov-report/src/math/arrays.ts.html +1 -1
  32. package/coverage/lcov-report/src/math/calc.ts.html +1 -1
  33. package/coverage/lcov-report/src/math/distribution.ts.html +1 -1
  34. package/coverage/lcov-report/src/math/index.html +1 -1
  35. package/coverage/lcov-report/src/math/index.ts.html +1 -1
  36. package/coverage/lcov-report/src/transitionObserver.ts.html +2 -2
  37. package/coverage/lcov-report/src/types.ts.html +1 -1
  38. package/coverage/lcov-report/src/validation/ValidationErrors.ts.html +1 -1
  39. package/coverage/lcov-report/src/validation/creditCard.ts.html +1 -1
  40. package/coverage/lcov-report/src/validation/helpers.ts.html +1 -1
  41. package/coverage/lcov-report/src/validation/index.html +1 -1
  42. package/coverage/lcov-report/src/validation/index.ts.html +1 -1
  43. package/coverage/lcov-report/src/validation/types.ts.html +1 -1
  44. package/coverage/lcov-report/src/validation/validators.ts.html +1 -1
  45. package/coverage/lcov-report/src/validation/wrappers.ts.html +1 -1
  46. package/coverage/lcov-report/src/viewModels/FlagModel.ts.html +1 -1
  47. package/coverage/lcov-report/src/viewModels/MultiSelectModel.ts.html +1 -1
  48. package/coverage/lcov-report/src/viewModels/NumberModel.ts.html +1 -1
  49. package/coverage/lcov-report/src/viewModels/SelectModel.ts.html +1 -1
  50. package/coverage/lcov-report/src/viewModels/Validatable.ts.html +1 -1
  51. package/coverage/lcov-report/src/viewModels/index.html +1 -1
  52. package/coverage/lcov-report/src/viewModels/wrappers.ts.html +1 -1
  53. package/coverage/lcov.info +316 -314
  54. package/lib/dates/calc.js +3 -3
  55. package/lib/dates/calc.js.map +1 -1
  56. package/lib/dates/convert.d.ts +0 -2
  57. package/lib/dates/convert.d.ts.map +1 -1
  58. package/lib/dates/convert.js +10 -20
  59. package/lib/dates/convert.js.map +1 -1
  60. package/lib/dates/format.d.ts.map +1 -1
  61. package/lib/dates/format.js +4 -3
  62. package/lib/dates/format.js.map +1 -1
  63. package/lib/dates/parse.d.ts +2 -0
  64. package/lib/dates/parse.d.ts.map +1 -1
  65. package/lib/dates/parse.js +12 -1
  66. package/lib/dates/parse.js.map +1 -1
  67. package/lib/dates/shift.js +6 -6
  68. package/lib/dates/shift.js.map +1 -1
  69. package/lib/dates/yearDate.js +3 -3
  70. package/lib/dates/yearDate.js.map +1 -1
  71. package/lib/disposer.d.ts +22 -0
  72. package/lib/disposer.d.ts.map +1 -0
  73. package/lib/disposer.js +65 -0
  74. package/lib/disposer.js.map +1 -0
  75. package/lib/transitionObserver.d.ts +1 -1
  76. package/lib/transitionObserver.d.ts.map +1 -1
  77. package/lib/unsubscriber.d.ts +1 -20
  78. package/lib/unsubscriber.d.ts.map +1 -1
  79. package/lib/unsubscriber.js +6 -56
  80. package/lib/unsubscriber.js.map +1 -1
  81. package/package.json +1 -1
  82. package/src/dates/calc.ts +1 -1
  83. package/src/dates/convert.ts +1 -12
  84. package/src/dates/format.ts +2 -1
  85. package/src/dates/parse.ts +12 -0
  86. package/src/dates/shift.ts +1 -1
  87. package/src/dates/yearDate.ts +1 -1
  88. package/src/disposer.ts +81 -0
  89. package/src/transitionObserver.ts +1 -1
  90. package/src/unsubscriber.ts +9 -75
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1641746554165" clover="3.2.0">
3
- <project timestamp="1641746554165" name="All files">
4
- <metrics statements="1184" coveredstatements="1016" conditionals="746" coveredconditionals="608" methods="351" coveredmethods="256" elements="2281" coveredelements="1880" complexity="0" loc="1184" ncloc="1184" packages="9" files="40" classes="40"/>
2
+ <coverage generated="1642505244996" clover="3.2.0">
3
+ <project timestamp="1642505244996" name="All files">
4
+ <metrics statements="1186" coveredstatements="1018" conditionals="746" coveredconditionals="608" methods="351" coveredmethods="256" elements="2283" coveredelements="1882" complexity="0" loc="1186" ncloc="1186" packages="9" files="40" classes="40"/>
5
5
  <package name="src">
6
6
  <metrics statements="175" coveredstatements="154" conditionals="99" coveredconditionals="82" methods="66" coveredmethods="54"/>
7
7
  <file name="enumHelper.ts" path="/Users/idudinov/projects/zajno-common-utils/src/enumHelper.ts">
@@ -235,7 +235,7 @@
235
235
  </file>
236
236
  </package>
237
237
  <package name="src.dates">
238
- <metrics statements="332" coveredstatements="332" conditionals="289" coveredconditionals="284" methods="59" coveredmethods="59"/>
238
+ <metrics statements="334" coveredstatements="334" conditionals="289" coveredconditionals="284" methods="59" coveredmethods="59"/>
239
239
  <file name="calc.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/calc.ts">
240
240
  <metrics statements="40" coveredstatements="40" conditionals="30" coveredconditionals="29" methods="7" coveredmethods="7"/>
241
241
  <line num="1" count="1" type="stmt"/>
@@ -280,116 +280,111 @@
280
280
  <line num="71" count="1" type="stmt"/>
281
281
  </file>
282
282
  <file name="convert.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/convert.ts">
283
- <metrics statements="109" coveredstatements="109" conditionals="59" coveredconditionals="59" methods="18" coveredmethods="18"/>
283
+ <metrics statements="104" coveredstatements="104" conditionals="55" coveredconditionals="55" methods="16" coveredmethods="16"/>
284
284
  <line num="1" count="1" type="stmt"/>
285
285
  <line num="2" count="1" type="stmt"/>
286
286
  <line num="3" count="1" type="stmt"/>
287
- <line num="5" count="1" type="stmt"/>
288
- <line num="6" count="360" type="cond" truecount="2" falsecount="0"/>
289
- <line num="9" count="1" type="stmt"/>
290
- <line num="10" count="465" type="cond" truecount="2" falsecount="0"/>
291
- <line num="11" count="6" type="stmt"/>
292
- <line num="14" count="459" type="stmt"/>
293
- <line num="21" count="1" type="stmt"/>
294
- <line num="22" count="5" type="cond" truecount="2" falsecount="0"/>
295
- <line num="23" count="4" type="stmt"/>
296
- <line num="24" count="12" type="cond" truecount="2" falsecount="0"/>
297
- <line num="25" count="9" type="stmt"/>
298
- <line num="31" count="23" type="cond" truecount="2" falsecount="0"/>
299
- <line num="32" count="23" type="stmt"/>
300
- <line num="34" count="1" type="stmt"/>
301
- <line num="35" count="23" type="stmt"/>
302
- <line num="36" count="22" type="stmt"/>
303
- <line num="37" count="22" type="stmt"/>
304
- <line num="40" count="1" type="stmt"/>
305
- <line num="41" count="2" type="stmt"/>
306
- <line num="44" count="1" type="stmt"/>
307
- <line num="45" count="2" type="stmt"/>
308
- <line num="48" count="1" type="stmt"/>
309
- <line num="49" count="3" type="stmt"/>
310
- <line num="52" count="1" type="stmt"/>
311
- <line num="53" count="12" type="stmt"/>
312
- <line num="54" count="12" type="cond" truecount="2" falsecount="0"/>
313
- <line num="55" count="12" type="stmt"/>
314
- <line num="57" count="12" type="stmt"/>
315
- <line num="60" count="1" type="stmt"/>
316
- <line num="61" count="16" type="stmt"/>
317
- <line num="64" count="16" type="stmt"/>
318
- <line num="65" count="16" type="stmt"/>
319
- <line num="66" count="16" type="stmt"/>
320
- <line num="67" count="16" type="stmt"/>
321
- <line num="70" count="16" type="cond" truecount="2" falsecount="0"/>
322
- <line num="71" count="6" type="stmt"/>
323
- <line num="72" count="6" type="stmt"/>
324
- <line num="75" count="16" type="cond" truecount="2" falsecount="0"/>
325
- <line num="76" count="15" type="stmt"/>
326
- <line num="77" count="15" type="stmt"/>
327
- <line num="80" count="16" type="cond" truecount="2" falsecount="0"/>
328
- <line num="81" count="14" type="stmt"/>
329
- <line num="82" count="14" type="stmt"/>
330
- <line num="85" count="16" type="cond" truecount="2" falsecount="0"/>
331
- <line num="86" count="15" type="stmt"/>
332
- <line num="89" count="16" type="stmt"/>
333
- <line num="92" count="1" type="stmt"/>
334
- <line num="93" count="10" type="stmt"/>
335
- <line num="94" count="10" type="stmt"/>
336
- <line num="95" count="49" type="cond" truecount="2" falsecount="0"/>
337
- <line num="96" count="48" type="cond" truecount="2" falsecount="0"/>
338
- <line num="97" count="48" type="stmt"/>
339
- <line num="100" count="10" type="stmt"/>
340
- <line num="104" count="1" type="stmt"/>
341
- <line num="105" count="3" type="cond" truecount="2" falsecount="0"/>
342
- <line num="106" count="1" type="stmt"/>
343
- <line num="109" count="2" type="stmt"/>
287
+ <line num="4" count="1" type="stmt"/>
288
+ <line num="10" count="1" type="stmt"/>
289
+ <line num="11" count="5" type="cond" truecount="2" falsecount="0"/>
290
+ <line num="12" count="4" type="stmt"/>
291
+ <line num="13" count="12" type="cond" truecount="2" falsecount="0"/>
292
+ <line num="14" count="9" type="stmt"/>
293
+ <line num="20" count="23" type="cond" truecount="2" falsecount="0"/>
294
+ <line num="21" count="23" type="stmt"/>
295
+ <line num="23" count="1" type="stmt"/>
296
+ <line num="24" count="23" type="stmt"/>
297
+ <line num="25" count="22" type="stmt"/>
298
+ <line num="26" count="22" type="stmt"/>
299
+ <line num="29" count="1" type="stmt"/>
300
+ <line num="30" count="2" type="stmt"/>
301
+ <line num="33" count="1" type="stmt"/>
302
+ <line num="34" count="2" type="stmt"/>
303
+ <line num="37" count="1" type="stmt"/>
304
+ <line num="38" count="3" type="stmt"/>
305
+ <line num="41" count="1" type="stmt"/>
306
+ <line num="42" count="12" type="stmt"/>
307
+ <line num="43" count="12" type="cond" truecount="2" falsecount="0"/>
308
+ <line num="44" count="12" type="stmt"/>
309
+ <line num="46" count="12" type="stmt"/>
310
+ <line num="49" count="1" type="stmt"/>
311
+ <line num="50" count="16" type="stmt"/>
312
+ <line num="53" count="16" type="stmt"/>
313
+ <line num="54" count="16" type="stmt"/>
314
+ <line num="55" count="16" type="stmt"/>
315
+ <line num="56" count="16" type="stmt"/>
316
+ <line num="59" count="16" type="cond" truecount="2" falsecount="0"/>
317
+ <line num="60" count="6" type="stmt"/>
318
+ <line num="61" count="6" type="stmt"/>
319
+ <line num="64" count="16" type="cond" truecount="2" falsecount="0"/>
320
+ <line num="65" count="15" type="stmt"/>
321
+ <line num="66" count="15" type="stmt"/>
322
+ <line num="69" count="16" type="cond" truecount="2" falsecount="0"/>
323
+ <line num="70" count="14" type="stmt"/>
324
+ <line num="71" count="14" type="stmt"/>
325
+ <line num="74" count="16" type="cond" truecount="2" falsecount="0"/>
326
+ <line num="75" count="15" type="stmt"/>
327
+ <line num="78" count="16" type="stmt"/>
328
+ <line num="81" count="1" type="stmt"/>
329
+ <line num="82" count="10" type="stmt"/>
330
+ <line num="83" count="10" type="stmt"/>
331
+ <line num="84" count="49" type="cond" truecount="2" falsecount="0"/>
332
+ <line num="85" count="48" type="cond" truecount="2" falsecount="0"/>
333
+ <line num="86" count="48" type="stmt"/>
334
+ <line num="89" count="10" type="stmt"/>
335
+ <line num="93" count="1" type="stmt"/>
336
+ <line num="94" count="3" type="cond" truecount="2" falsecount="0"/>
337
+ <line num="95" count="1" type="stmt"/>
338
+ <line num="98" count="2" type="stmt"/>
339
+ <line num="102" count="2" type="stmt"/>
340
+ <line num="104" count="2" type="stmt"/>
341
+ <line num="107" count="15" type="cond" truecount="2" falsecount="0"/>
342
+ <line num="108" count="2" type="stmt"/>
343
+ <line num="111" count="15" type="cond" truecount="2" falsecount="0"/>
344
+ <line num="112" count="2" type="stmt"/>
344
345
  <line num="113" count="2" type="stmt"/>
345
- <line num="115" count="2" type="stmt"/>
346
- <line num="118" count="15" type="cond" truecount="2" falsecount="0"/>
347
- <line num="119" count="2" type="stmt"/>
348
- <line num="122" count="15" type="cond" truecount="2" falsecount="0"/>
349
- <line num="123" count="2" type="stmt"/>
350
- <line num="124" count="2" type="stmt"/>
351
- <line num="127" count="15" type="cond" truecount="2" falsecount="0"/>
352
- <line num="128" count="14" type="stmt"/>
353
- <line num="130" count="1" type="stmt"/>
354
- <line num="131" count="1" type="stmt"/>
355
- <line num="132" count="1" type="stmt"/>
356
- <line num="136" count="2" type="stmt"/>
357
- <line num="139" count="1" type="cond" truecount="2" falsecount="0"/>
358
- <line num="142" count="57" type="stmt"/>
359
- <line num="144" count="3" type="stmt"/>
360
- <line num="145" count="3" type="stmt"/>
361
- <line num="146" count="3" type="cond" truecount="2" falsecount="0"/>
362
- <line num="147" count="2" type="cond" truecount="2" falsecount="0"/>
363
- <line num="148" count="2" type="stmt"/>
364
- <line num="152" count="2" type="stmt"/>
365
- <line num="153" count="2" type="stmt"/>
366
- <line num="154" count="2" type="cond" truecount="2" falsecount="0"/>
367
- <line num="155" count="2" type="cond" truecount="2" falsecount="0"/>
368
- <line num="156" count="2" type="stmt"/>
369
- <line num="160" count="52" type="stmt"/>
370
- <line num="161" count="52" type="stmt"/>
371
- <line num="162" count="52" type="stmt"/>
372
- <line num="163" count="52" type="stmt"/>
373
- <line num="167" count="56" type="stmt"/>
374
- <line num="168" count="56" type="cond" truecount="2" falsecount="0"/>
375
- <line num="169" count="52" type="stmt"/>
376
- <line num="172" count="56" type="stmt"/>
377
- <line num="175" count="1" type="stmt"/>
378
- <line num="176" count="5" type="stmt"/>
379
- <line num="177" count="5" type="stmt"/>
380
- <line num="178" count="5" type="stmt"/>
381
- <line num="180" count="5" type="cond" truecount="2" falsecount="0"/>
382
- <line num="181" count="1" type="stmt"/>
383
- <line num="184" count="5" type="stmt"/>
384
- <line num="185" count="16" type="stmt"/>
385
- <line num="187" count="16" type="cond" truecount="2" falsecount="0"/>
386
- <line num="188" count="2" type="stmt"/>
387
- <line num="190" count="14" type="cond" truecount="4" falsecount="0"/>
388
- <line num="191" count="2" type="stmt"/>
389
- <line num="194" count="14" type="stmt"/>
390
- <line num="196" count="14" type="cond" truecount="2" falsecount="0"/>
391
- <line num="197" count="12" type="stmt"/>
392
- <line num="201" count="5" type="cond" truecount="2" falsecount="0"/>
346
+ <line num="116" count="15" type="cond" truecount="2" falsecount="0"/>
347
+ <line num="117" count="14" type="stmt"/>
348
+ <line num="119" count="1" type="stmt"/>
349
+ <line num="120" count="1" type="stmt"/>
350
+ <line num="121" count="1" type="stmt"/>
351
+ <line num="125" count="2" type="stmt"/>
352
+ <line num="128" count="1" type="cond" truecount="2" falsecount="0"/>
353
+ <line num="131" count="57" type="stmt"/>
354
+ <line num="133" count="3" type="stmt"/>
355
+ <line num="134" count="3" type="stmt"/>
356
+ <line num="135" count="3" type="cond" truecount="2" falsecount="0"/>
357
+ <line num="136" count="2" type="cond" truecount="2" falsecount="0"/>
358
+ <line num="137" count="2" type="stmt"/>
359
+ <line num="141" count="2" type="stmt"/>
360
+ <line num="142" count="2" type="stmt"/>
361
+ <line num="143" count="2" type="cond" truecount="2" falsecount="0"/>
362
+ <line num="144" count="2" type="cond" truecount="2" falsecount="0"/>
363
+ <line num="145" count="2" type="stmt"/>
364
+ <line num="149" count="52" type="stmt"/>
365
+ <line num="150" count="52" type="stmt"/>
366
+ <line num="151" count="52" type="stmt"/>
367
+ <line num="152" count="52" type="stmt"/>
368
+ <line num="156" count="56" type="stmt"/>
369
+ <line num="157" count="56" type="cond" truecount="2" falsecount="0"/>
370
+ <line num="158" count="52" type="stmt"/>
371
+ <line num="161" count="56" type="stmt"/>
372
+ <line num="164" count="1" type="stmt"/>
373
+ <line num="165" count="5" type="stmt"/>
374
+ <line num="166" count="5" type="stmt"/>
375
+ <line num="167" count="5" type="stmt"/>
376
+ <line num="169" count="5" type="cond" truecount="2" falsecount="0"/>
377
+ <line num="170" count="1" type="stmt"/>
378
+ <line num="173" count="5" type="stmt"/>
379
+ <line num="174" count="16" type="stmt"/>
380
+ <line num="176" count="16" type="cond" truecount="2" falsecount="0"/>
381
+ <line num="177" count="2" type="stmt"/>
382
+ <line num="179" count="14" type="cond" truecount="4" falsecount="0"/>
383
+ <line num="180" count="2" type="stmt"/>
384
+ <line num="183" count="14" type="stmt"/>
385
+ <line num="185" count="14" type="cond" truecount="2" falsecount="0"/>
386
+ <line num="186" count="12" type="stmt"/>
387
+ <line num="190" count="5" type="cond" truecount="2" falsecount="0"/>
393
388
  </file>
394
389
  <file name="datex.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/datex.ts">
395
390
  <metrics statements="25" coveredstatements="25" conditionals="50" coveredconditionals="50" methods="4" coveredmethods="4"/>
@@ -420,58 +415,59 @@
420
415
  <line num="40" count="329" type="cond" truecount="2" falsecount="0"/>
421
416
  </file>
422
417
  <file name="format.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/format.ts">
423
- <metrics statements="51" coveredstatements="51" conditionals="54" coveredconditionals="53" methods="10" coveredmethods="10"/>
418
+ <metrics statements="52" coveredstatements="52" conditionals="54" coveredconditionals="53" methods="10" coveredmethods="10"/>
424
419
  <line num="1" count="1" type="stmt"/>
425
420
  <line num="2" count="1" type="stmt"/>
426
- <line num="5" count="1" type="cond" truecount="2" falsecount="0"/>
427
- <line num="7" count="1" type="stmt"/>
428
- <line num="9" count="1" type="cond" truecount="2" falsecount="0"/>
429
- <line num="10" count="1" type="stmt"/>
421
+ <line num="3" count="1" type="stmt"/>
422
+ <line num="6" count="1" type="cond" truecount="2" falsecount="0"/>
423
+ <line num="8" count="1" type="stmt"/>
424
+ <line num="10" count="1" type="cond" truecount="2" falsecount="0"/>
430
425
  <line num="11" count="1" type="stmt"/>
431
- <line num="14" count="1" type="cond" truecount="1" falsecount="1"/>
432
- <line num="15" count="1" type="stmt"/>
433
- <line num="19" count="1" type="cond" truecount="1" falsecount="0"/>
434
- <line num="20" count="5" type="stmt"/>
426
+ <line num="12" count="1" type="stmt"/>
427
+ <line num="15" count="1" type="cond" truecount="1" falsecount="1"/>
428
+ <line num="16" count="1" type="stmt"/>
429
+ <line num="20" count="1" type="cond" truecount="1" falsecount="0"/>
435
430
  <line num="21" count="5" type="stmt"/>
436
- <line num="23" count="2" type="stmt"/>
431
+ <line num="22" count="5" type="stmt"/>
437
432
  <line num="24" count="2" type="stmt"/>
438
433
  <line num="25" count="2" type="stmt"/>
439
- <line num="28" count="2" type="stmt"/>
440
- <line num="31" count="1" type="stmt"/>
441
- <line num="38" count="1" type="cond" truecount="1" falsecount="0"/>
442
- <line num="39" count="6" type="stmt"/>
443
- <line num="41" count="6" type="stmt"/>
444
- <line num="43" count="6" type="cond" truecount="2" falsecount="0"/>
445
- <line num="44" count="2" type="stmt"/>
446
- <line num="47" count="6" type="cond" truecount="2" falsecount="0"/>
447
- <line num="48" count="4" type="stmt"/>
448
- <line num="51" count="6" type="stmt"/>
449
- <line num="53" count="6" type="stmt"/>
450
- <line num="57" count="1" type="cond" truecount="1" falsecount="0"/>
451
- <line num="58" count="3" type="cond" truecount="2" falsecount="0"/>
452
- <line num="59" count="2" type="stmt"/>
434
+ <line num="26" count="2" type="stmt"/>
435
+ <line num="29" count="2" type="stmt"/>
436
+ <line num="32" count="1" type="stmt"/>
437
+ <line num="39" count="1" type="cond" truecount="1" falsecount="0"/>
438
+ <line num="40" count="6" type="stmt"/>
439
+ <line num="42" count="6" type="stmt"/>
440
+ <line num="44" count="6" type="cond" truecount="2" falsecount="0"/>
441
+ <line num="45" count="2" type="stmt"/>
442
+ <line num="48" count="6" type="cond" truecount="2" falsecount="0"/>
443
+ <line num="49" count="4" type="stmt"/>
444
+ <line num="52" count="6" type="stmt"/>
445
+ <line num="54" count="6" type="stmt"/>
446
+ <line num="58" count="1" type="cond" truecount="1" falsecount="0"/>
447
+ <line num="59" count="3" type="cond" truecount="2" falsecount="0"/>
453
448
  <line num="60" count="2" type="stmt"/>
454
449
  <line num="61" count="2" type="stmt"/>
455
- <line num="64" count="1" type="stmt"/>
456
- <line num="65" count="3" type="cond" truecount="2" falsecount="0"/>
457
- <line num="66" count="2" type="stmt"/>
458
- <line num="69" count="1" type="cond" truecount="1" falsecount="0"/>
459
- <line num="70" count="14" type="cond" truecount="12" falsecount="0"/>
460
- <line num="71" count="14" type="cond" truecount="2" falsecount="0"/>
461
- <line num="75" count="1" type="cond" truecount="1" falsecount="0"/>
462
- <line num="76" count="31" type="cond" truecount="2" falsecount="0"/>
463
- <line num="77" count="31" type="stmt"/>
464
- <line num="78" count="30" type="stmt"/>
465
- <line num="80" count="30" type="cond" truecount="2" falsecount="0"/>
466
- <line num="81" count="15" type="cond" truecount="2" falsecount="0"/>
467
- <line num="82" count="3" type="stmt"/>
468
- <line num="85" count="12" type="cond" truecount="2" falsecount="0"/>
469
- <line num="86" count="6" type="cond" truecount="2" falsecount="0"/>
470
- <line num="89" count="6" type="stmt"/>
471
- <line num="94" count="15" type="stmt"/>
472
- <line num="95" count="15" type="cond" truecount="2" falsecount="0"/>
473
- <line num="96" count="8" type="stmt"/>
474
- <line num="101" count="7" type="stmt"/>
450
+ <line num="62" count="2" type="stmt"/>
451
+ <line num="65" count="1" type="stmt"/>
452
+ <line num="66" count="3" type="cond" truecount="2" falsecount="0"/>
453
+ <line num="67" count="2" type="stmt"/>
454
+ <line num="70" count="1" type="cond" truecount="1" falsecount="0"/>
455
+ <line num="71" count="14" type="cond" truecount="12" falsecount="0"/>
456
+ <line num="72" count="14" type="cond" truecount="2" falsecount="0"/>
457
+ <line num="76" count="1" type="cond" truecount="1" falsecount="0"/>
458
+ <line num="77" count="31" type="cond" truecount="2" falsecount="0"/>
459
+ <line num="78" count="31" type="stmt"/>
460
+ <line num="79" count="30" type="stmt"/>
461
+ <line num="81" count="30" type="cond" truecount="2" falsecount="0"/>
462
+ <line num="82" count="15" type="cond" truecount="2" falsecount="0"/>
463
+ <line num="83" count="3" type="stmt"/>
464
+ <line num="86" count="12" type="cond" truecount="2" falsecount="0"/>
465
+ <line num="87" count="6" type="cond" truecount="2" falsecount="0"/>
466
+ <line num="90" count="6" type="stmt"/>
467
+ <line num="95" count="15" type="stmt"/>
468
+ <line num="96" count="15" type="cond" truecount="2" falsecount="0"/>
469
+ <line num="97" count="8" type="stmt"/>
470
+ <line num="102" count="7" type="stmt"/>
475
471
  </file>
476
472
  <file name="index.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/index.ts">
477
473
  <metrics statements="9" coveredstatements="9" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
@@ -486,14 +482,20 @@
486
482
  <line num="9" count="1" type="stmt"/>
487
483
  </file>
488
484
  <file name="parse.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/parse.ts">
489
- <metrics statements="7" coveredstatements="7" conditionals="5" coveredconditionals="5" methods="2" coveredmethods="2"/>
490
- <line num="2" count="1" type="cond" truecount="2" falsecount="0"/>
491
- <line num="4" count="1" type="cond" truecount="1" falsecount="0"/>
492
- <line num="5" count="2" type="stmt"/>
493
- <line num="6" count="2" type="cond" truecount="2" falsecount="0"/>
494
- <line num="7" count="1" type="stmt"/>
495
- <line num="8" count="1" type="stmt"/>
496
- <line num="10" count="1" type="stmt"/>
485
+ <metrics statements="13" coveredstatements="13" conditionals="9" coveredconditionals="9" methods="4" coveredmethods="4"/>
486
+ <line num="2" count="1" type="stmt"/>
487
+ <line num="3" count="360" type="cond" truecount="2" falsecount="0"/>
488
+ <line num="6" count="1" type="stmt"/>
489
+ <line num="7" count="465" type="cond" truecount="2" falsecount="0"/>
490
+ <line num="8" count="6" type="stmt"/>
491
+ <line num="11" count="459" type="stmt"/>
492
+ <line num="14" count="1" type="cond" truecount="2" falsecount="0"/>
493
+ <line num="16" count="1" type="cond" truecount="1" falsecount="0"/>
494
+ <line num="17" count="2" type="stmt"/>
495
+ <line num="18" count="2" type="cond" truecount="2" falsecount="0"/>
496
+ <line num="19" count="1" type="stmt"/>
497
+ <line num="20" count="1" type="stmt"/>
498
+ <line num="22" count="1" type="stmt"/>
497
499
  </file>
498
500
  <file name="period.ts" path="/Users/idudinov/projects/zajno-common-utils/src/dates/period.ts">
499
501
  <metrics statements="11" coveredstatements="11" conditionals="7" coveredconditionals="6" methods="5" coveredmethods="5"/>