givanse/mvc-tree

View on GitHub
app/mixins/coordinates-factory.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getBorderPos has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  getBorderPos: function(gridNode, options) {
    var x = gridNode.get('x');
    var y = gridNode.get('y');
    var colW = this.get('svgenv.colW');
    var rowH = this.get('svgenv.rowH');
Severity: Minor
Found in app/mixins/coordinates-factory.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status