@openreplay/tracker 11.0.2 → 11.0.3

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 (78) hide show
  1. package/CHANGELOG.md +6 -1
  2. package/cjs/app/canvas.js +4 -6
  3. package/cjs/app/index.js +7 -6
  4. package/cjs/app/observer/iframe_observer.js +1 -1
  5. package/cjs/app/observer/shadow_root_observer.js +1 -1
  6. package/cjs/index.js +1 -1
  7. package/cjs/modules/Network/xhrProxy.js +1 -1
  8. package/coverage/clover.xml +267 -220
  9. package/coverage/coverage-final.json +2 -2
  10. package/coverage/lcov-report/index.html +22 -22
  11. package/coverage/lcov-report/main/app/canvas.ts.html +1 -1
  12. package/coverage/lcov-report/main/app/guards.ts.html +1 -1
  13. package/coverage/lcov-report/main/app/index.html +7 -7
  14. package/coverage/lcov-report/main/app/index.ts.html +17 -11
  15. package/coverage/lcov-report/main/app/logger.ts.html +1 -1
  16. package/coverage/lcov-report/main/app/messages.gen.ts.html +1 -1
  17. package/coverage/lcov-report/main/app/nodes.ts.html +1 -1
  18. package/coverage/lcov-report/main/app/observer/iframe_observer.ts.html +1 -1
  19. package/coverage/lcov-report/main/app/observer/iframe_offsets.ts.html +1 -1
  20. package/coverage/lcov-report/main/app/observer/index.html +1 -1
  21. package/coverage/lcov-report/main/app/observer/shadow_root_observer.ts.html +1 -1
  22. package/coverage/lcov-report/main/app/observer/top_observer.ts.html +1 -1
  23. package/coverage/lcov-report/main/app/sanitizer.ts.html +1 -1
  24. package/coverage/lcov-report/main/app/session.ts.html +1 -1
  25. package/coverage/lcov-report/main/app/ticker.ts.html +1 -1
  26. package/coverage/lcov-report/main/index.html +1 -1
  27. package/coverage/lcov-report/main/index.ts.html +1 -1
  28. package/coverage/lcov-report/main/modules/Network/beaconProxy.ts.html +1 -1
  29. package/coverage/lcov-report/main/modules/Network/fetchProxy.ts.html +1 -1
  30. package/coverage/lcov-report/main/modules/Network/index.html +1 -1
  31. package/coverage/lcov-report/main/modules/Network/index.ts.html +1 -1
  32. package/coverage/lcov-report/main/modules/Network/networkMessage.ts.html +1 -1
  33. package/coverage/lcov-report/main/modules/Network/utils.ts.html +1 -1
  34. package/coverage/lcov-report/main/modules/Network/xhrProxy.ts.html +1 -1
  35. package/coverage/lcov-report/main/modules/attributeSender.ts.html +1 -1
  36. package/coverage/lcov-report/main/modules/axiosSpy.ts.html +1 -1
  37. package/coverage/lcov-report/main/modules/conditionsManager.ts.html +680 -179
  38. package/coverage/lcov-report/main/modules/connection.ts.html +1 -1
  39. package/coverage/lcov-report/main/modules/console.ts.html +1 -1
  40. package/coverage/lcov-report/main/modules/constructedStyleSheets.ts.html +1 -1
  41. package/coverage/lcov-report/main/modules/cssrules.ts.html +1 -1
  42. package/coverage/lcov-report/main/modules/exception.ts.html +1 -1
  43. package/coverage/lcov-report/main/modules/featureFlags.ts.html +1 -1
  44. package/coverage/lcov-report/main/modules/focus.ts.html +1 -1
  45. package/coverage/lcov-report/main/modules/fonts.ts.html +1 -1
  46. package/coverage/lcov-report/main/modules/img.ts.html +1 -1
  47. package/coverage/lcov-report/main/modules/index.html +20 -20
  48. package/coverage/lcov-report/main/modules/input.ts.html +1 -1
  49. package/coverage/lcov-report/main/modules/mouse.ts.html +1 -1
  50. package/coverage/lcov-report/main/modules/network.ts.html +1 -1
  51. package/coverage/lcov-report/main/modules/performance.ts.html +1 -1
  52. package/coverage/lcov-report/main/modules/scroll.ts.html +1 -1
  53. package/coverage/lcov-report/main/modules/selection.ts.html +1 -1
  54. package/coverage/lcov-report/main/modules/tabs.ts.html +1 -1
  55. package/coverage/lcov-report/main/modules/timing.ts.html +1 -1
  56. package/coverage/lcov-report/main/modules/userTesting/SignalManager.ts.html +1 -1
  57. package/coverage/lcov-report/main/modules/userTesting/dnd.ts.html +1 -1
  58. package/coverage/lcov-report/main/modules/userTesting/index.html +1 -1
  59. package/coverage/lcov-report/main/modules/userTesting/index.ts.html +1 -1
  60. package/coverage/lcov-report/main/modules/userTesting/recorder.ts.html +1 -1
  61. package/coverage/lcov-report/main/modules/userTesting/styles.ts.html +1 -1
  62. package/coverage/lcov-report/main/modules/userTesting/utils.ts.html +1 -1
  63. package/coverage/lcov-report/main/modules/viewport.ts.html +1 -1
  64. package/coverage/lcov-report/main/utils.ts.html +1 -1
  65. package/coverage/lcov-report/webworker/BatchWriter.ts.html +1 -1
  66. package/coverage/lcov-report/webworker/MessageEncoder.gen.ts.html +1 -1
  67. package/coverage/lcov-report/webworker/PrimitiveEncoder.ts.html +1 -1
  68. package/coverage/lcov-report/webworker/QueueSender.ts.html +1 -1
  69. package/coverage/lcov-report/webworker/index.html +1 -1
  70. package/coverage/lcov-report/webworker/index.ts.html +1 -1
  71. package/coverage/lcov.info +502 -421
  72. package/lib/app/canvas.js +4 -6
  73. package/lib/app/index.js +7 -6
  74. package/lib/app/observer/iframe_observer.js +1 -1
  75. package/lib/app/observer/shadow_root_observer.js +1 -1
  76. package/lib/index.js +1 -1
  77. package/lib/modules/Network/xhrProxy.js +1 -1
  78. package/package.json +1 -1
