eo-runtime/src/main/java/EOorg/EOeolang/EOtxt/EOregex$EOcompiled.java

Summary

Maintainability
A
1 hr
Test Coverage

Method lambda has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public Phi lambda() throws Exception {
        final Phi regex = this.take(Attr.RHO);
        final String expression = new Dataized(regex.take("expression")).asString();
        if (!expression.startsWith("/")) {

    There are no issues that match your filters.

    Category
    Status