@node-c/core 1.0.0-alpha3 → 1.0.0-alpha6

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 (37) hide show
  1. package/coverage/clover.xml +167 -132
  2. package/coverage/coverage-final.json +2 -2
  3. package/coverage/index.html +18 -18
  4. package/dist/app.js +1 -1
  5. package/dist/app.js.map +1 -1
  6. package/dist/common/configProvider/configProvider.definitions.d.ts +21 -9
  7. package/dist/common/configProvider/configProvider.definitions.js +8 -2
  8. package/dist/common/configProvider/configProvider.definitions.js.map +1 -1
  9. package/dist/common/configProvider/configProvider.service.js +9 -7
  10. package/dist/common/configProvider/configProvider.service.js.map +1 -1
  11. package/dist/common/definitions/common.constants.d.ts +9 -0
  12. package/dist/common/definitions/common.constants.js +11 -1
  13. package/dist/common/definitions/common.constants.js.map +1 -1
  14. package/dist/common/definitions/common.definitions.d.ts +3 -0
  15. package/dist/domain/entityService/domain.entity.service.d.ts +12 -23
  16. package/dist/domain/entityService/domain.entity.service.definitions.d.ts +33 -8
  17. package/dist/domain/entityService/domain.entity.service.definitions.js +9 -1
  18. package/dist/domain/entityService/domain.entity.service.definitions.js.map +1 -1
  19. package/dist/domain/entityService/domain.entity.service.js +105 -45
  20. package/dist/domain/entityService/domain.entity.service.js.map +1 -1
  21. package/dist/index.d.ts +1 -1
  22. package/dist/index.js +1 -1
  23. package/dist/index.js.map +1 -1
  24. package/dist/persistance/common/entityService/index.js.map +1 -0
  25. package/dist/persistance/common/entityService/persistance.entity.service.d.ts +11 -0
  26. package/dist/persistance/{entityService → common/entityService}/persistance.entity.service.definitions.d.ts +11 -3
  27. package/dist/persistance/{entityService → common/entityService}/persistance.entity.service.definitions.js +6 -1
  28. package/dist/persistance/common/entityService/persistance.entity.service.definitions.js.map +1 -0
  29. package/dist/persistance/{entityService → common/entityService}/persistance.entity.service.js +8 -8
  30. package/dist/persistance/common/entityService/persistance.entity.service.js.map +1 -0
  31. package/package.json +1 -1
  32. package/dist/persistance/entityService/index.js.map +0 -1
  33. package/dist/persistance/entityService/persistance.entity.service.d.ts +0 -11
  34. package/dist/persistance/entityService/persistance.entity.service.definitions.js.map +0 -1
  35. package/dist/persistance/entityService/persistance.entity.service.js.map +0 -1
  36. /package/dist/persistance/{entityService → common/entityService}/index.d.ts +0 -0
  37. /package/dist/persistance/{entityService → common/entityService}/index.js +0 -0
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1742880880042" clover="3.2.0">
3
- <project timestamp="1742880880043" name="All files">
4
- <metrics statements="497" coveredstatements="457" conditionals="129" coveredconditionals="111" methods="25" coveredmethods="24" elements="651" coveredelements="592" complexity="0" loc="497" ncloc="497" packages="6" files="13" classes="13"/>
2
+ <coverage generated="1743280284982" clover="3.2.0">
3
+ <project timestamp="1743280284983" name="All files">
4
+ <metrics statements="532" coveredstatements="480" conditionals="136" coveredconditionals="114" methods="25" coveredmethods="24" elements="693" coveredelements="618" complexity="0" loc="532" ncloc="532" packages="6" files="13" classes="13"/>
5
5
  <package name="src">
6
6
  <metrics statements="68" coveredstatements="68" conditionals="19" coveredconditionals="19" methods="1" coveredmethods="1"/>
7
7
  <file name="app.ts" path="/code/personal/node-c/repo/packages/core/src/app.ts">
@@ -267,13 +267,21 @@
267
267
  </file>
268
268
  </package>
269
269
  <package name="src.common.definitions">
270
- <metrics statements="14" coveredstatements="14" conditionals="2" coveredconditionals="2" methods="1" coveredmethods="1"/>
270
+ <metrics statements="22" coveredstatements="22" conditionals="3" coveredconditionals="3" methods="1" coveredmethods="1"/>
271
271
  <file name="common.constants.ts" path="/code/personal/node-c/repo/packages/core/src/common/definitions/common.constants.ts">
