• 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/Addon/Atlassian/Extension/AdminExtension.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\Addon\Atlassian\Extension;
15

16
use oglowa\tools\Yacorapi\Extension\AbstractExtension;
17
use oglowa\tools\Yacorapi\Traits\PrepPermissionTrait;
18

19
class AdminExtension extends AbstractExtension
20
{
21
    use PrepPermissionTrait;
22

23
    public static function getName(): string
×
24
    {
NEW
25
        return 'Atlassian Admin Extension';
×
26
    }
27

28
    public static function getId(): int
21✔
29
    {
30
        return 4;
21✔
31
    }
32
}
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