eo-maven-plugin/src/main/java/org/eolang/maven/UnphiMojo.java

Summary

Maintainability
A
1 hr
Test Coverage

Method exec has 45 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    @Override
    public void exec() {
        final List<Path> errors = new ListOf<>();
        final Home home = new HmBase(this.unphiOutputDir);
        final Iterable<Directive> metas = new UnphiMojo.Metas(this.unphiMetas);
Severity: Minor
Found in eo-maven-plugin/src/main/java/org/eolang/maven/UnphiMojo.java - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status