rspec/rspec-core

View on GitHub
lib/rspec/core/formatters/html_printer.rb

Summary

Maintainability
B
4 hrs
Test Coverage

File html_printer.rb has 331 lines of code (exceeds 250 allowed). Consider refactoring.

require 'erb'

module RSpec
  module Core
    module Formatters
Severity: Minor
Found in lib/rspec/core/formatters/html_printer.rb - About 3 hrs to fix

    Method print_example_failed has 6 arguments (exceeds 4 allowed). Consider refactoring.

            def print_example_failed(pending_fixed, description, run_time, failure_id,
                                     exception, extra_content)
    Severity: Minor
    Found in lib/rspec/core/formatters/html_printer.rb - About 45 mins to fix

      There are no issues that match your filters.

      Category