272
- <metrics statements="4" coveredstatements="4" conditionals="1" coveredconditionals="1" methods="0" coveredmethods="0"/>
272
+ <metrics statements="12" coveredstatements="12" conditionals="2" coveredconditionals="2" methods="0" coveredmethods="0"/>
273
273
  <line num="1" count="1" type="cond" truecount="1" falsecount="0"/>
274
274
  <line num="3" count="1" type="stmt"/>
275
275
  <line num="5" count="1" type="stmt"/>
276
276
  <line num="7" count="1" type="stmt"/>
277
+ <line num="10" count="1" type="cond" truecount="1" falsecount="0"/>
278
+ <line num="12" count="1" type="stmt"/>
279
+ <line num="14" count="1" type="stmt"/>
280
+ <line num="16" count="1" type="stmt"/>
281
+ <line num="18" count="1" type="stmt"/>
282
+ <line num="20" count="1" type="stmt"/>
283
+ <line num="22" count="1" type="stmt"/>
284
+ <line num="24" count="1" type="stmt"/>
277
285
  </file>
278
286
  <file name="common.errors.ts" path="/code/personal/node-c/repo/packages/core/src/common/definitions/common.errors.ts">
279
287
  <metrics statements="7" coveredstatements="7" conditionals="1" coveredconditionals="1" methods="1" coveredmethods="1"/>
@@ -353,161 +361,188 @@
353
361
  </file>
354
362
  </package>
355
363
  <package name="src.domain.entityService">
356
- <metrics statements="154" coveredstatements="116" conditionals="39" coveredconditionals="21" methods="9" coveredmethods="9"/>
364
+ <metrics statements="181" coveredstatements="131" conditionals="45" coveredconditionals="23" methods="9" coveredmethods="9"/>
357
365
  <file name="domain.entity.service.ts" path="/code/personal/node-c/repo/packages/core/src/domain/entityService/domain.entity.service.ts">
358
- <metrics statements="152" coveredstatements="114" conditionals="39" coveredconditionals="21" methods="9" coveredmethods="9"/>
366
+ <metrics statements="179" coveredstatements="129" conditionals="45" coveredconditionals="23" methods="9" coveredmethods="9"/>
359
367
  <line num="1" count="1" type="stmt"/>
360
- <line num="21" count="1" type="stmt"/>
361
- <line num="26" count="1" type="stmt"/>
362
- <line num="39" count="1" type="stmt"/>
363
- <line num="40" count="1" type="cond" truecount="1" falsecount="0"/>
364
- <line num="42" count="12" type="stmt"/>
368
+ <line num="19" count="1" type="stmt"/>
369
+ <line num="24" count="1" type="stmt"/>
370
+ <line num="29" count="1" type="stmt"/>
371
+ <line num="30" count="1" type="cond" truecount="1" falsecount="0"/>
372
+ <line num="32" count="12" type="stmt"/>
373
+ <line num="34" count="12" type="stmt"/>
374
+ <line num="35" count="12" type="stmt"/>
375
+ <line num="36" count="12" type="stmt"/>
376
+ <line num="37" count="12" type="stmt"/>
377
+ <line num="38" count="12" type="stmt"/>
378
+ <line num="39" count="12" type="stmt"/>
379
+ <line num="40" count="12" type="stmt"/>
380
+ <line num="41" count="12" type="stmt"/>
381
+ <line num="43" count="12" type="stmt"/>
365
382
  <line num="44" count="12" type="stmt"/>
366
- <line num="46" count="12" type="stmt"/>
367
- <line num="47" count="12" type="stmt"/>
368
- <line num="48" count="12" type="stmt"/>
369
- <line num="49" count="12" type="stmt"/>
370
- <line num="50" count="12" type="stmt"/>
371
- <line num="51" count="12" type="stmt"/>
372
- <line num="52" count="12" type="stmt"/>
373
- <line num="53" count="12" type="stmt"/>
374
- <line num="54" count="12" type="stmt"/>
375
- <line num="62" count="1" type="cond" truecount="1" falsecount="0"/>
376
- <line num="63" count="2" type="stmt"/>
377
- <line num="64" count="2" type="stmt"/>
383
+ <line num="52" count="1" type="cond" truecount="1" falsecount="0"/>
384
+ <line num="53" count="2" type="stmt"/>
385
+ <line num="54" count="2" type="stmt"/>
386
+ <line num="55" count="2" type="stmt"/>
387
+ <line num="56" count="2" type="cond" truecount="0" falsecount="1"/>
388
+ <line num="57" count="0" type="stmt"/>
389
+ <line num="58" count="0" type="stmt"/>
390
+ <line num="59" count="2" type="stmt"/>
391
+ <line num="60" count="2" type="stmt"/>
392
+ <line num="61" count="2" type="cond" truecount="1" falsecount="0"/>
393
+ <line num="62" count="1" type="stmt"/>
394
+ <line num="63" count="1" type="stmt"/>
395
+ <line num="64" count="2" type="cond" truecount="0" falsecount="1"/>
378
396
  <line num="65" count="2" type="stmt"/>