@@ -1,7 +1,7 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1702655745021" clover="3.2.0">
3
- <project timestamp="1702655745021" name="All files">
4
- <metrics statements="3847" coveredstatements="76" conditionals="1967" coveredconditionals="30" methods="768" coveredmethods="28" elements="6582" coveredelements="134" complexity="0" loc="3847" ncloc="3847" packages="7" files="53" classes="53"/>
2
+ <coverage generated="1703174863672" clover="3.2.0">
3
+ <project timestamp="1703174863672" name="All files">
4
+ <metrics statements="3894" coveredstatements="12" conditionals="1985" coveredconditionals="0" methods="776" coveredmethods="2" elements="6655" coveredelements="14" complexity="0" loc="3894" ncloc="3894" packages="7" files="53" classes="53"/>
5
5
  <package name="main">
6
6
  <metrics statements="279" coveredstatements="0" conditionals="144" coveredconditionals="0" methods="59" coveredmethods="0"/>
7
7
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/index.ts">
@@ -291,7 +291,7 @@
291
291
  </file>
292
292
  </package>
293
293
  <package name="main.app">
294
- <metrics statements="851" coveredstatements="0" conditionals="340" coveredconditionals="0" methods="222" coveredmethods="0"/>
294
+ <metrics statements="852" coveredstatements="0" conditionals="340" coveredconditionals="0" methods="223" coveredmethods="0"/>
295
295
  <file name="canvas.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/canvas.ts">
296
296
  <metrics statements="59" coveredstatements="0" conditionals="18" coveredconditionals="0" methods="13" coveredmethods="0"/>
297
297
  <line num="2" count="0" type="stmt"/>
@@ -374,7 +374,7 @@
374
374
  <line num="48" count="0" type="stmt"/>
375
375
  </file>
376
376
  <file name="index.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/index.ts">
377
- <metrics statements="441" coveredstatements="0" conditionals="240" coveredconditionals="0" methods="75" coveredmethods="0"/>
377
+ <metrics statements="442" coveredstatements="0" conditionals="240" coveredconditionals="0" methods="76" coveredmethods="0"/>
378
378
  <line num="1" count="0" type="stmt"/>
379
379
  <line num="2" count="0" type="stmt"/>
380
380
  <line num="4" count="0" type="stmt"/>
@@ -623,199 +623,200 @@
623
623
  <line num="666" count="0" type="stmt"/>
624
624
  <line num="667" count="0" type="stmt"/>
625
625
  <line num="668" count="0" type="stmt"/>
626
- <line num="676" count="0" type="cond" truecount="0" falsecount="4"/>
626
+ <line num="676" count="0" type="stmt"/>
627
627
  <line num="677" count="0" type="stmt"/>
628
628
  <line num="678" count="0" type="cond" truecount="0" falsecount="4"/>
629
- <line num="680" count="0" type="stmt"/>
630
- <line num="681" count="0" type="stmt"/>
629
+ <line num="679" count="0" type="stmt"/>
630
+ <line num="680" count="0" type="cond" truecount="0" falsecount="4"/>
631
631
  <line num="682" count="0" type="stmt"/>
632
632
  <line num="683" count="0" type="stmt"/>
633
- <line num="684" count="0" type="cond" truecount="0" falsecount="2"/>
633
+ <line num="684" count="0" type="stmt"/>
634
634
  <line num="685" count="0" type="stmt"/>
635
- <line num="686" count="0" type="stmt"/>
635
+ <line num="686" count="0" type="cond" truecount="0" falsecount="2"/>
636
636
  <line num="687" count="0" type="stmt"/>
637
+ <line num="688" count="0" type="stmt"/>
637
638
  <line num="689" count="0" type="stmt"/>
638
- <line num="690" count="0" type="stmt"/>
639
639
  <line num="691" count="0" type="stmt"/>
640
+ <line num="692" count="0" type="stmt"/>
640
641
  <line num="693" count="0" type="stmt"/>
641
- <line num="694" count="0" type="stmt"/>
642
- <line num="695" count="0" type="cond" truecount="0" falsecount="1"/>
642
+ <line num="695" count="0" type="stmt"/>
643
643
  <line num="696" count="0" type="stmt"/>
644
- <line num="698" count="0" type="cond" truecount="0" falsecount="1"/>
645
- <line num="700" count="0" type="stmt"/>
644
+ <line num="697" count="0" type="cond" truecount="0" falsecount="1"/>
645
+ <line num="698" count="0" type="stmt"/>
646
+ <line num="700" count="0" type="cond" truecount="0" falsecount="1"/>
646
647
  <line num="702" count="0" type="stmt"/>
647
- <line num="707" count="0" type="cond" truecount="0" falsecount="1"/>
648
- <line num="709" count="0" type="stmt"/>
648
+ <line num="704" count="0" type="stmt"/>
649
+ <line num="709" count="0" type="cond" truecount="0" falsecount="1"/>
649
650
  <line num="711" count="0" type="stmt"/>
650
- <line num="712" count="0" type="stmt"/>
651
+ <line num="713" count="0" type="stmt"/>
651
652
  <line num="714" count="0" type="stmt"/>
652
- <line num="715" count="0" type="stmt"/>
653
+ <line num="716" count="0" type="stmt"/>
653
654
  <line num="717" count="0" type="stmt"/>
