ArnaudBuchholz/gpf-js

View on GitHub
src/xml/xpath/parser.js

Summary

Maintainability
A
1 hr
Test Coverage

Function _gpfXmlXPathLevel has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

function _gpfXmlXPathLevel (tokens) {
    var relative,
        chain = new _GpfXmlXPathChain(),
        subOrDeep,
        operator;
Severity: Minor
Found in src/xml/xpath/parser.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status