dlueth/qoopido.nucleus

View on GitHub
src/url.js

Summary

Maintainability
B
6 hrs
Test Coverage

Function definition has 168 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    function definition(abstractUuid, iterate) {
        var objectDefineProperties    = Object.defineProperties,
            storage                   = {},
            regexMatchLeadingSlash    = /^\//,
            regexMatchParameter       = /[?&]?([^=]+)=([^&]*)/g,
Severity: Major
Found in src/url.js - About 6 hrs to fix

    There are no issues that match your filters.

    Category
    Status