169 lines
No EOL
4.3 KiB
JSON
169 lines
No EOL
4.3 KiB
JSON
{
|
|
"outcomes": [
|
|
{
|
|
"scenario": "Baseline",
|
|
"summary": "Success",
|
|
"log_path": "log/baseline.log",
|
|
"diff_path": null,
|
|
"phase_results": [
|
|
{
|
|
"phase": "Build",
|
|
"duration": 2.328253875,
|
|
"process_status": "Success",
|
|
"argv": [
|
|
"/Users/campbjpa/.rustup/toolchains/stable-aarch64-apple-darwin/bin/cargo",
|
|
"test",
|
|
"--no-run",
|
|
"--verbose",
|
|
"--package=kx-utils@0.1.0"
|
|
]
|
|
},
|
|
{
|
|
"phase": "Test",
|
|
"duration": 0.792992334,
|
|
"process_status": "Success",
|
|
"argv": [
|
|
"/Users/campbjpa/.rustup/toolchains/stable-aarch64-apple-darwin/bin/cargo",
|
|
"test",
|
|
"--verbose",
|
|
"--package=kx-utils@0.1.0"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"scenario": {
|
|
"Mutant": {
|
|
"package": "kx-utils",
|
|
"file": "src/experimental/to_string.rs",
|
|
"function": {
|
|
"function_name": "s",
|
|
"return_type": "-> String",
|
|
"span": {
|
|
"start": {
|
|
"line": 4,
|
|
"column": 1
|
|
},
|
|
"end": {
|
|
"line": 7,
|
|
"column": 2
|
|
}
|
|
}
|
|
},
|
|
"span": {
|
|
"start": {
|
|
"line": 6,
|
|
"column": 5
|
|
},
|
|
"end": {
|
|
"line": 6,
|
|
"column": 13
|
|
}
|
|
},
|
|
"replacement": "String::new()",
|
|
"genre": "FnValue"
|
|
}
|
|
},
|
|
"summary": "CaughtMutant",
|
|
"log_path": "log/src__experimental__to_string.rs_line_6_col_5.log",
|
|
"diff_path": "diff/src__experimental__to_string.rs_line_6_col_5.diff",
|
|
"phase_results": [
|
|
{
|
|
"phase": "Build",
|
|
"duration": 0.21928975,
|
|
"process_status": "Success",
|
|
"argv": [
|
|
"/Users/campbjpa/.rustup/toolchains/stable-aarch64-apple-darwin/bin/cargo",
|
|
"test",
|
|
"--no-run",
|
|
"--verbose",
|
|
"--package=kx-utils@0.1.0"
|
|
]
|
|
},
|
|
{
|
|
"phase": "Test",
|
|
"duration": 0.594096084,
|
|
"process_status": {
|
|
"Failure": 101
|
|
},
|
|
"argv": [
|
|
"/Users/campbjpa/.rustup/toolchains/stable-aarch64-apple-darwin/bin/cargo",
|
|
"test",
|
|
"--verbose",
|
|
"--package=kx-utils@0.1.0"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"scenario": {
|
|
"Mutant": {
|
|
"package": "kx-utils",
|
|
"file": "src/experimental/to_string.rs",
|
|
"function": {
|
|
"function_name": "s",
|
|
"return_type": "-> String",
|
|
"span": {
|
|
"start": {
|
|
"line": 4,
|
|
"column": 1
|
|
},
|
|
"end": {
|
|
"line": 7,
|
|
"column": 2
|
|
}
|
|
}
|
|
},
|
|
"span": {
|
|
"start": {
|
|
"line": 6,
|
|
"column": 5
|
|
},
|
|
"end": {
|
|
"line": 6,
|
|
"column": 13
|
|
}
|
|
},
|
|
"replacement": "\"xyzzy\".into()",
|
|
"genre": "FnValue"
|
|
}
|
|
},
|
|
"summary": "CaughtMutant",
|
|
"log_path": "log/src__experimental__to_string.rs_line_6_col_5_001.log",
|
|
"diff_path": "diff/src__experimental__to_string.rs_line_6_col_5_001.diff",
|
|
"phase_results": [
|
|
{
|
|
"phase": "Build",
|
|
"duration": 0.222958292,
|
|
"process_status": "Success",
|
|
"argv": [
|
|
"/Users/campbjpa/.rustup/toolchains/stable-aarch64-apple-darwin/bin/cargo",
|
|
"test",
|
|
"--no-run",
|
|
"--verbose",
|
|
"--package=kx-utils@0.1.0"
|
|
]
|
|
},
|
|
{
|
|
"phase": "Test",
|
|
"duration": 0.650389375,
|
|
"process_status": {
|
|
"Failure": 101
|
|
},
|
|
"argv": [
|
|
"/Users/campbjpa/.rustup/toolchains/stable-aarch64-apple-darwin/bin/cargo",
|
|
"test",
|
|
"--verbose",
|
|
"--package=kx-utils@0.1.0"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"total_mutants": 2,
|
|
"missed": 0,
|
|
"caught": 2,
|
|
"timeout": 0,
|
|
"unviable": 0,
|
|
"success": 0
|
|
} |