CoverageMapper
8 tools in this family (folder Editor/Tools/CoverageMapper/ in the bridge package). Effect: writes changes the project or the scene, read-only does not, destructive deletes or overwrites and the client asks before running it.
| Tool | Effect | Description |
|---|---|---|
coverage_diff_sessions | read-only | Diff two coverage sessions. Returns scripts/methods exercised in A-but-not-B and B-but-not-A, |
coverage_export_lcov | writes | Export a stored coverage session in lcov format (lcov.info). Writes to <session>/lcov.info |
coverage_generate_html_report | writes | Render a self-contained HTML coverage report for a stored session. |
coverage_list_sessions | read-only | Enumerate all coverage sessions under Tests/AutoPlay/Coverage/, newest first. |
coverage_session_summary | read-only | Read the coverage.json for a stored session and return scene + script + method coverage stats. |
coverage_set_sample_interval | writes | Set the stack-trace sample interval in milliseconds (default 100ms, minimum 10ms). |
coverage_start_recording | writes | Start a new coverage recording. Hooks scene loads, samples stack traces every N ms, |
coverage_stop_recording | writes | Stop the active coverage recording. Writes coverage.json and returns a summary |