attester/attester

View on GitHub
lib/test-type/aria-templates/at-test-type.js

Summary

Maintainability
B
5 hrs
Test Coverage

Function exports has 86 lines of code (exceeds 25 allowed). Consider refactoring.
Open

module.exports = function (attester) {
    var BaseTestType = attester.classes.BaseTestType;
    var TestsEnumerator = require('./at-tests-enumerator.js');

    var url = attester.utils.url;
Severity: Major
Found in lib/test-type/aria-templates/at-test-type.js - About 3 hrs to fix

    Function AriaTemplatesTests has 46 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

        var AriaTemplatesTests = function (campaign, inputConfig) {
            // Default values for the config:
            var testConfig = {
                rootFolderPath: '/',
                bootstrap: null,
    Severity: Minor
    Found in lib/test-type/aria-templates/at-test-type.js - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status