azukiapp/azk

View on GitHub
src/cli/helpers.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function vmStartProgress has 53 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  vmStartProgress(cmd) {
    return (event) => {
      if (!event) {
        return;
      }
Severity: Major
Found in src/cli/helpers.js - About 2 hrs to fix

    Function escapeCapture has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      escapeCapture(callback) {
        // Escape sequence
        var escapeBuffer = false;
        var escape = false;
    
    
    Severity: Minor
    Found in src/cli/helpers.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status