tanaikech/ImgApp

View on GitHub
SlidesAppp.js

Summary

Maintainability
A
2 hrs
Test Coverage

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

    SlidesAppp.prototype.createNewSlidesWithPageSize = function (obj_) {
      var blob, createObj, e, pptxObj, tmpId;
      if (!obj_ || Object.keys(obj_).length === 0) {
        putError.call(this, "Object was not found. Please confirm it again.");
      }
Severity: Minor
Found in SlidesAppp.js - About 1 hr to fix

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

        function SlidesAppp(id_) {
    
          /**
           * ### Description
           * Check whether Drive API is enabled at Advanced Google services, and return it as true or false and the version.
    Severity: Minor
    Found in SlidesAppp.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status