vj4/ui/components/tab/Tab.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function switchToTab has 59 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  async switchToTab(idx) {
    if (idx === this.currentIndex) {
      return;
    }
    if (this.isAnimating) {
Severity: Major
Found in vj4/ui/components/tab/Tab.js - About 2 hrs to fix

    Function attach has 38 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      attach() {
        if (this.attached) {
          return false;
        }
    
    
    Severity: Minor
    Found in vj4/ui/components/tab/Tab.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status