MatteoRagni/cas-rb

View on GitHub
docs/js/navigation.js

Summary

Maintainability
A
1 hr
Test Coverage

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

  this.onkeydown = function(e) {
    if (!this.navigationActive) return;
    switch(e.keyCode) {
      case 37: //Event.KEY_LEFT:
        if (this.moveLeft()) e.preventDefault();
Severity: Minor
Found in docs/js/navigation.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status