neo4jrb/neo4j-core

View on GitHub
lib/neo4j/core/label.rb

Summary

Maintainability
A
2 hrs
Test Coverage

Class Label has 25 methods (exceeds 20 allowed). Consider refactoring.
Open

    class Label
      attr_reader :name

      def initialize(name, session)
        @name = name
Severity: Minor
Found in lib/neo4j/core/label.rb - About 2 hrs to fix

    There are no issues that match your filters.

    Category
    Status