@cparra/apex-reflection 2.0.0-alpha.0 → 2.0.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/__tests__/end-to-end.test.ts +1 -1
- package/coverage/clover.xml +8453 -8341
- package/coverage/coverage-final.json +1 -1
- package/coverage/lcov-report/index.html +18 -18
- package/coverage/lcov-report/index.js.html +1 -1
- package/coverage/lcov-report/out.js.html +4545 -4197
- package/coverage/lcov.info +18467 -18315
- package/index.d.ts +0 -4
- package/index.ts +0 -4
- package/out.js +1404 -1425
- package/package.json +1 -1
|
@@ -23,30 +23,30 @@
|
|
|
23
23
|
<div class='clearfix'>
|
|
24
24
|
|
|
25
25
|
<div class='fl pad1y space-right2'>
|
|
26
|
-
<span class="strong">38.
|
|
26
|
+
<span class="strong">38.64% </span>
|
|
27
27
|
<span class="quiet">Statements</span>
|
|
28
|
-
<span class='fraction'>
|
|
28
|
+
<span class='fraction'>8592/22231</span>
|
|
29
29
|
</div>
|
|
30
30
|
|
|
31
31
|
|
|
32
32
|
<div class='fl pad1y space-right2'>
|
|
33
|
-
<span class="strong">26.
|
|
33
|
+
<span class="strong">26.95% </span>
|
|
34
34
|
<span class="quiet">Branches</span>
|
|
35
|
-
<span class='fraction'>
|
|
35
|
+
<span class='fraction'>2463/9139</span>
|
|
36
36
|
</div>
|
|
37
37
|
|
|
38
38
|
|
|
39
39
|
<div class='fl pad1y space-right2'>
|
|
40
|
-
<span class="strong">42.
|
|
40
|
+
<span class="strong">42.78% </span>
|
|
41
41
|
<span class="quiet">Functions</span>
|
|
42
|
-
<span class='fraction'>
|
|
42
|
+
<span class='fraction'>1230/2875</span>
|
|
43
43
|
</div>
|
|
44
44
|
|
|
45
45
|
|
|
46
46
|
<div class='fl pad1y space-right2'>
|
|
47
|
-
<span class="strong">
|
|
47
|
+
<span class="strong">42.96% </span>
|
|
48
48
|
<span class="quiet">Lines</span>
|
|
49
|
-
<span class='fraction'>
|
|
49
|
+
<span class='fraction'>6892/16040</span>
|
|
50
50
|
</div>
|
|
51
51
|
|
|
52
52
|
|
|
@@ -89,17 +89,17 @@
|
|
|
89
89
|
|
|
90
90
|
<tr>
|
|
91
91
|
<td class="file low" data-value="out.js"><a href="out.js.html">out.js</a></td>
|
|
92
|
-
<td data-value="38.
|
|
92
|
+
<td data-value="38.63" class="pic low">
|
|
93
93
|
<div class="chart"><div class="cover-fill" style="width: 38%"></div><div class="cover-empty" style="width: 62%"></div></div>
|
|
94
94
|
</td>
|
|
95
|
-
<td data-value="38.
|
|
96
|
-
<td data-value="
|
|
97
|
-
<td data-value="26.
|
|
98
|
-
<td data-value="
|
|
99
|
-
<td data-value="42.
|
|
100
|
-
<td data-value="
|
|
101
|
-
<td data-value="
|
|
102
|
-
<td data-value="
|
|
95
|
+
<td data-value="38.63" class="pct low">38.63%</td>
|
|
96
|
+
<td data-value="22226" class="abs low">8587/22226</td>
|
|
97
|
+
<td data-value="26.95" class="pct low">26.95%</td>
|
|
98
|
+
<td data-value="9139" class="abs low">2463/9139</td>
|
|
99
|
+
<td data-value="42.76" class="pct low">42.76%</td>
|
|
100
|
+
<td data-value="2874" class="abs low">1229/2874</td>
|
|
101
|
+
<td data-value="42.94" class="pct low">42.94%</td>
|
|
102
|
+
<td data-value="16035" class="abs low">6887/16035</td>
|
|
103
103
|
</tr>
|
|
104
104
|
|
|
105
105
|
</tbody>
|
|
@@ -110,7 +110,7 @@
|
|
|
110
110
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
111
111
|
Code coverage generated by
|
|
112
112
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
113
|
-
at
|
|
113
|
+
at Thu Dec 08 2022 17:25:10 GMT-0400 (Atlantic Standard Time)
|
|
114
114
|
</div>
|
|
115
115
|
</div>
|
|
116
116
|
<script src="prettify.js"></script>
|
|
@@ -88,7 +88,7 @@ exports.reflect = reflect;
|
|
|
88
88
|
<div class='footer quiet pad2 space-top1 center small'>
|
|
89
89
|
Code coverage generated by
|
|
90
90
|
<a href="https://istanbul.js.org/" target="_blank">istanbul</a>
|
|
91
|
-
at
|
|
91
|
+
at Thu Dec 08 2022 17:25:10 GMT-0400 (Atlantic Standard Time)
|
|
92
92
|
</div>
|
|
93
93
|
</div>
|
|
94
94
|
<script src="prettify.js"></script>
|