@contractkit/prettier-plugin 0.8.1 → 0.9.1
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 +19 -35
- package/.turbo/turbo-test$colon$ci.log +26 -105
- package/CHANGELOG.md +32 -0
- package/README.md +58 -0
- package/coverage/clover.xml +159 -155
- package/coverage/coverage-final.json +5 -5
- package/coverage/indent.ts.html +1 -1
- package/coverage/index.html +27 -27
- package/coverage/print-ck.ts.html +111 -57
- package/coverage/print-contract.ts.html +1 -1
- package/coverage/print-operation.ts.html +58 -37
- package/coverage/print-type.ts.html +1 -1
- package/dist/index.js +13 -4
- package/dist/index.js.map +1 -1
- package/dist/print-ck.d.ts +8 -0
- package/dist/print-ck.d.ts.map +1 -1
- package/dist/print-operation.d.ts.map +1 -1
- package/package.json +2 -2
- package/src/print-ck.ts +22 -4
- package/src/print-operation.ts +7 -0
- package/tests/print-ck.test.ts +109 -0
- package/.turbo/turbo-build.log +0 -15
- package/.turbo/turbo-format.log +0 -29
- package/.turbo/turbo-test.log +0 -14
- package/dist/__tests__/print-ck.test.d.ts +0 -2
- package/dist/__tests__/print-ck.test.d.ts.map +0 -1
- package/dist/__tests__/print-op.test.d.ts +0 -2
- package/dist/__tests__/print-op.test.d.ts.map +0 -1
- package/dist/__tests__/print-op.test.js +0 -359
- package/dist/__tests__/print-op.test.js.map +0 -1
- package/dist/print-dto.d.ts +0 -3
- package/dist/print-dto.d.ts.map +0 -1
- package/dist/print-dto.js +0 -100
- package/dist/print-dto.js.map +0 -1
- package/dist/print-op.d.ts +0 -24
- package/dist/print-op.d.ts.map +0 -1
- package/dist/print-op.js +0 -224
- package/dist/print-op.js.map +0 -1
- package/dist/print-type.js +0 -110
- package/dist/print-type.js.map +0 -1
package/coverage/clover.xml
CHANGED
|
@@ -1,67 +1,66 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
5
|
-
<file name="indent.ts" path="/
|
|
2
|
+
<coverage generated="1777661353616" clover="3.2.0">
|
|
3
|
+
<project timestamp="1777661353616" name="All files">
|
|
4
|
+
<metrics statements="288" coveredstatements="207" conditionals="396" coveredconditionals="225" methods="26" coveredmethods="18" elements="710" coveredelements="450" complexity="0" loc="288" ncloc="288" packages="1" files="5" classes="5"/>
|
|
5
|
+
<file name="indent.ts" path="/home/runner/work/ContractKit/ContractKit/apps/prettier-plugin/src/indent.ts">
|
|
6
6
|
<metrics statements="1" coveredstatements="1" conditionals="0" coveredconditionals="0" methods="0" coveredmethods="0"/>
|
|
7
7
|
<line num="1" count="1" type="stmt"/>
|
|
8
8
|
</file>
|
|
9
|
-
<file name="print-ck.ts" path="/
|
|
10
|
-
<metrics statements="
|
|
9
|
+
<file name="print-ck.ts" path="/home/runner/work/ContractKit/ContractKit/apps/prettier-plugin/src/print-ck.ts">
|
|
10
|
+
<metrics statements="51" coveredstatements="50" conditionals="75" coveredconditionals="60" methods="4" coveredmethods="4"/>
|
|
11
11
|
<line num="7" count="1" type="stmt"/>
|
|
12
|
-
<line num="
|
|
13
|
-
<line num="
|
|
14
|
-
<line num="
|
|
15
|
-
<line num="
|
|
16
|
-
<line num="
|
|
17
|
-
<line num="
|
|
18
|
-
<line num="
|
|
19
|
-
<line num="
|
|
20
|
-
<line num="
|
|
21
|
-
<line num="
|
|
22
|
-
<line num="
|
|
23
|
-
<line num="
|
|
24
|
-
<line num="
|
|
25
|
-
<line num="
|
|
26
|
-
<line num="
|
|
27
|
-
<line num="
|
|
28
|
-
<line num="
|
|
29
|
-
<line num="
|
|
30
|
-
<line num="
|
|
31
|
-
<line num="
|
|
32
|
-
<line num="
|
|
33
|
-
<line num="
|
|
34
|
-
<line num="
|
|
35
|
-
<line num="
|
|
36
|
-
<line num="
|
|
37
|
-
<line num="
|
|
38
|
-
<line num="53" count="2" type="stmt"/>
|
|
39
|
-
<line num="57" count="2" type="stmt"/>
|
|
40
|
-
<line num="58" count="2" type="stmt"/>
|
|
41
|
-
<line num="59" count="2" type="stmt"/>
|
|
42
|
-
<line num="60" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
43
|
-
<line num="61" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
44
|
-
<line num="62" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
45
|
-
<line num="63" count="3" type="stmt"/>
|
|
46
|
-
<line num="65" count="2" type="stmt"/>
|
|
47
|
-
<line num="66" count="2" type="stmt"/>
|
|
12
|
+
<line num="20" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
13
|
+
<line num="24" count="55" type="stmt"/>
|
|
14
|
+
<line num="25" count="55" type="stmt"/>
|
|
15
|
+
<line num="26" count="55" type="stmt"/>
|
|
16
|
+
<line num="27" count="55" type="cond" truecount="8" falsecount="0"/>
|
|
17
|
+
<line num="28" count="55" type="cond" truecount="8" falsecount="0"/>
|
|
18
|
+
<line num="30" count="55" type="cond" truecount="7" falsecount="0"/>
|
|
19
|
+
<line num="32" count="7" type="stmt"/>
|
|
20
|
+
<line num="34" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
21
|
+
<line num="35" count="3" type="stmt"/>
|
|
22
|
+
<line num="36" count="3" type="cond" truecount="2" falsecount="2"/>
|
|
23
|
+
<line num="37" count="3" type="stmt"/>
|
|
24
|
+
<line num="39" count="3" type="stmt"/>
|
|
25
|
+
<line num="42" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
26
|
+
<line num="43" count="2" type="stmt"/>
|
|
27
|
+
<line num="44" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
28
|
+
<line num="45" count="2" type="stmt"/>
|
|
29
|
+
<line num="47" count="2" type="stmt"/>
|
|
30
|
+
<line num="50" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
31
|
+
<line num="51" count="1" type="stmt"/>
|
|
32
|
+
<line num="54" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
33
|
+
<line num="55" count="1" type="stmt"/>
|
|
34
|
+
<line num="58" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
35
|
+
<line num="59" count="0" type="stmt"/>
|
|
36
|
+
<line num="62" count="7" type="stmt"/>
|
|
37
|
+
<line num="63" count="7" type="stmt"/>
|
|
48
38
|
<line num="67" count="2" type="stmt"/>
|
|
49
|
-
<line num="
|
|
50
|
-
<line num="
|
|
51
|
-
<line num="
|
|
52
|
-
<line num="
|
|
53
|
-
<line num="
|
|
54
|
-
<line num="
|
|
55
|
-
<line num="
|
|
56
|
-
<line num="
|
|
57
|
-
<line num="
|
|
58
|
-
<line num="
|
|
59
|
-
<line num="
|
|
60
|
-
<line num="
|
|
61
|
-
<line num="
|
|
62
|
-
<line num="
|
|
39
|
+
<line num="68" count="2" type="stmt"/>
|
|
40
|
+
<line num="69" count="2" type="stmt"/>
|
|
41
|
+
<line num="70" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
42
|
+
<line num="71" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
43
|
+
<line num="72" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
44
|
+
<line num="73" count="3" type="stmt"/>
|
|
45
|
+
<line num="75" count="2" type="stmt"/>
|
|
46
|
+
<line num="76" count="2" type="stmt"/>
|
|
47
|
+
<line num="77" count="2" type="stmt"/>
|
|
48
|
+
<line num="90" count="55" type="cond" truecount="2" falsecount="2"/>
|
|
49
|
+
<line num="91" count="55" type="stmt"/>
|
|
50
|
+
<line num="94" count="55" type="stmt"/>
|
|
51
|
+
<line num="95" count="55" type="cond" truecount="2" falsecount="0"/>
|
|
52
|
+
<line num="98" count="55" type="cond" truecount="2" falsecount="2"/>
|
|
53
|
+
<line num="99" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
54
|
+
<line num="100" count="3" type="stmt"/>
|
|
55
|
+
<line num="104" count="55" type="stmt"/>
|
|
56
|
+
<line num="105" count="55" type="stmt"/>
|
|
57
|
+
<line num="106" count="55" type="cond" truecount="2" falsecount="2"/>
|
|
58
|
+
<line num="107" count="47" type="cond" truecount="2" falsecount="0"/>
|
|
59
|
+
<line num="108" count="47" type="cond" truecount="6" falsecount="0"/>
|
|
60
|
+
<line num="109" count="47" type="stmt"/>
|
|
61
|
+
<line num="112" count="55" type="stmt"/>
|
|
63
62
|
</file>
|
|
64
|
-
<file name="print-contract.ts" path="/
|
|
63
|
+
<file name="print-contract.ts" path="/home/runner/work/ContractKit/ContractKit/apps/prettier-plugin/src/print-contract.ts">
|
|
65
64
|
<metrics statements="28" coveredstatements="12" conditionals="56" coveredconditionals="16" methods="2" coveredmethods="1"/>
|
|
66
65
|
<line num="7" count="3" type="cond" truecount="3" falsecount="1"/>
|
|
67
66
|
<line num="9" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
@@ -92,8 +91,8 @@
|
|
|
92
91
|
<line num="66" count="0" type="stmt"/>
|
|
93
92
|
<line num="68" count="0" type="stmt"/>
|
|
94
93
|
</file>
|
|
95
|
-
<file name="print-operation.ts" path="/
|
|
96
|
-
<metrics statements="
|
|
94
|
+
<file name="print-operation.ts" path="/home/runner/work/ContractKit/ContractKit/apps/prettier-plugin/src/print-operation.ts">
|
|
95
|
+
<metrics statements="138" coveredstatements="111" conditionals="171" coveredconditionals="109" methods="10" coveredmethods="9"/>
|
|
97
96
|
<line num="15" count="1" type="stmt"/>
|
|
98
97
|
<line num="16" count="1" type="stmt"/>
|
|
99
98
|
<line num="17" count="1" type="stmt"/>
|
|
@@ -107,23 +106,23 @@
|
|
|
107
106
|
<line num="34" count="0" type="stmt"/>
|
|
108
107
|
<line num="37" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
109
108
|
<line num="38" count="0" type="stmt"/>
|
|
110
|
-
<line num="45" count="
|
|
111
|
-
<line num="46" count="
|
|
109
|
+
<line num="45" count="97" type="cond" truecount="3" falsecount="1"/>
|
|
110
|
+
<line num="46" count="97" type="cond" truecount="1" falsecount="1"/>
|
|
112
111
|
<line num="47" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
113
112
|
<line num="48" count="0" type="stmt"/>
|
|
114
|
-
<line num="55" count="
|
|
115
|
-
<line num="56" count="
|
|
116
|
-
<line num="57" count="
|
|
117
|
-
<line num="59" count="
|
|
113
|
+
<line num="55" count="47" type="stmt"/>
|
|
114
|
+
<line num="56" count="47" type="cond" truecount="2" falsecount="0"/>
|
|
115
|
+
<line num="57" count="47" type="stmt"/>
|
|
116
|
+
<line num="59" count="47" type="cond" truecount="2" falsecount="0"/>
|
|
118
117
|
<line num="60" count="3" type="stmt"/>
|
|
119
|
-
<line num="63" count="
|
|
118
|
+
<line num="63" count="47" type="cond" truecount="2" falsecount="0"/>
|
|
120
119
|
<line num="64" count="2" type="stmt"/>
|
|
121
|
-
<line num="67" count="
|
|
122
|
-
<line num="69" count="
|
|
123
|
-
<line num="70" count="
|
|
124
|
-
<line num="74" count="
|
|
125
|
-
<line num="76" count="
|
|
126
|
-
<line num="77" count="
|
|
120
|
+
<line num="67" count="47" type="cond" truecount="2" falsecount="2"/>
|
|
121
|
+
<line num="69" count="50" type="stmt"/>
|
|
122
|
+
<line num="70" count="50" type="stmt"/>
|
|
123
|
+
<line num="74" count="47" type="stmt"/>
|
|
124
|
+
<line num="76" count="47" type="stmt"/>
|
|
125
|
+
<line num="77" count="47" type="stmt"/>
|
|
127
126
|
<line num="83" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
128
127
|
<line num="84" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
129
128
|
<line num="85" count="0" type="stmt"/>
|
|
@@ -140,95 +139,100 @@
|
|
|
140
139
|
<line num="98" count="3" type="stmt"/>
|
|
141
140
|
<line num="99" count="3" type="stmt"/>
|
|
142
141
|
<line num="102" count="0" type="stmt"/>
|
|
143
|
-
<line num="108" count="
|
|
144
|
-
<line num="109" count="
|
|
145
|
-
<line num="110" count="
|
|
146
|
-
<line num="111" count="
|
|
147
|
-
<line num="113" count="
|
|
148
|
-
<line num="114" count="
|
|
149
|
-
<line num="115" count="
|
|
150
|
-
<line num="116" count="
|
|
142
|
+
<line num="108" count="50" type="stmt"/>
|
|
143
|
+
<line num="109" count="50" type="cond" truecount="2" falsecount="0"/>
|
|
144
|
+
<line num="110" count="50" type="cond" truecount="6" falsecount="0"/>
|
|
145
|
+
<line num="111" count="50" type="stmt"/>
|
|
146
|
+
<line num="113" count="50" type="cond" truecount="1" falsecount="1"/>
|
|
147
|
+
<line num="114" count="50" type="cond" truecount="1" falsecount="1"/>
|
|
148
|
+
<line num="115" count="50" type="cond" truecount="1" falsecount="1"/>
|
|
149
|
+
<line num="116" count="50" type="cond" truecount="2" falsecount="0"/>
|
|
151
150
|
<line num="117" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
152
151
|
<line num="118" count="2" type="stmt"/>
|
|
153
|
-
<line num="120" count="
|
|
154
|
-
<line num="121" count="
|
|
155
|
-
<line num="122" count="
|
|
156
|
-
<line num="123" count="
|
|
157
|
-
<line num="124" count="
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
161
|
-
<line num="
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="132" count="
|
|
164
|
-
<line num="134" count="
|
|
165
|
-
<line num="135" count="
|
|
166
|
-
<line num="
|
|
167
|
-
<line num="
|
|
168
|
-
<line num="
|
|
169
|
-
<line num="
|
|
170
|
-
<line num="
|
|
171
|
-
<line num="
|
|
172
|
-
<line num="
|
|
173
|
-
<line num="
|
|
174
|
-
<line num="
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
180
|
-
<line num="
|
|
181
|
-
<line num="
|
|
182
|
-
<line num="
|
|
183
|
-
<line num="
|
|
184
|
-
<line num="
|
|
185
|
-
<line num="
|
|
186
|
-
<line num="
|
|
187
|
-
<line num="
|
|
188
|
-
<line num="
|
|
189
|
-
<line num="
|
|
190
|
-
<line num="
|
|
191
|
-
<line num="
|
|
192
|
-
<line num="
|
|
193
|
-
<line num="
|
|
194
|
-
<line num="
|
|
195
|
-
<line num="
|
|
196
|
-
<line num="
|
|
197
|
-
<line num="
|
|
198
|
-
<line num="
|
|
199
|
-
<line num="
|
|
200
|
-
<line num="
|
|
201
|
-
<line num="
|
|
202
|
-
<line num="199" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
203
|
-
<line num="200" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
152
|
+
<line num="120" count="50" type="cond" truecount="2" falsecount="0"/>
|
|
153
|
+
<line num="121" count="50" type="cond" truecount="4" falsecount="0"/>
|
|
154
|
+
<line num="122" count="3" type="stmt"/>
|
|
155
|
+
<line num="123" count="4" type="cond" truecount="2" falsecount="2"/>
|
|
156
|
+
<line num="124" count="4" type="stmt"/>
|
|
157
|
+
<line num="126" count="3" type="stmt"/>
|
|
158
|
+
<line num="128" count="50" type="cond" truecount="2" falsecount="0"/>
|
|
159
|
+
<line num="129" count="50" type="cond" truecount="2" falsecount="0"/>
|
|
160
|
+
<line num="130" count="1" type="stmt"/>
|
|
161
|
+
<line num="131" count="49" type="cond" truecount="2" falsecount="0"/>
|
|
162
|
+
<line num="132" count="2" type="stmt"/>
|
|
163
|
+
<line num="134" count="50" type="cond" truecount="2" falsecount="0"/>
|
|
164
|
+
<line num="135" count="3" type="stmt"/>
|
|
165
|
+
<line num="136" count="3" type="cond" truecount="2" falsecount="2"/>
|
|
166
|
+
<line num="137" count="4" type="stmt"/>
|
|
167
|
+
<line num="139" count="3" type="stmt"/>
|
|
168
|
+
<line num="141" count="50" type="cond" truecount="2" falsecount="0"/>
|
|
169
|
+
<line num="142" count="7" type="stmt"/>
|
|
170
|
+
<line num="145" count="50" type="stmt"/>
|
|
171
|
+
<line num="146" count="50" type="stmt"/>
|
|
172
|
+
<line num="153" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
173
|
+
<line num="158" count="5" type="cond" truecount="8" falsecount="0"/>
|
|
174
|
+
<line num="159" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
175
|
+
<line num="160" count="3" type="stmt"/>
|
|
176
|
+
<line num="161" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
177
|
+
<line num="162" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
178
|
+
<line num="163" count="3" type="stmt"/>
|
|
179
|
+
<line num="164" count="3" type="cond" truecount="1" falsecount="1"/>
|
|
180
|
+
<line num="165" count="5" type="stmt"/>
|
|
181
|
+
<line num="166" count="5" type="stmt"/>
|
|
182
|
+
<line num="167" count="5" type="stmt"/>
|
|
183
|
+
<line num="173" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
184
|
+
<line num="174" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
185
|
+
<line num="175" count="0" type="stmt"/>
|
|
186
|
+
<line num="177" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
187
|
+
<line num="178" count="9" type="cond" truecount="1" falsecount="1"/>
|
|
188
|
+
<line num="179" count="9" type="stmt"/>
|
|
189
|
+
<line num="180" count="9" type="cond" truecount="2" falsecount="2"/>
|
|
190
|
+
<line num="181" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
191
|
+
<line num="182" count="11" type="stmt"/>
|
|
192
|
+
<line num="183" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
193
|
+
<line num="184" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
194
|
+
<line num="185" count="11" type="cond" truecount="2" falsecount="0"/>
|
|
195
|
+
<line num="186" count="11" type="stmt"/>
|
|
196
|
+
<line num="188" count="9" type="stmt"/>
|
|
197
|
+
<line num="189" count="9" type="stmt"/>
|
|
198
|
+
<line num="192" count="0" type="stmt"/>
|
|
199
|
+
<line num="199" count="10" type="cond" truecount="1" falsecount="1"/>
|
|
200
|
+
<line num="200" count="0" type="stmt"/>
|
|
204
201
|
<line num="201" count="0" type="stmt"/>
|
|
205
|
-
<line num="
|
|
202
|
+
<line num="202" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
203
|
+
<line num="203" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
206
204
|
<line num="204" count="0" type="stmt"/>
|
|
207
|
-
<line num="
|
|
208
|
-
<line num="
|
|
209
|
-
<line num="
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="219" count="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="
|
|
205
|
+
<line num="205" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
206
|
+
<line num="206" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
207
|
+
<line num="207" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
208
|
+
<line num="208" count="0" type="stmt"/>
|
|
209
|
+
<line num="210" count="0" type="stmt"/>
|
|
210
|
+
<line num="211" count="0" type="stmt"/>
|
|
211
|
+
<line num="213" count="10" type="stmt"/>
|
|
212
|
+
<line num="219" count="7" type="stmt"/>
|
|
213
|
+
<line num="221" count="7" type="cond" truecount="2" falsecount="2"/>
|
|
214
|
+
<line num="222" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
217
215
|
<line num="223" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
218
|
-
<line num="224" count="
|
|
219
|
-
<line num="225" count="
|
|
220
|
-
<line num="226" count="
|
|
221
|
-
<line num="227" count="
|
|
222
|
-
<line num="228" count="
|
|
223
|
-
<line num="
|
|
224
|
-
<line num="
|
|
225
|
-
<line num="232" count="
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="
|
|
216
|
+
<line num="224" count="8" type="stmt"/>
|
|
217
|
+
<line num="225" count="8" type="cond" truecount="4" falsecount="1"/>
|
|
218
|
+
<line num="226" count="8" type="stmt"/>
|
|
219
|
+
<line num="227" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
220
|
+
<line num="228" count="6" type="stmt"/>
|
|
221
|
+
<line num="230" count="8" type="cond" truecount="2" falsecount="0"/>
|
|
222
|
+
<line num="231" count="1" type="stmt"/>
|
|
223
|
+
<line num="232" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
224
|
+
<line num="233" count="2" type="stmt"/>
|
|
225
|
+
<line num="234" count="2" type="cond" truecount="2" falsecount="2"/>
|
|
226
|
+
<line num="235" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
227
|
+
<line num="236" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
228
|
+
<line num="237" count="3" type="stmt"/>
|
|
229
|
+
<line num="239" count="2" type="stmt"/>
|
|
230
|
+
<line num="241" count="8" type="stmt"/>
|
|
231
|
+
<line num="243" count="0" type="stmt"/>
|
|
232
|
+
<line num="247" count="7" type="stmt"/>
|
|
233
|
+
<line num="248" count="7" type="stmt"/>
|
|
230
234
|
</file>
|
|
231
|
-
<file name="print-type.ts" path="/
|
|
235
|
+
<file name="print-type.ts" path="/home/runner/work/ContractKit/ContractKit/apps/prettier-plugin/src/print-type.ts">
|
|
232
236
|
<metrics statements="70" coveredstatements="33" conditionals="94" coveredconditionals="40" methods="10" coveredmethods="4"/>
|
|
233
237
|
<line num="7" count="34" type="cond" truecount="3" falsecount="9"/>
|
|
234
238
|
<line num="9" count="23" type="stmt"/>
|