379
- <line num="66" count="2" type="cond" truecount="0" falsecount="1"/>
380
- <line num="67" count="0" type="stmt"/>
381
- <line num="68" count="0" type="stmt"/>
397
+ <line num="66" count="2" type="stmt"/>
398
+ <line num="67" count="2" type="cond" truecount="1" falsecount="0"/>
399
+ <line num="68" count="1" type="stmt"/>
382
400
  <line num="69" count="2" type="stmt"/>
383
- <line num="70" count="2" type="stmt"/>
384
- <line num="71" count="2" type="cond" truecount="1" falsecount="0"/>
385
- <line num="72" count="1" type="stmt"/>
386
- <line num="73" count="1" type="stmt"/>
401
+ <line num="73" count="1" type="cond" truecount="1" falsecount="0"/>
387
402
  <line num="74" count="2" type="cond" truecount="0" falsecount="1"/>
388
- <line num="75" count="2" type="stmt"/>
389
- <line num="76" count="2" type="stmt"/>
390
- <line num="77" count="2" type="cond" truecount="1" falsecount="0"/>
391
- <line num="78" count="1" type="stmt"/>
392
- <line num="79" count="2" type="stmt"/>
393
- <line num="83" count="1" type="cond" truecount="1" falsecount="0"/>
394
- <line num="84" count="2" type="cond" truecount="0" falsecount="1"/>
395
- <line num="85" count="0" type="stmt"/>
396
- <line num="86" count="0" type="stmt"/>
403
+ <line num="75" count="0" type="stmt"/>
404
+ <line num="76" count="0" type="stmt"/>
405
+ <line num="77" count="2" type="stmt"/>
406
+ <line num="78" count="2" type="stmt"/>
407
+ <line num="79" count="2" type="cond" truecount="1" falsecount="0"/>
408
+ <line num="80" count="1" type="stmt"/>
409
+ <line num="81" count="1" type="stmt"/>
410
+ <line num="82" count="2" type="cond" truecount="0" falsecount="1"/>
411
+ <line num="83" count="2" type="stmt"/>
412
+ <line num="84" count="2" type="stmt"/>
413
+ <line num="85" count="2" type="cond" truecount="1" falsecount="0"/>
414
+ <line num="86" count="1" type="stmt"/>
397
415
  <line num="87" count="2" type="stmt"/>
398
- <line num="88" count="2" type="stmt"/>
399
- <line num="89" count="2" type="cond" truecount="1" falsecount="0"/>
400
- <line num="90" count="1" type="stmt"/>
401
- <line num="91" count="1" type="stmt"/>
416
+ <line num="91" count="1" type="cond" truecount="1" falsecount="0"/>
402
417
  <line num="92" count="2" type="cond" truecount="0" falsecount="1"/>
403
- <line num="93" count="2" type="stmt"/>
404
- <line num="94" count="2" type="stmt"/>
405
- <line num="95" count="2" type="cond" truecount="1" falsecount="0"/>
406
- <line num="96" count="1" type="stmt"/>
407
- <line num="97" count="2" type="stmt"/>
408
- <line num="101" count="1" type="cond" truecount="1" falsecount="0"/>
409
- <line num="102" count="2" type="cond" truecount="0" falsecount="1"/>
410
- <line num="103" count="0" type="stmt"/>
411
- <line num="104" count="0" type="stmt"/>
412
- <line num="105" count="2" type="cond" truecount="0" falsecount="1"/>
413
- <line num="106" count="2" type="stmt"/>
414
- <line num="107" count="2" type="cond" truecount="1" falsecount="0"/>
415
- <line num="108" count="1" type="stmt"/>
416
- <line num="109" count="1" type="stmt"/>
418
+ <line num="93" count="0" type="stmt"/>
419
+ <line num="94" count="0" type="stmt"/>
420
+ <line num="95" count="2" type="cond" truecount="0" falsecount="1"/>
421
+ <line num="96" count="2" type="stmt"/>
422
+ <line num="97" count="2" type="cond" truecount="1" falsecount="0"/>
423
+ <line num="98" count="1" type="stmt"/>
424
+ <line num="99" count="1" type="stmt"/>
425
+ <line num="100" count="2" type="cond" truecount="0" falsecount="1"/>
426
+ <line num="101" count="2" type="stmt"/>
427
+ <line num="102" count="2" type="stmt"/>
428
+ <line num="103" count="2" type="cond" truecount="1" falsecount="0"/>
429
+ <line num="104" count="1" type="stmt"/>
430
+ <line num="105" count="2" type="stmt"/>
431
+ <line num="109" count="1" type="cond" truecount="1" falsecount="0"/>
417
432
  <line num="110" count="2" type="cond" truecount="0" falsecount="1"/>
