Advertisement - 7.x-1.x

Test status
StatusResult
Last receivedMon, 05/21/2012 - 05:01:33
Last requestedMon, 05/21/2012 - 05:03:24
Last testedMon, 05/21/2012 - 05:03:38
Test count2
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-1.x
ProjectAdvertisement
LinkProject information
SummaryPASSED: [[SimpleTest]]: [MySQL] 0 pass(es); [[Coder]]: [Code review] 77 minor(s), 23 critical(s), and 126 normal(s).
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
77 minor(s), 23 critical(s), and 126 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandactions/ad_actions.module306
MessageGroupFilenameLineFunctionStatus
Missing parenthesis after function nameOtherad_actions.module256N/A
else statements should begin on a new lineOtherad_actions.module263N/A
There should be no trailing spacesOtherad_actions.module266N/A
else statements should begin on a new lineOtherad_actions.module270N/A
else statements should begin on a new lineOtherad_actions.module277N/A
else statements should begin on a new lineOtherad_actions.module284N/A
else statements should begin on a new lineOtherad_actions.module291N/A
else statements should begin on a new lineOtherad_actions.module298N/A
Missing parenthesis after function nameOtherad_actions.module304N/A
Expandad.admin.inc022
MessageGroupFilenameLineFunctionStatus
Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n)Otherad.admin.inc32N/A
Use "elseif" in place of "else if"Otherad.admin.inc381N/A
Use "elseif" in place of "else if"Otherad.admin.inc393N/A
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad.admin.inc433N/A
Expandad.install010
MessageGroupFilenameLineFunctionStatus
Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n)Otherad.install318N/A
Expandad.module14416
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherad.module142N/A
Use "elseif" in place of "else if"Otherad.module179N/A
Use "elseif" in place of "else if"Otherad.module213N/A
Use "elseif" in place of "else if"Otherad.module244N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad.module302N/A
Use an indent of 2 spaces, with no tabsOtherad.module358N/A
Use an indent of 2 spaces, with no tabsOtherad.module365N/A
Use an indent of 2 spaces, with no tabsOtherad.module367N/A
Use an indent of 2 spaces, with no tabsOtherad.module374N/A
Use an indent of 2 spaces, with no tabsOtherad.module376N/A
Use an indent of 2 spaces, with no tabsOtherad.module383N/A
Use an indent of 2 spaces, with no tabsOtherad.module385N/A
Use an indent of 2 spaces, with no tabsOtherad.module392N/A
Missing parenthesis after function nameOtherad.module443N/A
Use "elseif" in place of "else if"Otherad.module495N/A
Use "elseif" in place of "else if"Otherad.module520N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherad.module578N/A
Use "elseif" in place of "else if"Otherad.module628N/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)Otherad.module629N/A
Use an indent of 2 spaces, with no tabsOtherad.module635N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad.module694N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad.module697N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Otherad.module819N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Otherad.module821N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Otherad.module828N/A
Use "elseif" in place of "else if"Otherad.module880N/A
Use "elseif" in place of "else if"Otherad.module890N/A
Use "elseif" in place of "else if"Otherad.module977N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad.module1193N/A
Use "elseif" in place of "else if"Otherad.module1318N/A
Use "elseif" in place of "else if"Otherad.module1321N/A
Use "elseif" in place of "else if"Otherad.module1332N/A
Use an indent of 2 spaces, with no tabsOtherad.module1491N/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)Otherad.module1499N/A
Expandadcache.inc005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheradcache.inc-1N/A
Use "elseif" in place of "else if"Otheradcache.inc402N/A
Use "elseif" in place of "else if"Otheradcache.inc407N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheradcache.inc540N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheradcache.inc560N/A
Expandadserve.inc503
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otheradserve.inc152N/A
Use an indent of 2 spaces, with no tabsOtheradserve.inc160N/A
Use an indent of 2 spaces, with no tabsOtheradserve.inc161N/A
Use an indent of 2 spaces, with no tabsOtheradserve.inc162N/A
Use an indent of 2 spaces, with no tabsOtheradserve.inc163N/A
Use "elseif" in place of "else if"Otheradserve.inc194N/A
Use "elseif" in place of "else if"Otheradserve.inc313N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheradserve.inc320N/A
Expandcache/file/ad_cache_file.inc102
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherad_cache_file.inc176N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_cache_file.inc211N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_cache_file.inc229N/A
Expandcache/file/ad_cache_file.module112
MessageGroupFilenameLineFunctionStatus
missing space after commaOtherad_cache_file.module75N/A
Missing parenthesis after function nameOtherad_cache_file.module104N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_cache_file.module151N/A
table names should be enclosed in {curly_brackets}Otherad_cache_file.module231N/A
Expandchannel/ad_channel.inc103
MessageGroupFilenameLineFunctionStatus
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_channel.inc101N/A
Use an indent of 2 spaces, with no tabsOtherad_channel.inc142N/A
Use "elseif" in place of "else if"Otherad_channel.inc155N/A
Use "elseif" in place of "else if"Otherad_channel.inc162N/A
Expandchannel/ad_channel.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherad_channel.install-1N/A
Expandchannel/ad_channel.module6522
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOtherad_channel.module26N/A
Use an indent of 2 spaces, with no tabsOtherad_channel.module28N/A
Use an indent of 2 spaces, with no tabsOtherad_channel.module30N/A
Missing parenthesis after function nameOtherad_channel.module45N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_channel.module51N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_channel.module57N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_channel.module63N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_channel.module70N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_channel.module77N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_channel.module136N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_channel.module153N/A
Use an indent of 2 spaces, with no tabsOtherad_channel.module154N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_channel.module160N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_channel.module161N/A
Use "elseif" in place of "else if"Otherad_channel.module209N/A
Use "elseif" in place of "else if"Otherad_channel.module220N/A
Use "elseif" in place of "else if"Otherad_channel.module259N/A
Use "elseif" in place of "else if"Otherad_channel.module284N/A
There should be no trailing spacesOtherad_channel.module331N/A
Use "elseif" in place of "else if"Otherad_channel.module396N/A
Use "elseif" in place of "else if"Otherad_channel.module404N/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)Otherad_channel.module447N/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)Otherad_channel.module458N/A
Use "elseif" in place of "else if"Otherad_channel.module519N/A
Use "elseif" in place of "else if"Otherad_channel.module527N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_channel.module736N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_channel.module761N/A
Use "elseif" in place of "else if"Otherad_channel.module978N/A
Use ANSI standard <> instead of !=Otherad_channel.module979N/A
Use "elseif" in place of "else if"Otherad_channel.module1213N/A
Use ANSI standard <> instead of !=Otherad_channel.module1214N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_channel.module1313N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_channel.module1314N/A
Expandembed/ad_embed.module1105
MessageGroupFilenameLineFunctionStatus
missing space after commaOtherad_embed.module183N/A
The control statement should be on a separate line from the control conditionalOtherad_embed.module229N/A
There should be no trailing spacesOtherad_embed.module233N/A
There should be no trailing spacesOtherad_embed.module235N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module237N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module245N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module250N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module280N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module281N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module283N/A
Use "elseif" in place of "else if"Otherad_embed.module283N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module284N/A
The control statement should be on a separate line from the control conditionalOtherad_embed.module297N/A
Use "elseif" in place of "else if"Otherad_embed.module302N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module312N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module313N/A
Expandexternal/ad_external.module110
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOtherad_external.module155N/A
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_external.module167N/A
Expandhtml/ad_html.module010
MessageGroupFilenameLineFunctionStatus
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_html.module144N/A
Expandimage/ad_image.module4319
MessageGroupFilenameLineFunctionStatus
indent secondary line of comment one space Otherad_image.module59N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_image.module222N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_image.module255N/A
Use an indent of 2 spaces, with no tabsOtherad_image.module285N/A
Use an indent of 2 spaces, with no tabsOtherad_image.module286N/A
Use "elseif" in place of "else if"Otherad_image.module292N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_image.module303N/A
Use "elseif" in place of "else if"Otherad_image.module306N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Otherad_image.module343N/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)Otherad_image.module346N/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)Otherad_image.module350N/A
Use "elseif" in place of "else if"Otherad_image.module372N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_image.module411N/A
Use "elseif" in place of "else if"Otherad_image.module417N/A
Use "elseif" in place of "else if"Otherad_image.module425N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_image.module438N/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. (Drupal Docs)Otherad_image.module438N/A
Use "elseif" in place of "else if"Otherad_image.module460N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_image.module505N/A
Use "elseif" in place of "else if"Otherad_image.module508N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_image.module530N/A
Use "elseif" in place of "else if"Otherad_image.module532N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_image.module533N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_image.module536N/A
Use "elseif" in place of "else if"Otherad_image.module539N/A
Use "elseif" in place of "else if"Otherad_image.module552N/A
Expandimageserve.inc002
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherimageserve.inc54N/A
Use "elseif" in place of "else if"Otherimageserve.inc58N/A
Expandowners/ad_owners.module123
MessageGroupFilenameLineFunctionStatus
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_owners.module137N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_owners.module143N/A
Use "elseif" in place of "else if"Otherad_owners.module236N/A
Use "elseif" in place of "else if"Otherad_owners.module335N/A
Use "elseif" in place of "else if"Otherad_owners.module338N/A
Use an indent of 2 spaces, with no tabsOtherad_owners.module339N/A
Expandremote/ad_remote.module101
MessageGroupFilenameLineFunctionStatus
indent secondary line of comment one space Otherad_remote.module4N/A
missing space after commaOtherad_remote.module67N/A
Expandreport/ad_report.module6225
MessageGroupFilenameLineFunctionStatus
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_report.module17N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_report.module36N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_report.module44N/A
Use "elseif" in place of "else if"Otherad_report.module188N/A
Use "elseif" in place of "else if"Otherad_report.module191N/A
Use "elseif" in place of "else if"Otherad_report.module238N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_report.module281N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module309N/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)Otherad_report.module310N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module339N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module341N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module344N/A
Use "elseif" in place of "else if"Otherad_report.module344N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module348N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module349N/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)Otherad_report.module354N/A
Use "elseif" in place of "else if"Otherad_report.module368N/A
Use "elseif" in place of "else if"Otherad_report.module622N/A
Use "elseif" in place of "else if"Otherad_report.module625N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module662N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module663N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module664N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module665N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module666N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module667N/A
Use "elseif" in place of "else if"Otherad_report.module707N/A
Use "elseif" in place of "else if"Otherad_report.module815N/A
Use "elseif" in place of "else if"Otherad_report.module818N/A
Use "elseif" in place of "else if"Otherad_report.module821N/A
Use "elseif" in place of "else if"Otherad_report.module824N/A
Use "elseif" in place of "else if"Otherad_report.module827N/A
Use "elseif" in place of "else if"Otherad_report.module830N/A
Use "elseif" in place of "else if"Otherad_report.module833N/A
Expandserve.php001
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherserve.php22N/A
Expandtext/ad_text.module212
MessageGroupFilenameLineFunctionStatus
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_text.module298N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_text.module323N/A
Use "elseif" in place of "else if"Otherad_text.module329N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_text.module332N/A
Use "elseif" in place of "else if"Otherad_text.module338N/A
Expandweight/percent/ad_weight_percent.inc001
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherad_weight_percent.inc23N/A
Expandweight/percent/ad_weight_percent.install002
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherad_weight_percent.install-1N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_weight_percent.install33N/A
Expandweight/probability/ad_weight_probability.install002
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherad_weight_probability.install-1N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_weight_probability.install30N/A
Expandweight/probability/ad_weight_probability.module001
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherad_weight_probability.module41N/A

