/src/main/php/CommandLine/ApplicationLifeCycle/ApplicationFactory.php |
60 |
17 |
6 |
/src/main/php/CommandLine/ApplicationLifeCycle/ContainerFactory.php |
17 |
19 |
13 |
/src/main/php/CommandLine/ApplicationLifeCycle/EventDispatcherFactory.php |
50 |
12 |
6 |
/src/main/php/CommandLine/ApplicationLifeCycle/GitCommandPreconditionChecker.php |
58 |
17 |
14 |
/src/main/php/CommandLine/ApplicationLifeCycle/TerminalCommandPreconditionChecker.php |
61 |
15 |
12 |
/src/main/php/CommandLine/ApplicationLifeCycle/phpdi.php |
28 |
35 |
7 |
/src/main/php/CommandLine/EnhancedFileInfo/EnhancedFileInfo.php |
9 |
11 |
10 |
/src/main/php/CommandLine/EnhancedFileInfo/EnhancedFileInfoFactory.php |
69 |
31 |
21 |
/src/main/php/CommandLine/Environment/Environment.php |
12 |
6 |
5 |
/src/main/php/CommandLine/ExclusionList/Excluders/CacheKeyGenerator.php |
25 |
5 |
4 |
/src/main/php/CommandLine/ExclusionList/Excluders/ExcluderInterface.php |
9 |
3 |
3 |
/src/main/php/CommandLine/ExclusionList/Excluders/GitIgnoresExcluder.php |
44 |
10 |
6 |
/src/main/php/CommandLine/ExclusionList/Excluders/GitPathsExcluder.php |
72 |
17 |
11 |
/src/main/php/CommandLine/ExclusionList/Excluders/StaticExcluder.php |
26 |
2 |
2 |
/src/main/php/CommandLine/ExclusionList/Excluders/TokenExcluder.php |
67 |
12 |
8 |
/src/main/php/CommandLine/ExclusionList/ExclusionListFactory.php |
7 |
9 |
9 |
/src/main/php/CommandLine/ExclusionList/ExclusionListSanitizer.php |
28 |
7 |
7 |
/src/main/php/CommandLine/FileFinder/AdaptableFileFinder.php |
50 |
9 |
8 |
/src/main/php/CommandLine/FileFinder/AllCheckableFileFinder.php |
42 |
5 |
2 |
/src/main/php/CommandLine/FileFinder/CommitishComparator.php |
43 |
14 |
9 |
/src/main/php/CommandLine/FileFinder/DiffCheckableFileFinder.php |
43 |
17 |
12 |
/src/main/php/CommandLine/FileFinder/FileFinderInterface.php |
7 |
2 |
2 |
/src/main/php/CommandLine/FileFinder/GitChangeSet.php |
17 |
2 |
2 |
/src/main/php/CommandLine/FileFinder/GitChangeSetFactory.php |
12 |
3 |
3 |
/src/main/php/CommandLine/FileFinder/GitChangeSetFilter.php |
70 |
25 |
14 |
/src/main/php/CommandLine/FileFinder/GitInputValidator.php |
33 |
8 |
8 |
/src/main/php/CommandLine/Process/ProcessRunner.php |
16 |
17 |
11 |
/src/main/php/CommandLine/StaticCodeAnalysis/AllToolsCommand.php |
55 |
32 |
14 |
/src/main/php/CommandLine/StaticCodeAnalysis/FindFilesToCheckCommand.php |
119 |
62 |
16 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/AbstractToolCommand.php |
63 |
35 |
14 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/CodingStandardCommandEvent.php |
8 |
23 |
9 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/FixingToolCommand.php |
14 |
6 |
6 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/NpmAppFinder/NpmCommandFinder.php |
9 |
1 |
1 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/NpmAppFinder/NpmCommandNotFoundException.php |
9 |
1 |
1 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TargetableToolsCommand.php |
13 |
6 |
6 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/AbstractTerminalCommand.php |
91 |
20 |
11 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/DecorateEvent.php |
7 |
2 |
1 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Exclusion/ExclusionDecorator.php |
7 |
16 |
11 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Exclusion/ExclusionTerminalCommand.php |
17 |
1 |
1 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Exclusion/ExclusionTrait.php |
12 |
2 |
2 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Extension/FileExtensionDecorator.php |
7 |
10 |
8 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Extension/FileExtensionTerminalCommand.php |
16 |
1 |
1 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Extension/FileExtensionTrait.php |
10 |
2 |
2 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Fix/FixDecorator.php |
11 |
4 |
4 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Fix/FixTerminalCommand.php |
14 |
1 |
1 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Fix/FixTrait.php |
9 |
2 |
2 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Multiprocess/MultiprocessDecorator.php |
7 |
8 |
8 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Multiprocess/MultiprocessTerminalCommand.php |
14 |
1 |
1 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Multiprocess/MultiprocessTrait.php |
9 |
2 |
2 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/NoUsefulCommandFoundException.php |
9 |
1 |
1 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Target/ParentBranchGuesser.php |
67 |
7 |
4 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Target/TargetDecorator.php |
7 |
26 |
15 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Target/TargetTerminalCommand.php |
17 |
1 |
1 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Target/TargetTrait.php |
13 |
3 |
3 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/TerminalCommand.php |
7 |
1 |
1 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/TerminalCommandDecorator.php |
7 |
5 |
4 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/TerminalCommandRunner.php |
8 |
15 |
9 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Verbose/VerboseDecorator.php |
7 |
12 |
7 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Verbose/VerboseTerminalCommand.php |
7 |
2 |
2 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/TerminalCommand/Verbose/VerboseTrait.php |
8 |
19 |
9 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/ToolCommandFacet/FixableInputFacet.php |
21 |
12 |
7 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/ToolCommandFacet/TargetableInputFacet.php |
23 |
18 |
8 |
/src/main/php/CommandLine/StaticCodeAnalysis/Generic/ToolCommandFacet/ToolCommandInputFacet.php |
7 |
5 |
5 |
/src/main/php/CommandLine/StaticCodeAnalysis/JSESLint/JSESLintCommand.php |
45 |
17 |
9 |
/src/main/php/CommandLine/StaticCodeAnalysis/JSESLint/TerminalCommand.php |
24 |
42 |
20 |
/src/main/php/CommandLine/StaticCodeAnalysis/JSStyleLint/JSStyleLintCommand.php |
44 |
17 |
9 |
/src/main/php/CommandLine/StaticCodeAnalysis/JSStyleLint/TerminalCommand.php |
24 |
41 |
20 |
/src/main/php/CommandLine/StaticCodeAnalysis/PHPCodeSniffer/PHPCodeSnifferCommand.php |
7 |
10 |
7 |
/src/main/php/CommandLine/StaticCodeAnalysis/PHPCodeSniffer/TerminalCommand.php |
26 |
50 |
23 |
/src/main/php/CommandLine/StaticCodeAnalysis/PHPCopyPasteDetector/PHPCopyPasteDetectorCommand.php |
7 |
9 |
7 |
/src/main/php/CommandLine/StaticCodeAnalysis/PHPCopyPasteDetector/TerminalCommand.php |
20 |
50 |
23 |
/src/main/php/CommandLine/StaticCodeAnalysis/PHPMessDetector/PHPMessDetectorCommand.php |
7 |
9 |
7 |
/src/main/php/CommandLine/StaticCodeAnalysis/PHPMessDetector/TerminalCommand.php |
19 |
30 |
17 |
/src/main/php/CommandLine/StaticCodeAnalysis/PHPParallelLint/PHPParallelLintCommand.php |
7 |
9 |
7 |
/src/main/php/CommandLine/StaticCodeAnalysis/PHPParallelLint/TerminalCommand.php |
21 |
27 |
18 |
/src/main/php/CommandLine/StaticCodeAnalysis/PHPStan/PHPStanCommand.php |
8 |
9 |
7 |
/src/main/php/CommandLine/StaticCodeAnalysis/PHPStan/PHPStanConfigGenerator.php |
124 |
43 |
17 |
/src/main/php/CommandLine/StaticCodeAnalysis/PHPStan/TerminalCommand.php |
20 |
38 |
21 |
/src/main/php/PHPCodeSniffer/Standards/ZooRoyal/Sniffs/Commenting/DocCommentAlignmentSniff.php |
152 |
49 |
20 |
/src/main/php/PHPCodeSniffer/Standards/ZooRoyal/Sniffs/Commenting/DocCommentSniff.php |
318 |
142 |
31 |
/src/main/php/PHPCodeSniffer/Standards/ZooRoyal/Sniffs/Commenting/FunctionCommentThrowTagSniff.php |
71 |
48 |
25 |