Redis - 7.x-2.0-alpha10

Test status
StatusResult
Last receivedTue, 09/11/2012 - 18:43:15
Last requestedTue, 09/11/2012 - 18:44:02
Last testedTue, 09/11/2012 - 18:44:32
Test count2
Environment status
MySQLpass
Code reviewfail
Overall Resultpass
Branch information
Identifier7.x-2.0-alpha10
ProjectRedis
LinkProject information
SummaryPASSED: [[Coder]]: [Code review] 35 minor(s), 0 critical(s), and 28 normal(s); [[SimpleTest]]: [MySQL] 0 pass(es).
Details

MySQL

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

Code review

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

Non-pass

Test nameMinorCriticalNormal
Expandlib/Redis/Cache.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherCache.php-1N/A
Expandlib/Redis/Cache/Base.php206
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherBase.php-1N/A
There should be no trailing spacesOtherBase.php16N/A
There should be no trailing spacesOtherBase.php18N/A
else statements should begin on a new lineOtherBase.php25N/A
else statements should begin on a new lineOtherBase.php37N/A
else statements should begin on a new lineOtherBase.php42N/A
else statements should begin on a new lineOtherBase.php46N/A
else statements should begin on a new lineOtherBase.php65N/A
Expandlib/Redis/Cache/PhpRedis.php003
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Use "elseif" in place of "else if"OtherPhpRedis.php110N/A
Use "elseif" in place of "else if"OtherPhpRedis.php114N/A
Expandlib/Redis/Cache/Predis.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php33N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php65N/A
Use "elseif" in place of "else if"OtherPredis.php110N/A
Use "elseif" in place of "else if"OtherPredis.php114N/A
Expandlib/Redis/Client.php701
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherClient.php-1N/A
There should be no trailing spacesOtherClient.php80N/A
There should be no trailing spacesOtherClient.php84N/A
There should be no trailing spacesOtherClient.php107N/A
There should be no trailing spacesOtherClient.php115N/A
There should be no trailing spacesOtherClient.php135N/A
There should be no trailing spacesOtherClient.php140N/A
There should be no trailing spacesOtherClient.php143N/A
Expandlib/Redis/Client/Interface.php301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInterface.php-1N/A
There should be no trailing spacesOtherInterface.php9N/A
There should be no trailing spacesOtherInterface.php17N/A
There should be no trailing spacesOtherInterface.php20N/A
Expandlib/Redis/Client/PhpRedis.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Expandlib/Redis/Client/Predis.php303
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
There should be no trailing spacesOtherPredis.php12N/A
There should be no trailing spacesOtherPredis.php23N/A
else statements should begin on a new lineOtherPredis.php26N/A
There should be no trailing spacesOtherPredis.php30N/A
else statements should begin on a new lineOtherPredis.php33N/A
Expandlib/Redis/Lock.php101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherLock.php-1N/A
There should be no trailing spacesOtherLock.php14N/A
Expandlib/Redis/Lock/Backend/Default.php601
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherDefault.php-1N/A
There should be no trailing spacesOtherDefault.php9N/A
There should be no trailing spacesOtherDefault.php16N/A
There should be no trailing spacesOtherDefault.php23N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().OtherDefault.php24N/A
There should be no trailing spacesOtherDefault.php64N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().OtherDefault.php65N/A
Expandlib/Redis/Lock/Backend/Interface.php801
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInterface.php-1N/A
There should be no trailing spacesOtherInterface.php9N/A
There should be no trailing spacesOtherInterface.php14N/A
There should be no trailing spacesOtherInterface.php21N/A
There should be no trailing spacesOtherInterface.php24N/A
There should be no trailing spacesOtherInterface.php31N/A
There should be no trailing spacesOtherInterface.php41N/A
There should be no trailing spacesOtherInterface.php48N/A
There should be no trailing spacesOtherInterface.php57N/A
Expandlib/Redis/Lock/Backend/PhpRedis.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Expandlib/Redis/Lock/Backend/Predis.php003
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php35N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php58N/A

All

