()
| 189 | assert_eq!( |
| 190 | out.source_for_addr(6), |
| 191 | Some(("a.hll", 10)), |
| 192 | "mid-instruction" |
| 193 | ); |
| 194 | assert_eq!(out.source_for_addr(8), Some(("a.hll", 10))); |
| 195 | assert_eq!(out.source_for_addr(12), Some(("a.hll", 11))); |
| 196 | assert_eq!( |
| 197 | out.source_for_addr(1000), |
nothing calls this directly
no test coverage detected