mike-north/ember-creditcard

View on GitHub
addon/utils/number-to-type.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function ccNumberToType has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

export function ccNumberToType(params, hash) {
  let [num] = params;
  let result = null;
  switch (true) {
    case /^3[47]/.test(num):
Severity: Major
Found in addon/utils/number-to-type.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status