code-mancers/invoicing

View on GitHub
lib/invoicing/ledger_item/pdf_generator.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method render_summary has 31 lines of code (exceeds 25 allowed). Consider refactoring.
Open

      def render_summary(pdf)
        pdf.move_down 25
        pdf.text 'Invoice Summary', size: 12, style: :bold
        pdf.stroke_horizontal_rule

Severity: Minor
Found in lib/invoicing/ledger_item/pdf_generator.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status