@adobe/aem-cs-source-migration-repository-modernizer 1.2.1 → 1.2.3

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.
@@ -23,14 +23,14 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">86.96% </span>
26
+ <span class="strong">86.95% </span>
27
27
  <span class="quiet">Statements</span>
28
28
  <span class='fraction'>140/161</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">78.21% </span>
33
+ <span class="strong">78.2% </span>
34
34
  <span class="quiet">Branches</span>
35
35
  <span class='fraction'>61/78</span>
36
36
  </div>
@@ -54,6 +54,12 @@
54
54
  <p class="quiet">
55
55
  Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
56
56
  </p>
57
+ <template id="filterTemplate">
58
+ <div class="quiet">
59
+ Filter:
60
+ <input type="search" id="fileSearch">
61
+ </div>
62
+ </template>
57
63
  </div>
58
64
  <div class='status-line high'></div>
59
65
  <div class="pad1">
@@ -89,12 +95,12 @@
89
95
 
90
96
  <tr>
91
97
  <td class="file high" data-value="pom-manipulation-util.js"><a href="pom-manipulation-util.js.html">pom-manipulation-util.js</a></td>
92
- <td data-value="86.88" class="pic high">
98
+ <td data-value="86.87" class="pic high">
93
99
  <div class="chart"><div class="cover-fill" style="width: 86%"></div><div class="cover-empty" style="width: 14%"></div></div>
94
100
  </td>
95
- <td data-value="86.88" class="pct high">86.88%</td>
101
+ <td data-value="86.87" class="pct high">86.87%</td>
96
102
  <td data-value="160" class="abs high">139/160</td>
97
- <td data-value="78.21" class="pct medium">78.21%</td>
103
+ <td data-value="78.2" class="pct medium">78.2%</td>
98
104
  <td data-value="78" class="abs medium">61/78</td>
99
105
  <td data-value="93.33" class="pct high">93.33%</td>
100
106
  <td data-value="15" class="abs high">14/15</td>
@@ -109,10 +115,9 @@
109
115
  </div><!-- /wrapper -->
110
116
  <div class='footer quiet pad2 space-top1 center small'>
111
117
  Code coverage generated by
112
- <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
113
- at Tue Jul 20 2021 10:36:11 GMT+0000 (Coordinated Universal Time)
118
+ <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
119
+ at 2026-01-23T09:37:03.671Z
114
120
  </div>
115
- </div>
116
121
  <script src="../../prettify.js"></script>
117
122
  <script>
118
123
  window.onload = function () {
@@ -23,14 +23,14 @@
23
23
  <div class='clearfix'>
24
24
 
25
25
  <div class='fl pad1y space-right2'>
26
- <span class="strong">86.88% </span>
26
+ <span class="strong">86.87% </span>
27
27
  <span class="quiet">Statements</span>
28
28
  <span class='fraction'>139/160</span>
29
29
  </div>
30
30
 
31
31
 
32
32
  <div class='fl pad1y space-right2'>
33
- <span class="strong">78.21% </span>
33
+ <span class="strong">78.2% </span>
34
34
  <span class="quiet">Branches</span>
35
35
  <span class='fraction'>61/78</span>
36
36
  </div>
@@ -54,6 +54,12 @@
54
54
  <p class="quiet">
55
55
  Press <em>n</em> or <em>j</em> to go to the next uncovered block, <em>b</em>, <em>p</em> or <em>k</em> for the previous block.
56
56
  </p>
57
+ <template id="filterTemplate">
58
+ <div class="quiet">
59
+ Filter:
60
+ <input type="search" id="fileSearch">
61
+ </div>
62
+ </template>
57
63
  </div>
58
64
  <div class='status-line high'></div>
59
65
  <pre><table class="coverage">
@@ -1364,7 +1370,7 @@ var PomManipulationUtil = {
1364
1370
  `Embedded artifact ${artifactId} in all package`
1365
1371
  )
1366
1372
  );
