EscolaLMS/Jitsi

View on GitHub

Showing 8 of 12 total issues

Method getChannelData has 51 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function getChannelData(
        User $user,
        string $channelDisplayName,
        bool $isModerator = false,
        array $configOverwrite = [],
Severity: Major
Found in src/Services/JitsiService.php - About 2 hrs to fix

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

        public function __construct(array $participants, string $initiatorId, int $durationSec, string $startTimestamp, string $endTimestamp, string $recordingSessionId, string $preAuthenticatedLink, bool|null $share)
    Severity: Major
    Found in src/Dto/RecordedVideoDataDto.php - About 1 hr to fix

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

          public function __construct(string $eventType, string $timestamp, string $sessionId, string $fqn, string $appId, array $data)
      Severity: Minor
      Found in src/Dto/RecordedVideoDto.php - About 45 mins to fix

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

            public static function convertToJitsiSlug(string $str, array $options = [], string|null $type = null, int|null $modelId = null, string|null $subModel = null): string
        Severity: Minor
        Found in src/Helpers/StringHelper.php - About 35 mins to fix

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

                  User $user,
                  string $channelDisplayName,
                  bool $isModerator = false,
                  array $configOverwrite = [],
                  $interfaceConfigOverwrite = []
          Severity: Minor
          Found in src/Services/Contracts/JitsiServiceContract.php - About 35 mins to fix

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

                    User $user,
                    string $channelDisplayName,
                    bool $isModerator = false,
                    array $configOverwrite = [],
                    $interfaceConfigOverwrite = []
            Severity: Minor
            Found in src/Services/Contracts/JaasServiceContract.php - About 35 mins to fix

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

                      User $user,
                      string $channelDisplayName,
                      bool $isModerator = false,
                      array $configOverwrite = [],
                      $interfaceConfigOverwrite = []
              Severity: Minor
              Found in src/Services/JitsiService.php - About 35 mins to fix

                Function recordedVideo has a Cognitive Complexity of 6 (exceeds 5 allowed). Consider refactoring.
                Open

                    public function recordedVideo(RecordedVideoDto $dto): void
                    {
                        $appId = config('jitsi.app_id');
                        if (!Str::startsWith($dto->getFqn(), $appId . '/')) {
                            throw new InvalidJitsiFqnException();
                Severity: Minor
                Found in src/Services/JitsiVideoService.php - About 25 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