| 216 | value_name = "N", |
| 217 | help_heading = "Quality gates" |
| 218 | )] |
| 219 | max_unresolved_cf: usize, |
| 220 | /// Fail if the indirect-call ratio exceeds this fraction |
| 221 | #[arg( |
| 222 | long, |
| 223 | default_value_t = 0.30, |
| 224 | value_name = "RATIO", |
nothing calls this directly
no outgoing calls
no test coverage detected