/// Helper macros that keep logging-only branches out of coverage builds.
///
/// Usage: wrap `warn!`/`info!` statements that are only hit during rare
/// failure paths with these macros so that the coverage build sees an empty
/// branch and the lines disappear from the report.