SimpliField/angular-sf-load

View on GitHub
src/load.service.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function LoadService has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function LoadService($q, $log) {
  return {
    runState: runCustomState.bind(null, 'actions'),
    runCustomState: runCustomState,
    loadState: loadCustomState.bind(null, 'states'),
Severity: Major
Found in src/load.service.js - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status