654
- <line num="721" count="0" type="stmt"/>
655
- <line num="722" count="0" type="stmt"/>
655
+ <line num="719" count="0" type="stmt"/>
656
656
  <line num="723" count="0" type="stmt"/>
657
657
  <line num="724" count="0" type="stmt"/>
658
658
  <line num="725" count="0" type="stmt"/>
659
659
  <line num="726" count="0" type="stmt"/>
660
- <line num="727" count="0" type="cond" truecount="0" falsecount="1"/>
660
+ <line num="727" count="0" type="stmt"/>
661
661
  <line num="728" count="0" type="stmt"/>
662
- <line num="729" count="0" type="cond" truecount="0" falsecount="2"/>
662
+ <line num="729" count="0" type="cond" truecount="0" falsecount="1"/>
663
663
  <line num="730" count="0" type="stmt"/>
664
+ <line num="731" count="0" type="cond" truecount="0" falsecount="2"/>
664
665
  <line num="732" count="0" type="stmt"/>
665
- <line num="733" count="0" type="stmt"/>
666
666
  <line num="734" count="0" type="stmt"/>
667
- <line num="735" count="0" type="cond" truecount="0" falsecount="1"/>
667
+ <line num="735" count="0" type="stmt"/>
668
668
  <line num="736" count="0" type="stmt"/>
669
- <line num="738" count="0" type="cond" truecount="0" falsecount="1"/>
670
- <line num="740" count="0" type="stmt"/>
669
+ <line num="737" count="0" type="cond" truecount="0" falsecount="1"/>
670
+ <line num="738" count="0" type="stmt"/>
671
+ <line num="740" count="0" type="cond" truecount="0" falsecount="1"/>
671
672
  <line num="742" count="0" type="stmt"/>
672
- <line num="747" count="0" type="cond" truecount="0" falsecount="1"/>
673
- <line num="749" count="0" type="stmt"/>
673
+ <line num="744" count="0" type="stmt"/>
674
+ <line num="749" count="0" type="cond" truecount="0" falsecount="1"/>
674
675
  <line num="751" count="0" type="stmt"/>
675
- <line num="752" count="0" type="stmt"/>
676
- <line num="763" count="0" type="stmt"/>
677
- <line num="770" count="0" type="stmt"/>
678
- <line num="771" count="0" type="stmt"/>
679
- <line num="773" count="0" type="stmt"/>
680
- <line num="777" count="0" type="stmt"/>
681
- <line num="778" count="0" type="cond" truecount="0" falsecount="3"/>
682
- <line num="779" count="0" type="stmt"/>
683
- <line num="781" count="0" type="cond" truecount="0" falsecount="1"/>
684
- <line num="782" count="0" type="stmt"/>
676
+ <line num="753" count="0" type="stmt"/>
677
+ <line num="754" count="0" type="stmt"/>
678
+ <line num="765" count="0" type="stmt"/>
679
+ <line num="772" count="0" type="stmt"/>
680
+ <line num="774" count="0" type="stmt"/>
681
+ <line num="778" count="0" type="stmt"/>
682
+ <line num="779" count="0" type="cond" truecount="0" falsecount="3"/>
683
+ <line num="780" count="0" type="stmt"/>
684
+ <line num="782" count="0" type="cond" truecount="0" falsecount="1"/>
685
685
  <line num="783" count="0" type="stmt"/>
686
686
  <line num="784" count="0" type="stmt"/>
687
- <line num="786" count="0" type="cond" truecount="0" falsecount="1"/>
688
- <line num="791" count="0" type="stmt"/>
687
+ <line num="785" count="0" type="stmt"/>
688
+ <line num="787" count="0" type="cond" truecount="0" falsecount="1"/>
689
689
  <line num="792" count="0" type="stmt"/>
690
690
  <line num="793" count="0" type="stmt"/>
691
- <line num="795" count="0" type="stmt"/>
692
- <line num="796" count="0" type="cond" truecount="0" falsecount="1"/>
693
- <line num="797" count="0" type="stmt"/>
694
- <line num="800" count="0" type="cond" truecount="0" falsecount="1"/>
695
- <line num="801" count="0" type="stmt"/>
696
- <line num="803" count="0" type="cond" truecount="0" falsecount="1"/>
697
- <line num="805" count="0" type="stmt"/>
698
- <line num="807" count="0" type="stmt"/>
699
- <line num="813" count="0" type="stmt"/>
691
+ <line num="794" count="0" type="stmt"/>
692
+ <line num="796" count="0" type="stmt"/>
693
+ <line num="797" count="0" type="cond" truecount="0" falsecount="1"/>
694
+ <line num="798" count="0" type="stmt"/>
695
+ <line num="801" count="0" type="cond" truecount="0" falsecount="1"/>
696
+ <line num="802" count="0" type="stmt"/>
697
+ <line num="804" count="0" type="cond" truecount="0" falsecount="1"/>
698
+ <line num="806" count="0" type="stmt"/>
699
+ <line num="808" count="0" type="stmt"/>
700
700
  <line num="814" count="0" type="stmt"/>
701
- <line num="825" count="0" type="stmt"/>
701
+ <line num="815" count="0" type="stmt"/>
702
702
  <line num="826" count="0" type="stmt"/>
703
703
  <line num="827" count="0" type="stmt"/>
704
- <line num="829" count="0" type="stmt"/>
705
- <line num="835" count="0" type="stmt"/>
706
- <line num="854" count="0" type="cond" truecount="0" falsecount="2"/>
707
- <line num="855" count="0" type="stmt"/>
704
+ <line num="828" count="0" type="stmt"/>
705
+ <line num="830" count="0" type="stmt"/>
706
+ <line num="836" count="0" type="stmt"/>
707
+ <line num="856" count="0" type="cond" truecount="0" falsecount="2"/>
708
708
  <line num="857" count="0" type="stmt"/>
