Fazendaaa/AnilistBot

View on GitHub
src/lib/anilist/formatting/media.ts

Summary

Maintainability
F
4 days
Test Coverage

Function mediaFormat has a Cognitive Complexity of 10 (exceeds 5 allowed). Consider refactoring.
Open

export const mediaFormat = ({ format, translation }: IFormatContext): string => {
    if (null === format) {
        return '';
    } if ('TV' === format) {
        return translation.t('tv');
Severity: Minor
Found in src/lib/anilist/formatting/media.ts - About 1 hr 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

Avoid too many return statements within this function.
Open

        return translation.t('lightNovel');
Severity: Major
Found in src/lib/anilist/formatting/media.ts - About 30 mins to fix

    Avoid too many return statements within this function.
    Open

        return translation.t('visualNovel');
    Severity: Major
    Found in src/lib/anilist/formatting/media.ts - About 30 mins to fix

      Avoid too many return statements within this function.
      Open

              return translation.t('special');
      Severity: Major
      Found in src/lib/anilist/formatting/media.ts - About 30 mins to fix

        Avoid too many return statements within this function.
        Open

            return translation.t('oneShot');
        Severity: Major
        Found in src/lib/anilist/formatting/media.ts - About 30 mins to fix

          Avoid too many return statements within this function.
          Open

                  return translation.t('videoGame');
          Severity: Major
          Found in src/lib/anilist/formatting/media.ts - About 30 mins to fix

            Avoid too many return statements within this function.
            Open

                    return translation.t('novel');
            Severity: Major
            Found in src/lib/anilist/formatting/media.ts - About 30 mins to fix

              Avoid too many return statements within this function.
              Open

                      return translation.t('movie');
              Severity: Major
              Found in src/lib/anilist/formatting/media.ts - About 30 mins to fix

                Avoid too many return statements within this function.
                Open

                        return translation.t('music');
                Severity: Major
                Found in src/lib/anilist/formatting/media.ts - About 30 mins to fix

                  Avoid too many return statements within this function.
                  Open

                          return translation.t('manga');
                  Severity: Major
                  Found in src/lib/anilist/formatting/media.ts - About 30 mins to fix

                    Avoid too many return statements within this function.
                    Open

                            return translation.t('tvShort');
                    Severity: Major
                    Found in src/lib/anilist/formatting/media.ts - About 30 mins to fix

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

                      export const mediaSource = ({ source, translation }: ISourceContext): string => {
                          if (null === source) {
                              return '';
                          } if ('MANGA' === source) {
                              return translation.t('manga');
                      Severity: Minor
                      Found in src/lib/anilist/formatting/media.ts - 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

                      Similar blocks of code found in 2 locations. Consider refactoring.
                      Open

                      export const mediaStatus = ({ status, translation }: IStatusContext): string => {
                          let kind = translation.t('cancelled');
                      
                          if (null === status) {
                              return '';
                      Severity: Major
                      Found in src/lib/anilist/formatting/media.ts and 1 other location - About 6 hrs to fix
                      src/lib/anilist/formatting/media.ts on lines 162..176

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 162.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Similar blocks of code found in 2 locations. Consider refactoring.
                      Open

                      export const mediaSeason = ({ season, translation }: ISeasonContext): string => {
                          let kind = translation.t('winter');
                      
                          if (null === season) {
                              return '';
                      Severity: Major
                      Found in src/lib/anilist/formatting/media.ts and 1 other location - About 6 hrs to fix
                      src/lib/anilist/formatting/media.ts on lines 178..192

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 162.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Identical blocks of code found in 2 locations. Consider refactoring.
                      Open

                      export const mediaImage = ({ coverImage, bannerImage }: IMediaImageContext): string => {
                          if (null !== bannerImage) {
                              return bannerImage;
                          } if (null !== coverImage.large) {
                              return coverImage.large;
                      Severity: Major
                      Found in src/lib/anilist/formatting/media.ts and 1 other location - About 3 hrs to fix
                      src/lib/telegram/formatting/media.ts on lines 146..156

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 98.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Identical blocks of code found in 2 locations. Consider refactoring.
                      Open

                      const toDuration = (input: number): string => {
                          if (60 < input) {
                              const hour = Math.trunc(input / 60);
                              const min = input % 60;
                      
                      
                      Severity: Major
                      Found in src/lib/anilist/formatting/media.ts and 1 other location - About 2 hrs to fix
                      src/lib/telegram/formatting/media.ts on lines 13..22

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 90.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Identical blocks of code found in 2 locations. Consider refactoring.
                      Open

                      const parsingStudios = ({ nodes }: IStudioConnection): string => nodes.reduce((acc, cur) => {
                          const { name, siteUrl } = cur;
                      
                          return `${acc}\t\t • [${name}](${siteUrl})\n`;
                      }, '');
                      Severity: Major
                      Found in src/lib/anilist/formatting/media.ts and 1 other location - About 2 hrs to fix
                      src/lib/telegram/formatting/media.ts on lines 40..44

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 81.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Similar blocks of code found in 4 locations. Consider refactoring.
                      Open

                      export const mediaChapters = ({ chapters, translation }: IChaptersContext): string => {
                          return (null !== chapters) ? translation.t('chapters', { chapters }) : '';
                      };
                      Severity: Major
                      Found in src/lib/anilist/formatting/media.ts and 3 other locations - About 1 hr to fix
                      src/lib/anilist/formatting/media.ts on lines 67..69
                      src/lib/anilist/formatting/media.ts on lines 71..73
                      src/lib/anilist/formatting/media.ts on lines 75..77

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 65.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Similar blocks of code found in 4 locations. Consider refactoring.
                      Open

                      export const mediaVolumes = ({ volumes, translation }: IVolumesContext): string => {
                          return (null !== volumes) ? translation.t('volumes', { volumes }) : '';
                      };
                      Severity: Major
                      Found in src/lib/anilist/formatting/media.ts and 3 other locations - About 1 hr to fix
                      src/lib/anilist/formatting/media.ts on lines 71..73
                      src/lib/anilist/formatting/media.ts on lines 75..77
                      src/lib/anilist/formatting/media.ts on lines 79..81

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 65.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Similar blocks of code found in 4 locations. Consider refactoring.
                      Open

                      export const mediaAverage = ({ averageScore, translation }: IAverageContext): string => {
                          return (null !== averageScore) ? translation.t('averageScore', { averageScore }) : '';
                      };
                      Severity: Major
                      Found in src/lib/anilist/formatting/media.ts and 3 other locations - About 1 hr to fix
                      src/lib/anilist/formatting/media.ts on lines 67..69
                      src/lib/anilist/formatting/media.ts on lines 75..77
                      src/lib/anilist/formatting/media.ts on lines 79..81

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 65.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Similar blocks of code found in 4 locations. Consider refactoring.
                      Open

                      export const mediaEpisodes = ({ episodes, translation }: IEpisodesContext): string => {
                          return (null !== episodes) ? translation.t('episodes', { episodes }) : '';
                      };
                      Severity: Major
                      Found in src/lib/anilist/formatting/media.ts and 3 other locations - About 1 hr to fix
                      src/lib/anilist/formatting/media.ts on lines 67..69
                      src/lib/anilist/formatting/media.ts on lines 71..73
                      src/lib/anilist/formatting/media.ts on lines 79..81

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 65.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Similar blocks of code found in 2 locations. Consider refactoring.
                      Open

                          } if (null !== title.native && 'CN' === countryOfOrigin) {
                              native = translation.t('chinese', { chinese: title.native });
                          } if (null !== title.romaji && title.romaji !== title.english) {
                      Severity: Minor
                      Found in src/lib/anilist/formatting/media.ts and 1 other location - About 40 mins to fix
                      src/lib/anilist/formatting/media.ts on lines 198..200

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 49.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Similar blocks of code found in 2 locations. Consider refactoring.
                      Open

                          if (null !== title.native && 'JP' === countryOfOrigin) {
                              native = translation.t('japan', { japan: title.native });
                          } if (null !== title.native && 'CN' === countryOfOrigin) {
                      Severity: Minor
                      Found in src/lib/anilist/formatting/media.ts and 1 other location - About 40 mins to fix
                      src/lib/anilist/formatting/media.ts on lines 200..202

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 49.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Similar blocks of code found in 2 locations. Consider refactoring.
                      Open

                          return translation.t('endDate', { endDate: moment(endDate).locale(translation.locale()).format(dateFormat) });
                      Severity: Minor
                      Found in src/lib/anilist/formatting/media.ts and 1 other location - About 30 mins to fix
                      src/lib/anilist/formatting/media.ts on lines 119..119

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 45.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      Similar blocks of code found in 2 locations. Consider refactoring.
                      Open

                          return translation.t('startDate', { startDate: moment(startDate).locale(translation.locale()).format(dateFormat) });
                      Severity: Minor
                      Found in src/lib/anilist/formatting/media.ts and 1 other location - About 30 mins to fix
                      src/lib/anilist/formatting/media.ts on lines 127..127

                      Duplicated Code

                      Duplicated code can lead to software that is hard to understand and difficult to change. The Don't Repeat Yourself (DRY) principle states:

                      Every piece of knowledge must have a single, unambiguous, authoritative representation within a system.

                      When you violate DRY, bugs and maintenance problems are sure to follow. Duplicated code has a tendency to both continue to replicate and also to diverge (leaving bugs as two similar implementations differ in subtle ways).

                      Tuning

                      This issue has a mass of 45.

                      We set useful threshold defaults for the languages we support but you may want to adjust these settings based on your project guidelines.

                      The threshold configuration represents the minimum mass a code block must have to be analyzed for duplication. The lower the threshold, the more fine-grained the comparison.

                      If the engine is too easily reporting duplication, try raising the threshold. If you suspect that the engine isn't catching enough duplication, try lowering the threshold. The best setting tends to differ from language to language.

                      See codeclimate-duplication's documentation for more information about tuning the mass threshold in your .codeclimate.yml.

                      Refactorings

                      Further Reading

                      There are no issues that match your filters.

                      Category
                      Status