lib/javascript/fie/commander.js

Summary

Maintainability
A
1 hr
Test Coverage

Function processCommand has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  processCommand(command, parameters = {}) {
    switch(command) {
      case 'refresh_view':
        innerHTML(document.querySelector('[fie-body=true]'), parameters.html);
        const event = new Event(this.eventName);
Severity: Minor
Found in lib/javascript/fie/commander.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status