709
- <line num="860" count="0" type="cond" truecount="0" falsecount="2"/>
710
- <line num="867" count="0" type="cond" truecount="0" falsecount="1"/>
711
- <line num="868" count="0" type="stmt"/>
712
- <line num="869" count="0" type="stmt"/>
709
+ <line num="859" count="0" type="stmt"/>
710
+ <line num="862" count="0" type="cond" truecount="0" falsecount="2"/>
711
+ <line num="869" count="0" type="cond" truecount="0" falsecount="1"/>
713
712
  <line num="870" count="0" type="stmt"/>
714
- <line num="872" count="0" type="cond" truecount="0" falsecount="1"/>
715
- <line num="873" count="0" type="stmt"/>
716
- <line num="874" count="0" type="stmt"/>
713
+ <line num="871" count="0" type="stmt"/>
714
+ <line num="872" count="0" type="stmt"/>
715
+ <line num="874" count="0" type="cond" truecount="0" falsecount="1"/>
717
716
  <line num="875" count="0" type="stmt"/>
718
- <line num="895" count="0" type="stmt"/>
719
- <line num="896" count="0" type="cond" truecount="0" falsecount="1"/>
720
- <line num="904" count="0" type="stmt"/>
721
- <line num="905" count="0" type="stmt"/>
717
+ <line num="876" count="0" type="stmt"/>
718
+ <line num="877" count="0" type="stmt"/>
719
+ <line num="897" count="0" type="stmt"/>
720
+ <line num="898" count="0" type="cond" truecount="0" falsecount="1"/>
722
721
  <line num="906" count="0" type="stmt"/>
722
+ <line num="907" count="0" type="stmt"/>
723
723
  <line num="908" count="0" type="stmt"/>
724
- <line num="909" count="0" type="stmt"/>
725
724
  <line num="910" count="0" type="stmt"/>
726
- <line num="918" count="0" type="stmt"/>
727
- <line num="923" count="0" type="cond" truecount="0" falsecount="3"/>
728
- <line num="924" count="0" type="stmt"/>
725
+ <line num="911" count="0" type="stmt"/>
726
+ <line num="912" count="0" type="stmt"/>
727
+ <line num="920" count="0" type="stmt"/>
728
+ <line num="925" count="0" type="cond" truecount="0" falsecount="3"/>
729
729
  <line num="926" count="0" type="stmt"/>
730
- <line num="929" count="0" type="stmt"/>
731
- <line num="930" count="0" type="stmt"/>
730
+ <line num="928" count="0" type="stmt"/>
731
+ <line num="931" count="0" type="stmt"/>
732
732
  <line num="932" count="0" type="stmt"/>
733
733
  <line num="934" count="0" type="stmt"/>
734
- <line num="940" count="0" type="stmt"/>
735
- <line num="941" count="0" type="stmt"/>
734
+ <line num="936" count="0" type="stmt"/>
735
+ <line num="942" count="0" type="stmt"/>
736
736
  <line num="943" count="0" type="stmt"/>
737
- <line num="944" count="0" type="stmt"/>
738
737
  <line num="945" count="0" type="stmt"/>
739
738
  <line num="946" count="0" type="stmt"/>
740
739
  <line num="947" count="0" type="stmt"/>
741
- <line num="948" count="0" type="cond" truecount="0" falsecount="4"/>
740
+ <line num="948" count="0" type="stmt"/>
742
741
  <line num="949" count="0" type="stmt"/>
742
+ <line num="950" count="0" type="cond" truecount="0" falsecount="4"/>
743
743
  <line num="951" count="0" type="stmt"/>
744
- <line num="954" count="0" type="stmt"/>
745
- <line num="957" count="0" type="stmt"/>
746
- <line num="958" count="0" type="stmt"/>
744
+ <line num="953" count="0" type="stmt"/>
745
+ <line num="956" count="0" type="stmt"/>
746
+ <line num="959" count="0" type="stmt"/>
747
747
  <line num="960" count="0" type="stmt"/>
748
- <line num="961" count="0" type="cond" truecount="0" falsecount="2"/>
748
+ <line num="962" count="0" type="stmt"/>
749
749
  <line num="963" count="0" type="cond" truecount="0" falsecount="2"/>
750
- <line num="966" count="0" type="stmt"/>
751
- <line num="967" count="0" type="stmt"/>
750
+ <line num="965" count="0" type="cond" truecount="0" falsecount="2"/>
751
+ <line num="968" count="0" type="stmt"/>
752
752
  <line num="969" count="0" type="stmt"/>
753
- <line num="970" count="0" type="stmt"/>
754
- <line num="973" count="0" type="stmt"/>
755
- <line num="974" count="0" type="stmt"/>
756
- <line num="977" count="0" type="cond" truecount="0" falsecount="1"/>
757
- <line num="978" count="0" type="stmt"/>
758
- <line num="981" count="0" type="stmt"/>
759
- <line num="984" count="0" type="stmt"/>
760
- <line num="986" count="0" type="cond" truecount="0" falsecount="1"/>
761
- <line num="987" count="0" type="stmt"/>
753
+ <line num="971" count="0" type="stmt"/>
754
+ <line num="972" count="0" type="stmt"/>
755
+ <line num="975" count="0" type="stmt"/>
756
+ <line num="976" count="0" type="stmt"/>
757
+ <line num="979" count="0" type="cond" truecount="0" falsecount="1"/>
758
+ <line num="980" count="0" type="stmt"/>
759
+ <line num="983" count="0" type="stmt"/>
760
+ <line num="986" count="0" type="stmt"/>
761
+ <line num="988" count="0" type="cond" truecount="0" falsecount="1"/>
762
762
  <line num="989" count="0" type="stmt"/>
763
- <line num="991" count="0" type="cond" truecount="0" falsecount="2"/>
764
- <line num="995" count="0" type="stmt"/>
765
- <line num="996" count="0" type="cond" truecount="0" falsecount="1"/>
763
+ <line num="991" count="0" type="stmt"/>
764
+ <line num="993" count="0" type="cond" truecount="0" falsecount="2"/>
766
765
  <line num="997" count="0" type="stmt"/>
