PHPUnit_TextUI_Command::run

    Signature

    public function run(array $argv, [boolean $exit = true] )

    Parameters

    $argv — array
    $exit — boolean

    Returns

    integer

    Violations

    PHPMessDetector

    Line Rule Message
    146 - 204 CyclomaticComplexity The method run() has a Cyclomatic Complexity of 12. The configured cyclomatic complexity threshold is 10.
    146 - 204 NPathComplexity The method run() has an NPath complexity of 300. The configured NPath complexity threshold is 200.
    176 ExitExpression The method run() contains an exit expression.
    200 ExitExpression The method run() contains an exit expression.