Ubercart ajax cart - 6.x-2.x

Test status
StatusResult
Last receivedThu, 12/15/2011 - 14:49:37
Last requestedThu, 12/15/2011 - 14:50:03
Last testedThu, 12/15/2011 - 14:50:29
Test count2
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier6.x-2.x
ProjectUbercart AJAX Cart
LinkProject information
SummaryPASSED: [[Coder]]: [Code review] 27 minor(s), 3 critical(s), and 214 normal(s); [[SimpleTest]]: [MySQL] 0 pass(es).
Details

MySQL

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a Drupal installation failure
  8. Detect a test run failure
  9. Detect a failing test
  10. Complete test suite with all tests passing

Code review

  1. Setup environment
  2. Detect an invalid patch URL
  3. Detect invalid repository information
  4. Detect invalid patch format
  5. Detect a non-applicable patch
  6. Detect invalid PHP syntax
  7. Detect a review run failure
  8. Detect coder flags
    Ensure that your code follows the Drupal standard and passes a coder review.
  9. Complete coder review with all passed
27 minor(s), 3 critical(s), and 214 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expanduc_ajax_cart.admin.inc001
MessageGroupFilenameLineFunctionStatus
Use Drupal's format_date(), not PHP's default date().Otheruc_ajax_cart.admin.inc152N/A
Expanduc_ajax_cart.module7229
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheruc_ajax_cart.module-1N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otheruc_ajax_cart.module32N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module92N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module93N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module120N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module123N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module140N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module141N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module142N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module145N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otheruc_ajax_cart.module157N/A
Separate comments from comment syntax by a space.Otheruc_ajax_cart.module233N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module234N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module235N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module236N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module239N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module242N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module244N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module245N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module246N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module255N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module256N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module263N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module264N/A
Functions should be called with no spaces between the function name and opening parenthesesOtheruc_ajax_cart.module265N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module271N/A
missing space after commaOtheruc_ajax_cart.module302N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otheruc_ajax_cart.module303N/A
Arrays should be formatted with a space separating each element and assignment operatorOtheruc_ajax_cart.module310N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module312N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module332N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module333N/A
Separate comments from comment syntax by a space.Otheruc_ajax_cart.module337N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module340N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module368N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module369N/A
Format should be * Implementation of hook_foo().Otheruc_ajax_cart.module388N/A
Function documentation should be less than 80 characters per line.Otheruc_ajax_cart.module402N/A
Expanduc_ajax_cart.php191170
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheruc_ajax_cart.php-1N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php4N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php5N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php5N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php6N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php6N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php7N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php7N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php8N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php10N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php11N/A
There should be no trailing spacesOtheruc_ajax_cart.php11N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php12N/A
There should be no trailing spacesOtheruc_ajax_cart.php12N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php13N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php14N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php14N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php15N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php16N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php17N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php17N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php18N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php19N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php19N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php20N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php20N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php21N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php22N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php23N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php24N/A
There should be no trailing spacesOtheruc_ajax_cart.php24N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php25N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php26N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php26N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php27N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php28N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php29N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php30N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php31N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php31N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php32N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php33N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php33N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php34N/A
missing space after commaOtheruc_ajax_cart.php34N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php35N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php36N/A
else statements should begin on a new lineOtheruc_ajax_cart.php36N/A
missing space after commaOtheruc_ajax_cart.php36N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php37N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php38N/A
There should be no trailing spacesOtheruc_ajax_cart.php38N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php39N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php40N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php40N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php41N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php42N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php43N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php43N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php44N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php45N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php46N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php47N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php48N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php49N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php49N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php50N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php51N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php52N/A
missing space after commaOtheruc_ajax_cart.php52N/A
There should be no trailing spacesOtheruc_ajax_cart.php52N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php52N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php53N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php54N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php55N/A
There should be no trailing spacesOtheruc_ajax_cart.php55N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php56N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php57N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php57N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php58N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php59N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php60N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php60N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php61N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php62N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php63N/A
missing space after commaOtheruc_ajax_cart.php63N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php64N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php64N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php65N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php66N/A
missing space after commaOtheruc_ajax_cart.php66N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otheruc_ajax_cart.php66N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php67N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php68N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php69N/A
There should be no trailing spacesOtheruc_ajax_cart.php69N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php70N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php71N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php71N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php72N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php72N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php73N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php73N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php74N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php75N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php75N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php76N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php77N/A
There should be no trailing spacesOtheruc_ajax_cart.php77N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php78N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php79N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php79N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php80N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php81N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php81N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php82N/A
There should be no trailing spacesOtheruc_ajax_cart.php82N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php83N/A
There should be no trailing spacesOtheruc_ajax_cart.php83N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php84N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php84N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php85N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php86N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php87N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php88N/A
missing space after commaOtheruc_ajax_cart.php88N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php89N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php89N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php90N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php91N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php92N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php93N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php94N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php95N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php96N/A
There should be no trailing spacesOtheruc_ajax_cart.php96N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php97N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php98N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php98N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php99N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php100N/A
There should be no trailing spacesOtheruc_ajax_cart.php100N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php101N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php102N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php102N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php103N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php103N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php104N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php105N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php105N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php106N/A
There should be no trailing spacesOtheruc_ajax_cart.php106N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php107N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php107N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php108N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php108N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php109N/A
There should be no trailing spacesOtheruc_ajax_cart.php109N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php110N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php111N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php112N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php113N/A
There should be no trailing spacesOtheruc_ajax_cart.php113N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php114N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php115N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php116N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php117N/A
There should be no trailing spacesOtheruc_ajax_cart.php124N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php125N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php126N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php127N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php128N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php128N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php129N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php130N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php131N/A
There should be no trailing spacesOtheruc_ajax_cart.php131N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php132N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php133N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php133N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php134N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php135N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php136N/A
There should be no trailing spacesOtheruc_ajax_cart.php136N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php137N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php138N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php138N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php139N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php140N/A
Expanduc_ajax_cart.theme.inc102
MessageGroupFilenameLineFunctionStatus
Use the matching Drupal theme functions, not raw HTML.Otheruc_ajax_cart.theme.inc24N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.theme.inc30N/A
Use the matching Drupal theme functions, not raw HTML.Otheruc_ajax_cart.theme.inc30N/A
Expanduc_modules_add_to_cart.php0012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheruc_modules_add_to_cart.php-1N/A
do not use mixed case (camelCase), use lower case and _Otheruc_modules_add_to_cart.php10N/A
Arrays should be formatted with a space separating each element and assignment operatorOtheruc_modules_add_to_cart.php18N/A
If you define a @param or @return, you should document it as well.Otheruc_modules_add_to_cart.php28N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Otheruc_modules_add_to_cart.php28N/A
If you define a @param or @return, you should document it as well.Otheruc_modules_add_to_cart.php29N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Otheruc_modules_add_to_cart.php29N/A
If you define a @param or @return, you should document it as well.Otheruc_modules_add_to_cart.php30N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Otheruc_modules_add_to_cart.php30N/A
If you define a @param or @return, you should document it as well.Otheruc_modules_add_to_cart.php31N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Otheruc_modules_add_to_cart.php31N/A
Control statements should have one space between the control keyword and opening parenthesisOtheruc_modules_add_to_cart.php37N/A

