okunishinishi/node-mysqldesc

View on GitHub
lib/describing/mysql_describer.js

Summary

Maintainability
A
2 hrs
Test Coverage

Function describeDatabase has 35 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    describeDatabase: function (database, callback) {
        var s = this,
            querier = s._querier;
        querier.connect();
        async.waterfall([
Severity: Minor
Found in lib/describing/mysql_describer.js - About 1 hr to fix

    Function describeDatabaseKeyColumnUsage has 32 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        describeDatabaseKeyColumnUsage: function (database, callback) {
            var s = this,
                querier = s._querier;
            querier.connect();
            async.waterfall([
    Severity: Minor
    Found in lib/describing/mysql_describer.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status