Showing 33 of 50 total issues
File index.php
has 449 lines of code (exceeds 250 allowed). Consider refactoring. Open
<?php
/**
* Show errors at least initially
*
File I18n.php
has 431 lines of code (exceeds 250 allowed). Consider refactoring. Open
<?php
/**
* This file is part of the Internationalization package.
*
* Copyright (c) 2010-2016 Pierre Cassat <me@e-piwi.fr> and contributors
I18n
has 40 functions (exceeds 20 allowed). Consider refactoring. Open
class I18n
extends AbstractSingleton
implements TranslatableInterface
{
Function generate
has a Cognitive Complexity of 35 (exceeds 5 allowed). Consider refactoring. Open
public function generate($from_file, \I18n\I18n $i18n)
{
$default = $i18n->getLoader()->getOption('default_language', 'en');
$all_lang_strings = $headers = array();
- Read upRead up
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
File twig.php
has 382 lines of code (exceeds 250 allowed). Consider refactoring. Open
<?php
/**
* Show errors at least initially
*
Function _writeDb
has a Cognitive Complexity of 33 (exceeds 5 allowed). Consider refactoring. Open
protected function _writeDb($from_file)
{
$db_content = file_get_contents($from_file);
$parts = explode('%%', $db_content);
$db = array();
- Read upRead up
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 parse
has a Cognitive Complexity of 24 (exceeds 5 allowed). Consider refactoring. Open
public function parse(Twig_Token $token)
{
$i18n = I18n::getInstance();
$lineno = $token->getLine();
$stream = $this->parser->getStream();
- Read upRead up
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 parse
has a Cognitive Complexity of 20 (exceeds 5 allowed). Consider refactoring. Open
public function parse(Twig_Token $token)
{
$i18n = I18n::getInstance();
$lineno = $token->getLine();
$stream = $this->parser->getStream();
- Read upRead up
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 highlight
has 63 lines of code (exceeds 25 allowed). Consider refactoring. Open
$.fn.highlight = function(element_params){
var defaults = {
// show source code tab
source: true,
Function _loadLanguageStrings
has a Cognitive Complexity of 17 (exceeds 5 allowed). Consider refactoring. Open
protected function _loadLanguageStrings($throw_errors = true, $force_rebuild = false, $force_rebuild_on_update = false)
{
$_fn = $this->getLoader()->buildLanguageFileName($this->lang);
$_f = $this->getLoader()->buildLanguageFilePath($this->lang);
- Read upRead up
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 hightlight_php
has 55 lines of code (exceeds 25 allowed). Consider refactoring. Open
hightlight_php: function(code) {
var comments = []; // store comments
var funcs = 'abs acos acosh addcslashes addslashes ' +
Method parse
has 54 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function parse(Twig_Token $token)
{
$i18n = I18n::getInstance();
$lineno = $token->getLine();
$stream = $this->parser->getStream();
Method _loadLanguageStrings
has 45 lines of code (exceeds 25 allowed). Consider refactoring. Open
protected function _loadLanguageStrings($throw_errors = true, $force_rebuild = false, $force_rebuild_on_update = false)
{
$_fn = $this->getLoader()->buildLanguageFileName($this->lang);
$_f = $this->getLoader()->buildLanguageFilePath($this->lang);
Method _writeDb
has 44 lines of code (exceeds 25 allowed). Consider refactoring. Open
protected function _writeDb($from_file)
{
$db_content = file_get_contents($from_file);
$parts = explode('%%', $db_content);
$db = array();
Function generate
has a Cognitive Complexity of 14 (exceeds 5 allowed). Consider refactoring. Open
public function generate()
{
$ok = false;
$_f = $this->getDbFilepath();
$i18n = I18n::getInstance();
- Read upRead up
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 parse
has 41 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function parse(Twig_Token $token)
{
$i18n = I18n::getInstance();
$lineno = $token->getLine();
$stream = $this->parser->getStream();
Function hightlight_css
has 38 lines of code (exceeds 25 allowed). Consider refactoring. Open
hightlight_css: function(code) {
var comments = []; // store comments
var keywords = 'background-color background-image background-position ' +
Method generate
has 35 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function generate($from_file, \I18n\I18n $i18n)
{
$default = $i18n->getLoader()->getOption('default_language', 'en');
$all_lang_strings = $headers = array();
Function buildFootNotes
has 33 lines of code (exceeds 25 allowed). Consider refactoring. Open
function buildFootNotes(){
var bl_sup = $('<sup />'),
bl_a_hdlr = $('<a />', { 'class':'footnote_link', 'title':'See footnote' }),
bl_a_back = $('<a />', { 'class':'footnote_link', 'title':'Back in content' }).html('↩'),
bl_note = $('<li />');
Method generate
has 31 lines of code (exceeds 25 allowed). Consider refactoring. Open
public function generate()
{
$ok = false;
$_f = $this->getDbFilepath();
$i18n = I18n::getInstance();