NeuraLegion/sectester-net

View on GitHub

Showing 4 of 18 total issues

Method Issue has 10 arguments (exceeds 4 allowed). Consider refactoring.
Open

public record Issue(string Id, string Details, string Name, string Remedy, Request OriginalRequest, Request Request,
  int Order, Severity Severity, Protocol Protocol, DateTime Time)
Severity: Major
Found in src/SecTester.Scan/Models/Issue.cs - About 1 hr to fix

    Method HandleEvent has 29 lines of code (exceeds 25 allowed). Consider refactoring.
    Open

      private async Task HandleEvent(Type eventHandler, ConsumedMessage consumedMessage)
      {
        try
        {
          var scope = _scopeFactory.CreateAsyncScope();
    Severity: Minor
    Found in src/SecTester.Bus/Dispatchers/RmqEventBus.cs - About 1 hr to fix

      Method HandleEvent has a Cognitive Complexity of 9 (exceeds 5 allowed). Consider refactoring.
      Open

        private async Task HandleEvent(Type eventHandler, ConsumedMessage consumedMessage)
        {
          try
          {
            var scope = _scopeFactory.CreateAsyncScope();
      Severity: Minor
      Found in src/SecTester.Bus/Dispatchers/RmqEventBus.cs - About 55 mins 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

      Method Entry has 5 arguments (exceeds 4 allowed). Consider refactoring.
      Open

      public record Entry(DateTime StartedDateTime, RequestMessage Request, ResponseMessage Response, Timings Timings, Cache Cache)
      Severity: Minor
      Found in src/SecTester.Scan/Models/HarSpec/Entry.cs - About 35 mins to fix
        Severity
        Category
        Status
        Source
        Language