prawnpdf/prawn

View on GitHub
lib/prawn/graphics.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method stroke_axis has 47 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def stroke_axis(options = {})
      options = {
        at: [0, 0],
        height: bounds.height - (options[:at] || [0, 0])[1],
        width: bounds.width - (options[:at] || [0, 0])[0],
Severity: Minor
Found in lib/prawn/graphics.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status