beevelop/corci-agent

View on GitHub
lib/Cordova.js

Summary

Maintainability
A
1 hr
Test Coverage

Function init has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Cordova.prototype.init = function () {
    var _this = this;
    return this.callHook('onInit')
        .bind(this)
        .then(this.ensurePlatform)
Severity: Minor
Found in lib/Cordova.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status