terranodo/angular-search

View on GitHub
app/components/tweetlist/tweetlistDirective.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function tweetlist has 49 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        function tweetlist(Map, HeightModule, PanelInformationService) {
            var MapService = Map;
            return {
                link: tweetlistLink,
                restrict: 'EA',
Severity: Minor
Found in app/components/tweetlist/tweetlistDirective.js - About 1 hr to fix

    Function tweetlistLink has 40 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

                function tweetlistLink(scope) {
                    var vm = scope;
                    vm.tweetList = [];
                    vm.tweetList.exist = false;
    
    
    Severity: Minor
    Found in app/components/tweetlist/tweetlistDirective.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status