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

tomasnorre / crawler / 12929263745

23 Jan 2025 12:33PM UTC coverage: 69.171% (+0.2%) from 68.96%
12929263745

push

github

web-flow
feat: add TYPO3 13 support

39 of 39 new or added lines in 3 files covered. (100.0%)

3 existing lines in 2 files now uncovered.

1869 of 2702 relevant lines covered (69.17%)

3.28 hits per line

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

0.0
/Classes/Helper/Sleeper/SystemSleeper.php
1
<?php
2

3
declare(strict_types=1);
4

5
namespace AOE\Crawler\Helper\Sleeper;
6

7
/*
8
 * (c) 2022 Tomas Norre Mikkelsen <tomasnorre@gmail.com>
9
 *
10
 * This file is part of the TYPO3 Crawler Extension.
11
 *
12
 * It is free software; you can redistribute it and/or modify it under
13
 * the terms of the GNU General Public License, either version 2
14
 * of the License, or any later version.
15
 *
16
 * For the full copyright and license information, please read the
17
 * LICENSE.txt file that was distributed with this source code.
18
 *
19
 * The TYPO3 project - inspiring people to share!
20
 */
21

22
/*
23
 * @internal
24
 */
25
final class SystemSleeper implements SleeperInterface
26
{
27
    public function sleep(int $seconds): void
28
    {
UNCOV
29
        \sleep($seconds);
×
30
    }
31
}
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

© 2025 Coveralls, Inc