@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.
Files changed (40) hide show
  1. package/.turbo/turbo-build$colon$ci.log +19 -35
  2. package/.turbo/turbo-test$colon$ci.log +26 -105
  3. package/CHANGELOG.md +32 -0
  4. package/README.md +58 -0
  5. package/coverage/clover.xml +159 -155
  6. package/coverage/coverage-final.json +5 -5
  7. package/coverage/indent.ts.html +1 -1
  8. package/coverage/index.html +27 -27
  9. package/coverage/print-ck.ts.html +111 -57
  10. package/coverage/print-contract.ts.html +1 -1
  11. package/coverage/print-operation.ts.html +58 -37
  12. package/coverage/print-type.ts.html +1 -1
  13. package/dist/index.js +13 -4
  14. package/dist/index.js.map +1 -1
  15. package/dist/print-ck.d.ts +8 -0
  16. package/dist/print-ck.d.ts.map +1 -1
  17. package/dist/print-operation.d.ts.map +1 -1
  18. package/package.json +2 -2
  19. package/src/print-ck.ts +22 -4
  20. package/src/print-operation.ts +7 -0
  21. package/tests/print-ck.test.ts +109 -0
  22. package/.turbo/turbo-build.log +0 -15
  23. package/.turbo/turbo-format.log +0 -29
  24. package/.turbo/turbo-test.log +0 -14
  25. package/dist/__tests__/print-ck.test.d.ts +0 -2
  26. package/dist/__tests__/print-ck.test.d.ts.map +0 -1
  27. package/dist/__tests__/print-op.test.d.ts +0 -2
  28. package/dist/__tests__/print-op.test.d.ts.map +0 -1
  29. package/dist/__tests__/print-op.test.js +0 -359
  30. package/dist/__tests__/print-op.test.js.map +0 -1
  31. package/dist/print-dto.d.ts +0 -3
  32. package/dist/print-dto.d.ts.map +0 -1
  33. package/dist/print-dto.js +0 -100
  34. package/dist/print-dto.js.map +0 -1
  35. package/dist/print-op.d.ts +0 -24
  36. package/dist/print-op.d.ts.map +0 -1
  37. package/dist/print-op.js +0 -224
  38. package/dist/print-op.js.map +0 -1
  39. package/dist/print-type.js +0 -110
  40. package/dist/print-type.js.map +0 -1
@@ -1,67 +1,66 @@
1
1
  <?xml version="1.0" encoding="UTF-8"?>