418
- <line num="111" count="2" type="stmt"/>
419
- <line num="112" count="2" type="stmt"/>
420
- <line num="113" count="2" type="cond" truecount="1" falsecount="0"/>
421
- <line num="114" count="1" type="stmt"/>
433
+ <line num="111" count="0" type="stmt"/>
434
+ <line num="112" count="0" type="stmt"/>
435
+ <line num="113" count="2" type="stmt"/>
436
+ <line num="114" count="2" type="stmt"/>
422
437
  <line num="115" count="2" type="stmt"/>
423
- <line num="119" count="1" type="cond" truecount="1" falsecount="0"/>
424
- <line num="120" count="2" type="cond" truecount="0" falsecount="1"/>
425
- <line num="121" count="0" type="stmt"/>
426
- <line num="122" count="0" type="stmt"/>
427
- <line num="123" count="2" type="cond" truecount="0" falsecount="1"/>
438
+ <line num="116" count="2" type="stmt"/>
439
+ <line num="117" count="2" type="cond" truecount="0" falsecount="1"/>
440
+ <line num="118" count="2" type="stmt"/>
441
+ <line num="119" count="2" type="cond" truecount="1" falsecount="0"/>
442
+ <line num="120" count="1" type="stmt"/>
443
+ <line num="121" count="2" type="cond" truecount="0" falsecount="1"/>
444
+ <line num="122" count="2" type="stmt"/>
445
+ <line num="123" count="2" type="stmt"/>
428
446
  <line num="124" count="2" type="stmt"/>
429
- <line num="125" count="2" type="cond" truecount="1" falsecount="0"/>
430
- <line num="126" count="1" type="stmt"/>
431
- <line num="127" count="1" type="stmt"/>
432
- <line num="128" count="2" type="cond" truecount="0" falsecount="1"/>
433
- <line num="129" count="2" type="stmt"/>
434
- <line num="130" count="2" type="stmt"/>
435
- <line num="131" count="2" type="cond" truecount="1" falsecount="0"/>
436
- <line num="132" count="1" type="stmt"/>
437
- <line num="133" count="2" type="stmt"/>
438
- <line num="137" count="1" type="cond" truecount="1" falsecount="0"/>
439
- <line num="138" count="2" type="cond" truecount="0" falsecount="1"/>
440
- <line num="139" count="0" type="stmt"/>
441
- <line num="140" count="0" type="stmt"/>
442
- <line num="141" count="2" type="cond" truecount="0" falsecount="1"/>
443
- <line num="142" count="2" type="stmt"/>
444
- <line num="143" count="2" type="cond" truecount="1" falsecount="0"/>
445
- <line num="144" count="1" type="stmt"/>
446
- <line num="145" count="1" type="stmt"/>
447
- <line num="146" count="2" type="cond" truecount="0" falsecount="1"/>
447
+ <line num="125" count="2" type="stmt"/>
448
+ <line num="126" count="2" type="cond" truecount="1" falsecount="0"/>
449
+ <line num="127" count="2" type="cond" truecount="0" falsecount="2"/>
450
+ <line num="128" count="0" type="stmt"/>
451
+ <line num="129" count="0" type="stmt"/>
452
+ <line num="130" count="0" type="stmt"/>
453
+ <line num="131" count="0" type="stmt"/>
454
+ <line num="132" count="0" type="stmt"/>
455
+ <line num="133" count="0" type="cond" truecount="1" falsecount="0"/>
456
+ <line num="134" count="1" type="stmt"/>
457
+ <line num="135" count="1" type="stmt"/>
458
+ <line num="136" count="1" type="stmt"/>
459
+ <line num="137" count="1" type="stmt"/>
460
+ <line num="138" count="2" type="stmt"/>
461
+ <line num="142" count="1" type="cond" truecount="1" falsecount="0"/>
462
+ <line num="143" count="2" type="cond" truecount="0" falsecount="1"/>
463
+ <line num="144" count="0" type="stmt"/>
464
+ <line num="145" count="0" type="stmt"/>
465
+ <line num="146" count="2" type="stmt"/>
448
466
  <line num="147" count="2" type="stmt"/>
