bashaus/gbtiles

View on GitHub
lib/gbtiles/gbr/import/gbr_file.rb

Summary

Maintainability
A
1 hr
Test Coverage

Method open has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

        def self.open file
          import = GBTiles::GBR::Import::GBRFile.new

          # Check to see if this is a valid file type
          if (file.read(3) != "GBO") then
Severity: Minor
Found in lib/gbtiles/gbr/import/gbr_file.rb - About 1 hr to fix

    There are no issues that match your filters.

    Category
    Status