Skip to content

The Mutant Report™ #49

The Mutant Report™

The Mutant Report™ #49

Triggered via schedule February 1, 2026 00:42
Status Success
Total duration 10m 45s
Artifacts

cargo-mutants.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Missed mutant: src/screens/mod.rs#L27
replace init_state with ()
Missed mutant: src/logger.rs#L71
replace <impl Write for InMemoryWriter>::write -> io::Result<usize> with Ok(1)
Missed mutant: src/logger.rs#L71
replace <impl Write for InMemoryWriter>::write -> io::Result<usize> with Ok(0)
Missed mutant: src/logger.rs#L51
replace dump with ()
Missed mutant: src/logger.rs#L34
replace install with ()
Missed mutant: src/cli.rs#L10
replace version -> String with "xyzzy".into()
Missed mutant: src/cli.rs#L10
replace version -> String with String::new()
Missed mutant: src/backend/mod.rs#L64
replace <impl JujutsuShell for RealJujutsuShell>::execute -> Result<String> with Ok("xyzzy".into())
Missed mutant: src/backend/mod.rs#L64
replace <impl JujutsuShell for RealJujutsuShell>::execute -> Result<String> with Ok(String::new())
Missed mutant: src/main.rs#L16
replace main with ()