(&self)
| 130 | } |
| 131 | } |
| 132 | pub fn result(&self) -> &HashMap<(DefId, Location), (Span, Span, PanicInstance<'tcx>)> { |
| 133 | &self.result |
| 134 | } |
| 135 | pub fn statistics(&self) -> HashMap<PanicAPI, usize> { |
| 136 | let mut tally: HashMap<PanicAPI, usize> = HashMap::new(); |
| 137 | self.result.iter().for_each(|(_, (_, _, panic_instance))| { |
no outgoing calls
no test coverage detected