angelakuo/citydogshare

View on GitHub
public/assets/jasmine-console-reporter-709632a252e23a5ed0cbe1e796aadcb2581e34c2e6febad6c96a5a9327dd6077.js

Summary

Maintainability
A
1 hr
Test Coverage

Function specDone has 39 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  proto.reportSpecResults = proto.specDone = function(spec) {
    if(spec.results) { //jasmine 1.x
      var specResult = spec.results()
      if(specResult.skipped) {
        this.skipped_or_pending_specs++;

    There are no issues that match your filters.

    Category
    Status