indentlabs/notebook

View on GitHub
app/services/documents/analysis/counting_service.rb

Summary

Maintainability
A
1 hr
Test Coverage

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

      def self.analyze(analysis_id)
        analysis = DocumentAnalysis.find(analysis_id)
        document = analysis.document

        # Length counters
Severity: Minor
Found in app/services/documents/analysis/counting_service.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status