devstaff-crete/DevStaff-Heraklion

View on GitHub
meetups/meetup06-MobileDev/x-platform/plugin/search/search.js

Summary

Maintainability
D
2 days
Test Coverage

Function RevealSearch has a Cognitive Complexity of 70 (exceeds 5 allowed). Consider refactoring.
Open

var RevealSearch = (function() {

    var matchedSlides;
    var currentMatchedIndex;
    var searchboxDirty;
Severity: Minor
Found in meetups/meetup06-MobileDev/x-platform/plugin/search/search.js - About 1 day to fix

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 RevealSearch has 137 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var RevealSearch = (function() {

    var matchedSlides;
    var currentMatchedIndex;
    var searchboxDirty;
Severity: Major
Found in meetups/meetup06-MobileDev/x-platform/plugin/search/search.js - About 5 hrs to fix

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

    function Hilitor(id, tag)
    {
    
      var targetNode = document.getElementById(id) || document.body;
      var hiliteTag = tag || "EM";
    Severity: Major
    Found in meetups/meetup06-MobileDev/x-platform/plugin/search/search.js - About 2 hrs to fix

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

        this.hiliteWords = function(node)
        {
          if(node == undefined || !node) return;
          if(!matchRegex) return;
          if(skipTags.test(node.nodeName)) return;
      Severity: Minor
      Found in meetups/meetup06-MobileDev/x-platform/plugin/search/search.js - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status