767
- <line num="999" count="0" type="cond" truecount="0" falsecount="5"/>
768
- <line num="1000" count="0" type="stmt"/>
769
- <line num="1001" count="0" type="cond" truecount="0" falsecount="1"/>
766
+ <line num="998" count="0" type="cond" truecount="0" falsecount="1"/>
767
+ <line num="999" count="0" type="stmt"/>
768
+ <line num="1001" count="0" type="cond" truecount="0" falsecount="5"/>
770
769
  <line num="1002" count="0" type="stmt"/>
771
- <line num="1003" count="0" type="cond" truecount="0" falsecount="2"/>
772
- <line num="1007" count="0" type="cond" truecount="0" falsecount="1"/>
773
- <line num="1008" count="0" type="cond" truecount="0" falsecount="2"/>
774
- <line num="1010" count="0" type="stmt"/>
775
- <line num="1011" count="0" type="cond" truecount="0" falsecount="1"/>
770
+ <line num="1003" count="0" type="cond" truecount="0" falsecount="1"/>
771
+ <line num="1004" count="0" type="stmt"/>
772
+ <line num="1005" count="0" type="cond" truecount="0" falsecount="2"/>
773
+ <line num="1009" count="0" type="cond" truecount="0" falsecount="1"/>
774
+ <line num="1010" count="0" type="cond" truecount="0" falsecount="2"/>
776
775
  <line num="1012" count="0" type="stmt"/>
777
- <line num="1017" count="0" type="stmt"/>
778
- <line num="1021" count="0" type="stmt"/>
779
- <line num="1024" count="0" type="stmt"/>
780
- <line num="1025" count="0" type="stmt"/>
781
- <line num="1026" count="0" type="cond" truecount="0" falsecount="1"/>
776
+ <line num="1013" count="0" type="cond" truecount="0" falsecount="1"/>
777
+ <line num="1014" count="0" type="stmt"/>
778
+ <line num="1019" count="0" type="stmt"/>
779
+ <line num="1023" count="0" type="stmt"/>
780
+ <line num="1026" count="0" type="stmt"/>
782
781
  <line num="1027" count="0" type="stmt"/>
783
- <line num="1028" count="0" type="stmt"/>
784
- <line num="1031" count="0" type="stmt"/>
785
- <line num="1032" count="0" type="stmt"/>
782
+ <line num="1028" count="0" type="cond" truecount="0" falsecount="1"/>
783
+ <line num="1029" count="0" type="stmt"/>
784
+ <line num="1030" count="0" type="stmt"/>
786
785
  <line num="1033" count="0" type="stmt"/>
787
786
  <line num="1034" count="0" type="stmt"/>
788
- <line num="1038" count="0" type="stmt"/>
789
- <line num="1042" count="0" type="stmt"/>
790
- <line num="1046" count="0" type="cond" truecount="0" falsecount="4"/>
791
- <line num="1054" count="0" type="cond" truecount="0" falsecount="2"/>
792
- <line num="1055" count="0" type="stmt"/>
793
- <line num="1056" count="0" type="stmt"/>
787
+ <line num="1035" count="0" type="stmt"/>
788
+ <line num="1036" count="0" type="stmt"/>
789
+ <line num="1040" count="0" type="stmt"/>
790
+ <line num="1044" count="0" type="stmt"/>
791
+ <line num="1048" count="0" type="cond" truecount="0" falsecount="4"/>
792
+ <line num="1056" count="0" type="cond" truecount="0" falsecount="2"/>
794
793
  <line num="1057" count="0" type="stmt"/>
795
- <line num="1061" count="0" type="stmt"/>
796
- <line num="1062" count="0" type="stmt"/>
797
- <line num="1063" count="0" type="cond" truecount="0" falsecount="1"/>
794
+ <line num="1058" count="0" type="stmt"/>
795
+ <line num="1059" count="0" type="stmt"/>
796
+ <line num="1063" count="0" type="stmt"/>
798
797
  <line num="1064" count="0" type="stmt"/>
799
- <line num="1065" count="0" type="stmt"/>
798
+ <line num="1065" count="0" type="cond" truecount="0" falsecount="1"/>
800
799
  <line num="1066" count="0" type="stmt"/>
801
- <line num="1070" count="0" type="stmt"/>
802
- <line num="1076" count="0" type="cond" truecount="0" falsecount="4"/>
803
- <line num="1080" count="0" type="stmt"/>
804
- <line num="1084" count="0" type="stmt"/>
805
- <line num="1085" count="0" type="stmt"/>
806
- <line num="1089" count="0" type="cond" truecount="0" falsecount="1"/>
807
- <line num="1090" count="0" type="stmt"/>
808
- <line num="1091" count="0" type="stmt"/>
800
+ <line num="1067" count="0" type="stmt"/>
801
+ <line num="1068" count="0" type="stmt"/>
802
+ <line num="1072" count="0" type="stmt"/>
803
+ <line num="1078" count="0" type="cond" truecount="0" falsecount="4"/>
804
+ <line num="1082" count="0" type="stmt"/>
805
+ <line num="1086" count="0" type="stmt"/>
806
+ <line num="1087" count="0" type="stmt"/>
807
+ <line num="1091" count="0" type="cond" truecount="0" falsecount="1"/>
809
808
  <line num="1092" count="0" type="stmt"/>
810
809
  <line num="1093" count="0" type="stmt"/>
811
810
  <line num="1094" count="0" type="stmt"/>
812
811
  <line num="1095" count="0" type="stmt"/>
813
812
  <line num="1096" count="0" type="stmt"/>
814
813
  <line num="1097" count="0" type="stmt"/>
