()
| 751 | |
| 752 | #[test] |
| 753 | fn test_get_status_options_with_path() { |
| 754 | let status = Status::new().with_path("src/"); |
| 755 | let _options = status.get_status_options(); |
| 756 | // Options include path filter |
| 757 | } |
| 758 | |
| 759 | // Status Code Tests |
| 760 |
nothing calls this directly
no test coverage detected