@zajno/common 1.3.6 → 1.3.10
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/coverage/clover.xml +180 -168
- package/coverage/coverage-final.json +8 -8
- package/coverage/lcov-report/index.html +29 -29
- package/coverage/lcov-report/src/__tests__/helpers/index.html +1 -1
- package/coverage/lcov-report/src/__tests__/helpers/main.ts.html +1 -1
- package/coverage/lcov-report/src/async/arrays.ts.html +1 -1
- package/coverage/lcov-report/src/async/index.html +1 -1
- package/coverage/lcov-report/src/dates/calc.ts.html +2 -2
- package/coverage/lcov-report/src/dates/convert.ts.html +7 -40
- package/coverage/lcov-report/src/dates/datex.ts.html +1 -1
- package/coverage/lcov-report/src/dates/format.ts.html +8 -5
- package/coverage/lcov-report/src/dates/index.html +13 -13
- package/coverage/lcov-report/src/dates/index.ts.html +1 -1
- package/coverage/lcov-report/src/dates/parse.ts.html +42 -6
- package/coverage/lcov-report/src/dates/period.ts.html +1 -1
- package/coverage/lcov-report/src/dates/shift.ts.html +2 -2
- package/coverage/lcov-report/src/dates/types.ts.html +1 -1
- package/coverage/lcov-report/src/dates/yearDate.ts.html +2 -2
- package/coverage/lcov-report/src/enumHelper.ts.html +1 -1
- package/coverage/lcov-report/src/event.ts.html +1 -1
- package/coverage/lcov-report/src/fields/index.html +1 -1
- package/coverage/lcov-report/src/fields/update.ts.html +1 -1
- package/coverage/lcov-report/src/index.html +1 -1
- package/coverage/lcov-report/src/lazy.light.ts.html +1 -1
- package/coverage/lcov-report/src/logger/batch.ts.html +1 -1
- package/coverage/lcov-report/src/logger/console.ts.html +1 -1
- package/coverage/lcov-report/src/logger/index.html +1 -1
- package/coverage/lcov-report/src/logger/index.ts.html +1 -1
- package/coverage/lcov-report/src/logger/named.ts.html +1 -1
- package/coverage/lcov-report/src/logger/proxy.ts.html +1 -1
- package/coverage/lcov-report/src/math/arrays.ts.html +1 -1
- package/coverage/lcov-report/src/math/calc.ts.html +19 -10
- package/coverage/lcov-report/src/math/distribution.ts.html +1 -1
- package/coverage/lcov-report/src/math/index.html +19 -19
- package/coverage/lcov-report/src/math/index.ts.html +1 -1
- package/coverage/lcov-report/src/transitionObserver.ts.html +2 -2
- package/coverage/lcov-report/src/types.ts.html +14 -2
- package/coverage/lcov-report/src/validation/ValidationErrors.ts.html +1 -1
- package/coverage/lcov-report/src/validation/creditCard.ts.html +1 -1
- package/coverage/lcov-report/src/validation/helpers.ts.html +1 -1
- package/coverage/lcov-report/src/validation/index.html +1 -1
- package/coverage/lcov-report/src/validation/index.ts.html +1 -1
- package/coverage/lcov-report/src/validation/types.ts.html +1 -1
- package/coverage/lcov-report/src/validation/validators.ts.html +1 -1
- package/coverage/lcov-report/src/validation/wrappers.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/FlagModel.ts.html +51 -9
- package/coverage/lcov-report/src/viewModels/MultiSelectModel.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/NumberModel.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/SelectModel.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/Validatable.ts.html +1 -1
- package/coverage/lcov-report/src/viewModels/index.html +16 -16
- package/coverage/lcov-report/src/viewModels/wrappers.ts.html +1 -1
- package/coverage/lcov.info +349 -330
- package/lib/dates/calc.js +3 -3
- package/lib/dates/calc.js.map +1 -1
- package/lib/dates/convert.d.ts +0 -2
- package/lib/dates/convert.d.ts.map +1 -1
- package/lib/dates/convert.js +10 -20
- package/lib/dates/convert.js.map +1 -1
- package/lib/dates/format.d.ts.map +1 -1
- package/lib/dates/format.js +4 -3
- package/lib/dates/format.js.map +1 -1
- package/lib/dates/parse.d.ts +2 -0
- package/lib/dates/parse.d.ts.map +1 -1
- package/lib/dates/parse.js +12 -1
- package/lib/dates/parse.js.map +1 -1
- package/lib/dates/shift.js +6 -6
- package/lib/dates/shift.js.map +1 -1
- package/lib/dates/yearDate.js +3 -3
- package/lib/dates/yearDate.js.map +1 -1
- package/lib/disposer.d.ts +22 -0
- package/lib/disposer.d.ts.map +1 -0
- package/lib/disposer.js +65 -0
- package/lib/disposer.js.map +1 -0
- package/lib/math/calc.d.ts +1 -0
- package/lib/math/calc.d.ts.map +1 -1
- package/lib/math/calc.js +5 -1
- package/lib/math/calc.js.map +1 -1
- package/lib/transitionObserver.d.ts +1 -1
- package/lib/transitionObserver.d.ts.map +1 -1
- package/lib/types.d.ts +3 -0
- package/lib/types.d.ts.map +1 -1
- package/lib/unsubscriber.d.ts +1 -16
- package/lib/unsubscriber.d.ts.map +1 -1
- package/lib/unsubscriber.js +6 -49
- package/lib/unsubscriber.js.map +1 -1
- package/lib/viewModels/FlagModel.d.ts +2 -0
- package/lib/viewModels/FlagModel.d.ts.map +1 -1
- package/lib/viewModels/FlagModel.js +18 -0
- package/lib/viewModels/FlagModel.js.map +1 -1
- package/package.json +1 -1
- package/src/dates/calc.ts +1 -1
- package/src/dates/convert.ts +1 -12
- package/src/dates/format.ts +2 -1
- package/src/dates/parse.ts +12 -0
- package/src/dates/shift.ts +1 -1
- package/src/dates/yearDate.ts +1 -1
- package/src/disposer.ts +81 -0
- package/src/math/calc.ts +3 -0
- package/src/transitionObserver.ts +1 -1
- package/src/types.ts +4 -0
- package/src/unsubscriber.ts +9 -68
- package/src/viewModels/FlagModel.ts +14 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1642529337561" clover="3.2.0">
|
|
3
|
+
<project timestamp="1642529337561" 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="
|
|
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="
|
|
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="
|
|
288
|
-
<line num="
|
|
289
|
-
<line num="
|
|
290
|
-
<line num="
|
|
291
|
-
<line num="
|
|
292
|
-
<line num="14" count="
|
|
293
|
-
<line num="
|
|
294
|
-
<line num="
|
|
295
|
-
<line num="23" count="
|
|
296
|
-
<line num="24" count="
|
|
297
|
-
<line num="25" count="
|
|
298
|
-
<line num="
|
|
299
|
-
<line num="
|
|
300
|
-
<line num="
|
|
301
|
-
<line num="
|
|
302
|
-
<line num="
|
|
303
|
-
<line num="37" count="
|
|
304
|
-
<line num="
|
|
305
|
-
<line num="41" count="
|
|
306
|
-
<line num="
|
|
307
|
-
<line num="
|
|
308
|
-
<line num="
|
|
309
|
-
<line num="
|
|
310
|
-
<line num="
|
|
311
|
-
<line num="
|
|
312
|
-
<line num="
|
|
313
|
-
<line num="
|
|
314
|
-
<line num="
|
|
315
|
-
<line num="
|
|
316
|
-
<line num="
|
|
317
|
-
<line num="
|
|
318
|
-
<line num="
|
|
319
|
-
<line num="
|
|
320
|
-
<line num="
|
|
321
|
-
<line num="
|
|
322
|
-
<line num="
|
|
323
|
-
<line num="
|
|
324
|
-
<line num="
|
|
325
|
-
<line num="
|
|
326
|
-
<line num="
|
|
327
|
-
<line num="
|
|
328
|
-
<line num="81" count="
|
|
329
|
-
<line num="82" count="
|
|
330
|
-
<line num="
|
|
331
|
-
<line num="
|
|
332
|
-
<line num="
|
|
333
|
-
<line num="
|
|
334
|
-
<line num="
|
|
335
|
-
<line num="
|
|
336
|
-
<line num="
|
|
337
|
-
<line num="
|
|
338
|
-
<line num="
|
|
339
|
-
<line num="
|
|
340
|
-
<line num="104" count="
|
|
341
|
-
<line num="
|
|
342
|
-
<line num="
|
|
343
|
-
<line num="
|
|
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="
|
|
346
|
-
<line num="
|
|
347
|
-
<line num="119" count="
|
|
348
|
-
<line num="
|
|
349
|
-
<line num="
|
|
350
|
-
<line num="
|
|
351
|
-
<line num="
|
|
352
|
-
<line num="
|
|
353
|
-
<line num="
|
|
354
|
-
<line num="
|
|
355
|
-
<line num="
|
|
356
|
-
<line num="136" count="2" type="
|
|
357
|
-
<line num="
|
|
358
|
-
<line num="
|
|
359
|
-
<line num="
|
|
360
|
-
<line num="
|
|
361
|
-
<line num="
|
|
362
|
-
<line num="
|
|
363
|
-
<line num="
|
|
364
|
-
<line num="
|
|
365
|
-
<line num="
|
|
366
|
-
<line num="
|
|
367
|
-
<line num="
|
|
368
|
-
<line num="
|
|
369
|
-
<line num="
|
|
370
|
-
<line num="161" count="
|
|
371
|
-
<line num="
|
|
372
|
-
<line num="
|
|
373
|
-
<line num="
|
|
374
|
-
<line num="
|
|
375
|
-
<line num="169" count="
|
|
376
|
-
<line num="
|
|
377
|
-
<line num="
|
|
378
|
-
<line num="
|
|
379
|
-
<line num="
|
|
380
|
-
<line num="
|
|
381
|
-
<line num="
|
|
382
|
-
<line num="
|
|
383
|
-
<line num="
|
|
384
|
-
<line num="185" count="
|
|
385
|
-
<line num="
|
|
386
|
-
<line num="
|
|
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="
|
|
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="
|
|
427
|
-
<line num="
|
|
428
|
-
<line num="
|
|
429
|
-
<line num="10" count="1" type="
|
|
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="
|
|
432
|
-
<line num="15" count="1" type="
|
|
433
|
-
<line num="
|
|
434
|
-
<line num="20" count="
|
|
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="
|
|
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="
|
|
440
|
-
<line num="
|
|
441
|
-
<line num="
|
|
442
|
-
<line num="39" count="
|
|
443
|
-
<line num="
|
|
444
|
-
<line num="
|
|
445
|
-
<line num="44" count="
|
|
446
|
-
<line num="
|
|
447
|
-
<line num="48" count="
|
|
448
|
-
<line num="
|
|
449
|
-
<line num="
|
|
450
|
-
<line num="
|
|
451
|
-
<line num="58" count="
|
|
452
|
-
<line num="59" count="
|
|
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="
|
|
456
|
-
<line num="65" count="
|
|
457
|
-
<line num="66" count="
|
|
458
|
-
<line num="
|
|
459
|
-
<line num="70" count="
|
|
460
|
-
<line num="71" count="14" type="cond" truecount="
|
|
461
|
-
<line num="
|
|
462
|
-
<line num="76" count="
|
|
463
|
-
<line num="77" count="31" type="
|
|
464
|
-
<line num="78" count="
|
|
465
|
-
<line num="
|
|
466
|
-
<line num="81" count="
|
|
467
|
-
<line num="82" count="
|
|
468
|
-
<line num="
|
|
469
|
-
<line num="86" count="
|
|
470
|
-
<line num="
|
|
471
|
-
<line num="
|
|
472
|
-
<line num="95" count="15" type="
|
|
473
|
-
<line num="96" count="
|
|
474
|
-
<line num="
|
|
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="
|
|
490
|
-
<line num="2" count="1" type="
|
|
491
|
-
<line num="
|
|
492
|
-
<line num="
|
|
493
|
-
<line num="
|
|
494
|
-
<line num="
|
|
495
|
-
<line num="
|
|
496
|
-
<line num="
|
|
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"/>
|
|
@@ -758,7 +760,7 @@
|
|
|
758
760
|
</file>
|
|
759
761
|
</package>
|
|
760
762
|
<package name="src.math">
|
|
761
|
-
<metrics statements="
|
|
763
|
+
<metrics statements="196" coveredstatements="195" conditionals="141" coveredconditionals="134" methods="40" coveredmethods="39"/>
|
|
762
764
|
<file name="arrays.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/arrays.ts">
|
|
763
765
|
<metrics statements="138" coveredstatements="138" conditionals="80" coveredconditionals="77" methods="29" coveredmethods="29"/>
|
|
764
766
|
<line num="1" count="6" type="stmt"/>
|
|
@@ -901,7 +903,7 @@
|
|
|
901
903
|
<line num="260" count="1" type="stmt"/>
|
|
902
904
|
</file>
|
|
903
905
|
<file name="calc.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/calc.ts">
|
|
904
|
-
<metrics statements="
|
|
906
|
+
<metrics statements="35" coveredstatements="34" conditionals="41" coveredconditionals="37" methods="8" coveredmethods="7"/>
|
|
905
907
|
<line num="2" count="7" type="cond" truecount="3" falsecount="0"/>
|
|
906
908
|
<line num="3" count="13" type="cond" truecount="4" falsecount="0"/>
|
|
907
909
|
<line num="4" count="3" type="cond" truecount="4" falsecount="0"/>
|
|
@@ -935,6 +937,8 @@
|
|
|
935
937
|
<line num="62" count="10" type="stmt"/>
|
|
936
938
|
<line num="63" count="10" type="stmt"/>
|
|
937
939
|
<line num="64" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
940
|
+
<line num="67" count="7" type="cond" truecount="0" falsecount="1"/>
|
|
941
|
+
<line num="68" count="0" type="stmt"/>
|
|
938
942
|
</file>
|
|
939
943
|
<file name="distribution.ts" path="/Users/idudinov/projects/zajno-common-utils/src/math/distribution.ts">
|
|
940
944
|
<metrics statements="8" coveredstatements="8" conditionals="10" coveredconditionals="10" methods="1" coveredmethods="1"/>
|
|
@@ -1078,9 +1082,9 @@
|
|
|
1078
1082
|
</file>
|
|
1079
1083
|
</package>
|
|
1080
1084
|
<package name="src.viewModels">
|
|
1081
|
-
<metrics statements="
|
|
1085
|
+
<metrics statements="233" coveredstatements="182" conditionals="59" coveredconditionals="35" methods="105" coveredmethods="69"/>
|
|
1082
1086
|
<file name="FlagModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/FlagModel.ts">
|
|
1083
|
-
<metrics statements="
|
|
1087
|
+
<metrics statements="20" coveredstatements="11" conditionals="1" coveredconditionals="1" methods="8" coveredmethods="3"/>
|
|
1084
1088
|
<line num="1" count="3" type="stmt"/>
|
|
1085
1089
|
<line num="15" count="3" type="stmt"/>
|
|
1086
1090
|
<line num="18" count="17" type="stmt"/>
|
|
@@ -1091,8 +1095,16 @@
|
|
|
1091
1095
|
<line num="33" count="0" type="stmt"/>
|
|
1092
1096
|
<line num="36" count="17" type="stmt"/>
|
|
1093
1097
|
<line num="37" count="0" type="stmt"/>
|
|
1094
|
-
<line num="
|
|
1095
|
-
<line num="
|
|
1098
|
+
<line num="38" count="0" type="stmt"/>
|
|
1099
|
+
<line num="39" count="0" type="stmt"/>
|
|
1100
|
+
<line num="43" count="17" type="stmt"/>
|
|
1101
|
+
<line num="44" count="0" type="stmt"/>
|
|
1102
|
+
<line num="45" count="0" type="stmt"/>
|
|
1103
|
+
<line num="46" count="0" type="stmt"/>
|
|
1104
|
+
<line num="50" count="17" type="stmt"/>
|
|
1105
|
+
<line num="51" count="0" type="stmt"/>
|
|
1106
|
+
<line num="55" count="17" type="stmt"/>
|
|
1107
|
+
<line num="56" count="0" type="stmt"/>
|
|
1096
1108
|
</file>
|
|
1097
1109
|
<file name="MultiSelectModel.ts" path="/Users/idudinov/projects/zajno-common-utils/src/viewModels/MultiSelectModel.ts">
|
|
1098
1110
|
<metrics statements="83" coveredstatements="64" conditionals="16" coveredconditionals="7" methods="42" coveredmethods="28"/>
|