Skip to content

The Mutant Report™ #25

The Mutant Report™

The Mutant Report™ #25

Triggered via schedule August 17, 2025 00:31
Status Success
Total duration 12m 18s
Artifacts

cargo-mutants.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Missed mutant: src/frontend/error_popup.rs#L68
delete match arm KeyCode::Char(' ') in read_keys
Missed mutant: src/frontend/change_buffer.rs#L240
replace - with / in <impl StatefulWidget for ChangeBuffer>::render
Missed mutant: src/screens/splash.rs#L143
replace SplashTimer::tick with ()
Missed mutant: src/frontend/change_buffer.rs#L319
replace RevisionLine::vec_from -> Vec<Self> with vec![]
Missed mutant: src/backend/mod.rs#L64
replace <impl JujutsuShell for RealJujutsuShell>::execute -> Result<String> with Ok("xyzzy".into())
Missed mutant: src/frontend/change_buffer.rs#L110
replace + with * in read_keys
Missed mutant: src/screens/splash.rs#L93
replace center -> Rect with Default::default()
Missed mutant: src/screens/splash.rs#L122
replace SplashCursor::advance with ()
Missed mutant: src/frontend/viewport.rs#L15
replace < with == in compute_sliding_window
Missed mutant: src/cli.rs#L10
replace version -> String with String::new()