1367
- } else <span class="missing-if-branch" title="else path not taken" >E</span>if (artifactId.endsWith(constants.UI_CONTENT)) {
1373
+ } else if (artifactId.endsWith(constants.UI_CONTENT)) {
1368
1374
  contentToBeWritten.push(
1369
1375
  constants.DEFAULT_EMBEDDED_CONTENT_TEMPLATE.replace(
1370
1376
  constants.DEFAULT_ARTIFACT_ID,
@@ -1386,7 +1392,7 @@ var PomManipulationUtil = {
1386
1392
  `Embedded artifact ${artifactId} in all package`
1387
1393
  )
1388
1394
  );
1389
- } else {
1395
+ } else <span class="missing-if-branch" title="else path not taken" >E</span>{
1390
1396
  <span class="cstat-no" title="statement not covered" > contentToBeWritten.push(</span>
1391
1397
  constants.DEFAULT_EMBEDDED_CORE_BUNDLE_TEMPLATE.replace(
1392
1398
  constants.DEFAULT_ARTIFACT_ID,
@@ -1794,10 +1800,9 @@ module.exports = PomManipulationUtil;
1794
1800
  </div><!-- /wrapper -->
1795
1801
  <div class='footer quiet pad2 space-top1 center small'>
1796
1802
  Code coverage generated by
1797
- <a href="https://istanbul.js.org/" target="_blank">istanbul</a>
1798
- at Tue Jul 20 2021 10:36:11 GMT+0000 (Coordinated Universal Time)
1803
+ <a href="https://istanbul.js.org/" target="_blank" rel="noopener noreferrer">istanbul</a>
1804
+ at 2026-01-23T09:37:03.671Z
1799
1805
  </div>
1800
- </div>
1801
1806
  <script src="../../prettify.js"></script>
1802
1807
  <script>
1803
1808
  window.onload = function () {
@@ -1,30 +1,32 @@
1
1
  TN:
2
2
  SF:src/create-base-project-structure.js
3
- FN:37,(anonymous_0)
4
- FN:194,createProject
5
- FN:351,(anonymous_2)
6
- FN:415,setPackageArtifactAndGroupId
7
- FN:503,copyCoreBundles
8
- FN:518,(anonymous_5)
9
- FN:543,copyOtherModules
10
- FN:544,(anonymous_7)
11
- FN:549,(anonymous_8)
12
- FN:570,(anonymous_9)
13
- FN:582,(anonymous_10)
14
- FN:608,copyModuleFromSource
15
- FNF:12
16
- FNH:11
17
- FNDA:3,(anonymous_0)
3
+ FN:34,parsePomFile
4
+ FN:53,(anonymous_1)
5
+ FN:210,createProject
6
+ FN:367,(anonymous_3)
7
+ FN:431,setPackageArtifactAndGroupId
8
+ FN:519,copyCoreBundles
9
+ FN:534,(anonymous_6)
10
+ FN:559,copyOtherModules
11
+ FN:560,(anonymous_8)
12
+ FN:565,(anonymous_9)
13
+ FN:586,(anonymous_10)
14
+ FN:598,(anonymous_11)
15
+ FN:624,copyModuleFromSource
16
+ FNF:13
17
+ FNH:12
18
+ FNDA:5,parsePomFile
19
+ FNDA:3,(anonymous_1)
18
20
  FNDA:5,createProject
19
- FNDA:5,(anonymous_2)
21
+ FNDA:5,(anonymous_3)
20
22
  FNDA:5,setPackageArtifactAndGroupId
21
23
  FNDA:5,copyCoreBundles
22
- FNDA:5,(anonymous_5)
24
+ FNDA:5,(anonymous_6)
23
25
  FNDA:5,copyOtherModules
24
- FNDA:5,(anonymous_7)
25
- FNDA:1,(anonymous_8)
26
- FNDA:10,(anonymous_9)
27
- FNDA:0,(anonymous_10)
26
+ FNDA:5,(anonymous_8)
27
+ FNDA:1,(anonymous_9)
28
+ FNDA:10,(anonymous_10)
29
+ FNDA:0,(anonymous_11)
28
30
  FNDA:5,copyModuleFromSource
29
31
  DA:19,1
30
32
  DA:20,1
@@ -35,186 +37,196 @@ DA:24,1
35
37
  DA:25,1
36
38
  DA:26,1
37
39
  DA:27,1
38
- DA:28,1
39
- DA:38,3
40
- DA:43,3
41
- DA:45,3
42
- DA:46,1
43
- DA:53,1
44
- DA:63,1
45
- DA:67,1
46
- DA:74,1
47
- DA:84,1
48
- DA:88,1
49
- DA:93,1
50
- DA:98,1
51
- DA:105,1
52
- DA:115,1
53
- DA:119,2
54
- DA:120,2
55
- DA:124,2
56
- DA:129,2
57
- DA:135,3
58
- DA:137,3
59
- DA:138,4
60
- DA:146,4
61
- DA:147,1
62
- DA:148,1
63
- DA:159,3
64
- DA:164,3
65
- DA:177,3
66
- DA:190,3
67
- DA:202,5
68
- DA:206,5
69
- DA:207,1
70
- DA:214,5
71
- DA:215,5
72
- DA:217,2
73
- DA:221,2
74
- DA:228,2
75
- DA:231,2
40
+ DA:35,5
41
+ DA:36,5
42
+ DA:37,5
43
+ DA:39,5
44
+ DA:44,1
45
+ DA:54,3
46
+ DA:59,3
47
+ DA:61,3
48
+ DA:62,1
49
+ DA:69,1
50
+ DA:79,1
51
+ DA:83,1
52
+ DA:90,1
53
+ DA:100,1
54
+ DA:104,1
55
+ DA:109,1
56
+ DA:114,1
57
+ DA:121,1
58
+ DA:131,1
59
+ DA:135,2
60
+ DA:136,2
61
+ DA:140,2
62
+ DA:145,2
63
+ DA:151,3
64
+ DA:153,3
65
+ DA:154,4
66
+ DA:162,4
67
+ DA:163,1
68
+ DA:164,1
69
+ DA:175,3
70
+ DA:180,3
71
+ DA:193,3
72
+ DA:206,3
73
+ DA:218,5
74
+ DA:222,5
75
+ DA:223,1
76
+ DA:230,5
77
+ DA:231,5
78
+ DA:233,2
76
79
  DA:237,2
77
- DA:241,2
78
- DA:248,2
79
- DA:251,2
80
- DA:256,2
81
- DA:260,2
80
+ DA:244,2
81
+ DA:247,2
82
+ DA:253,2
83
+ DA:257,2
84
+ DA:264,2
82
85
  DA:267,2
83
- DA:271,5
84
- DA:272,3
85
- DA:276,3
86
- DA:283,3
86
+ DA:272,2
87
+ DA:276,2
88
+ DA:283,2
87
89
  DA:287,5
88
- DA:291,5
89
- DA:298,5
90
- DA:302,5
91
- DA:309,5
92
- DA:313,5
93
- DA:320,5
94
- DA:324,5
95
- DA:333,5
96
- DA:344,5
97
- DA:346,5
98
- DA:351,5
99
- DA:352,5
100
- DA:366,5
101
- DA:370,5
102
- DA:376,5
103
- DA:378,3
104
- DA:423,5
105
- DA:436,5
106
- DA:441,5
107
- DA:454,5
108
- DA:459,5
109
- DA:472,5
110
- DA:477,5
111
- DA:490,5
112
- DA:505,5
90
+ DA:288,3
91
+ DA:292,3
92
+ DA:299,3
93
+ DA:303,5
94
+ DA:307,5
95
+ DA:314,5
96
+ DA:318,5
97
+ DA:325,5
98
+ DA:329,5
99
+ DA:336,5
100
+ DA:340,5
101
+ DA:349,5
102
+ DA:360,5
103
+ DA:362,5
104
+ DA:367,5
105
+ DA:368,5
106
+ DA:382,5
107
+ DA:386,5
108
+ DA:392,5
109
+ DA:394,3
110
+ DA:439,5
111
+ DA:452,5
112
+ DA:457,5
113
+ DA:470,5
114
+ DA:475,5
115
+ DA:488,5
116
+ DA:493,5
113
117
  DA:506,5
114
- DA:510,5
115
- DA:511,1
116
- DA:517,5
117
- DA:518,5
118
- DA:519,5
119
- DA:520,5
120
- DA:524,5
118
+ DA:521,5
119
+ DA:522,5
120
+ DA:526,5
121
+ DA:527,1
122
+ DA:533,5
121
123
  DA:534,5
122
- DA:544,5
123
- DA:545,5
124
- DA:547,5
125
- DA:548,5
126
- DA:549,1
127
- DA:550,1
128
- DA:554,5
129
- DA:555,5
130
- DA:559,5
131
- DA:560,1
132
- DA:567,5
133
- DA:568,5
124
+ DA:535,5
125
+ DA:536,5
126
+ DA:540,5
127
+ DA:550,5
128
+ DA:560,5
129
+ DA:561,5
130
+ DA:563,5
131
+ DA:564,5
132
+ DA:565,1
133
+ DA:566,1
134
134
  DA:570,5
135
- DA:572,10
136
- DA:573,10
137
- DA:578,10
138
- DA:583,0
139
- DA:590,0
140
- DA:599,5
135
+ DA:571,5
136
+ DA:575,5
137
+ DA:576,1
138
+ DA:583,5
139
+ DA:584,5
140
+ DA:586,5
141
+ DA:588,10
142
+ DA:589,10
143
+ DA:594,10
144
+ DA:599,0
145
+ DA:606,0
141
146
  DA:615,5
142
- DA:616,5
143
- DA:617,5
144
- DA:620,5
147
+ DA:631,5
145
148
  DA:632,5
146
149
  DA:633,5
147
- DA:634,0
148
- DA:639,5
149
- DA:646,1
150
- LF:121
151
- LH:118
152
- BRDA:37,0,0,0
153
- BRDA:45,1,0,1
154
- BRDA:45,1,1,2
155
- BRDA:119,2,0,2
156
- BRDA:119,2,1,0
157
- BRDA:146,3,0,1
158
- BRDA:146,3,1,3
159
- BRDA:206,4,0,1
160
- BRDA:206,4,1,4
161
- BRDA:215,5,0,2
162
- BRDA:215,5,1,3
163
- BRDA:215,6,0,5
164
- BRDA:215,6,1,3
165
- BRDA:271,7,0,3
166
- BRDA:271,7,1,2
167
- BRDA:271,8,0,5
168
- BRDA:271,8,1,3
169
- BRDA:338,9,0,3
170
- BRDA:338,9,1,2
171
- BRDA:338,10,0,5
172
- BRDA:338,10,1,2
173
- BRDA:360,11,0,0
174
- BRDA:360,11,1,5
175
- BRDA:376,12,0,3
176
- BRDA:376,12,1,2
177
- BRDA:376,13,0,5
178
- BRDA:376,13,1,3
179
- BRDA:384,14,0,3
180
- BRDA:384,14,1,0
181
- BRDA:388,15,0,3
182
- BRDA:388,15,1,0
183
- BRDA:392,16,0,3
184
- BRDA:392,16,1,0
185
- BRDA:429,17,0,1
186
- BRDA:429,17,1,4
187
- BRDA:433,18,0,1
188
- BRDA:433,18,1,4
189
- BRDA:447,19,0,1
190
- BRDA:447,19,1,4
191
- BRDA:451,20,0,1
192
- BRDA:451,20,1,4
193
- BRDA:465,21,0,1
194
- BRDA:465,21,1,4
195
- BRDA:469,22,0,1
196
- BRDA:469,22,1,4
197
- BRDA:483,23,0,1
198
- BRDA:483,23,1,4
199
- BRDA:487,24,0,1
200
- BRDA:487,24,1,4
201
- BRDA:510,25,0,1
202
- BRDA:510,25,1,4
203
- BRDA:548,26,0,1
204
- BRDA:548,26,1,4
205
- BRDA:559,27,0,1
206
- BRDA:559,27,1,4
207
- BRDA:578,28,0,0
208
- BRDA:578,28,1,10
209
- BRDA:579,29,0,10
210
- BRDA:579,29,1,0
211
- BRDA:579,29,2,0
212
- BRDA:579,29,3,0
213
- BRDA:579,29,4,0
214
- BRDA:633,30,0,0
215
- BRDA:633,30,1,5
216
- BRF:64
217
- BRH:52
150
+ DA:636,5
151
+ DA:648,5
152
+ DA:649,5
153
+ DA:650,0
154
+ DA:655,5
155
+ DA:662,1
156
+ LF:125
157
+ LH:122
158
+ BRDA:37,0,0,5
159
+ BRDA:37,0,1,0
160
+ BRDA:40,1,0,5
161
+ BRDA:40,1,1,5
162
+ BRDA:41,2,0,5
163
+ BRDA:41,2,1,5
164
+ BRDA:53,3,0,0
165
+ BRDA:61,4,0,1
166
+ BRDA:61,4,1,2
167
+ BRDA:135,5,0,2
168
+ BRDA:135,5,1,0
169
+ BRDA:162,6,0,1
170
+ BRDA:162,6,1,3
171
+ BRDA:222,7,0,1
172
+ BRDA:222,7,1,4
173
+ BRDA:231,8,0,2
174
+ BRDA:231,8,1,3
175
+ BRDA:231,9,0,5
176
+ BRDA:231,9,1,3
177
+ BRDA:287,10,0,3
178
+ BRDA:287,10,1,2
179
+ BRDA:287,11,0,5
180
+ BRDA:287,11,1,3
181
+ BRDA:354,12,0,3
182
+ BRDA:354,12,1,2
183
+ BRDA:354,13,0,5
184
+ BRDA:354,13,1,2
185
+ BRDA:376,14,0,0
186
+ BRDA:376,14,1,5
187
+ BRDA:392,15,0,3
188
+ BRDA:392,15,1,2
189
+ BRDA:392,16,0,5
190
+ BRDA:392,16,1,3
191
+ BRDA:400,17,0,3
192
+ BRDA:400,17,1,0
193
+ BRDA:404,18,0,3
194
+ BRDA:404,18,1,0
195
+ BRDA:408,19,0,3
196
+ BRDA:408,19,1,0
197
+ BRDA:445,20,0,1
198
+ BRDA:445,20,1,4
199
+ BRDA:449,21,0,1
200
+ BRDA:449,21,1,4
201
+ BRDA:463,22,0,1
202
+ BRDA:463,22,1,4
203
+ BRDA:467,23,0,1
204
+ BRDA:467,23,1,4
205
+ BRDA:481,24,0,1
206
+ BRDA:481,24,1,4
207
+ BRDA:485,25,0,1
208
+ BRDA:485,25,1,4
209
+ BRDA:499,26,0,1
210
+ BRDA:499,26,1,4
211
+ BRDA:503,27,0,1
212
+ BRDA:503,27,1,4
213
+ BRDA:526,28,0,1
214
+ BRDA:526,28,1,4
215
+ BRDA:564,29,0,1
216
+ BRDA:564,29,1,4
217
+ BRDA:575,30,0,1
218
+ BRDA:575,30,1,4
219
+ BRDA:594,31,0,0
220
+ BRDA:594,31,1,10
221
+ BRDA:595,32,0,10
222
+ BRDA:595,32,1,0
223
+ BRDA:595,32,2,0
224
+ BRDA:595,32,3,0
225
+ BRDA:595,32,4,0
226
+ BRDA:649,33,0,0
227
+ BRDA:649,33,1,5
228
+ BRF:70
229
+ BRH:57
218
230
  end_of_record
219
231
  TN:
220
232
  SF:src/restructure-filters.js
@@ -97,4 +97,3 @@ repositoryModernizer:
97
97
  # generated in the summary report and result log file. User would need to manually evaluate
98
98
  # which config to persist
99
99
  osgiFoldersToRename:
100
-