jsperf/jsperf.com

View on GitHub
server/repositories/browserscope.js

Summary

Maintainability
A
1 hr
Test Coverage

Function register has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

exports.register = function (server, options, next) {
  server.expose('addTest', function (title, description, slug) {
    return new Promise(function (resolve, reject) {
      var qs = querystring.stringify({
        'api_key': options.api_key,
Severity: Minor
Found in server/repositories/browserscope.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status