michahell/pinbored-nwjs

View on GitHub
App/scripts/controllers/tools.js

Summary

Maintainability
A
1 hr
Test Coverage

Function checkDuplicates has 37 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    $scope.checkDuplicates = function() {

      // check if we 'have' bookmarks:
      if(Object.keys($scope.duplicatecheck.bookmarks).length === 0) {
        $scope.loadCachedBookmarks();
Severity: Minor
Found in App/scripts/controllers/tools.js - About 1 hr to fix

There are no issues that match your filters.

Category
Status