rochdev/tinto

View on GitHub
lib/utils/locator.js

Summary

Maintainability
A
1 hr
Test Coverage

Function locate has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

tinto.Locator.prototype.locate = function() {
  var self = this;
  var parent = this.parent && this.parent.getElement() || Q.when(evaluator.getDriver());

  if (this.cache && this.id) {
Severity: Minor
Found in lib/utils/locator.js - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status