devstaff-crete/DevStaff-Heraklion

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

Summary

Maintainability
D
2 days
Test Coverage

Function zoom has a Cognitive Complexity of 47 (exceeds 5 allowed). Consider refactoring.
Open

var zoom = (function(){

    // The current zoom level (scale)
    var level = 1;

Severity: Minor
Found in meetups/meetup06-MobileDev/x-platform/plugin/zoom-js/zoom.js - About 7 hrs 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 zoom has 152 lines of code (exceeds 25 allowed). Consider refactoring.
Open

var zoom = (function(){

    // The current zoom level (scale)
    var level = 1;

Severity: Major
Found in meetups/meetup06-MobileDev/x-platform/plugin/zoom-js/zoom.js - About 6 hrs to fix

    Function magnify has 55 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        function magnify( rect, scale ) {
    
            var scrollOffset = getScrollOffset();
    
            // Ensure a width/height is set
    Severity: Major
    Found in meetups/meetup06-MobileDev/x-platform/plugin/zoom-js/zoom.js - About 2 hrs to fix

      Function to has 28 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

              to: function( options ) {
      
                  // Due to an implementation limitation we can't zoom in
                  // to another element without zooming out first
                  if( level !== 1 ) {
      Severity: Minor
      Found in meetups/meetup06-MobileDev/x-platform/plugin/zoom-js/zoom.js - About 1 hr to fix

        There are no issues that match your filters.

        Category
        Status