449
467
  <line num="148" count="2" type="stmt"/>
450
- <line num="149" count="2" type="cond" truecount="1" falsecount="0"/>
451
- <line num="150" count="1" type="stmt"/>
468
+ <line num="149" count="2" type="stmt"/>
469
+ <line num="150" count="2" type="cond" truecount="0" falsecount="1"/>
452
470
  <line num="151" count="2" type="stmt"/>
453
- <line num="153" count="1" type="cond" truecount="1" falsecount="0"/>
454
- <line num="154" count="12" type="stmt"/>
455
- <line num="155" count="12" type="stmt"/>
456
- <line num="156" count="12" type="stmt"/>
457
- <line num="157" count="12" type="stmt"/>
458
- <line num="158" count="12" type="cond" truecount="0" falsecount="1"/>
471
+ <line num="152" count="2" type="cond" truecount="1" falsecount="0"/>
472
+ <line num="153" count="2" type="cond" truecount="0" falsecount="1"/>
473
+ <line num="154" count="2" type="stmt"/>
474
+ <line num="155" count="2" type="stmt"/>
475
+ <line num="156" count="2" type="cond" truecount="1" falsecount="0"/>
476
+ <line num="157" count="2" type="cond" truecount="0" falsecount="2"/>
477
+ <line num="158" count="0" type="stmt"/>
459
478
  <line num="159" count="0" type="stmt"/>
460
- <line num="160" count="12" type="cond" truecount="0" falsecount="1"/>
479
+ <line num="160" count="0" type="stmt"/>
461
480
  <line num="161" count="0" type="stmt"/>
462
481
  <line num="162" count="0" type="stmt"/>
463
- <line num="163" count="0" type="stmt"/>
464
- <line num="164" count="0" type="stmt"/>
465
- <line num="165" count="0" type="stmt"/>
466
- <line num="166" count="12" type="stmt"/>
467
- <line num="168" count="1" type="cond" truecount="1" falsecount="0"/>
468
- <line num="169" count="6" type="stmt"/>
469
- <line num="170" count="6" type="stmt"/>
470
- <line num="171" count="6" type="stmt"/>
471
- <line num="172" count="6" type="stmt"/>
472
- <line num="173" count="6" type="stmt"/>
473
- <line num="174" count="6" type="cond" truecount="0" falsecount="1"/>
474
- <line num="175" count="0" type="stmt"/>
482
+ <line num="163" count="0" type="cond" truecount="1" falsecount="0"/>
483
+ <line num="164" count="1" type="stmt"/>
484
+ <line num="165" count="1" type="stmt"/>
485
+ <line num="166" count="1" type="stmt"/>
486
+ <line num="167" count="1" type="stmt"/>
487
+ <line num="168" count="2" type="stmt"/>
488
+ <line num="170" count="1" type="cond" truecount="1" falsecount="0"/>
489
+ <line num="171" count="12" type="stmt"/>
490
+ <line num="172" count="12" type="stmt"/>
491
+ <line num="173" count="12" type="stmt"/>
492
+ <line num="174" count="12" type="stmt"/>
493
+ <line num="175" count="12" type="cond" truecount="0" falsecount="1"/>
475
494
  <line num="176" count="0" type="stmt"/>
476
- <line num="177" count="0" type="stmt"/>
495
+ <line num="177" count="12" type="cond" truecount="0" falsecount="1"/>
477
496
  <line num="178" count="0" type="stmt"/>
478
497
  <line num="179" count="0" type="stmt"/>
479
498
  <line num="180" count="0" type="stmt"/>
480
499
  <line num="181" count="0" type="stmt"/>
481
500
  <line num="182" count="0" type="stmt"/>
