sydtest-mutation-0.1.0.0: test_resources/augmented-manifest.json
[
[
{
"col_end": 15,
"col_start": 14,
"context_after": [
" in result"
],
"context_before": [
"add :: Int -> Int -> Int",
"add x y ="
],
"covering_tests": {
"": [
"add.adds two numbers",
"add.commutativity:1"
]
},
"end_line": 5,
"id": [
"Foo.Bar",
"ArithOp",
"5",
"14",
"15"
],
"line": 5,
"module": "Foo.Bar",
"mutated_lines": [
" result = x - y"
],
"operator": "ArithOp",
"original": "+",
"replacement": "-",
"source_file": "src/Foo/Bar.hs",
"source_lines": [
" result = x + y"
],
"timeout_micros": 30000000
}
]
]