()
| 74 | pub fn create_report() -> Report<RootError> { |
| 75 | #[tracing::instrument] |
| 76 | fn func_b() -> Result<(), Report<RootError>> { |
| 77 | create_error() |
| 78 | } |
| 79 | |
| 80 | #[tracing::instrument] |
| 81 | fn func_a() -> Result<(), Report<RootError>> { |
no test coverage detected