• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

The-oGlow / ya-corapi / 20730329328

05 Jan 2026 09:54PM UTC coverage: 50.144% (+3.8%) from 46.354%
20730329328

push

github

oglowa
#3: Update files / tested

522 of 537 new or added lines in 20 files covered. (97.21%)

153 existing lines in 8 files now uncovered.

1048 of 2090 relevant lines covered (50.14%)

8.43 hits per line

Source File
Press 'n' to go to next uncovered line, 'b' for previous

50.0
/src/Yacorapi/Extension/RapiClientExtension.php
1
<?php
2

3
declare(strict_types=1);
4

5
/*
6
 * This file is part of ezlogging
7
 *
8
 * (c) 2024 Oliver Glowa, coding.glowa.com
9
 *
10
 * This source file is subject to the Apache-2.0 license that is bundled
11
 * with this source code in the file LICENSE.
12
 */
13

14
namespace oglowa\tools\Yacorapi\Extension;
15

16
use oglowa\tools\Yacorapi\Traits\PrepReadTrait;
17
use oglowa\tools\Yacorapi\Traits\PrepSpaceTrait;
18
use oglowa\tools\Yacorapi\Traits\PrepWriteTrait;
19

20
class RapiClientExtension extends AbstractExtension
21
{
22
    use PrepReadTrait;
23
    use PrepSpaceTrait;
24
    use PrepWriteTrait;
25

UNCOV
26
    public static function getName(): string
×
27
    {
UNCOV
28
        return 'RAPI-Client Extension';
×
29
    }
30

31
    public static function getId(): int
21✔
32
    {
33
        return 1;
21✔
34
    }
35
}
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc