rapid7/ruby_smb

View on GitHub
lib/ruby_smb/server/share/provider/disk/processor.rb

Summary

Maintainability
B
5 hrs
Test Coverage

Method build_fscc_file_information has 72 lines of code (exceeds 25 allowed). Consider refactoring.
Open

            def build_fscc_file_information(path, info_class, rename: nil)
              case info_class
              when Fscc::FileInformation::FILE_ACCESS_INFORMATION
                info = Fscc::FileInformation::FileAccessInformation.new
                # smb2_access_mask returns back either file or directory access mask depending on what path is,
Severity: Major
Found in lib/ruby_smb/server/share/provider/disk/processor.rb - About 2 hrs to fix

    Method build_fscc_file_information has a Cognitive Complexity of 19 (exceeds 5 allowed). Consider refactoring.
    Open

                def build_fscc_file_information(path, info_class, rename: nil)
                  case info_class
                  when Fscc::FileInformation::FILE_ACCESS_INFORMATION
                    info = Fscc::FileInformation::FileAccessInformation.new
                    # smb2_access_mask returns back either file or directory access mask depending on what path is,
    Severity: Minor
    Found in lib/ruby_smb/server/share/provider/disk/processor.rb - About 2 hrs to fix

    Cognitive Complexity

    Cognitive Complexity is a measure of how difficult a unit of code is to intuitively understand. Unlike Cyclomatic Complexity, which determines how difficult your code will be to test, Cognitive Complexity tells you how difficult your code will be to read and comprehend.

    A method's cognitive complexity is based on a few simple rules:

    • Code is not considered more complex when it uses shorthand that the language provides for collapsing multiple statements into one
    • Code is considered more complex for each "break in the linear flow of the code"
    • Code is considered more complex when "flow breaking structures are nested"

    Further reading

    There are no issues that match your filters.

    Category
    Status