REDROOM
PHP 8.3.31
Path:
Logout
Edit File
Size: 1.99 KB
Close
//opt/cpanel/ea-wappspector/vendor/phpunit/php-code-coverage/src/StaticAnalysis/FileAnalyser.php
Text
Base64
<?php declare(strict_types=1); /* * This file is part of phpunit/php-code-coverage. * * (c) Sebastian Bergmann <sebastian@phpunit.de> * * For the full copyright and license information, please view the LICENSE * file that was distributed with this source code. */ namespace SebastianBergmann\CodeCoverage\StaticAnalysis; /** * @internal This class is not covered by the backward compatibility promise for phpunit/php-code-coverage * * @psalm-import-type CodeUnitFunctionType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor * @psalm-import-type CodeUnitMethodType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor * @psalm-import-type CodeUnitClassType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor * @psalm-import-type CodeUnitTraitType from \SebastianBergmann\CodeCoverage\StaticAnalysis\CodeUnitFindingVisitor * @psalm-import-type LinesOfCodeType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser * @psalm-import-type LinesType from \SebastianBergmann\CodeCoverage\StaticAnalysis\FileAnalyser * * @psalm-type LinesOfCodeType = array{ * linesOfCode: int, * commentLinesOfCode: int, * nonCommentLinesOfCode: int * } * @psalm-type LinesType = array<int, int> */ interface FileAnalyser { /** * @psalm-return array<string, CodeUnitClassType> */ public function classesIn(string $filename): array; /** * @psalm-return array<string, CodeUnitTraitType> */ public function traitsIn(string $filename): array; /** * @psalm-return array<string, CodeUnitFunctionType> */ public function functionsIn(string $filename): array; /** * @psalm-return LinesOfCodeType */ public function linesOfCodeFor(string $filename): array; /** * @psalm-return LinesType */ public function executableLinesIn(string $filename): array; /** * @psalm-return LinesType */ public function ignoredLinesFor(string $filename): array; }
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 7
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
CacheWarmer.php
953 B
lrw-r--r--
2024-08-22 04:31:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CachingFileAnalyser.php
5.17 KB
lrw-r--r--
2024-08-22 04:31:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
CodeUnitFindingVisitor.php
9.96 KB
lrw-r--r--
2024-08-22 04:31:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ExecutableLinesFindingVisitor.php
12.47 KB
lrw-r--r--
2024-08-22 04:31:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FileAnalyser.php
1.99 KB
lrw-r--r--
2024-08-22 04:31:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
IgnoredLinesFindingVisitor.php
3.58 KB
lrw-r--r--
2024-08-22 04:31:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ParsingFileAnalyser.php
7.84 KB
lrw-r--r--
2024-08-22 04:31:57
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).