io-digital/tephra

View on GitHub
src/index.js

Summary

Maintainability
A
1 hr
Test Coverage

Function constructor has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  constructor(
    SHARED_SECRET,
    AUTH_PORT,
    ACCT_PORT,
    COA_PORT,
Severity: Minor
Found in src/index.js - About 1 hr to fix

    Consider simplifying this complex logical expression.
    Open

            if (!(
              typeof dict.vendor === 'string' &&
              dict.vendor.length &&
              typeof dict.path === 'string' &&
              dict.path.length &&
    Severity: Major
    Found in src/index.js - About 40 mins to fix

      There are no issues that match your filters.

      Category
      Status