commerce.api.php | 0 | 0 | 1 |
commerce.install | 1 | 0 | 4 |
commerce.module | 2 | 0 | 7 |
commerce_ui.module | 0 | 0 | 0 |
includes/commerce.controller.inc | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce.controller.inc | 32 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce.controller.inc | 191 | N/A |  |
| @param and @return syntax does not indicate the data type. (Drupal Docs) | Other | commerce.controller.inc | 220 | N/A |  |
|
includes/commerce.currency.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | commerce.currency.inc | 829 | N/A |  |
|
includes/commerce_ui.admin.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_ui.admin.inc | 56 | N/A |  |
|
modules/cart/commerce_cart.api.php | 0 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.api.php | 37 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.api.php | 62 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.api.php | 84 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.api.php | 100 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.api.php | 133 | N/A |  |
|
modules/cart/commerce_cart.info.inc | 0 | 0 | 0 |
modules/cart/commerce_cart.install | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_cart.install | -1 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.install | 4 | N/A |  |
|
modules/cart/commerce_cart.module | 2 | 1 | 19 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.module | 82 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.module | 85 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | commerce_cart.module | 186 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_cart.module | 216 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_cart.module | 237 | N/A |  |
| Arrays should be formatted with a space separating each element and assignment operator | Other | commerce_cart.module | 353 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.module | 720 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.module | 887 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_cart.module | 915 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_cart.module | 916 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_cart.module | 917 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_cart.module | 936 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_cart.module | 980 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.module | 1124 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | commerce_cart.module | 1216 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_cart.module | 1222 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_cart.module | 1752 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_cart.module | 1772 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_cart.module | 1856 | N/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) | Other | commerce_cart.module | 1858 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_cart.module | 1858 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_cart.module | 1950 | N/A |  |
|
modules/cart/commerce_cart.rules.inc | 0 | 0 | 0 |
modules/cart/commerce_cart.rules_defaults.inc | 0 | 0 | 0 |
modules/cart/includes/commerce_cart.checkout_pane.inc | 4 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.checkout_pane.inc | 19 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.checkout_pane.inc | 22 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.checkout_pane.inc | 25 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.checkout_pane.inc | 26 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.checkout_pane.inc | 40 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.checkout_pane.inc | 59 | N/A |  |
|
modules/cart/includes/commerce_cart.pages.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_cart.pages.inc | 21 | N/A |  |
|
modules/cart/includes/views/commerce_cart.views.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_cart.views.inc | -1 | N/A |  |
|
modules/cart/includes/views/commerce_cart.views_default.inc | 0 | 0 | 6 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_cart.views_default.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_cart.views_default.inc | 255 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_cart.views_default.inc | 459 | N/A |  |
| The $string argument to t() should not begin or end with a space. (Drupal Docs) | Other | commerce_cart.views_default.inc | 462 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_cart.views_default.inc | 664 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | commerce_cart.views_default.inc | 686 | N/A |  |
|
modules/cart/includes/views/handlers/commerce_cart_handler_field_add_to_cart_form.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_cart_handler_field_add_to_cart_form.inc | -1 | N/A |  |
|
modules/cart/tests/commerce_cart.test | 9 | 0 | 27 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_cart.test | 10 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | commerce_cart.test | 17 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_cart.test | 66 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 77 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_cart.test | 92 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 104 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 125 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 135 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 136 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 137 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 138 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 144 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 159 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_cart.test | 214 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_cart.test | 219 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_cart.test | 223 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_cart.test | 259 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 271 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 292 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 305 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 306 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 307 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 308 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 351 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 352 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 353 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 354 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 360 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 361 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 362 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_cart.test | 363 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | commerce_cart.test | 373 | N/A |  |
| string concatenation should be formatted with a space separating the operators (dot .) and non-quote terms | Other | commerce_cart.test | 391 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_cart.test | 401 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_cart.test | 424 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_cart.test | 494 | N/A |  |
|
modules/cart/theme/commerce-cart-block.tpl.php | 0 | 0 | 0 |
modules/checkout/commerce_checkout.api.php | 0 | 0 | 0 |
modules/checkout/commerce_checkout.install | 0 | 0 | 1 |
modules/checkout/commerce_checkout.module | 1 | 0 | 7 |
modules/checkout/commerce_checkout.rules.inc | 2 | 0 | 5 |
modules/checkout/commerce_checkout.rules_defaults.inc | 0 | 0 | 0 |
modules/checkout/includes/commerce_checkout.admin.inc | 0 | 0 | 2 |
modules/checkout/includes/commerce_checkout.checkout_pane.inc | 0 | 0 | 2 |
modules/checkout/includes/commerce_checkout.pages.inc | 0 | 0 | 3 |
modules/checkout/includes/views/commerce_checkout.views_default.inc | 0 | 0 | 2 |
modules/checkout/tests/commerce_checkout.test | 0 | 0 | 7 |
modules/customer/commerce_customer.api.php | 0 | 0 | 0 |
modules/customer/commerce_customer.info.inc | 0 | 0 | 0 |
modules/customer/commerce_customer.install | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_customer.install | -1 | N/A |  |
| Arrays should be formatted with a space separating each element and assignment operator | Other | commerce_customer.install | 71 | N/A |  |
| Arrays should be formatted with a space separating each element and assignment operator | Other | commerce_customer.install | 135 | N/A |  |
|
modules/customer/commerce_customer.module | 1 | 0 | 11 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_customer.module | 24 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_customer.module | 69 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_customer.module | 166 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_customer.module | 172 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_customer.module | 575 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_customer.module | 591 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_customer.module | 700 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_customer.module | 940 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_customer.module | 979 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_customer.module | 1003 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_customer.module | 1005 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | commerce_customer.module | 1032 | N/A |  |
|
modules/customer/commerce_customer.tokens.inc | 0 | 0 | 0 |
modules/customer/commerce_customer_ui.module | 0 | 0 | 8 |
| Message | Group | Filename | Line | Function | Status |
| Administrative menu items should have a description. | Other | commerce_customer_ui.module | 37 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_customer_ui.module | 48 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_customer_ui.module | 54 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_customer_ui.module | 80 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_customer_ui.module | 308 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_customer_ui.module | 313 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_customer_ui.module | 320 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_customer_ui.module | 349 | N/A |  |
|
modules/customer/includes/commerce_customer.checkout_pane.inc | 2 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_customer.checkout_pane.inc | 16 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_customer.checkout_pane.inc | 47 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_customer.checkout_pane.inc | 114 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_customer.checkout_pane.inc | 118 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_customer.checkout_pane.inc | 156 | N/A |  |
|
modules/customer/includes/commerce_customer_profile.controller.inc | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | commerce_customer_profile.controller.inc | 5 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_customer_profile.controller.inc | 9 | N/A |  |
| @param and @return syntax does not indicate the data type. (Drupal Docs) | Other | commerce_customer_profile.controller.inc | 17 | N/A |  |
|
modules/customer/includes/commerce_customer_profile.forms.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_customer_profile.forms.inc | 130 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_customer_profile.forms.inc | 141 | N/A |  |
|
modules/customer/includes/commerce_customer_ui.profiles.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | commerce_customer_ui.profiles.inc | 5 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_customer_ui.profiles.inc | 10 | N/A |  |
|
modules/customer/includes/commerce_customer_ui.profile_types.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_customer_ui.profile_types.inc | 38 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_customer_ui.profile_types.inc | 48 | N/A |  |
|
modules/customer/includes/views/commerce_customer.views.inc | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_customer.views.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_customer.views.inc | 17 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_customer.views.inc | 25 | N/A |  |
|
modules/customer/includes/views/commerce_customer_ui.views_default.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_customer_ui.views_default.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_customer_ui.views_default.inc | 271 | N/A |  |
|
modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile.inc | 0 | 0 | 0 |
modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_customer_handler_field_customer_profile_link.inc | -1 | N/A |  |
|
modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link_delete.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_customer_handler_field_customer_profile_link_delete.inc | -1 | N/A |  |
|
modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_link_edit.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_customer_handler_field_customer_profile_link_edit.inc | -1 | N/A |  |
|
modules/customer/includes/views/handlers/commerce_customer_handler_field_customer_profile_type.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_customer_handler_field_customer_profile_type.inc | -1 | N/A |  |
|
modules/customer/includes/views/handlers/commerce_customer_handler_filter_customer_profile_type.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_customer_handler_filter_customer_profile_type.inc | -1 | N/A |  |
|
modules/customer/tests/commerce_customer_profile_dummy_type.module | 0 | 0 | 0 |
modules/customer/tests/commerce_customer_ui.test | 1 | 0 | 27 |
| Message | Group | Filename | Line | Function | Status |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_customer_ui.test | 75 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_customer_ui.test | 134 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 142 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 143 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 144 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 145 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 154 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 155 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 186 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 187 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 188 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 189 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 202 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 203 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_customer_ui.test | 224 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 241 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 242 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 243 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 244 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 260 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 261 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_customer_ui.test | 289 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 448 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 449 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 450 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 451 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 465 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_customer_ui.test | 466 | N/A |  |
|
modules/line_item/commerce_line_item.api.php | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | commerce_line_item.api.php | 50 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_line_item.api.php | 164 | N/A |  |
|
modules/line_item/commerce_line_item.info.inc | 0 | 0 | 0 |
modules/line_item/commerce_line_item.install | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_line_item.install | -1 | N/A |  |
|
modules/line_item/commerce_line_item.module | 6 | 1 | 5 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_line_item.module | 22 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_line_item.module | 730 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_line_item.module | 804 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_line_item.module | 807 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_line_item.module | 810 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_line_item.module | 811 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_line_item.module | 967 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_line_item.module | 989 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_line_item.module | 1099 | N/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. | Other | commerce_line_item.module | 1207 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_line_item.module | 1230 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | commerce_line_item.module | 1306 | N/A |  |
|
modules/line_item/commerce_line_item.rules.inc | 0 | 0 | 0 |
modules/line_item/commerce_line_item.tokens.inc | 0 | 0 | 0 |
modules/line_item/commerce_line_item_ui.module | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Administrative menu items should have a description. | Other | commerce_line_item_ui.module | 26 | N/A |  |
|
modules/line_item/includes/commerce_line_item.controller.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_line_item.controller.inc | 9 | N/A |  |
| @param and @return syntax does not indicate the data type. (Drupal Docs) | Other | commerce_line_item.controller.inc | 17 | N/A |  |
|
modules/line_item/includes/commerce_line_item_ui.types.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_line_item_ui.types.inc | -1 | N/A |  |
|
modules/line_item/includes/views/commerce_line_item.views.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_line_item.views.inc | -1 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_line_item.views.inc | 64 | N/A |  |
|
modules/line_item/includes/views/commerce_line_item.views_default.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_line_item.views_default.inc | -1 | N/A |  |
|
modules/line_item/includes/views/handlers/commerce_line_item_handler_area_line_item_summary.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_line_item_handler_area_line_item_summary.inc | -1 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_line_item_handler_area_line_item_summary.inc | 4 | N/A |  |
|
modules/line_item/includes/views/handlers/commerce_line_item_handler_argument_line_item_line_item_id.inc | 0 | 0 | 0 |
modules/line_item/includes/views/handlers/commerce_line_item_handler_field_edit_delete.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_line_item_handler_field_edit_delete.inc | 63 | N/A |  |
|
modules/line_item/includes/views/handlers/commerce_line_item_handler_field_edit_quantity.inc | 1 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_line_item_handler_field_edit_quantity.inc | 51 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_line_item_handler_field_edit_quantity.inc | 57 | N/A |  |
|
modules/line_item/includes/views/handlers/commerce_line_item_handler_field_line_item_title.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_line_item_handler_field_line_item_title.inc | -1 | N/A |  |
|
modules/line_item/includes/views/handlers/commerce_line_item_handler_field_line_item_type.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_line_item_handler_field_line_item_type.inc | -1 | N/A |  |
|
modules/line_item/includes/views/handlers/commerce_line_item_handler_filter_line_item_type.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_line_item_handler_filter_line_item_type.inc | -1 | N/A |  |
|
modules/line_item/theme/commerce-line-item-summary.tpl.php | 0 | 0 | 0 |
modules/order/commerce_order.api.php | 0 | 0 | 0 |
modules/order/commerce_order.info.inc | 0 | 0 | 0 |
modules/order/commerce_order.install | 0 | 0 | 7 |
modules/order/commerce_order.module | 0 | 0 | 11 |
modules/order/commerce_order.rules.inc | 0 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_order.rules.inc | 221 | N/A |  |
|
modules/order/commerce_order.tokens.inc | 0 | 0 | 0 |
modules/order/commerce_order_ui.info.inc | 0 | 0 | 1 |
modules/order/commerce_order_ui.module | 0 | 0 | 6 |
modules/order/commerce_order_ui.tokens.inc | 0 | 0 | 0 |
modules/order/includes/commerce_order.checkout_pane.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_order.checkout_pane.inc | 72 | N/A |  |
|
modules/order/includes/commerce_order.controller.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_order.controller.inc | 9 | N/A |  |
| @param and @return syntax does not indicate the data type. (Drupal Docs) | Other | commerce_order.controller.inc | 17 | N/A |  |
|
modules/order/includes/commerce_order.forms.inc | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_order.forms.inc | 192 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_order.forms.inc | 207 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_order.forms.inc | 211 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_order.forms.inc | 285 | N/A |  |
|
modules/order/includes/commerce_order_ui.orders.inc | 0 | 0 | 0 |
modules/order/includes/views/commerce_order.views.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order.views.inc | -1 | N/A |  |
|
modules/order/includes/views/commerce_order_ui.views_default.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_ui.views_default.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_order_ui.views_default.inc | 534 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_handler_area_order_total.inc | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_handler_area_order_total.inc | -1 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_order_handler_area_order_total.inc | 4 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_order_handler_area_order_total.inc | 12 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_order_handler_area_order_total.inc | 23 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_handler_argument_order_order_id.inc | 0 | 0 | 0 |
modules/order/includes/views/handlers/commerce_order_handler_field_order.inc | 0 | 0 | 0 |
modules/order/includes/views/handlers/commerce_order_handler_field_order_link.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_handler_field_order_link.inc | -1 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_handler_field_order_link_delete.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_handler_field_order_link_delete.inc | -1 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_handler_field_order_link_edit.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_handler_field_order_link_edit.inc | -1 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_handler_field_order_operations.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_handler_field_order_operations.inc | -1 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_handler_field_order_state.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_handler_field_order_state.inc | -1 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_handler_field_order_status.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_handler_field_order_status.inc | -1 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_handler_field_order_type.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_handler_field_order_type.inc | -1 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_handler_filter_order_state.inc | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_handler_filter_order_state.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_order_handler_filter_order_state.inc | 35 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_order_handler_filter_order_state.inc | 38 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_handler_filter_order_status.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_handler_filter_order_status.inc | -1 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_handler_filter_order_type.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_handler_filter_order_type.inc | -1 | N/A |  |
|
modules/order/includes/views/handlers/commerce_order_plugin_argument_validate_user.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_order_plugin_argument_validate_user.inc | -1 | N/A |  |
|
modules/order/tests/commerce_order.rules.test | 0 | 0 | 0 |
modules/order/tests/commerce_order_ui.test | 4 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use an indent of 2 spaces, with no tabs | Other | commerce_order_ui.test | 156 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_order_ui.test | 157 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_order_ui.test | 158 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_order_ui.test | 159 | N/A |  |
| missing space after comma | Other | commerce_order_ui.test | 207 | N/A |  |
|
modules/payment/commerce_payment.api.php | 0 | 0 | 15 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.api.php | 92 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.api.php | 96 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.api.php | 108 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.api.php | 130 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.api.php | 132 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.api.php | 134 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.api.php | 136 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.api.php | 138 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.api.php | 140 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.api.php | 142 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.api.php | 144 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment.api.php | 157 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment.api.php | 159 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.api.php | 224 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.api.php | 275 | N/A |  |
|
modules/payment/commerce_payment.info.inc | 0 | 0 | 0 |
modules/payment/commerce_payment.install | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Arrays should be formatted with a space separating each element and assignment operator | Other | commerce_payment.install | 136 | N/A |  |
| Arrays should be formatted with a space separating each element and assignment operator | Other | commerce_payment.install | 144 | N/A |  |
| Arrays should be formatted with a space separating each element and assignment operator | Other | commerce_payment.install | 241 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.install | 254 | N/A |  |
|
modules/payment/commerce_payment.module | 1 | 0 | 14 |
| Message | Group | Filename | Line | Function | Status |
Format should be * Implementation of hook_foo(). | Other | commerce_payment.module | 53 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_payment.module | 67 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment.module | 101 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.module | 292 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.module | 318 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.module | 426 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.module | 536 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment.module | 605 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment.module | 622 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment.module | 670 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_payment.module | 718 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.module | 783 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.module | 874 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.module | 877 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment.module | 977 | N/A |  |
|
modules/payment/commerce_payment.rules.inc | 0 | 0 | 0 |
modules/payment/commerce_payment.rules_defaults.inc | 0 | 0 | 0 |
modules/payment/commerce_payment.tokens.inc | 0 | 0 | 0 |
modules/payment/commerce_payment_ui.module | 0 | 0 | 6 |
| Message | Group | Filename | Line | Function | Status |
| Administrative menu items should have a description. | Other | commerce_payment_ui.module | 15 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_payment_ui.module | 28 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_payment_ui.module | 38 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_payment_ui.module | 50 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment_ui.module | 138 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment_ui.module | 220 | N/A |  |
|
modules/payment/includes/commerce_payment.checkout_pane.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.checkout_pane.inc | 109 | N/A |  |
|
modules/payment/includes/commerce_payment.credit_card.inc | 23 | 1 | 11 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment.credit_card.inc | 9 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.credit_card.inc | 93 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.credit_card.inc | 109 | N/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. | Other | commerce_payment.credit_card.inc | 131 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.credit_card.inc | 172 | N/A |  |
| @see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including (). | Other | commerce_payment.credit_card.inc | 239 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | commerce_payment.credit_card.inc | 239 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment.credit_card.inc | 239 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 243 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 246 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 261 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 267 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 275 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 281 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 290 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 307 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 319 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 326 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 336 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 340 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 346 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 354 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 375 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 405 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 406 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 407 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.credit_card.inc | 445 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.credit_card.inc | 448 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.credit_card.inc | 449 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.credit_card.inc | 470 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.credit_card.inc | 473 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.credit_card.inc | 474 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 511 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 513 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment.credit_card.inc | 518 | N/A |  |
|
modules/payment/includes/commerce_payment.forms.inc | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment.forms.inc | 9 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment.forms.inc | 170 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.forms.inc | 173 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment.forms.inc | 188 | N/A |  |
|
modules/payment/includes/commerce_payment_transaction.controller.inc | 2 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | commerce_payment_transaction.controller.inc | 5 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment_transaction.controller.inc | 9 | N/A |  |
| @param and @return syntax does not indicate the data type. (Drupal Docs) | Other | commerce_payment_transaction.controller.inc | 18 | N/A |  |
| l() already contains a check_plain() call by default | Other | commerce_payment_transaction.controller.inc | 157 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment_transaction.controller.inc | 167 | N/A |  |
| l() already contains a check_plain() call by default | Other | commerce_payment_transaction.controller.inc | 168 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment_transaction.controller.inc | 170 | N/A |  |
|
modules/payment/includes/commerce_payment_ui.admin.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment_ui.admin.inc | 20 | N/A |  |
| do not use mixed case (camelCase), use lower case and _ | Other | commerce_payment_ui.admin.inc | 24 | N/A |  |
|
modules/payment/includes/views/commerce_payment.views.inc | 0 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment.views.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment.views.inc | 17 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment.views.inc | 25 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment.views.inc | 91 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment.views.inc | 268 | N/A |  |
|
modules/payment/includes/views/commerce_payment_ui.views_default.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_ui.views_default.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment_ui.views_default.inc | 250 | N/A |  |
|
modules/payment/includes/views/handlers/commerce_payment_handler_area_totals.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_handler_area_totals.inc | -1 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_payment_handler_area_totals.inc | 4 | N/A |  |
|
modules/payment/includes/views/handlers/commerce_payment_handler_field_amount.inc | 0 | 0 | 0 |
modules/payment/includes/views/handlers/commerce_payment_handler_field_balance.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_handler_field_balance.inc | -1 | N/A |  |
|
modules/payment/includes/views/handlers/commerce_payment_handler_field_currency_code.inc | 0 | 0 | 0 |
modules/payment/includes/views/handlers/commerce_payment_handler_field_message.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_handler_field_message.inc | -1 | N/A |  |
|
modules/payment/includes/views/handlers/commerce_payment_handler_field_payment_method.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_handler_field_payment_method.inc | -1 | N/A |  |
|
modules/payment/includes/views/handlers/commerce_payment_handler_field_payment_transaction_link.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_handler_field_payment_transaction_link.inc | -1 | N/A |  |
|
modules/payment/includes/views/handlers/commerce_payment_handler_field_payment_transaction_link_delete.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_handler_field_payment_transaction_link_delete.inc | -1 | N/A |  |
|
modules/payment/includes/views/handlers/commerce_payment_handler_field_payment_transaction_operations.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_handler_field_payment_transaction_operations.inc | -1 | N/A |  |
|
modules/payment/includes/views/handlers/commerce_payment_handler_field_status.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_handler_field_status.inc | -1 | N/A |  |
|
modules/payment/includes/views/handlers/commerce_payment_handler_filter_currency_code.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_handler_filter_currency_code.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment_handler_filter_currency_code.inc | 10 | N/A |  |
|
modules/payment/includes/views/handlers/commerce_payment_handler_filter_payment_method.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_handler_filter_payment_method.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment_handler_filter_payment_method.inc | 9 | N/A |  |
|
modules/payment/includes/views/handlers/commerce_payment_handler_filter_payment_transaction_status.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_payment_handler_filter_payment_transaction_status.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment_handler_filter_payment_transaction_status.inc | 9 | N/A |  |
|
modules/payment/modules/commerce_payment_example.module | 1 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_payment_example.module | 55 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_payment_example.module | 57 | N/A |  |
|
modules/payment/tests/commerce_payment.rules.test | 0 | 0 | 0 |
modules/payment/tests/commerce_payment_dummy_offsite.module | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_payment_dummy_offsite.module | 15 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_payment_dummy_offsite.module | 20 | N/A |  |
|
modules/payment/tests/commerce_payment_ui.test | 0 | 0 | 0 |
modules/payment/theme/commerce-payment-totals.tpl.php | 0 | 0 | 0 |
modules/price/commerce_price.api.php | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | commerce_price.api.php | 10 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_price.api.php | 10 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_price.api.php | 40 | N/A |  |
|
modules/price/commerce_price.install | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_price.install | -1 | N/A |  |
|
modules/price/commerce_price.module | 3 | 3 | 15 |
| Message | Group | Filename | Line | Function | Status |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_price.module | 64 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_price.module | 108 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_price.module | 176 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | commerce_price.module | 181 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_price.module | 203 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_price.module | 375 | N/A |  |
| Control statements should have one space between the control keyword and opening parenthesis | Other | commerce_price.module | 379 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_price.module | 395 | N/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. | Other | commerce_price.module | 543 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_price.module | 571 | N/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. | Other | commerce_price.module | 592 | N/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. | Other | commerce_price.module | 614 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_price.module | 684 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_price.module | 687 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | commerce_price.module | 710 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_price.module | 726 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_price.module | 764 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_price.module | 765 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_price.module | 950 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_price.module | 956 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_price.module | 999 | N/A |  |
|
modules/price/commerce_price.rules.inc | 1 | 0 | 0 |
| Message | Group | Filename | Line | Function | Status |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_price.rules.inc | 64 | N/A |  |
|
modules/product/commerce_product.api.php | 0 | 0 | 0 |
modules/product/commerce_product.info.inc | 0 | 0 | 0 |
modules/product/commerce_product.install | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product.install | -1 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product.install | 106 | N/A |  |
|
modules/product/commerce_product.module | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | commerce_product.module | 535 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_product.module | 553 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product.module | 620 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product.module | 633 | N/A |  |
|
modules/product/commerce_product.tokens.inc | 0 | 0 | 0 |
modules/product/commerce_product_ui.info.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_ui.info.inc | -1 | N/A |  |
|
modules/product/commerce_product_ui.install | 0 | 0 | 3 |
|
|
modules/product/commerce_product_ui.module | 0 | 0 | 12 |
| Message | Group | Filename | Line | Function | Status |
| Administrative menu items should have a description. | Other | commerce_product_ui.module | 37 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_product_ui.module | 48 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_product_ui.module | 54 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_product_ui.module | 75 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_product_ui.module | 87 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_product_ui.module | 96 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_product_ui.module | 103 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product_ui.module | 296 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_product_ui.module | 340 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_product_ui.module | 506 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_product_ui.module | 511 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_product_ui.module | 533 | N/A |  |
|
modules/product/includes/commerce_product.controller.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | commerce_product.controller.inc | 9 | N/A |  |
| @param and @return syntax does not indicate the data type. (Drupal Docs) | Other | commerce_product.controller.inc | 19 | N/A |  |
|
modules/product/includes/commerce_product.forms.inc | 0 | 0 | 5 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_product.forms.inc | 23 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_product.forms.inc | 26 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_product.forms.inc | 96 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_product.forms.inc | 99 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_product.forms.inc | 118 | N/A |  |
|
modules/product/includes/commerce_product.translation_handler.inc | 0 | 0 | 0 |
modules/product/includes/commerce_product_ui.forms.inc | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_product_ui.forms.inc | 104 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_product_ui.forms.inc | 113 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_product_ui.forms.inc | 127 | N/A |  |
|
modules/product/includes/commerce_product_ui.products.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_product_ui.products.inc | 45 | N/A |  |
|
modules/product/includes/commerce_product_ui.types.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_product_ui.types.inc | 38 | N/A |  |
|
modules/product/includes/views/commerce_product.views.inc | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product.views.inc | -1 | N/A |  |
| Use sentence case, not title case, for end-user strings. (Wikipedia) | Other | commerce_product.views.inc | 25 | N/A |  |
|
modules/product/includes/views/commerce_product_ui.views_default.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_ui.views_default.inc | -1 | N/A |  |
|
modules/product/includes/views/handlers/commerce_product_handler_argument_product_id.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_handler_argument_product_id.inc | -1 | N/A |  |
|
modules/product/includes/views/handlers/commerce_product_handler_field_product.inc | 0 | 0 | 0 |
modules/product/includes/views/handlers/commerce_product_handler_field_product_link.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_handler_field_product_link.inc | -1 | N/A |  |
|
modules/product/includes/views/handlers/commerce_product_handler_field_product_link_delete.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_handler_field_product_link_delete.inc | -1 | N/A |  |
|
modules/product/includes/views/handlers/commerce_product_handler_field_product_link_edit.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_handler_field_product_link_edit.inc | -1 | N/A |  |
|
modules/product/includes/views/handlers/commerce_product_handler_field_product_operations.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_handler_field_product_operations.inc | -1 | N/A |  |
|
modules/product/includes/views/handlers/commerce_product_handler_field_product_type.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_handler_field_product_type.inc | -1 | N/A |  |
|
modules/product/includes/views/handlers/commerce_product_handler_filter_product_type.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_handler_filter_product_type.inc | -1 | N/A |  |
|
modules/product/tests/commerce_product.test | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_product.test | 204 | N/A |  |
|
modules/product/tests/commerce_product_ui.test | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_product_ui.test | 107 | N/A |  |
| missing space after comma | Other | commerce_product_ui.test | 116 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_product_ui.test | 214 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_product_ui.test | 244 | N/A |  |
|
modules/product/theme/commerce-product-sku.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | commerce-product-sku.tpl.php | 23 | N/A |  |
|
modules/product/theme/commerce-product-status.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | commerce-product-status.tpl.php | 23 | N/A |  |
|
modules/product/theme/commerce-product-title.tpl.php | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| the final ?> should be omitted from all code files | Other | commerce-product-title.tpl.php | 23 | N/A |  |
|
modules/product_pricing/commerce_product_pricing.api.php | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product_pricing.api.php | 10 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product_pricing.api.php | 36 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_product_pricing.api.php | 60 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_product_pricing.api.php | 65 | N/A |  |
|
modules/product_pricing/commerce_product_pricing.install | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_pricing.install | -1 | N/A |  |
|
modules/product_pricing/commerce_product_pricing.module | 3 | 0 | 6 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | commerce_product_pricing.module | 5 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product_pricing.module | 143 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_product_pricing.module | 185 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product_pricing.module | 234 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_product_pricing.module | 293 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product_pricing.module | 329 | N/A |  |
Format should be * Implementation of hook_foo(). | Other | commerce_product_pricing.module | 338 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_product_pricing.module | 355 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product_pricing.module | 445 | N/A |  |
|
modules/product_pricing/commerce_product_pricing_ui.module | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_product_pricing_ui.module | 97 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_product_pricing_ui.module | 134 | N/A |  |
|
modules/product_pricing/includes/commerce_product_pricing_ui.admin.inc | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| do not use mixed case (camelCase), use lower case and _ | Other | commerce_product_pricing_ui.admin.inc | 13 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_product_pricing_ui.admin.inc | 87 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_product_pricing_ui.admin.inc | 164 | N/A |  |
|
modules/product_reference/commerce_product_reference.install | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_reference.install | -1 | N/A |  |
|
modules/product_reference/commerce_product_reference.module | 1 | 0 | 8 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_product_reference.module | 94 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_product_reference.module | 314 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_product_reference.module | 567 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_product_reference.module | 623 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product_reference.module | 653 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product_reference.module | 805 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_product_reference.module | 836 | N/A |  |
| @see references should be separated by "," followed by a single space and with no trailing punctuation | Other | commerce_product_reference.module | 982 | N/A |  |
| Function documentation should be less than 80 characters per line. | Other | commerce_product_reference.module | 998 | N/A |  |
|
modules/product_reference/commerce_product_reference.rules.inc | 0 | 0 | 0 |
modules/product_reference/includes/views/commerce_product_reference.views.inc | 1 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_reference.views.inc | -1 | N/A |  |
| in most cases, replace the string function with the drupal_ equivalent string functions | Other | commerce_product_reference.views.inc | 84 | N/A |  |
|
modules/product_reference/includes/views/handlers/commerce_product_reference_handler_filter_product_line_item_type.inc | 0 | 0 | 1 |
| Message | Group | Filename | Line | Function | Status |
| @file block missing (Drupal Docs) | Other | commerce_product_reference_handler_filter_product_line_item_type.inc | -1 | N/A |  |
|
modules/product_reference/tests/commerce_product_reference.test | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| missing space after comma | Other | commerce_product_reference.test | 177 | N/A |  |
| Doxygen uses @todo and @bug to markup things to be done. | Other | commerce_product_reference.test | 248 | N/A |  |
|
modules/tax/commerce_tax.api.php | 0 | 0 | 2 |
| Message | Group | Filename | Line | Function | Status |
| Function documentation should be less than 80 characters per line. | Other | commerce_tax.api.php | 59 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_tax.api.php | 94 | N/A |  |
|
modules/tax/commerce_tax.module | 0 | 0 | 3 |
| Message | Group | Filename | Line | Function | Status |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_tax.module | 224 | N/A |  |
| Function summaries should be one line only. (Drupal Docs) | Other | commerce_tax.module | 484 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_tax.module | 487 | N/A |  |
|
modules/tax/commerce_tax.rules.inc | 0 | 0 | 0 |
modules/tax/commerce_tax.rules_defaults.inc | 0 | 0 | 0 |
modules/tax/commerce_tax_ui.install | 0 | 0 | 8 |
|
|
modules/tax/commerce_tax_ui.module | 0 | 0 | 4 |
| Message | Group | Filename | Line | Function | Status |
| Administrative menu items should have a description. | Other | commerce_tax_ui.module | 53 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_tax_ui.module | 59 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_tax_ui.module | 127 | N/A |  |
| Administrative menu items should have a description. | Other | commerce_tax_ui.module | 133 | N/A |  |
|
modules/tax/includes/commerce_tax_ui.admin.inc | 0 | 0 | 8 |
| Message | Group | Filename | Line | Function | Status |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_tax_ui.admin.inc | 48 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_tax_ui.admin.inc | 51 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_tax_ui.admin.inc | 216 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_tax_ui.admin.inc | 222 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_tax_ui.admin.inc | 231 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_tax_ui.admin.inc | 410 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_tax_ui.admin.inc | 416 | N/A |  |
| Use Drupal's format_date(), not PHP's default date(). | Other | commerce_tax_ui.admin.inc | 425 | N/A |  |
|
modules/tax/tests/commerce_tax_ui.test | 1 | 0 | 24 |
| Message | Group | Filename | Line | Function | Status |
| put a space between the asterisk and the comment text | Other | commerce_tax_ui.test | 5 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_tax_ui.test | 103 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_tax_ui.test | 142 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 147 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 148 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 149 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 150 | N/A |  |
| missing space after comma | Other | commerce_tax_ui.test | 150 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 151 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_tax_ui.test | 202 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 207 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 208 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 209 | N/A |  |
| missing space after comma | Other | commerce_tax_ui.test | 209 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 210 | N/A |  |
| Use the matching Drupal theme functions, not raw HTML. | Other | commerce_tax_ui.test | 271 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_tax_ui.test | 380 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 385 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 386 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 387 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 388 | N/A |  |
| The $text argument to l() should be enclosed within t() so that it is translatable. | Other | commerce_tax_ui.test | 438 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 443 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 444 | N/A |  |
| Use an indent of 2 spaces, with no tabs | Other | commerce_tax_ui.test | 445 | N/A |  |
|
tests/commerce_base.test | 4 | 0 | 29 |