prawnpdf/prawn

View on GitHub
lib/prawn/images.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method image_position has 26 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    def image_position(width, height, options)
      options[:position] ||= :left

      y =
        case options[:vposition]
Severity: Minor
Found in lib/prawn/images.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status