Test nameMinorCriticalNormal
Expandlib/Redis/Cache.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherCache.php-1N/A
Expandlib/Redis/Cache/Base.php206
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherBase.php-1N/A
There should be no trailing spacesOtherBase.php16N/A
There should be no trailing spacesOtherBase.php18N/A
else statements should begin on a new lineOtherBase.php25N/A
else statements should begin on a new lineOtherBase.php37N/A
else statements should begin on a new lineOtherBase.php42N/A
else statements should begin on a new lineOtherBase.php46N/A
else statements should begin on a new lineOtherBase.php65N/A
Expandlib/Redis/Cache/PhpRedis.php003
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Use "elseif" in place of "else if"OtherPhpRedis.php110N/A
Use "elseif" in place of "else if"OtherPhpRedis.php114N/A
Expandlib/Redis/Cache/Predis.php005
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php33N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php65N/A
Use "elseif" in place of "else if"OtherPredis.php110N/A
Use "elseif" in place of "else if"OtherPredis.php114N/A
Expandlib/Redis/Client.php701
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherClient.php-1N/A
There should be no trailing spacesOtherClient.php80N/A
There should be no trailing spacesOtherClient.php84N/A
There should be no trailing spacesOtherClient.php107N/A
There should be no trailing spacesOtherClient.php115N/A
There should be no trailing spacesOtherClient.php135N/A
There should be no trailing spacesOtherClient.php140N/A
There should be no trailing spacesOtherClient.php143N/A
Expandlib/Redis/Client/Interface.php301
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInterface.php-1N/A
There should be no trailing spacesOtherInterface.php9N/A
There should be no trailing spacesOtherInterface.php17N/A
There should be no trailing spacesOtherInterface.php20N/A
Expandlib/Redis/Client/PhpRedis.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Expandlib/Redis/Client/Predis.php303
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
There should be no trailing spacesOtherPredis.php12N/A
There should be no trailing spacesOtherPredis.php23N/A
else statements should begin on a new lineOtherPredis.php26N/A
There should be no trailing spacesOtherPredis.php30N/A
else statements should begin on a new lineOtherPredis.php33N/A
Expandlib/Redis/Lock.php101
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherLock.php-1N/A
There should be no trailing spacesOtherLock.php14N/A
Expandlib/Redis/Lock/Backend/Default.php601
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherDefault.php-1N/A
There should be no trailing spacesOtherDefault.php9N/A
There should be no trailing spacesOtherDefault.php16N/A
There should be no trailing spacesOtherDefault.php23N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().OtherDefault.php24N/A
There should be no trailing spacesOtherDefault.php64N/A
@see should always be followed by a filename, a URL, class/interface name (optionally including method), or a function name including ().OtherDefault.php65N/A
Expandlib/Redis/Lock/Backend/Interface.php801
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherInterface.php-1N/A
There should be no trailing spacesOtherInterface.php9N/A
There should be no trailing spacesOtherInterface.php14N/A
There should be no trailing spacesOtherInterface.php21N/A
There should be no trailing spacesOtherInterface.php24N/A
There should be no trailing spacesOtherInterface.php31N/A
There should be no trailing spacesOtherInterface.php41N/A
There should be no trailing spacesOtherInterface.php48N/A
There should be no trailing spacesOtherInterface.php57N/A
Expandlib/Redis/Lock/Backend/PhpRedis.php001
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPhpRedis.php-1N/A
Expandlib/Redis/Lock/Backend/Predis.php003
MessageGroupFilenameLineFunctionStatus
@file block missing (Drupal Docs)OtherPredis.php-1N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php35N/A
Functions should be called with no spaces between the function name and opening parenthesesOtherPredis.php58N/A
Leafredis.admin.inc000
Leafredis.autoload.inc000
Leafredis.install000
Expandredis.lock.inc200
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherredis.lock.inc6N/A
There should be no trailing spacesOtherredis.lock.inc9N/A
Expandredis.module300
MessageGroupFilenameLineFunctionStatus
There should be no trailing spacesOtherredis.module6N/A
There should be no trailing spacesOtherredis.module41N/A
There should be no trailing spacesOtherredis.module42N/A