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

Summary

Maintainability
A
3 hrs
Test Coverage

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

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

    There are no issues that match your filters.

    Category
    Status