-
-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
mutantsThey live among us.They live among us.
Description
112 uncaught mutants found (out of 241 total mutants) in commit https://github.com/icorbrey/jjj/blob/71f38d83c9206d9a2a95e108babaf2c34311618f.
src/backend/mod.rs
- Line 64, column 9:
replace <impl JujutsuShell for RealJujutsuShell>::execute -> Result<String> with Ok("xyzzy".into()) - Line 64, column 9:
replace <impl JujutsuShell for RealJujutsuShell>::execute -> Result<String> with Ok(String::new())
src/cli.rs
- Line 10, column 5:
replace version -> String with "xyzzy".into() - Line 10, column 5:
replace version -> String with String::new()
src/frontend/change_buffer.rs
- Line 74, column 5:
replace read_keys -> Result<()> with Ok(()) - Line 81, column 26:
replace != with == in read_keys - Line 88, column 13:
delete match arm (_, KeyCode::Char(' ')) in read_keys - Line 92, column 13:
delete match arm (_, KeyCode::Char('q')) in read_keys - Line 96, column 13:
delete match arm (IndexSelection::Single(i), KeyCode::Char('j')) in read_keys - Line 97, column 58:
replace + with * in read_keys - Line 97, column 58:
replace + with - in read_keys - Line 99, column 13:
delete match arm (IndexSelection::Single(i), KeyCode::Char('k')) in read_keys - Line 102, column 13:
delete match arm (IndexSelection::Single(i), KeyCode::Char('x')) in read_keys - Line 103, column 22:
replace != with == in read_keys - Line 103, column 28:
replace + with * in read_keys - Line 103, column 28:
replace + with - in read_keys - Line 104, column 64:
replace + with * in read_keys - Line 104, column 64:
replace + with - in read_keys - Line 109, column 13:
delete match arm (IndexSelection::Range(_, end), KeyCode::Char('j')) in read_keys - Line 110, column 60:
replace + with * in read_keys - Line 110, column 60:
replace + with - in read_keys - Line 112, column 13:
delete match arm (IndexSelection::Range(start, _), KeyCode::Char('k')) in read_keys - Line 115, column 13:
delete match arm (IndexSelection::Range(start, end), KeyCode::Char('x')) in read_keys - Line 116, column 66:
replace + with * in read_keys - Line 116, column 66:
replace + with - in read_keys - Line 145, column 5:
replace read_revisions -> Result<()> with Ok(()) - Line 164, column 49:
replace == with != in read_revisions - Line 178, column 49:
replace == with != in read_revisions - Line 179, column 72:
replace == with != in read_revisions - Line 208, column 9:
replace <impl StatefulWidget for ChangeBuffer>::render with () - Line 217, column 56:
replace == with != in <impl StatefulWidget for ChangeBuffer>::render - Line 240, column 51:
replace - with + in <impl StatefulWidget for ChangeBuffer>::render - Line 240, column 51:
replace - with / in <impl StatefulWidget for ChangeBuffer>::render - Line 249, column 34:
replace / with % in <impl StatefulWidget for ChangeBuffer>::render - Line 249, column 34:
replace / with * in <impl StatefulWidget for ChangeBuffer>::render - Line 281, column 9:
replace LogLine::vec_from -> Vec<Self> with vec![] - Line 301, column 9:
replace <impl Widget for LogLine>::render with () - Line 319, column 9:
replace RevisionLine::vec_from -> Vec<Self> with vec![]
src/frontend/command_line.rs
- Line 46, column 5:
replace listen_for_notifications -> Result<()> with Ok(()) - Line 65, column 9:
replace NotificationTimeoutTimer::tick with () - Line 73, column 9:
replace NotificationTimeoutTimer::dismiss_notification -> Result<()> with Ok(())
src/frontend/error_popup.rs
- Line 42, column 5:
replace listen with () - Line 61, column 5:
replace read_keys with () - Line 65, column 13:
delete match arm KeyCode::Esc in read_keys - Line 68, column 13:
delete match arm KeyCode::Char(' ') in read_keys - Line 94, column 37:
replace + with - in <impl Widget for &ErrorPopup>::render - Line 94, column 69:
replace / with * in <impl Widget for &ErrorPopup>::render
src/frontend/navigation.rs
- Line 48, column 9:
replace Navigation<'_, '_>::spawn_popup -> Result<()> with Ok(()) - Line 138, column 9:
replace Navigation<'_, '_>::reset_stack with () - Line 185, column 5:
delete ! in is_focused - Line 185, column 5:
replace is_focused -> bool with false - Line 185, column 5:
replace is_focused -> bool with true
src/frontend/revset_prompt.rs
- Line 65, column 13:
delete match arm KeyCode::Esc in read_keys
src/frontend/space_menu.rs
- Line 30, column 5:
replace read_keys -> Result<()> with Ok(()) - Line 31, column 26:
replace != with == in read_keys - Line 36, column 13:
delete match arm KeyCode::Char('r') in read_keys - Line 37, column 13:
delete match arm KeyCode::Esc in read_keys
src/frontend/status_line.rs
- Line 35, column 5:
replace monitor_logged_revset with () - Line 48, column 5:
replace monitor_selected_revset with ()
src/frontend/viewport.rs
- Line 11, column 37:
replace < with <= in compute_sliding_window - Line 11, column 37:
replace < with == in compute_sliding_window - Line 11, column 37:
replace < with > in compute_sliding_window - Line 13, column 25:
replace < with <= in compute_sliding_window - Line 13, column 25:
replace < with == in compute_sliding_window - Line 13, column 25:
replace < with > in compute_sliding_window - Line 13, column 38:
replace + with * in compute_sliding_window - Line 13, column 38:
replace + with - in compute_sliding_window - Line 15, column 26:
replace + with * in compute_sliding_window - Line 15, column 26:
replace + with - in compute_sliding_window - Line 15, column 44:
replace - with + in compute_sliding_window - Line 15, column 44:
replace - with / in compute_sliding_window - Line 15, column 62:
replace - with + in compute_sliding_window - Line 15, column 62:
replace - with / in compute_sliding_window - Line 15, column 66:
replace < with <= in compute_sliding_window - Line 15, column 66:
replace < with == in compute_sliding_window - Line 15, column 66:
replace < with > in compute_sliding_window - Line 16, column 19:
replace + with * in compute_sliding_window - Line 16, column 19:
replace + with - in compute_sliding_window - Line 16, column 37:
replace - with + in compute_sliding_window - Line 16, column 37:
replace - with / in compute_sliding_window - Line 16, column 55:
replace + with * in compute_sliding_window - Line 16, column 55:
replace + with - in compute_sliding_window - Line 23, column 56:
replace + with * in compute_sliding_window - Line 23, column 56:
replace + with - in compute_sliding_window
src/logger.rs
- Line 34, column 5:
replace install with () - Line 51, column 5:
replace dump with () - Line 71, column 9:
replace <impl Write for InMemoryWriter>::write -> io::Result<usize> with Ok(0) - Line 71, column 9:
replace <impl Write for InMemoryWriter>::write -> io::Result<usize> with Ok(1)
src/main.rs
- Line 16, column 5:
replace main with ()
src/screens/interface.rs
- Line 37, column 5:
replace init with () - Line 57, column 5:
replace draw -> Result<()> with Ok(())
src/screens/mod.rs
- Line 27, column 5:
replace init_state with () - Line 27, column 23:
delete ! in init_state
src/screens/splash.rs
- Line 75, column 5:
replace draw -> Result<()> with Ok(()) - Line 93, column 5:
replace center -> Rect with Default::default() - Line 105, column 5:
replace skip_to_interface with () - Line 118, column 9:
replace SplashCursor::init with () - Line 122, column 9:
replace SplashCursor::advance with () - Line 122, column 36:
replace + with * in SplashCursor::advance - Line 122, column 36:
replace + with - in SplashCursor::advance - Line 126, column 9:
replace SplashCursor::remove with () - Line 136, column 9:
replace SplashTimer::init with () - Line 143, column 9:
replace SplashTimer::tick with () - Line 147, column 9:
replace SplashTimer::continue_to_interface with () - Line 153, column 9:
replace SplashTimer::remove with () - Line 163, column 9:
replace SplashLineTimer::init with () - Line 170, column 9:
replace SplashLineTimer::tick with () - Line 174, column 9:
replace SplashLineTimer::advance_cursor with () - Line 180, column 9:
replace SplashLineTimer::remove with ()
src/utils.rs
- Line 21, column 9:
replace <impl AppExt for App>::register_scoped_type with () - Line 31, column 5:
replace init_resource with () - Line 38, column 5:
replace remove_resource with ()
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
mutantsThey live among us.They live among us.