prawnpdf/prawn

View on GitHub
lib/prawn/document/span.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method span has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def span(width, options = {})
      Prawn.verify_options([:position], options)
      original_position = y

      # FIXME: Any way to move this upstream?
Severity: Minor
Found in lib/prawn/document/span.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status