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

Summary

Maintainability
A
2 hrs
Test Coverage

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

    @Override
    public void exec() {
        final Home home = new HmBase(this.phiOutputDir);
        final Train<Shift> train;
        if (this.phiOptimize) {
Severity: Major
Found in eo-maven-plugin/src/main/java/org/eolang/maven/PhiMojo.java - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status