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

h4kuna / dir / 7028743349

29 Nov 2023 06:13AM UTC coverage: 95.0% (-0.5%) from 95.455%
7028743349

push

github

h4kuna
Dir: Filesystem interface

33 of 35 new or added lines in 4 files covered. (94.29%)

1 existing line in 1 file now uncovered.

57 of 60 relevant lines covered (95.0%)

0.95 hits per line

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

85.71
/src/Storage/DevNull.php
1
<?php declare(strict_types=1);
2

3
namespace h4kuna\Dir\Storage;
4

5
final class DevNull implements Filesystem
6
{
7
        public function createDir(string $path): void
1✔
8
        {
9
        }
1✔
10

11

12
        public function isReadable(string $path): bool
1✔
13
        {
14
                return true;
1✔
15
        }
16

17

18
        public function isWriteable(string $path): bool
1✔
19
        {
20
                return true;
1✔
21
        }
22

23

24
        public function isAbsolute(string $path): bool
25
        {
NEW
26
                return true;
×
27
        }
28

29
}
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