()
| 63 | |
| 64 | #[test] |
| 65 | fn leetcode() { |
| 66 | assert_eq!(Solution::divide(i32::min_value(), -1), i32::max_value()); |
| 67 | assert_eq!(Solution::divide(i32::min_value(), 1), i32::min_value()); |
| 68 | } |
| 69 | } |
nothing calls this directly
no outgoing calls
no test coverage detected