Showing 25 of 30 total issues

File HasBrowserCommandAliases.php has 388 lines of code (exceeds 250 allowed). Consider refactoring.
Open

<?php

namespace Glhd\Dawn\Browser\Concerns;

use Closure;
Severity: Minor
Found in src/Browser/Concerns/HasBrowserCommandAliases.php - About 5 hrs to fix

    File HasBrowserAssertionAliases.php has 263 lines of code (exceeds 250 allowed). Consider refactoring.
    Open

    <?php
    
    namespace Glhd\Dawn\Browser\Concerns;
    
    use Facebook\WebDriver\WebDriverBy;
    Severity: Minor
    Found in src/Browser/Concerns/HasBrowserAssertionAliases.php - About 2 hrs to fix

      Method handle has 49 lines of code (exceeds 25 allowed). Consider refactoring.
      Open

          public function handle()
          {
              $this->base = rtrim(realpath(__DIR__.'/../../Browser/Commands'), '/').'/';
              
              $this->line('Generating traits...');
      Severity: Minor
      Found in src/Console/Commands/GenerateCommandHelpersCommand.php - About 1 hr to fix

        Method performAssertions has 36 lines of code (exceeds 25 allowed). Consider refactoring.
        Open

            protected function performAssertions(RemoteWebDriverBroker $broker): void
            {
                $segments = parse_url($this->actual);
                
                $segments['url'] = sprintf(
        Severity: Minor
        Found in src/Browser/Commands/Assertions/AssertUrl.php - About 1 hr to fix

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

              public function responsiveScreenshots(string $name): static
              {
                  // TODO: $responsiveScreenSizes
                  $sizes = [
                      'xs' => [
          Severity: Minor
          Found in src/Browser/Concerns/HasBrowserCommandAliases.php - About 1 hr to fix

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

                public function register()
                {
                    $this->mergeConfigFrom($this->packageConfigFile(), 'dawn');
            
                    if (! $this->app->runningUnitTests()) {
            Severity: Minor
            Found in src/Providers/DawnServiceProvider.php - About 1 hr to fix

              Method handleFile has 26 lines of code (exceeds 25 allowed). Consider refactoring.
              Open

                  protected function handleFile(SplFileInfo $file): array
                  {
                      $source = $file->getContents();
                      
                      $trait = Str::of($file->getRelativePath())
              Severity: Minor
              Found in src/Console/Commands/GenerateCommandHelpersCommand.php - About 1 hr to fix

                Method performAssertions has 26 lines of code (exceeds 25 allowed). Consider refactoring.
                Open

                    protected function performAssertions(RemoteWebDriverBroker $broker): void
                    {
                        $parts = parse_url($this->actual);
                        
                        Assert::assertArrayHasKey(
                Severity: Minor
                Found in src/Browser/Commands/Assertions/AssertQueryStringHas.php - About 1 hr to fix

                  Method __construct has 7 arguments (exceeds 4 allowed). Consider refactoring.
                  Open

                          public WebDriverBy|string $selector,
                          public ?bool $expect_exists = true,
                          public string $resolver = 'find',
                          public ?bool $expect_displayed = null,
                          public ?bool $expect_selected = null,
                  Severity: Major
                  Found in src/Browser/Commands/Assertions/AssertElementStatus.php - About 50 mins to fix

                    Method assertElementStatus has 7 arguments (exceeds 4 allowed). Consider refactoring.
                    Open

                        public function assertElementStatus(WebDriverBy|string $selector, ?bool $expect_exists = true, string $resolver = 'find', ?bool $expect_displayed = null, ?bool $expect_selected = null, ?bool $expect_enabled = null, ?bool $expect_focused = null): static
                    Severity: Major
                    Found in src/Browser/Concerns/ExecutesAssertionCommands.php - About 50 mins to fix

                      Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
                      Open

                              ?string $public_path = null,
                              string $host = '127.0.0.1',
                              int $port = 8089,
                              ?LoopInterface $loop = null,
                              ?ReadableStreamInterface $stdin = null,
                      Severity: Minor
                      Found in src/Http/WebServerProcess.php - About 45 mins to fix

                        Method __construct has 6 arguments (exceeds 4 allowed). Consider refactoring.
                        Open

                                public WebDriverBy|string $selector,
                                public $value,
                                public bool $expected = true,
                                public bool $expect_indeterminate = false,
                                public string $resolver = 'findOrFail',
                        Severity: Minor
                        Found in src/Browser/Commands/Assertions/AssertSelectionState.php - About 45 mins to fix

                          Method assertSelectionState has 6 arguments (exceeds 4 allowed). Consider refactoring.
                          Open

                              public function assertSelectionState(WebDriverBy|string $selector, $value, bool $expected = true, bool $expect_indeterminate = false, string $resolver = 'findOrFail', string $message = ''): static
                          Severity: Minor
                          Found in src/Browser/Concerns/ExecutesAssertionCommands.php - About 45 mins to fix

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

                                    protected Browser $browser,
                                    protected Closure $wait,
                                    protected ?int $seconds = null,
                                    protected int $interval = 100,
                                    protected ?string $message = null,
                            Severity: Minor
                            Found in src/Browser/PendingWait.php - About 35 mins to fix

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

                                  public function addCookie(string $name, ?string $value = null, int|DateTimeInterface|null $expiry = null, array $options = [], bool $encrypt = true): static
                              Severity: Minor
                              Found in src/Browser/Concerns/ExecutesCookieCommands.php - About 35 mins to fix

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

                                        public string $request_id,
                                        public int $status,
                                        public array $headers,
                                        public string $content,
                                        public string $version,
                                Severity: Minor
                                Found in src/Http/Commands/SendWebResponse.php - About 35 mins to fix

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

                                      public function assertAttribute(WebDriverBy|string $selector, string $attribute, $value, bool $not = false, bool $contains = false): static
                                  Severity: Minor
                                  Found in src/Browser/Concerns/ExecutesAssertionCommands.php - About 35 mins to fix

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

                                            public string $name,
                                            public ?string $value = null,
                                            public int|DateTimeInterface|null $expiry = null,
                                            public array $options = [],
                                            bool $encrypt = true,
                                    Severity: Minor
                                    Found in src/Browser/Commands/Cookies/AddCookie.php - About 35 mins to fix

                                      Function find has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          public function find(?string $in = null): ?string
                                          {
                                              $in ??= $this->cwd;
                                              
                                              if (file_exists("{$in}/composer.json")) {
                                      Severity: Minor
                                      Found in src/Support/ArtisanExecutableFinder.php - About 35 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

                                      Function clickMatchingOptions has a Cognitive Complexity of 7 (exceeds 5 allowed). Consider refactoring.
                                      Open

                                          protected function clickMatchingOptions(Collection $options, bool $multiple = false)
                                          {
                                              // If we're not passed a value, just click a random item
                                              if (null === $this->value) {
                                                  $options->random()->click();
                                      Severity: Minor
                                      Found in src/Browser/Commands/Elements/Select.php - About 35 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

                                      Severity
                                      Category
                                      Status
                                      Source
                                      Language