pub fn should_include_file( path: &Path, include: &[String], exclude: &[String], ) -> bool
Check if a file should be included in coverage based on include/exclude patterns.