@@ -11,14 +11,14 @@ Note: entry percentages use function coverage when available, otherwise line cov
1111Note: coverage entries are aggregated across every page/tool where coverageReporter.start(page) and coverageReporter.stop(page) ran.
1212
1313Exercised tool entry points detected:
14- (86 %) Preview Generator V2 - exercised 19 runtime JS files
14+ (87 %) Preview Generator V2 - exercised 19 runtime JS files
1515(49%) Palette Manager - exercised 12 runtime JS files
1616(84%) Tool Template V2 - exercised 10 runtime JS files
1717(0%) Workspace V2 - not exercised by this Playwright run
1818(0%) Workspace Manager - not exercised by this Playwright run
1919
2020Changed runtime JS files covered:
21- (100%) none changed - no changed runtime JS files
21+ (100%) tools/preview-generator-v2/controls/StatusLogControl.js - executed lines 22/22; executed functions 6/6
2222
2323Files with executed line/function counts where available:
2424(2%) src/engine/input/ActionInputService.js - executed lines 397/397; executed functions 1/51
@@ -104,8 +104,8 @@ Files with executed line/function counts where available:
104104(82%) samples/shared/sampleDetailPageEnhancement.js - executed lines 471/471; executed functions 41/50
105105(86%) tools/templates-v2/js/controls/StatusLogControl.js - executed lines 21/21; executed functions 6/7
106106(87%) tools/common/PaletteSortService.js - executed lines 103/103; executed functions 13/15
107- (88%) tools/preview-generator-v2/PreviewGeneratorV2App.js - executed lines 539/539; executed functions 51/58
108107(88%) tools/templates-v2/js/controls/SourceInputControl.js - executed lines 33/33; executed functions 7/8
108+ (90%) tools/preview-generator-v2/PreviewGeneratorV2App.js - executed lines 539/539; executed functions 52/58
109109(92%) tools/templates-v2/js/controls/ToolStarterShellControl.js - executed lines 111/111; executed functions 11/12
110110(100%) samples/phase-01/0102/KeyboardMoveScene.js - executed lines 78/78; executed functions 6/6
111111(100%) samples/phase-01/0102/main.js - executed lines 23/23; executed functions 1/1
@@ -142,7 +142,7 @@ Files with executed line/function counts where available:
142142(100%) tools/preview-generator-v2/controls/PreviewFrameControl.js - executed lines 9/9; executed functions 3/3
143143(100%) tools/preview-generator-v2/controls/RenderControlsControl.js - executed lines 18/18; executed functions 5/5
144144(100%) tools/preview-generator-v2/controls/RepoDestinationControl.js - executed lines 16/16; executed functions 4/4
145- (100%) tools/preview-generator-v2/controls/StatusLogControl.js - executed lines 19/19 ; executed functions 5/5
145+ (100%) tools/preview-generator-v2/controls/StatusLogControl.js - executed lines 22/22 ; executed functions 6/6
146146(100%) tools/preview-generator-v2/controls/TargetSourceControl.js - executed lines 30/30; executed functions 11/11
147147(100%) tools/preview-generator-v2/previewGeneratorV2.bootstrap.js - executed lines 4/4; executed functions 1/1
148148(100%) tools/preview-generator-v2/PreviewGeneratorV2Logger.js - executed lines 19/19; executed functions 5/5
@@ -156,7 +156,8 @@ Files with executed line/function counts where available:
156156(100%) tools/templates-v2/js/services/ToolStateSerializer.js - executed lines 13/13; executed functions 3/3
157157
158158Uncovered or low-coverage changed JS files:
159- (100%) none changed - no changed runtime JS files
159+ (100%) none - no low-coverage changed runtime JS files
160160
161161Changed JS files considered:
162162(0%) tests/playwright/PreviewGeneratorV2Baseline.spec.mjs - changed JS file not collected as browser runtime coverage
163+ (100%) tools/preview-generator-v2/controls/StatusLogControl.js - changed JS file with browser V8 coverage
0 commit comments