()
| 264 | } |
| 265 | |
| 266 | fn main() -> Result<()> { |
| 267 | let config = Config::parse(); |
| 268 | prompt_fuzz::config::Config::init_test(&config.project); |
| 269 | match &config.command { |
| 270 | Commands::Coverage { kind, rand_bench } => coverage(config.project.clone(), kind, *rand_bench)?, |
| 271 | } |
| 272 | Ok(()) |
| 273 | } |
nothing calls this directly
no test coverage detected