Embed Instructions

86.22% of the project's source code conforms to the same coding conventions

  • Image URL
    https://squizlabs.github.io/PHP_CodeSniffer/analysis/sugarcrm/sugarcrm_dev/grade.svg
  • Markdown
    [![Code consistency](https://squizlabs.github.io/PHP_CodeSniffer/analysis/sugarcrm/sugarcrm_dev/grade.svg)](https://squizlabs.github.io/PHP_CodeSniffer/analysis/sugarcrm/sugarcrm_dev)
B-consistency

Analysis of Coding Conventions for SugarCRM CE

PHP_CodeSniffer, using a custom coding standard and report, was used to record various coding conventions across 197 PHP projects.

Conventions

Analysis of Coding Conventions for SugarCRM CE

Back to top

View project specific report

Project
Consistency

Spacing after string concat

How many spaces follow the string concatenation operator?

Current
Key Method Use
0 - Most popular method 0 42.04%
1 1 33.73%
newline newline 23.91%
Other other 0.31%

Based on 26,746 concat operators

Historical

Declarations and side effects mixed

Do files both declare symbols (classes, functions, constants, etc.) and cause side-effects (e.g. generate output, change .ini settings, etc.)?

Current
Key Method Use
no no 48.54%
yes - Most popular method yes 51.46%

Based on 2,639 files

Historical

Use of ELSE IF or ELSEIF

Are elseif statements defined using elseif or else if?

Current
Key Method Use
else if - Most popular method else if 53.05%
elseif elseif 46.95%

Based on 1,459 elseif statements

Historical

Spacing before string concat

How many spaces precede the string concatenation operator?

This project is using the popular method for this convention

Current
Key Method Use
0 0 44.66%
1 - Most popular method 1 53.47%
newline newline 1.75%
Other other 0.11%

Based on 26,746 concat operators

Historical

Space before operator

How many spaces precede comparison, arithmetic and assignment operators?

Current
Key Method Use
0 - Most popular method 0 53.51%
1 1 46.21%
Other other 0.28%

Based on 30,552 operators

Historical

PHP closing tag at EOF

Is there a PHP closing tag at the end of the file?

Current
Key Method Use
no no 45.47%
yes - Most popular method yes 54.53%

Based on 2,639 files

Historical
  • 01 Sep 2015: there was a 3.08% swing from yes to no

Spacing after cast statement

How many spaces are there between a cast statement and the variable?

Current
Key Method Use
0 0 41.18%
1 - Most popular method 1 58.82%

Based on 136 cast statements

Historical

File has doc comment

Does each PHP file have a docblock comment to describe its purpose?

Current
Key Method Use
no - Most popular method no 64.91%
yes yes 35.09%

Based on 2,639 files

Historical
  • 01 Sep 2015: there was a 3.59% swing from no to yes

Class has doc comment

Does each class have a docblock comment to describe its purpose?

Current
Key Method Use
no - Most popular method no 66.38%
yes yes 33.62%

Based on 4,256 classes

Historical
  • 01 Sep 2015: there was a 30.05% swing from yes to no

Lowercase filename

Are PHP filenames lowercase?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 67.07%
yes yes 32.93%

Based on 2,639 files

Historical

One class per file

Is each class defined in a file by itself?

Current
Key Method Use
no - Most popular method no 68%
yes yes 32%

Based on 4,256 classes

Historical
  • 01 Sep 2015: there was a 66.09% swing from yes to no

Number of newlines at EOF

How many newline characters appear at the end of the file?

This project is using the popular method for this convention

Current
Key Method Use
0 0 28.25%
1 - Most popular method 1 68.05%
2 2 3.23%
Other other 0.47%

Based on 2,570 files

Historical

Array end comma

Does the last item end with a comma in a multi-line array definition?

This project is using the popular method for this convention

Current
Key Method Use
no no 31.45%
yes - Most popular method yes 68.55%

Based on 1,536 array definitions

Historical

Line indent

Are lines indented using spaces or tabs?

This project is using the popular method for this convention

Current
Key Method Use
mixed mixed 3.96%
spaces - Most popular method spaces 71.8%
tabs tabs 24.24%

Based on 490,218 indented lines

Historical
  • 01 Sep 2015: there was a 16.68% swing towards spaces
    • there was a 14.33% swing away from tabs

Function has doc comment

Does each function have a docblock comment to describe its purpose?

Current
Key Method Use
no - Most popular method no 74.98%
yes yes 25.02%

Based on 33,654 functions

Historical
  • 01 Sep 2015: there was a 37.94% swing from yes to no

Adjacent assignments aligned

For a block of assignments, are the assignment operators (equals, plus-equals etc.) aligned?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 78.92%
yes yes 21.08%

Based on 14,532 assignment blocks

Historical
  • 01 Sep 2015: there was a 8.53% swing from no to yes

PascalCase class name

Are class names defined using PascalCase?

Current
Key Method Use
no - Most popular method no 81.18%
yes yes 18.82%

Based on 4,256 classes

Historical
  • 01 Sep 2015: there was a 44.61% swing from yes to no

Control structure defined inline

Are control structures defined inline (without braces)?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 84.22%
yes yes 15.78%

Based on 35,745 control structures

Historical

Private method prefixed with underscore

Are private methods prefixed with an underscore?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 86.84%
yes yes 13.16%

Based on 228 private methods

Historical

Function opening brace placement

Is the opening brace of a function on the same line as the function keyword or the next line?

This project is using the popular method for this convention

Current
Key Method Use
new line - Most popular method new line 88.37%
same line same line 11.63%

Based on 33,472 functions

Historical
  • 01 Sep 2015: there was a 27.79% swing from same line to new line

Class opening brace placement

Is the opening brace of a class on the same line as the class keyword or the next line?

This project is using the popular method for this convention

Current
Key Method Use
new line - Most popular method new line 89.64%
same line same line 10.36%

Based on 4,256 classes

Historical
  • 01 Sep 2015: there was a 24.7% swing from same line to new line

Space after operator

How many spaces follow comparison, arithmetic and assignment operators?

This project is using the popular method for this convention

Current
Key Method Use
0 0 8.62%
1 - Most popular method 1 89.66%
newline newline 1.34%
Other other 0.38%

Based on 181,203 operators

Historical
  • 01 Sep 2015: there was a 3.61% swing away from 0
    • there was a 4.15% swing towards 1

Spaces after control structure open parenthesis

How many spaces follow the opening parenthesis of a control structure?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 91.64%
1 1 8.27%
2 2 0.02%
newline newline 0.07%

Based on 30,779 control structures

Historical

Line length

Including whitespace and comments, how many characters are in non-empty code lines?

This project is using the popular method for this convention

Current
Key Method Use
80 or less - Most popular method 80 or less 91.85%
81-120 81-120 6.82%
121-150 121-150 0.73%
151 or more 151 or more 0.59%

Based on 650,915 lines

Historical

Spaces before control structure close parenthesis

How many spaces precede the closing parenthesis of a control structure?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 91.99%
1 1 7.97%
2 2 0.04%

Based on 30,779 control structures

Historical

Inline comment style

What comment style is used for non docblock comments?

This project is using the popular method for this convention

Current
Key Method Use
# ... # ... 0.57%
/* ... */ /* ... */ 7.13%
// ... - Most popular method // ... 92.3%

Based on 17,062 inline comments

Historical

Constant name case

What case are user-defined constants defined in?

This project is using the popular method for this convention

Current
Key Method Use
lower lower 0.26%
mixed mixed 7.31%
upper - Most popular method upper 92.43%

Based on 766 constants

Historical
  • 01 Sep 2015: there was a 3.67% swing away from mixed
    • there was a 3.8% swing towards upper

CamelCase method name

Are class method names defined using CamelCase?

This project is using the popular method for this convention

Current
Key Method Use
no no 6.3%
yes - Most popular method yes 93.7%

Based on 32,024 methods

Historical
  • 01 Sep 2015: there was a 16.54% swing from no to yes

PHP constant case

What case are PHP constants (true, false, null) written in?

This project is using the popular method for this convention

Current
Key Method Use
lower - Most popular method lower 97.36%
mixed mixed 0.02%
upper upper 2.63%

Based on 19,563 PHP constants

Historical

Blank lines at end of control structure

How many blank lines follow the body of a control structure?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 97.47%
1 1 2.35%
Other other 0.19%

Based on 30,211 control structures

Historical

Blank lines at start of control structure

How many blank lines precede the body of a control structure?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 97.51%
1 1 2.44%
2 2 0.05%
3 3 < 0.01%

Based on 30,256 control structures

Historical

Brackets around echoed strings

Are parenthesis placed around echo'd strings?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 98.59%
yes yes 1.41%

Based on 1,991 echo statements

Historical

Array keyword case

When defining an array, how is the array keyword written?

This project is using the popular method for this convention

Current
Key Method Use
lower - Most popular method lower 99.12%
mixed mixed 0.88%

Based on 36,057 array definitions

Historical

PHP keyword case

What case are PHP keywords (function, echo, foreach etc.) written in?

This project is using the popular method for this convention

Current
Key Method Use
lower - Most popular method lower 99.83%
mixed mixed 0.15%
upper upper 0.02%

Based on 231,957 keywords

Historical

Spacing after object operator

How many spaces follow the object operator (->)?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 99.89%
1 1 0.11%

Based on 93,883 object operators

Historical

Multiple statements on same line

Are multiple statements defined on the same line of code?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 99.9%
yes yes 0.1%

Based on 149,913 statements

Historical

Spacing before object operator

How many spaces precede the object operator (->)?

This project is using the popular method for this convention

Current
Key Method Use
0 - Most popular method 0 99.91%
1 1 0.08%
newline newline 0.01%

Based on 93,883 object operators

Historical

Class defined in namespace

Is each class defined in a namespace of at least 1 level?

Current
Key Method Use
no - Most popular method no 100%

Based on 4,256 classes

Historical

PHP short open tag used

Is the PHP short open tag syntax used?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 100%

Based on 4,256 open tags

Historical

File extension for non-class files

For files that do not contain classes, what extension does the file use?

This project is using the popular method for this convention

Current
Key Method Use
.php - Most popular method .php 100%

Based on 1,277 non-class files

Historical

File extension for class files

For files that contain classes, what extension does the file use?

This project is using the popular method for this convention

Current
Key Method Use
.php - Most popular method .php 100%

Based on 1,362 class files

Historical

CamelCase function name

Are global function names defined using CamelCase?

This project is using the popular method for this convention

Current
Key Method Use
no - Most popular method no 100%

Based on 661 global functions

Historical

PHP type case

What case are PHP types (int, bool, string) written in?

This project is using the popular method for this convention

Current
Key Method Use
lower - Most popular method lower 100%

Based on 247 PHP types

Historical

Short array syntax used

Are arrays defined using the PHP 5.4+ short array syntax?

Current
Key Method Use
no - Most popular method no 100%

Based on 36,057 array definitions

Historical

Closure opening brace placement

Is the opening brace of a closure on the same line as the function keyword or the next line?

This project is using the popular method for this convention

Current
Key Method Use
same line - Most popular method same line 100%

Based on 1 closures

Historical

EOL char

What character is used for line breaks?

This project is using the popular method for this convention

Current
Key Method Use
\n - Most popular method \n 100%

Based on 2,639 files

Historical