edgardleal/require-vuejs

View on GitHub
spec/documentMock.js

Summary

Maintainability
A
1 hr
Test Coverage

Function BaseNode has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    var BaseNode = function(tagName) {
        this.tagName = tagName;
        this.childs = [];
        this.appendChild = function(node) {
            this[node.tagName] = node;
Severity: Minor
Found in spec/documentMock.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status