zulhilmizainuddin/nodejs-traceroute

View on GitHub
src/process.ts

Summary

Maintainability
A
1 hr
Test Coverage

Function trace has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public trace(domainName: string): void {
        if (!this.isValidDomainName(domainName)) {
            throw "Invalid domain name or IP address";
        }

Severity: Minor
Found in src/process.ts - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status