adobe/brackets

View on GitHub
src/extensions/samples/TypingSpeedLogger/main.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function initTypingSpeedLogging has 50 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function initTypingSpeedLogging() {
        var editor = null,
            inputField = null,
            inProgress = false;

Severity: Minor
Found in src/extensions/samples/TypingSpeedLogger/main.js - About 2 hrs to fix

    Function inputChangedHandler has 31 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

            var inputChangedHandler = function () {
                // CodeMirror's fastPoll will batch up input events into a consolidated change
                if (inProgress) {
                    return;
                }
    Severity: Minor
    Found in src/extensions/samples/TypingSpeedLogger/main.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status