uktrade/directory-components

View on GitHub
directory_components/static/directory_components/js/dit.components.company-lookup.js

Summary

Maintainability
D
1 day
Test Coverage

Function lookup has 199 lines of code (exceeds 25 allowed). Consider refactoring.
Open

dit.components.lookup = (new function() {

  /* Performs a data lookup and displays multiple choice results
   * to populate the input value with user choice.
   *

    Function SelectiveLookup has 99 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      function SelectiveLookup($input, service, options) {
        var instance = this;
        var popupId = dit.utils.uniqueString();
    
        // Configure options.

      Function lookup has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring.
      Open

      dit.components.lookup = (new function() {
      
        /* Performs a data lookup and displays multiple choice results
         * to populate the input value with user choice.
         *

      Cognitive Complexity

      Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

      A method's cognitive complexity is based on a few simple rules:

      • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
      • Code is considered more complex for each "break in the linear flow of the code"
      • Code is considered more complex when "flow breaking structures are nested"

      Further reading

      Function data has 27 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

      dit.data = (new function() {
      
        function Service(url, configuration) {
          var service = this;
          var config = $.extend({

        There are no issues that match your filters.

        Category
        Status