Expand description
Summary assembly for the doctor report.
This module turns the raw diagnostics produced by scan into the final
crate::models::domains::reporting::HealthReport. It is responsible for path rendering,
diagnostic ordering, fallback diagnostics when package inventory lookup
fails, and the final error count used by the UI.
Functionsยง
- collect_
initial_ ๐recovery_ findings - Collect recovery findings from the initial package-loading diagnostics.
- collect_
packages ๐ - Load installed packages or convert the failure into a diagnostic entry.
- display_
path ๐ - Convert a path into the display string used in the final report.
- health_
report - Build a full health report for the current application context.
- measure ๐
- sort_
recovery_ ๐findings - sort_
report_ ๐diagnostics - Order diagnostics for the final report.