Severity minor, Drupal Commenting Standards, Internationalization, Drupal Security Checks, Drupal SQL Standards, Drupal Coding Standards sites/all/modules/pareview_temp/test_candidate/./beididp.inc: +108: [minor] You may not want to use SELECT COUNT(*), if all you want to do is check for the existance of any rows, rather than the actual number of rows. +600: [minor] You may not want to use SELECT COUNT(*), if all you want to do is check for the existance of any rows, rather than the actual number of rows. Status Messages: Coder found 8 projects, 8 files, 2 minor warnings, 0 warnings were flagged to be ignored FILE: ...ace/drupal-7/sites/all/modules/pareview_temp/test_candidate/beididp.inc -------------------------------------------------------------------------------- FOUND 2 ERROR(S) AFFECTING 2 LINE(S) -------------------------------------------------------------------------------- 541 | ERROR | If the line declaring an array spans longer than 80 characters, | | each element should be broken into its own line 606 | ERROR | If the line declaring an array spans longer than 80 characters, | | each element should be broken into its own line -------------------------------------------------------------------------------- FILE: ...upal-7/sites/all/modules/pareview_temp/test_candidate/beididp.pages.inc -------------------------------------------------------------------------------- FOUND 2 ERROR(S) AFFECTING 2 LINE(S) -------------------------------------------------------------------------------- 22 | ERROR | BREAK statements must be followed by a single blank line 62 | ERROR | If the line declaring an array spans longer than 80 characters, | | each element should be broken into its own line --------------------------------------------------------------------------------