webcol/Calima

View on GitHub
public_/plantillas/inspinia/js/plugins/codemirror/mode/gherkin/gherkin.js

Summary

Maintainability
D
2 days
Test Coverage

Function token has 88 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    token: function (stream, state) {
      if (stream.sol()) {
        state.lineNumber++;
        state.inKeywordLine = false;
        if (state.inMultilineTable) {

    Avoid too many return statements within this function.
    Open

            return "keyword";

      Avoid too many return statements within this function.
      Open

              return "keyword";

        Avoid too many return statements within this function.
        Open

                return "keyword";

          Avoid too many return statements within this function.
          Open

                  return "variable";

            Avoid too many return statements within this function.
            Open

                      return "bracket";

              Avoid too many return statements within this function.
              Open

                      return "keyword";

                Avoid too many return statements within this function.
                Open

                        return "keyword";

                  Avoid too many return statements within this function.
                  Open

                          return "keyword";

                    Avoid too many return statements within this function.
                    Open

                            return "tag";

                      Avoid too many return statements within this function.
                      Open

                              return "string";

                        Avoid too many return statements within this function.
                        Open

                                return "comment";

                          Avoid too many return statements within this function.
                          Open

                                  return null;

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

                            (function(mod) {
                              if (typeof exports == "object" && typeof module == "object") // CommonJS
                                mod(require("../../lib/codemirror"));
                              else if (typeof define == "function" && define.amd) // AMD
                                define(["../../lib/codemirror"], mod);
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/apl/apl.js on lines 4..175
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/asterisk/asterisk.js on lines 20..198
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/clike/clike.js on lines 4..474
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/clojure/clojure.js on lines 9..243
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/cobol/cobol.js on lines 8..255
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/coffeescript/coffeescript.js on lines 8..369
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/commonlisp/commonlisp.js on lines 4..120
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/css/css.js on lines 4..717
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/cypher/cypher.js on lines 7..146
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/d/d.js on lines 4..218
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/diff/diff.js on lines 4..47
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/dtd/dtd.js on lines 11..142
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/dylan/dylan.js on lines 4..299
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/ecl/ecl.js on lines 4..207
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/eiffel/eiffel.js on lines 4..162
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/erlang/erlang.js on lines 18..622
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/fortran/fortran.js on lines 4..188
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/gas/gas.js on lines 4..345
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/go/go.js on lines 4..184
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/groovy/groovy.js on lines 4..226
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/haskell/haskell.js on lines 4..267
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/haxe/haxe.js on lines 4..518
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/http/http.js on lines 4..113
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/javascript/javascript.js on lines 6..684
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/jinja2/jinja2.js on lines 4..142
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/julia/julia.js on lines 4..301
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/kotlin/kotlin.js on lines 4..280
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/livescript/livescript.js on lines 9..280
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/lua/lua.js on lines 8..159
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/meta.js on lines 4..144
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/mirc/mirc.js on lines 6..193
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/mllike/mllike.js on lines 4..205
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/modelica/modelica.js on lines 6..245
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/nginx/nginx.js on lines 4..178
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/ntriples/ntriples.js on lines 32..186
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/octave/octave.js on lines 4..135
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/pascal/pascal.js on lines 4..109
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/perl/perl.js on lines 7..832
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/pig/pig.js on lines 10..188
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/properties/properties.js on lines 4..78
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/puppet/puppet.js on lines 4..220
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/python/python.js on lines 4..359
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/q/q.js on lines 4..139
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/r/r.js on lines 4..162
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/rpm/rpm.js on lines 4..101
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/ruby/ruby.js on lines 4..285
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/rust/rust.js on lines 4..451
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/sass/sass.js on lines 4..327
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/scheme/scheme.js on lines 8..248
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/shell/shell.js on lines 4..138
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/sieve/sieve.js on lines 4..193
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/smalltalk/smalltalk.js on lines 4..168
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/smarty/smarty.js on lines 8..221
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/solr/solr.js on lines 4..104
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/sparql/sparql.js on lines 4..160
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/sql/sql.js on lines 4..362
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/stex/stex.js on lines 9..262
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/tcl/tcl.js on lines 6..147
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/tiddlywiki/tiddlywiki.js on lines 21..367
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/tiki/tiki.js on lines 4..323
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/toml/toml.js on lines 4..88
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/turtle/turtle.js on lines 4..160
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/vb/vb.js on lines 4..274
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/vbscript/vbscript.js on lines 15..350
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/velocity/velocity.js on lines 4..201
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/verilog/verilog.js on lines 4..364
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/xml/xml.js on lines 4..384
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/xquery/xquery.js on lines 4..447
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/yaml/yaml.js on lines 4..112
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/z80/z80.js on lines 4..100

                            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 82.

                            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

                                  } else if (!state.inKeywordLine && state.allowBackground && stream.match(/(背景|배경|แนวคิด|ಹಿನ್ನೆಲೆ|నేపథ్యం|ਪਿਛੋਕੜ|पृष्ठभूमि|زمینه|الخلفية|רקע|Тарих|Предыстория|Предистория|Позадина|Передумова|Основа|Контекст|Кереш|Υπόβαθρο|Założenia|Yo\-ho\-ho|Tausta|Taust|Situācija|Rerefons|Pozadina|Pozadie|Pozadí|Osnova|Latar Belakang|Kontext|Konteksts|Kontekstas|Kontekst|Háttér|Hannergrond|Grundlage|Geçmiş|Fundo|Fono|First off|Dis is what went down|Dasar|Contexto|Contexte|Context|Contesto|Cenário de Fundo|Cenario de Fundo|Cefndir|Bối cảnh|Bakgrunnur|Bakgrunn|Bakgrund|Baggrund|Background|B4|Antecedents|Antecedentes|Ær|Aer|Achtergrond):/)) {
                                    state.allowPlaceholders = false;
                                    state.allowSteps = true;
                                    state.allowBackground = false;
                                    state.allowMultilineArgument = false;
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/gherkin/gherkin.js on lines 142..171

                            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 64.

                            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

                                  } else if (!state.inKeywordLine && state.allowScenario && stream.match(/(場景|场景|劇本|剧本|シナリオ|시나리오|เหตุการณ์|ಕಥಾಸಾರಾಂಶ|సన్నివేశం|ਪਟਕਥਾ|परिदृश्य|سيناريو|سناریو|תרחיש|Сценарій|Сценарио|Сценарий|Пример|Σενάριο|Tình huống|The thing of it is|Tapaus|Szenario|Swa|Stsenaarium|Skenario|Situai|Senaryo|Senario|Scenaro|Scenariusz|Scenariu|Scénario|Scenario|Scenarijus|Scenārijs|Scenarij|Scenarie|Scénář|Scenár|Primer|MISHUN|Kịch bản|Keadaan|Heave to|Forgatókönyv|Escenario|Escenari|Cenário|Cenario|Awww, look mate|Atburðarás):/)) {
                                    state.allowPlaceholders = false;
                                    state.allowSteps = true;
                                    state.allowBackground = false;
                                    state.allowMultilineArgument = false;
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/gherkin/gherkin.js on lines 117..171

                            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 64.

                            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 3 locations. Consider refactoring.
                            Open

                                  } else if (state.allowScenario && stream.match(/(例子|例|サンプル|예|ชุดของเหตุการณ์|ชุดของตัวอย่าง|ಉದಾಹರಣೆಗಳು|ఉదాహరణలు|ਉਦਾਹਰਨਾਂ|उदाहरण|نمونه ها|امثلة|דוגמאות|Үрнәкләр|Сценарији|Примеры|Примери|Приклади|Мисоллар|Мисаллар|Σενάρια|Παραδείγματα|You'll wanna|Voorbeelden|Variantai|Tapaukset|Se þe|Se the|Se ðe|Scenarios|Scenariji|Scenarijai|Przykłady|Primjeri|Primeri|Příklady|Príklady|Piemēri|Példák|Pavyzdžiai|Paraugs|Örnekler|Juhtumid|Exemplos|Exemples|Exemple|Exempel|EXAMPLZ|Examples|Esempi|Enghreifftiau|Ekzemploj|Eksempler|Ejemplos|Dữ liệu|Dead men tell no tales|Dæmi|Contoh|Cenários|Cenarios|Beispiller|Beispiele|Atburðarásir):/)) {
                                    state.allowPlaceholders = false;
                                    state.allowSteps = true;
                                    state.allowBackground = false;
                                    state.allowMultilineArgument = true;
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/gherkin/gherkin.js on lines 126..171
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/gherkin/gherkin.js on lines 151..171

                            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 53.

                            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 3 locations. Consider refactoring.
                            Open

                                  } else if (!state.inKeywordLine && state.allowScenario && stream.match(/(場景大綱|场景大纲|劇本大綱|剧本大纲|テンプレ|シナリオテンプレート|シナリオテンプレ|シナリオアウトライン|시나리오 개요|สรุปเหตุการณ์|โครงสร้างของเหตุการณ์|ವಿವರಣೆ|కథనం|ਪਟਕਥਾ ਰੂਪ ਰੇਖਾ|ਪਟਕਥਾ ਢਾਂਚਾ|परिदृश्य रूपरेखा|سيناريو مخطط|الگوی سناریو|תבנית תרחיש|Сценарийның төзелеше|Сценарий структураси|Структура сценарію|Структура сценария|Структура сценарија|Скица|Рамка на сценарий|Концепт|Περιγραφή Σεναρίου|Wharrimean is|Template Situai|Template Senario|Template Keadaan|Tapausaihio|Szenariogrundriss|Szablon scenariusza|Swa hwær swa|Swa hwaer swa|Struktura scenarija|Structură scenariu|Structura scenariu|Skica|Skenario konsep|Shiver me timbers|Senaryo taslağı|Schema dello scenario|Scenariomall|Scenariomal|Scenario Template|Scenario Outline|Scenario Amlinellol|Scenārijs pēc parauga|Scenarijaus šablonas|Reckon it's like|Raamstsenaarium|Plang vum Szenario|Plan du Scénario|Plan du scénario|Osnova scénáře|Osnova Scenára|Náčrt Scenáru|Náčrt Scénáře|Náčrt Scenára|MISHUN SRSLY|Menggariskan Senario|Lýsing Dæma|Lýsing Atburðarásar|Konturo de la scenaro|Koncept|Khung tình huống|Khung kịch bản|Forgatókönyv vázlat|Esquema do Cenário|Esquema do Cenario|Esquema del escenario|Esquema de l'escenari|Esbozo do escenario|Delineação do Cenário|Delineacao do Cenario|All y'all|Abstrakt Scenario|Abstract Scenario):/)) {
                                    state.allowPlaceholders = true;
                                    state.allowSteps = true;
                                    state.allowMultilineArgument = false;
                                    state.inKeywordLine = true;
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/gherkin/gherkin.js on lines 134..171
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/gherkin/gherkin.js on lines 151..171

                            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 53.

                            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 3 locations. Consider refactoring.
                            Open

                                  } else if (!state.inKeywordLine && state.allowSteps && stream.match(/(那麼|那么|而且|當|当|并且|同時|同时|前提|假设|假設|假定|假如|但是|但し|並且|もし|ならば|ただし|しかし|かつ|하지만|조건|먼저|만일|만약|단|그리고|그러면|และ |เมื่อ |แต่ |ดังนั้น |กำหนดให้ |ಸ್ಥಿತಿಯನ್ನು |ಮತ್ತು |ನೀಡಿದ |ನಂತರ |ಆದರೆ |మరియు |చెప్పబడినది |కాని |ఈ పరిస్థితిలో |అప్పుడు |ਪਰ |ਤਦ |ਜੇਕਰ |ਜਿਵੇਂ ਕਿ |ਜਦੋਂ |ਅਤੇ |यदि |परन्तु |पर |तब |तदा |तथा |जब |चूंकि |किन्तु |कदा |और |अगर |و |هنگامی |متى |لكن |عندما |ثم |بفرض |با فرض |اما |اذاً |آنگاه |כאשר |וגם |בהינתן |אזי |אז |אבל |Якщо |Һәм |Унда |Тоді |Тогда |То |Также |Та |Пусть |Припустимо, що |Припустимо |Онда |Но |Нехай |Нәтиҗәдә |Лекин |Ләкин |Коли |Когда |Когато |Када |Кад |К тому же |І |И |Задато |Задати |Задате |Если |Допустим |Дано |Дадено |Вә |Ва |Бирок |Әмма |Әйтик |Әгәр |Аммо |Али |Але |Агар |А також |А |Τότε |Όταν |Και |Δεδομένου |Αλλά |Þurh |Þegar |Þa þe |Þá |Þa |Zatati |Zakładając |Zadato |Zadate |Zadano |Zadani |Zadan |Za předpokladu |Za predpokladu |Youse know when youse got |Youse know like when |Yna |Yeah nah |Y'know |Y |Wun |Wtedy |When y'all |When |Wenn |WEN |wann |Ve |Và |Und |Un |ugeholl |Too right |Thurh |Thì |Then y'all |Then |Tha the |Tha |Tetapi |Tapi |Tak |Tada |Tad |Stel |Soit |Siis |Și |Şi |Si |Sed |Se |Så |Quando |Quand |Quan |Pryd |Potom |Pokud |Pokiaľ |Però |Pero |Pak |Oraz |Onda |Ond |Oletetaan |Og |Och |O zaman |Niin |Nhưng |När |Når |Mutta |Men |Mas |Maka |Majd |Mając |Mais |Maar |mä |Ma |Lorsque |Lorsqu'|Logo |Let go and haul |Kun |Kuid |Kui |Kiedy |Khi |Ketika |Kemudian |Keď |Když |Kaj |Kai |Kada |Kad |Jeżeli |Jeśli |Ja |It's just unbelievable |Ir |I CAN HAZ |I |Ha |Givun |Givet |Given y'all |Given |Gitt |Gegeven |Gegeben seien |Gegeben sei |Gdy |Gangway! |Fakat |Étant donnés |Etant donnés |Étant données |Etant données |Étant donnée |Etant donnée |Étant donné |Etant donné |Et |És |Entonces |Entón |Então |Entao |En |Eğer ki |Ef |Eeldades |E |Ðurh |Duota |Dun |Donitaĵo |Donat |Donada |Do |Diyelim ki |Diberi |Dengan |Den youse gotta |DEN |De |Dato |Dați fiind |Daţi fiind |Dati fiind |Dati |Date fiind |Date |Data |Dat fiind |Dar |Dann |dann |Dan |Dados |Dado |Dadas |Dada |Ða ðe |Ða |Cuando |Cho |Cando |Când |Cand |Cal |But y'all |But at the end of the day I reckon |BUT |But |Buh |Blimey! |Biết |Bet |Bagi |Aye |awer |Avast! |Atunci |Atesa |Atès |Apabila |Anrhegedig a |Angenommen |And y'all |And |AN |An |an |Amikor |Amennyiben |Ama |Als |Alors |Allora |Ali |Aleshores |Ale |Akkor |Ak |Adott |Ac |Aber |A zároveň |A tiež |A taktiež |A také |A |a |7 |\* )/)) {
                                    state.inStep = true;
                                    state.allowPlaceholders = true;
                                    state.allowMultilineArgument = true;
                                    state.inKeywordLine = true;
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/gherkin/gherkin.js on lines 126..171
                            public_/plantillas/inspinia/js/plugins/codemirror/mode/gherkin/gherkin.js on lines 134..171

                            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 53.

                            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