All

Test nameMinorCriticalNormal
Leafactions/ad_actions.install000
Expandactions/ad_actions.module306
MessageGroupFilenameLineFunctionStatus
Missing parenthesis after function nameOtherad_actions.module256N/A
else statements should begin on a new lineOtherad_actions.module263N/A
There should be no trailing spacesOtherad_actions.module266N/A
else statements should begin on a new lineOtherad_actions.module270N/A
else statements should begin on a new lineOtherad_actions.module277N/A
else statements should begin on a new lineOtherad_actions.module284N/A
else statements should begin on a new lineOtherad_actions.module291N/A
else statements should begin on a new lineOtherad_actions.module298N/A
Missing parenthesis after function nameOtherad_actions.module304N/A
Expandad.admin.inc022
MessageGroupFilenameLineFunctionStatus
Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n)Otherad.admin.inc32N/A
Use "elseif" in place of "else if"Otherad.admin.inc381N/A
Use "elseif" in place of "else if"Otherad.admin.inc393N/A
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad.admin.inc433N/A
Expandad.install010
MessageGroupFilenameLineFunctionStatus
Potential problem: "SELECT FROM {node}" statements should probably be wrapped in db_rewrite_sql() and with the alias for {node} table defined (e.g. {node} n)Otherad.install318N/A
Expandad.module14416
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherad.module142N/A
Use "elseif" in place of "else if"Otherad.module179N/A
Use "elseif" in place of "else if"Otherad.module213N/A
Use "elseif" in place of "else if"Otherad.module244N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad.module302N/A
Use an indent of 2 spaces, with no tabsOtherad.module358N/A
Use an indent of 2 spaces, with no tabsOtherad.module365N/A
Use an indent of 2 spaces, with no tabsOtherad.module367N/A
Use an indent of 2 spaces, with no tabsOtherad.module374N/A
Use an indent of 2 spaces, with no tabsOtherad.module376N/A
Use an indent of 2 spaces, with no tabsOtherad.module383N/A
Use an indent of 2 spaces, with no tabsOtherad.module385N/A
Use an indent of 2 spaces, with no tabsOtherad.module392N/A
Missing parenthesis after function nameOtherad.module443N/A
Use "elseif" in place of "else if"Otherad.module495N/A
Use "elseif" in place of "else if"Otherad.module520N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtherad.module578N/A
Use "elseif" in place of "else if"Otherad.module628N/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)Otherad.module629N/A
Use an indent of 2 spaces, with no tabsOtherad.module635N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad.module694N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad.module697N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Otherad.module819N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Otherad.module821N/A
Potential problem: use the Form API to prevent against CSRF attacks. If you need to use $_POST variables, ensure they are fully sanitized if displayed by using check_plain(), filter_xss() or similar. (Drupal Docs)Otherad.module828N/A
Use "elseif" in place of "else if"Otherad.module880N/A
Use "elseif" in place of "else if"Otherad.module890N/A
Use "elseif" in place of "else if"Otherad.module977N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad.module1193N/A
Use "elseif" in place of "else if"Otherad.module1318N/A
Use "elseif" in place of "else if"Otherad.module1321N/A
Use "elseif" in place of "else if"Otherad.module1332N/A
Use an indent of 2 spaces, with no tabsOtherad.module1491N/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)Otherad.module1499N/A
Expandad.pages.inc400
MessageGroupFilenameLineFunctionStatus
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad.pages.inc40N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad.pages.inc41N/A
l() already contains a check_plain() call by defaultOtherad.pages.inc193N/A
l() already contains a check_plain() call by defaultOtherad.pages.inc255N/A
Expandadcache.inc005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otheradcache.inc-1N/A
Use "elseif" in place of "else if"Otheradcache.inc402N/A
Use "elseif" in place of "else if"Otheradcache.inc407N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheradcache.inc540N/A
Use uppercase for PHP constants, e.g. NULL, TRUE, FALSEOtheradcache.inc560N/A
Expandadserve.inc503
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otheradserve.inc152N/A
Use an indent of 2 spaces, with no tabsOtheradserve.inc160N/A
Use an indent of 2 spaces, with no tabsOtheradserve.inc161N/A
Use an indent of 2 spaces, with no tabsOtheradserve.inc162N/A
Use an indent of 2 spaces, with no tabsOtheradserve.inc163N/A
Use "elseif" in place of "else if"Otheradserve.inc194N/A
Use "elseif" in place of "else if"Otheradserve.inc313N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtheradserve.inc320N/A
Leafad_token.inc000
Expandcache/file/ad_cache_file.inc102
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherad_cache_file.inc176N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_cache_file.inc211N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_cache_file.inc229N/A
Leafcache/file/ad_cache_file.install000
Expandcache/file/ad_cache_file.module112
MessageGroupFilenameLineFunctionStatus
missing space after commaOtherad_cache_file.module75N/A
Missing parenthesis after function nameOtherad_cache_file.module104N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_cache_file.module151N/A
table names should be enclosed in {curly_brackets}Otherad_cache_file.module231N/A
Expandchannel/ad_channel.inc103
MessageGroupFilenameLineFunctionStatus
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_channel.inc101N/A
Use an indent of 2 spaces, with no tabsOtherad_channel.inc142N/A
Use "elseif" in place of "else if"Otherad_channel.inc155N/A
Use "elseif" in place of "else if"Otherad_channel.inc162N/A
Expandchannel/ad_channel.install001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherad_channel.install-1N/A
Expandchannel/ad_channel.module6522
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOtherad_channel.module26N/A
Use an indent of 2 spaces, with no tabsOtherad_channel.module28N/A
Use an indent of 2 spaces, with no tabsOtherad_channel.module30N/A
Missing parenthesis after function nameOtherad_channel.module45N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_channel.module51N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_channel.module57N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_channel.module63N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_channel.module70N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_channel.module77N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_channel.module136N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_channel.module153N/A
Use an indent of 2 spaces, with no tabsOtherad_channel.module154N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_channel.module160N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_channel.module161N/A
Use "elseif" in place of "else if"Otherad_channel.module209N/A
Use "elseif" in place of "else if"Otherad_channel.module220N/A
Use "elseif" in place of "else if"Otherad_channel.module259N/A
Use "elseif" in place of "else if"Otherad_channel.module284N/A
There should be no trailing spacesOtherad_channel.module331N/A
Use "elseif" in place of "else if"Otherad_channel.module396N/A
Use "elseif" in place of "else if"Otherad_channel.module404N/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)Otherad_channel.module447N/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)Otherad_channel.module458N/A
Use "elseif" in place of "else if"Otherad_channel.module519N/A
Use "elseif" in place of "else if"Otherad_channel.module527N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_channel.module736N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_channel.module761N/A
Use "elseif" in place of "else if"Otherad_channel.module978N/A
Use ANSI standard <> instead of !=Otherad_channel.module979N/A
Use "elseif" in place of "else if"Otherad_channel.module1213N/A
Use ANSI standard <> instead of !=Otherad_channel.module1214N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_channel.module1313N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_channel.module1314N/A
Expandembed/ad_embed.module1105
MessageGroupFilenameLineFunctionStatus
missing space after commaOtherad_embed.module183N/A
The control statement should be on a separate line from the control conditionalOtherad_embed.module229N/A
There should be no trailing spacesOtherad_embed.module233N/A
There should be no trailing spacesOtherad_embed.module235N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module237N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module245N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module250N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module280N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module281N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module283N/A
Use "elseif" in place of "else if"Otherad_embed.module283N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module284N/A
The control statement should be on a separate line from the control conditionalOtherad_embed.module297N/A
Use "elseif" in place of "else if"Otherad_embed.module302N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module312N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_embed.module313N/A
Leafexternal/ad_external.install000
Expandexternal/ad_external.module110
MessageGroupFilenameLineFunctionStatus
Use an indent of 2 spaces, with no tabsOtherad_external.module155N/A
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_external.module167N/A
Leafexternal/external.inc000
Leafhtml/ad_html.install000
Expandhtml/ad_html.module010
MessageGroupFilenameLineFunctionStatus
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_html.module144N/A
Leafimage/ad_image.install000
Expandimage/ad_image.module4319
MessageGroupFilenameLineFunctionStatus
indent secondary line of comment one space Otherad_image.module59N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_image.module222N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_image.module255N/A
Use an indent of 2 spaces, with no tabsOtherad_image.module285N/A
Use an indent of 2 spaces, with no tabsOtherad_image.module286N/A
Use "elseif" in place of "else if"Otherad_image.module292N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_image.module303N/A
Use "elseif" in place of "else if"Otherad_image.module306N/A
The $text argument to l() should be enclosed within t() so that it is translatable.Otherad_image.module343N/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)Otherad_image.module346N/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)Otherad_image.module350N/A
Use "elseif" in place of "else if"Otherad_image.module372N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_image.module411N/A
Use "elseif" in place of "else if"Otherad_image.module417N/A
Use "elseif" in place of "else if"Otherad_image.module425N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_image.module438N/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. (Drupal Docs)Otherad_image.module438N/A
Use "elseif" in place of "else if"Otherad_image.module460N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_image.module505N/A
Use "elseif" in place of "else if"Otherad_image.module508N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_image.module530N/A
Use "elseif" in place of "else if"Otherad_image.module532N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_image.module533N/A
string concatenation should be formatted with a space separating the operators (dot .) and non-quote termsOtherad_image.module536N/A
Use "elseif" in place of "else if"Otherad_image.module539N/A
Use "elseif" in place of "else if"Otherad_image.module552N/A
Expandimageserve.inc002
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherimageserve.inc54N/A
Use "elseif" in place of "else if"Otherimageserve.inc58N/A
Leafowners/ad_owners.install000
Expandowners/ad_owners.module123
MessageGroupFilenameLineFunctionStatus
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_owners.module137N/A
Potential problem: FAPI elements '#title' and '#description' only accept filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_owners.module143N/A
Use "elseif" in place of "else if"Otherad_owners.module236N/A
Use "elseif" in place of "else if"Otherad_owners.module335N/A
Use "elseif" in place of "else if"Otherad_owners.module338N/A
Use an indent of 2 spaces, with no tabsOtherad_owners.module339N/A
Expandremote/ad_remote.module101
MessageGroupFilenameLineFunctionStatus
indent secondary line of comment one space Otherad_remote.module4N/A
missing space after commaOtherad_remote.module67N/A
Leafreport/ad_report.install000
Expandreport/ad_report.module6225
MessageGroupFilenameLineFunctionStatus
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_report.module17N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_report.module36N/A
Menu item titles and descriptions should NOT be enclosed within t(). (Drupal Docs)Otherad_report.module44N/A
Use "elseif" in place of "else if"Otherad_report.module188N/A
Use "elseif" in place of "else if"Otherad_report.module191N/A
Use "elseif" in place of "else if"Otherad_report.module238N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_report.module281N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module309N/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)Otherad_report.module310N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module339N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module341N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module344N/A
Use "elseif" in place of "else if"Otherad_report.module344N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module348N/A
Control statements should have one space between the control keyword and opening parenthesisOtherad_report.module349N/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)Otherad_report.module354N/A
Use "elseif" in place of "else if"Otherad_report.module368N/A
Use "elseif" in place of "else if"Otherad_report.module622N/A
Use "elseif" in place of "else if"Otherad_report.module625N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module662N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module663N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module664N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module665N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module666N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_report.module667N/A
Use "elseif" in place of "else if"Otherad_report.module707N/A
Use "elseif" in place of "else if"Otherad_report.module815N/A
Use "elseif" in place of "else if"Otherad_report.module818N/A
Use "elseif" in place of "else if"Otherad_report.module821N/A
Use "elseif" in place of "else if"Otherad_report.module824N/A
Use "elseif" in place of "else if"Otherad_report.module827N/A
Use "elseif" in place of "else if"Otherad_report.module830N/A
Use "elseif" in place of "else if"Otherad_report.module833N/A
Expandserve.php001
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherserve.php22N/A
Leafstatistics/click_filter/click_filter.install000
Expandstatistics/click_filter/click_filter.module200
MessageGroupFilenameLineFunctionStatus
indent secondary line of comment one space Otherclick_filter.module4N/A
There should be no trailing spacesOtherclick_filter.module88N/A
Leaftext/ad_text.install000
Expandtext/ad_text.module212
MessageGroupFilenameLineFunctionStatus
Potential problem: when FAPI element '#type' is set to 'markup' (default), '#value' only accepts filtered text, be sure to use check_plain(), filter_xss() or similar to ensure your $variable is fully sanitized.Otherad_text.module298N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_text.module323N/A
Use "elseif" in place of "else if"Otherad_text.module329N/A
in most cases, replace the string function with the drupal_ equivalent string functionsOtherad_text.module332N/A
Use "elseif" in place of "else if"Otherad_text.module338N/A
Expandweight/percent/ad_weight_percent.inc001
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherad_weight_percent.inc23N/A
Expandweight/percent/ad_weight_percent.install002
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherad_weight_percent.install-1N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_weight_percent.install33N/A
Expandweight/percent/ad_weight_percent.module1400
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherad_weight_percent.module24N/A
There should be no trailing spacesOtherad_weight_percent.module30N/A
There should be no trailing spacesOtherad_weight_percent.module34N/A
indent secondary line of comment one space Otherad_weight_percent.module37N/A
There should be no trailing spacesOtherad_weight_percent.module95N/A
There should be no trailing spacesOtherad_weight_percent.module96N/A
There should be no trailing spacesOtherad_weight_percent.module199N/A
There should be no trailing spacesOtherad_weight_percent.module200N/A
There should be no trailing spacesOtherad_weight_percent.module201N/A
There should be no trailing spacesOtherad_weight_percent.module202N/A
There should be no trailing spacesOtherad_weight_percent.module207N/A
There should be no trailing spacesOtherad_weight_percent.module208N/A
There should be no trailing spacesOtherad_weight_percent.module209N/A
indent secondary line of comment one space Otherad_weight_percent.module234N/A
Leafweight/probability/ad_weight_probability.inc000
Expandweight/probability/ad_weight_probability.install002
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)Otherad_weight_probability.install-1N/A
The $message argument to drupal_set_message() should be enclosed within t() so that it is translatable.Otherad_weight_probability.install30N/A
Expandweight/probability/ad_weight_probability.module001
MessageGroupFilenameLineFunctionStatus
Use "elseif" in place of "else if"Otherad_weight_probability.module41N/A