bashrs 6.66.0

Rust-to-Shell transpiler for deterministic bootstrap scripts
1
2
3
4
5
6
7
8
9
10
11
12
13
//! Coverage tests for formal/inspector.rs — targeting uncovered branches in:
//!   - `compute_transformation` (env added/modified/removed, cwd change,
//!     fs changes, output/error produced, exit code change)
//!   - `generate_report` (Failure and Partial VerificationResult variants)
//!   - `compare_filesystems` (path-only-in-rash, path-only-in-posix,
//!     path-differs branches)

#![allow(clippy::unwrap_used)]
#![allow(clippy::expect_used)]

#[cfg(test)]
#[path = "inspector_coverage_tests_tests_empty_state.rs"]
mod tests_extracted;