cloudfoundry/stratos

View on GitHub
src/test-e2e/skip-plugin.js

Summary

Maintainability
A
3 hrs
Test Coverage

Function install has 52 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  module.exports.install = function (jasmine) {
    const global = jasmine.getGlobal();
    const _super = {
      describe: global.describe,
      fdescribe: global.fdescribe,
Severity: Major
Found in src/test-e2e/skip-plugin.js - About 2 hrs to fix

    Function reporter has 30 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      module.exports.reporter = function () {
        var total = 0;
        var skipped = 0;
    
        const ansi = {
    Severity: Minor
    Found in src/test-e2e/skip-plugin.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status