SU-SWS/stanford_profile

View on GitHub
themes/stanford_basic/src/js/components/nav/ElementFetcher.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function fetch has 57 lines of code (exceeds 25 allowed). Consider refactoring.
Open

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

    There are no issues that match your filters.

    Category
    Status