@contractkit/plugin-typescript 0.20.0 → 0.22.0
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/.turbo/turbo-build$colon$ci.log +6 -6
- package/.turbo/turbo-test$colon$ci.log +16 -16
- package/CHANGELOG.md +47 -0
- package/coverage/clover.xml +691 -657
- package/coverage/coverage-final.json +4 -4
- package/coverage/index.html +19 -19
- package/coverage/src/codegen-contract.ts.html +1 -1
- package/coverage/src/codegen-operation.ts.html +11 -8
- package/coverage/src/codegen-plain-types.ts.html +1 -1
- package/coverage/src/codegen-sdk.ts.html +291 -180
- package/coverage/src/index.html +43 -43
- package/coverage/src/index.ts.html +249 -78
- package/coverage/src/path-utils.ts.html +109 -13
- package/coverage/src/ts-render.ts.html +1 -1
- package/coverage/tests/helpers.ts.html +1 -1
- package/coverage/tests/index.html +1 -1
- package/dist/codegen-operation.d.ts +1 -0
- package/dist/codegen-operation.d.ts.map +1 -1
- package/dist/codegen-sdk.d.ts +40 -15
- package/dist/codegen-sdk.d.ts.map +1 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +177 -96
- package/dist/index.js.map +1 -1
- package/dist/path-utils.d.ts +11 -0
- package/dist/path-utils.d.ts.map +1 -1
- package/package.json +4 -4
- package/src/codegen-operation.ts +3 -2
- package/src/codegen-sdk.ts +133 -96
- package/src/index.ts +97 -40
- package/src/path-utils.ts +32 -0
- package/tests/codegen-operation.test.ts +18 -19
- package/tests/codegen-sdk.test.ts +73 -78
- package/tests/codegen-server.test.ts +28 -16
package/coverage/clover.xml
CHANGED
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1778245380724" clover="3.2.0">
|
|
3
|
+
<project timestamp="1778245380724" name="All files">
|
|
4
|
+
<metrics statements="2151" coveredstatements="1776" conditionals="1635" coveredconditionals="1228" methods="400" coveredmethods="334" elements="4186" coveredelements="3338" complexity="0" loc="2151" ncloc="2151" packages="2" files="8" classes="8"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="2105" coveredstatements="1733" conditionals="1602" coveredconditionals="1198" methods="372" coveredmethods="309"/>
|
|
7
7
|
<file name="codegen-contract.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/codegen-contract.ts">
|
|
8
8
|
<metrics statements="553" coveredstatements="492" conditionals="470" coveredconditionals="386" methods="121" coveredmethods="109"/>
|
|
9
9
|
<line num="31" count="126" type="cond" truecount="3" falsecount="0"/>
|
|
@@ -561,7 +561,7 @@
|
|
|
561
561
|
<line num="1175" count="26" type="stmt"/>
|
|
562
562
|
</file>
|
|
563
563
|
<file name="codegen-operation.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/codegen-operation.ts">
|
|
564
|
-
<metrics statements="399" coveredstatements="318" conditionals="338" coveredconditionals="251" methods="
|
|
564
|
+
<metrics statements="399" coveredstatements="318" conditionals="338" coveredconditionals="251" methods="72" coveredmethods="56"/>
|
|
565
565
|
<line num="19" count="22" type="cond" truecount="4" falsecount="1"/>
|
|
566
566
|
<line num="21" count="2" type="stmt"/>
|
|
567
567
|
<line num="23" count="2" type="stmt"/>
|
|
@@ -597,370 +597,370 @@
|
|
|
597
597
|
<line num="92" count="0" type="stmt"/>
|
|
598
598
|
<line num="93" count="0" type="stmt"/>
|
|
599
599
|
<line num="94" count="0" type="stmt"/>
|
|
600
|
-
<line num="130" count="110" type="stmt"/>
|
|
601
600
|
<line num="131" count="110" type="stmt"/>
|
|
602
601
|
<line num="132" count="110" type="stmt"/>
|
|
603
602
|
<line num="133" count="110" type="stmt"/>
|
|
604
|
-
<line num="
|
|
603
|
+
<line num="134" count="110" type="stmt"/>
|
|
605
604
|
<line num="138" count="110" type="stmt"/>
|
|
606
605
|
<line num="139" count="110" type="stmt"/>
|
|
607
606
|
<line num="140" count="110" type="stmt"/>
|
|
608
|
-
<line num="141" count="110" type="
|
|
607
|
+
<line num="141" count="110" type="stmt"/>
|
|
609
608
|
<line num="142" count="110" type="cond" truecount="2" falsecount="0"/>
|
|
610
|
-
<line num="143" count="110" type="
|
|
611
|
-
<line num="
|
|
612
|
-
<line num="146" count="
|
|
613
|
-
<line num="147" count="109" type="
|
|
614
|
-
<line num="
|
|
615
|
-
<line num="151" count="
|
|
616
|
-
<line num="
|
|
617
|
-
<line num="155" count="
|
|
618
|
-
<line num="
|
|
619
|
-
<line num="159" count="
|
|
620
|
-
<line num="
|
|
621
|
-
<line num="163" count="110" type="
|
|
622
|
-
<line num="164" count="
|
|
623
|
-
<line num="
|
|
624
|
-
<line num="167" count="
|
|
625
|
-
<line num="
|
|
626
|
-
<line num="172" count="
|
|
609
|
+
<line num="143" count="110" type="cond" truecount="2" falsecount="0"/>
|
|
610
|
+
<line num="144" count="110" type="stmt"/>
|
|
611
|
+
<line num="146" count="110" type="stmt"/>
|
|
612
|
+
<line num="147" count="109" type="cond" truecount="3" falsecount="0"/>
|
|
613
|
+
<line num="148" count="109" type="stmt"/>
|
|
614
|
+
<line num="151" count="110" type="cond" truecount="2" falsecount="0"/>
|
|
615
|
+
<line num="152" count="46" type="stmt"/>
|
|
616
|
+
<line num="155" count="110" type="cond" truecount="2" falsecount="0"/>
|
|
617
|
+
<line num="156" count="2" type="stmt"/>
|
|
618
|
+
<line num="159" count="110" type="cond" truecount="2" falsecount="0"/>
|
|
619
|
+
<line num="160" count="49" type="stmt"/>
|
|
620
|
+
<line num="163" count="110" type="stmt"/>
|
|
621
|
+
<line num="164" count="110" type="cond" truecount="1" falsecount="1"/>
|
|
622
|
+
<line num="165" count="0" type="stmt"/>
|
|
623
|
+
<line num="167" count="110" type="cond" truecount="2" falsecount="0"/>
|
|
624
|
+
<line num="168" count="1" type="stmt"/>
|
|
625
|
+
<line num="172" count="110" type="cond" truecount="1" falsecount="1"/>
|
|
627
626
|
<line num="173" count="0" type="stmt"/>
|
|
628
|
-
<line num="
|
|
629
|
-
<line num="
|
|
627
|
+
<line num="174" count="0" type="stmt"/>
|
|
628
|
+
<line num="179" count="110" type="stmt"/>
|
|
630
629
|
<line num="181" count="110" type="stmt"/>
|
|
631
|
-
<line num="182" count="110" type="
|
|
632
|
-
<line num="183" count="110" type="
|
|
630
|
+
<line num="182" count="110" type="stmt"/>
|
|
631
|
+
<line num="183" count="110" type="cond" truecount="2" falsecount="0"/>
|
|
633
632
|
<line num="184" count="110" type="stmt"/>
|
|
634
633
|
<line num="185" count="110" type="stmt"/>
|
|
635
634
|
<line num="186" count="110" type="stmt"/>
|
|
636
|
-
<line num="
|
|
637
|
-
<line num="189" count="110" type="
|
|
635
|
+
<line num="187" count="110" type="stmt"/>
|
|
636
|
+
<line num="189" count="110" type="cond" truecount="2" falsecount="0"/>
|
|
638
637
|
<line num="190" count="110" type="stmt"/>
|
|
639
|
-
<line num="191" count="
|
|
640
|
-
<line num="192" count="
|
|
638
|
+
<line num="191" count="110" type="stmt"/>
|
|
639
|
+
<line num="192" count="112" type="cond" truecount="4" falsecount="0"/>
|
|
641
640
|
<line num="193" count="111" type="stmt"/>
|
|
642
|
-
<line num="
|
|
643
|
-
<line num="198" count="110" type="
|
|
644
|
-
<line num="199" count="110" type="
|
|
645
|
-
<line num="
|
|
641
|
+
<line num="194" count="111" type="stmt"/>
|
|
642
|
+
<line num="198" count="110" type="cond" truecount="2" falsecount="0"/>
|
|
643
|
+
<line num="199" count="110" type="stmt"/>
|
|
644
|
+
<line num="200" count="110" type="cond" truecount="2" falsecount="0"/>
|
|
646
645
|
<line num="206" count="111" type="stmt"/>
|
|
647
646
|
<line num="207" count="111" type="stmt"/>
|
|
648
647
|
<line num="208" count="111" type="stmt"/>
|
|
649
|
-
<line num="
|
|
650
|
-
<line num="
|
|
648
|
+
<line num="209" count="111" type="stmt"/>
|
|
649
|
+
<line num="211" count="111" type="stmt"/>
|
|
651
650
|
<line num="214" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
652
|
-
<line num="215" count="
|
|
653
|
-
<line num="
|
|
654
|
-
<line num="219" count="111" type="
|
|
655
|
-
<line num="
|
|
656
|
-
<line num="223" count="111" type="
|
|
657
|
-
<line num="224" count="
|
|
658
|
-
<line num="
|
|
659
|
-
<line num="229" count="111" type="
|
|
651
|
+
<line num="215" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
652
|
+
<line num="216" count="2" type="stmt"/>
|
|
653
|
+
<line num="219" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
654
|
+
<line num="220" count="111" type="stmt"/>
|
|
655
|
+
<line num="223" count="111" type="stmt"/>
|
|
656
|
+
<line num="224" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
657
|
+
<line num="225" count="3" type="stmt"/>
|
|
658
|
+
<line num="229" count="111" type="stmt"/>
|
|
660
659
|
<line num="230" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
661
|
-
<line num="
|
|
662
|
-
<line num="
|
|
660
|
+
<line num="231" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
661
|
+
<line num="233" count="111" type="stmt"/>
|
|
663
662
|
<line num="235" count="111" type="stmt"/>
|
|
664
|
-
<line num="236" count="111" type="
|
|
665
|
-
<line num="237" count="111" type="
|
|
666
|
-
<line num="238" count="111" type="
|
|
667
|
-
<line num="
|
|
668
|
-
<line num="242" count="111" type="
|
|
669
|
-
<line num="243" count="
|
|
670
|
-
<line num="244" count="108" type="
|
|
671
|
-
<line num="
|
|
672
|
-
<line num="247" count="
|
|
663
|
+
<line num="236" count="111" type="stmt"/>
|
|
664
|
+
<line num="237" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
665
|
+
<line num="238" count="111" type="stmt"/>
|
|
666
|
+
<line num="239" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
667
|
+
<line num="242" count="111" type="stmt"/>
|
|
668
|
+
<line num="243" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
669
|
+
<line num="244" count="108" type="cond" truecount="4" falsecount="0"/>
|
|
670
|
+
<line num="245" count="108" type="stmt"/>
|
|
671
|
+
<line num="247" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
673
672
|
<line num="248" count="22" type="stmt"/>
|
|
674
|
-
<line num="249" count="
|
|
675
|
-
<line num="
|
|
676
|
-
<line num="252" count="
|
|
677
|
-
<line num="
|
|
678
|
-
<line num="
|
|
679
|
-
<line num="
|
|
673
|
+
<line num="249" count="22" type="stmt"/>
|
|
674
|
+
<line num="250" count="19" type="stmt"/>
|
|
675
|
+
<line num="252" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
676
|
+
<line num="253" count="5" type="stmt"/>
|
|
677
|
+
<line num="255" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
678
|
+
<line num="257" count="111" type="stmt"/>
|
|
680
679
|
<line num="260" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
681
680
|
<line num="261" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
682
|
-
<line num="
|
|
683
|
-
<line num="265" count="
|
|
684
|
-
<line num="266" count="
|
|
681
|
+
<line num="262" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
682
|
+
<line num="265" count="111" type="cond" truecount="4" falsecount="0"/>
|
|
683
|
+
<line num="266" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
685
684
|
<line num="267" count="1" type="stmt"/>
|
|
686
|
-
<line num="268" count="
|
|
687
|
-
<line num="269" count="
|
|
685
|
+
<line num="268" count="1" type="stmt"/>
|
|
686
|
+
<line num="269" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
688
687
|
<line num="270" count="15" type="stmt"/>
|
|
689
|
-
<line num="271" count="
|
|
690
|
-
<line num="
|
|
688
|
+
<line num="271" count="15" type="stmt"/>
|
|
689
|
+
<line num="272" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
691
690
|
<line num="274" count="2" type="stmt"/>
|
|
692
|
-
<line num="
|
|
693
|
-
<line num="
|
|
694
|
-
<line num="
|
|
691
|
+
<line num="275" count="2" type="stmt"/>
|
|
692
|
+
<line num="278" count="1" type="stmt"/>
|
|
693
|
+
<line num="280" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
695
694
|
<line num="283" count="1" type="stmt"/>
|
|
696
695
|
<line num="284" count="1" type="stmt"/>
|
|
697
|
-
<line num="285" count="
|
|
698
|
-
<line num="286" count="2" type="
|
|
699
|
-
<line num="287" count="
|
|
700
|
-
<line num="
|
|
701
|
-
<line num="
|
|
702
|
-
<line num="
|
|
696
|
+
<line num="285" count="1" type="stmt"/>
|
|
697
|
+
<line num="286" count="2" type="stmt"/>
|
|
698
|
+
<line num="287" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
699
|
+
<line num="288" count="1" type="stmt"/>
|
|
700
|
+
<line num="290" count="1" type="stmt"/>
|
|
701
|
+
<line num="292" count="2" type="stmt"/>
|
|
703
702
|
<line num="294" count="1" type="stmt"/>
|
|
704
|
-
<line num="
|
|
705
|
-
<line num="300" count="111" type="
|
|
706
|
-
<line num="301" count="111" type="
|
|
707
|
-
<line num="302" count="111" type="
|
|
708
|
-
<line num="303" count="111" type="
|
|
709
|
-
<line num="
|
|
710
|
-
<line num="
|
|
711
|
-
<line num="310" count="
|
|
712
|
-
<line num="311" count="22" type="
|
|
713
|
-
<line num="312" count="
|
|
714
|
-
<line num="
|
|
715
|
-
<line num="315" count="22" type="
|
|
716
|
-
<line num="316" count="
|
|
717
|
-
<line num="
|
|
718
|
-
<line num="
|
|
719
|
-
<line num="324" count="89" type="
|
|
720
|
-
<line num="325" count="
|
|
721
|
-
<line num="
|
|
722
|
-
<line num="
|
|
723
|
-
<line num="332" count="111" type="
|
|
724
|
-
<line num="
|
|
725
|
-
<line num="335" count="
|
|
726
|
-
<line num="336" count="
|
|
727
|
-
<line num="337" count="5" type="
|
|
728
|
-
<line num="338" count="
|
|
729
|
-
<line num="
|
|
730
|
-
<line num="
|
|
731
|
-
<line num="346" count="
|
|
732
|
-
<line num="347" count="20" type="
|
|
733
|
-
<line num="
|
|
703
|
+
<line num="295" count="1" type="stmt"/>
|
|
704
|
+
<line num="300" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
705
|
+
<line num="301" count="111" type="stmt"/>
|
|
706
|
+
<line num="302" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
707
|
+
<line num="303" count="111" type="stmt"/>
|
|
708
|
+
<line num="304" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
709
|
+
<line num="306" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
710
|
+
<line num="310" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
711
|
+
<line num="311" count="22" type="stmt"/>
|
|
712
|
+
<line num="312" count="22" type="cond" truecount="1" falsecount="1"/>
|
|
713
|
+
<line num="313" count="0" type="stmt"/>
|
|
714
|
+
<line num="315" count="22" type="stmt"/>
|
|
715
|
+
<line num="316" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
716
|
+
<line num="317" count="3" type="stmt"/>
|
|
717
|
+
<line num="321" count="19" type="stmt"/>
|
|
718
|
+
<line num="324" count="89" type="stmt"/>
|
|
719
|
+
<line num="325" count="89" type="cond" truecount="2" falsecount="0"/>
|
|
720
|
+
<line num="326" count="1" type="stmt"/>
|
|
721
|
+
<line num="328" count="88" type="stmt"/>
|
|
722
|
+
<line num="332" count="111" type="stmt"/>
|
|
723
|
+
<line num="333" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
724
|
+
<line num="335" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
725
|
+
<line num="336" count="4" type="stmt"/>
|
|
726
|
+
<line num="337" count="5" type="stmt"/>
|
|
727
|
+
<line num="338" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
728
|
+
<line num="339" count="1" type="stmt"/>
|
|
729
|
+
<line num="341" count="4" type="stmt"/>
|
|
730
|
+
<line num="346" count="111" type="cond" truecount="4" falsecount="0"/>
|
|
731
|
+
<line num="347" count="20" type="stmt"/>
|
|
732
|
+
<line num="348" count="20" type="cond" truecount="2" falsecount="0"/>
|
|
734
733
|
<line num="351" count="111" type="stmt"/>
|
|
735
734
|
<line num="352" count="111" type="stmt"/>
|
|
736
|
-
<line num="
|
|
737
|
-
<line num="
|
|
738
|
-
<line num="362" count="
|
|
739
|
-
<line num="363" count="5" type="cond" truecount="1" falsecount="
|
|
740
|
-
<line num="
|
|
735
|
+
<line num="353" count="111" type="stmt"/>
|
|
736
|
+
<line num="355" count="111" type="stmt"/>
|
|
737
|
+
<line num="362" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
738
|
+
<line num="363" count="5" type="cond" truecount="1" falsecount="0"/>
|
|
739
|
+
<line num="364" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
741
740
|
<line num="368" count="106" type="stmt"/>
|
|
742
741
|
<line num="369" count="106" type="stmt"/>
|
|
743
742
|
<line num="370" count="106" type="stmt"/>
|
|
744
|
-
<line num="
|
|
745
|
-
<line num="375" count="106" type="
|
|
746
|
-
<line num="
|
|
747
|
-
<line num="
|
|
748
|
-
<line num="
|
|
749
|
-
<line num="
|
|
750
|
-
<line num="
|
|
751
|
-
<line num="
|
|
752
|
-
<line num="
|
|
753
|
-
<line num="
|
|
754
|
-
<line num="395" count="
|
|
755
|
-
<line num="396" count="
|
|
756
|
-
<line num="
|
|
757
|
-
<line num="
|
|
758
|
-
<line num="403" count="
|
|
759
|
-
<line num="404" count="19" type="
|
|
743
|
+
<line num="371" count="106" type="stmt"/>
|
|
744
|
+
<line num="375" count="106" type="stmt"/>
|
|
745
|
+
<line num="376" count="106" type="cond" truecount="5" falsecount="1"/>
|
|
746
|
+
<line num="378" count="81" type="cond" truecount="2" falsecount="0"/>
|
|
747
|
+
<line num="380" count="20" type="stmt"/>
|
|
748
|
+
<line num="382" count="1" type="stmt"/>
|
|
749
|
+
<line num="384" count="1" type="stmt"/>
|
|
750
|
+
<line num="386" count="3" type="stmt"/>
|
|
751
|
+
<line num="388" count="0" type="stmt"/>
|
|
752
|
+
<line num="393" count="111" type="stmt"/>
|
|
753
|
+
<line num="395" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
754
|
+
<line num="396" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
755
|
+
<line num="397" count="12" type="stmt"/>
|
|
756
|
+
<line num="399" count="1" type="stmt"/>
|
|
757
|
+
<line num="403" count="111" type="cond" truecount="4" falsecount="0"/>
|
|
758
|
+
<line num="404" count="19" type="stmt"/>
|
|
760
759
|
<line num="405" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
761
|
-
<line num="
|
|
762
|
-
<line num="
|
|
763
|
-
<line num="411" count="111" type="
|
|
764
|
-
<line num="
|
|
765
|
-
<line num="416" count="
|
|
760
|
+
<line num="406" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
761
|
+
<line num="409" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
762
|
+
<line num="411" count="111" type="cond" truecount="2" falsecount="0"/>
|
|
763
|
+
<line num="412" count="111" type="stmt"/>
|
|
764
|
+
<line num="416" count="26" type="cond" truecount="2" falsecount="0"/>
|
|
766
765
|
<line num="417" count="4" type="stmt"/>
|
|
767
|
-
<line num="
|
|
768
|
-
<line num="420" count="22" type="cond" truecount="
|
|
769
|
-
<line num="421" count="22" type="
|
|
770
|
-
<line num="
|
|
771
|
-
<line num="
|
|
766
|
+
<line num="418" count="4" type="stmt"/>
|
|
767
|
+
<line num="420" count="22" type="cond" truecount="1" falsecount="1"/>
|
|
768
|
+
<line num="421" count="22" type="cond" truecount="2" falsecount="0"/>
|
|
769
|
+
<line num="422" count="22" type="stmt"/>
|
|
770
|
+
<line num="424" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
772
771
|
<line num="426" count="0" type="stmt"/>
|
|
773
|
-
<line num="
|
|
774
|
-
<line num="441" count="
|
|
772
|
+
<line num="427" count="0" type="stmt"/>
|
|
773
|
+
<line num="441" count="333" type="cond" truecount="2" falsecount="0"/>
|
|
775
774
|
<line num="442" count="31" type="stmt"/>
|
|
776
|
-
<line num="443" count="31" type="
|
|
777
|
-
<line num="
|
|
778
|
-
<line num="446" count="4" type="
|
|
775
|
+
<line num="443" count="31" type="stmt"/>
|
|
776
|
+
<line num="444" count="31" type="cond" truecount="2" falsecount="0"/>
|
|
777
|
+
<line num="446" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
779
778
|
<line num="447" count="4" type="stmt"/>
|
|
780
|
-
<line num="448" count="
|
|
781
|
-
<line num="
|
|
782
|
-
<line num="
|
|
783
|
-
<line num="454" count="23" type="
|
|
779
|
+
<line num="448" count="4" type="stmt"/>
|
|
780
|
+
<line num="449" count="27" type="cond" truecount="2" falsecount="0"/>
|
|
781
|
+
<line num="451" count="23" type="cond" truecount="1" falsecount="1"/>
|
|
782
|
+
<line num="454" count="23" type="cond" truecount="2" falsecount="0"/>
|
|
784
783
|
<line num="455" count="23" type="stmt"/>
|
|
785
784
|
<line num="456" count="23" type="stmt"/>
|
|
786
785
|
<line num="457" count="23" type="stmt"/>
|
|
787
|
-
<line num="458" count="
|
|
788
|
-
<line num="459" count="28" type="cond" truecount="
|
|
789
|
-
<line num="460" count="
|
|
786
|
+
<line num="458" count="23" type="stmt"/>
|
|
787
|
+
<line num="459" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
788
|
+
<line num="460" count="28" type="cond" truecount="4" falsecount="0"/>
|
|
790
789
|
<line num="461" count="1" type="stmt"/>
|
|
791
|
-
<line num="
|
|
792
|
-
<line num="
|
|
790
|
+
<line num="462" count="1" type="stmt"/>
|
|
791
|
+
<line num="464" count="27" type="stmt"/>
|
|
793
792
|
<line num="467" count="23" type="stmt"/>
|
|
794
793
|
<line num="468" count="23" type="stmt"/>
|
|
795
|
-
<line num="
|
|
796
|
-
<line num="474" count="4" type="
|
|
794
|
+
<line num="469" count="23" type="stmt"/>
|
|
795
|
+
<line num="474" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
797
796
|
<line num="475" count="4" type="stmt"/>
|
|
798
|
-
<line num="
|
|
799
|
-
<line num="
|
|
797
|
+
<line num="476" count="4" type="stmt"/>
|
|
798
|
+
<line num="478" count="31" type="stmt"/>
|
|
800
799
|
<line num="490" count="46" type="stmt"/>
|
|
801
|
-
<line num="
|
|
802
|
-
<line num="
|
|
800
|
+
<line num="491" count="46" type="stmt"/>
|
|
801
|
+
<line num="493" count="46" type="cond" truecount="4" falsecount="0"/>
|
|
803
802
|
<line num="495" count="2" type="stmt"/>
|
|
804
|
-
<line num="
|
|
803
|
+
<line num="496" count="2" type="stmt"/>
|
|
805
804
|
<line num="498" count="2" type="stmt"/>
|
|
806
|
-
<line num="499" count="2" type="
|
|
807
|
-
<line num="500" count="
|
|
808
|
-
<line num="501" count="0" type="
|
|
805
|
+
<line num="499" count="2" type="stmt"/>
|
|
806
|
+
<line num="500" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
807
|
+
<line num="501" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
809
808
|
<line num="502" count="0" type="stmt"/>
|
|
810
|
-
<line num="
|
|
811
|
-
<line num="
|
|
809
|
+
<line num="503" count="0" type="stmt"/>
|
|
810
|
+
<line num="505" count="2" type="stmt"/>
|
|
812
811
|
<line num="510" count="2" type="stmt"/>
|
|
813
|
-
<line num="511" count="
|
|
812
|
+
<line num="511" count="2" type="stmt"/>
|
|
814
813
|
<line num="512" count="0" type="stmt"/>
|
|
815
|
-
<line num="513" count="0" type="
|
|
816
|
-
<line num="514" count="0" type="
|
|
817
|
-
<line num="
|
|
814
|
+
<line num="513" count="0" type="stmt"/>
|
|
815
|
+
<line num="514" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
816
|
+
<line num="515" count="0" type="stmt"/>
|
|
818
817
|
<line num="519" count="2" type="stmt"/>
|
|
819
818
|
<line num="520" count="2" type="stmt"/>
|
|
820
|
-
<line num="
|
|
819
|
+
<line num="521" count="2" type="stmt"/>
|
|
821
820
|
<line num="525" count="44" type="stmt"/>
|
|
822
|
-
<line num="
|
|
823
|
-
<line num="
|
|
821
|
+
<line num="526" count="44" type="stmt"/>
|
|
822
|
+
<line num="529" count="46" type="stmt"/>
|
|
824
823
|
<line num="535" count="110" type="stmt"/>
|
|
825
824
|
<line num="536" count="110" type="stmt"/>
|
|
826
825
|
<line num="537" count="110" type="stmt"/>
|
|
827
826
|
<line num="538" count="110" type="stmt"/>
|
|
828
|
-
<line num="539" count="
|
|
829
|
-
<line num="540" count="
|
|
830
|
-
<line num="541" count="
|
|
827
|
+
<line num="539" count="110" type="stmt"/>
|
|
828
|
+
<line num="540" count="112" type="cond" truecount="2" falsecount="0"/>
|
|
829
|
+
<line num="541" count="19" type="stmt"/>
|
|
831
830
|
<line num="542" count="22" type="stmt"/>
|
|
832
|
-
<line num="
|
|
833
|
-
<line num="546" count="
|
|
834
|
-
<line num="547" count="
|
|
831
|
+
<line num="543" count="22" type="stmt"/>
|
|
832
|
+
<line num="546" count="112" type="stmt"/>
|
|
833
|
+
<line num="547" count="25" type="cond" truecount="2" falsecount="0"/>
|
|
835
834
|
<line num="548" count="23" type="stmt"/>
|
|
836
|
-
<line num="
|
|
837
|
-
<line num="551" count="
|
|
838
|
-
<line num="552" count="
|
|
835
|
+
<line num="549" count="23" type="stmt"/>
|
|
836
|
+
<line num="551" count="25" type="cond" truecount="2" falsecount="0"/>
|
|
837
|
+
<line num="552" count="4" type="stmt"/>
|
|
839
838
|
<line num="553" count="5" type="stmt"/>
|
|
840
|
-
<line num="
|
|
839
|
+
<line num="554" count="5" type="stmt"/>
|
|
841
840
|
<line num="558" count="112" type="stmt"/>
|
|
842
841
|
<line num="559" count="112" type="stmt"/>
|
|
843
842
|
<line num="560" count="112" type="stmt"/>
|
|
844
|
-
<line num="
|
|
845
|
-
<line num="
|
|
846
|
-
<line num="569" count="
|
|
847
|
-
<line num="
|
|
848
|
-
<line num="572" count="3" type="
|
|
849
|
-
<line num="
|
|
843
|
+
<line num="561" count="112" type="stmt"/>
|
|
844
|
+
<line num="564" count="110" type="stmt"/>
|
|
845
|
+
<line num="569" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
846
|
+
<line num="570" count="4" type="cond" truecount="2" falsecount="7"/>
|
|
847
|
+
<line num="572" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
848
|
+
<line num="573" count="3" type="stmt"/>
|
|
850
849
|
<line num="575" count="1" type="stmt"/>
|
|
851
|
-
<line num="
|
|
850
|
+
<line num="576" count="1" type="stmt"/>
|
|
852
851
|
<line num="578" count="0" type="stmt"/>
|
|
853
|
-
<line num="
|
|
852
|
+
<line num="579" count="0" type="stmt"/>
|
|
854
853
|
<line num="581" count="0" type="stmt"/>
|
|
855
854
|
<line num="582" count="0" type="stmt"/>
|
|
856
|
-
<line num="
|
|
855
|
+
<line num="583" count="0" type="stmt"/>
|
|
857
856
|
<line num="585" count="0" type="stmt"/>
|
|
858
|
-
<line num="
|
|
857
|
+
<line num="586" count="0" type="stmt"/>
|
|
859
858
|
<line num="588" count="0" type="stmt"/>
|
|
860
|
-
<line num="
|
|
859
|
+
<line num="589" count="0" type="stmt"/>
|
|
861
860
|
<line num="591" count="0" type="stmt"/>
|
|
862
|
-
<line num="
|
|
861
|
+
<line num="592" count="0" type="stmt"/>
|
|
863
862
|
<line num="594" count="0" type="stmt"/>
|
|
864
|
-
<line num="
|
|
863
|
+
<line num="595" count="0" type="stmt"/>
|
|
865
864
|
<line num="597" count="0" type="stmt"/>
|
|
866
|
-
<line num="
|
|
867
|
-
<line num="603" count="
|
|
868
|
-
<line num="604" count="
|
|
869
|
-
<line num="605" count="
|
|
870
|
-
<line num="606" count="
|
|
871
|
-
<line num="607" count="
|
|
872
|
-
<line num="
|
|
873
|
-
<line num="
|
|
874
|
-
<line num="617" count="
|
|
875
|
-
<line num="618" count="
|
|
876
|
-
<line num="619" count="
|
|
877
|
-
<line num="620" count="
|
|
878
|
-
<line num="
|
|
879
|
-
<line num="627" count="
|
|
880
|
-
<line num="
|
|
881
|
-
<line num="630" count="4" type="
|
|
882
|
-
<line num="
|
|
865
|
+
<line num="598" count="0" type="stmt"/>
|
|
866
|
+
<line num="603" count="334" type="cond" truecount="2" falsecount="0"/>
|
|
867
|
+
<line num="604" count="30" type="cond" truecount="2" falsecount="0"/>
|
|
868
|
+
<line num="605" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
869
|
+
<line num="606" count="26" type="cond" truecount="2" falsecount="0"/>
|
|
870
|
+
<line num="607" count="22" type="stmt"/>
|
|
871
|
+
<line num="608" count="27" type="stmt"/>
|
|
872
|
+
<line num="611" count="4" type="stmt"/>
|
|
873
|
+
<line num="617" count="334" type="cond" truecount="4" falsecount="0"/>
|
|
874
|
+
<line num="618" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
875
|
+
<line num="619" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
876
|
+
<line num="620" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
877
|
+
<line num="621" count="2" type="stmt"/>
|
|
878
|
+
<line num="627" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
879
|
+
<line num="628" count="8" type="cond" truecount="3" falsecount="6"/>
|
|
880
|
+
<line num="630" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
881
|
+
<line num="631" count="4" type="stmt"/>
|
|
883
882
|
<line num="633" count="0" type="stmt"/>
|
|
884
|
-
<line num="
|
|
883
|
+
<line num="634" count="0" type="stmt"/>
|
|
885
884
|
<line num="636" count="0" type="stmt"/>
|
|
886
|
-
<line num="
|
|
885
|
+
<line num="637" count="0" type="stmt"/>
|
|
887
886
|
<line num="639" count="0" type="stmt"/>
|
|
888
887
|
<line num="640" count="0" type="stmt"/>
|
|
889
|
-
<line num="
|
|
888
|
+
<line num="641" count="0" type="stmt"/>
|
|
890
889
|
<line num="643" count="0" type="stmt"/>
|
|
891
|
-
<line num="
|
|
890
|
+
<line num="644" count="0" type="stmt"/>
|
|
892
891
|
<line num="646" count="0" type="stmt"/>
|
|
893
|
-
<line num="
|
|
894
|
-
<line num="649" count="
|
|
895
|
-
<line num="
|
|
892
|
+
<line num="647" count="0" type="stmt"/>
|
|
893
|
+
<line num="649" count="4" type="stmt"/>
|
|
894
|
+
<line num="650" count="2" type="stmt"/>
|
|
896
895
|
<line num="652" count="0" type="stmt"/>
|
|
897
|
-
<line num="
|
|
896
|
+
<line num="653" count="0" type="stmt"/>
|
|
898
897
|
<line num="655" count="1" type="stmt"/>
|
|
899
|
-
<line num="
|
|
900
|
-
<line num="
|
|
901
|
-
<line num="663" count="53" type="
|
|
902
|
-
<line num="
|
|
898
|
+
<line num="656" count="1" type="stmt"/>
|
|
899
|
+
<line num="661" count="97" type="cond" truecount="4" falsecount="5"/>
|
|
900
|
+
<line num="663" count="53" type="cond" truecount="1" falsecount="1"/>
|
|
901
|
+
<line num="664" count="53" type="stmt"/>
|
|
903
902
|
<line num="666" count="6" type="stmt"/>
|
|
904
|
-
<line num="
|
|
903
|
+
<line num="667" count="6" type="stmt"/>
|
|
905
904
|
<line num="669" count="0" type="stmt"/>
|
|
906
|
-
<line num="
|
|
905
|
+
<line num="670" count="0" type="stmt"/>
|
|
907
906
|
<line num="672" count="0" type="stmt"/>
|
|
908
907
|
<line num="673" count="0" type="stmt"/>
|
|
909
|
-
<line num="
|
|
908
|
+
<line num="674" count="0" type="stmt"/>
|
|
910
909
|
<line num="676" count="0" type="stmt"/>
|
|
911
|
-
<line num="
|
|
910
|
+
<line num="677" count="0" type="stmt"/>
|
|
912
911
|
<line num="679" count="0" type="stmt"/>
|
|
913
|
-
<line num="
|
|
914
|
-
<line num="682" count="
|
|
915
|
-
<line num="
|
|
912
|
+
<line num="680" count="0" type="stmt"/>
|
|
913
|
+
<line num="682" count="8" type="stmt"/>
|
|
914
|
+
<line num="683" count="4" type="stmt"/>
|
|
916
915
|
<line num="685" count="0" type="stmt"/>
|
|
917
|
-
<line num="
|
|
916
|
+
<line num="686" count="0" type="stmt"/>
|
|
918
917
|
<line num="688" count="2" type="stmt"/>
|
|
919
|
-
<line num="
|
|
920
|
-
<line num="694" count="
|
|
921
|
-
<line num="695" count="
|
|
922
|
-
<line num="696" count="
|
|
923
|
-
<line num="
|
|
924
|
-
<line num="
|
|
925
|
-
<line num="
|
|
926
|
-
<line num="
|
|
927
|
-
<line num="715" count="
|
|
928
|
-
<line num="716" count="
|
|
929
|
-
<line num="717" count="
|
|
930
|
-
<line num="
|
|
931
|
-
<line num="
|
|
932
|
-
<line num="
|
|
933
|
-
<line num="
|
|
918
|
+
<line num="689" count="2" type="stmt"/>
|
|
919
|
+
<line num="694" count="331" type="cond" truecount="2" falsecount="0"/>
|
|
920
|
+
<line num="695" count="30" type="cond" truecount="2" falsecount="0"/>
|
|
921
|
+
<line num="696" count="27" type="cond" truecount="2" falsecount="0"/>
|
|
922
|
+
<line num="697" count="4" type="stmt"/>
|
|
923
|
+
<line num="701" count="110" type="stmt"/>
|
|
924
|
+
<line num="703" count="110" type="cond" truecount="2" falsecount="0"/>
|
|
925
|
+
<line num="706" count="111" type="cond" truecount="4" falsecount="0"/>
|
|
926
|
+
<line num="715" count="1001" type="cond" truecount="2" falsecount="0"/>
|
|
927
|
+
<line num="716" count="90" type="cond" truecount="2" falsecount="0"/>
|
|
928
|
+
<line num="717" count="81" type="cond" truecount="2" falsecount="0"/>
|
|
929
|
+
<line num="718" count="12" type="stmt"/>
|
|
930
|
+
<line num="722" count="330" type="stmt"/>
|
|
931
|
+
<line num="724" count="330" type="cond" truecount="2" falsecount="0"/>
|
|
932
|
+
<line num="727" count="336" type="cond" truecount="4" falsecount="0"/>
|
|
934
933
|
<line num="736" count="110" type="stmt"/>
|
|
935
|
-
<line num="
|
|
934
|
+
<line num="737" count="110" type="stmt"/>
|
|
936
935
|
<line num="739" count="110" type="stmt"/>
|
|
937
|
-
<line num="740" count="
|
|
938
|
-
<line num="741" count="
|
|
939
|
-
<line num="
|
|
940
|
-
<line num="
|
|
941
|
-
<line num="
|
|
942
|
-
<line num="752" count="
|
|
943
|
-
<line num="753" count="
|
|
944
|
-
<line num="754" count="
|
|
945
|
-
<line num="
|
|
946
|
-
<line num="759" count="110" type="
|
|
947
|
-
<line num="
|
|
948
|
-
<line num="
|
|
949
|
-
<line num="
|
|
950
|
-
<line num="
|
|
951
|
-
<line num="
|
|
952
|
-
<line num="
|
|
953
|
-
<line num="
|
|
954
|
-
<line num="
|
|
955
|
-
<line num="797" count="
|
|
956
|
-
<line num="798" count="
|
|
957
|
-
<line num="799" count="
|
|
958
|
-
<line num="
|
|
959
|
-
<line num="
|
|
960
|
-
<line num="
|
|
961
|
-
<line num="811" count="44" type="cond" truecount="
|
|
962
|
-
<line num="812" count="
|
|
963
|
-
<line num="
|
|
936
|
+
<line num="740" count="110" type="stmt"/>
|
|
937
|
+
<line num="741" count="112" type="cond" truecount="2" falsecount="0"/>
|
|
938
|
+
<line num="742" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
939
|
+
<line num="744" count="107" type="stmt"/>
|
|
940
|
+
<line num="748" count="110" type="stmt"/>
|
|
941
|
+
<line num="752" count="259" type="cond" truecount="2" falsecount="0"/>
|
|
942
|
+
<line num="753" count="30" type="cond" truecount="2" falsecount="0"/>
|
|
943
|
+
<line num="754" count="26" type="cond" truecount="2" falsecount="0"/>
|
|
944
|
+
<line num="755" count="4" type="stmt"/>
|
|
945
|
+
<line num="759" count="110" type="stmt"/>
|
|
946
|
+
<line num="760" count="110" type="cond" truecount="5" falsecount="0"/>
|
|
947
|
+
<line num="765" count="110" type="stmt"/>
|
|
948
|
+
<line num="769" count="112" type="stmt"/>
|
|
949
|
+
<line num="773" count="28" type="stmt"/>
|
|
950
|
+
<line num="780" count="437" type="cond" truecount="1" falsecount="1"/>
|
|
951
|
+
<line num="785" count="437" type="stmt"/>
|
|
952
|
+
<line num="787" count="449" type="stmt"/>
|
|
953
|
+
<line num="792" count="221" type="stmt"/>
|
|
954
|
+
<line num="797" count="108" type="stmt"/>
|
|
955
|
+
<line num="798" count="111" type="stmt"/>
|
|
956
|
+
<line num="799" count="108" type="cond" truecount="2" falsecount="0"/>
|
|
957
|
+
<line num="800" count="2" type="stmt"/>
|
|
958
|
+
<line num="802" count="106" type="stmt"/>
|
|
959
|
+
<line num="807" count="44" type="cond" truecount="1" falsecount="1"/>
|
|
960
|
+
<line num="811" count="44" type="cond" truecount="1" falsecount="1"/>
|
|
961
|
+
<line num="812" count="44" type="cond" truecount="2" falsecount="0"/>
|
|
962
|
+
<line num="813" count="1" type="stmt"/>
|
|
963
|
+
<line num="815" count="43" type="stmt"/>
|
|
964
964
|
</file>
|
|
965
965
|
<file name="codegen-plain-types.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/codegen-plain-types.ts">
|
|
966
966
|
<metrics statements="143" coveredstatements="132" conditionals="111" coveredconditionals="87" methods="30" coveredmethods="29"/>
|
|
@@ -1109,7 +1109,7 @@
|
|
|
1109
1109
|
<line num="303" count="5" type="stmt"/>
|
|
1110
1110
|
</file>
|
|
1111
1111
|
<file name="codegen-sdk.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/codegen-sdk.ts">
|
|
1112
|
-
<metrics statements="
|
|
1112
|
+
<metrics statements="552" coveredstatements="504" conditionals="367" coveredconditionals="303" methods="71" coveredmethods="62"/>
|
|
1113
1113
|
<line num="19" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1114
1114
|
<line num="20" count="2" type="stmt"/>
|
|
1115
1115
|
<line num="22" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -1412,12 +1412,12 @@
|
|
|
1412
1412
|
<line num="569" count="4" type="stmt"/>
|
|
1413
1413
|
<line num="570" count="4" type="stmt"/>
|
|
1414
1414
|
<line num="579" count="7" type="stmt"/>
|
|
1415
|
-
<line num="583" count="
|
|
1416
|
-
<line num="586" count="
|
|
1417
|
-
<line num="591" count="
|
|
1418
|
-
<line num="592" count="
|
|
1419
|
-
<line num="597" count="
|
|
1420
|
-
<line num="602" count="
|
|
1415
|
+
<line num="583" count="47" type="stmt"/>
|
|
1416
|
+
<line num="586" count="51" type="stmt"/>
|
|
1417
|
+
<line num="591" count="23" type="stmt"/>
|
|
1418
|
+
<line num="592" count="23" type="stmt"/>
|
|
1419
|
+
<line num="597" count="12" type="stmt"/>
|
|
1420
|
+
<line num="602" count="15" type="stmt"/>
|
|
1421
1421
|
<line num="607" count="6" type="stmt"/>
|
|
1422
1422
|
<line num="612" count="8" type="stmt"/>
|
|
1423
1423
|
<line num="618" count="88" type="stmt"/>
|
|
@@ -1560,383 +1560,401 @@
|
|
|
1560
1560
|
<line num="873" count="1" type="stmt"/>
|
|
1561
1561
|
<line num="875" count="71" type="stmt"/>
|
|
1562
1562
|
<line num="882" count="5" type="stmt"/>
|
|
1563
|
-
<line num="
|
|
1564
|
-
<line num="
|
|
1565
|
-
<line num="
|
|
1566
|
-
<line num="
|
|
1567
|
-
<line num="
|
|
1568
|
-
<line num="
|
|
1569
|
-
<line num="
|
|
1570
|
-
<line num="
|
|
1571
|
-
<line num="
|
|
1572
|
-
<line num="
|
|
1573
|
-
<line num="
|
|
1574
|
-
<line num="
|
|
1575
|
-
<line num="
|
|
1576
|
-
<line num="
|
|
1577
|
-
<line num="
|
|
1578
|
-
<line num="
|
|
1579
|
-
<line num="
|
|
1580
|
-
<line num="
|
|
1581
|
-
<line num="
|
|
1582
|
-
<line num="
|
|
1583
|
-
<line num="
|
|
1584
|
-
<line num="
|
|
1585
|
-
<line num="
|
|
1586
|
-
<line num="
|
|
1587
|
-
<line num="
|
|
1588
|
-
<line num="
|
|
1589
|
-
<line num="
|
|
1590
|
-
<line num="
|
|
1591
|
-
<line num="
|
|
1592
|
-
<line num="
|
|
1593
|
-
<line num="
|
|
1594
|
-
<line num="
|
|
1595
|
-
<line num="
|
|
1596
|
-
<line num="
|
|
1597
|
-
<line num="
|
|
1598
|
-
<line num="
|
|
1599
|
-
<line num="
|
|
1600
|
-
<line num="
|
|
1601
|
-
<line num="
|
|
1602
|
-
<line num="
|
|
1603
|
-
<line num="
|
|
1604
|
-
<line num="
|
|
1605
|
-
<line num="
|
|
1606
|
-
<line num="
|
|
1607
|
-
<line num="
|
|
1608
|
-
<line num="
|
|
1609
|
-
<line num="
|
|
1610
|
-
<line num="
|
|
1611
|
-
<line num="
|
|
1612
|
-
<line num="
|
|
1613
|
-
<line num="
|
|
1614
|
-
<line num="
|
|
1615
|
-
<line num="1088" count="0" type="stmt"/>
|
|
1616
|
-
<line num="1090" count="12" type="stmt"/>
|
|
1617
|
-
<line num="1091" count="0" type="stmt"/>
|
|
1618
|
-
<line num="1095" count="12" type="stmt"/>
|
|
1619
|
-
<line num="1096" count="12" type="stmt"/>
|
|
1620
|
-
<line num="1097" count="12" type="stmt"/>
|
|
1621
|
-
<line num="1098" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
1622
|
-
<line num="1099" count="12" type="stmt"/>
|
|
1623
|
-
<line num="1100" count="12" type="stmt"/>
|
|
1624
|
-
<line num="1102" count="12" type="stmt"/>
|
|
1625
|
-
<line num="1103" count="12" type="stmt"/>
|
|
1626
|
-
<line num="1104" count="7" type="stmt"/>
|
|
1627
|
-
<line num="1106" count="12" type="stmt"/>
|
|
1628
|
-
<line num="1109" count="12" type="stmt"/>
|
|
1629
|
-
<line num="1110" count="7" type="stmt"/>
|
|
1630
|
-
<line num="1111" count="7" type="stmt"/>
|
|
1631
|
-
<line num="1112" count="7" type="stmt"/>
|
|
1632
|
-
<line num="1114" count="7" type="stmt"/>
|
|
1563
|
+
<line num="1033" count="7" type="stmt"/>
|
|
1564
|
+
<line num="1034" count="7" type="stmt"/>
|
|
1565
|
+
<line num="1037" count="7" type="stmt"/>
|
|
1566
|
+
<line num="1038" count="7" type="stmt"/>
|
|
1567
|
+
<line num="1039" count="7" type="stmt"/>
|
|
1568
|
+
<line num="1040" count="7" type="stmt"/>
|
|
1569
|
+
<line num="1041" count="7" type="stmt"/>
|
|
1570
|
+
<line num="1042" count="7" type="stmt"/>
|
|
1571
|
+
<line num="1043" count="7" type="stmt"/>
|
|
1572
|
+
<line num="1044" count="7" type="stmt"/>
|
|
1573
|
+
<line num="1046" count="7" type="stmt"/>
|
|
1574
|
+
<line num="1047" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1575
|
+
<line num="1048" count="6" type="stmt"/>
|
|
1576
|
+
<line num="1049" count="6" type="stmt"/>
|
|
1577
|
+
<line num="1050" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1578
|
+
<line num="1051" count="1" type="stmt"/>
|
|
1579
|
+
<line num="1055" count="5" type="stmt"/>
|
|
1580
|
+
<line num="1057" count="5" type="stmt"/>
|
|
1581
|
+
<line num="1058" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1582
|
+
<line num="1059" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1583
|
+
<line num="1060" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1584
|
+
<line num="1061" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1585
|
+
<line num="1066" count="5" type="stmt"/>
|
|
1586
|
+
<line num="1072" count="5" type="stmt"/>
|
|
1587
|
+
<line num="1073" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1588
|
+
<line num="1074" count="2" type="stmt"/>
|
|
1589
|
+
<line num="1075" count="2" type="stmt"/>
|
|
1590
|
+
<line num="1076" count="0" type="stmt"/>
|
|
1591
|
+
<line num="1077" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1592
|
+
<line num="1078" count="0" type="stmt"/>
|
|
1593
|
+
<line num="1079" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1594
|
+
<line num="1080" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1595
|
+
<line num="1081" count="0" type="stmt"/>
|
|
1596
|
+
<line num="1082" count="0" type="stmt"/>
|
|
1597
|
+
<line num="1084" count="0" type="stmt"/>
|
|
1598
|
+
<line num="1091" count="6" type="stmt"/>
|
|
1599
|
+
<line num="1092" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1600
|
+
<line num="1094" count="6" type="stmt"/>
|
|
1601
|
+
<line num="1095" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1602
|
+
<line num="1096" count="7" type="stmt"/>
|
|
1603
|
+
<line num="1097" count="7" type="stmt"/>
|
|
1604
|
+
<line num="1098" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1605
|
+
<line num="1099" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1606
|
+
<line num="1100" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1607
|
+
<line num="1101" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1608
|
+
<line num="1102" count="2" type="stmt"/>
|
|
1609
|
+
<line num="1105" count="6" type="stmt"/>
|
|
1610
|
+
<line num="1106" count="0" type="stmt"/>
|
|
1611
|
+
<line num="1107" count="0" type="stmt"/>
|
|
1612
|
+
<line num="1109" count="6" type="stmt"/>
|
|
1613
|
+
<line num="1110" count="0" type="stmt"/>
|
|
1614
|
+
<line num="1114" count="6" type="stmt"/>
|
|
1633
1615
|
<line num="1115" count="6" type="stmt"/>
|
|
1634
|
-
<line num="
|
|
1635
|
-
<line num="
|
|
1636
|
-
<line num="
|
|
1637
|
-
<line num="
|
|
1638
|
-
<line num="
|
|
1639
|
-
<line num="
|
|
1640
|
-
<line num="1125" count="
|
|
1641
|
-
<line num="
|
|
1642
|
-
<line num="
|
|
1643
|
-
<line num="
|
|
1644
|
-
<line num="
|
|
1645
|
-
<line num="
|
|
1646
|
-
<line num="
|
|
1647
|
-
<line num="
|
|
1616
|
+
<line num="1116" count="5" type="stmt"/>
|
|
1617
|
+
<line num="1117" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1618
|
+
<line num="1118" count="5" type="stmt"/>
|
|
1619
|
+
<line num="1119" count="5" type="stmt"/>
|
|
1620
|
+
<line num="1121" count="6" type="stmt"/>
|
|
1621
|
+
<line num="1124" count="6" type="stmt"/>
|
|
1622
|
+
<line num="1125" count="6" type="stmt"/>
|
|
1623
|
+
<line num="1126" count="5" type="stmt"/>
|
|
1624
|
+
<line num="1128" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1625
|
+
<line num="1129" count="6" type="cond" truecount="3" falsecount="1"/>
|
|
1626
|
+
<line num="1130" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1627
|
+
<line num="1131" count="6" type="stmt"/>
|
|
1628
|
+
<line num="1132" count="6" type="stmt"/>
|
|
1629
|
+
<line num="1133" count="5" type="stmt"/>
|
|
1630
|
+
<line num="1135" count="6" type="stmt"/>
|
|
1631
|
+
<line num="1137" count="18" type="stmt"/>
|
|
1632
|
+
<line num="1138" count="6" type="stmt"/>
|
|
1648
1633
|
<line num="1139" count="6" type="stmt"/>
|
|
1649
|
-
<line num="1141" count="
|
|
1650
|
-
<line num="
|
|
1651
|
-
<line num="
|
|
1652
|
-
<line num="
|
|
1653
|
-
<line num="
|
|
1654
|
-
<line num="
|
|
1655
|
-
<line num="
|
|
1656
|
-
<line num="
|
|
1657
|
-
<line num="
|
|
1658
|
-
<line num="
|
|
1659
|
-
<line num="
|
|
1634
|
+
<line num="1141" count="6" type="stmt"/>
|
|
1635
|
+
<line num="1152" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1636
|
+
<line num="1153" count="10" type="cond" truecount="2" falsecount="0"/>
|
|
1637
|
+
<line num="1155" count="10" type="stmt"/>
|
|
1638
|
+
<line num="1156" count="10" type="stmt"/>
|
|
1639
|
+
<line num="1157" count="10" type="stmt"/>
|
|
1640
|
+
<line num="1159" count="10" type="stmt"/>
|
|
1641
|
+
<line num="1160" count="10" type="stmt"/>
|
|
1642
|
+
<line num="1161" count="11" type="stmt"/>
|
|
1643
|
+
<line num="1162" count="11" type="cond" truecount="1" falsecount="1"/>
|
|
1644
|
+
<line num="1163" count="11" type="stmt"/>
|
|
1645
|
+
<line num="1164" count="11" type="stmt"/>
|
|
1646
|
+
<line num="1167" count="10" type="stmt"/>
|
|
1647
|
+
<line num="1168" count="10" type="stmt"/>
|
|
1648
|
+
<line num="1169" count="10" type="stmt"/>
|
|
1649
|
+
<line num="1171" count="10" type="stmt"/>
|
|
1650
|
+
<line num="1172" count="10" type="stmt"/>
|
|
1651
|
+
<line num="1173" count="5" type="stmt"/>
|
|
1652
|
+
<line num="1175" count="10" type="stmt"/>
|
|
1653
|
+
<line num="1176" count="6" type="stmt"/>
|
|
1654
|
+
<line num="1178" count="10" type="stmt"/>
|
|
1655
|
+
<line num="1179" count="10" type="stmt"/>
|
|
1656
|
+
<line num="1180" count="10" type="stmt"/>
|
|
1657
|
+
<line num="1181" count="10" type="stmt"/>
|
|
1658
|
+
<line num="1182" count="5" type="stmt"/>
|
|
1659
|
+
<line num="1184" count="10" type="stmt"/>
|
|
1660
|
+
<line num="1185" count="6" type="stmt"/>
|
|
1661
|
+
<line num="1187" count="10" type="stmt"/>
|
|
1662
|
+
<line num="1188" count="10" type="stmt"/>
|
|
1663
|
+
<line num="1189" count="10" type="stmt"/>
|
|
1664
|
+
<line num="1191" count="10" type="stmt"/>
|
|
1660
1665
|
</file>
|
|
1661
1666
|
<file name="index.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/index.ts">
|
|
1662
|
-
<metrics statements="
|
|
1663
|
-
<line num="
|
|
1664
|
-
<line num="104" count="1" type="stmt"/>
|
|
1667
|
+
<metrics statements="283" coveredstatements="185" conditionals="144" coveredconditionals="69" methods="46" coveredmethods="29"/>
|
|
1668
|
+
<line num="105" count="1" type="stmt"/>
|
|
1665
1669
|
<line num="108" count="1" type="stmt"/>
|
|
1666
|
-
<line num="111" count="1" type="stmt"/>
|
|
1667
1670
|
<line num="112" count="1" type="stmt"/>
|
|
1668
|
-
<line num="
|
|
1669
|
-
<line num="
|
|
1670
|
-
<line num="
|
|
1671
|
-
<line num="
|
|
1672
|
-
<line num="145" count="18" type="stmt"/>
|
|
1671
|
+
<line num="115" count="1" type="stmt"/>
|
|
1672
|
+
<line num="116" count="1" type="stmt"/>
|
|
1673
|
+
<line num="124" count="17" type="stmt"/>
|
|
1674
|
+
<line num="127" count="17" type="stmt"/>
|
|
1673
1675
|
<line num="146" count="18" type="stmt"/>
|
|
1674
|
-
<line num="
|
|
1675
|
-
<line num="149" count="18" type="
|
|
1676
|
-
<line num="150" count="18" type="
|
|
1677
|
-
<line num="
|
|
1678
|
-
<line num="153" count="18" type="
|
|
1679
|
-
<line num="
|
|
1680
|
-
<line num="
|
|
1681
|
-
<line num="
|
|
1676
|
+
<line num="147" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1677
|
+
<line num="149" count="18" type="stmt"/>
|
|
1678
|
+
<line num="150" count="18" type="stmt"/>
|
|
1679
|
+
<line num="152" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1680
|
+
<line num="153" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1681
|
+
<line num="154" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1682
|
+
<line num="155" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1683
|
+
<line num="157" count="18" type="stmt"/>
|
|
1684
|
+
<line num="166" count="18" type="stmt"/>
|
|
1682
1685
|
<line num="168" count="18" type="stmt"/>
|
|
1683
|
-
<line num="
|
|
1684
|
-
<line num="
|
|
1685
|
-
<line num="177" count="3" type="stmt"/>
|
|
1686
|
+
<line num="169" count="34" type="stmt"/>
|
|
1687
|
+
<line num="172" count="18" type="stmt"/>
|
|
1686
1688
|
<line num="179" count="18" type="stmt"/>
|
|
1687
|
-
<line num="
|
|
1688
|
-
<line num="
|
|
1689
|
-
<line num="
|
|
1690
|
-
<line num="
|
|
1691
|
-
<line num="
|
|
1692
|
-
<line num="
|
|
1693
|
-
<line num="
|
|
1694
|
-
<line num="
|
|
1695
|
-
<line num="
|
|
1696
|
-
<line num="
|
|
1697
|
-
<line num="
|
|
1698
|
-
<line num="
|
|
1699
|
-
<line num="
|
|
1700
|
-
<line num="
|
|
1701
|
-
<line num="
|
|
1702
|
-
<line num="206" count="
|
|
1703
|
-
<line num="207" count="
|
|
1704
|
-
<line num="208" count="
|
|
1705
|
-
<line num="
|
|
1706
|
-
<line num="
|
|
1707
|
-
<line num="
|
|
1708
|
-
<line num="
|
|
1709
|
-
<line num="
|
|
1710
|
-
<line num="
|
|
1711
|
-
<line num="
|
|
1712
|
-
<line num="
|
|
1713
|
-
<line num="
|
|
1714
|
-
<line num="226" count="
|
|
1715
|
-
<line num="
|
|
1716
|
-
<line num="
|
|
1717
|
-
<line num="
|
|
1718
|
-
<line num="
|
|
1719
|
-
<line num="
|
|
1720
|
-
<line num="
|
|
1721
|
-
<line num="
|
|
1689
|
+
<line num="180" count="18" type="stmt"/>
|
|
1690
|
+
<line num="181" count="3" type="stmt"/>
|
|
1691
|
+
<line num="183" count="18" type="stmt"/>
|
|
1692
|
+
<line num="188" count="3" type="stmt"/>
|
|
1693
|
+
<line num="189" count="3" type="stmt"/>
|
|
1694
|
+
<line num="190" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1695
|
+
<line num="191" count="3" type="stmt"/>
|
|
1696
|
+
<line num="192" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1697
|
+
<line num="193" count="0" type="stmt"/>
|
|
1698
|
+
<line num="196" count="3" type="stmt"/>
|
|
1699
|
+
<line num="201" count="18" type="stmt"/>
|
|
1700
|
+
<line num="202" count="18" type="stmt"/>
|
|
1701
|
+
<line num="203" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1702
|
+
<line num="204" count="18" type="stmt"/>
|
|
1703
|
+
<line num="205" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1704
|
+
<line num="206" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1705
|
+
<line num="207" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
1706
|
+
<line num="208" count="1" type="stmt"/>
|
|
1707
|
+
<line num="210" count="18" type="stmt"/>
|
|
1708
|
+
<line num="211" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1709
|
+
<line num="212" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1710
|
+
<line num="213" count="0" type="stmt"/>
|
|
1711
|
+
<line num="218" count="18" type="stmt"/>
|
|
1712
|
+
<line num="222" count="1" type="stmt"/>
|
|
1713
|
+
<line num="223" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1714
|
+
<line num="224" count="1" type="stmt"/>
|
|
1715
|
+
<line num="225" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1716
|
+
<line num="226" count="0" type="stmt"/>
|
|
1717
|
+
<line num="227" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1718
|
+
<line num="228" count="0" type="stmt"/>
|
|
1719
|
+
<line num="230" count="1" type="stmt"/>
|
|
1720
|
+
<line num="235" count="22" type="stmt"/>
|
|
1721
|
+
<line num="236" count="22" type="stmt"/>
|
|
1722
|
+
<line num="237" count="2" type="stmt"/>
|
|
1723
|
+
<line num="238" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1722
1724
|
<line num="239" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1723
1725
|
<line num="240" count="0" type="stmt"/>
|
|
1724
1726
|
<line num="241" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1725
|
-
<line num="
|
|
1726
|
-
<line num="
|
|
1727
|
-
<line num="
|
|
1728
|
-
<line num="
|
|
1729
|
-
<line num="253" count="
|
|
1730
|
-
<line num="
|
|
1731
|
-
<line num="
|
|
1732
|
-
<line num="
|
|
1733
|
-
<line num="
|
|
1734
|
-
<line num="268" count="14" type="stmt"/>
|
|
1727
|
+
<line num="243" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1728
|
+
<line num="244" count="0" type="stmt"/>
|
|
1729
|
+
<line num="245" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1730
|
+
<line num="248" count="22" type="stmt"/>
|
|
1731
|
+
<line num="253" count="44" type="stmt"/>
|
|
1732
|
+
<line num="254" count="44" type="stmt"/>
|
|
1733
|
+
<line num="255" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1734
|
+
<line num="257" count="44" type="stmt"/>
|
|
1735
|
+
<line num="268" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
1735
1736
|
<line num="269" count="14" type="stmt"/>
|
|
1736
1737
|
<line num="270" count="14" type="stmt"/>
|
|
1737
|
-
<line num="
|
|
1738
|
-
<line num="
|
|
1739
|
-
<line num="
|
|
1740
|
-
<line num="
|
|
1741
|
-
<line num="279" count="
|
|
1742
|
-
<line num="280" count="
|
|
1743
|
-
<line num="281" count="
|
|
1738
|
+
<line num="271" count="14" type="stmt"/>
|
|
1739
|
+
<line num="272" count="14" type="stmt"/>
|
|
1740
|
+
<line num="273" count="14" type="stmt"/>
|
|
1741
|
+
<line num="274" count="14" type="stmt"/>
|
|
1742
|
+
<line num="279" count="14" type="stmt"/>
|
|
1743
|
+
<line num="280" count="14" type="stmt"/>
|
|
1744
|
+
<line num="281" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
1744
1745
|
<line num="282" count="3" type="stmt"/>
|
|
1745
|
-
<line num="283" count="3" type="
|
|
1746
|
-
<line num="284" count="3" type="
|
|
1747
|
-
<line num="
|
|
1748
|
-
<line num="
|
|
1749
|
-
<line num="
|
|
1750
|
-
<line num="
|
|
1751
|
-
<line num="
|
|
1746
|
+
<line num="283" count="3" type="stmt"/>
|
|
1747
|
+
<line num="284" count="3" type="stmt"/>
|
|
1748
|
+
<line num="285" count="3" type="stmt"/>
|
|
1749
|
+
<line num="286" count="3" type="stmt"/>
|
|
1750
|
+
<line num="287" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1751
|
+
<line num="288" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1752
|
+
<line num="294" count="14" type="stmt"/>
|
|
1753
|
+
<line num="295" count="3" type="stmt"/>
|
|
1754
|
+
<line num="296" count="3" type="stmt"/>
|
|
1755
|
+
<line num="297" count="3" type="stmt"/>
|
|
1752
1756
|
<line num="307" count="3" type="stmt"/>
|
|
1753
|
-
<line num="
|
|
1754
|
-
<line num="
|
|
1755
|
-
<line num="
|
|
1756
|
-
<line num="
|
|
1757
|
-
<line num="
|
|
1758
|
-
<line num="
|
|
1759
|
-
<line num="
|
|
1760
|
-
<line num="
|
|
1761
|
-
<line num="
|
|
1762
|
-
<line num="
|
|
1763
|
-
<line num="
|
|
1764
|
-
<line num="368" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1757
|
+
<line num="311" count="3" type="stmt"/>
|
|
1758
|
+
<line num="317" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1759
|
+
<line num="318" count="3" type="stmt"/>
|
|
1760
|
+
<line num="324" count="14" type="stmt"/>
|
|
1761
|
+
<line num="325" count="13" type="stmt"/>
|
|
1762
|
+
<line num="326" count="13" type="stmt"/>
|
|
1763
|
+
<line num="327" count="13" type="stmt"/>
|
|
1764
|
+
<line num="340" count="13" type="stmt"/>
|
|
1765
|
+
<line num="343" count="13" type="stmt"/>
|
|
1766
|
+
<line num="369" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1767
|
+
<line num="370" count="4" type="stmt"/>
|
|
1765
1768
|
<line num="371" count="4" type="stmt"/>
|
|
1766
|
-
<line num="372" count="4" type="
|
|
1767
|
-
<line num="374" count="4" type="stmt"/>
|
|
1769
|
+
<line num="372" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1768
1770
|
<line num="375" count="4" type="stmt"/>
|
|
1769
1771
|
<line num="376" count="4" type="stmt"/>
|
|
1770
|
-
<line num="377" count="5" type="stmt"/>
|
|
1771
1772
|
<line num="378" count="4" type="stmt"/>
|
|
1773
|
+
<line num="379" count="4" type="stmt"/>
|
|
1772
1774
|
<line num="380" count="4" type="stmt"/>
|
|
1773
|
-
<line num="381" count="
|
|
1775
|
+
<line num="381" count="5" type="stmt"/>
|
|
1774
1776
|
<line num="382" count="4" type="stmt"/>
|
|
1777
|
+
<line num="384" count="4" type="stmt"/>
|
|
1775
1778
|
<line num="385" count="4" type="stmt"/>
|
|
1776
|
-
<line num="386" count="4" type="
|
|
1777
|
-
<line num="
|
|
1778
|
-
<line num="
|
|
1779
|
-
<line num="
|
|
1780
|
-
<line num="390" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1781
|
-
<line num="391" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1779
|
+
<line num="386" count="4" type="stmt"/>
|
|
1780
|
+
<line num="389" count="4" type="stmt"/>
|
|
1781
|
+
<line num="390" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1782
|
+
<line num="391" count="0" type="stmt"/>
|
|
1782
1783
|
<line num="392" count="0" type="stmt"/>
|
|
1783
1784
|
<line num="393" count="0" type="stmt"/>
|
|
1784
|
-
<line num="394" count="0" type="
|
|
1785
|
-
<line num="395" count="0" type="
|
|
1786
|
-
<line num="396" count="0" type="
|
|
1787
|
-
<line num="397" count="0" type="
|
|
1788
|
-
<line num="
|
|
1789
|
-
<line num="
|
|
1790
|
-
<line num="
|
|
1791
|
-
<line num="
|
|
1792
|
-
<line num="
|
|
1793
|
-
<line num="
|
|
1794
|
-
<line num="
|
|
1795
|
-
<line num="
|
|
1796
|
-
<line num="
|
|
1797
|
-
<line num="
|
|
1798
|
-
<line num="
|
|
1799
|
-
<line num="
|
|
1800
|
-
<line num="
|
|
1801
|
-
<line num="
|
|
1785
|
+
<line num="394" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1786
|
+
<line num="395" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1787
|
+
<line num="396" count="0" type="stmt"/>
|
|
1788
|
+
<line num="397" count="0" type="stmt"/>
|
|
1789
|
+
<line num="398" count="0" type="stmt"/>
|
|
1790
|
+
<line num="399" count="0" type="stmt"/>
|
|
1791
|
+
<line num="400" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1792
|
+
<line num="401" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1793
|
+
<line num="407" count="4" type="stmt"/>
|
|
1794
|
+
<line num="408" count="0" type="stmt"/>
|
|
1795
|
+
<line num="409" count="0" type="stmt"/>
|
|
1796
|
+
<line num="410" count="0" type="stmt"/>
|
|
1797
|
+
<line num="421" count="0" type="stmt"/>
|
|
1798
|
+
<line num="426" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1799
|
+
<line num="427" count="0" type="stmt"/>
|
|
1800
|
+
<line num="434" count="0" type="stmt"/>
|
|
1801
|
+
<line num="435" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1802
|
+
<line num="436" count="0" type="stmt"/>
|
|
1803
|
+
<line num="444" count="0" type="stmt"/>
|
|
1802
1804
|
<line num="454" count="4" type="stmt"/>
|
|
1803
|
-
<line num="455" count="
|
|
1804
|
-
<line num="
|
|
1805
|
-
<line num="
|
|
1806
|
-
<line num="
|
|
1807
|
-
<line num="
|
|
1808
|
-
<line num="
|
|
1809
|
-
<line num="
|
|
1810
|
-
<line num="462" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1805
|
+
<line num="455" count="4" type="stmt"/>
|
|
1806
|
+
<line num="457" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1807
|
+
<line num="458" count="4" type="stmt"/>
|
|
1808
|
+
<line num="459" count="5" type="stmt"/>
|
|
1809
|
+
<line num="460" count="5" type="cond" truecount="3" falsecount="1"/>
|
|
1810
|
+
<line num="461" count="5" type="stmt"/>
|
|
1811
|
+
<line num="462" count="5" type="cond" truecount="4" falsecount="0"/>
|
|
1811
1812
|
<line num="463" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1812
1813
|
<line num="464" count="2" type="stmt"/>
|
|
1813
1814
|
<line num="465" count="2" type="stmt"/>
|
|
1814
|
-
<line num="
|
|
1815
|
-
<line num="
|
|
1816
|
-
<line num="
|
|
1817
|
-
<line num="
|
|
1818
|
-
<line num="
|
|
1819
|
-
<line num="476" count="
|
|
1820
|
-
<line num="477" count="
|
|
1821
|
-
<line num="
|
|
1822
|
-
<line num="
|
|
1823
|
-
<line num="
|
|
1824
|
-
<line num="
|
|
1825
|
-
<line num="
|
|
1826
|
-
<line num="
|
|
1827
|
-
<line num="517" count="
|
|
1828
|
-
<line num="
|
|
1829
|
-
<line num="
|
|
1830
|
-
<line num="
|
|
1831
|
-
<line num="
|
|
1832
|
-
<line num="
|
|
1815
|
+
<line num="466" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1816
|
+
<line num="467" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1817
|
+
<line num="468" count="2" type="stmt"/>
|
|
1818
|
+
<line num="469" count="2" type="stmt"/>
|
|
1819
|
+
<line num="471" count="1" type="stmt"/>
|
|
1820
|
+
<line num="476" count="4" type="stmt"/>
|
|
1821
|
+
<line num="477" count="3" type="stmt"/>
|
|
1822
|
+
<line num="478" count="2" type="stmt"/>
|
|
1823
|
+
<line num="479" count="2" type="stmt"/>
|
|
1824
|
+
<line num="480" count="2" type="stmt"/>
|
|
1825
|
+
<line num="481" count="2" type="stmt"/>
|
|
1826
|
+
<line num="494" count="2" type="stmt"/>
|
|
1827
|
+
<line num="497" count="2" type="stmt"/>
|
|
1828
|
+
<line num="517" count="4" type="stmt"/>
|
|
1829
|
+
<line num="518" count="1" type="stmt"/>
|
|
1830
|
+
<line num="519" count="1" type="stmt"/>
|
|
1831
|
+
<line num="520" count="1" type="stmt"/>
|
|
1832
|
+
<line num="521" count="1" type="stmt"/>
|
|
1833
|
+
<line num="533" count="1" type="stmt"/>
|
|
1834
|
+
<line num="536" count="1" type="stmt"/>
|
|
1833
1835
|
<line num="558" count="4" type="stmt"/>
|
|
1834
|
-
<line num="
|
|
1835
|
-
<line num="
|
|
1836
|
-
<line num="
|
|
1837
|
-
<line num="
|
|
1838
|
-
<line num="
|
|
1839
|
-
<line num="
|
|
1840
|
-
<line num="
|
|
1841
|
-
<line num="
|
|
1842
|
-
<line num="
|
|
1843
|
-
<line num="
|
|
1844
|
-
<line num="
|
|
1845
|
-
<line num="
|
|
1846
|
-
<line num="
|
|
1847
|
-
<line num="
|
|
1848
|
-
<line num="
|
|
1849
|
-
<line num="
|
|
1850
|
-
<line num="
|
|
1851
|
-
<line num="
|
|
1852
|
-
<line num="
|
|
1853
|
-
<line num="
|
|
1854
|
-
<line num="
|
|
1855
|
-
<line num="
|
|
1856
|
-
<line num="
|
|
1857
|
-
<line num="
|
|
1858
|
-
<line num="
|
|
1859
|
-
<line num="
|
|
1860
|
-
<line num="
|
|
1861
|
-
<line num="
|
|
1862
|
-
<line num="
|
|
1863
|
-
<line num="
|
|
1864
|
-
<line num="
|
|
1865
|
-
<line num="
|
|
1866
|
-
<line num="
|
|
1867
|
-
<line num="
|
|
1868
|
-
<line num="
|
|
1869
|
-
<line num="
|
|
1870
|
-
<line num="
|
|
1871
|
-
<line num="
|
|
1872
|
-
<line num="
|
|
1873
|
-
<line num="
|
|
1874
|
-
<line num="
|
|
1875
|
-
<line num="
|
|
1876
|
-
<line num="
|
|
1877
|
-
<line num="
|
|
1878
|
-
<line num="
|
|
1879
|
-
<line num="
|
|
1880
|
-
<line num="
|
|
1881
|
-
<line num="
|
|
1882
|
-
<line num="
|
|
1883
|
-
<line num="668" count="0" type="stmt"/>
|
|
1884
|
-
<line num="669" count="0" type="stmt"/>
|
|
1885
|
-
<line num="670" count="0" type="stmt"/>
|
|
1886
|
-
<line num="680" count="0" type="stmt"/>
|
|
1887
|
-
<line num="683" count="0" type="stmt"/>
|
|
1888
|
-
<line num="701" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1889
|
-
<line num="702" count="0" type="stmt"/>
|
|
1890
|
-
<line num="703" count="0" type="stmt"/>
|
|
1891
|
-
<line num="704" count="0" type="stmt"/>
|
|
1836
|
+
<line num="560" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1837
|
+
<line num="561" count="4" type="stmt"/>
|
|
1838
|
+
<line num="562" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1839
|
+
<line num="563" count="4" type="stmt"/>
|
|
1840
|
+
<line num="564" count="4" type="stmt"/>
|
|
1841
|
+
<line num="565" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1842
|
+
<line num="566" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1843
|
+
<line num="569" count="0" type="stmt"/>
|
|
1844
|
+
<line num="573" count="4" type="stmt"/>
|
|
1845
|
+
<line num="574" count="6" type="stmt"/>
|
|
1846
|
+
<line num="575" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1847
|
+
<line num="576" count="6" type="stmt"/>
|
|
1848
|
+
<line num="579" count="4" type="stmt"/>
|
|
1849
|
+
<line num="580" count="1" type="stmt"/>
|
|
1850
|
+
<line num="588" count="4" type="stmt"/>
|
|
1851
|
+
<line num="589" count="4" type="stmt"/>
|
|
1852
|
+
<line num="590" count="4" type="stmt"/>
|
|
1853
|
+
<line num="591" count="3" type="stmt"/>
|
|
1854
|
+
<line num="592" count="3" type="stmt"/>
|
|
1855
|
+
<line num="593" count="3" type="stmt"/>
|
|
1856
|
+
<line num="594" count="3" type="stmt"/>
|
|
1857
|
+
<line num="595" count="3" type="stmt"/>
|
|
1858
|
+
<line num="597" count="3" type="stmt"/>
|
|
1859
|
+
<line num="598" count="0" type="stmt"/>
|
|
1860
|
+
<line num="599" count="2" type="stmt"/>
|
|
1861
|
+
<line num="613" count="3" type="stmt"/>
|
|
1862
|
+
<line num="614" count="3" type="stmt"/>
|
|
1863
|
+
<line num="615" count="2" type="stmt"/>
|
|
1864
|
+
<line num="617" count="3" type="stmt"/>
|
|
1865
|
+
<line num="632" count="3" type="stmt"/>
|
|
1866
|
+
<line num="645" count="3" type="stmt"/>
|
|
1867
|
+
<line num="648" count="3" type="stmt"/>
|
|
1868
|
+
<line num="662" count="3" type="stmt"/>
|
|
1869
|
+
<line num="668" count="4" type="stmt"/>
|
|
1870
|
+
<line num="674" count="4" type="stmt"/>
|
|
1871
|
+
<line num="675" count="4" type="stmt"/>
|
|
1872
|
+
<line num="676" count="4" type="stmt"/>
|
|
1873
|
+
<line num="678" count="4" type="stmt"/>
|
|
1874
|
+
<line num="679" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1875
|
+
<line num="680" count="4" type="stmt"/>
|
|
1876
|
+
<line num="681" count="6" type="stmt"/>
|
|
1877
|
+
<line num="682" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1878
|
+
<line num="683" count="6" type="stmt"/>
|
|
1879
|
+
<line num="685" count="4" type="stmt"/>
|
|
1880
|
+
<line num="686" count="0" type="stmt"/>
|
|
1881
|
+
<line num="687" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1882
|
+
<line num="688" count="0" type="stmt"/>
|
|
1883
|
+
<line num="690" count="4" type="stmt"/>
|
|
1884
|
+
<line num="704" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1892
1885
|
<line num="705" count="0" type="stmt"/>
|
|
1893
1886
|
<line num="706" count="0" type="stmt"/>
|
|
1894
1887
|
<line num="707" count="0" type="stmt"/>
|
|
1888
|
+
<line num="708" count="0" type="stmt"/>
|
|
1895
1889
|
<line num="709" count="0" type="stmt"/>
|
|
1896
1890
|
<line num="710" count="0" type="stmt"/>
|
|
1897
|
-
<line num="711" count="0" type="stmt"/>
|
|
1898
1891
|
<line num="712" count="0" type="stmt"/>
|
|
1899
1892
|
<line num="713" count="0" type="stmt"/>
|
|
1900
1893
|
<line num="714" count="0" type="stmt"/>
|
|
1901
1894
|
<line num="715" count="0" type="stmt"/>
|
|
1902
|
-
<line num="716" count="0" type="
|
|
1903
|
-
<line num="717" count="0" type="
|
|
1904
|
-
<line num="
|
|
1905
|
-
<line num="
|
|
1906
|
-
<line num="
|
|
1895
|
+
<line num="716" count="0" type="stmt"/>
|
|
1896
|
+
<line num="717" count="0" type="stmt"/>
|
|
1897
|
+
<line num="718" count="0" type="stmt"/>
|
|
1898
|
+
<line num="719" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1899
|
+
<line num="720" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1907
1900
|
<line num="724" count="0" type="stmt"/>
|
|
1908
|
-
<line num="
|
|
1901
|
+
<line num="725" count="0" type="stmt"/>
|
|
1902
|
+
<line num="726" count="0" type="stmt"/>
|
|
1903
|
+
<line num="727" count="0" type="stmt"/>
|
|
1909
1904
|
<line num="737" count="0" type="stmt"/>
|
|
1910
|
-
<line num="
|
|
1911
|
-
<line num="
|
|
1912
|
-
<line num="
|
|
1913
|
-
<line num="
|
|
1914
|
-
<line num="
|
|
1915
|
-
<line num="
|
|
1916
|
-
<line num="
|
|
1917
|
-
<line num="
|
|
1905
|
+
<line num="740" count="0" type="stmt"/>
|
|
1906
|
+
<line num="758" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1907
|
+
<line num="759" count="0" type="stmt"/>
|
|
1908
|
+
<line num="760" count="0" type="stmt"/>
|
|
1909
|
+
<line num="761" count="0" type="stmt"/>
|
|
1910
|
+
<line num="762" count="0" type="stmt"/>
|
|
1911
|
+
<line num="763" count="0" type="stmt"/>
|
|
1912
|
+
<line num="764" count="0" type="stmt"/>
|
|
1913
|
+
<line num="766" count="0" type="stmt"/>
|
|
1914
|
+
<line num="767" count="0" type="stmt"/>
|
|
1915
|
+
<line num="768" count="0" type="stmt"/>
|
|
1916
|
+
<line num="769" count="0" type="stmt"/>
|
|
1918
1917
|
<line num="770" count="0" type="stmt"/>
|
|
1919
1918
|
<line num="771" count="0" type="stmt"/>
|
|
1920
|
-
<line num="772" count="0" type="
|
|
1921
|
-
<line num="773" count="0" type="
|
|
1922
|
-
<line num="774" count="0" type="
|
|
1919
|
+
<line num="772" count="0" type="stmt"/>
|
|
1920
|
+
<line num="773" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1921
|
+
<line num="774" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1923
1922
|
<line num="778" count="0" type="stmt"/>
|
|
1924
1923
|
<line num="779" count="0" type="stmt"/>
|
|
1925
1924
|
<line num="780" count="0" type="stmt"/>
|
|
1926
1925
|
<line num="781" count="0" type="stmt"/>
|
|
1927
|
-
<line num="
|
|
1928
|
-
<line num="
|
|
1929
|
-
<line num="
|
|
1930
|
-
<line num="
|
|
1931
|
-
<line num="
|
|
1932
|
-
<line num="
|
|
1926
|
+
<line num="791" count="0" type="stmt"/>
|
|
1927
|
+
<line num="794" count="0" type="stmt"/>
|
|
1928
|
+
<line num="807" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1929
|
+
<line num="808" count="0" type="stmt"/>
|
|
1930
|
+
<line num="809" count="0" type="stmt"/>
|
|
1931
|
+
<line num="811" count="0" type="stmt"/>
|
|
1932
|
+
<line num="817" count="18" type="stmt"/>
|
|
1933
|
+
<line num="818" count="18" type="stmt"/>
|
|
1934
|
+
<line num="819" count="18" type="stmt"/>
|
|
1935
|
+
<line num="826" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1936
|
+
<line num="827" count="0" type="stmt"/>
|
|
1937
|
+
<line num="828" count="0" type="stmt"/>
|
|
1938
|
+
<line num="829" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1939
|
+
<line num="830" count="0" type="stmt"/>
|
|
1940
|
+
<line num="831" count="0" type="stmt"/>
|
|
1941
|
+
<line num="835" count="0" type="stmt"/>
|
|
1942
|
+
<line num="836" count="0" type="stmt"/>
|
|
1943
|
+
<line num="837" count="0" type="stmt"/>
|
|
1944
|
+
<line num="838" count="0" type="stmt"/>
|
|
1945
|
+
<line num="839" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1946
|
+
<line num="840" count="0" type="stmt"/>
|
|
1947
|
+
<line num="841" count="0" type="stmt"/>
|
|
1948
|
+
<line num="843" count="0" type="stmt"/>
|
|
1949
|
+
<line num="846" count="0" type="stmt"/>
|
|
1950
|
+
<line num="854" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1933
1951
|
</file>
|
|
1934
1952
|
<file name="path-utils.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/path-utils.ts">
|
|
1935
|
-
<metrics statements="
|
|
1953
|
+
<metrics statements="113" coveredstatements="48" conditionals="83" coveredconditionals="26" methods="14" coveredmethods="11"/>
|
|
1936
1954
|
<line num="5" count="1" type="stmt"/>
|
|
1937
|
-
<line num="8" count="
|
|
1938
|
-
<line num="12" count="
|
|
1939
|
-
<line num="13" count="
|
|
1955
|
+
<line num="8" count="22" type="cond" truecount="1" falsecount="1"/>
|
|
1956
|
+
<line num="12" count="15" type="cond" truecount="1" falsecount="1"/>
|
|
1957
|
+
<line num="13" count="15" type="stmt"/>
|
|
1940
1958
|
<line num="17" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1941
1959
|
<line num="18" count="21" type="stmt"/>
|
|
1942
1960
|
<line num="19" count="18" type="stmt"/>
|
|
@@ -1975,61 +1993,77 @@
|
|
|
1975
1993
|
<line num="93" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1976
1994
|
<line num="94" count="0" type="stmt"/>
|
|
1977
1995
|
<line num="96" count="0" type="stmt"/>
|
|
1978
|
-
<line num="
|
|
1979
|
-
<line num="
|
|
1980
|
-
<line num="
|
|
1981
|
-
<line num="
|
|
1982
|
-
<line num="
|
|
1983
|
-
<line num="
|
|
1984
|
-
<line num="
|
|
1985
|
-
<line num="
|
|
1986
|
-
<line num="
|
|
1987
|
-
<line num="
|
|
1988
|
-
<line num="
|
|
1989
|
-
<line num="
|
|
1990
|
-
<line num="
|
|
1991
|
-
<line num="
|
|
1992
|
-
<line num="
|
|
1993
|
-
<line num="126" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1994
|
-
<line num="127" count="0" type="stmt"/>
|
|
1996
|
+
<line num="110" count="3" type="stmt"/>
|
|
1997
|
+
<line num="111" count="3" type="stmt"/>
|
|
1998
|
+
<line num="112" count="3" type="stmt"/>
|
|
1999
|
+
<line num="113" count="3" type="stmt"/>
|
|
2000
|
+
<line num="114" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2001
|
+
<line num="115" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
2002
|
+
<line num="116" count="3" type="stmt"/>
|
|
2003
|
+
<line num="118" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
2004
|
+
<line num="119" count="3" type="stmt"/>
|
|
2005
|
+
<line num="120" count="3" type="stmt"/>
|
|
2006
|
+
<line num="121" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2007
|
+
<line num="122" count="0" type="stmt"/>
|
|
2008
|
+
<line num="124" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2009
|
+
<line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2010
|
+
<line num="126" count="0" type="stmt"/>
|
|
1995
2011
|
<line num="128" count="0" type="stmt"/>
|
|
1996
|
-
<line num="
|
|
1997
|
-
<line num="
|
|
1998
|
-
<line num="
|
|
1999
|
-
<line num="
|
|
2000
|
-
<line num="
|
|
2001
|
-
<line num="
|
|
2012
|
+
<line num="138" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2013
|
+
<line num="139" count="0" type="stmt"/>
|
|
2014
|
+
<line num="140" count="0" type="stmt"/>
|
|
2015
|
+
<line num="141" count="0" type="stmt"/>
|
|
2016
|
+
<line num="142" count="0" type="stmt"/>
|
|
2017
|
+
<line num="143" count="0" type="stmt"/>
|
|
2018
|
+
<line num="145" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2019
|
+
<line num="146" count="0" type="stmt"/>
|
|
2002
2020
|
<line num="147" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2003
2021
|
<line num="148" count="0" type="stmt"/>
|
|
2004
|
-
<line num="
|
|
2005
|
-
<line num="
|
|
2006
|
-
<line num="
|
|
2007
|
-
<line num="
|
|
2008
|
-
<line num="
|
|
2009
|
-
<line num="
|
|
2010
|
-
<line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2011
|
-
<line num="157" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2012
|
-
<line num="158" count="0" type="stmt"/>
|
|
2022
|
+
<line num="150" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2023
|
+
<line num="151" count="0" type="stmt"/>
|
|
2024
|
+
<line num="155" count="4" type="stmt"/>
|
|
2025
|
+
<line num="156" count="4" type="stmt"/>
|
|
2026
|
+
<line num="157" count="0" type="stmt"/>
|
|
2027
|
+
<line num="158" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2013
2028
|
<line num="159" count="0" type="stmt"/>
|
|
2014
|
-
<line num="
|
|
2015
|
-
<line num="
|
|
2029
|
+
<line num="160" count="0" type="stmt"/>
|
|
2030
|
+
<line num="162" count="4" type="stmt"/>
|
|
2031
|
+
<line num="163" count="4" type="stmt"/>
|
|
2016
2032
|
<line num="164" count="0" type="stmt"/>
|
|
2017
|
-
<line num="165" count="0" type="
|
|
2018
|
-
<line num="166" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2019
|
-
<line num="167" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2033
|
+
<line num="165" count="0" type="stmt"/>
|
|
2020
2034
|
<line num="168" count="0" type="stmt"/>
|
|
2021
|
-
<line num="
|
|
2022
|
-
<line num="
|
|
2023
|
-
<line num="
|
|
2024
|
-
<line num="173" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2025
|
-
<line num="174" count="0" type="stmt"/>
|
|
2026
|
-
<line num="175" count="0" type="stmt"/>
|
|
2027
|
-
<line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2028
|
-
<line num="179" count="0" type="stmt"/>
|
|
2029
|
-
<line num="180" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2035
|
+
<line num="170" count="4" type="stmt"/>
|
|
2036
|
+
<line num="179" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2037
|
+
<line num="180" count="0" type="stmt"/>
|
|
2030
2038
|
<line num="181" count="0" type="stmt"/>
|
|
2031
2039
|
<line num="182" count="0" type="stmt"/>
|
|
2040
|
+
<line num="184" count="0" type="stmt"/>
|
|
2041
|
+
<line num="185" count="0" type="stmt"/>
|
|
2042
|
+
<line num="186" count="0" type="stmt"/>
|
|
2032
2043
|
<line num="187" count="0" type="stmt"/>
|
|
2044
|
+
<line num="188" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2045
|
+
<line num="189" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2046
|
+
<line num="190" count="0" type="stmt"/>
|
|
2047
|
+
<line num="191" count="0" type="stmt"/>
|
|
2048
|
+
<line num="194" count="0" type="stmt"/>
|
|
2049
|
+
<line num="195" count="0" type="stmt"/>
|
|
2050
|
+
<line num="196" count="0" type="stmt"/>
|
|
2051
|
+
<line num="197" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
2052
|
+
<line num="198" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2053
|
+
<line num="199" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2054
|
+
<line num="200" count="0" type="stmt"/>
|
|
2055
|
+
<line num="201" count="0" type="stmt"/>
|
|
2056
|
+
<line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2057
|
+
<line num="204" count="0" type="stmt"/>
|
|
2058
|
+
<line num="205" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2059
|
+
<line num="206" count="0" type="stmt"/>
|
|
2060
|
+
<line num="207" count="0" type="stmt"/>
|
|
2061
|
+
<line num="210" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2062
|
+
<line num="211" count="0" type="stmt"/>
|
|
2063
|
+
<line num="212" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2064
|
+
<line num="213" count="0" type="stmt"/>
|
|
2065
|
+
<line num="214" count="0" type="stmt"/>
|
|
2066
|
+
<line num="219" count="0" type="stmt"/>
|
|
2033
2067
|
</file>
|
|
2034
2068
|
<file name="ts-render.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/ts-render.ts">
|
|
2035
2069
|
<metrics statements="62" coveredstatements="54" conditionals="89" coveredconditionals="76" methods="18" coveredmethods="13"/>
|