Do not remove function and method calls
This commit is contained in:
parent
4f62befcd6
commit
c3fc36ffa7
|
|
@ -6,7 +6,9 @@
|
||||||
]
|
]
|
||||||
},
|
},
|
||||||
"mutators": {
|
"mutators": {
|
||||||
"@default": true
|
"@default": true,
|
||||||
|
"FunctionCallRemoval": false,
|
||||||
|
"MethodCallRemoval": false
|
||||||
},
|
},
|
||||||
"minMsi": 100,
|
"minMsi": 100,
|
||||||
"minCoveredMsi": 100
|
"minCoveredMsi": 100
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue