The Mutant Report™ #28
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
|