@contractkit/plugin-bruno 1.0.0 → 1.1.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 +7 -7
- package/.turbo/turbo-test$colon$ci.log +8 -8
- package/CHANGELOG.md +21 -0
- package/README.md +30 -0
- package/coverage/clover.xml +286 -278
- package/coverage/coverage-final.json +2 -2
- package/coverage/index.html +19 -19
- package/coverage/src/codegen-bruno.ts.html +208 -109
- package/coverage/src/index.html +19 -19
- package/coverage/tests/helpers.ts.html +9 -9
- package/coverage/tests/index.html +1 -1
- package/dist/codegen-bruno.d.ts +11 -0
- package/dist/codegen-bruno.d.ts.map +1 -1
- package/dist/index.d.ts +8 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +41 -17
- package/dist/index.js.map +1 -1
- package/package.json +1 -1
- package/src/codegen-bruno.ts +40 -7
- package/src/index.ts +11 -0
- package/tests/codegen-bruno.test.ts +55 -0
package/coverage/clover.xml
CHANGED
|
@@ -1,289 +1,297 @@
|
|
|
1
1
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
2
|
-
<coverage generated="
|
|
3
|
-
<project timestamp="
|
|
4
|
-
<metrics statements="
|
|
2
|
+
<coverage generated="1777664497003" clover="3.2.0">
|
|
3
|
+
<project timestamp="1777664497003" name="All files">
|
|
4
|
+
<metrics statements="317" coveredstatements="277" conditionals="291" coveredconditionals="224" methods="74" coveredmethods="64" elements="682" coveredelements="565" complexity="0" loc="317" ncloc="317" packages="2" files="2" classes="2"/>
|
|
5
5
|
<package name="src">
|
|
6
|
-
<metrics statements="
|
|
6
|
+
<metrics statements="279" coveredstatements="247" conditionals="260" coveredconditionals="200" methods="49" coveredmethods="45"/>
|
|
7
7
|
<file name="codegen-bruno.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-bruno/src/codegen-bruno.ts">
|
|
8
|
-
<metrics statements="
|
|
8
|
+
<metrics statements="279" coveredstatements="247" conditionals="260" coveredconditionals="200" methods="49" coveredmethods="45"/>
|
|
9
9
|
<line num="23" count="1" type="stmt"/>
|
|
10
|
-
<line num="
|
|
11
|
-
<line num="
|
|
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="
|
|
39
|
-
<line num="
|
|
40
|
-
<line num="
|
|
41
|
-
<line num="
|
|
42
|
-
<line num="
|
|
43
|
-
<line num="
|
|
44
|
-
<line num="
|
|
45
|
-
<line num="
|
|
46
|
-
<line num="
|
|
47
|
-
<line num="
|
|
48
|
-
<line num="
|
|
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="
|
|
63
|
-
<line num="179" count="6" type="stmt"/>
|
|
64
|
-
<line num="180" count="6" type="stmt"/>
|
|
65
|
-
<line num="182" count="87" type="stmt"/>
|
|
66
|
-
<line num="183" count="87" type="stmt"/>
|
|
67
|
-
<line num="187" count="87" type="stmt"/>
|
|
68
|
-
<line num="188" count="87" type="cond" truecount="2" falsecount="0"/>
|
|
69
|
-
<line num="189" count="6" type="stmt"/>
|
|
70
|
-
<line num="190" count="7" type="stmt"/>
|
|
10
|
+
<line num="77" count="91" type="stmt"/>
|
|
11
|
+
<line num="79" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
12
|
+
<line num="80" count="91" type="stmt"/>
|
|
13
|
+
<line num="81" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
14
|
+
<line num="82" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
15
|
+
<line num="83" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
16
|
+
<line num="85" count="91" type="stmt"/>
|
|
17
|
+
<line num="86" count="91" type="stmt"/>
|
|
18
|
+
<line num="87" count="92" type="stmt"/>
|
|
19
|
+
<line num="91" count="91" type="stmt"/>
|
|
20
|
+
<line num="92" count="91" type="stmt"/>
|
|
21
|
+
<line num="93" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
22
|
+
<line num="94" count="91" type="cond" truecount="4" falsecount="0"/>
|
|
23
|
+
<line num="96" count="91" type="stmt"/>
|
|
24
|
+
<line num="98" count="91" type="stmt"/>
|
|
25
|
+
<line num="99" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
26
|
+
<line num="100" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
27
|
+
<line num="102" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
28
|
+
<line num="103" count="4" type="stmt"/>
|
|
29
|
+
<line num="104" count="4" type="stmt"/>
|
|
30
|
+
<line num="107" count="91" type="stmt"/>
|
|
31
|
+
<line num="108" count="91" type="stmt"/>
|
|
32
|
+
<line num="109" count="92" type="stmt"/>
|
|
33
|
+
<line num="110" count="96" type="cond" truecount="4" falsecount="0"/>
|
|
34
|
+
<line num="111" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
35
|
+
<line num="112" count="96" type="cond" truecount="2" falsecount="0"/>
|
|
36
|
+
<line num="113" count="96" type="stmt"/>
|
|
37
|
+
<line num="114" count="96" type="stmt"/>
|
|
38
|
+
<line num="115" count="96" type="cond" truecount="2" falsecount="0"/>
|
|
39
|
+
<line num="116" count="5" type="stmt"/>
|
|
40
|
+
<line num="118" count="95" type="stmt"/>
|
|
41
|
+
<line num="119" count="95" type="stmt"/>
|
|
42
|
+
<line num="124" count="373" type="stmt"/>
|
|
43
|
+
<line num="125" count="91" type="stmt"/>
|
|
44
|
+
<line num="130" count="91" type="stmt"/>
|
|
45
|
+
<line num="135" count="5" type="stmt"/>
|
|
46
|
+
<line num="136" count="5" type="stmt"/>
|
|
47
|
+
<line num="137" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
48
|
+
<line num="138" count="1" type="stmt"/>
|
|
49
|
+
<line num="143" count="4" type="stmt"/>
|
|
50
|
+
<line num="149" count="20" type="cond" truecount="2" falsecount="0"/>
|
|
51
|
+
<line num="157" count="13" type="stmt"/>
|
|
52
|
+
<line num="158" count="13" type="stmt"/>
|
|
53
|
+
<line num="159" count="13" type="stmt"/>
|
|
54
|
+
<line num="161" count="13" type="stmt"/>
|
|
55
|
+
<line num="163" count="7" type="stmt"/>
|
|
56
|
+
<line num="178" count="10" type="stmt"/>
|
|
57
|
+
<line num="179" count="10" type="cond" truecount="5" falsecount="0"/>
|
|
58
|
+
<line num="180" count="3" type="stmt"/>
|
|
59
|
+
<line num="182" count="7" type="stmt"/>
|
|
60
|
+
<line num="183" count="7" type="stmt"/>
|
|
61
|
+
<line num="189" count="91" type="stmt"/>
|
|
62
|
+
<line num="190" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
71
63
|
<line num="191" count="7" type="stmt"/>
|
|
72
|
-
<line num="
|
|
73
|
-
<line num="
|
|
74
|
-
<line num="
|
|
75
|
-
<line num="
|
|
76
|
-
<line num="
|
|
77
|
-
<line num="
|
|
78
|
-
<line num="
|
|
79
|
-
<line num="
|
|
80
|
-
<line num="
|
|
81
|
-
<line num="
|
|
82
|
-
<line num="
|
|
83
|
-
<line num="
|
|
84
|
-
<line num="
|
|
85
|
-
<line num="
|
|
86
|
-
<line num="
|
|
87
|
-
<line num="
|
|
88
|
-
<line num="
|
|
89
|
-
<line num="
|
|
90
|
-
<line num="
|
|
91
|
-
<line num="
|
|
92
|
-
<line num="
|
|
93
|
-
<line num="
|
|
94
|
-
<line num="
|
|
95
|
-
<line num="
|
|
96
|
-
<line num="
|
|
97
|
-
<line num="
|
|
98
|
-
<line num="
|
|
99
|
-
<line num="
|
|
100
|
-
<line num="
|
|
101
|
-
<line num="
|
|
102
|
-
<line num="
|
|
103
|
-
<line num="
|
|
104
|
-
<line num="
|
|
105
|
-
<line num="
|
|
106
|
-
<line num="
|
|
107
|
-
<line num="
|
|
108
|
-
<line num="
|
|
109
|
-
<line num="
|
|
110
|
-
<line num="
|
|
111
|
-
<line num="
|
|
112
|
-
<line num="
|
|
113
|
-
<line num="
|
|
114
|
-
<line num="
|
|
115
|
-
<line num="
|
|
116
|
-
<line num="
|
|
117
|
-
<line num="
|
|
118
|
-
<line num="
|
|
119
|
-
<line num="
|
|
120
|
-
<line num="
|
|
121
|
-
<line num="
|
|
122
|
-
<line num="
|
|
123
|
-
<line num="
|
|
124
|
-
<line num="
|
|
125
|
-
<line num="
|
|
126
|
-
<line num="
|
|
127
|
-
<line num="
|
|
128
|
-
<line num="
|
|
129
|
-
<line num="
|
|
130
|
-
<line num="
|
|
131
|
-
<line num="
|
|
132
|
-
<line num="
|
|
133
|
-
<line num="
|
|
134
|
-
<line num="
|
|
135
|
-
<line num="
|
|
136
|
-
<line num="
|
|
137
|
-
<line num="
|
|
138
|
-
<line num="
|
|
139
|
-
<line num="
|
|
140
|
-
<line num="
|
|
141
|
-
<line num="
|
|
142
|
-
<line num="
|
|
143
|
-
<line num="
|
|
144
|
-
<line num="
|
|
145
|
-
<line num="
|
|
146
|
-
<line num="
|
|
147
|
-
<line num="
|
|
148
|
-
<line num="339" count="
|
|
149
|
-
<line num="
|
|
150
|
-
<line num="
|
|
151
|
-
<line num="342" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
152
|
-
<line num="343" count="91" type="cond" truecount="2" falsecount="0"/>
|
|
64
|
+
<line num="192" count="7" type="stmt"/>
|
|
65
|
+
<line num="193" count="7" type="stmt"/>
|
|
66
|
+
<line num="195" count="91" type="stmt"/>
|
|
67
|
+
<line num="196" count="91" type="stmt"/>
|
|
68
|
+
<line num="203" count="91" type="cond" truecount="4" falsecount="0"/>
|
|
69
|
+
<line num="204" count="4" type="stmt"/>
|
|
70
|
+
<line num="209" count="88" type="stmt"/>
|
|
71
|
+
<line num="210" count="88" type="cond" truecount="2" falsecount="0"/>
|
|
72
|
+
<line num="211" count="7" type="stmt"/>
|
|
73
|
+
<line num="213" count="88" type="stmt"/>
|
|
74
|
+
<line num="217" count="92" type="stmt"/>
|
|
75
|
+
<line num="218" count="92" type="stmt"/>
|
|
76
|
+
<line num="219" count="102" type="stmt"/>
|
|
77
|
+
<line num="220" count="102" type="stmt"/>
|
|
78
|
+
<line num="221" count="102" type="stmt"/>
|
|
79
|
+
<line num="223" count="92" type="stmt"/>
|
|
80
|
+
<line num="224" count="92" type="stmt"/>
|
|
81
|
+
<line num="228" count="4" type="stmt"/>
|
|
82
|
+
<line num="232" count="95" type="stmt"/>
|
|
83
|
+
<line num="245" count="95" type="stmt"/>
|
|
84
|
+
<line num="247" count="95" type="stmt"/>
|
|
85
|
+
<line num="248" count="95" type="stmt"/>
|
|
86
|
+
<line num="249" count="95" type="stmt"/>
|
|
87
|
+
<line num="250" count="95" type="stmt"/>
|
|
88
|
+
<line num="251" count="95" type="stmt"/>
|
|
89
|
+
<line num="252" count="95" type="stmt"/>
|
|
90
|
+
<line num="253" count="95" type="stmt"/>
|
|
91
|
+
<line num="254" count="95" type="stmt"/>
|
|
92
|
+
<line num="258" count="95" type="stmt"/>
|
|
93
|
+
<line num="264" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
94
|
+
<line num="265" count="15" type="stmt"/>
|
|
95
|
+
<line num="267" count="95" type="stmt"/>
|
|
96
|
+
<line num="269" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
97
|
+
<line num="270" count="20" type="stmt"/>
|
|
98
|
+
<line num="271" count="20" type="stmt"/>
|
|
99
|
+
<line num="272" count="29" type="stmt"/>
|
|
100
|
+
<line num="273" count="29" type="stmt"/>
|
|
101
|
+
<line num="274" count="29" type="stmt"/>
|
|
102
|
+
<line num="275" count="29" type="cond" truecount="4" falsecount="0"/>
|
|
103
|
+
<line num="280" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
104
|
+
<line num="281" count="4" type="stmt"/>
|
|
105
|
+
<line num="282" count="4" type="cond" truecount="1" falsecount="1"/>
|
|
106
|
+
<line num="283" count="4" type="stmt"/>
|
|
107
|
+
<line num="284" count="4" type="stmt"/>
|
|
108
|
+
<line num="285" count="6" type="stmt"/>
|
|
109
|
+
<line num="286" count="6" type="stmt"/>
|
|
110
|
+
<line num="287" count="6" type="cond" truecount="2" falsecount="0"/>
|
|
111
|
+
<line num="293" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
112
|
+
<line num="294" count="7" type="cond" truecount="1" falsecount="3"/>
|
|
113
|
+
<line num="295" count="7" type="cond" truecount="2" falsecount="0"/>
|
|
114
|
+
<line num="296" count="1" type="stmt"/>
|
|
115
|
+
<line num="297" count="1" type="stmt"/>
|
|
116
|
+
<line num="299" count="6" type="stmt"/>
|
|
117
|
+
<line num="304" count="95" type="cond" truecount="4" falsecount="0"/>
|
|
118
|
+
<line num="305" count="19" type="stmt"/>
|
|
119
|
+
<line num="311" count="57" type="cond" truecount="1" falsecount="1"/>
|
|
120
|
+
<line num="313" count="19" type="stmt"/>
|
|
121
|
+
<line num="314" count="19" type="cond" truecount="2" falsecount="0"/>
|
|
122
|
+
<line num="315" count="1" type="stmt"/>
|
|
123
|
+
<line num="316" count="1" type="stmt"/>
|
|
124
|
+
<line num="317" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
125
|
+
<line num="318" count="0" type="stmt"/>
|
|
126
|
+
<line num="319" count="0" type="stmt"/>
|
|
127
|
+
<line num="321" count="18" type="stmt"/>
|
|
128
|
+
<line num="322" count="18" type="stmt"/>
|
|
129
|
+
<line num="323" count="18" type="stmt"/>
|
|
130
|
+
<line num="324" count="18" type="stmt"/>
|
|
131
|
+
<line num="325" count="60" type="stmt"/>
|
|
132
|
+
<line num="331" count="95" type="stmt"/>
|
|
133
|
+
<line num="332" count="95" type="stmt"/>
|
|
134
|
+
<line num="333" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
135
|
+
<line num="334" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
136
|
+
<line num="335" count="10" type="stmt"/>
|
|
137
|
+
<line num="336" count="10" type="stmt"/>
|
|
138
|
+
<line num="337" count="10" type="stmt"/>
|
|
139
|
+
<line num="338" count="10" type="stmt"/>
|
|
140
|
+
<line num="339" count="10" type="stmt"/>
|
|
141
|
+
<line num="342" count="10" type="stmt"/>
|
|
142
|
+
<line num="343" count="10" type="stmt"/>
|
|
153
143
|
<line num="344" count="1" type="stmt"/>
|
|
154
144
|
<line num="345" count="1" type="stmt"/>
|
|
155
|
-
<line num="346" count="
|
|
156
|
-
<line num="
|
|
157
|
-
<line num="
|
|
158
|
-
<line num="
|
|
159
|
-
<line num="
|
|
160
|
-
<line num="
|
|
161
|
-
<line num="
|
|
162
|
-
<line num="
|
|
163
|
-
<line num="
|
|
164
|
-
<line num="
|
|
165
|
-
<line num="
|
|
166
|
-
<line num="
|
|
167
|
-
<line num="
|
|
168
|
-
<line num="
|
|
169
|
-
<line num="375" count="
|
|
170
|
-
<line num="376" count="
|
|
171
|
-
<line num="377" count="1" type="
|
|
172
|
-
<line num="378" count="
|
|
173
|
-
<line num="
|
|
174
|
-
<line num="
|
|
175
|
-
<line num="
|
|
176
|
-
<line num="
|
|
177
|
-
<line num="
|
|
178
|
-
<line num="
|
|
179
|
-
<line num="
|
|
145
|
+
<line num="346" count="1" type="stmt"/>
|
|
146
|
+
<line num="351" count="95" type="stmt"/>
|
|
147
|
+
<line num="352" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
148
|
+
<line num="353" count="3" type="stmt"/>
|
|
149
|
+
<line num="354" count="3" type="stmt"/>
|
|
150
|
+
<line num="355" count="3" type="stmt"/>
|
|
151
|
+
<line num="356" count="8" type="stmt"/>
|
|
152
|
+
<line num="360" count="95" type="stmt"/>
|
|
153
|
+
<line num="361" count="95" type="stmt"/>
|
|
154
|
+
<line num="366" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
155
|
+
<line num="367" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
156
|
+
<line num="372" count="95" type="stmt"/>
|
|
157
|
+
<line num="373" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
158
|
+
<line num="374" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
159
|
+
<line num="375" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
160
|
+
<line num="376" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
161
|
+
<line num="377" count="1" type="stmt"/>
|
|
162
|
+
<line num="378" count="1" type="stmt"/>
|
|
163
|
+
<line num="379" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
164
|
+
<line num="380" count="2" type="cond" truecount="2" falsecount="0"/>
|
|
165
|
+
<line num="381" count="2" type="stmt"/>
|
|
166
|
+
<line num="383" count="1" type="stmt"/>
|
|
167
|
+
<line num="385" count="95" type="cond" truecount="2" falsecount="0"/>
|
|
168
|
+
<line num="392" count="7" type="stmt"/>
|
|
169
|
+
<line num="393" count="7" type="cond" truecount="4" falsecount="0"/>
|
|
170
|
+
<line num="394" count="5" type="stmt"/>
|
|
171
|
+
<line num="396" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
180
172
|
<line num="397" count="1" type="stmt"/>
|
|
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="
|
|
203
|
-
<line num="
|
|
204
|
-
<line num="
|
|
205
|
-
<line num="
|
|
206
|
-
<line num="
|
|
207
|
-
<line num="
|
|
208
|
-
<line num="
|
|
209
|
-
<line num="
|
|
210
|
-
<line num="
|
|
211
|
-
<line num="
|
|
212
|
-
<line num="
|
|
213
|
-
<line num="
|
|
214
|
-
<line num="
|
|
215
|
-
<line num="
|
|
216
|
-
<line num="
|
|
217
|
-
<line num="
|
|
218
|
-
<line num="
|
|
219
|
-
<line num="
|
|
220
|
-
<line num="
|
|
221
|
-
<line num="
|
|
222
|
-
<line num="
|
|
223
|
-
<line num="
|
|
224
|
-
<line num="
|
|
225
|
-
<line num="
|
|
226
|
-
<line num="
|
|
227
|
-
<line num="
|
|
228
|
-
<line num="
|
|
229
|
-
<line num="
|
|
230
|
-
<line num="
|
|
231
|
-
<line num="
|
|
232
|
-
<line num="
|
|
233
|
-
<line num="
|
|
234
|
-
<line num="
|
|
235
|
-
<line num="
|
|
236
|
-
<line num="
|
|
237
|
-
<line num="
|
|
238
|
-
<line num="
|
|
239
|
-
<line num="
|
|
240
|
-
<line num="
|
|
241
|
-
<line num="
|
|
242
|
-
<line num="
|
|
243
|
-
<line num="
|
|
244
|
-
<line num="
|
|
245
|
-
<line num="
|
|
246
|
-
<line num="
|
|
247
|
-
<line num="
|
|
248
|
-
<line num="
|
|
249
|
-
<line num="
|
|
250
|
-
<line num="
|
|
173
|
+
<line num="399" count="1" type="cond" truecount="3" falsecount="1"/>
|
|
174
|
+
<line num="400" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
175
|
+
<line num="401" count="1" type="stmt"/>
|
|
176
|
+
<line num="403" count="0" type="stmt"/>
|
|
177
|
+
<line num="408" count="6" type="cond" truecount="4" falsecount="0"/>
|
|
178
|
+
<line num="409" count="2" type="cond" truecount="4" falsecount="0"/>
|
|
179
|
+
<line num="410" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
180
|
+
<line num="411" count="0" type="stmt"/>
|
|
181
|
+
<line num="417" count="91" type="stmt"/>
|
|
182
|
+
<line num="418" count="91" type="stmt"/>
|
|
183
|
+
<line num="419" count="8" type="stmt"/>
|
|
184
|
+
<line num="420" count="9" type="stmt"/>
|
|
185
|
+
<line num="423" count="91" type="stmt"/>
|
|
186
|
+
<line num="428" count="9" type="stmt"/>
|
|
187
|
+
<line num="429" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
188
|
+
<line num="430" count="1" type="stmt"/>
|
|
189
|
+
<line num="431" count="1" type="stmt"/>
|
|
190
|
+
<line num="432" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
191
|
+
<line num="435" count="9" type="stmt"/>
|
|
192
|
+
<line num="449" count="12" type="cond" truecount="2" falsecount="0"/>
|
|
193
|
+
<line num="450" count="13" type="stmt"/>
|
|
194
|
+
<line num="452" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
195
|
+
<line num="453" count="5" type="stmt"/>
|
|
196
|
+
<line num="454" count="5" type="cond" truecount="2" falsecount="0"/>
|
|
197
|
+
<line num="455" count="3" type="stmt"/>
|
|
198
|
+
<line num="456" count="7" type="stmt"/>
|
|
199
|
+
<line num="457" count="6" type="stmt"/>
|
|
200
|
+
<line num="460" count="2" type="stmt"/>
|
|
201
|
+
<line num="461" count="2" type="stmt"/>
|
|
202
|
+
<line num="464" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
203
|
+
<line num="465" count="0" type="stmt"/>
|
|
204
|
+
<line num="467" count="0" type="stmt"/>
|
|
205
|
+
<line num="472" count="14" type="cond" truecount="2" falsecount="0"/>
|
|
206
|
+
<line num="473" count="6" type="cond" truecount="1" falsecount="1"/>
|
|
207
|
+
<line num="474" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
208
|
+
<line num="475" count="0" type="stmt"/>
|
|
209
|
+
<line num="476" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
210
|
+
<line num="478" count="0" type="cond" truecount="0" falsecount="4"/>
|
|
211
|
+
<line num="479" count="0" type="stmt"/>
|
|
212
|
+
<line num="481" count="0" type="stmt"/>
|
|
213
|
+
<line num="486" count="35" type="cond" truecount="1" falsecount="1"/>
|
|
214
|
+
<line num="487" count="35" type="cond" truecount="2" falsecount="0"/>
|
|
215
|
+
<line num="488" count="25" type="cond" truecount="3" falsecount="1"/>
|
|
216
|
+
<line num="489" count="24" type="cond" truecount="1" falsecount="1"/>
|
|
217
|
+
<line num="490" count="24" type="cond" truecount="1" falsecount="1"/>
|
|
218
|
+
<line num="491" count="24" type="cond" truecount="2" falsecount="0"/>
|
|
219
|
+
<line num="492" count="5" type="stmt"/>
|
|
220
|
+
<line num="493" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
221
|
+
<line num="495" count="19" type="cond" truecount="7" falsecount="5"/>
|
|
222
|
+
<line num="497" count="5" type="stmt"/>
|
|
223
|
+
<line num="499" count="1" type="stmt"/>
|
|
224
|
+
<line num="501" count="0" type="stmt"/>
|
|
225
|
+
<line num="505" count="6" type="stmt"/>
|
|
226
|
+
<line num="507" count="0" type="stmt"/>
|
|
227
|
+
<line num="509" count="1" type="stmt"/>
|
|
228
|
+
<line num="511" count="0" type="stmt"/>
|
|
229
|
+
<line num="513" count="0" type="stmt"/>
|
|
230
|
+
<line num="515" count="1" type="stmt"/>
|
|
231
|
+
<line num="517" count="5" type="stmt"/>
|
|
232
|
+
<line num="523" count="5" type="cond" truecount="6" falsecount="3"/>
|
|
233
|
+
<line num="525" count="1" type="stmt"/>
|
|
234
|
+
<line num="527" count="1" type="stmt"/>
|
|
235
|
+
<line num="529" count="0" type="stmt"/>
|
|
236
|
+
<line num="533" count="1" type="stmt"/>
|
|
237
|
+
<line num="535" count="1" type="stmt"/>
|
|
238
|
+
<line num="537" count="1" type="stmt"/>
|
|
239
|
+
<line num="539" count="0" type="stmt"/>
|
|
240
|
+
<line num="555" count="38" type="cond" truecount="5" falsecount="8"/>
|
|
241
|
+
<line num="557" count="17" type="cond" truecount="8" falsecount="6"/>
|
|
242
|
+
<line num="559" count="7" type="stmt"/>
|
|
243
|
+
<line num="561" count="3" type="cond" truecount="2" falsecount="0"/>
|
|
251
244
|
<line num="563" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
252
|
-
<line num="565" count="
|
|
253
|
-
<line num="
|
|
254
|
-
<line num="
|
|
255
|
-
<line num="
|
|
256
|
-
<line num="
|
|
257
|
-
<line num="
|
|
258
|
-
<line num="
|
|
259
|
-
<line num="
|
|
260
|
-
<line num="
|
|
261
|
-
<line num="586" count="
|
|
262
|
-
<line num="
|
|
263
|
-
<line num="
|
|
264
|
-
<line num="
|
|
265
|
-
<line num="594" count="
|
|
266
|
-
<line num="
|
|
267
|
-
<line num="
|
|
268
|
-
<line num="
|
|
269
|
-
<line num="
|
|
270
|
-
<line num="
|
|
271
|
-
<line num="
|
|
272
|
-
<line num="
|
|
273
|
-
<line num="
|
|
274
|
-
<line num="
|
|
275
|
-
<line num="
|
|
276
|
-
<line num="
|
|
277
|
-
<line num="
|
|
278
|
-
<line num="
|
|
279
|
-
<line num="
|
|
245
|
+
<line num="565" count="2" type="cond" truecount="1" falsecount="1"/>
|
|
246
|
+
<line num="569" count="2" type="stmt"/>
|
|
247
|
+
<line num="571" count="1" type="stmt"/>
|
|
248
|
+
<line num="573" count="0" type="stmt"/>
|
|
249
|
+
<line num="575" count="0" type="stmt"/>
|
|
250
|
+
<line num="577" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
251
|
+
<line num="579" count="1" type="stmt"/>
|
|
252
|
+
<line num="581" count="0" type="stmt"/>
|
|
253
|
+
<line num="583" count="0" type="stmt"/>
|
|
254
|
+
<line num="586" count="1" type="cond" truecount="1" falsecount="1"/>
|
|
255
|
+
<line num="588" count="0" type="stmt"/>
|
|
256
|
+
<line num="590" count="1" type="stmt"/>
|
|
257
|
+
<line num="592" count="0" type="stmt"/>
|
|
258
|
+
<line num="594" count="0" type="stmt"/>
|
|
259
|
+
<line num="596" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
260
|
+
<line num="598" count="0" type="cond" truecount="0" falsecount="2"/>
|
|
261
|
+
<line num="600" count="0" type="stmt"/>
|
|
262
|
+
<line num="602" count="9" type="stmt"/>
|
|
263
|
+
<line num="603" count="9" type="cond" truecount="2" falsecount="0"/>
|
|
264
|
+
<line num="605" count="5" type="cond" truecount="1" falsecount="1"/>
|
|
265
|
+
<line num="606" count="5" type="stmt"/>
|
|
266
|
+
<line num="609" count="0" type="stmt"/>
|
|
267
|
+
<line num="611" count="10" type="stmt"/>
|
|
268
|
+
<line num="613" count="0" type="stmt"/>
|
|
269
|
+
<line num="619" count="5" type="stmt"/>
|
|
270
|
+
<line num="624" count="15" type="stmt"/>
|
|
271
|
+
<line num="625" count="15" type="stmt"/>
|
|
272
|
+
<line num="626" count="29" type="cond" truecount="2" falsecount="0"/>
|
|
273
|
+
<line num="627" count="26" type="cond" truecount="2" falsecount="0"/>
|
|
274
|
+
<line num="628" count="6" type="stmt"/>
|
|
275
|
+
<line num="629" count="20" type="cond" truecount="2" falsecount="0"/>
|
|
276
|
+
<line num="630" count="19" type="stmt"/>
|
|
277
|
+
<line num="633" count="15" type="stmt"/>
|
|
278
|
+
<line num="640" count="95" type="stmt"/>
|
|
279
|
+
<line num="645" count="7" type="stmt"/>
|
|
280
|
+
<line num="649" count="7" type="cond" truecount="1" falsecount="1"/>
|
|
281
|
+
<line num="654" count="98" type="stmt"/>
|
|
282
|
+
<line num="661" count="98" type="cond" truecount="2" falsecount="0"/>
|
|
283
|
+
<line num="666" count="95" type="stmt"/>
|
|
284
|
+
<line num="671" count="90" type="stmt"/>
|
|
285
|
+
<line num="679" count="376" type="cond" truecount="4" falsecount="0"/>
|
|
286
|
+
<line num="680" count="109" type="stmt"/>
|
|
287
|
+
<line num="682" count="267" type="stmt"/>
|
|
280
288
|
</file>
|
|
281
289
|
</package>
|
|
282
290
|
<package name="tests">
|
|
283
291
|
<metrics statements="38" coveredstatements="30" conditionals="31" coveredconditionals="24" methods="25" coveredmethods="19"/>
|
|
284
292
|
<file name="helpers.ts" path="/home/runner/work/ContractKit/ContractKit/packages/plugin-bruno/tests/helpers.ts">
|
|
285
293
|
<metrics statements="38" coveredstatements="30" conditionals="31" coveredconditionals="24" methods="25" coveredmethods="19"/>
|
|
286
|
-
<line num="31" count="
|
|
294
|
+
<line num="31" count="246" type="stmt"/>
|
|
287
295
|
<line num="35" count="48" type="stmt"/>
|
|
288
296
|
<line num="39" count="1" type="stmt"/>
|
|
289
297
|
<line num="43" count="0" type="stmt"/>
|
|
@@ -314,13 +322,13 @@
|
|
|
314
322
|
<line num="143" count="18" type="cond" truecount="1" falsecount="1"/>
|
|
315
323
|
<line num="144" count="18" type="cond" truecount="3" falsecount="2"/>
|
|
316
324
|
<line num="145" count="0" type="stmt"/>
|
|
317
|
-
<line num="149" count="
|
|
318
|
-
<line num="150" count="
|
|
319
|
-
<line num="151" count="
|
|
320
|
-
<line num="152" count="
|
|
321
|
-
<line num="167" count="
|
|
322
|
-
<line num="168" count="
|
|
323
|
-
<line num="172" count="
|
|
325
|
+
<line num="149" count="93" type="stmt"/>
|
|
326
|
+
<line num="150" count="93" type="cond" truecount="2" falsecount="0"/>
|
|
327
|
+
<line num="151" count="93" type="cond" truecount="2" falsecount="0"/>
|
|
328
|
+
<line num="152" count="93" type="stmt"/>
|
|
329
|
+
<line num="167" count="89" type="cond" truecount="2" falsecount="0"/>
|
|
330
|
+
<line num="168" count="89" type="stmt"/>
|
|
331
|
+
<line num="172" count="88" type="stmt"/>
|
|
324
332
|
</file>
|
|
325
333
|
</package>
|
|
326
334
|
</project>
|