avocado-framework/avocado

View on GitHub
optional_plugins/html/avocado_result_html/templates/avocado_html.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function ResizeControl has 75 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  function ResizeControl(table) {
    var tableBorderSize = table.outerWidth() - table.innerWidth();
    this.resizeData = {
      isResizing: false,
      mouseDownFired: false
Severity: Major
Found in optional_plugins/html/avocado_result_html/templates/avocado_html.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status