nemesiscodex/openfonacide

View on GitHub
static/js/dncp/util/shape/Symbol.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function buildPath has 76 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        buildPath : function (ctx, style) {
            var pointList = style.pointList;
            var len = pointList.length;
            if (len === 0) {
                return;
Severity: Major
Found in static/js/dncp/util/shape/Symbol.js - About 3 hrs to fix

    There are no issues that match your filters.

    Category
    Status