Password reset - 7.x-1.0-beta1

Test status
StatusResult
Last receivedFri, 01/20/2012 - 15:54:37
Last requestedFri, 01/20/2012 - 16:02:05
Last testedFri, 01/20/2012 - 16:02:18
Test count2
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-1.0-beta1
ProjectPassword reset
LinkProject information
SummaryPASSED: [[SimpleTest]]: [MySQL] 314 pass(es); [[Coder]]: [Code review] 1 minor(s), 2 critical(s), and 5 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
314 pass(es), 0 fail(s), and 0 exception(s)
Test namePassFailException
LeafAdministration Interface (PasswordResetAdminTest) [Password reset]3000
LeafProfile Form (PasswordResetProfileTest) [Password reset]16600
LeafRegistration Form (PasswordResetRegistrationTest) [Password reset]2300
LeafReset Form (PasswordResetResetTest) [Password reset]9500

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
1 minor(s), 2 critical(s), and 5 normal(s)

Non-pass

Test nameMinorCriticalNormal
Expandpassword_reset.admin.inc010
MessageGroupFilenameLineFunctionStatus
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)Otherpassword_reset.admin.inc265N/A
Expandpassword_reset.module115
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Otherpassword_reset.module254N/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.Otherpassword_reset.module341N/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)Otherpassword_reset.module364N/A
Function summaries should be one line only. (Drupal Docs)Otherpassword_reset.module380N/A
Function summaries should be one line only. (Drupal Docs)Otherpassword_reset.module646N/A
Function documentation should be less than 80 characters per line.Otherpassword_reset.module669N/A
Function summaries should be one line only. (Drupal Docs)Otherpassword_reset.module669N/A

All

Test nameMinorCriticalNormal
Expandpassword_reset.admin.inc010
MessageGroupFilenameLineFunctionStatus
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)Otherpassword_reset.admin.inc265N/A
Leafpassword_reset.install000
Expandpassword_reset.module115
MessageGroupFilenameLineFunctionStatus
Function summaries should be one line only. (Drupal Docs)Otherpassword_reset.module254N/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.Otherpassword_reset.module341N/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)Otherpassword_reset.module364N/A
Function summaries should be one line only. (Drupal Docs)Otherpassword_reset.module380N/A
Function summaries should be one line only. (Drupal Docs)Otherpassword_reset.module646N/A
Function documentation should be less than 80 characters per line.Otherpassword_reset.module669N/A
Function summaries should be one line only. (Drupal Docs)Otherpassword_reset.module669N/A
Leaftests/password_reset.test000