SU-SWS/decanter

View on GitHub
core/src/js/components/nav/ElementFetcher.js

Summary

Maintainability
A
1 hr
Test Coverage

Function fetch has 51 lines of code (exceeds 40 allowed). Consider refactoring.
Open

  fetch() {
    try {
      switch (this.what) {
        case 'first':
          return this.item.parentNode.firstElementChild.firstChild;
Severity: Major
Found in core/src/js/components/nav/ElementFetcher.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status