msimerson/Haraka

View on GitHub
outbound/qfile.js

Summary

Maintainability
A
1 hr
Test Coverage

Function parts has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    parts : filename => {
        if (!filename) throw new Error("No filename provided");

        const PARTS_EXPECTED_OLD = 4;
        const PARTS_EXPECTED_CURRENT = 7;
Severity: Minor
Found in outbound/qfile.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status