482
- <line num="183" count="0" type="stmt"/>
483
- <line num="184" count="0" type="stmt"/>
484
- <line num="185" count="0" type="stmt"/>
485
- <line num="186" count="0" type="stmt"/>
486
- <line num="187" count="0" type="stmt"/>
487
- <line num="188" count="0" type="stmt"/>
488
- <line num="189" count="0" type="stmt"/>
489
- <line num="190" count="0" type="stmt"/>
490
- <line num="191" count="0" type="stmt"/>
501
+ <line num="183" count="12" type="stmt"/>
502
+ <line num="185" count="1" type="cond" truecount="1" falsecount="0"/>
503
+ <line num="186" count="6" type="stmt"/>
504
+ <line num="187" count="6" type="stmt"/>
505
+ <line num="188" count="6" type="stmt"/>
506
+ <line num="189" count="6" type="stmt"/>
507
+ <line num="190" count="6" type="stmt"/>
508
+ <line num="191" count="6" type="cond" truecount="0" falsecount="1"/>
509
+ <line num="192" count="0" type="stmt"/>
510
+ <line num="193" count="0" type="stmt"/>
491
511
  <line num="194" count="0" type="stmt"/>
492
512
  <line num="195" count="0" type="stmt"/>
493
513
  <line num="196" count="0" type="stmt"/>
494
- <line num="197" count="6" type="stmt"/>
495
- <line num="201" count="1" type="cond" truecount="1" falsecount="0"/>
496
- <line num="202" count="2" type="cond" truecount="0" falsecount="1"/>
514
+ <line num="197" count="0" type="stmt"/>
515
+ <line num="198" count="0" type="stmt"/>
516
+ <line num="199" count="0" type="stmt"/>
517
+ <line num="200" count="0" type="stmt"/>
518
+ <line num="201" count="0" type="stmt"/>
519
+ <line num="202" count="0" type="stmt"/>
497
520
  <line num="203" count="0" type="stmt"/>
498
521
  <line num="204" count="0" type="stmt"/>
499
- <line num="205" count="2" type="stmt"/>
500
- <line num="206" count="2" type="stmt"/>
501
- <line num="207" count="2" type="cond" truecount="1" falsecount="0"/>
502
- <line num="208" count="1" type="stmt"/>
503
- <line num="209" count="1" type="stmt"/>
504
- <line num="210" count="2" type="cond" truecount="0" falsecount="1"/>
505
- <line num="211" count="2" type="stmt"/>
506
- <line num="212" count="2" type="stmt"/>
507
- <line num="213" count="2" type="cond" truecount="1" falsecount="0"/>
508
- <line num="214" count="1" type="stmt"/>
509
- <line num="215" count="2" type="stmt"/>
510
- <line num="216" count="1" type="stmt"/>
522
+ <line num="205" count="0" type="stmt"/>
523
+ <line num="206" count="0" type="stmt"/>
524
+ <line num="207" count="0" type="stmt"/>
525
+ <line num="208" count="0" type="stmt"/>
526
+ <line num="211" count="0" type="stmt"/>
527
+ <line num="212" count="0" type="stmt"/>
528
+ <line num="213" count="0" type="stmt"/>
529
+ <line num="214" count="6" type="stmt"/>
530
+ <line num="218" count="1" type="cond" truecount="1" falsecount="0"/>
531
+ <line num="219" count="2" type="cond" truecount="0" falsecount="1"/>
532
+ <line num="220" count="0" type="stmt"/>
533
+ <line num="221" count="0" type="stmt"/>
534
+ <line num="222" count="2" type="stmt"/>
535
+ <line num="223" count="2" type="stmt"/>
536
+ <line num="224" count="2" type="cond" truecount="1" falsecount="0"/>
537
+ <line num="225" count="1" type="stmt"/>
538
+ <line num="226" count="1" type="stmt"/>
539
+ <line num="227" count="2" type="cond" truecount="0" falsecount="1"/>
540
+ <line num="228" count="2" type="stmt"/>
541
+ <line num="229" count="2" type="stmt"/>
542
+ <line num="230" count="2" type="cond" truecount="1" falsecount="0"/>
543
+ <line num="231" count="1" type="stmt"/>
544
+ <line num="232" count="2" type="stmt"/>
545
+ <line num="233" count="1" type="stmt"/>
511
546
  </file>
512
547
  <file name="index.ts" path="/code/personal/node-c/repo/packages/core/src/domain/entityService/index.ts">
513
548
  <metrics statements="2" coveredstatements="2" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>