htdocs/assets/js/views/help.js

Summary

Maintainability
A
1 hr
Test Coverage

Function parseKeyStr has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        parseKeyStr: function(keyStr) {
            var tkeys = [];
            var keys = keyStr.split('+');
            for(var i = 0; i < keys.length; ++i) {
                var tkey = keys[i];
Severity: Minor
Found in htdocs/assets/js/views/help.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status