Skip to content

Commit

Permalink
#5 Batch 20
Browse files Browse the repository at this point in the history
  • Loading branch information
mojtaba-eshghie committed Sep 5, 2024
1 parent 9e598cd commit cdbb536
Show file tree
Hide file tree
Showing 5,764 changed files with 595,965 additions and 0 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
5 changes: 5 additions & 0 deletions results/contracts/mutants/Comp/1/BLR/diff_result_GT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"number_of_edits": 3,
"timing": 4.3580002784729,
"edit_script": "<actions>\n <insert-node tree=\"identifier: Comp [135,139]\" parent=\"contract_declaration [126,12635]\" at=\"0\" />\n <update-node tree=\"boolean_literal: true [4014,4018]\" label=\"false\" />\n <delete-node tree=\"identifier: Comp [135,139]\" />\n</actions>\n"
}
32 changes: 32 additions & 0 deletions results/contracts/mutants/Comp/1/BLR/diff_result_difft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"number_of_changes": 1,
"timing": 0.2692990303039551,
"diff_chunks": [
[
{
"lhs": {
"line_number": 100,
"changes": [
{
"start": 15,
"end": 19,
"content": "true",
"highlight": "normal"
}
]
},
"rhs": {
"line_number": 100,
"changes": [
{
"start": 15,
"end": 20,
"content": "false",
"highlight": "normal"
}
]
}
}
]
]
}
5 changes: 5 additions & 0 deletions results/contracts/mutants/Comp/1/BOR/diff_result_GT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"number_of_edits": 3,
"timing": 4.214666843414307,
"edit_script": "<actions>\n <insert-node tree=\"identifier: Comp [135,139]\" parent=\"contract_declaration [126,12634]\" at=\"0\" />\n <update-node tree=\"comparison_operator: == [3736,3738]\" label=\"&lt;=\" />\n <delete-node tree=\"identifier: Comp [135,139]\" />\n</actions>\n"
}
32 changes: 32 additions & 0 deletions results/contracts/mutants/Comp/1/BOR/diff_result_difft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
{
"number_of_changes": 1,
"timing": 0.8081057071685791,
"diff_chunks": [
[
{
"lhs": {
"line_number": 91,
"changes": [
{
"start": 22,
"end": 24,
"content": "==",
"highlight": "keyword"
}
]
},
"rhs": {
"line_number": 91,
"changes": [
{
"start": 22,
"end": 24,
"content": "<=",
"highlight": "keyword"
}
]
}
}
]
]
}
5 changes: 5 additions & 0 deletions results/contracts/mutants/Comp/1/CCD/diff_result_GT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"number_of_edits": 3,
"timing": 3.683204412460327,
"edit_script": "<actions>\n <insert-node tree=\"identifier: Comp [135,139]\" parent=\"contract_declaration [126,12492]\" at=\"0\" />\n <delete-node tree=\"identifier: Comp [135,139]\" />\n <delete-tree tree=\"constructor_definition [2578,2720]\" />\n</actions>\n"
}
208 changes: 208 additions & 0 deletions results/contracts/mutants/Comp/1/CCD/diff_result_difft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,208 @@
{
"number_of_changes": 28,
"timing": 1.4753191471099854,
"diff_chunks": [
[
{
"lhs": {
"line_number": 68,
"changes": [
{
"start": 8,
"end": 12,
"content": "emit",
"highlight": "keyword"
},
{
"start": 13,
"end": 21,
"content": "Transfer",
"highlight": "type"
},
{
"start": 21,
"end": 22,
"content": "(",
"highlight": "delimiter"
},
{
"start": 22,
"end": 29,
"content": "address",
"highlight": "normal"
},
{
"start": 29,
"end": 30,
"content": "(",
"highlight": "delimiter"
},
{
"start": 30,
"end": 31,
"content": "0",
"highlight": "normal"
},
{
"start": 31,
"end": 32,
"content": ")",
"highlight": "delimiter"
},
{
"start": 32,
"end": 33,
"content": ",",
"highlight": "normal"
},
{
"start": 34,
"end": 41,
"content": "account",
"highlight": "normal"
},
{
"start": 41,
"end": 42,
"content": ",",
"highlight": "normal"
},
{
"start": 43,
"end": 54,
"content": "totalSupply",
"highlight": "normal"
},
{
"start": 54,
"end": 55,
"content": ")",
"highlight": "delimiter"
}
]
}
},
{
"lhs": {
"line_number": 67,
"changes": [
{
"start": 8,
"end": 16,
"content": "balances",
"highlight": "normal"
},
{
"start": 16,
"end": 17,
"content": "[",
"highlight": "delimiter"
},
{
"start": 17,
"end": 24,
"content": "account",
"highlight": "normal"
},
{
"start": 24,
"end": 25,
"content": "]",
"highlight": "delimiter"
},
{
"start": 26,
"end": 27,
"content": "=",
"highlight": "normal"
},
{
"start": 28,
"end": 34,
"content": "uint96",
"highlight": "normal"
},
{
"start": 34,
"end": 35,
"content": "(",
"highlight": "delimiter"
},
{
"start": 35,
"end": 46,
"content": "totalSupply",
"highlight": "normal"
},
{
"start": 46,
"end": 47,
"content": ")",
"highlight": "delimiter"
}
]
}
},
{
"lhs": {
"line_number": 69,
"changes": [
{
"start": 4,
"end": 5,
"content": "}",
"highlight": "delimiter"
}
]
}
},
{
"lhs": {
"line_number": 66,
"changes": [
{
"start": 4,
"end": 15,
"content": "constructor",
"highlight": "type"
},
{
"start": 15,
"end": 16,
"content": "(",
"highlight": "delimiter"
},
{
"start": 16,
"end": 23,
"content": "address",
"highlight": "normal"
},
{
"start": 24,
"end": 31,
"content": "account",
"highlight": "normal"
},
{
"start": 31,
"end": 32,
"content": ")",
"highlight": "delimiter"
},
{
"start": 33,
"end": 34,
"content": "{",
"highlight": "delimiter"
}
]
},
"rhs": {
"line_number": 66,
"changes": []
}
}
]
]
}
5 changes: 5 additions & 0 deletions results/contracts/mutants/Comp/1/CSC/diff_result_GT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"number_of_edits": 4,
"timing": 4.408033132553101,
"edit_script": "<actions>\n <insert-node tree=\"identifier: Comp [135,139]\" parent=\"contract_declaration [126,12614]\" at=\"0\" />\n <insert-node tree=\"boolean_literal: true [3726,3730]\" parent=\"if_statement [3722,3874]\" at=\"1\" />\n <delete-node tree=\"identifier: Comp [135,139]\" />\n <delete-tree tree=\"binary_expression [3726,3750]\" />\n</actions>\n"
}
68 changes: 68 additions & 0 deletions results/contracts/mutants/Comp/1/CSC/diff_result_difft.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
{
"number_of_changes": 7,
"timing": 1.2300634384155273,
"diff_chunks": [
[
{
"lhs": {
"line_number": 91,
"changes": [
{
"start": 12,
"end": 21,
"content": "rawAmount",
"highlight": "normal"
},
{
"start": 22,
"end": 24,
"content": "==",
"highlight": "keyword"
},
{
"start": 25,
"end": 26,
"content": "~",
"highlight": "keyword"
},
{
"start": 26,
"end": 33,
"content": "uint256",
"highlight": "normal"
},
{
"start": 33,
"end": 34,
"content": "(",
"highlight": "delimiter"
},
{
"start": 34,
"end": 35,
"content": "0",
"highlight": "normal"
},
{
"start": 35,
"end": 36,
"content": ")",
"highlight": "delimiter"
}
]
},
"rhs": {
"line_number": 91,
"changes": [
{
"start": 12,
"end": 16,
"content": "true",
"highlight": "normal"
}
]
}
}
]
]
}
5 changes: 5 additions & 0 deletions results/contracts/mutants/Comp/1/DLR/diff_result_GT.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
{
"number_of_edits": 4,
"timing": 4.635674238204956,
"edit_script": "<actions>\n <insert-node tree=\"identifier: Comp [135,139]\" parent=\"contract_declaration [126,12635]\" at=\"0\" />\n <insert-node tree=\"storage: storage [8911,8918]\" parent=\"variable_declaration [8900,8921]\" at=\"1\" />\n <delete-node tree=\"identifier: Comp [135,139]\" />\n <delete-node tree=\"memory: memory [8911,8917]\" />\n</actions>\n"
}
Loading

0 comments on commit cdbb536

Please sign in to comment.