andywenk/page_performance

View on GitHub
lib/page_performance/utils/argv_parser.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method parse has 69 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def parse
        @options[:ignore_ssl_errors] = 'no'

        option_parser = OptionParser.new do |opts|
          opts.banner = "PagePerformance v. #{@version}\n\nThis program is intended to test the performance of a website. It uses phantomjs which is a headless,\nwebkit based cli browser. "
Severity: Major
Found in lib/page_performance/utils/argv_parser.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status