bytecode.go

Summary

Maintainability
A
0 mins
Test Coverage

Consider simplifying this complex logical expression.
Wontfix

    if o.NumParams != other.NumParams ||
        o.NumLocals != other.NumLocals ||
        o.Variadic != other.Variadic ||
        len(o.Instructions) != len(other.Instructions) ||
        len(o.Free) != len(other.Free) ||
Severity: Major
Found in bytecode.go - About 40 mins to fix

    There are no issues that match your filters.

    Category
    Status