appsignal/appsignal

View on GitHub
ext/base.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Method report has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

def report
  @report ||=
    begin
      rbconfig = RbConfig::CONFIG
      {
Severity: Minor
Found in ext/base.rb - About 1 hr to fix

    Method download_archive has 34 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

    def download_archive(type)
      report["build"]["source"] = "remote"
    
      unless ARCH_CONFIG.key?(type)
        abort_installation(
    Severity: Minor
    Found in ext/base.rb - About 1 hr to fix

      There are no issues that match your filters.

      Category
      Status