airbug/bugcore

View on GitHub
libraries/bugcore/js/src/data/Document.js

Summary

Maintainability
A
1 hr
Test Coverage

Function setPath has 48 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        setPath: function(path, value) {
            if (path === "") {
                this.data = value;
            } else {
                if (!TypeUtil.isObject(this.data) && !TypeUtil.isArray(this.data)) {
Severity: Minor
Found in libraries/bugcore/js/src/data/Document.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status