The Mutant Report™ #49
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 ()
|