(agent: &str, report: &str)
| 648 | } |
| 649 | |
| 650 | fn legacy_agent_report_supported(agent: &str, report: &str) -> bool { |
| 651 | agent_report_supported(agent, report) |
| 652 | } |
| 653 | |
| 654 | fn report_flag_alias_error(args: &[String]) -> Option<String> { |
| 655 | let flag = args.iter().find(|arg| { |
no test coverage detected