Skip to content

The Mutant Report™ #28

The Mutant Report™

The Mutant Report™ #28

Triggered via schedule September 7, 2025 00:28
Status Success
Total duration 12m 9s
Artifacts

cargo-mutants.yml

on: schedule
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
Missed mutant: src/frontend/viewport.rs#L13
replace < with <= in compute_sliding_window
Missed mutant: src/frontend/viewport.rs#L13
replace < with == in compute_sliding_window
Missed mutant: src/frontend/change_buffer.rs#L112
delete match arm (IndexSelection::Range(start, _), KeyCode::Char('k')) in read_keys
Missed mutant: src/frontend/viewport.rs#L11
replace < with > in compute_sliding_window
Missed mutant: src/backend/mod.rs#L64
replace <impl JujutsuShell for RealJujutsuShell>::execute -> Result<String> with Ok(String::new())
Missed mutant: src/frontend/space_menu.rs#L36
delete match arm KeyCode::Char('r') in read_keys
Missed mutant: src/frontend/status_line.rs#L35
replace monitor_logged_revset with ()
Missed mutant: src/frontend/change_buffer.rs#L102
delete match arm (IndexSelection::Single(i), KeyCode::Char('x')) in read_keys
Missed mutant: src/frontend/change_buffer.rs#L110
replace + with - in read_keys
Missed mutant: src/frontend/change_buffer.rs#L99
delete match arm (IndexSelection::Single(i), KeyCode::Char('k')) in read_keys