scooterw/ffi-ogr

View on GitHub
lib/ffi-ogr/geometry.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Geometry has 21 methods (exceeds 20 allowed). Consider refactoring.
Open

  class Geometry
    attr_accessor :ptr

    def initialize(ptr)
      @ptr = FFI::AutoPointer.new(ptr, self.class.method(:release))
Severity: Minor
Found in lib/ffi-ogr/geometry.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status