Risoluto/Risoluto-Core

View on GitHub

Showing 66 of 128 total issues

Method test_genDay_Args4_June has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_genDay_Args4_June()
    {
        $want = [
            '--' => '--',
            '01' => '01',
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DateTest/DateTest4GenDay.php - About 1 hr to fix

Method test_DoQuery_WithSqlAndParam has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_DoQuery_WithSqlAndParam()
    {
        $params = [
            "driver" => $GLOBALS[ 'DB_DRIVER' ],
            "user" => $GLOBALS[ 'DB_USER' ],
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DbTest/DbTest4DoQuery.php - About 1 hr to fix

Method play has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function play()
    {
        // セッションをスタート
        $sess = new \Risoluto\Session();
        $sess->start();
Severity: Minor
Found in risoluto/apps/RisolutoApps/Admin/UserMng/DelConfirm.php - About 1 hr to fix

Method test_genDay_Args4_April has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_genDay_Args4_April()
    {
        $want = [
            '--' => '--',
            '01' => '01',
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DateTest/DateTest4GenDay.php - About 1 hr to fix

Method test_genDay_Args4_November has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_genDay_Args4_November()
    {
        $want = [
            '--' => '--',
            '01' => '01',
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DateTest/DateTest4GenDay.php - About 1 hr to fix

Method test_genDay_Args4_September has 34 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_genDay_Args4_September()
    {
        $want = [
            '--' => '--',
            '01' => '01',
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DateTest/DateTest4GenDay.php - About 1 hr to fix

Method test_genDay_Args4_February_LY has 33 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_genDay_Args4_February_LY()
    {
        $want = [
            '--' => '--',
            '01' => '01',
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DateTest/DateTest4GenDay.php - About 1 hr to fix

Method test_genDay_Args4_February has 32 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_genDay_Args4_February()
    {
        $want = [
            '--' => '--',
            '01' => '01',
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DateTest/DateTest4GenDay.php - About 1 hr to fix

Method play has 30 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function play()
    {
        // セッションをスタート
        $sess = new \Risoluto\Session();
        $sess->start();
Severity: Minor
Found in risoluto/apps/RisolutoApps/Admin/Auth.php - About 1 hr to fix

Method play has 29 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function play()
    {
        // セッションをスタート
        $sess = new \Risoluto\Session();
        $sess->start();
Severity: Minor
Found in risoluto/apps/RisolutoApps/Admin/GroupMng/DelConfirm.php - About 1 hr to fix

Method test_GenHour_Args2 has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_GenHour_Args2()
    {
        $want = [
            '--' => '',
            '00' => '00',
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DateTest/DateTest4GenHour.php - About 1 hr to fix

Method test_GenHour_Args1 has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_GenHour_Args1()
    {
        $want = [
            '' => '',
            '00' => '00',
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DateTest/DateTest4GenHour.php - About 1 hr to fix

Method test_getIni_NoArgs has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_getIni_NoArgs()
    {
        $want = [
            "SEQ" => [
                "default" => "RisolutoApps\\Pages\\View",
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/ConfTest/ConfTest4GetIni.php - About 1 hr to fix

Method test_GenHour_Args4 has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_GenHour_Args4()
    {
        $want = [
            '--' => '--',
            '00' => '午前00',
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DateTest/DateTest4GenHour.php - About 1 hr to fix

Method play has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function play()
    {
        // パラメタを取得し、空だった時はデフォルトの画面を取得する
        $params = $this->getParam();
        if (empty( $params ) or !preg_match( '/^[[:alnum:]_-].*$/', $params[ 0 ] )) {
Severity: Minor
Found in risoluto/apps/RisolutoApps/Pages/View.php - About 1 hr to fix

Method play has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function play()
    {
        // セッションをスタート
        $sess = new \Risoluto\Session();
        $sess->start();
Severity: Minor
Found in risoluto/apps/RisolutoApps/Admin/SelfComplete.php - About 1 hr to fix

Method test_GenHour_Args3 has 28 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_GenHour_Args3()
    {
        $want = [
            '--' => '--',
            '00' => '00',
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DateTest/DateTest4GenHour.php - About 1 hr to fix

Method play has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function play()
    {
        // セッションをスタート
        $sess = new \Risoluto\Session();
        $sess->start();
Severity: Minor
Found in risoluto/apps/RisolutoApps/Admin/UserMng/ModComplete.php - About 1 hr to fix

Method test_getAttribute_PREFETCH has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_getAttribute_PREFETCH()
    {
        $params = [
            "driver" => $GLOBALS[ 'DB_DRIVER' ],
            "user" => $GLOBALS[ 'DB_USER' ],
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DbTest/DbTest4GetAttribute.php - About 1 hr to fix

Method test_getAttribute_TIMEOUT has 27 lines of code (exceeds 25 allowed). Consider refactoring.
Open

    public function test_getAttribute_TIMEOUT()
    {
        $params = [
            "driver" => $GLOBALS[ 'DB_DRIVER' ],
            "user" => $GLOBALS[ 'DB_USER' ],
Severity: Minor
Found in risoluto/lib/vendor_test/Risoluto/DbTest/DbTest4GetAttribute.php - About 1 hr to fix
Severity
Category
Status
Source
Language