pub async fn assert_coverage_above( client: &mut VictauriClient, threshold_percent: f64, ) -> Result<(), TestError>
Asserts that IPC coverage meets the given threshold, panicking with a detailed report if it does not.
Returns errors from the underlying MCP tool calls.
Panics if coverage falls below threshold_percent.
threshold_percent