Path	Lines of Code
build.gradle.kts	93
plugin-content.yaml	3
settings.gradle.kts	9
src/main/java/com/pestphp/pest/PestIcons.java	18
src/main/java/com/pestphp/pest/configuration/PestRunConfigurationSettings.java	31
src/main/java/com/pestphp/pest/configuration/PhpTestRunConfiguration.java	20
src/main/kotlin/com/pestphp/pest/FileUtil.kt	11
src/main/kotlin/com/pestphp/pest/PestBundle.kt	16
src/main/kotlin/com/pestphp/pest/PestComposerConfig.kt	16
src/main/kotlin/com/pestphp/pest/PestFrameworkType.kt	47
src/main/kotlin/com/pestphp/pest/PestFunctionsUtil.kt	90
src/main/kotlin/com/pestphp/pest/PestIconProvider.kt	25
src/main/kotlin/com/pestphp/pest/PestNamingUtil.kt	140
src/main/kotlin/com/pestphp/pest/PestNewTestFromClassAction.kt	12
src/main/kotlin/com/pestphp/pest/PestSettings.kt	32
src/main/kotlin/com/pestphp/pest/PestTestCreateInfo.kt	30
src/main/kotlin/com/pestphp/pest/PestTestDescriptor.kt	24
src/main/kotlin/com/pestphp/pest/PestTestFileUtil.kt	81
src/main/kotlin/com/pestphp/pest/PestTestRunLineMarkerProvider.kt	54
src/main/kotlin/com/pestphp/pest/PestUtil.kt	68
src/main/kotlin/com/pestphp/pest/annotator/PestAnnotator.kt	16
src/main/kotlin/com/pestphp/pest/annotator/PestAnnotatorVisitor.kt	96
src/main/kotlin/com/pestphp/pest/completion/InternalMembersCompletionProvider.kt	38
src/main/kotlin/com/pestphp/pest/completion/PestCompletionContributor.kt	31
src/main/kotlin/com/pestphp/pest/completion/PestCustomExtensionCompletionProvider.kt	83
src/main/kotlin/com/pestphp/pest/completion/ThisFieldsCompletionProvider.kt	55
src/main/kotlin/com/pestphp/pest/configuration/PestDebugRunner.kt	8
src/main/kotlin/com/pestphp/pest/configuration/PestLocationProvider.kt	101
src/main/kotlin/com/pestphp/pest/configuration/PestRerunFailedTestsAction.kt	87
src/main/kotlin/com/pestphp/pest/configuration/PestRerunProfile.kt	2
src/main/kotlin/com/pestphp/pest/configuration/PestRunConfiguration.kt	185
src/main/kotlin/com/pestphp/pest/configuration/PestRunConfigurationHandler.kt	72
src/main/kotlin/com/pestphp/pest/configuration/PestRunConfigurationProducer.kt	55
src/main/kotlin/com/pestphp/pest/configuration/PestRunConfigurationType.kt	26
src/main/kotlin/com/pestphp/pest/configuration/PestRunnerSettings.kt	37
src/main/kotlin/com/pestphp/pest/configuration/PestTestRunConfigurationEditor.kt	77
src/main/kotlin/com/pestphp/pest/configuration/PestVersionDetector.kt	40
src/main/kotlin/com/pestphp/pest/coverage/PestCoverageEnabledConfiguration.kt	10
src/main/kotlin/com/pestphp/pest/coverage/PestCoverageEngine.kt	43
src/main/kotlin/com/pestphp/pest/coverage/PestCoverageProgramRunner.kt	66
src/main/kotlin/com/pestphp/pest/features/configuration/ConfigurationInDirectoryReferenceProvider.kt	38
src/main/kotlin/com/pestphp/pest/features/configuration/ConfigurationReferenceContributor.kt	19
src/main/kotlin/com/pestphp/pest/features/configuration/PhpFolderReferenceSet.kt	22
src/main/kotlin/com/pestphp/pest/features/customExpectations/CustomExpectationIndex.kt	64
src/main/kotlin/com/pestphp/pest/features/customExpectations/CustomExpectationNotifier.kt	12
src/main/kotlin/com/pestphp/pest/features/customExpectations/CustomExpectationParameterInfoHandler.kt	93
src/main/kotlin/com/pestphp/pest/features/customExpectations/CustomExpectationRemoveGeneratedFileStartupActivity.kt	28
src/main/kotlin/com/pestphp/pest/features/customExpectations/ListMethodDataExternalizer.kt	25
src/main/kotlin/com/pestphp/pest/features/customExpectations/MethodDataExternalizer.kt	55
src/main/kotlin/com/pestphp/pest/features/customExpectations/expectationUtil.kt	100
src/main/kotlin/com/pestphp/pest/features/customExpectations/externalizers/ListDataExternalizer.kt	22
src/main/kotlin/com/pestphp/pest/features/customExpectations/externalizers/MethodDataExternalizer.kt	29
src/main/kotlin/com/pestphp/pest/features/customExpectations/externalizers/ParameterDataExternalizer.kt	30
src/main/kotlin/com/pestphp/pest/features/customExpectations/externalizers/PhpTypeDataExternalizer.kt	25
src/main/kotlin/com/pestphp/pest/features/customExpectations/generators/ExpectationGenerator.kt	36
src/main/kotlin/com/pestphp/pest/features/customExpectations/generators/Method.kt	32
src/main/kotlin/com/pestphp/pest/features/customExpectations/generators/Parameter.kt	23
src/main/kotlin/com/pestphp/pest/features/customExpectations/symbols/PestCustomExpectationReference.kt	33
src/main/kotlin/com/pestphp/pest/features/customExpectations/symbols/PestCustomExpectationReferenceProvider.kt	39
src/main/kotlin/com/pestphp/pest/features/customExpectations/symbols/PestCustomExpectationRenameUsageSearcher.kt	44
src/main/kotlin/com/pestphp/pest/features/customExpectations/symbols/PestCustomExpectationSymbol.kt	45
src/main/kotlin/com/pestphp/pest/features/customExpectations/symbols/PestCustomExpectationSymbolDeclaration.kt	14
src/main/kotlin/com/pestphp/pest/features/customExpectations/symbols/PestCustomExpectationSymbolDeclarationProvider.kt	24
src/main/kotlin/com/pestphp/pest/features/customExpectations/symbols/PestCustomExpectationUsageSearcher.kt	48
src/main/kotlin/com/pestphp/pest/features/datasets/DatasetIndex.kt	54
src/main/kotlin/com/pestphp/pest/features/datasets/DatasetReference.kt	75
src/main/kotlin/com/pestphp/pest/features/datasets/DatasetReferenceContributor.kt	19
src/main/kotlin/com/pestphp/pest/features/datasets/DatasetReferenceProvider.kt	22
src/main/kotlin/com/pestphp/pest/features/datasets/DatasetUtil.kt	40
src/main/kotlin/com/pestphp/pest/features/datasets/InvalidDatasetNameCaseInspection.kt	69
src/main/kotlin/com/pestphp/pest/features/datasets/InvalidDatasetReferenceInspection.kt	56
src/main/kotlin/com/pestphp/pest/features/mutate/PestMutateProgramRunner.kt	28
src/main/kotlin/com/pestphp/pest/features/mutate/PestMutateTestExecutor.kt	33
src/main/kotlin/com/pestphp/pest/features/parallel/PestParallelProgramRunner.kt	121
src/main/kotlin/com/pestphp/pest/features/parallel/PestParallelSMTEventsAdapter.kt	21
src/main/kotlin/com/pestphp/pest/features/parallel/PestParallelTestExecutor.kt	33
src/main/kotlin/com/pestphp/pest/features/snapshotTesting/SnapshotLineMarkerProvider.kt	33
src/main/kotlin/com/pestphp/pest/features/snapshotTesting/SnapshotUtil.kt	99
src/main/kotlin/com/pestphp/pest/goto/PestDatasetUsagesGotoHandler.kt	49
src/main/kotlin/com/pestphp/pest/goto/PestGotoTargetPresentationProvider.kt	20
src/main/kotlin/com/pestphp/pest/goto/PestTestFinder.kt	85
src/main/kotlin/com/pestphp/pest/goto/PestTestGoToSymbolContributor.kt	94
src/main/kotlin/com/pestphp/pest/indexers/PestTestIndex.kt	50
src/main/kotlin/com/pestphp/pest/inspections/ChangeMultipleExpectCallsToChainableQuickFix.kt	44
src/main/kotlin/com/pestphp/pest/inspections/ChangeTestNameCasingQuickFix.kt	34
src/main/kotlin/com/pestphp/pest/inspections/InvalidTestNameCaseInspection.kt	40
src/main/kotlin/com/pestphp/pest/inspections/MissingScreenshotSnapshotInspection.kt	50
src/main/kotlin/com/pestphp/pest/inspections/MultipleExpectChainableInspection.kt	46
src/main/kotlin/com/pestphp/pest/inspections/PestAssertionCanBeSimplifiedInspection.kt	108
src/main/kotlin/com/pestphp/pest/inspections/PestTestFailedLineInspection.kt	19
src/main/kotlin/com/pestphp/pest/inspections/SuppressExpressionResultUnusedInspection.kt	24
src/main/kotlin/com/pestphp/pest/inspections/SuppressUndefinedPropertyInspection.kt	25
src/main/kotlin/com/pestphp/pest/notifications/OutdatedNotification.kt	15
src/main/kotlin/com/pestphp/pest/parser/PestConfigurationFile.kt	6
src/main/kotlin/com/pestphp/pest/parser/PestConfigurationFileParser.kt	107
src/main/kotlin/com/pestphp/pest/runner/LocationInfo.kt	6
src/main/kotlin/com/pestphp/pest/runner/PestConsoleProperties.kt	53
src/main/kotlin/com/pestphp/pest/runner/PestFailedLineManager.kt	63
src/main/kotlin/com/pestphp/pest/runner/PestPressToContinueAction.kt	75
src/main/kotlin/com/pestphp/pest/runner/PestPromptConsoleFolding.kt	23
src/main/kotlin/com/pestphp/pest/runner/PestTestStackTraceParser.kt	47
src/main/kotlin/com/pestphp/pest/statistics/PestUsagesCollector.kt	16
src/main/kotlin/com/pestphp/pest/structureView/PestStructureViewElement.kt	37
src/main/kotlin/com/pestphp/pest/structureView/PestStructureViewExtension.kt	23
src/main/kotlin/com/pestphp/pest/surrounders/ExpectStatementSurrounder.kt	26
src/main/kotlin/com/pestphp/pest/surrounders/StatementSurroundDescriptor.kt	27
src/main/kotlin/com/pestphp/pest/templates/PestConfigNewDatasetFileAction.kt	53
src/main/kotlin/com/pestphp/pest/templates/PestConfigNewFileAction.kt	62
src/main/kotlin/com/pestphp/pest/templates/PestDescribePostfixTemplate.kt	24
src/main/kotlin/com/pestphp/pest/templates/PestItPostfixTemplate.kt	24
src/main/kotlin/com/pestphp/pest/templates/PestPostfixTemplateProvider.kt	18
src/main/kotlin/com/pestphp/pest/templates/PestRootTemplateContextType.kt	21
src/main/kotlin/com/pestphp/pest/types/HigherOrderExtendTypeProvider.kt	37
src/main/kotlin/com/pestphp/pest/types/InnerTestTypeProvider.kt	16
src/main/kotlin/com/pestphp/pest/types/ThisExtendTypeProvider.kt	25
src/main/kotlin/com/pestphp/pest/types/ThisFieldTypeProvider.kt	37
src/main/kotlin/com/pestphp/pest/types/ThisTypeProvider.kt	54
src/main/resources/META-INF/pest-coverage.xml	8
src/main/resources/META-INF/plugin.xml	186
src/main/resources/inspectionDescriptions/InvalidDatasetNameCaseInspection.html	5
src/main/resources/inspectionDescriptions/InvalidDatasetReferenceInspection.html	5
src/main/resources/inspectionDescriptions/InvalidTestNameCaseInspection.html	5
src/main/resources/inspectionDescriptions/MissingScreenshotSnapshotInspection.html	5
src/main/resources/inspectionDescriptions/MultipleExpectChainableInspection.html	5
src/main/resources/inspectionDescriptions/PestAssertionCanBeSimplifiedInspection.html	5
src/main/resources/inspectionDescriptions/PestTestFailedLineInspection.html	11
src/main/resources/liveTemplates/PestPHP.xml	16
src/main/resources/postfixTemplates/PestDescribePostfixTemplate/description.html	7
src/main/resources/postfixTemplates/PestItPostfixTemplate/description.html	7