815
- <line num="1098" count="0" type="cond" truecount="0" falsecount="3"/>
814
+ <line num="1098" count="0" type="stmt"/>
816
815
  <line num="1099" count="0" type="stmt"/>
817
- <line num="1101" count="0" type="cond" truecount="0" falsecount="4"/>
818
- <line num="1103" count="0" type="stmt"/>
816
+ <line num="1100" count="0" type="cond" truecount="0" falsecount="3"/>
817
+ <line num="1101" count="0" type="stmt"/>
818
+ <line num="1103" count="0" type="cond" truecount="0" falsecount="4"/>
819
+ <line num="1105" count="0" type="stmt"/>
819
820
  </file>
820
821
  <file name="logger.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/app/logger.ts">
821
822
  <metrics statements="10" coveredstatements="0" conditionals="14" coveredconditionals="0" methods="5" coveredmethods="0"/>
@@ -1303,7 +1304,7 @@
1303
1304
  </file>
1304
1305
  </package>
1305
1306
  <package name="main.modules">
1306
- <metrics statements="1214" coveredstatements="76" conditionals="634" coveredconditionals="30" methods="258" coveredmethods="28"/>
1307
+ <metrics statements="1260" coveredstatements="12" conditionals="652" coveredconditionals="0" methods="265" coveredmethods="2"/>
1307
1308
  <file name="attributeSender.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/attributeSender.ts">
1308
1309
  <metrics statements="22" coveredstatements="0" conditionals="4" coveredconditionals="0" methods="6" coveredmethods="0"/>
1309
1310
  <line num="4" count="0" type="stmt"/>
@@ -1399,107 +1400,153 @@
1399
1400
  <line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
1400
1401
  </file>
1401
1402
  <file name="conditionsManager.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/conditionsManager.ts">
1402
- <metrics statements="100" coveredstatements="76" conditionals="42" coveredconditionals="30" methods="42" coveredmethods="28"/>
1403
- <line num="12" count="1" type="stmt"/>
1404
- <line num="13" count="11" type="stmt"/>
1405
- <line num="14" count="11" type="stmt"/>
1406
- <line num="16" count="11" type="stmt"/>
1407
- <line num="19" count="6" type="stmt"/>
1408
- <line num="23" count="1" type="stmt"/>
1409
- <line num="24" count="1" type="stmt"/>
1403
+ <metrics statements="146" coveredstatements="12" conditionals="60" coveredconditionals="0" methods="49" coveredmethods="2"/>
1410
1404
  <line num="30" count="1" type="stmt"/>
1411
1405
  <line num="31" count="1" type="stmt"/>
1412
- <line num="33" count="0" type="stmt"/>
1413
- <line num="38" count="9" type="cond" truecount="1" falsecount="0"/>
1414
- <line num="39" count="8" type="stmt"/>
1415
- <line num="40" count="8" type="stmt"/>
1416
- <line num="41" count="8" type="stmt"/>
1417
- <line num="43" count="0" type="stmt"/>
1418
- <line num="48" count="6" type="cond" truecount="0" falsecount="1"/>
1419
- <line num="50" count="6" type="cond" truecount="5" falsecount="1"/>
1420
- <line num="52" count="1" type="stmt"/>
1421
- <line num="53" count="1" type="stmt"/>
1422
- <line num="55" count="1" type="stmt"/>
1423
- <line num="56" count="1" type="stmt"/>
1424
- <line num="58" count="1" type="stmt"/>
1425
- <line num="59" count="1" type="stmt"/>
1426
- <line num="61" count="1" type="stmt"/>
1427
- <line num="62" count="1" type="stmt"/>
1428
- <line num="64" count="2" type="stmt"/>
1429
- <line num="65" count="2" type="stmt"/>
1430
- <line num="67" count="0" type="stmt"/>
1406
+ <line num="32" count="1" type="stmt"/>
1407
+ <line num="35" count="1" type="stmt"/>
1408
+ <line num="36" count="1" type="stmt"/>
1409
+ <line num="40" count="0" type="stmt"/>
1410
+ <line num="44" count="0" type="stmt"/>
1411
+ <line num="45" count="0" type="stmt"/>
1412
+ <line num="51" count="0" type="stmt"/>
1413
+ <line num="52" count="0" type="stmt"/>
1414
+ <line num="53" count="0" type="stmt"/>
1415
+ <line num="54" count="0" type="cond" truecount="0" falsecount="1"/>
1416
+ <line num="55" count="0" type="stmt"/>
1417
+ <line num="56" count="0" type="cond" truecount="0" falsecount="1"/>
1418
+ <line num="57" count="0" type="stmt"/>
1419
+ <line num="61" count="0" type="stmt"/>
1420
+ <line num="62" count="0" type="stmt"/>
1421
+ <line num="63" count="0" type="stmt"/>
1422
+ <line num="64" count="0" type="cond" truecount="0" falsecount="2"/>
1423
+ <line num="65" count="0" type="stmt"/>
1424
+ <line num="66" count="0" type="stmt"/>
1425
+ <line num="67" count="0" type="cond" truecount="0" falsecount="1"/>
1426
+ <line num="68" count="0" type="stmt"/>
1431
1427
  <line num="72" count="0" type="stmt"/>
1432
- <line num="73" count="0" type="stmt"/>
1433
- <line num="75" count="0" type="cond" truecount="0" falsecount="1"/>
1434
- <line num="76" count="0" type="stmt"/>
1428
+ <line num="73" count="0" type="cond" truecount="0" falsecount="1"/>
1429
+ <line num="74" count="0" type="cond" truecount="0" falsecount="1"/>
1430
+ <line num="75" count="0" type="stmt"/>
1435
1431
  <line num="77" count="0" type="stmt"/>
