@contractkit/plugin-typescript 0.19.1 → 0.21.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 +15 -15
- package/CHANGELOG.md +27 -0
- package/coverage/clover.xml +432 -394
- package/coverage/coverage-final.json +3 -3
- package/coverage/index.html +17 -17
- package/coverage/src/codegen-contract.ts.html +1 -1
- package/coverage/src/codegen-operation.ts.html +1 -1
- package/coverage/src/codegen-plain-types.ts.html +1 -1
- package/coverage/src/codegen-sdk.ts.html +291 -180
- package/coverage/src/index.html +36 -36
- package/coverage/src/index.ts.html +291 -81
- 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-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 +190 -99
- 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 +2 -2
- package/src/codegen-sdk.ts +133 -96
- package/src/index.ts +114 -44
- package/src/path-utils.ts +32 -0
- package/tests/codegen-sdk.test.ts +73 -78
- package/tests/codegen-server.test.ts +29 -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="1778154833370" clover="3.2.0">
|
|
3
|
+
<project timestamp="1778154833370" name="All files">
|
|
4
|
+
<metrics statements="2151" coveredstatements="1776" conditionals="1635" coveredconditionals="1228" methods="401" coveredmethods="335" elements="4187" coveredelements="3339" 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="373" coveredmethods="310"/>
|
|
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"/>
|
|
@@ -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,379 +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="
|
|
1665
|
-
<line num="
|
|
1666
|
-
<line num="
|
|
1667
|
-
<line num="
|
|
1668
|
-
<line num="
|
|
1669
|
-
<line num="
|
|
1670
|
-
<line num="
|
|
1671
|
-
<line num="
|
|
1672
|
-
<line num="
|
|
1673
|
-
<line num="
|
|
1674
|
-
<line num="
|
|
1675
|
-
<line num="
|
|
1676
|
-
<line num="
|
|
1677
|
-
<line num="
|
|
1678
|
-
<line num="
|
|
1679
|
-
<line num="
|
|
1680
|
-
<line num="
|
|
1681
|
-
<line num="
|
|
1667
|
+
<metrics statements="283" coveredstatements="185" conditionals="144" coveredconditionals="69" methods="46" coveredmethods="29"/>
|
|
1668
|
+
<line num="105" count="1" type="stmt"/>
|
|
1669
|
+
<line num="108" count="1" type="stmt"/>
|
|
1670
|
+
<line num="112" count="1" 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"/>
|
|
1675
|
+
<line num="146" count="18" type="stmt"/>
|
|
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"/>
|
|
1685
|
+
<line num="168" count="18" type="stmt"/>
|
|
1686
|
+
<line num="169" count="34" type="stmt"/>
|
|
1682
1687
|
<line num="172" count="18" type="stmt"/>
|
|
1683
|
-
<line num="
|
|
1684
|
-
<line num="
|
|
1685
|
-
<line num="176" count="18" type="stmt"/>
|
|
1688
|
+
<line num="179" count="18" type="stmt"/>
|
|
1689
|
+
<line num="180" count="18" type="stmt"/>
|
|
1686
1690
|
<line num="181" count="3" type="stmt"/>
|
|
1687
|
-
<line num="
|
|
1688
|
-
<line num="
|
|
1689
|
-
<line num="184" count="3" type="stmt"/>
|
|
1690
|
-
<line num="185" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1691
|
-
<line num="186" count="0" type="stmt"/>
|
|
1691
|
+
<line num="183" count="18" type="stmt"/>
|
|
1692
|
+
<line num="188" count="3" type="stmt"/>
|
|
1692
1693
|
<line num="189" count="3" type="stmt"/>
|
|
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="
|
|
1703
|
-
<line num="
|
|
1704
|
-
<line num="
|
|
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="
|
|
1715
|
-
<line num="
|
|
1716
|
-
<line num="
|
|
1717
|
-
<line num="
|
|
1718
|
-
<line num="
|
|
1719
|
-
<line num="
|
|
1720
|
-
<line num="
|
|
1721
|
-
<line num="
|
|
1722
|
-
<line num="
|
|
1723
|
-
<line num="
|
|
1724
|
-
<line num="
|
|
1725
|
-
<line num="
|
|
1726
|
-
<line num="
|
|
1727
|
-
<line num="
|
|
1728
|
-
<line num="
|
|
1729
|
-
<line num="
|
|
1730
|
-
<line num="
|
|
1731
|
-
<line num="
|
|
1732
|
-
<line num="
|
|
1733
|
-
<line num="
|
|
1734
|
-
<line num="
|
|
1735
|
-
<line num="
|
|
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"/>
|
|
1724
|
+
<line num="239" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1725
|
+
<line num="240" count="0" type="stmt"/>
|
|
1726
|
+
<line num="241" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
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"/>
|
|
1736
|
+
<line num="269" count="14" type="stmt"/>
|
|
1737
|
+
<line num="270" count="14" type="stmt"/>
|
|
1738
|
+
<line num="271" count="14" type="stmt"/>
|
|
1736
1739
|
<line num="272" count="14" type="stmt"/>
|
|
1737
1740
|
<line num="273" count="14" type="stmt"/>
|
|
1738
|
-
<line num="274" count="14" type="
|
|
1739
|
-
<line num="
|
|
1740
|
-
<line num="
|
|
1741
|
-
<line num="
|
|
1742
|
-
<line num="
|
|
1743
|
-
<line num="
|
|
1744
|
-
<line num="
|
|
1745
|
-
<line num="
|
|
1746
|
-
<line num="
|
|
1747
|
-
<line num="
|
|
1748
|
-
<line num="
|
|
1749
|
-
<line num="
|
|
1750
|
-
<line num="
|
|
1751
|
-
<line num="
|
|
1752
|
-
<line num="
|
|
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"/>
|
|
1745
|
+
<line num="282" count="3" type="stmt"/>
|
|
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"/>
|
|
1756
|
+
<line num="307" count="3" type="stmt"/>
|
|
1753
1757
|
<line num="311" count="3" type="stmt"/>
|
|
1754
|
-
<line num="317" count="
|
|
1755
|
-
<line num="318" count="
|
|
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="stmt"/>
|
|
1765
|
-
<line num="369" count="4" 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"/>
|
|
1766
1768
|
<line num="371" count="4" type="stmt"/>
|
|
1767
|
-
<line num="372" count="4" type="
|
|
1768
|
-
<line num="373" count="4" type="stmt"/>
|
|
1769
|
-
<line num="374" count="5" type="stmt"/>
|
|
1769
|
+
<line num="372" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1770
1770
|
<line num="375" count="4" type="stmt"/>
|
|
1771
|
-
<line num="
|
|
1771
|
+
<line num="376" count="4" type="stmt"/>
|
|
1772
1772
|
<line num="378" count="4" type="stmt"/>
|
|
1773
1773
|
<line num="379" count="4" type="stmt"/>
|
|
1774
|
+
<line num="380" count="4" type="stmt"/>
|
|
1775
|
+
<line num="381" count="5" type="stmt"/>
|
|
1774
1776
|
<line num="382" count="4" type="stmt"/>
|
|
1775
|
-
<line num="
|
|
1776
|
-
<line num="
|
|
1777
|
-
<line num="
|
|
1778
|
-
<line num="
|
|
1779
|
-
<line num="
|
|
1780
|
-
<line num="388" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1781
|
-
<line num="389" count="0" type="stmt"/>
|
|
1782
|
-
<line num="390" count="0" type="stmt"/>
|
|
1777
|
+
<line num="384" count="4" type="stmt"/>
|
|
1778
|
+
<line num="385" count="4" type="stmt"/>
|
|
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"/>
|
|
1783
1782
|
<line num="391" count="0" type="stmt"/>
|
|
1784
1783
|
<line num="392" count="0" type="stmt"/>
|
|
1785
|
-
<line num="393" count="0" type="
|
|
1784
|
+
<line num="393" count="0" type="stmt"/>
|
|
1786
1785
|
<line num="394" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1787
|
-
<line num="
|
|
1788
|
-
<line num="
|
|
1789
|
-
<line num="
|
|
1790
|
-
<line num="
|
|
1791
|
-
<line num="
|
|
1792
|
-
<line num="
|
|
1793
|
-
<line num="
|
|
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"/>
|
|
1794
1799
|
<line num="427" count="0" type="stmt"/>
|
|
1795
|
-
<line num="
|
|
1796
|
-
<line num="
|
|
1797
|
-
<line num="
|
|
1798
|
-
<line num="
|
|
1799
|
-
<line num="
|
|
1800
|
-
<line num="
|
|
1801
|
-
<line num="
|
|
1802
|
-
<line num="
|
|
1803
|
-
<line num="
|
|
1804
|
-
<line num="
|
|
1805
|
-
<line num="
|
|
1806
|
-
<line num="
|
|
1807
|
-
<line num="
|
|
1808
|
-
<line num="
|
|
1809
|
-
<line num="
|
|
1810
|
-
<line num="
|
|
1811
|
-
<line num="
|
|
1812
|
-
<line num="
|
|
1813
|
-
<line num="
|
|
1814
|
-
<line num="
|
|
1815
|
-
<line num="
|
|
1816
|
-
<line num="
|
|
1817
|
-
<line num="
|
|
1818
|
-
<line num="
|
|
1819
|
-
<line num="
|
|
1820
|
-
<line num="
|
|
1821
|
-
<line num="
|
|
1822
|
-
<line num="
|
|
1823
|
-
<line num="
|
|
1824
|
-
<line num="
|
|
1825
|
-
<line num="
|
|
1826
|
-
<line num="
|
|
1827
|
-
<line num="
|
|
1828
|
-
<line num="
|
|
1829
|
-
<line num="
|
|
1830
|
-
<line num="
|
|
1831
|
-
<line num="
|
|
1832
|
-
<line num="
|
|
1833
|
-
<line num="
|
|
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="580" count="
|
|
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="664" count="0" type="stmt"/>
|
|
1882
|
-
<line num="665" count="0" type="stmt"/>
|
|
1883
|
-
<line num="666" count="0" type="stmt"/>
|
|
1884
|
-
<line num="667" count="0" type="stmt"/>
|
|
1885
|
-
<line num="677" count="0" type="stmt"/>
|
|
1886
|
-
<line num="680" count="0" type="stmt"/>
|
|
1887
|
-
<line num="698" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1888
|
-
<line num="699" count="0" type="stmt"/>
|
|
1889
|
-
<line num="700" count="0" type="stmt"/>
|
|
1890
|
-
<line num="701" count="0" type="stmt"/>
|
|
1891
|
-
<line num="702" count="0" type="stmt"/>
|
|
1892
|
-
<line num="703" count="0" type="stmt"/>
|
|
1893
|
-
<line num="704" 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"/>
|
|
1804
|
+
<line num="454" count="4" type="stmt"/>
|
|
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"/>
|
|
1812
|
+
<line num="463" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1813
|
+
<line num="464" count="2" type="stmt"/>
|
|
1814
|
+
<line num="465" count="2" type="stmt"/>
|
|
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"/>
|
|
1835
|
+
<line num="558" count="4" 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"/>
|
|
1885
|
+
<line num="705" count="0" type="stmt"/>
|
|
1894
1886
|
<line num="706" count="0" type="stmt"/>
|
|
1895
1887
|
<line num="707" count="0" type="stmt"/>
|
|
1896
1888
|
<line num="708" count="0" type="stmt"/>
|
|
1897
1889
|
<line num="709" count="0" type="stmt"/>
|
|
1898
1890
|
<line num="710" count="0" type="stmt"/>
|
|
1899
|
-
<line num="711" count="0" type="stmt"/>
|
|
1900
1891
|
<line num="712" count="0" type="stmt"/>
|
|
1901
|
-
<line num="713" count="0" type="
|
|
1902
|
-
<line num="714" count="0" type="
|
|
1892
|
+
<line num="713" count="0" type="stmt"/>
|
|
1893
|
+
<line num="714" count="0" type="stmt"/>
|
|
1894
|
+
<line num="715" count="0" type="stmt"/>
|
|
1895
|
+
<line num="716" count="0" type="stmt"/>
|
|
1896
|
+
<line num="717" count="0" type="stmt"/>
|
|
1903
1897
|
<line num="718" count="0" type="stmt"/>
|
|
1904
|
-
<line num="719" count="0" type="
|
|
1905
|
-
<line num="720" count="0" type="
|
|
1906
|
-
<line num="
|
|
1907
|
-
<line num="
|
|
1908
|
-
<line num="
|
|
1909
|
-
<line num="
|
|
1910
|
-
<line num="
|
|
1911
|
-
<line num="
|
|
1912
|
-
<line num="
|
|
1913
|
-
<line num="
|
|
1914
|
-
<line num="757" count="0" type="stmt"/>
|
|
1915
|
-
<line num="758" count="0" type="stmt"/>
|
|
1916
|
-
<line num="759" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1898
|
+
<line num="719" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1899
|
+
<line num="720" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1900
|
+
<line num="724" count="0" type="stmt"/>
|
|
1901
|
+
<line num="725" count="0" type="stmt"/>
|
|
1902
|
+
<line num="726" count="0" type="stmt"/>
|
|
1903
|
+
<line num="727" count="0" type="stmt"/>
|
|
1904
|
+
<line num="737" count="0" type="stmt"/>
|
|
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"/>
|
|
1917
1908
|
<line num="760" count="0" type="stmt"/>
|
|
1918
1909
|
<line num="761" count="0" type="stmt"/>
|
|
1919
|
-
<line num="
|
|
1910
|
+
<line num="762" count="0" type="stmt"/>
|
|
1911
|
+
<line num="763" count="0" type="stmt"/>
|
|
1912
|
+
<line num="764" count="0" type="stmt"/>
|
|
1920
1913
|
<line num="766" count="0" type="stmt"/>
|
|
1921
1914
|
<line num="767" count="0" type="stmt"/>
|
|
1922
1915
|
<line num="768" count="0" type="stmt"/>
|
|
1923
|
-
<line num="769" count="0" type="
|
|
1916
|
+
<line num="769" count="0" type="stmt"/>
|
|
1924
1917
|
<line num="770" count="0" type="stmt"/>
|
|
1925
1918
|
<line num="771" count="0" type="stmt"/>
|
|
1926
|
-
<line num="
|
|
1927
|
-
<line num="
|
|
1928
|
-
<line num="
|
|
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"/>
|
|
1922
|
+
<line num="778" count="0" type="stmt"/>
|
|
1923
|
+
<line num="779" count="0" type="stmt"/>
|
|
1924
|
+
<line num="780" count="0" type="stmt"/>
|
|
1925
|
+
<line num="781" count="0" type="stmt"/>
|
|
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"/>
|
|
1929
1951
|
</file>
|
|
1930
1952
|
<file name="path-utils.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/path-utils.ts">
|
|
1931
|
-
<metrics statements="
|
|
1953
|
+
<metrics statements="113" coveredstatements="48" conditionals="83" coveredconditionals="26" methods="14" coveredmethods="11"/>
|
|
1932
1954
|
<line num="5" count="1" type="stmt"/>
|
|
1933
|
-
<line num="8" count="
|
|
1934
|
-
<line num="12" count="
|
|
1935
|
-
<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"/>
|
|
1936
1958
|
<line num="17" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1937
1959
|
<line num="18" count="21" type="stmt"/>
|
|
1938
1960
|
<line num="19" count="18" type="stmt"/>
|
|
@@ -1971,61 +1993,77 @@
|
|
|
1971
1993
|
<line num="93" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1972
1994
|
<line num="94" count="0" type="stmt"/>
|
|
1973
1995
|
<line num="96" count="0" type="stmt"/>
|
|
1974
|
-
<line num="
|
|
1975
|
-
<line num="
|
|
1976
|
-
<line num="
|
|
1977
|
-
<line num="
|
|
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="126" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1990
|
-
<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"/>
|
|
1991
2011
|
<line num="128" count="0" type="stmt"/>
|
|
1992
|
-
<line num="
|
|
1993
|
-
<line num="
|
|
1994
|
-
<line num="
|
|
1995
|
-
<line num="
|
|
1996
|
-
<line num="
|
|
1997
|
-
<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"/>
|
|
1998
2020
|
<line num="147" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1999
2021
|
<line num="148" count="0" type="stmt"/>
|
|
2000
|
-
<line num="
|
|
2001
|
-
<line num="
|
|
2002
|
-
<line num="
|
|
2003
|
-
<line num="
|
|
2004
|
-
<line num="
|
|
2005
|
-
<line num="
|
|
2006
|
-
<line num="156" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2007
|
-
<line num="157" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2008
|
-
<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"/>
|
|
2009
2028
|
<line num="159" count="0" type="stmt"/>
|
|
2010
|
-
<line num="
|
|
2011
|
-
<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"/>
|
|
2012
2032
|
<line num="164" count="0" type="stmt"/>
|
|
2013
|
-
<line num="165" count="0" type="
|
|
2014
|
-
<line num="166" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2015
|
-
<line num="167" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2033
|
+
<line num="165" count="0" type="stmt"/>
|
|
2016
2034
|
<line num="168" count="0" type="stmt"/>
|
|
2017
|
-
<line num="
|
|
2018
|
-
<line num="
|
|
2019
|
-
<line num="
|
|
2020
|
-
<line num="173" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2021
|
-
<line num="174" count="0" type="stmt"/>
|
|
2022
|
-
<line num="175" count="0" type="stmt"/>
|
|
2023
|
-
<line num="178" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2024
|
-
<line num="179" count="0" type="stmt"/>
|
|
2025
|
-
<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"/>
|
|
2026
2038
|
<line num="181" count="0" type="stmt"/>
|
|
2027
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"/>
|
|
2028
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"/>
|
|
2029
2067
|
</file>
|
|
2030
2068
|
<file name="ts-render.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/ts-render.ts">
|
|
2031
2069
|
<metrics statements="62" coveredstatements="54" conditionals="89" coveredconditionals="76" methods="18" coveredmethods="13"/>
|