All

Test nameMinorCriticalNormal
Leaftemplates/uc_ajax_cart_block_content.tpl.php000
Leaftemplates/uc_ajax_cart_block_content_empty.tpl.php000
Expanduc_ajax_cart.admin.inc001
MessageGroupFilenameLineFunctionStatus
Use Drupal's format_date(), not PHP's default date().Otheruc_ajax_cart.admin.inc152N/A
Leafuc_ajax_cart.install000
Expanduc_ajax_cart.module7229
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheruc_ajax_cart.module-1N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otheruc_ajax_cart.module32N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module92N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module93N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module120N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module123N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module140N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module141N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module142N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module145N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otheruc_ajax_cart.module157N/A
Separate comments from comment syntax by a space.Otheruc_ajax_cart.module233N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module234N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module235N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module236N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module239N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module242N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module244N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module245N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module246N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module255N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module256N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module263N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module264N/A
Functions should be called with no spaces between the function name and opening parenthesesOtheruc_ajax_cart.module265N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module271N/A
missing space after commaOtheruc_ajax_cart.module302N/A
Use sentence case, not title case, for end-user strings. (Wikipedia)Otheruc_ajax_cart.module303N/A
Arrays should be formatted with a space separating each element and assignment operatorOtheruc_ajax_cart.module310N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module312N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module332N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module333N/A
Separate comments from comment syntax by a space.Otheruc_ajax_cart.module337N/A
do not use mixed case (camelCase), use lower case and _Otheruc_ajax_cart.module340N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module368N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.module369N/A
Format should be * Implementation of hook_foo().Otheruc_ajax_cart.module388N/A
Function documentation should be less than 80 characters per line.Otheruc_ajax_cart.module402N/A
Expanduc_ajax_cart.php191170
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheruc_ajax_cart.php-1N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php4N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php5N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php5N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php6N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php6N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php7N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php7N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php8N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php10N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php11N/A
There should be no trailing spacesOtheruc_ajax_cart.php11N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php12N/A
There should be no trailing spacesOtheruc_ajax_cart.php12N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php13N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php14N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php14N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php15N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php16N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php17N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php17N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php18N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php19N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php19N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php20N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php20N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php21N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php22N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php23N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php24N/A
There should be no trailing spacesOtheruc_ajax_cart.php24N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php25N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php26N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php26N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php27N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php28N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php29N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php30N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php31N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php31N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php32N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php33N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php33N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php34N/A
missing space after commaOtheruc_ajax_cart.php34N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php35N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php36N/A
else statements should begin on a new lineOtheruc_ajax_cart.php36N/A
missing space after commaOtheruc_ajax_cart.php36N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php37N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php38N/A
There should be no trailing spacesOtheruc_ajax_cart.php38N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php39N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php40N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php40N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php41N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php42N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php43N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php43N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php44N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php45N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php46N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php47N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php48N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php49N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php49N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php50N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php51N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php52N/A
missing space after commaOtheruc_ajax_cart.php52N/A
There should be no trailing spacesOtheruc_ajax_cart.php52N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php52N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php53N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php54N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php55N/A
There should be no trailing spacesOtheruc_ajax_cart.php55N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php56N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php57N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php57N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php58N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php59N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php60N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php60N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php61N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php62N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php63N/A
missing space after commaOtheruc_ajax_cart.php63N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php64N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php64N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php65N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php66N/A
missing space after commaOtheruc_ajax_cart.php66N/A
Potential problem: drupal_set_message() only accepts filtered text, be sure all !placeholders for $variables in t() are fully sanitized using check_plain(), filter_xss() or similar. (Drupal Docs)Otheruc_ajax_cart.php66N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php67N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php68N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php69N/A
There should be no trailing spacesOtheruc_ajax_cart.php69N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php70N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php71N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php71N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php72N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php72N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php73N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php73N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php74N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php75N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php75N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php76N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php77N/A
There should be no trailing spacesOtheruc_ajax_cart.php77N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php78N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php79N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php79N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php80N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php81N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php81N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php82N/A
There should be no trailing spacesOtheruc_ajax_cart.php82N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php83N/A
There should be no trailing spacesOtheruc_ajax_cart.php83N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php84N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php84N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php85N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php86N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php87N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php88N/A
missing space after commaOtheruc_ajax_cart.php88N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php89N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php89N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php90N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php91N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php92N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php93N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php94N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php95N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php96N/A
There should be no trailing spacesOtheruc_ajax_cart.php96N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php97N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php98N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php98N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php99N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php100N/A
There should be no trailing spacesOtheruc_ajax_cart.php100N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php101N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php102N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php102N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php103N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php103N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php104N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php105N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php105N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php106N/A
There should be no trailing spacesOtheruc_ajax_cart.php106N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php107N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php107N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php108N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php108N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php109N/A
There should be no trailing spacesOtheruc_ajax_cart.php109N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php110N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php111N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php112N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php113N/A
There should be no trailing spacesOtheruc_ajax_cart.php113N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php114N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php115N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php116N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheruc_ajax_cart.php117N/A
There should be no trailing spacesOtheruc_ajax_cart.php124N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php125N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php126N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php127N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php128N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php128N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php129N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php130N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php131N/A
There should be no trailing spacesOtheruc_ajax_cart.php131N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php132N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php133N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php133N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php134N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php135N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php136N/A
There should be no trailing spacesOtheruc_ajax_cart.php136N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php137N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php138N/A
curly braces { should end a line, not start oneOtheruc_ajax_cart.php138N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php139N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.php140N/A
Expanduc_ajax_cart.theme.inc102
MessageGroupFilenameLineFunctionStatus
Use the matching Drupal theme functions, not raw HTML.Otheruc_ajax_cart.theme.inc24N/A
Use an indent of 2 spaces, with no tabsOtheruc_ajax_cart.theme.inc30N/A
Use the matching Drupal theme functions, not raw HTML.Otheruc_ajax_cart.theme.inc30N/A
Leafuc_cart_links.pages.inc000
Expanduc_modules_add_to_cart.php0012
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheruc_modules_add_to_cart.php-1N/A
do not use mixed case (camelCase), use lower case and _Otheruc_modules_add_to_cart.php10N/A
Arrays should be formatted with a space separating each element and assignment operatorOtheruc_modules_add_to_cart.php18N/A
If you define a @param or @return, you should document it as well.Otheruc_modules_add_to_cart.php28N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Otheruc_modules_add_to_cart.php28N/A
If you define a @param or @return, you should document it as well.Otheruc_modules_add_to_cart.php29N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Otheruc_modules_add_to_cart.php29N/A
If you define a @param or @return, you should document it as well.Otheruc_modules_add_to_cart.php30N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Otheruc_modules_add_to_cart.php30N/A
If you define a @param or @return, you should document it as well.Otheruc_modules_add_to_cart.php31N/A
@param and @return syntax does not indicate the data type. (Drupal Docs)Otheruc_modules_add_to_cart.php31N/A
Control statements should have one space between the control keyword and opening parenthesisOtheruc_modules_add_to_cart.php37N/A