lib/rdoc/generator/json_index.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method generate_gzipped has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

  def generate_gzipped
    return if @options.dry_run or not defined?(Zlib)

    debug_msg "Compressing generated JSON index"
    out_dir = @base_dir + @options.op_dir
Severity: Minor
Found in lib/rdoc/generator/json_index.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status