mirror of
https://github.com/status-im/embark-area-51.git
synced 2025-01-11 14:34:40 +00:00
Update function complexity
This commit is contained in:
parent
fa8f4b4e41
commit
b1f9097824
@ -102,7 +102,7 @@ class ContractSource {
|
||||
Object.values(this.contractBytecode).every((contractBytecode) => { return (Object.values(contractBytecode).length <= 1); });
|
||||
}
|
||||
|
||||
/*eslint complexity: ["error", 38]*/
|
||||
/*eslint complexity: ["error", 39]*/
|
||||
generateCodeCoverage(trace) {
|
||||
if(!this.ast || !this.contractBytecode) throw new Error('Error generating coverage: solc output was not assigned');
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user