1436
- <line num="78" count="0" type="cond" truecount="0" falsecount="3"/>
1437
- <line num="79" count="0" type="stmt"/>
1438
- <line num="85" count="11" type="stmt"/>
1439
- <line num="88" count="1" type="stmt"/>
1440
- <line num="89" count="6" type="stmt"/>
1441
- <line num="90" count="6" type="cond" truecount="1" falsecount="0"/>
1432
+ <line num="82" count="0" type="stmt"/>
1433
+ <line num="84" count="0" type="stmt"/>
1434
+ <line num="89" count="1" type="cond" truecount="0" falsecount="1"/>
1435
+ <line num="90" count="1" type="stmt"/>
1442
1436
  <line num="91" count="1" type="stmt"/>
1443
- <line num="98" count="2" type="stmt"/>
1444
- <line num="99" count="4" type="stmt"/>
1445
- <line num="101" count="2" type="cond" truecount="1" falsecount="0"/>
1446
- <line num="102" count="2" type="stmt"/>
1447
- <line num="104" count="4" type="cond" truecount="2" falsecount="3"/>
1448
- <line num="106" count="2" type="stmt"/>
1449
- <line num="107" count="2" type="stmt"/>
1450
- <line num="109" count="2" type="stmt"/>
1451
- <line num="110" count="2" type="stmt"/>
1437
+ <line num="92" count="1" type="stmt"/>
1438
+ <line num="94" count="0" type="stmt"/>
1439
+ <line num="99" count="0" type="cond" truecount="0" falsecount="1"/>
1440
+ <line num="101" count="0" type="cond" truecount="0" falsecount="6"/>
1441
+ <line num="103" count="0" type="stmt"/>
1442
+ <line num="104" count="0" type="stmt"/>
1443
+ <line num="106" count="0" type="stmt"/>
1444
+ <line num="107" count="0" type="stmt"/>
1445
+ <line num="109" count="0" type="stmt"/>
1446
+ <line num="110" count="0" type="stmt"/>
1452
1447
  <line num="112" count="0" type="stmt"/>
1453
1448
  <line num="113" count="0" type="stmt"/>
1454
1449
  <line num="115" count="0" type="stmt"/>
1455
1450
  <line num="116" count="0" type="stmt"/>
1456
1451
  <line num="118" count="0" type="stmt"/>
1457
- <line num="120" count="4" type="stmt"/>
1458
- <line num="122" count="4" type="cond" truecount="3" falsecount="0"/>
1459
- <line num="123" count="2" type="stmt"/>
1460
- <line num="131" count="1" type="stmt"/>
1461
- <line num="132" count="1" type="cond" truecount="1" falsecount="0"/>
1462
- <line num="133" count="1" type="stmt"/>
1463
- <line num="134" count="1" type="stmt"/>
1464
- <line num="135" count="1" type="cond" truecount="3" falsecount="0"/>
1452
+ <line num="123" count="0" type="stmt"/>
1453
+ <line num="124" count="0" type="stmt"/>
1454
+ <line num="126" count="0" type="cond" truecount="0" falsecount="1"/>
1455
+ <line num="127" count="0" type="stmt"/>
1456
+ <line num="128" count="0" type="stmt"/>
1457
+ <line num="129" count="0" type="cond" truecount="0" falsecount="3"/>
1458
+ <line num="130" count="0" type="stmt"/>
1465
1459
  <line num="136" count="1" type="stmt"/>
1466
- <line num="144" count="1" type="stmt"/>
1467
- <line num="145" count="1" type="stmt"/>
1468
- <line num="147" count="1" type="cond" truecount="1" falsecount="0"/>
1469
- <line num="148" count="1" type="stmt"/>
1470
- <line num="149" count="0" type="stmt"/>
1471
- <line num="150" count="0" type="cond" truecount="0" falsecount="3"/>
1472
- <line num="151" count="0" type="stmt"/>
1473
- <line num="155" count="1" type="stmt"/>
1474
- <line num="156" count="1" type="cond" truecount="1" falsecount="0"/>
1475
- <line num="157" count="1" type="stmt"/>
1476
- <line num="158" count="1" type="stmt"/>
1477
- <line num="159" count="1" type="cond" truecount="3" falsecount="0"/>
1478
- <line num="160" count="1" type="stmt"/>
1479
- <line num="168" count="1" type="stmt"/>
1480
- <line num="169" count="1" type="cond" truecount="1" falsecount="0"/>
1481
- <line num="170" count="1" type="stmt"/>
1482
- <line num="171" count="1" type="stmt"/>
1483
- <line num="172" count="1" type="cond" truecount="3" falsecount="0"/>
1484
- <line num="173" count="1" type="stmt"/>
1485
- <line num="181" count="1" type="stmt"/>
1486
- <line num="182" count="1" type="stmt"/>
1487
- <line num="183" count="1" type="stmt"/>
1488
- <line num="185" count="1" type="cond" truecount="1" falsecount="0"/>
1489
- <line num="186" count="1" type="stmt"/>
1490
- <line num="187" count="1" type="stmt"/>
1491
- <line num="188" count="1" type="cond" truecount="3" falsecount="0"/>
1492
- <line num="189" count="1" type="stmt"/>
1493
- <line num="228" count="1" type="stmt"/>
1494
- <line num="229" count="5" type="stmt"/>
1495
- <line num="230" count="0" type="stmt"/>
1496
- <line num="231" count="1" type="stmt"/>
1460
+ <line num="139" count="0" type="stmt"/>
1461
+ <line num="140" count="0" type="stmt"/>
1462
+ <line num="141" count="0" type="cond" truecount="0" falsecount="1"/>
1463
+ <line num="142" count="0" type="stmt"/>
1464
+ <line num="145" count="0" type="stmt"/>
1465
+ <line num="146" count="0" type="cond" truecount="0" falsecount="1"/>
1466
+ <line num="147" count="0" type="stmt"/>
1467
+ <line num="154" count="0" type="stmt"/>
1468
+ <line num="155" count="0" type="stmt"/>
1469
+ <line num="157" count="0" type="cond" truecount="0" falsecount="1"/>
1470
+ <line num="158" count="0" type="stmt"/>
1471
+ <line num="160" count="0" type="cond" truecount="0" falsecount="5"/>
1472
+ <line num="162" count="0" type="stmt"/>
1473
+ <line num="163" count="0" type="stmt"/>
1474
+ <line num="165" count="0" type="stmt"/>
1475
+ <line num="166" count="0" type="stmt"/>
1476
+ <line num="168" count="0" type="stmt"/>
1477
+ <line num="169" count="0" type="stmt"/>
1478
+ <line num="171" count="0" type="stmt"/>
1479
+ <line num="172" count="0" type="stmt"/>
1480
+ <line num="174" count="0" type="stmt"/>
1481
+ <line num="176" count="0" type="stmt"/>
1482
+ <line num="178" count="0" type="cond" truecount="0" falsecount="3"/>
1483
+ <line num="179" count="0" type="stmt"/>
1484
+ <line num="187" count="0" type="stmt"/>
1485
+ <line num="188" count="0" type="cond" truecount="0" falsecount="1"/>
1486
+ <line num="189" count="0" type="stmt"/>
1487
+ <line num="190" count="0" type="stmt"/>
1488
+ <line num="191" count="0" type="cond" truecount="0" falsecount="3"/>
1489
+ <line num="192" count="0" type="stmt"/>
1490
+ <line num="200" count="0" type="stmt"/>
1491
+ <line num="201" count="0" type="cond" truecount="0" falsecount="1"/>
1492
+ <line num="202" count="0" type="stmt"/>
1493
+ <line num="203" count="0" type="stmt"/>
1494
+ <line num="204" count="0" type="cond" truecount="0" falsecount="4"/>
1495
+ <line num="205" count="0" type="stmt"/>
1496
+ <line num="213" count="0" type="stmt"/>
1497
+ <line num="214" count="0" type="cond" truecount="0" falsecount="1"/>
1498
+ <line num="215" count="0" type="stmt"/>
1499
+ <line num="216" count="0" type="stmt"/>
1500
+ <line num="217" count="0" type="cond" truecount="0" falsecount="3"/>
1501
+ <line num="218" count="0" type="stmt"/>
1502
+ <line num="226" count="0" type="stmt"/>
1503
+ <line num="227" count="0" type="stmt"/>
1504
+ <line num="228" count="0" type="stmt"/>
1505
+ <line num="230" count="0" type="cond" truecount="0" falsecount="1"/>
1506
+ <line num="231" count="0" type="stmt"/>
1497
1507
  <line num="232" count="0" type="stmt"/>
1498
- <line num="233" count="0" type="stmt"/>
1508
+ <line num="233" count="0" type="cond" truecount="0" falsecount="3"/>
1499
1509
  <line num="234" count="0" type="stmt"/>
1500
- <line num="235" count="0" type="stmt"/>
1501
- <line num="236" count="2" type="stmt"/>
1502
- <line num="237" count="0" type="stmt"/>
1510
+ <line num="279" count="1" type="stmt"/>
1511
+ <line num="280" count="0" type="stmt"/>
1512
+ <line num="281" count="0" type="stmt"/>
1513
+ <line num="282" count="0" type="stmt"/>
1514
+ <line num="283" count="0" type="stmt"/>
1515
+ <line num="284" count="0" type="stmt"/>
1516
+ <line num="285" count="0" type="stmt"/>
1517
+ <line num="286" count="0" type="stmt"/>
1518
+ <line num="287" count="0" type="stmt"/>
1519
+ <line num="288" count="0" type="stmt"/>
1520
+ <line num="289" count="0" type="stmt"/>
1521
+ <line num="290" count="0" type="stmt"/>
1522
+ <line num="293" count="1" type="stmt"/>
1523
+ <line num="294" count="0" type="stmt"/>
1524
+ <line num="304" count="0" type="stmt"/>
1525
+ <line num="305" count="0" type="stmt"/>
1526
+ <line num="307" count="0" type="cond" truecount="0" falsecount="1"/>
1527
+ <line num="310" count="0" type="stmt"/>
1528
+ <line num="316" count="0" type="cond" truecount="0" falsecount="10"/>
1529
+ <line num="318" count="0" type="stmt"/>
1530
+ <line num="324" count="0" type="stmt"/>
1531
+ <line num="326" count="0" type="stmt"/>
1532
+ <line num="333" count="0" type="stmt"/>
1533
+ <line num="335" count="0" type="stmt"/>
1534
+ <line num="342" count="0" type="stmt"/>
1535
+ <line num="344" count="0" type="stmt"/>
1536
+ <line num="352" count="0" type="stmt"/>
1537
+ <line num="354" count="0" type="stmt"/>
1538
+ <line num="361" count="0" type="stmt"/>
1539
+ <line num="363" count="0" type="stmt"/>
1540
+ <line num="369" count="0" type="stmt"/>
1541
+ <line num="371" count="0" type="stmt"/>
1542
+ <line num="377" count="0" type="stmt"/>
1543
+ <line num="379" count="0" type="stmt"/>
1544
+ <line num="385" count="0" type="stmt"/>
1545
+ <line num="387" count="0" type="stmt"/>
1546
+ <line num="393" count="0" type="stmt"/>
1547
+ <line num="395" count="0" type="stmt"/>
1548
+ <line num="401" count="0" type="stmt"/>
1549
+ <line num="404" count="0" type="stmt"/>
1503
1550
  </file>
1504
1551
  <file name="connection.ts" path="/Users/nikitamelnikov/Documents/work/openreplay/tracker/tracker/src/main/modules/connection.ts">
1505
1552
  <metrics statements="9" coveredstatements="0" conditionals="6" coveredconditionals="0" methods="2" coveredmethods="0"/>