@contractkit/plugin-typescript 0.26.0 → 0.28.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 +5 -5
- package/.turbo/turbo-test$colon$ci.log +14 -14
- package/CHANGELOG.md +17 -0
- package/coverage/clover.xml +855 -839
- package/coverage/coverage-final.json +7 -7
- package/coverage/index.html +20 -20
- package/coverage/src/codegen-contract.ts.html +150 -150
- package/coverage/src/codegen-operation.ts.html +6 -6
- package/coverage/src/codegen-plain-types.ts.html +58 -58
- package/coverage/src/codegen-sdk.ts.html +445 -211
- package/coverage/src/index.html +40 -40
- package/coverage/src/index.ts.html +295 -184
- package/coverage/src/path-utils.ts.html +105 -105
- package/coverage/src/ts-render.ts.html +9 -9
- package/coverage/tests/helpers.ts.html +19 -19
- package/coverage/tests/index.html +1 -1
- package/dist/codegen-sdk.d.ts +22 -0
- package/dist/codegen-sdk.d.ts.map +1 -1
- package/dist/index.d.ts +9 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +94 -7
- package/dist/index.js.map +1 -1
- package/package.json +4 -4
- package/src/codegen-operation.ts +5 -5
- package/src/codegen-sdk.ts +78 -0
- package/src/index.ts +40 -3
- package/tests/codegen-operation.test.ts +5 -5
- package/tests/codegen-sdk.test.ts +48 -0
- package/tests/codegen-server.test.ts +107 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,107 +1,107 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1783441451213" clover="3.2.0">
|
|
3
|
+
<project timestamp="1783441451213" name="All files">
|
|
4
|
+
<metrics statements="2177" coveredstatements="1861" conditionals="1663" coveredconditionals="1286" methods="408" coveredmethods="350" elements="4248" coveredelements="3497" complexity="0" loc="2177" ncloc="2177" packages="2" files="8" classes="8"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="2131" coveredstatements="1818" conditionals="1630" coveredconditionals="1256" methods="380" coveredmethods="325"/>
|
|
7
7
|
<file name="codegen-contract.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/codegen-contract.ts">
|
|
8
8
|
<metrics statements="558" coveredstatements="497" conditionals="474" coveredconditionals="392" methods="121" coveredmethods="109"/>
|
|
9
|
-
<line num="31" count="
|
|
10
|
-
<line num="33" count="
|
|
9
|
+
<line num="31" count="131" type="cond" truecount="3" falsecount="0"/>
|
|
10
|
+
<line num="33" count="124" type="stmt"/>
|
|
11
11
|
<line num="35" count="5" type="stmt"/>
|
|
12
12
|
<line num="37" count="2" type="stmt"/>
|
|
13
|
-
<line num="65" count="
|
|
14
|
-
<line num="68" count="
|
|
15
|
-
<line num="69" count="
|
|
13
|
+
<line num="65" count="149" type="stmt"/>
|
|
14
|
+
<line num="68" count="149" type="stmt"/>
|
|
15
|
+
<line num="69" count="235" type="cond" truecount="2" falsecount="0"/>
|
|
16
16
|
<line num="70" count="30" type="stmt"/>
|
|
17
|
-
<line num="76" count="
|
|
18
|
-
<line num="77" count="
|
|
19
|
-
<line num="78" count="
|
|
20
|
-
<line num="79" count="
|
|
21
|
-
<line num="80" count="
|
|
22
|
-
<line num="81" count="
|
|
23
|
-
<line num="82" count="
|
|
24
|
-
<line num="83" count="
|
|
25
|
-
<line num="87" count="
|
|
26
|
-
<line num="90" count="
|
|
27
|
-
<line num="91" count="
|
|
17
|
+
<line num="76" count="149" type="stmt"/>
|
|
18
|
+
<line num="77" count="149" type="stmt"/>
|
|
19
|
+
<line num="78" count="168" type="stmt"/>
|
|
20
|
+
<line num="79" count="168" type="stmt"/>
|
|
21
|
+
<line num="80" count="227" type="cond" truecount="2" falsecount="0"/>
|
|
22
|
+
<line num="81" count="161" type="stmt"/>
|
|
23
|
+
<line num="82" count="161" type="stmt"/>
|
|
24
|
+
<line num="83" count="203" type="stmt"/>
|
|
25
|
+
<line num="87" count="161" type="cond" truecount="2" falsecount="0"/>
|
|
26
|
+
<line num="90" count="161" type="cond" truecount="2" falsecount="0"/>
|
|
27
|
+
<line num="91" count="161" type="stmt"/>
|
|
28
28
|
<line num="92" count="71" type="cond" truecount="4" falsecount="0"/>
|
|
29
29
|
<line num="93" count="21" type="stmt"/>
|
|
30
30
|
<line num="94" count="21" type="stmt"/>
|
|
31
31
|
<line num="95" count="21" type="stmt"/>
|
|
32
|
-
<line num="101" count="
|
|
33
|
-
<line num="105" count="
|
|
34
|
-
<line num="106" count="
|
|
35
|
-
<line num="107" count="
|
|
32
|
+
<line num="101" count="149" type="stmt"/>
|
|
33
|
+
<line num="105" count="109" type="stmt"/>
|
|
34
|
+
<line num="106" count="109" type="stmt"/>
|
|
35
|
+
<line num="107" count="109" type="cond" truecount="1" falsecount="1"/>
|
|
36
36
|
<line num="108" count="0" type="stmt"/>
|
|
37
|
-
<line num="110" count="
|
|
37
|
+
<line num="110" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
38
38
|
<line num="111" count="1" type="stmt"/>
|
|
39
|
-
<line num="114" count="
|
|
40
|
-
<line num="115" count="
|
|
41
|
-
<line num="116" count="
|
|
42
|
-
<line num="117" count="
|
|
43
|
-
<line num="131" count="
|
|
44
|
-
<line num="132" count="
|
|
45
|
-
<line num="133" count="
|
|
46
|
-
<line num="134" count="
|
|
47
|
-
<line num="135" count="
|
|
48
|
-
<line num="136" count="
|
|
49
|
-
<line num="137" count="
|
|
50
|
-
<line num="138" count="
|
|
51
|
-
<line num="141" count="
|
|
52
|
-
<line num="142" count="
|
|
53
|
-
<line num="143" count="
|
|
54
|
-
<line num="146" count="
|
|
55
|
-
<line num="147" count="
|
|
56
|
-
<line num="148" count="
|
|
57
|
-
<line num="151" count="
|
|
58
|
-
<line num="152" count="
|
|
59
|
-
<line num="153" count="
|
|
60
|
-
<line num="155" count="
|
|
61
|
-
<line num="156" count="
|
|
62
|
-
<line num="157" count="
|
|
63
|
-
<line num="158" count="
|
|
64
|
-
<line num="159" count="
|
|
65
|
-
<line num="160" count="
|
|
66
|
-
<line num="161" count="
|
|
39
|
+
<line num="114" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
40
|
+
<line num="115" count="109" type="stmt"/>
|
|
41
|
+
<line num="116" count="109" type="stmt"/>
|
|
42
|
+
<line num="117" count="109" type="stmt"/>
|
|
43
|
+
<line num="131" count="84" type="stmt"/>
|
|
44
|
+
<line num="132" count="84" type="stmt"/>
|
|
45
|
+
<line num="133" count="84" type="stmt"/>
|
|
46
|
+
<line num="134" count="84" type="stmt"/>
|
|
47
|
+
<line num="135" count="84" type="stmt"/>
|
|
48
|
+
<line num="136" count="84" type="stmt"/>
|
|
49
|
+
<line num="137" count="84" type="stmt"/>
|
|
50
|
+
<line num="138" count="84" type="stmt"/>
|
|
51
|
+
<line num="141" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
52
|
+
<line num="142" count="84" type="stmt"/>
|
|
53
|
+
<line num="143" count="84" type="stmt"/>
|
|
54
|
+
<line num="146" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
55
|
+
<line num="147" count="84" type="stmt"/>
|
|
56
|
+
<line num="148" count="84" type="stmt"/>
|
|
57
|
+
<line num="151" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
58
|
+
<line num="152" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
59
|
+
<line num="153" count="84" type="stmt"/>
|
|
60
|
+
<line num="155" count="84" type="stmt"/>
|
|
61
|
+
<line num="156" count="84" type="stmt"/>
|
|
62
|
+
<line num="157" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
63
|
+
<line num="158" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
64
|
+
<line num="159" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
65
|
+
<line num="160" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
66
|
+
<line num="161" count="84" type="stmt"/>
|
|
67
67
|
<line num="162" count="19" type="stmt"/>
|
|
68
68
|
<line num="163" count="19" type="stmt"/>
|
|
69
|
-
<line num="165" count="
|
|
70
|
-
<line num="166" count="
|
|
69
|
+
<line num="165" count="84" type="stmt"/>
|
|
70
|
+
<line num="166" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
71
71
|
<line num="167" count="1" type="stmt"/>
|
|
72
|
-
<line num="169" count="
|
|
73
|
-
<line num="170" count="
|
|
74
|
-
<line num="174" count="
|
|
72
|
+
<line num="169" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
73
|
+
<line num="170" count="6" type="stmt"/>
|
|
74
|
+
<line num="174" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
75
75
|
<line num="175" count="3" type="stmt"/>
|
|
76
|
-
<line num="179" count="
|
|
76
|
+
<line num="179" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
77
77
|
<line num="180" count="1" type="stmt"/>
|
|
78
78
|
<line num="181" count="1" type="stmt"/>
|
|
79
|
-
<line num="185" count="
|
|
80
|
-
<line num="187" count="
|
|
81
|
-
<line num="188" count="
|
|
82
|
-
<line num="190" count="
|
|
83
|
-
<line num="191" count="
|
|
84
|
-
<line num="192" count="
|
|
85
|
-
<line num="195" count="
|
|
86
|
-
<line num="208" count="
|
|
79
|
+
<line num="185" count="84" type="cond" truecount="6" falsecount="0"/>
|
|
80
|
+
<line num="187" count="151" type="stmt"/>
|
|
81
|
+
<line num="188" count="109" type="stmt"/>
|
|
82
|
+
<line num="190" count="84" type="stmt"/>
|
|
83
|
+
<line num="191" count="109" type="stmt"/>
|
|
84
|
+
<line num="192" count="109" type="stmt"/>
|
|
85
|
+
<line num="195" count="84" type="stmt"/>
|
|
86
|
+
<line num="208" count="115" type="cond" truecount="4" falsecount="0"/>
|
|
87
87
|
<line num="211" count="15" type="stmt"/>
|
|
88
88
|
<line num="212" count="15" type="stmt"/>
|
|
89
89
|
<line num="213" count="15" type="cond" truecount="2" falsecount="0"/>
|
|
90
90
|
<line num="214" count="11" type="stmt"/>
|
|
91
91
|
<line num="216" count="11" type="cond" truecount="3" falsecount="1"/>
|
|
92
|
-
<line num="218" count="
|
|
92
|
+
<line num="218" count="115" type="cond" truecount="2" falsecount="0"/>
|
|
93
93
|
<line num="220" count="1" type="stmt"/>
|
|
94
94
|
<line num="221" count="2" type="stmt"/>
|
|
95
95
|
<line num="222" count="3" type="stmt"/>
|
|
96
96
|
<line num="224" count="1" type="stmt"/>
|
|
97
|
-
<line num="243" count="
|
|
97
|
+
<line num="243" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
98
98
|
<line num="244" count="5" type="stmt"/>
|
|
99
|
-
<line num="247" count="
|
|
100
|
-
<line num="251" count="
|
|
101
|
-
<line num="253" count="
|
|
102
|
-
<line num="258" count="
|
|
99
|
+
<line num="247" count="104" type="cond" truecount="1" falsecount="1"/>
|
|
100
|
+
<line num="251" count="135" type="cond" truecount="2" falsecount="1"/>
|
|
101
|
+
<line num="253" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
102
|
+
<line num="258" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
103
103
|
<line num="259" count="4" type="stmt"/>
|
|
104
|
-
<line num="262" count="
|
|
104
|
+
<line num="262" count="104" type="stmt"/>
|
|
105
105
|
<line num="266" count="5" type="stmt"/>
|
|
106
106
|
<line num="267" count="5" type="stmt"/>
|
|
107
107
|
<line num="268" count="5" type="stmt"/>
|
|
@@ -112,13 +112,13 @@
|
|
|
112
112
|
<line num="274" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
113
113
|
<line num="275" count="0" type="stmt"/>
|
|
114
114
|
<line num="277" count="5" type="stmt"/>
|
|
115
|
-
<line num="281" count="
|
|
116
|
-
<line num="282" count="
|
|
117
|
-
<line num="284" count="
|
|
118
|
-
<line num="286" count="
|
|
119
|
-
<line num="287" count="
|
|
120
|
-
<line num="288" count="
|
|
121
|
-
<line num="290" count="
|
|
115
|
+
<line num="281" count="76" type="stmt"/>
|
|
116
|
+
<line num="282" count="76" type="stmt"/>
|
|
117
|
+
<line num="284" count="76" type="cond" truecount="2" falsecount="0"/>
|
|
118
|
+
<line num="286" count="76" type="stmt"/>
|
|
119
|
+
<line num="287" count="76" type="cond" truecount="2" falsecount="0"/>
|
|
120
|
+
<line num="288" count="76" type="cond" truecount="2" falsecount="0"/>
|
|
121
|
+
<line num="290" count="76" type="cond" truecount="4" falsecount="0"/>
|
|
122
122
|
<line num="292" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
123
123
|
<line num="297" count="11" type="stmt"/>
|
|
124
124
|
<line num="298" count="23" type="stmt"/>
|
|
@@ -134,20 +134,20 @@
|
|
|
134
134
|
<line num="319" count="11" type="cond" truecount="4" falsecount="0"/>
|
|
135
135
|
<line num="320" count="11" type="stmt"/>
|
|
136
136
|
<line num="321" count="11" type="stmt"/>
|
|
137
|
-
<line num="324" count="
|
|
138
|
-
<line num="325" count="
|
|
139
|
-
<line num="326" count="
|
|
137
|
+
<line num="324" count="65" type="stmt"/>
|
|
138
|
+
<line num="325" count="65" type="cond" truecount="2" falsecount="0"/>
|
|
139
|
+
<line num="326" count="76" type="cond" truecount="2" falsecount="0"/>
|
|
140
140
|
<line num="327" count="6" type="stmt"/>
|
|
141
141
|
<line num="328" count="6" type="stmt"/>
|
|
142
142
|
<line num="330" count="3" type="stmt"/>
|
|
143
143
|
<line num="332" count="6" type="stmt"/>
|
|
144
144
|
<line num="333" count="6" type="stmt"/>
|
|
145
145
|
<line num="334" count="6" type="stmt"/>
|
|
146
|
-
<line num="336" count="
|
|
147
|
-
<line num="337" count="
|
|
148
|
-
<line num="338" count="
|
|
149
|
-
<line num="341" count="
|
|
150
|
-
<line num="342" count="
|
|
146
|
+
<line num="336" count="59" type="stmt"/>
|
|
147
|
+
<line num="337" count="76" type="stmt"/>
|
|
148
|
+
<line num="338" count="59" type="stmt"/>
|
|
149
|
+
<line num="341" count="65" type="stmt"/>
|
|
150
|
+
<line num="342" count="65" type="stmt"/>
|
|
151
151
|
<line num="348" count="14" type="stmt"/>
|
|
152
152
|
<line num="349" count="14" type="stmt"/>
|
|
153
153
|
<line num="351" count="2" type="stmt"/>
|
|
@@ -212,7 +212,7 @@
|
|
|
212
212
|
<line num="465" count="46" type="cond" truecount="4" falsecount="0"/>
|
|
213
213
|
<line num="466" count="25" type="cond" truecount="2" falsecount="0"/>
|
|
214
214
|
<line num="467" count="8" type="stmt"/>
|
|
215
|
-
<line num="471" count="
|
|
215
|
+
<line num="471" count="141" type="stmt"/>
|
|
216
216
|
<line num="475" count="6" type="stmt"/>
|
|
217
217
|
<line num="476" count="12" type="stmt"/>
|
|
218
218
|
<line num="477" count="12" type="stmt"/>
|
|
@@ -239,20 +239,20 @@
|
|
|
239
239
|
<line num="504" count="0" type="stmt"/>
|
|
240
240
|
<line num="506" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
241
241
|
<line num="507" count="9" type="stmt"/>
|
|
242
|
-
<line num="512" count="
|
|
243
|
-
<line num="513" count="
|
|
244
|
-
<line num="515" count="
|
|
245
|
-
<line num="517" count="
|
|
246
|
-
<line num="518" count="
|
|
242
|
+
<line num="512" count="147" type="stmt"/>
|
|
243
|
+
<line num="513" count="147" type="cond" truecount="1" falsecount="1"/>
|
|
244
|
+
<line num="515" count="147" type="stmt"/>
|
|
245
|
+
<line num="517" count="147" type="cond" truecount="2" falsecount="0"/>
|
|
246
|
+
<line num="518" count="147" type="cond" truecount="2" falsecount="0"/>
|
|
247
247
|
<line num="519" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
248
248
|
<line num="520" count="6" type="stmt"/>
|
|
249
|
-
<line num="521" count="
|
|
249
|
+
<line num="521" count="141" type="cond" truecount="2" falsecount="0"/>
|
|
250
250
|
<line num="522" count="7" type="stmt"/>
|
|
251
|
-
<line num="524" count="
|
|
252
|
-
<line num="526" count="
|
|
253
|
-
<line num="527" count="
|
|
254
|
-
<line num="541" count="
|
|
255
|
-
<line num="543" count="
|
|
251
|
+
<line num="524" count="147" type="cond" truecount="2" falsecount="0"/>
|
|
252
|
+
<line num="526" count="147" type="stmt"/>
|
|
253
|
+
<line num="527" count="147" type="stmt"/>
|
|
254
|
+
<line num="541" count="284" type="cond" truecount="12" falsecount="1"/>
|
|
255
|
+
<line num="543" count="219" type="stmt"/>
|
|
256
256
|
<line num="545" count="12" type="stmt"/>
|
|
257
257
|
<line num="547" count="2" type="stmt"/>
|
|
258
258
|
<line num="549" count="2" type="stmt"/>
|
|
@@ -276,7 +276,7 @@
|
|
|
276
276
|
<line num="591" count="1" type="stmt"/>
|
|
277
277
|
<line num="592" count="1" type="stmt"/>
|
|
278
278
|
<line num="594" count="2" type="stmt"/>
|
|
279
|
-
<line num="598" count="
|
|
279
|
+
<line num="598" count="248" type="cond" truecount="18" falsecount="1"/>
|
|
280
280
|
<line num="600" count="122" type="stmt"/>
|
|
281
281
|
<line num="601" count="122" type="cond" truecount="4" falsecount="0"/>
|
|
282
282
|
<line num="602" count="121" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -301,7 +301,7 @@
|
|
|
301
301
|
<line num="630" count="5" type="stmt"/>
|
|
302
302
|
<line num="633" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
303
303
|
<line num="634" count="2" type="stmt"/>
|
|
304
|
-
<line num="637" count="
|
|
304
|
+
<line num="637" count="8" type="stmt"/>
|
|
305
305
|
<line num="639" count="4" type="stmt"/>
|
|
306
306
|
<line num="641" count="7" type="stmt"/>
|
|
307
307
|
<line num="642" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -314,7 +314,7 @@
|
|
|
314
314
|
<line num="649" count="7" type="stmt"/>
|
|
315
315
|
<line num="652" count="3" type="stmt"/>
|
|
316
316
|
<line num="654" count="1" type="stmt"/>
|
|
317
|
-
<line num="656" count="
|
|
317
|
+
<line num="656" count="41" type="stmt"/>
|
|
318
318
|
<line num="658" count="2" type="stmt"/>
|
|
319
319
|
<line num="660" count="3" type="stmt"/>
|
|
320
320
|
<line num="662" count="1" type="stmt"/>
|
|
@@ -451,12 +451,12 @@
|
|
|
451
451
|
<line num="939" count="2" type="stmt"/>
|
|
452
452
|
<line num="941" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
453
453
|
<line num="943" count="2" type="stmt"/>
|
|
454
|
-
<line num="947" count="
|
|
455
|
-
<line num="951" count="
|
|
454
|
+
<line num="947" count="232" type="stmt"/>
|
|
455
|
+
<line num="951" count="232" type="cond" truecount="1" falsecount="1"/>
|
|
456
456
|
<line num="957" count="25" type="stmt"/>
|
|
457
|
-
<line num="963" count="
|
|
458
|
-
<line num="968" count="
|
|
459
|
-
<line num="970" count="
|
|
457
|
+
<line num="963" count="148" type="cond" truecount="3" falsecount="0"/>
|
|
458
|
+
<line num="968" count="1527" type="cond" truecount="10" falsecount="0"/>
|
|
459
|
+
<line num="970" count="906" type="stmt"/>
|
|
460
460
|
<line num="972" count="76" type="stmt"/>
|
|
461
461
|
<line num="974" count="12" type="stmt"/>
|
|
462
462
|
<line num="976" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -465,25 +465,25 @@
|
|
|
465
465
|
<line num="982" count="68" type="stmt"/>
|
|
466
466
|
<line num="984" count="6" type="stmt"/>
|
|
467
467
|
<line num="986" count="56" type="stmt"/>
|
|
468
|
-
<line num="988" count="
|
|
469
|
-
<line num="994" count="
|
|
470
|
-
<line num="999" count="
|
|
471
|
-
<line num="1001" count="
|
|
468
|
+
<line num="988" count="442" type="stmt"/>
|
|
469
|
+
<line num="994" count="874" type="cond" truecount="3" falsecount="0"/>
|
|
470
|
+
<line num="999" count="274" type="cond" truecount="6" falsecount="1"/>
|
|
471
|
+
<line num="1001" count="158" type="cond" truecount="3" falsecount="0"/>
|
|
472
472
|
<line num="1003" count="14" type="stmt"/>
|
|
473
473
|
<line num="1005" count="2" type="stmt"/>
|
|
474
474
|
<line num="1007" count="0" type="stmt"/>
|
|
475
475
|
<line num="1009" count="8" type="stmt"/>
|
|
476
476
|
<line num="1011" count="10" type="stmt"/>
|
|
477
477
|
<line num="1013" count="85" type="stmt"/>
|
|
478
|
-
<line num="1019" count="
|
|
479
|
-
<line num="1020" count="
|
|
480
|
-
<line num="1022" count="
|
|
481
|
-
<line num="1023" count="
|
|
482
|
-
<line num="1024" count="
|
|
483
|
-
<line num="1025" count="
|
|
484
|
-
<line num="1026" count="
|
|
485
|
-
<line num="1030" count="
|
|
486
|
-
<line num="1031" count="
|
|
478
|
+
<line num="1019" count="189" type="stmt"/>
|
|
479
|
+
<line num="1020" count="149" type="stmt"/>
|
|
480
|
+
<line num="1022" count="149" type="stmt"/>
|
|
481
|
+
<line num="1023" count="189" type="cond" truecount="4" falsecount="0"/>
|
|
482
|
+
<line num="1024" count="189" type="cond" truecount="2" falsecount="0"/>
|
|
483
|
+
<line num="1025" count="189" type="stmt"/>
|
|
484
|
+
<line num="1026" count="264" type="stmt"/>
|
|
485
|
+
<line num="1030" count="189" type="stmt"/>
|
|
486
|
+
<line num="1031" count="149" type="stmt"/>
|
|
487
487
|
<line num="1036" count="57" type="stmt"/>
|
|
488
488
|
<line num="1037" count="34" type="stmt"/>
|
|
489
489
|
<line num="1039" count="34" type="stmt"/>
|
|
@@ -519,40 +519,40 @@
|
|
|
519
519
|
<line num="1091" count="0" type="stmt"/>
|
|
520
520
|
<line num="1093" count="4" type="stmt"/>
|
|
521
521
|
<line num="1094" count="4" type="stmt"/>
|
|
522
|
-
<line num="1103" count="
|
|
523
|
-
<line num="1104" count="
|
|
524
|
-
<line num="1107" count="
|
|
525
|
-
<line num="1108" count="
|
|
526
|
-
<line num="1109" count="
|
|
527
|
-
<line num="1110" count="
|
|
528
|
-
<line num="1111" count="
|
|
529
|
-
<line num="1112" count="
|
|
530
|
-
<line num="1113" count="
|
|
531
|
-
<line num="1116" count="
|
|
532
|
-
<line num="1117" count="
|
|
522
|
+
<line num="1103" count="189" type="stmt"/>
|
|
523
|
+
<line num="1104" count="189" type="stmt"/>
|
|
524
|
+
<line num="1107" count="149" type="stmt"/>
|
|
525
|
+
<line num="1108" count="149" type="stmt"/>
|
|
526
|
+
<line num="1109" count="189" type="stmt"/>
|
|
527
|
+
<line num="1110" count="189" type="cond" truecount="4" falsecount="0"/>
|
|
528
|
+
<line num="1111" count="189" type="cond" truecount="2" falsecount="0"/>
|
|
529
|
+
<line num="1112" count="189" type="stmt"/>
|
|
530
|
+
<line num="1113" count="264" type="stmt"/>
|
|
531
|
+
<line num="1116" count="189" type="stmt"/>
|
|
532
|
+
<line num="1117" count="189" type="stmt"/>
|
|
533
533
|
<line num="1118" count="60" type="cond" truecount="4" falsecount="0"/>
|
|
534
|
-
<line num="1120" count="
|
|
535
|
-
<line num="1124" count="
|
|
536
|
-
<line num="1125" count="
|
|
537
|
-
<line num="1126" count="
|
|
538
|
-
<line num="1127" count="
|
|
534
|
+
<line num="1120" count="189" type="stmt"/>
|
|
535
|
+
<line num="1124" count="149" type="stmt"/>
|
|
536
|
+
<line num="1125" count="189" type="stmt"/>
|
|
537
|
+
<line num="1126" count="149" type="stmt"/>
|
|
538
|
+
<line num="1127" count="189" type="stmt"/>
|
|
539
539
|
<line num="1128" count="37" type="cond" truecount="1" falsecount="1"/>
|
|
540
|
-
<line num="1135" count="
|
|
541
|
-
<line num="1136" count="
|
|
542
|
-
<line num="1137" count="
|
|
543
|
-
<line num="1140" count="
|
|
544
|
-
<line num="1141" count="
|
|
545
|
-
<line num="1142" count="
|
|
546
|
-
<line num="1145" count="
|
|
547
|
-
<line num="1146" count="
|
|
548
|
-
<line num="1147" count="
|
|
549
|
-
<line num="1148" count="
|
|
550
|
-
<line num="1150" count="
|
|
551
|
-
<line num="1151" count="
|
|
540
|
+
<line num="1135" count="149" type="stmt"/>
|
|
541
|
+
<line num="1136" count="149" type="stmt"/>
|
|
542
|
+
<line num="1137" count="189" type="stmt"/>
|
|
543
|
+
<line num="1140" count="149" type="stmt"/>
|
|
544
|
+
<line num="1141" count="149" type="stmt"/>
|
|
545
|
+
<line num="1142" count="189" type="cond" truecount="2" falsecount="0"/>
|
|
546
|
+
<line num="1145" count="149" type="stmt"/>
|
|
547
|
+
<line num="1146" count="149" type="stmt"/>
|
|
548
|
+
<line num="1147" count="189" type="stmt"/>
|
|
549
|
+
<line num="1148" count="189" type="stmt"/>
|
|
550
|
+
<line num="1150" count="189" type="stmt"/>
|
|
551
|
+
<line num="1151" count="297" type="cond" truecount="4" falsecount="0"/>
|
|
552
552
|
<line num="1152" count="35" type="stmt"/>
|
|
553
|
-
<line num="1158" count="
|
|
554
|
-
<line num="1159" count="
|
|
555
|
-
<line num="1162" count="
|
|
553
|
+
<line num="1158" count="149" type="stmt"/>
|
|
554
|
+
<line num="1159" count="189" type="cond" truecount="1" falsecount="1"/>
|
|
555
|
+
<line num="1162" count="149" type="stmt"/>
|
|
556
556
|
<line num="1172" count="38" type="cond" truecount="2" falsecount="0"/>
|
|
557
557
|
<line num="1173" count="21" type="stmt"/>
|
|
558
558
|
<line num="1174" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -973,59 +973,59 @@
|
|
|
973
973
|
</file>
|
|
974
974
|
<file name="codegen-plain-types.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/codegen-plain-types.ts">
|
|
975
975
|
<metrics statements="143" coveredstatements="132" conditionals="111" coveredconditionals="87" methods="30" coveredmethods="29"/>
|
|
976
|
-
<line num="24" count="
|
|
977
|
-
<line num="25" count="
|
|
978
|
-
<line num="28" count="
|
|
979
|
-
<line num="29" count="
|
|
980
|
-
<line num="30" count="
|
|
981
|
-
<line num="33" count="
|
|
982
|
-
<line num="34" count="
|
|
983
|
-
<line num="35" count="
|
|
984
|
-
<line num="38" count="
|
|
985
|
-
<line num="39" count="
|
|
986
|
-
<line num="40" count="
|
|
987
|
-
<line num="43" count="
|
|
976
|
+
<line num="24" count="65" type="stmt"/>
|
|
977
|
+
<line num="25" count="65" type="stmt"/>
|
|
978
|
+
<line num="28" count="65" type="cond" truecount="2" falsecount="0"/>
|
|
979
|
+
<line num="29" count="65" type="stmt"/>
|
|
980
|
+
<line num="30" count="65" type="stmt"/>
|
|
981
|
+
<line num="33" count="65" type="cond" truecount="2" falsecount="0"/>
|
|
982
|
+
<line num="34" count="65" type="stmt"/>
|
|
983
|
+
<line num="35" count="65" type="stmt"/>
|
|
984
|
+
<line num="38" count="65" type="cond" truecount="2" falsecount="0"/>
|
|
985
|
+
<line num="39" count="65" type="cond" truecount="2" falsecount="0"/>
|
|
986
|
+
<line num="40" count="65" type="stmt"/>
|
|
987
|
+
<line num="43" count="65" type="stmt"/>
|
|
988
988
|
<line num="44" count="19" type="stmt"/>
|
|
989
989
|
<line num="45" count="19" type="stmt"/>
|
|
990
|
-
<line num="47" count="
|
|
991
|
-
<line num="49" count="
|
|
990
|
+
<line num="47" count="65" type="cond" truecount="2" falsecount="0"/>
|
|
991
|
+
<line num="49" count="65" type="cond" truecount="1" falsecount="1"/>
|
|
992
992
|
<line num="50" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
993
993
|
<line num="51" count="0" type="stmt"/>
|
|
994
994
|
<line num="53" count="0" type="stmt"/>
|
|
995
995
|
<line num="55" count="0" type="stmt"/>
|
|
996
|
-
<line num="58" count="
|
|
997
|
-
<line num="60" count="
|
|
998
|
-
<line num="61" count="
|
|
999
|
-
<line num="62" count="
|
|
1000
|
-
<line num="65" count="
|
|
1001
|
-
<line num="78" count="
|
|
996
|
+
<line num="58" count="80" type="stmt"/>
|
|
997
|
+
<line num="60" count="65" type="stmt"/>
|
|
998
|
+
<line num="61" count="80" type="stmt"/>
|
|
999
|
+
<line num="62" count="80" type="stmt"/>
|
|
1000
|
+
<line num="65" count="65" type="stmt"/>
|
|
1001
|
+
<line num="78" count="80" type="cond" truecount="2" falsecount="0"/>
|
|
1002
1002
|
<line num="79" count="5" type="stmt"/>
|
|
1003
|
-
<line num="84" count="
|
|
1004
|
-
<line num="86" count="
|
|
1005
|
-
<line num="88" count="
|
|
1003
|
+
<line num="84" count="100" type="cond" truecount="2" falsecount="1"/>
|
|
1004
|
+
<line num="86" count="80" type="cond" truecount="2" falsecount="0"/>
|
|
1005
|
+
<line num="88" count="80" type="cond" truecount="2" falsecount="0"/>
|
|
1006
1006
|
<line num="89" count="3" type="stmt"/>
|
|
1007
1007
|
<line num="90" count="3" type="stmt"/>
|
|
1008
|
-
<line num="92" count="
|
|
1009
|
-
<line num="100" count="
|
|
1010
|
-
<line num="101" count="
|
|
1008
|
+
<line num="92" count="75" type="stmt"/>
|
|
1009
|
+
<line num="100" count="75" type="stmt"/>
|
|
1010
|
+
<line num="101" count="75" type="stmt"/>
|
|
1011
1011
|
<line num="102" count="17" type="stmt"/>
|
|
1012
1012
|
<line num="103" count="17" type="cond" truecount="4" falsecount="0"/>
|
|
1013
1013
|
<line num="104" count="8" type="stmt"/>
|
|
1014
1014
|
<line num="105" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1015
|
-
<line num="107" count="
|
|
1016
|
-
<line num="108" count="
|
|
1017
|
-
<line num="115" count="
|
|
1018
|
-
<line num="116" count="
|
|
1019
|
-
<line num="120" count="
|
|
1020
|
-
<line num="121" count="
|
|
1021
|
-
<line num="122" count="
|
|
1015
|
+
<line num="107" count="75" type="stmt"/>
|
|
1016
|
+
<line num="108" count="75" type="stmt"/>
|
|
1017
|
+
<line num="115" count="75" type="cond" truecount="3" falsecount="1"/>
|
|
1018
|
+
<line num="116" count="112" type="cond" truecount="2" falsecount="0"/>
|
|
1019
|
+
<line num="120" count="80" type="stmt"/>
|
|
1020
|
+
<line num="121" count="80" type="stmt"/>
|
|
1021
|
+
<line num="122" count="80" type="cond" truecount="1" falsecount="1"/>
|
|
1022
1022
|
<line num="123" count="0" type="stmt"/>
|
|
1023
|
-
<line num="125" count="
|
|
1023
|
+
<line num="125" count="80" type="cond" truecount="2" falsecount="0"/>
|
|
1024
1024
|
<line num="126" count="1" type="stmt"/>
|
|
1025
|
-
<line num="129" count="
|
|
1026
|
-
<line num="130" count="
|
|
1027
|
-
<line num="131" count="
|
|
1028
|
-
<line num="132" count="
|
|
1025
|
+
<line num="129" count="80" type="cond" truecount="2" falsecount="0"/>
|
|
1026
|
+
<line num="130" count="80" type="stmt"/>
|
|
1027
|
+
<line num="131" count="80" type="stmt"/>
|
|
1028
|
+
<line num="132" count="80" type="stmt"/>
|
|
1029
1029
|
<line num="136" count="5" type="stmt"/>
|
|
1030
1030
|
<line num="137" count="5" type="stmt"/>
|
|
1031
1031
|
<line num="138" count="5" type="stmt"/>
|
|
@@ -1034,20 +1034,20 @@
|
|
|
1034
1034
|
<line num="142" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1035
1035
|
<line num="143" count="0" type="stmt"/>
|
|
1036
1036
|
<line num="145" count="5" type="stmt"/>
|
|
1037
|
-
<line num="154" count="
|
|
1037
|
+
<line num="154" count="93" type="cond" truecount="2" falsecount="0"/>
|
|
1038
1038
|
<line num="155" count="16" type="cond" truecount="2" falsecount="0"/>
|
|
1039
1039
|
<line num="156" count="7" type="stmt"/>
|
|
1040
1040
|
<line num="157" count="7" type="stmt"/>
|
|
1041
1041
|
<line num="158" count="6" type="stmt"/>
|
|
1042
|
-
<line num="162" count="
|
|
1043
|
-
<line num="163" count="
|
|
1044
|
-
<line num="165" count="
|
|
1045
|
-
<line num="166" count="
|
|
1046
|
-
<line num="167" count="
|
|
1047
|
-
<line num="169" count="
|
|
1048
|
-
<line num="170" count="
|
|
1049
|
-
<line num="173" count="
|
|
1050
|
-
<line num="174" count="
|
|
1042
|
+
<line num="162" count="57" type="stmt"/>
|
|
1043
|
+
<line num="163" count="57" type="stmt"/>
|
|
1044
|
+
<line num="165" count="57" type="cond" truecount="2" falsecount="0"/>
|
|
1045
|
+
<line num="166" count="57" type="stmt"/>
|
|
1046
|
+
<line num="167" count="57" type="stmt"/>
|
|
1047
|
+
<line num="169" count="57" type="stmt"/>
|
|
1048
|
+
<line num="170" count="80" type="stmt"/>
|
|
1049
|
+
<line num="173" count="57" type="stmt"/>
|
|
1050
|
+
<line num="174" count="57" type="stmt"/>
|
|
1051
1051
|
<line num="178" count="18" type="stmt"/>
|
|
1052
1052
|
<line num="179" count="18" type="stmt"/>
|
|
1053
1053
|
<line num="181" count="18" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1065,16 +1065,16 @@
|
|
|
1065
1065
|
<line num="199" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1066
1066
|
<line num="201" count="18" type="stmt"/>
|
|
1067
1067
|
<line num="203" count="18" type="stmt"/>
|
|
1068
|
-
<line num="209" count="
|
|
1069
|
-
<line num="210" count="
|
|
1070
|
-
<line num="211" count="
|
|
1071
|
-
<line num="212" count="
|
|
1072
|
-
<line num="213" count="
|
|
1073
|
-
<line num="214" count="
|
|
1074
|
-
<line num="215" count="
|
|
1075
|
-
<line num="216" count="
|
|
1068
|
+
<line num="209" count="109" type="cond" truecount="4" falsecount="0"/>
|
|
1069
|
+
<line num="210" count="109" type="stmt"/>
|
|
1070
|
+
<line num="211" count="109" type="cond" truecount="2" falsecount="0"/>
|
|
1071
|
+
<line num="212" count="109" type="stmt"/>
|
|
1072
|
+
<line num="213" count="109" type="stmt"/>
|
|
1073
|
+
<line num="214" count="109" type="cond" truecount="1" falsecount="1"/>
|
|
1074
|
+
<line num="215" count="109" type="cond" truecount="1" falsecount="1"/>
|
|
1075
|
+
<line num="216" count="109" type="cond" truecount="1" falsecount="1"/>
|
|
1076
1076
|
<line num="217" count="0" type="stmt"/>
|
|
1077
|
-
<line num="219" count="
|
|
1077
|
+
<line num="219" count="109" type="stmt"/>
|
|
1078
1078
|
<line num="223" count="21" type="cond" truecount="3" falsecount="1"/>
|
|
1079
1079
|
<line num="224" count="21" type="stmt"/>
|
|
1080
1080
|
<line num="225" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -1118,7 +1118,7 @@
|
|
|
1118
1118
|
<line num="303" count="5" type="stmt"/>
|
|
1119
1119
|
</file>
|
|
1120
1120
|
<file name="codegen-sdk.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/codegen-sdk.ts">
|
|
1121
|
-
<metrics statements="
|
|
1121
|
+
<metrics statements="563" coveredstatements="515" conditionals="375" coveredconditionals="312" methods="73" coveredmethods="64"/>
|
|
1122
1122
|
<line num="19" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1123
1123
|
<line num="20" count="2" type="stmt"/>
|
|
1124
1124
|
<line num="22" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -1131,36 +1131,36 @@
|
|
|
1131
1131
|
<line num="39" count="2" type="stmt"/>
|
|
1132
1132
|
<line num="40" count="2" type="stmt"/>
|
|
1133
1133
|
<line num="42" count="2" type="stmt"/>
|
|
1134
|
-
<line num="46" count="
|
|
1135
|
-
<line num="47" count="
|
|
1134
|
+
<line num="46" count="196" type="cond" truecount="2" falsecount="0"/>
|
|
1135
|
+
<line num="47" count="196" type="cond" truecount="2" falsecount="0"/>
|
|
1136
1136
|
<line num="48" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
1137
1137
|
<line num="49" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1138
1138
|
<line num="50" count="2" type="stmt"/>
|
|
1139
1139
|
<line num="52" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1140
1140
|
<line num="53" count="2" type="stmt"/>
|
|
1141
1141
|
<line num="55" count="2" type="stmt"/>
|
|
1142
|
-
<line num="94" count="
|
|
1143
|
-
<line num="95" count="
|
|
1144
|
-
<line num="96" count="
|
|
1142
|
+
<line num="94" count="15" type="stmt"/>
|
|
1143
|
+
<line num="95" count="14" type="stmt"/>
|
|
1144
|
+
<line num="96" count="15" type="cond" truecount="4" falsecount="0"/>
|
|
1145
1145
|
<line num="99" count="4" type="stmt"/>
|
|
1146
|
-
<line num="109" count="
|
|
1147
|
-
<line num="110" count="
|
|
1148
|
-
<line num="112" count="
|
|
1149
|
-
<line num="113" count="
|
|
1150
|
-
<line num="116" count="
|
|
1151
|
-
<line num="117" count="
|
|
1152
|
-
<line num="121" count="
|
|
1153
|
-
<line num="122" count="
|
|
1154
|
-
<line num="123" count="
|
|
1155
|
-
<line num="124" count="
|
|
1156
|
-
<line num="125" count="
|
|
1157
|
-
<line num="126" count="
|
|
1158
|
-
<line num="127" count="
|
|
1159
|
-
<line num="128" count="
|
|
1160
|
-
<line num="129" count="
|
|
1161
|
-
<line num="130" count="
|
|
1162
|
-
<line num="131" count="
|
|
1163
|
-
<line num="132" count="
|
|
1146
|
+
<line num="109" count="86" type="stmt"/>
|
|
1147
|
+
<line num="110" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
1148
|
+
<line num="112" count="86" type="stmt"/>
|
|
1149
|
+
<line num="113" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
1150
|
+
<line num="116" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
1151
|
+
<line num="117" count="78" type="stmt"/>
|
|
1152
|
+
<line num="121" count="86" type="cond" truecount="4" falsecount="0"/>
|
|
1153
|
+
<line num="122" count="7" type="stmt"/>
|
|
1154
|
+
<line num="123" count="7" type="stmt"/>
|
|
1155
|
+
<line num="124" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1156
|
+
<line num="125" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1157
|
+
<line num="126" count="7" type="stmt"/>
|
|
1158
|
+
<line num="127" count="7" type="stmt"/>
|
|
1159
|
+
<line num="128" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1160
|
+
<line num="129" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1161
|
+
<line num="130" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1162
|
+
<line num="131" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1163
|
+
<line num="132" count="4" type="stmt"/>
|
|
1164
1164
|
<line num="135" count="79" type="stmt"/>
|
|
1165
1165
|
<line num="136" count="79" type="stmt"/>
|
|
1166
1166
|
<line num="137" count="79" type="stmt"/>
|
|
@@ -1220,25 +1220,25 @@
|
|
|
1220
1220
|
<line num="191" count="79" type="stmt"/>
|
|
1221
1221
|
<line num="192" count="79" type="stmt"/>
|
|
1222
1222
|
<line num="193" count="79" type="stmt"/>
|
|
1223
|
-
<line num="196" count="
|
|
1223
|
+
<line num="196" count="86" type="cond" truecount="5" falsecount="1"/>
|
|
1224
1224
|
<line num="197" count="5" type="stmt"/>
|
|
1225
|
-
<line num="200" count="
|
|
1226
|
-
<line num="203" count="
|
|
1227
|
-
<line num="204" count="
|
|
1228
|
-
<line num="205" count="
|
|
1229
|
-
<line num="206" count="
|
|
1230
|
-
<line num="207" count="
|
|
1231
|
-
<line num="208" count="
|
|
1232
|
-
<line num="210" count="
|
|
1233
|
-
<line num="211" count="
|
|
1234
|
-
<line num="212" count="
|
|
1235
|
-
<line num="213" count="
|
|
1236
|
-
<line num="214" count="
|
|
1237
|
-
<line num="215" count="
|
|
1238
|
-
<line num="216" count="
|
|
1239
|
-
<line num="220" count="
|
|
1240
|
-
<line num="221" count="
|
|
1241
|
-
<line num="223" count="
|
|
1225
|
+
<line num="200" count="86" type="stmt"/>
|
|
1226
|
+
<line num="203" count="86" type="stmt"/>
|
|
1227
|
+
<line num="204" count="86" type="cond" truecount="2" falsecount="0"/>
|
|
1228
|
+
<line num="205" count="86" type="stmt"/>
|
|
1229
|
+
<line num="206" count="86" type="stmt"/>
|
|
1230
|
+
<line num="207" count="86" type="stmt"/>
|
|
1231
|
+
<line num="208" count="86" type="stmt"/>
|
|
1232
|
+
<line num="210" count="86" type="stmt"/>
|
|
1233
|
+
<line num="211" count="91" type="stmt"/>
|
|
1234
|
+
<line num="212" count="98" type="stmt"/>
|
|
1235
|
+
<line num="213" count="98" type="cond" truecount="4" falsecount="0"/>
|
|
1236
|
+
<line num="214" count="92" type="stmt"/>
|
|
1237
|
+
<line num="215" count="92" type="cond" truecount="2" falsecount="0"/>
|
|
1238
|
+
<line num="216" count="92" type="stmt"/>
|
|
1239
|
+
<line num="220" count="86" type="stmt"/>
|
|
1240
|
+
<line num="221" count="86" type="stmt"/>
|
|
1241
|
+
<line num="223" count="86" type="stmt"/>
|
|
1242
1242
|
<line num="239" count="6" type="stmt"/>
|
|
1243
1243
|
<line num="240" count="6" type="stmt"/>
|
|
1244
1244
|
<line num="241" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1251,23 +1251,23 @@
|
|
|
1251
1251
|
<line num="248" count="6" type="stmt"/>
|
|
1252
1252
|
<line num="249" count="6" type="stmt"/>
|
|
1253
1253
|
<line num="252" count="6" type="stmt"/>
|
|
1254
|
-
<line num="258" count="
|
|
1255
|
-
<line num="259" count="
|
|
1256
|
-
<line num="260" count="
|
|
1257
|
-
<line num="261" count="
|
|
1258
|
-
<line num="264" count="
|
|
1259
|
-
<line num="265" count="
|
|
1260
|
-
<line num="269" count="
|
|
1261
|
-
<line num="270" count="
|
|
1262
|
-
<line num="271" count="
|
|
1263
|
-
<line num="272" count="
|
|
1264
|
-
<line num="279" count="
|
|
1265
|
-
<line num="280" count="
|
|
1266
|
-
<line num="281" count="
|
|
1254
|
+
<line num="258" count="98" type="stmt"/>
|
|
1255
|
+
<line num="259" count="98" type="stmt"/>
|
|
1256
|
+
<line num="260" count="98" type="stmt"/>
|
|
1257
|
+
<line num="261" count="98" type="stmt"/>
|
|
1258
|
+
<line num="264" count="98" type="stmt"/>
|
|
1259
|
+
<line num="265" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1260
|
+
<line num="269" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1261
|
+
<line num="270" count="98" type="stmt"/>
|
|
1262
|
+
<line num="271" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1263
|
+
<line num="272" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1264
|
+
<line num="279" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1265
|
+
<line num="280" count="98" type="stmt"/>
|
|
1266
|
+
<line num="281" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1267
1267
|
<line num="282" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1268
|
-
<line num="284" count="
|
|
1269
|
-
<line num="287" count="
|
|
1270
|
-
<line num="288" count="
|
|
1268
|
+
<line num="284" count="98" type="cond" truecount="4" falsecount="0"/>
|
|
1269
|
+
<line num="287" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1270
|
+
<line num="288" count="98" type="cond" truecount="4" falsecount="0"/>
|
|
1271
1271
|
<line num="289" count="5" type="stmt"/>
|
|
1272
1272
|
<line num="290" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1273
1273
|
<line num="291" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1276,34 +1276,34 @@
|
|
|
1276
1276
|
<line num="295" count="1" type="stmt"/>
|
|
1277
1277
|
<line num="296" count="2" type="stmt"/>
|
|
1278
1278
|
<line num="297" count="1" type="stmt"/>
|
|
1279
|
-
<line num="301" count="
|
|
1280
|
-
<line num="304" count="
|
|
1281
|
-
<line num="307" count="
|
|
1282
|
-
<line num="308" count="
|
|
1283
|
-
<line num="309" count="
|
|
1279
|
+
<line num="301" count="98" type="stmt"/>
|
|
1280
|
+
<line num="304" count="98" type="stmt"/>
|
|
1281
|
+
<line num="307" count="98" type="stmt"/>
|
|
1282
|
+
<line num="308" count="98" type="stmt"/>
|
|
1283
|
+
<line num="309" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1284
1284
|
<line num="310" count="8" type="stmt"/>
|
|
1285
1285
|
<line num="311" count="8" type="stmt"/>
|
|
1286
|
-
<line num="315" count="
|
|
1287
|
-
<line num="316" count="
|
|
1288
|
-
<line num="317" count="
|
|
1289
|
-
<line num="320" count="
|
|
1286
|
+
<line num="315" count="98" type="stmt"/>
|
|
1287
|
+
<line num="316" count="98" type="stmt"/>
|
|
1288
|
+
<line num="317" count="98" type="stmt"/>
|
|
1289
|
+
<line num="320" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1290
1290
|
<line num="321" count="1" type="stmt"/>
|
|
1291
1291
|
<line num="322" count="1" type="stmt"/>
|
|
1292
1292
|
<line num="323" count="1" type="stmt"/>
|
|
1293
|
-
<line num="324" count="
|
|
1293
|
+
<line num="324" count="97" type="cond" truecount="2" falsecount="0"/>
|
|
1294
1294
|
<line num="325" count="1" type="stmt"/>
|
|
1295
1295
|
<line num="326" count="1" type="stmt"/>
|
|
1296
1296
|
<line num="327" count="1" type="stmt"/>
|
|
1297
1297
|
<line num="328" count="1" type="stmt"/>
|
|
1298
|
-
<line num="331" count="
|
|
1298
|
+
<line num="331" count="96" type="cond" truecount="2" falsecount="0"/>
|
|
1299
1299
|
<line num="332" count="1" type="stmt"/>
|
|
1300
1300
|
<line num="333" count="1" type="stmt"/>
|
|
1301
|
-
<line num="336" count="
|
|
1302
|
-
<line num="338" count="
|
|
1301
|
+
<line num="336" count="98" type="stmt"/>
|
|
1302
|
+
<line num="338" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1303
1303
|
<line num="339" count="8" type="stmt"/>
|
|
1304
|
-
<line num="341" count="
|
|
1305
|
-
<line num="344" count="
|
|
1306
|
-
<line num="346" count="
|
|
1304
|
+
<line num="341" count="90" type="stmt"/>
|
|
1305
|
+
<line num="344" count="98" type="stmt"/>
|
|
1306
|
+
<line num="346" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1307
1307
|
<line num="347" count="14" type="stmt"/>
|
|
1308
1308
|
<line num="348" count="14" type="stmt"/>
|
|
1309
1309
|
<line num="349" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1316,39 +1316,39 @@
|
|
|
1316
1316
|
<line num="358" count="2" type="stmt"/>
|
|
1317
1317
|
<line num="360" count="11" type="stmt"/>
|
|
1318
1318
|
<line num="361" count="11" type="stmt"/>
|
|
1319
|
-
<line num="363" count="
|
|
1319
|
+
<line num="363" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
1320
1320
|
<line num="365" count="3" type="stmt"/>
|
|
1321
1321
|
<line num="366" count="3" type="stmt"/>
|
|
1322
|
-
<line num="369" count="
|
|
1322
|
+
<line num="369" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1323
1323
|
<line num="370" count="17" type="stmt"/>
|
|
1324
1324
|
<line num="371" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1325
1325
|
<line num="372" count="1" type="stmt"/>
|
|
1326
1326
|
<line num="373" count="1" type="stmt"/>
|
|
1327
1327
|
<line num="374" count="1" type="stmt"/>
|
|
1328
1328
|
<line num="376" count="7" type="stmt"/>
|
|
1329
|
-
<line num="380" count="
|
|
1330
|
-
<line num="381" count="
|
|
1331
|
-
<line num="383" count="
|
|
1329
|
+
<line num="380" count="98" type="cond" truecount="4" falsecount="0"/>
|
|
1330
|
+
<line num="381" count="98" type="cond" truecount="6" falsecount="0"/>
|
|
1331
|
+
<line num="383" count="67" type="stmt"/>
|
|
1332
1332
|
<line num="385" count="31" type="stmt"/>
|
|
1333
1333
|
<line num="386" count="31" type="stmt"/>
|
|
1334
1334
|
<line num="387" count="71" type="stmt"/>
|
|
1335
1335
|
<line num="389" count="31" type="stmt"/>
|
|
1336
|
-
<line num="393" count="
|
|
1337
|
-
<line num="395" count="
|
|
1336
|
+
<line num="393" count="98" type="cond" truecount="4" falsecount="0"/>
|
|
1337
|
+
<line num="395" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1338
1338
|
<line num="396" count="4" type="stmt"/>
|
|
1339
1339
|
<line num="397" count="5" type="stmt"/>
|
|
1340
1340
|
<line num="399" count="4" type="cond" truecount="2" falsecount="0"/>
|
|
1341
1341
|
<line num="400" count="1" type="stmt"/>
|
|
1342
1342
|
<line num="402" count="3" type="stmt"/>
|
|
1343
1343
|
<line num="403" count="3" type="stmt"/>
|
|
1344
|
-
<line num="405" count="
|
|
1345
|
-
<line num="406" count="
|
|
1346
|
-
<line num="409" count="
|
|
1347
|
-
<line num="411" count="
|
|
1348
|
-
<line num="418" count="
|
|
1344
|
+
<line num="405" count="94" type="cond" truecount="2" falsecount="0"/>
|
|
1345
|
+
<line num="406" count="81" type="stmt"/>
|
|
1346
|
+
<line num="409" count="98" type="stmt"/>
|
|
1347
|
+
<line num="411" count="98" type="stmt"/>
|
|
1348
|
+
<line num="418" count="98" type="stmt"/>
|
|
1349
1349
|
<line num="419" count="13" type="stmt"/>
|
|
1350
|
-
<line num="432" count="
|
|
1351
|
-
<line num="435" count="
|
|
1350
|
+
<line num="432" count="98" type="stmt"/>
|
|
1351
|
+
<line num="435" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1352
1352
|
<line num="436" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1353
1353
|
<line num="437" count="10" type="stmt"/>
|
|
1354
1354
|
<line num="438" count="10" type="stmt"/>
|
|
@@ -1356,8 +1356,8 @@
|
|
|
1356
1356
|
<line num="441" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1357
1357
|
<line num="442" count="2" type="stmt"/>
|
|
1358
1358
|
<line num="444" count="1" type="stmt"/>
|
|
1359
|
-
<line num="449" count="
|
|
1360
|
-
<line num="450" count="
|
|
1359
|
+
<line num="449" count="98" type="stmt"/>
|
|
1360
|
+
<line num="450" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1361
1361
|
<line num="451" count="14" type="stmt"/>
|
|
1362
1362
|
<line num="452" count="14" type="stmt"/>
|
|
1363
1363
|
<line num="453" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -1367,23 +1367,23 @@
|
|
|
1367
1367
|
<line num="457" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1368
1368
|
<line num="458" count="1" type="stmt"/>
|
|
1369
1369
|
<line num="460" count="11" type="stmt"/>
|
|
1370
|
-
<line num="462" count="
|
|
1370
|
+
<line num="462" count="84" type="cond" truecount="2" falsecount="0"/>
|
|
1371
1371
|
<line num="463" count="1" type="stmt"/>
|
|
1372
1372
|
<line num="464" count="1" type="stmt"/>
|
|
1373
1373
|
<line num="465" count="1" type="stmt"/>
|
|
1374
1374
|
<line num="466" count="2" type="stmt"/>
|
|
1375
1375
|
<line num="467" count="1" type="stmt"/>
|
|
1376
|
-
<line num="468" count="
|
|
1376
|
+
<line num="468" count="83" type="cond" truecount="2" falsecount="0"/>
|
|
1377
1377
|
<line num="469" count="1" type="stmt"/>
|
|
1378
1378
|
<line num="470" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1379
1379
|
<line num="472" count="1" type="stmt"/>
|
|
1380
|
-
<line num="473" count="
|
|
1380
|
+
<line num="473" count="82" type="cond" truecount="2" falsecount="0"/>
|
|
1381
1381
|
<line num="474" count="1" type="stmt"/>
|
|
1382
1382
|
<line num="475" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1383
1383
|
<line num="477" count="1" type="stmt"/>
|
|
1384
1384
|
<line num="478" count="2" type="stmt"/>
|
|
1385
1385
|
<line num="479" count="1" type="stmt"/>
|
|
1386
|
-
<line num="483" count="
|
|
1386
|
+
<line num="483" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1387
1387
|
<line num="484" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1388
1388
|
<line num="485" count="8" type="stmt"/>
|
|
1389
1389
|
<line num="486" count="6" type="stmt"/>
|
|
@@ -1391,7 +1391,7 @@
|
|
|
1391
1391
|
<line num="488" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1392
1392
|
<line num="489" count="1" type="stmt"/>
|
|
1393
1393
|
<line num="491" count="1" type="stmt"/>
|
|
1394
|
-
<line num="496" count="
|
|
1394
|
+
<line num="496" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
1395
1395
|
<line num="497" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1396
1396
|
<line num="498" count="8" type="stmt"/>
|
|
1397
1397
|
<line num="499" count="6" type="stmt"/>
|
|
@@ -1399,8 +1399,8 @@
|
|
|
1399
1399
|
<line num="501" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1400
1400
|
<line num="502" count="1" type="stmt"/>
|
|
1401
1401
|
<line num="504" count="1" type="stmt"/>
|
|
1402
|
-
<line num="508" count="
|
|
1403
|
-
<line num="514" count="
|
|
1402
|
+
<line num="508" count="98" type="stmt"/>
|
|
1403
|
+
<line num="514" count="104" type="cond" truecount="2" falsecount="0"/>
|
|
1404
1404
|
<line num="515" count="34" type="cond" truecount="2" falsecount="0"/>
|
|
1405
1405
|
<line num="516" count="31" type="stmt"/>
|
|
1406
1406
|
<line num="520" count="3" type="stmt"/>
|
|
@@ -1415,13 +1415,13 @@
|
|
|
1415
1415
|
<line num="540" count="33" type="stmt"/>
|
|
1416
1416
|
<line num="541" count="33" type="stmt"/>
|
|
1417
1417
|
<line num="546" count="31" type="stmt"/>
|
|
1418
|
-
<line num="553" count="
|
|
1419
|
-
<line num="557" count="
|
|
1420
|
-
<line num="559" count="
|
|
1421
|
-
<line num="565" count="
|
|
1422
|
-
<line num="570" count="
|
|
1423
|
-
<line num="571" count="
|
|
1424
|
-
<line num="580" count="
|
|
1418
|
+
<line num="553" count="104" type="cond" truecount="1" falsecount="1"/>
|
|
1419
|
+
<line num="557" count="104" type="stmt"/>
|
|
1420
|
+
<line num="559" count="107" type="stmt"/>
|
|
1421
|
+
<line num="565" count="94" type="stmt"/>
|
|
1422
|
+
<line num="570" count="10" type="stmt"/>
|
|
1423
|
+
<line num="571" count="10" type="stmt"/>
|
|
1424
|
+
<line num="580" count="10" type="stmt"/>
|
|
1425
1425
|
<line num="584" count="47" type="stmt"/>
|
|
1426
1426
|
<line num="587" count="51" type="stmt"/>
|
|
1427
1427
|
<line num="592" count="23" type="stmt"/>
|
|
@@ -1430,34 +1430,34 @@
|
|
|
1430
1430
|
<line num="603" count="15" type="stmt"/>
|
|
1431
1431
|
<line num="608" count="6" type="stmt"/>
|
|
1432
1432
|
<line num="613" count="8" type="stmt"/>
|
|
1433
|
-
<line num="619" count="
|
|
1434
|
-
<line num="620" count="
|
|
1435
|
-
<line num="621" count="
|
|
1436
|
-
<line num="622" count="
|
|
1437
|
-
<line num="624" count="
|
|
1438
|
-
<line num="625" count="
|
|
1439
|
-
<line num="626" count="
|
|
1440
|
-
<line num="627" count="
|
|
1433
|
+
<line num="619" count="91" type="stmt"/>
|
|
1434
|
+
<line num="620" count="91" type="stmt"/>
|
|
1435
|
+
<line num="621" count="103" type="cond" truecount="2" falsecount="0"/>
|
|
1436
|
+
<line num="622" count="96" type="cond" truecount="2" falsecount="0"/>
|
|
1437
|
+
<line num="624" count="93" type="stmt"/>
|
|
1438
|
+
<line num="625" count="93" type="stmt"/>
|
|
1439
|
+
<line num="626" count="93" type="stmt"/>
|
|
1440
|
+
<line num="627" count="97" type="cond" truecount="2" falsecount="0"/>
|
|
1441
1441
|
<line num="628" count="17" type="stmt"/>
|
|
1442
1442
|
<line num="629" count="20" type="stmt"/>
|
|
1443
1443
|
<line num="630" count="20" type="stmt"/>
|
|
1444
|
-
<line num="633" count="
|
|
1445
|
-
<line num="634" count="
|
|
1446
|
-
<line num="635" count="
|
|
1447
|
-
<line num="636" count="
|
|
1448
|
-
<line num="638" count="
|
|
1444
|
+
<line num="633" count="97" type="stmt"/>
|
|
1445
|
+
<line num="634" count="97" type="cond" truecount="2" falsecount="0"/>
|
|
1446
|
+
<line num="635" count="83" type="stmt"/>
|
|
1447
|
+
<line num="636" count="83" type="stmt"/>
|
|
1448
|
+
<line num="638" count="97" type="cond" truecount="2" falsecount="0"/>
|
|
1449
1449
|
<line num="639" count="4" type="stmt"/>
|
|
1450
1450
|
<line num="640" count="5" type="stmt"/>
|
|
1451
1451
|
<line num="641" count="5" type="stmt"/>
|
|
1452
|
-
<line num="645" count="
|
|
1453
|
-
<line num="646" count="
|
|
1454
|
-
<line num="647" count="
|
|
1455
|
-
<line num="648" count="
|
|
1456
|
-
<line num="651" count="
|
|
1457
|
-
<line num="656" count="
|
|
1458
|
-
<line num="657" count="
|
|
1459
|
-
<line num="659" count="
|
|
1460
|
-
<line num="660" count="
|
|
1452
|
+
<line num="645" count="97" type="stmt"/>
|
|
1453
|
+
<line num="646" count="97" type="stmt"/>
|
|
1454
|
+
<line num="647" count="97" type="stmt"/>
|
|
1455
|
+
<line num="648" count="97" type="stmt"/>
|
|
1456
|
+
<line num="651" count="91" type="stmt"/>
|
|
1457
|
+
<line num="656" count="89" type="cond" truecount="2" falsecount="0"/>
|
|
1458
|
+
<line num="657" count="6" type="cond" truecount="2" falsecount="5"/>
|
|
1459
|
+
<line num="659" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1460
|
+
<line num="660" count="5" type="stmt"/>
|
|
1461
1461
|
<line num="662" count="1" type="stmt"/>
|
|
1462
1462
|
<line num="663" count="1" type="stmt"/>
|
|
1463
1463
|
<line num="667" count="0" type="stmt"/>
|
|
@@ -1466,7 +1466,7 @@
|
|
|
1466
1466
|
<line num="671" count="0" type="stmt"/>
|
|
1467
1467
|
<line num="673" count="0" type="stmt"/>
|
|
1468
1468
|
<line num="674" count="0" type="stmt"/>
|
|
1469
|
-
<line num="680" count="
|
|
1469
|
+
<line num="680" count="287" type="cond" truecount="4" falsecount="0"/>
|
|
1470
1470
|
<line num="681" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1471
1471
|
<line num="682" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1472
1472
|
<line num="683" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -1485,44 +1485,44 @@
|
|
|
1485
1485
|
<line num="709" count="0" type="stmt"/>
|
|
1486
1486
|
<line num="711" count="0" type="stmt"/>
|
|
1487
1487
|
<line num="712" count="0" type="stmt"/>
|
|
1488
|
-
<line num="717" count="
|
|
1488
|
+
<line num="717" count="287" type="cond" truecount="2" falsecount="0"/>
|
|
1489
1489
|
<line num="718" count="28" type="cond" truecount="2" falsecount="0"/>
|
|
1490
1490
|
<line num="719" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
1491
1491
|
<line num="720" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
1492
1492
|
<line num="721" count="21" type="stmt"/>
|
|
1493
1493
|
<line num="722" count="25" type="stmt"/>
|
|
1494
1494
|
<line num="725" count="3" type="stmt"/>
|
|
1495
|
-
<line num="731" count="
|
|
1496
|
-
<line num="732" count="
|
|
1497
|
-
<line num="733" count="
|
|
1498
|
-
<line num="734" count="
|
|
1499
|
-
<line num="737" count="
|
|
1500
|
-
<line num="742" count="
|
|
1501
|
-
<line num="743" count="
|
|
1502
|
-
<line num="744" count="
|
|
1503
|
-
<line num="745" count="
|
|
1504
|
-
<line num="748" count="
|
|
1505
|
-
<line num="753" count="
|
|
1506
|
-
<line num="754" count="
|
|
1507
|
-
<line num="755" count="
|
|
1508
|
-
<line num="756" count="
|
|
1509
|
-
<line num="758" count="
|
|
1510
|
-
<line num="760" count="
|
|
1511
|
-
<line num="763" count="
|
|
1495
|
+
<line num="731" count="12" type="stmt"/>
|
|
1496
|
+
<line num="732" count="12" type="stmt"/>
|
|
1497
|
+
<line num="733" count="12" type="cond" truecount="3" falsecount="1"/>
|
|
1498
|
+
<line num="734" count="12" type="cond" truecount="1" falsecount="1"/>
|
|
1499
|
+
<line num="737" count="12" type="stmt"/>
|
|
1500
|
+
<line num="742" count="12" type="stmt"/>
|
|
1501
|
+
<line num="743" count="12" type="stmt"/>
|
|
1502
|
+
<line num="744" count="12" type="cond" truecount="3" falsecount="1"/>
|
|
1503
|
+
<line num="745" count="12" type="cond" truecount="2" falsecount="2"/>
|
|
1504
|
+
<line num="748" count="12" type="stmt"/>
|
|
1505
|
+
<line num="753" count="12" type="stmt"/>
|
|
1506
|
+
<line num="754" count="12" type="stmt"/>
|
|
1507
|
+
<line num="755" count="12" type="cond" truecount="3" falsecount="1"/>
|
|
1508
|
+
<line num="756" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1509
|
+
<line num="758" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
1510
|
+
<line num="760" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1511
|
+
<line num="763" count="7" type="stmt"/>
|
|
1512
1512
|
<line num="767" count="5" type="stmt"/>
|
|
1513
|
-
<line num="771" count="
|
|
1514
|
-
<line num="772" count="
|
|
1515
|
-
<line num="773" count="
|
|
1516
|
-
<line num="774" count="
|
|
1517
|
-
<line num="775" count="
|
|
1513
|
+
<line num="771" count="98" type="stmt"/>
|
|
1514
|
+
<line num="772" count="103" type="stmt"/>
|
|
1515
|
+
<line num="773" count="110" type="cond" truecount="4" falsecount="0"/>
|
|
1516
|
+
<line num="774" count="104" type="stmt"/>
|
|
1517
|
+
<line num="775" count="303" type="cond" truecount="4" falsecount="0"/>
|
|
1518
1518
|
<line num="776" count="26" type="cond" truecount="2" falsecount="0"/>
|
|
1519
1519
|
<line num="777" count="3" type="stmt"/>
|
|
1520
|
-
<line num="779" count="
|
|
1520
|
+
<line num="779" count="104" type="cond" truecount="2" falsecount="0"/>
|
|
1521
1521
|
<line num="786" count="5" type="stmt"/>
|
|
1522
|
-
<line num="789" count="
|
|
1523
|
-
<line num="793" count="
|
|
1524
|
-
<line num="795" count="
|
|
1525
|
-
<line num="796" count="
|
|
1522
|
+
<line num="789" count="93" type="stmt"/>
|
|
1523
|
+
<line num="793" count="150" type="cond" truecount="3" falsecount="6"/>
|
|
1524
|
+
<line num="795" count="101" type="cond" truecount="1" falsecount="1"/>
|
|
1525
|
+
<line num="796" count="101" type="stmt"/>
|
|
1526
1526
|
<line num="798" count="8" type="stmt"/>
|
|
1527
1527
|
<line num="799" count="8" type="stmt"/>
|
|
1528
1528
|
<line num="801" count="0" type="stmt"/>
|
|
@@ -1540,441 +1540,457 @@
|
|
|
1540
1540
|
<line num="818" count="0" type="stmt"/>
|
|
1541
1541
|
<line num="820" count="6" type="stmt"/>
|
|
1542
1542
|
<line num="821" count="4" type="stmt"/>
|
|
1543
|
-
<line num="828" count="
|
|
1544
|
-
<line num="829" count="
|
|
1545
|
-
<line num="831" count="
|
|
1546
|
-
<line num="832" count="
|
|
1547
|
-
<line num="833" count="
|
|
1548
|
-
<line num="835" count="
|
|
1549
|
-
<line num="836" count="
|
|
1550
|
-
<line num="837" count="
|
|
1551
|
-
<line num="838" count="
|
|
1552
|
-
<line num="839" count="
|
|
1553
|
-
<line num="840" count="
|
|
1543
|
+
<line num="828" count="78" type="stmt"/>
|
|
1544
|
+
<line num="829" count="78" type="stmt"/>
|
|
1545
|
+
<line num="831" count="78" type="cond" truecount="4" falsecount="0"/>
|
|
1546
|
+
<line num="832" count="6" type="stmt"/>
|
|
1547
|
+
<line num="833" count="6" type="stmt"/>
|
|
1548
|
+
<line num="835" count="6" type="stmt"/>
|
|
1549
|
+
<line num="836" count="8" type="stmt"/>
|
|
1550
|
+
<line num="837" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
1551
|
+
<line num="838" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1552
|
+
<line num="839" count="7" type="stmt"/>
|
|
1553
|
+
<line num="840" count="7" type="stmt"/>
|
|
1554
1554
|
<line num="842" count="1" type="stmt"/>
|
|
1555
|
-
<line num="846" count="
|
|
1556
|
-
<line num="847" count="
|
|
1557
|
-
<line num="848" count="
|
|
1558
|
-
<line num="849" count="
|
|
1559
|
-
<line num="850" count="
|
|
1560
|
-
<line num="851" count="
|
|
1561
|
-
<line num="854" count="
|
|
1555
|
+
<line num="846" count="6" type="stmt"/>
|
|
1556
|
+
<line num="847" count="6" type="stmt"/>
|
|
1557
|
+
<line num="848" count="7" type="stmt"/>
|
|
1558
|
+
<line num="849" count="7" type="stmt"/>
|
|
1559
|
+
<line num="850" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1560
|
+
<line num="851" count="7" type="stmt"/>
|
|
1561
|
+
<line num="854" count="6" type="stmt"/>
|
|
1562
1562
|
<line num="855" count="1" type="stmt"/>
|
|
1563
1563
|
<line num="856" count="1" type="stmt"/>
|
|
1564
1564
|
<line num="859" count="72" type="stmt"/>
|
|
1565
1565
|
<line num="860" count="72" type="stmt"/>
|
|
1566
|
-
<line num="863" count="
|
|
1566
|
+
<line num="863" count="78" type="stmt"/>
|
|
1567
1567
|
<line num="868" count="72" type="cond" truecount="1" falsecount="1"/>
|
|
1568
1568
|
<line num="872" count="72" type="cond" truecount="1" falsecount="1"/>
|
|
1569
1569
|
<line num="873" count="72" type="cond" truecount="2" falsecount="0"/>
|
|
1570
1570
|
<line num="874" count="1" type="stmt"/>
|
|
1571
1571
|
<line num="876" count="71" type="stmt"/>
|
|
1572
|
-
<line num="883" count="
|
|
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="1075" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1598
|
-
<line num="1076" count="2" type="stmt"/>
|
|
1599
|
-
<line num="1077" count="2" type="stmt"/>
|
|
1600
|
-
<line num="1078" count="0" type="stmt"/>
|
|
1601
|
-
<line num="1079" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1602
|
-
<line num="1080" count="0" type="stmt"/>
|
|
1603
|
-
<line num="1081" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1604
|
-
<line num="1082" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1605
|
-
<line num="1083" count="0" type="stmt"/>
|
|
1606
|
-
<line num="1084" count="0" type="stmt"/>
|
|
1607
|
-
<line num="1086" count="0" type="stmt"/>
|
|
1608
|
-
<line num="1093" count="6" type="stmt"/>
|
|
1609
|
-
<line num="1094" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1610
|
-
<line num="1096" count="6" type="stmt"/>
|
|
1611
|
-
<line num="1097" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1612
|
-
<line num="1098" count="7" type="stmt"/>
|
|
1613
|
-
<line num="1099" count="7" type="stmt"/>
|
|
1614
|
-
<line num="1100" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1615
|
-
<line num="1101" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1616
|
-
<line num="1102" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1617
|
-
<line num="1103" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1618
|
-
<line num="1104" count="2" type="stmt"/>
|
|
1619
|
-
<line num="1107" count="6" type="stmt"/>
|
|
1620
|
-
<line num="1108" count="0" type="stmt"/>
|
|
1621
|
-
<line num="1109" count="0" type="stmt"/>
|
|
1622
|
-
<line num="1111" count="6" type="stmt"/>
|
|
1623
|
-
<line num="1112" count="0" type="stmt"/>
|
|
1624
|
-
<line num="1116" count="6" type="stmt"/>
|
|
1625
|
-
<line num="1117" count="6" type="stmt"/>
|
|
1626
|
-
<line num="1118" count="5" type="stmt"/>
|
|
1627
|
-
<line num="1119" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1628
|
-
<line num="1120" count="5" type="stmt"/>
|
|
1629
|
-
<line num="1121" count="5" type="stmt"/>
|
|
1630
|
-
<line num="1123" count="6" type="stmt"/>
|
|
1631
|
-
<line num="1126" count="6" type="stmt"/>
|
|
1632
|
-
<line num="1127" count="6" type="stmt"/>
|
|
1633
|
-
<line num="1128" count="5" type="stmt"/>
|
|
1572
|
+
<line num="883" count="8" type="stmt"/>
|
|
1573
|
+
<line num="965" count="3" type="stmt"/>
|
|
1574
|
+
<line num="986" count="7" type="stmt"/>
|
|
1575
|
+
<line num="987" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1576
|
+
<line num="988" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1577
|
+
<line num="990" count="7" type="stmt"/>
|
|
1578
|
+
<line num="991" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1579
|
+
<line num="993" count="7" type="stmt"/>
|
|
1580
|
+
<line num="1012" count="7" type="stmt"/>
|
|
1581
|
+
<line num="1021" count="3" type="stmt"/>
|
|
1582
|
+
<line num="1037" count="3" type="stmt"/>
|
|
1583
|
+
<line num="1113" count="7" type="stmt"/>
|
|
1584
|
+
<line num="1114" count="7" type="stmt"/>
|
|
1585
|
+
<line num="1117" count="7" type="stmt"/>
|
|
1586
|
+
<line num="1118" count="7" type="stmt"/>
|
|
1587
|
+
<line num="1119" count="7" type="stmt"/>
|
|
1588
|
+
<line num="1120" count="7" type="stmt"/>
|
|
1589
|
+
<line num="1121" count="7" type="stmt"/>
|
|
1590
|
+
<line num="1122" count="7" type="stmt"/>
|
|
1591
|
+
<line num="1123" count="7" type="stmt"/>
|
|
1592
|
+
<line num="1124" count="7" type="stmt"/>
|
|
1593
|
+
<line num="1126" count="7" type="stmt"/>
|
|
1594
|
+
<line num="1127" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1595
|
+
<line num="1128" count="6" type="stmt"/>
|
|
1596
|
+
<line num="1129" count="6" type="stmt"/>
|
|
1634
1597
|
<line num="1130" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1635
|
-
<line num="1131" count="
|
|
1636
|
-
<line num="1132" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1637
|
-
<line num="1133" count="6" type="stmt"/>
|
|
1638
|
-
<line num="1134" count="6" type="stmt"/>
|
|
1598
|
+
<line num="1131" count="1" type="stmt"/>
|
|
1639
1599
|
<line num="1135" count="5" type="stmt"/>
|
|
1640
|
-
<line num="1137" count="
|
|
1641
|
-
<line num="
|
|
1642
|
-
<line num="
|
|
1643
|
-
<line num="
|
|
1644
|
-
<line num="
|
|
1645
|
-
<line num="
|
|
1646
|
-
<line num="
|
|
1647
|
-
<line num="
|
|
1648
|
-
<line num="
|
|
1649
|
-
<line num="
|
|
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="1171" count="
|
|
1659
|
-
<line num="
|
|
1660
|
-
<line num="1174" count="
|
|
1661
|
-
<line num="1175" count="
|
|
1662
|
-
<line num="
|
|
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="
|
|
1600
|
+
<line num="1137" count="5" type="stmt"/>
|
|
1601
|
+
<line num="1138" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1602
|
+
<line num="1139" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1603
|
+
<line num="1140" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1604
|
+
<line num="1141" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1605
|
+
<line num="1146" count="5" type="stmt"/>
|
|
1606
|
+
<line num="1152" count="5" type="stmt"/>
|
|
1607
|
+
<line num="1153" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1608
|
+
<line num="1154" count="2" type="stmt"/>
|
|
1609
|
+
<line num="1155" count="2" type="stmt"/>
|
|
1610
|
+
<line num="1156" count="0" type="stmt"/>
|
|
1611
|
+
<line num="1157" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1612
|
+
<line num="1158" count="0" type="stmt"/>
|
|
1613
|
+
<line num="1159" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1614
|
+
<line num="1160" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1615
|
+
<line num="1161" count="0" type="stmt"/>
|
|
1616
|
+
<line num="1162" count="0" type="stmt"/>
|
|
1617
|
+
<line num="1164" count="0" type="stmt"/>
|
|
1618
|
+
<line num="1171" count="6" type="stmt"/>
|
|
1619
|
+
<line num="1172" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1620
|
+
<line num="1174" count="6" type="stmt"/>
|
|
1621
|
+
<line num="1175" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1622
|
+
<line num="1176" count="7" type="stmt"/>
|
|
1623
|
+
<line num="1177" count="7" type="stmt"/>
|
|
1624
|
+
<line num="1178" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1625
|
+
<line num="1179" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1626
|
+
<line num="1180" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1627
|
+
<line num="1181" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1628
|
+
<line num="1182" count="2" type="stmt"/>
|
|
1629
|
+
<line num="1185" count="6" type="stmt"/>
|
|
1630
|
+
<line num="1186" count="0" type="stmt"/>
|
|
1631
|
+
<line num="1187" count="0" type="stmt"/>
|
|
1632
|
+
<line num="1189" count="6" type="stmt"/>
|
|
1633
|
+
<line num="1190" count="0" type="stmt"/>
|
|
1634
|
+
<line num="1194" count="6" type="stmt"/>
|
|
1635
|
+
<line num="1195" count="6" type="stmt"/>
|
|
1636
|
+
<line num="1196" count="5" type="stmt"/>
|
|
1637
|
+
<line num="1197" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1638
|
+
<line num="1198" count="5" type="stmt"/>
|
|
1639
|
+
<line num="1199" count="5" type="stmt"/>
|
|
1640
|
+
<line num="1201" count="6" type="stmt"/>
|
|
1641
|
+
<line num="1204" count="6" type="stmt"/>
|
|
1642
|
+
<line num="1205" count="6" type="stmt"/>
|
|
1643
|
+
<line num="1206" count="5" type="stmt"/>
|
|
1644
|
+
<line num="1208" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1645
|
+
<line num="1209" count="6" type="cond" truecount="3" falsecount="1"/>
|
|
1646
|
+
<line num="1210" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1647
|
+
<line num="1211" count="6" type="stmt"/>
|
|
1648
|
+
<line num="1212" count="6" type="stmt"/>
|
|
1649
|
+
<line num="1213" count="5" type="stmt"/>
|
|
1650
|
+
<line num="1215" count="6" type="stmt"/>
|
|
1651
|
+
<line num="1217" count="18" type="stmt"/>
|
|
1652
|
+
<line num="1218" count="6" type="stmt"/>
|
|
1653
|
+
<line num="1219" count="6" type="stmt"/>
|
|
1654
|
+
<line num="1221" count="6" type="stmt"/>
|
|
1655
|
+
<line num="1232" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1656
|
+
<line num="1233" count="13" type="cond" truecount="2" falsecount="0"/>
|
|
1657
|
+
<line num="1235" count="13" type="stmt"/>
|
|
1658
|
+
<line num="1236" count="13" type="stmt"/>
|
|
1659
|
+
<line num="1237" count="13" type="stmt"/>
|
|
1660
|
+
<line num="1239" count="13" type="stmt"/>
|
|
1661
|
+
<line num="1240" count="13" type="stmt"/>
|
|
1662
|
+
<line num="1241" count="14" type="stmt"/>
|
|
1663
|
+
<line num="1242" count="14" type="cond" truecount="1" falsecount="1"/>
|
|
1664
|
+
<line num="1243" count="14" type="stmt"/>
|
|
1665
|
+
<line num="1244" count="14" type="stmt"/>
|
|
1666
|
+
<line num="1247" count="13" type="stmt"/>
|
|
1667
|
+
<line num="1248" count="13" type="stmt"/>
|
|
1668
|
+
<line num="1249" count="13" type="stmt"/>
|
|
1669
|
+
<line num="1251" count="13" type="stmt"/>
|
|
1670
|
+
<line num="1252" count="13" type="stmt"/>
|
|
1671
|
+
<line num="1253" count="5" type="stmt"/>
|
|
1672
|
+
<line num="1255" count="13" type="stmt"/>
|
|
1673
|
+
<line num="1256" count="9" type="stmt"/>
|
|
1674
|
+
<line num="1258" count="13" type="stmt"/>
|
|
1675
|
+
<line num="1259" count="13" type="stmt"/>
|
|
1676
|
+
<line num="1260" count="13" type="stmt"/>
|
|
1677
|
+
<line num="1261" count="13" type="stmt"/>
|
|
1678
|
+
<line num="1262" count="5" type="stmt"/>
|
|
1679
|
+
<line num="1264" count="13" type="stmt"/>
|
|
1680
|
+
<line num="1265" count="9" type="stmt"/>
|
|
1681
|
+
<line num="1267" count="13" type="stmt"/>
|
|
1682
|
+
<line num="1268" count="13" type="stmt"/>
|
|
1683
|
+
<line num="1269" count="13" type="stmt"/>
|
|
1684
|
+
<line num="1271" count="13" type="stmt"/>
|
|
1675
1685
|
</file>
|
|
1676
1686
|
<file name="index.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/index.ts">
|
|
1677
|
-
<metrics statements="
|
|
1678
|
-
<line num="
|
|
1679
|
-
<line num="
|
|
1680
|
-
<line num="
|
|
1681
|
-
<line num="
|
|
1682
|
-
<line num="
|
|
1683
|
-
<line num="
|
|
1684
|
-
<line num="
|
|
1685
|
-
<line num="
|
|
1686
|
-
<line num="
|
|
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="
|
|
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="228" count="0" type="stmt"/>
|
|
1729
|
-
<line num="230" count="1" type="stmt"/>
|
|
1730
|
-
<line num="235" count="22" type="stmt"/>
|
|
1731
|
-
<line num="236" count="22" type="stmt"/>
|
|
1732
|
-
<line num="237" count="2" type="stmt"/>
|
|
1733
|
-
<line num="238" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1734
|
-
<line num="239" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1687
|
+
<metrics statements="289" coveredstatements="216" conditionals="154" coveredconditionals="93" methods="48" coveredmethods="36"/>
|
|
1688
|
+
<line num="117" count="1" type="stmt"/>
|
|
1689
|
+
<line num="120" count="1" type="stmt"/>
|
|
1690
|
+
<line num="124" count="1" type="stmt"/>
|
|
1691
|
+
<line num="127" count="1" type="stmt"/>
|
|
1692
|
+
<line num="128" count="1" type="stmt"/>
|
|
1693
|
+
<line num="136" count="20" type="stmt"/>
|
|
1694
|
+
<line num="139" count="20" type="stmt"/>
|
|
1695
|
+
<line num="158" count="21" type="stmt"/>
|
|
1696
|
+
<line num="159" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1697
|
+
<line num="161" count="21" type="stmt"/>
|
|
1698
|
+
<line num="162" count="21" type="stmt"/>
|
|
1699
|
+
<line num="164" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
1700
|
+
<line num="165" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
1701
|
+
<line num="166" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1702
|
+
<line num="167" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1703
|
+
<line num="169" count="21" type="stmt"/>
|
|
1704
|
+
<line num="178" count="21" type="stmt"/>
|
|
1705
|
+
<line num="180" count="21" type="stmt"/>
|
|
1706
|
+
<line num="181" count="56" type="cond" truecount="2" falsecount="0"/>
|
|
1707
|
+
<line num="184" count="21" type="stmt"/>
|
|
1708
|
+
<line num="191" count="21" type="stmt"/>
|
|
1709
|
+
<line num="192" count="21" type="stmt"/>
|
|
1710
|
+
<line num="193" count="6" type="stmt"/>
|
|
1711
|
+
<line num="195" count="21" type="stmt"/>
|
|
1712
|
+
<line num="200" count="6" type="stmt"/>
|
|
1713
|
+
<line num="201" count="6" type="stmt"/>
|
|
1714
|
+
<line num="202" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1715
|
+
<line num="203" count="8" type="stmt"/>
|
|
1716
|
+
<line num="204" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
1717
|
+
<line num="205" count="0" type="stmt"/>
|
|
1718
|
+
<line num="208" count="6" type="stmt"/>
|
|
1719
|
+
<line num="213" count="21" type="stmt"/>
|
|
1720
|
+
<line num="214" count="21" type="stmt"/>
|
|
1721
|
+
<line num="215" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
1722
|
+
<line num="216" count="21" type="stmt"/>
|
|
1723
|
+
<line num="217" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1724
|
+
<line num="218" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1725
|
+
<line num="219" count="21" type="cond" truecount="2" falsecount="0"/>
|
|
1726
|
+
<line num="220" count="1" type="stmt"/>
|
|
1727
|
+
<line num="222" count="21" type="stmt"/>
|
|
1728
|
+
<line num="223" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
1729
|
+
<line num="224" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
1730
|
+
<line num="225" count="0" type="stmt"/>
|
|
1731
|
+
<line num="230" count="21" type="stmt"/>
|
|
1732
|
+
<line num="234" count="1" type="stmt"/>
|
|
1733
|
+
<line num="235" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
1734
|
+
<line num="236" count="1" type="stmt"/>
|
|
1735
|
+
<line num="237" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1736
|
+
<line num="238" count="0" type="stmt"/>
|
|
1737
|
+
<line num="239" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1735
1738
|
<line num="240" count="0" type="stmt"/>
|
|
1736
|
-
<line num="
|
|
1737
|
-
<line num="
|
|
1738
|
-
<line num="
|
|
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="
|
|
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="294" count="
|
|
1739
|
+
<line num="242" count="1" type="stmt"/>
|
|
1740
|
+
<line num="247" count="28" type="stmt"/>
|
|
1741
|
+
<line num="248" count="28" type="stmt"/>
|
|
1742
|
+
<line num="249" count="5" type="stmt"/>
|
|
1743
|
+
<line num="250" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
1744
|
+
<line num="251" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1745
|
+
<line num="252" count="0" type="stmt"/>
|
|
1746
|
+
<line num="253" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1747
|
+
<line num="255" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
1748
|
+
<line num="256" count="0" type="stmt"/>
|
|
1749
|
+
<line num="257" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1750
|
+
<line num="260" count="28" type="stmt"/>
|
|
1751
|
+
<line num="265" count="56" type="stmt"/>
|
|
1752
|
+
<line num="266" count="56" type="stmt"/>
|
|
1753
|
+
<line num="267" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
1754
|
+
<line num="269" count="56" type="stmt"/>
|
|
1755
|
+
<line num="280" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
1756
|
+
<line num="281" count="14" type="stmt"/>
|
|
1757
|
+
<line num="282" count="14" type="stmt"/>
|
|
1758
|
+
<line num="283" count="14" type="stmt"/>
|
|
1759
|
+
<line num="284" count="14" type="stmt"/>
|
|
1760
|
+
<line num="285" count="14" type="stmt"/>
|
|
1761
|
+
<line num="286" count="14" type="stmt"/>
|
|
1762
|
+
<line num="291" count="14" type="stmt"/>
|
|
1763
|
+
<line num="292" count="14" type="stmt"/>
|
|
1764
|
+
<line num="293" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
1765
|
+
<line num="294" count="3" type="stmt"/>
|
|
1763
1766
|
<line num="295" count="3" type="stmt"/>
|
|
1764
1767
|
<line num="296" count="3" type="stmt"/>
|
|
1765
1768
|
<line num="297" count="3" type="stmt"/>
|
|
1769
|
+
<line num="298" count="3" type="stmt"/>
|
|
1770
|
+
<line num="299" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1771
|
+
<line num="300" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1772
|
+
<line num="306" count="14" type="stmt"/>
|
|
1766
1773
|
<line num="307" count="3" type="stmt"/>
|
|
1767
|
-
<line num="
|
|
1768
|
-
<line num="
|
|
1769
|
-
<line num="
|
|
1770
|
-
<line num="
|
|
1771
|
-
<line num="
|
|
1772
|
-
<line num="
|
|
1773
|
-
<line num="
|
|
1774
|
-
<line num="
|
|
1775
|
-
<line num="
|
|
1776
|
-
<line num="
|
|
1777
|
-
<line num="
|
|
1778
|
-
<line num="
|
|
1779
|
-
<line num="
|
|
1780
|
-
<line num="
|
|
1781
|
-
<line num="
|
|
1782
|
-
<line num="
|
|
1783
|
-
<line num="
|
|
1784
|
-
<line num="
|
|
1785
|
-
<line num="
|
|
1786
|
-
<line num="
|
|
1787
|
-
<line num="
|
|
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="
|
|
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="476" count="4" type="stmt"/>
|
|
1831
|
-
<line num="477" count="3" type="stmt"/>
|
|
1832
|
-
<line num="478" count="2" type="stmt"/>
|
|
1833
|
-
<line num="479" count="2" type="stmt"/>
|
|
1774
|
+
<line num="308" count="3" type="stmt"/>
|
|
1775
|
+
<line num="309" count="3" type="stmt"/>
|
|
1776
|
+
<line num="319" count="3" type="stmt"/>
|
|
1777
|
+
<line num="323" count="3" type="stmt"/>
|
|
1778
|
+
<line num="329" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1779
|
+
<line num="330" count="3" type="stmt"/>
|
|
1780
|
+
<line num="336" count="14" type="stmt"/>
|
|
1781
|
+
<line num="337" count="13" type="stmt"/>
|
|
1782
|
+
<line num="338" count="13" type="stmt"/>
|
|
1783
|
+
<line num="339" count="13" type="stmt"/>
|
|
1784
|
+
<line num="352" count="13" type="stmt"/>
|
|
1785
|
+
<line num="355" count="13" type="stmt"/>
|
|
1786
|
+
<line num="381" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1787
|
+
<line num="382" count="7" type="stmt"/>
|
|
1788
|
+
<line num="383" count="7" type="stmt"/>
|
|
1789
|
+
<line num="384" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1790
|
+
<line num="387" count="7" type="stmt"/>
|
|
1791
|
+
<line num="388" count="7" type="stmt"/>
|
|
1792
|
+
<line num="390" count="7" type="stmt"/>
|
|
1793
|
+
<line num="391" count="7" type="stmt"/>
|
|
1794
|
+
<line num="392" count="7" type="stmt"/>
|
|
1795
|
+
<line num="393" count="8" type="stmt"/>
|
|
1796
|
+
<line num="394" count="7" type="stmt"/>
|
|
1797
|
+
<line num="396" count="7" type="stmt"/>
|
|
1798
|
+
<line num="397" count="7" type="stmt"/>
|
|
1799
|
+
<line num="398" count="7" type="stmt"/>
|
|
1800
|
+
<line num="401" count="7" type="stmt"/>
|
|
1801
|
+
<line num="402" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1802
|
+
<line num="403" count="3" type="stmt"/>
|
|
1803
|
+
<line num="404" count="3" type="stmt"/>
|
|
1804
|
+
<line num="405" count="3" type="stmt"/>
|
|
1805
|
+
<line num="406" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1806
|
+
<line num="407" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
1807
|
+
<line num="408" count="3" type="stmt"/>
|
|
1808
|
+
<line num="409" count="3" type="stmt"/>
|
|
1809
|
+
<line num="410" count="3" type="stmt"/>
|
|
1810
|
+
<line num="411" count="3" type="stmt"/>
|
|
1811
|
+
<line num="412" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1812
|
+
<line num="413" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1813
|
+
<line num="419" count="7" type="stmt"/>
|
|
1814
|
+
<line num="420" count="3" type="stmt"/>
|
|
1815
|
+
<line num="421" count="3" type="stmt"/>
|
|
1816
|
+
<line num="422" count="3" type="stmt"/>
|
|
1817
|
+
<line num="433" count="3" type="stmt"/>
|
|
1818
|
+
<line num="438" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
1819
|
+
<line num="439" count="1" type="stmt"/>
|
|
1820
|
+
<line num="446" count="2" type="stmt"/>
|
|
1821
|
+
<line num="447" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
1822
|
+
<line num="448" count="2" type="stmt"/>
|
|
1823
|
+
<line num="456" count="3" type="stmt"/>
|
|
1824
|
+
<line num="466" count="7" type="stmt"/>
|
|
1825
|
+
<line num="467" count="7" type="stmt"/>
|
|
1826
|
+
<line num="469" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1827
|
+
<line num="470" count="7" type="stmt"/>
|
|
1828
|
+
<line num="471" count="8" type="stmt"/>
|
|
1829
|
+
<line num="472" count="8" type="cond" truecount="3" falsecount="1"/>
|
|
1830
|
+
<line num="473" count="8" type="stmt"/>
|
|
1831
|
+
<line num="474" count="8" type="cond" truecount="4" falsecount="0"/>
|
|
1832
|
+
<line num="475" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1833
|
+
<line num="476" count="2" type="stmt"/>
|
|
1834
|
+
<line num="477" count="2" type="stmt"/>
|
|
1835
|
+
<line num="478" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
1836
|
+
<line num="479" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
1834
1837
|
<line num="480" count="2" type="stmt"/>
|
|
1835
1838
|
<line num="481" count="2" type="stmt"/>
|
|
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="573" count="
|
|
1855
|
-
<line num="574" count="
|
|
1856
|
-
<line num="575" count="
|
|
1857
|
-
<line num="576" count="
|
|
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="
|
|
1884
|
-
<line num="
|
|
1885
|
-
<line num="
|
|
1886
|
-
<line num="
|
|
1887
|
-
<line num="
|
|
1888
|
-
<line num="
|
|
1889
|
-
<line num="
|
|
1890
|
-
<line num="
|
|
1891
|
-
<line num="
|
|
1892
|
-
<line num="
|
|
1893
|
-
<line num="
|
|
1894
|
-
<line num="
|
|
1895
|
-
<line num="
|
|
1896
|
-
<line num="
|
|
1897
|
-
<line num="
|
|
1898
|
-
<line num="
|
|
1899
|
-
<line num="
|
|
1900
|
-
<line num="
|
|
1901
|
-
<line num="712" count="
|
|
1902
|
-
<line num="713" count="
|
|
1903
|
-
<line num="714" count="
|
|
1904
|
-
<line num="
|
|
1905
|
-
<line num="
|
|
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="
|
|
1915
|
-
<line num="
|
|
1916
|
-
<line num="
|
|
1917
|
-
<line num="
|
|
1918
|
-
<line num="
|
|
1839
|
+
<line num="483" count="4" type="stmt"/>
|
|
1840
|
+
<line num="488" count="7" type="stmt"/>
|
|
1841
|
+
<line num="489" count="3" type="stmt"/>
|
|
1842
|
+
<line num="490" count="2" type="stmt"/>
|
|
1843
|
+
<line num="491" count="2" type="stmt"/>
|
|
1844
|
+
<line num="492" count="2" type="stmt"/>
|
|
1845
|
+
<line num="493" count="2" type="stmt"/>
|
|
1846
|
+
<line num="506" count="2" type="stmt"/>
|
|
1847
|
+
<line num="509" count="2" type="stmt"/>
|
|
1848
|
+
<line num="529" count="7" type="stmt"/>
|
|
1849
|
+
<line num="530" count="4" type="stmt"/>
|
|
1850
|
+
<line num="531" count="4" type="stmt"/>
|
|
1851
|
+
<line num="532" count="4" type="stmt"/>
|
|
1852
|
+
<line num="533" count="4" type="stmt"/>
|
|
1853
|
+
<line num="545" count="4" type="stmt"/>
|
|
1854
|
+
<line num="548" count="4" type="stmt"/>
|
|
1855
|
+
<line num="570" count="7" type="stmt"/>
|
|
1856
|
+
<line num="572" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1857
|
+
<line num="573" count="7" type="stmt"/>
|
|
1858
|
+
<line num="574" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1859
|
+
<line num="575" count="7" type="stmt"/>
|
|
1860
|
+
<line num="576" count="7" type="stmt"/>
|
|
1861
|
+
<line num="577" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1862
|
+
<line num="578" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1863
|
+
<line num="581" count="2" type="stmt"/>
|
|
1864
|
+
<line num="585" count="7" type="stmt"/>
|
|
1865
|
+
<line num="586" count="9" type="stmt"/>
|
|
1866
|
+
<line num="587" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
1867
|
+
<line num="588" count="9" type="stmt"/>
|
|
1868
|
+
<line num="591" count="7" type="stmt"/>
|
|
1869
|
+
<line num="592" count="4" type="stmt"/>
|
|
1870
|
+
<line num="600" count="7" type="stmt"/>
|
|
1871
|
+
<line num="601" count="7" type="stmt"/>
|
|
1872
|
+
<line num="602" count="7" type="stmt"/>
|
|
1873
|
+
<line num="603" count="3" type="stmt"/>
|
|
1874
|
+
<line num="604" count="3" type="stmt"/>
|
|
1875
|
+
<line num="605" count="3" type="stmt"/>
|
|
1876
|
+
<line num="606" count="3" type="stmt"/>
|
|
1877
|
+
<line num="607" count="3" type="stmt"/>
|
|
1878
|
+
<line num="609" count="3" type="stmt"/>
|
|
1879
|
+
<line num="610" count="0" type="stmt"/>
|
|
1880
|
+
<line num="611" count="2" type="stmt"/>
|
|
1881
|
+
<line num="625" count="3" type="stmt"/>
|
|
1882
|
+
<line num="626" count="3" type="stmt"/>
|
|
1883
|
+
<line num="627" count="2" type="stmt"/>
|
|
1884
|
+
<line num="629" count="3" type="stmt"/>
|
|
1885
|
+
<line num="644" count="3" type="stmt"/>
|
|
1886
|
+
<line num="657" count="3" type="stmt"/>
|
|
1887
|
+
<line num="660" count="3" type="stmt"/>
|
|
1888
|
+
<line num="674" count="3" type="stmt"/>
|
|
1889
|
+
<line num="680" count="7" type="stmt"/>
|
|
1890
|
+
<line num="686" count="7" type="stmt"/>
|
|
1891
|
+
<line num="687" count="7" type="stmt"/>
|
|
1892
|
+
<line num="688" count="7" type="stmt"/>
|
|
1893
|
+
<line num="690" count="7" type="stmt"/>
|
|
1894
|
+
<line num="691" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
1895
|
+
<line num="692" count="7" type="stmt"/>
|
|
1896
|
+
<line num="693" count="9" type="stmt"/>
|
|
1897
|
+
<line num="694" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
1898
|
+
<line num="695" count="9" type="stmt"/>
|
|
1899
|
+
<line num="697" count="7" type="stmt"/>
|
|
1900
|
+
<line num="698" count="3" type="stmt"/>
|
|
1901
|
+
<line num="699" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
1902
|
+
<line num="700" count="3" type="stmt"/>
|
|
1903
|
+
<line num="702" count="7" type="stmt"/>
|
|
1904
|
+
<line num="712" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
1905
|
+
<line num="713" count="2" type="stmt"/>
|
|
1906
|
+
<line num="714" count="2" type="stmt"/>
|
|
1907
|
+
<line num="717" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
1908
|
+
<line num="720" count="2" type="stmt"/>
|
|
1909
|
+
<line num="725" count="2" type="stmt"/>
|
|
1910
|
+
<line num="741" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1911
|
+
<line num="742" count="0" type="stmt"/>
|
|
1912
|
+
<line num="743" count="0" type="stmt"/>
|
|
1913
|
+
<line num="744" count="0" type="stmt"/>
|
|
1914
|
+
<line num="745" count="0" type="stmt"/>
|
|
1915
|
+
<line num="746" count="0" type="stmt"/>
|
|
1916
|
+
<line num="747" count="0" type="stmt"/>
|
|
1917
|
+
<line num="749" count="0" type="stmt"/>
|
|
1918
|
+
<line num="750" count="0" type="stmt"/>
|
|
1919
|
+
<line num="751" count="0" type="stmt"/>
|
|
1920
|
+
<line num="752" count="0" type="stmt"/>
|
|
1921
|
+
<line num="753" count="0" type="stmt"/>
|
|
1922
|
+
<line num="754" count="0" type="stmt"/>
|
|
1923
|
+
<line num="755" count="0" type="stmt"/>
|
|
1924
|
+
<line num="756" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1925
|
+
<line num="757" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1919
1926
|
<line num="761" count="0" type="stmt"/>
|
|
1920
1927
|
<line num="762" count="0" type="stmt"/>
|
|
1921
1928
|
<line num="763" count="0" type="stmt"/>
|
|
1922
1929
|
<line num="764" count="0" type="stmt"/>
|
|
1923
|
-
<line num="
|
|
1924
|
-
<line num="
|
|
1925
|
-
<line num="
|
|
1926
|
-
<line num="
|
|
1927
|
-
<line num="
|
|
1928
|
-
<line num="
|
|
1929
|
-
<line num="
|
|
1930
|
-
<line num="
|
|
1931
|
-
<line num="
|
|
1932
|
-
<line num="
|
|
1933
|
-
<line num="
|
|
1934
|
-
<line num="
|
|
1935
|
-
<line num="
|
|
1936
|
-
<line num="
|
|
1937
|
-
<line num="794" count="0" type="stmt"/>
|
|
1938
|
-
<line num="807" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
1930
|
+
<line num="774" count="0" type="stmt"/>
|
|
1931
|
+
<line num="777" count="0" type="stmt"/>
|
|
1932
|
+
<line num="795" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1933
|
+
<line num="796" count="0" type="stmt"/>
|
|
1934
|
+
<line num="797" count="0" type="stmt"/>
|
|
1935
|
+
<line num="798" count="0" type="stmt"/>
|
|
1936
|
+
<line num="799" count="0" type="stmt"/>
|
|
1937
|
+
<line num="800" count="0" type="stmt"/>
|
|
1938
|
+
<line num="801" count="0" type="stmt"/>
|
|
1939
|
+
<line num="803" count="0" type="stmt"/>
|
|
1940
|
+
<line num="804" count="0" type="stmt"/>
|
|
1941
|
+
<line num="805" count="0" type="stmt"/>
|
|
1942
|
+
<line num="806" count="0" type="stmt"/>
|
|
1943
|
+
<line num="807" count="0" type="stmt"/>
|
|
1939
1944
|
<line num="808" count="0" type="stmt"/>
|
|
1940
1945
|
<line num="809" count="0" type="stmt"/>
|
|
1941
|
-
<line num="
|
|
1942
|
-
<line num="
|
|
1943
|
-
<line num="
|
|
1944
|
-
<line num="
|
|
1945
|
-
<line num="
|
|
1946
|
-
<line num="
|
|
1946
|
+
<line num="810" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1947
|
+
<line num="811" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1948
|
+
<line num="815" count="0" type="stmt"/>
|
|
1949
|
+
<line num="816" count="0" type="stmt"/>
|
|
1950
|
+
<line num="817" count="0" type="stmt"/>
|
|
1951
|
+
<line num="818" count="0" type="stmt"/>
|
|
1947
1952
|
<line num="828" count="0" type="stmt"/>
|
|
1948
|
-
<line num="829" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1949
|
-
<line num="830" count="0" type="stmt"/>
|
|
1950
1953
|
<line num="831" count="0" type="stmt"/>
|
|
1951
|
-
<line num="
|
|
1952
|
-
<line num="
|
|
1953
|
-
<line num="837" count="0" type="stmt"/>
|
|
1954
|
-
<line num="838" count="0" type="stmt"/>
|
|
1955
|
-
<line num="839" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1956
|
-
<line num="840" count="0" type="stmt"/>
|
|
1957
|
-
<line num="841" count="0" type="stmt"/>
|
|
1958
|
-
<line num="843" count="0" type="stmt"/>
|
|
1954
|
+
<line num="844" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1955
|
+
<line num="845" count="0" type="stmt"/>
|
|
1959
1956
|
<line num="846" count="0" type="stmt"/>
|
|
1960
|
-
<line num="
|
|
1957
|
+
<line num="848" count="0" type="stmt"/>
|
|
1958
|
+
<line num="854" count="21" type="stmt"/>
|
|
1959
|
+
<line num="855" count="21" type="stmt"/>
|
|
1960
|
+
<line num="856" count="21" type="stmt"/>
|
|
1961
|
+
<line num="863" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1962
|
+
<line num="864" count="0" type="stmt"/>
|
|
1963
|
+
<line num="865" count="0" type="stmt"/>
|
|
1964
|
+
<line num="866" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1965
|
+
<line num="867" count="0" type="stmt"/>
|
|
1966
|
+
<line num="868" count="0" type="stmt"/>
|
|
1967
|
+
<line num="872" count="0" type="stmt"/>
|
|
1968
|
+
<line num="873" count="0" type="stmt"/>
|
|
1969
|
+
<line num="874" count="0" type="stmt"/>
|
|
1970
|
+
<line num="875" count="0" type="stmt"/>
|
|
1971
|
+
<line num="876" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
1972
|
+
<line num="877" count="0" type="stmt"/>
|
|
1973
|
+
<line num="878" count="0" type="stmt"/>
|
|
1974
|
+
<line num="880" count="0" type="stmt"/>
|
|
1975
|
+
<line num="883" count="0" type="stmt"/>
|
|
1976
|
+
<line num="891" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1961
1977
|
</file>
|
|
1962
1978
|
<file name="path-utils.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/path-utils.ts">
|
|
1963
|
-
<metrics statements="113" coveredstatements="
|
|
1979
|
+
<metrics statements="113" coveredstatements="82" conditionals="83" coveredconditionals="39" methods="14" coveredmethods="14"/>
|
|
1964
1980
|
<line num="5" count="1" type="stmt"/>
|
|
1965
|
-
<line num="8" count="
|
|
1966
|
-
<line num="12" count="
|
|
1967
|
-
<line num="13" count="
|
|
1968
|
-
<line num="17" count="
|
|
1969
|
-
<line num="18" count="
|
|
1970
|
-
<line num="19" count="
|
|
1971
|
-
<line num="20" count="
|
|
1972
|
-
<line num="21" count="
|
|
1973
|
-
<line num="22" count="
|
|
1974
|
-
<line num="23" count="
|
|
1981
|
+
<line num="8" count="28" type="cond" truecount="1" falsecount="1"/>
|
|
1982
|
+
<line num="12" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1983
|
+
<line num="13" count="21" type="stmt"/>
|
|
1984
|
+
<line num="17" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1985
|
+
<line num="18" count="27" type="stmt"/>
|
|
1986
|
+
<line num="19" count="21" type="stmt"/>
|
|
1987
|
+
<line num="20" count="21" type="stmt"/>
|
|
1988
|
+
<line num="21" count="21" type="stmt"/>
|
|
1989
|
+
<line num="22" count="27" type="stmt"/>
|
|
1990
|
+
<line num="23" count="81" type="cond" truecount="1" falsecount="1"/>
|
|
1975
1991
|
<line num="24" count="0" type="stmt"/>
|
|
1976
1992
|
<line num="25" count="0" type="stmt"/>
|
|
1977
|
-
<line num="29" count="
|
|
1993
|
+
<line num="29" count="21" type="cond" truecount="1" falsecount="1"/>
|
|
1978
1994
|
<line num="42" count="16" type="stmt"/>
|
|
1979
1995
|
<line num="43" count="16" type="stmt"/>
|
|
1980
1996
|
<line num="44" count="16" type="stmt"/>
|
|
@@ -1989,15 +2005,15 @@
|
|
|
1989
2005
|
<line num="55" count="0" type="stmt"/>
|
|
1990
2006
|
<line num="57" count="9" type="stmt"/>
|
|
1991
2007
|
<line num="68" count="3" type="stmt"/>
|
|
1992
|
-
<line num="80" count="
|
|
1993
|
-
<line num="81" count="
|
|
1994
|
-
<line num="82" count="
|
|
1995
|
-
<line num="83" count="
|
|
1996
|
-
<line num="84" count="
|
|
1997
|
-
<line num="85" count="
|
|
1998
|
-
<line num="87" count="
|
|
1999
|
-
<line num="88" count="
|
|
2000
|
-
<line num="89" count="
|
|
2008
|
+
<line num="80" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
2009
|
+
<line num="81" count="8" type="stmt"/>
|
|
2010
|
+
<line num="82" count="8" type="stmt"/>
|
|
2011
|
+
<line num="83" count="8" type="stmt"/>
|
|
2012
|
+
<line num="84" count="8" type="stmt"/>
|
|
2013
|
+
<line num="85" count="8" type="stmt"/>
|
|
2014
|
+
<line num="87" count="8" type="cond" truecount="3" falsecount="1"/>
|
|
2015
|
+
<line num="88" count="8" type="stmt"/>
|
|
2016
|
+
<line num="89" count="8" type="cond" truecount="1" falsecount="1"/>
|
|
2001
2017
|
<line num="90" count="0" type="stmt"/>
|
|
2002
2018
|
<line num="92" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2003
2019
|
<line num="93" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
@@ -2019,47 +2035,47 @@
|
|
|
2019
2035
|
<line num="125" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2020
2036
|
<line num="126" count="0" type="stmt"/>
|
|
2021
2037
|
<line num="128" count="0" type="stmt"/>
|
|
2022
|
-
<line num="138" count="
|
|
2023
|
-
<line num="139" count="
|
|
2024
|
-
<line num="140" count="
|
|
2025
|
-
<line num="141" count="
|
|
2026
|
-
<line num="142" count="
|
|
2027
|
-
<line num="143" count="
|
|
2028
|
-
<line num="145" count="
|
|
2029
|
-
<line num="146" count="
|
|
2030
|
-
<line num="147" count="
|
|
2038
|
+
<line num="138" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2039
|
+
<line num="139" count="3" type="stmt"/>
|
|
2040
|
+
<line num="140" count="3" type="stmt"/>
|
|
2041
|
+
<line num="141" count="3" type="stmt"/>
|
|
2042
|
+
<line num="142" count="3" type="stmt"/>
|
|
2043
|
+
<line num="143" count="3" type="stmt"/>
|
|
2044
|
+
<line num="145" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2045
|
+
<line num="146" count="3" type="stmt"/>
|
|
2046
|
+
<line num="147" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2031
2047
|
<line num="148" count="0" type="stmt"/>
|
|
2032
2048
|
<line num="150" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2033
2049
|
<line num="151" count="0" type="stmt"/>
|
|
2034
|
-
<line num="155" count="
|
|
2035
|
-
<line num="156" count="
|
|
2036
|
-
<line num="157" count="
|
|
2037
|
-
<line num="158" count="
|
|
2038
|
-
<line num="159" count="
|
|
2039
|
-
<line num="160" count="
|
|
2040
|
-
<line num="162" count="
|
|
2041
|
-
<line num="163" count="
|
|
2042
|
-
<line num="164" count="
|
|
2043
|
-
<line num="165" count="
|
|
2044
|
-
<line num="168" count="
|
|
2045
|
-
<line num="170" count="
|
|
2046
|
-
<line num="179" count="
|
|
2047
|
-
<line num="180" count="
|
|
2048
|
-
<line num="181" count="
|
|
2049
|
-
<line num="182" count="
|
|
2050
|
-
<line num="184" count="
|
|
2051
|
-
<line num="185" count="
|
|
2052
|
-
<line num="186" count="
|
|
2053
|
-
<line num="187" count="
|
|
2054
|
-
<line num="188" count="
|
|
2055
|
-
<line num="189" count="
|
|
2056
|
-
<line num="190" count="
|
|
2057
|
-
<line num="191" count="
|
|
2058
|
-
<line num="194" count="
|
|
2059
|
-
<line num="195" count="
|
|
2060
|
-
<line num="196" count="
|
|
2061
|
-
<line num="197" count="
|
|
2062
|
-
<line num="198" count="
|
|
2050
|
+
<line num="155" count="7" type="stmt"/>
|
|
2051
|
+
<line num="156" count="7" type="stmt"/>
|
|
2052
|
+
<line num="157" count="3" type="stmt"/>
|
|
2053
|
+
<line num="158" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
2054
|
+
<line num="159" count="3" type="stmt"/>
|
|
2055
|
+
<line num="160" count="3" type="stmt"/>
|
|
2056
|
+
<line num="162" count="7" type="stmt"/>
|
|
2057
|
+
<line num="163" count="7" type="stmt"/>
|
|
2058
|
+
<line num="164" count="3" type="stmt"/>
|
|
2059
|
+
<line num="165" count="3" type="stmt"/>
|
|
2060
|
+
<line num="168" count="3" type="stmt"/>
|
|
2061
|
+
<line num="170" count="7" type="stmt"/>
|
|
2062
|
+
<line num="179" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2063
|
+
<line num="180" count="3" type="stmt"/>
|
|
2064
|
+
<line num="181" count="3" type="stmt"/>
|
|
2065
|
+
<line num="182" count="3" type="stmt"/>
|
|
2066
|
+
<line num="184" count="3" type="stmt"/>
|
|
2067
|
+
<line num="185" count="3" type="stmt"/>
|
|
2068
|
+
<line num="186" count="3" type="stmt"/>
|
|
2069
|
+
<line num="187" count="3" type="stmt"/>
|
|
2070
|
+
<line num="188" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2071
|
+
<line num="189" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2072
|
+
<line num="190" count="5" type="stmt"/>
|
|
2073
|
+
<line num="191" count="3" type="stmt"/>
|
|
2074
|
+
<line num="194" count="3" type="stmt"/>
|
|
2075
|
+
<line num="195" count="3" type="stmt"/>
|
|
2076
|
+
<line num="196" count="3" type="stmt"/>
|
|
2077
|
+
<line num="197" count="3" type="cond" truecount="2" falsecount="2"/>
|
|
2078
|
+
<line num="198" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2063
2079
|
<line num="199" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2064
2080
|
<line num="200" count="0" type="stmt"/>
|
|
2065
2081
|
<line num="201" count="0" type="stmt"/>
|
|
@@ -2073,18 +2089,18 @@
|
|
|
2073
2089
|
<line num="212" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
2074
2090
|
<line num="213" count="0" type="stmt"/>
|
|
2075
2091
|
<line num="214" count="0" type="stmt"/>
|
|
2076
|
-
<line num="219" count="
|
|
2092
|
+
<line num="219" count="3" type="stmt"/>
|
|
2077
2093
|
</file>
|
|
2078
2094
|
<file name="ts-render.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/src/ts-render.ts">
|
|
2079
2095
|
<metrics statements="62" coveredstatements="54" conditionals="89" coveredconditionals="76" methods="18" coveredmethods="13"/>
|
|
2080
2096
|
<line num="3" count="5" type="stmt"/>
|
|
2081
|
-
<line num="6" count="
|
|
2097
|
+
<line num="6" count="181" type="cond" truecount="2" falsecount="0"/>
|
|
2082
2098
|
<line num="11" count="20" type="stmt"/>
|
|
2083
2099
|
<line num="12" count="20" type="stmt"/>
|
|
2084
2100
|
<line num="14" count="48" type="stmt"/>
|
|
2085
2101
|
<line num="15" count="48" type="cond" truecount="2" falsecount="0"/>
|
|
2086
|
-
<line num="23" count="
|
|
2087
|
-
<line num="25" count="
|
|
2102
|
+
<line num="23" count="353" type="cond" truecount="12" falsecount="1"/>
|
|
2103
|
+
<line num="25" count="173" type="stmt"/>
|
|
2088
2104
|
<line num="27" count="20" type="stmt"/>
|
|
2089
2105
|
<line num="29" count="20" type="cond" truecount="4" falsecount="0"/>
|
|
2090
2106
|
<line num="33" count="20" type="cond" truecount="2" falsecount="0"/>
|
|
@@ -2095,16 +2111,16 @@
|
|
|
2095
2111
|
<line num="44" count="3" type="stmt"/>
|
|
2096
2112
|
<line num="46" count="1" type="stmt"/>
|
|
2097
2113
|
<line num="48" count="4" type="stmt"/>
|
|
2098
|
-
<line num="50" count="
|
|
2114
|
+
<line num="50" count="122" type="stmt"/>
|
|
2099
2115
|
<line num="52" count="2" type="stmt"/>
|
|
2100
2116
|
<line num="54" count="8" type="stmt"/>
|
|
2101
2117
|
<line num="56" count="0" type="stmt"/>
|
|
2102
|
-
<line num="61" count="
|
|
2103
|
-
<line num="66" count="
|
|
2118
|
+
<line num="61" count="173" type="cond" truecount="17" falsecount="1"/>
|
|
2119
|
+
<line num="66" count="118" type="stmt"/>
|
|
2104
2120
|
<line num="69" count="23" type="stmt"/>
|
|
2105
2121
|
<line num="71" count="6" type="stmt"/>
|
|
2106
2122
|
<line num="73" count="5" type="stmt"/>
|
|
2107
|
-
<line num="78" count="
|
|
2123
|
+
<line num="78" count="5" type="stmt"/>
|
|
2108
2124
|
<line num="80" count="4" type="stmt"/>
|
|
2109
2125
|
<line num="82" count="2" type="stmt"/>
|
|
2110
2126
|
<line num="84" count="2" type="stmt"/>
|
|
@@ -2127,7 +2143,7 @@
|
|
|
2127
2143
|
<line num="128" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
2128
2144
|
<line num="130" count="1" type="stmt"/>
|
|
2129
2145
|
<line num="132" count="19" type="stmt"/>
|
|
2130
|
-
<line num="143" count="
|
|
2146
|
+
<line num="143" count="98" type="cond" truecount="4" falsecount="0"/>
|
|
2131
2147
|
<line num="144" count="8" type="cond" truecount="3" falsecount="5"/>
|
|
2132
2148
|
<line num="146" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
2133
2149
|
<line num="148" count="1" type="stmt"/>
|
|
@@ -2145,8 +2161,8 @@
|
|
|
2145
2161
|
<metrics statements="46" coveredstatements="43" conditionals="33" coveredconditionals="30" methods="28" coveredmethods="25"/>
|
|
2146
2162
|
<file name="helpers.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-typescript/tests/helpers.ts">
|
|
2147
2163
|
<metrics statements="46" coveredstatements="43" conditionals="33" coveredconditionals="30" methods="28" coveredmethods="25"/>
|
|
2148
|
-
<line num="32" count="
|
|
2149
|
-
<line num="36" count="
|
|
2164
|
+
<line num="32" count="919" type="stmt"/>
|
|
2165
|
+
<line num="36" count="330" type="stmt"/>
|
|
2150
2166
|
<line num="40" count="29" type="stmt"/>
|
|
2151
2167
|
<line num="44" count="3" type="stmt"/>
|
|
2152
2168
|
<line num="48" count="3" type="stmt"/>
|
|
@@ -2154,12 +2170,12 @@
|
|
|
2154
2170
|
<line num="56" count="15" type="stmt"/>
|
|
2155
2171
|
<line num="60" count="6" type="stmt"/>
|
|
2156
2172
|
<line num="64" count="2" type="stmt"/>
|
|
2157
|
-
<line num="68" count="
|
|
2173
|
+
<line num="68" count="211" type="stmt"/>
|
|
2158
2174
|
<line num="72" count="11" type="stmt"/>
|
|
2159
2175
|
<line num="76" count="4" type="stmt"/>
|
|
2160
|
-
<line num="80" count="
|
|
2161
|
-
<line num="92" count="
|
|
2162
|
-
<line num="102" count="
|
|
2176
|
+
<line num="80" count="270" type="stmt"/>
|
|
2177
|
+
<line num="92" count="184" type="stmt"/>
|
|
2178
|
+
<line num="102" count="143" type="stmt"/>
|
|
2163
2179
|
<line num="106" count="43" type="stmt"/>
|
|
2164
2180
|
<line num="110" count="0" type="stmt"/>
|
|
2165
2181
|
<line num="114" count="0" type="stmt"/>
|
|
@@ -2168,24 +2184,24 @@
|
|
|
2168
2184
|
<line num="123" count="31" type="stmt"/>
|
|
2169
2185
|
<line num="127" count="6" type="stmt"/>
|
|
2170
2186
|
<line num="128" count="12" type="stmt"/>
|
|
2171
|
-
<line num="137" count="
|
|
2172
|
-
<line num="138" count="
|
|
2173
|
-
<line num="142" count="
|
|
2174
|
-
<line num="143" count="
|
|
2187
|
+
<line num="137" count="126" type="cond" truecount="4" falsecount="0"/>
|
|
2188
|
+
<line num="138" count="126" type="stmt"/>
|
|
2189
|
+
<line num="142" count="107" type="stmt"/>
|
|
2190
|
+
<line num="143" count="107" type="cond" truecount="2" falsecount="0"/>
|
|
2175
2191
|
<line num="144" count="7" type="stmt"/>
|
|
2176
|
-
<line num="146" count="
|
|
2192
|
+
<line num="146" count="100" type="stmt"/>
|
|
2177
2193
|
<line num="152" count="54" type="cond" truecount="1" falsecount="1"/>
|
|
2178
2194
|
<line num="153" count="54" type="cond" truecount="2" falsecount="0"/>
|
|
2179
2195
|
<line num="154" count="45" type="cond" truecount="2" falsecount="0"/>
|
|
2180
2196
|
<line num="155" count="7" type="cond" truecount="4" falsecount="1"/>
|
|
2181
2197
|
<line num="156" count="7" type="stmt"/>
|
|
2182
|
-
<line num="160" count="
|
|
2183
|
-
<line num="161" count="
|
|
2184
|
-
<line num="162" count="
|
|
2185
|
-
<line num="163" count="
|
|
2186
|
-
<line num="177" count="
|
|
2187
|
-
<line num="178" count="
|
|
2188
|
-
<line num="182" count="
|
|
2198
|
+
<line num="160" count="216" type="stmt"/>
|
|
2199
|
+
<line num="161" count="216" type="cond" truecount="2" falsecount="0"/>
|
|
2200
|
+
<line num="162" count="216" type="cond" truecount="2" falsecount="0"/>
|
|
2201
|
+
<line num="163" count="216" type="stmt"/>
|
|
2202
|
+
<line num="177" count="206" type="cond" truecount="2" falsecount="0"/>
|
|
2203
|
+
<line num="178" count="206" type="stmt"/>
|
|
2204
|
+
<line num="182" count="202" type="stmt"/>
|
|
2189
2205
|
<line num="187" count="6" type="stmt"/>
|
|
2190
2206
|
<line num="197" count="6" type="stmt"/>
|
|
2191
2207
|
<line num="205" count="6" type="stmt"/>
|