2
- <coverage generated="1777467070217" clover="3.2.0">
3
- <project timestamp="1777467070217" name="All files">
4
- <metrics statements="284" coveredstatements="193" conditionals="394" coveredconditionals="211" methods="25" coveredmethods="17" elements="703" coveredelements="421" complexity="0" loc="284" ncloc="284" packages="1" files="5" classes="5"/>
5
- <file name="indent.ts" path="/Users/robert/projects/contractkit/apps/prettier-plugin/src/indent.ts">
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="/Users/robert/projects/contractkit/apps/prettier-plugin/src/print-ck.ts">
10
- <metrics statements="52" coveredstatements="41" conditionals="81" coveredconditionals="52" methods="3" coveredmethods="3"/>
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="12" count="45" type="stmt"/>
13
- <line num="13" count="45" type="stmt"/>
14
- <line num="14" count="45" type="stmt"/>
15
- <line num="15" count="45" type="cond" truecount="8" falsecount="0"/>
16
- <line num="16" count="45" type="cond" truecount="8" falsecount="0"/>
17
- <line num="18" count="45" type="cond" truecount="7" falsecount="0"/>
18
- <line num="20" count="2" type="stmt"/>
19
- <line num="22" count="2" type="cond" truecount="1" falsecount="1"/>
20
- <line num="23" count="0" type="stmt"/>
21
- <line num="24" count="0" type="cond" truecount="0" falsecount="4"/>
22
- <line num="25" count="0" type="cond" truecount="0" falsecount="4"/>
23
- <line num="26" count="0" type="stmt"/>
24
- <line num="28" count="0" type="stmt"/>
25
- <line num="31" count="2" type="cond" truecount="1" falsecount="1"/>
26
- <line num="32" count="0" type="stmt"/>
27
- <line num="33" count="0" type="cond" truecount="0" falsecount="4"/>
28
- <line num="34" count="0" type="cond" truecount="0" falsecount="4"/>
29
- <line num="35" count="0" type="stmt"/>
30
- <line num="37" count="0" type="stmt"/>
31
- <line num="40" count="2" type="cond" truecount="2" falsecount="0"/>
32
- <line num="41" count="1" type="stmt"/>
33
- <line num="44" count="2" type="cond" truecount="2" falsecount="0"/>
34
- <line num="45" count="1" type="stmt"/>
35
- <line num="48" count="2" type="cond" truecount="1" falsecount="1"/>
36
- <line num="49" count="0" type="stmt"/>
37
- <line num="52" count="2" type="stmt"/>
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="72" count="45" type="cond" truecount="2" falsecount="2"/>
50
- <line num="73" count="45" type="stmt"/>
51
- <line num="76" count="45" type="stmt"/>
52
- <line num="77" count="45" type="cond" truecount="2" falsecount="0"/>
53
- <line num="80" count="45" type="cond" truecount="2" falsecount="2"/>
54
- <line num="81" count="3" type="cond" truecount="1" falsecount="1"/>
55
- <line num="82" count="3" type="stmt"/>
56
- <line num="86" count="45" type="stmt"/>
57
- <line num="87" count="45" type="stmt"/>
58
- <line num="88" count="45" type="cond" truecount="2" falsecount="2"/>
59
- <line num="89" count="42" type="cond" truecount="2" falsecount="0"/>
60
- <line num="90" count="42" type="cond" truecount="6" falsecount="0"/>
61
- <line num="91" count="42" type="stmt"/>
62
- <line num="94" count="45" type="stmt"/>
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="/Users/robert/projects/contractkit/apps/prettier-plugin/src/print-contract.ts">
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="/Users/robert/projects/contractkit/apps/prettier-plugin/src/print-operation.ts">
96
- <metrics statements="133" coveredstatements="106" conditionals="163" coveredconditionals="103" methods="10" coveredmethods="9"/>
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="87" type="cond" truecount="3" falsecount="1"/>
111
- <line num="46" count="87" type="cond" truecount="1" falsecount="1"/>
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="42" type="stmt"/>
115
- <line num="56" count="42" type="cond" truecount="2" falsecount="0"/>
116
- <line num="57" count="42" type="stmt"/>
117
- <line num="59" count="42" type="cond" truecount="2" falsecount="0"/>
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="42" type="cond" truecount="2" falsecount="0"/>
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="42" type="cond" truecount="2" falsecount="2"/>
122
- <line num="69" count="45" type="stmt"/>
123
- <line num="70" count="45" type="stmt"/>
124
- <line num="74" count="42" type="stmt"/>
125
- <line num="76" count="42" type="stmt"/>
126
- <line num="77" count="42" type="stmt"/>
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="45" type="stmt"/>
144
- <line num="109" count="45" type="cond" truecount="2" falsecount="0"/>
145
- <line num="110" count="45" type="cond" truecount="6" falsecount="0"/>
146
- <line num="111" count="45" type="stmt"/>
147
- <line num="113" count="45" type="cond" truecount="1" falsecount="1"/>
148
- <line num="114" count="45" type="cond" truecount="1" falsecount="1"/>
149
- <line num="115" count="45" type="cond" truecount="1" falsecount="1"/>
150
- <line num="116" count="45" type="cond" truecount="2" falsecount="0"/>
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="45" type="cond" truecount="2" falsecount="0"/>
154
- <line num="121" count="45" type="cond" truecount="2" falsecount="0"/>
155
- <line num="122" count="45" type="cond" truecount="2" falsecount="0"/>
156
- <line num="123" count="1" type="stmt"/>
157
- <line num="124" count="44" type="cond" truecount="2" falsecount="0"/>
158
- <line num="125" count="2" type="stmt"/>
159
- <line num="127" count="45" type="cond" truecount="2" falsecount="0"/>
160
- <line num="128" count="3" type="stmt"/>
161
- <line num="129" count="3" type="cond" truecount="2" falsecount="2"/>
162
- <line num="130" count="4" type="stmt"/>
163
- <line num="132" count="3" type="stmt"/>
164
- <line num="134" count="45" type="cond" truecount="2" falsecount="0"/>
165
- <line num="135" count="7" type="stmt"/>
166
- <line num="138" count="45" type="stmt"/>
167
- <line num="139" count="45" type="stmt"/>
168
- <line num="146" count="2" type="cond" truecount="2" falsecount="0"/>
169
- <line num="151" count="5" type="cond" truecount="8" falsecount="0"/>
170
- <line num="152" count="5" type="cond" truecount="2" falsecount="0"/>
171
- <line num="153" count="3" type="stmt"/>
172
- <line num="154" count="3" type="cond" truecount="2" falsecount="0"/>
173
- <line num="155" count="5" type="cond" truecount="1" falsecount="1"/>
174
- <line num="156" count="3" type="stmt"/>
175
- <line num="157" count="3" type="cond" truecount="1" falsecount="1"/>
176
- <line num="158" count="5" type="stmt"/>
177
- <line num="159" count="5" type="stmt"/>
178
- <line num="160" count="5" type="stmt"/>
179
- <line num="166" count="9" type="cond" truecount="1" falsecount="1"/>
180
- <line num="167" count="9" type="cond" truecount="1" falsecount="1"/>
181
- <line num="168" count="0" type="stmt"/>
182
- <line num="170" count="9" type="cond" truecount="1" falsecount="1"/>
183
- <line num="171" count="9" type="cond" truecount="1" falsecount="1"/>
184
- <line num="172" count="9" type="stmt"/>
185
- <line num="173" count="9" type="cond" truecount="2" falsecount="2"/>
186
- <line num="174" count="11" type="cond" truecount="2" falsecount="0"/>
187
- <line num="175" count="11" type="stmt"/>
188
- <line num="176" count="11" type="cond" truecount="2" falsecount="0"/>
189
- <line num="177" count="11" type="cond" truecount="2" falsecount="0"/>
190
- <line num="178" count="11" type="cond" truecount="2" falsecount="0"/>
191
- <line num="179" count="11" type="stmt"/>
192
- <line num="181" count="9" type="stmt"/>
193
- <line num="182" count="9" type="stmt"/>
194
- <line num="185" count="0" type="stmt"/>
195
- <line num="192" count="10" type="cond" truecount="1" falsecount="1"/>
196
- <line num="193" count="0" type="stmt"/>
197
- <line num="194" count="0" type="stmt"/>
198
- <line num="195" count="0" type="cond" truecount="0" falsecount="4"/>
199
- <line num="196" count="0" type="cond" truecount="0" falsecount="2"/>
200
- <line num="197" count="0" type="stmt"/>
201
- <line num="198" count="0" type="cond" truecount="0" falsecount="2"/>
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="203" count="0" type="stmt"/>
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="206" count="10" type="stmt"/>
208
- <line num="212" count="7" type="stmt"/>
209
- <line num="214" count="7" type="cond" truecount="2" falsecount="2"/>
210
- <line num="215" count="8" type="cond" truecount="2" falsecount="0"/>
211
- <line num="216" count="8" type="cond" truecount="2" falsecount="0"/>
212
- <line num="217" count="8" type="stmt"/>
213
- <line num="218" count="8" type="cond" truecount="4" falsecount="1"/>
214
- <line num="219" count="8" type="stmt"/>
215
- <line num="220" count="8" type="cond" truecount="2" falsecount="0"/>
216
- <line num="221" count="6" type="stmt"/>
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="1" type="stmt"/>
219
- <line num="225" count="7" type="cond" truecount="2" falsecount="0"/>
220
- <line num="226" count="2" type="stmt"/>
221
- <line num="227" count="2" type="cond" truecount="2" falsecount="2"/>
222
- <line num="228" count="3" type="cond" truecount="2" falsecount="0"/>
223
- <line num="229" count="3" type="cond" truecount="2" falsecount="0"/>
224
- <line num="230" count="3" type="stmt"/>
225
- <line num="232" count="2" type="stmt"/>
226
- <line num="234" count="8" type="stmt"/>
227
- <line num="236" count="0" type="stmt"/>
228
- <line num="240" count="7" type="stmt"/>
229
- <line num="241" count="7" type="stmt"/>
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="/Users/robert/projects/contractkit/apps/prettier-plugin/src/print-type.ts">
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"/>