unepwcmc/SAPI

View on GitHub
lib/modules/latex_to_pdf.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

  def self.escape_latex(text)
    # :stopdoc:
    unless @latex_escaper
      if defined?(RedCloth::Formatters::LATEX)
        class << (@latex_escaper = RedCloth.new(''))
Severity: Minor
Found in lib/modules/latex_to_pdf.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status