ouest-insa/siaje-wrapper

View on GitHub
lib/siaje.js

Summary

Maintainability
A
1 hr
Test Coverage

Function getStudies has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

Siaje.prototype.getStudies = function(cb) {
    request.get({
        url: this.baseUrl + '/' + this.je + '/' + PAGE_STUDIES,
        jar: this.j
    }, function(err, res, body) {
Severity: Minor
Found in lib/siaje.js - About 1 hr to fix

    Function Siaje has 5 arguments (exceeds 4 allowed). Consider refactoring.
    Open

    function Siaje(baseUrl, je, login, password, cb) {
    Severity: Minor
    Found in lib/siaje.js - About 35 mins to fix

      There are no issues that match your filters.

      Category
      Status