Files Overview

Filename LoC Issues Analysers
/src/Symfony/Bridge/Doctrine/ArgumentResolver/EntityValueResolver.php 70 158 54
/src/Symfony/Bridge/Doctrine/Attribute/MapEntity.php 23 54 20
/src/Symfony/Bridge/Doctrine/CacheWarmer/ProxyCacheWarmer.php 27 33 26
/src/Symfony/Bridge/Doctrine/ContainerAwareEventManager.php 103 94 37
/src/Symfony/Bridge/Doctrine/DataCollector/DoctrineDataCollector.php 166 126 54
/src/Symfony/Bridge/Doctrine/DataCollector/ObjectParameter.php 19 22 11
/src/Symfony/Bridge/Doctrine/DependencyInjection/AbstractDoctrineExtension.php 94 238 53
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/DoctrineValidationPass.php 24 16 15
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPass.php 45 56 26
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterMappingsPass.php 68 56 27
/src/Symfony/Bridge/Doctrine/DependencyInjection/CompilerPass/RegisterUidTypePass.php 35 15 7
/src/Symfony/Bridge/Doctrine/DependencyInjection/Security/UserProvider/EntityFactory.php 29 31 21
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/DoctrineChoiceLoader.php 37 53 36
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/IdReader.php 32 49 28
/src/Symfony/Bridge/Doctrine/Form/ChoiceList/ORMQueryBuilderLoader.php 83 52 29
/src/Symfony/Bridge/Doctrine/Form/DataTransformer/CollectionToArrayTransformer.php 31 32 21
/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmExtension.php 21 17 12
/src/Symfony/Bridge/Doctrine/Form/DoctrineOrmTypeGuesser.php 181 186 49
/src/Symfony/Bridge/Doctrine/Form/EventListener/MergeDoctrineCollectionListener.php 30 19 16
/src/Symfony/Bridge/Doctrine/Form/Type/DoctrineType.php 97 100 37
/src/Symfony/Bridge/Doctrine/Form/Type/EntityType.php 77 66 27
/src/Symfony/Bridge/Doctrine/IdGenerator/UlidGenerator.php 23 29 21
/src/Symfony/Bridge/Doctrine/IdGenerator/UuidGenerator.php 26 55 27
/src/Symfony/Bridge/Doctrine/ManagerRegistry.php 62 47 21
/src/Symfony/Bridge/Doctrine/Messenger/AbstractDoctrineMiddleware.php 41 28 16
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineClearEntityManagerWorkerSubscriber.php 26 23 20
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineCloseConnectionMiddleware.php 28 12 12
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineOpenTransactionLoggerMiddleware.php 45 31 21
/src/Symfony/Bridge/Doctrine/Messenger/DoctrinePingConnectionMiddleware.php 43 24 17
/src/Symfony/Bridge/Doctrine/Messenger/DoctrineTransactionMiddleware.php 36 13 13
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Connection.php 119 107 24
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DBAL3/Connection.php 57 124 25
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DBAL3/Statement.php 69 77 34
/src/Symfony/Bridge/Doctrine/Middleware/Debug/DebugDataHolder.php 36 11 8
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Driver.php 26 33 17
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Middleware.php 25 31 19
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Query.php 48 58 32
/src/Symfony/Bridge/Doctrine/Middleware/Debug/Statement.php 57 62 31
/src/Symfony/Bridge/Doctrine/PropertyInfo/DoctrineExtractor.php 222 248 55
/src/Symfony/Bridge/Doctrine/SchemaListener/AbstractSchemaListener.php 48 26 15
/src/Symfony/Bridge/Doctrine/SchemaListener/DoctrineDbalCacheAdapterSchemaListener.php 26 13 13
/src/Symfony/Bridge/Doctrine/SchemaListener/LockStoreSchemaListener.php 42 17 16
/src/Symfony/Bridge/Doctrine/SchemaListener/MessengerTransportDoctrineSchemaListener.php 29 22 18
/src/Symfony/Bridge/Doctrine/SchemaListener/PdoSessionHandlerSchemaListener.php 21 10 10
/src/Symfony/Bridge/Doctrine/SchemaListener/RememberMeTokenProviderDoctrineSchemaListener.php 27 18 17
/src/Symfony/Bridge/Doctrine/Security/RememberMe/DoctrineTokenProvider.php 131 93 27
/src/Symfony/Bridge/Doctrine/Security/User/EntityUserProvider.php 42 94 37
/src/Symfony/Bridge/Doctrine/Security/User/UserLoaderInterface.php 34 3 3
/src/Symfony/Bridge/Doctrine/Tests/ArgumentResolver/EntityValueResolverTest.php 208 265 34
/src/Symfony/Bridge/Doctrine/Tests/ContainerAwareEventManagerTest.php 158 163 23
/src/Symfony/Bridge/Doctrine/Tests/DataCollector/DoctrineDataCollectorTest.php 244 115 29
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterEventListenersAndSubscribersPassTest.php 220 55 18
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterMappingsPassTest.php 21 18 13
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/CompilerPass/RegisterUidTypePassTest.php 36 16 9
/src/Symfony/Bridge/Doctrine/Tests/DependencyInjection/DoctrineExtensionTest.php 278 86 31
/src/Symfony/Bridge/Doctrine/Tests/DoctrineTestHelper.php 17 52 17
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity.php 20 35 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/AssociationEntity2.php 20 36 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Attribute/UuidIdEntity.php 23 14 8
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/BaseUser.php 18 26 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AnnotationsBundle/AnnotationsBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AnnotationsBundle/Entity/Person.php 21 25 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AnnotationsOneLineBundle/AnnotationsOneLineBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AnnotationsOneLineBundle/Entity/Person.php 21 25 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AttributesBundle/AnnotatedEntity/Person.php 21 25 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AttributesBundle/AttributesBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/AttributesBundle/Entity/Person.php 21 25 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAnnotationsBundle/Entity/Address.php 18 23 8
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAnnotationsBundle/FullEmbeddableAnnotationsBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAttributesBundle/Entity/Address.php 18 23 8
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/FullEmbeddableAttributesBundle/FullEmbeddableAttributesBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewAnnotationsBundle/src/Entity/Person.php 21 25 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewAnnotationsBundle/src/NewAnnotationsBundle.php 18 7 7
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewXmlBundle/src/Entity/Person.php 16 17 12
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/NewXmlBundle/src/NewXmlBundle.php 18 7 7
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/PhpBundle/Entity/Person.php 16 17 12
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/PhpBundle/PhpBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/SrcXmlBundle/src/Entity/Person.php 16 17 12
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/SrcXmlBundle/src/SrcXmlBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/XmlBundle/Entity/Person.php 16 17 12
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/XmlBundle/XmlBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/YamlBundle/Entity/Person.php 16 17 12
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Bundles/YamlBundle/YamlBundle.php 16 3 3
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeIntIdEntity.php 28 25 11
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeObjectNoToStringIdEntity.php 22 35 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/CompositeStringIdEntity.php 21 30 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEmbed.php 19 20 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEntity.php 30 104 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderEnum.php 28 31 11
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderNestedEmbed.php 19 12 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderNoAutoMappingEntity.php 27 29 12
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoctrineLoaderParentEntity.php 30 19 10
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoubleNameEntity.php 21 33 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/DoubleNullableNameEntity.php 21 36 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Embeddable/Identifier.php 21 14 11
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/EmbeddedIdentifierEntity.php 21 10 9
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Employee.php 14 5 5
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/GroupableEntity.php 21 35 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/GuidIdEntity.php 22 21 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/LegacyQueryMock.php 23 24 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/MockableRepository.php 18 5 5
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Person.php 24 31 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleAssociationToIntIdEntity.php 22 28 18
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdEntity.php 23 39 22
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdNoToStringEntity.php 21 26 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleIntIdStringWrapperNameEntity.php 22 26 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringCastableIdEntity.php 42 40 18
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/SingleStringIdEntity.php 21 24 15
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Type/StringWrapper.php 21 11 11
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/Type/StringWrapperType.php 29 31 16
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/UlidIdEntity.php 22 19 14
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/User.php 23 50 20
/src/Symfony/Bridge/Doctrine/Tests/Fixtures/UuidIdEntity.php 22 19 14
/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/DoctrineChoiceLoaderTest.php 43 161 31
/src/Symfony/Bridge/Doctrine/Tests/Form/ChoiceList/ORMQueryBuilderLoaderTest.php 39 139 21
/src/Symfony/Bridge/Doctrine/Tests/Form/DataTransformer/CollectionToArrayTransformerTest.php 69 42 14
/src/Symfony/Bridge/Doctrine/Tests/Form/DoctrineOrmTypeGuesserTest.php 134 114 17
/src/Symfony/Bridge/Doctrine/Tests/Form/EventListener/MergeDoctrineCollectionListenerTest.php 61 39 17
/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypePerformanceTest.php 68 55 29
/src/Symfony/Bridge/Doctrine/Tests/Form/Type/EntityTypeTest.php 1699 596 42
/src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UlidGeneratorTest.php 36 25 12
/src/Symfony/Bridge/Doctrine/Tests/IdGenerator/UuidGeneratorTest.php 36 62 22
/src/Symfony/Bridge/Doctrine/Tests/ManagerRegistryTest.php 43 66 26
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineClearEntityManagerWorkerSubscriberTest.php 23 16 9
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineCloseConnectionMiddlewareTest.php 36 73 19
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineOpenTransactionLoggerMiddlewareTest.php 35 70 28
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrinePingConnectionMiddlewareTest.php 39 95 19
/src/Symfony/Bridge/Doctrine/Tests/Messenger/DoctrineTransactionMiddlewareTest.php 74 61 17
/src/Symfony/Bridge/Doctrine/Tests/Middleware/Debug/MiddlewareTest.php 93 183 35
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/DoctrineExtractorTest.php 220 104 21
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineDummy.php 52 184 14
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineEmbeddable.php 14 11 8
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineEnum.php 25 47 10
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineFooType.php 35 65 25
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineGeneratedValue.php 27 39 12
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineRelation.php 37 79 13
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/DoctrineWithEmbedded.php 29 23 10
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/EnumInt.php 14 1 1
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/EnumString.php 14 1 1
/src/Symfony/Bridge/Doctrine/Tests/PropertyInfo/Fixtures/Foo.php 22 8 8
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/DoctrineDbalCacheAdapterSchemaListenerTest.php 27 25 13
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/LockStoreSchemaListenerTest.php 28 43 17
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/MessengerTransportDoctrineSchemaListenerTest.php 52 66 15
/src/Symfony/Bridge/Doctrine/Tests/SchemaListener/PdoSessionHandlerSchemaListenerTest.php 27 24 12
/src/Symfony/Bridge/Doctrine/Tests/Security/RememberMe/DoctrineTokenProviderTest.php 27 40 14
/src/Symfony/Bridge/Doctrine/Tests/Security/User/EntityUserProviderTest.php 228 134 23
/src/Symfony/Bridge/Doctrine/Tests/TestManagerRegistry.php 23 10 9
/src/Symfony/Bridge/Doctrine/Tests/TestRepositoryFactory.php 45 29 11
/src/Symfony/Bridge/Doctrine/Tests/Types/UlidTypeTest.php 88 108 24
/src/Symfony/Bridge/Doctrine/Tests/Types/UuidTypeTest.php 93 113 22
/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityTest.php 35 86 21
/src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php 932 383 46
/src/Symfony/Bridge/Doctrine/Tests/Validator/DoctrineLoaderTest.php 199 51 19
/src/Symfony/Bridge/Doctrine/Types/AbstractUidType.php 81 77 27
/src/Symfony/Bridge/Doctrine/Types/UlidType.php 22 10 9
/src/Symfony/Bridge/Doctrine/Types/UuidType.php 22 10 9
/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntity.php 73 82 34
/src/Symfony/Bridge/Doctrine/Validator/Constraints/UniqueEntityValidator.php 41 102 51
/src/Symfony/Bridge/Doctrine/Validator/DoctrineInitializer.php 31 13 11
/src/Symfony/Bridge/Doctrine/Validator/DoctrineLoader.php 48 107 52
/src/Symfony/Bridge/Monolog/Command/ServerLogCommand.php 149 97 47
/src/Symfony/Bridge/Monolog/Formatter/ConsoleFormatter.php 99 141 41
/src/Symfony/Bridge/Monolog/Formatter/VarDumperFormatter.php 40 24 18
/src/Symfony/Bridge/Monolog/Handler/ChromePhpHandler.php 39 34 19
/src/Symfony/Bridge/Monolog/Handler/ConsoleHandler.php 128 86 34
/src/Symfony/Bridge/Monolog/Handler/ElasticsearchLogstashHandler.php 169 88 41
/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/HttpCodeActivationStrategy.php 30 41 22
/src/Symfony/Bridge/Monolog/Handler/FingersCrossed/NotFoundActivationStrategy.php 44 32 18
/src/Symfony/Bridge/Monolog/Handler/FirePHPHandler.php 40 38 24
/src/Symfony/Bridge/Monolog/Handler/MailerHandler.php 87 76 34
/src/Symfony/Bridge/Monolog/Handler/NotifierHandler.php 48 55 28
/src/Symfony/Bridge/Monolog/Handler/ServerLogHandler.php 76 76 38
/src/Symfony/Bridge/Monolog/Processor/AbstractTokenProcessor.php 28 27 20
/src/Symfony/Bridge/Monolog/Processor/ConsoleCommandProcessor.php 64 31 18
/src/Symfony/Bridge/Monolog/Processor/DebugProcessor.php 34 52 24
/src/Symfony/Bridge/Monolog/Processor/RouteProcessor.php 82 31 19
/src/Symfony/Bridge/Monolog/Processor/SwitchUserTokenProcessor.php 29 7 5
/src/Symfony/Bridge/Monolog/Processor/TokenProcessor.php 29 6 4
/src/Symfony/Bridge/Monolog/Processor/WebProcessor.php 42 18 14
/src/Symfony/Bridge/Monolog/Tests/Formatter/ConsoleFormatterTest.php 31 30 16
/src/Symfony/Bridge/Monolog/Tests/Handler/ConsoleHandlerTest.php 134 115 25
/src/Symfony/Bridge/Monolog/Tests/Handler/ElasticsearchLogstashHandlerTest.php 37 93 22
/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/HttpCodeActivationStrategyTest.php 59 79 17
/src/Symfony/Bridge/Monolog/Tests/Handler/FingersCrossed/NotFoundActivationStrategyTest.php 39 59 20
/src/Symfony/Bridge/Monolog/Tests/Handler/FirePHPHandlerTest.php 75 63 20
/src/Symfony/Bridge/Monolog/Tests/Handler/MailerHandlerTest.php 42 117 32
/src/Symfony/Bridge/Monolog/Tests/Handler/ServerLogHandlerTest.php 68 46 20
/src/Symfony/Bridge/Monolog/Tests/Processor/ClassThatInheritDebugProcessor.php 24 14 8
/src/Symfony/Bridge/Monolog/Tests/Processor/ConsoleCommandProcessorTest.php 28 29 12
/src/Symfony/Bridge/Monolog/Tests/Processor/DebugProcessorTest.php 57 96 22
/src/Symfony/Bridge/Monolog/Tests/Processor/RouteProcessorTest.php 30 67 19
/src/Symfony/Bridge/Monolog/Tests/Processor/SwitchUserTokenProcessorTest.php 29 12 8
/src/Symfony/Bridge/Monolog/Tests/Processor/TokenProcessorTest.php 28 11 8
/src/Symfony/Bridge/Monolog/Tests/Processor/WebProcessorTest.php 106 60 25
/src/Symfony/Bridge/Monolog/Tests/RecordFactory.php 16 25 15
/src/Symfony/Bridge/PhpUnit/ClassExistsMock.php 65 64 18
/src/Symfony/Bridge/PhpUnit/ClockMock.php 99 87 27
/src/Symfony/Bridge/PhpUnit/ConstraintTrait.php 16 9 7
/src/Symfony/Bridge/PhpUnit/CoverageListener.php 35 79 33
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler.php 334 273 70
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Configuration.php 211 151 44
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/Deprecation.php 372 222 57
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/DeprecationGroup.php 45 10 7
/src/Symfony/Bridge/PhpUnit/DeprecationErrorHandler/DeprecationNotice.php 31 10 7
/src/Symfony/Bridge/PhpUnit/DnsMock.php 57 68 24
/src/Symfony/Bridge/PhpUnit/ExpectDeprecationTrait.php 18 6 5
/src/Symfony/Bridge/PhpUnit/Legacy/CommandForV7.php 51 34 17
/src/Symfony/Bridge/PhpUnit/Legacy/CommandForV9.php 58 52 21
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintLogicTrait.php 31 24 10
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintTraitForV7.php 36 27 14
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintTraitForV8.php 34 19 9
/src/Symfony/Bridge/PhpUnit/Legacy/ConstraintTraitForV9.php 31 18 10
/src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitBeforeV8_4.php 30 19 13
/src/Symfony/Bridge/PhpUnit/Legacy/ExpectDeprecationTraitForV8_4.php 34 38 20
/src/Symfony/Bridge/PhpUnit/Legacy/PolyfillAssertTrait.php 153 75 8
/src/Symfony/Bridge/PhpUnit/Legacy/PolyfillTestCaseTrait.php 94 28 6
/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerForV7.php 57 32 13
/src/Symfony/Bridge/PhpUnit/Legacy/SymfonyTestsListenerTrait.php 147 233 64
/src/Symfony/Bridge/PhpUnit/SymfonyTestsListener.php 17 4 3
/src/Symfony/Bridge/PhpUnit/Tests/ClassExistsMockTest.php 80 144 14
/src/Symfony/Bridge/PhpUnit/Tests/ClockMockTest.php 73 42 13
/src/Symfony/Bridge/PhpUnit/Tests/CoverageListenerTest.php 18 23 13
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/ConfigurationTest.php 536 185 41
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationGroupTest.php 23 12 6
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationNoticeTest.php 26 19 9
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/DeprecationTest.php 271 124 32
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/deprecation/deprecation.php 3 1 1
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/AppService.php 10 46 13
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/BarService.php 11 4 4
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_app/ExtendsDeprecatedFromVendor.php 7 2 2
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/ExtendsDeprecatedClassFromOtherVendor.php 9 1 1
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/PhpDeprecation.php 12 13 11
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/SomeService.php 12 16 9
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/lib/deprecation_riddled.php 18 16 10
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/acme/outdated-lib/outdated_file.php 5 5 5
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/autoload.php 3 3 3
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/bar/lib/AnotherService.php 10 12 9
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/composer/autoload_real.php 23 36 21
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor/fcy/lib/DeprecatedClass.php 8 2 2
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor_bis/autoload.php 3 3 3
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor_bis/composer/autoload_real.php 27 31 20
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/fake_vendor_bis/foo/lib/SomeOtherService.php 7 4 4
/src/Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/generate_phar.php 4 1 1
/src/Symfony/Bridge/PhpUnit/Tests/DnsMockTest.php 110 55 12
/src/Symfony/Bridge/PhpUnit/Tests/EnumExistsMockTest.php 40 70 12
/src/Symfony/Bridge/PhpUnit/Tests/ExpectDeprecationTraitTest.php 26 43 9
/src/Symfony/Bridge/PhpUnit/Tests/ExpectedDeprecationAnnotationTest.php 38 17 9
/src/Symfony/Bridge/PhpUnit/Tests/FailTests/ExpectDeprecationTraitTestFail.php 32 13 8
/src/Symfony/Bridge/PhpUnit/Tests/FailTests/NoAssertionsTestNotRisky.php 28 6 6
/src/Symfony/Bridge/PhpUnit/Tests/FailTests/NoAssertionsTestRisky.php 30 14 10
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/ExistingEnum.php 14 1 1
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/ExistingEnumReal.php 14 1 1
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/src/BarCov.php 16 6 6
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/src/FooCov.php 16 7 7
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/BarCovTest.php 18 7 7
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/CoversDefaultClassTest.php 17 7 7
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/CoversNothingTest.php 17 7 7
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/CoversTest.php 14 7 7
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/SutNotFoundTest.php 14 7 7
/src/Symfony/Bridge/PhpUnit/Tests/Fixtures/coverage/tests/bootstrap.php 12 6 2
/src/Symfony/Bridge/PhpUnit/Tests/OnlyExpectingDeprecationSkippedTest.php 30 4 4
/src/Symfony/Bridge/PhpUnit/Tests/ProcessIsolationTest.php 36 10 8
/src/Symfony/Bridge/PhpUnit/TextUI/Command.php 14 8 5
/src/Symfony/Bridge/PhpUnit/bin/simple-phpunit.php 247 353 64
/src/Symfony/Bridge/PhpUnit/bootstrap.php 32 37 14
/src/Symfony/Bridge/PsrHttpMessage/ArgumentValueResolver/PsrServerRequestResolver.php 36 20 19
/src/Symfony/Bridge/PsrHttpMessage/EventListener/PsrResponseListener.php 50 14 13
/src/Symfony/Bridge/PsrHttpMessage/Factory/HttpFoundationFactory.php 54 79 38
/src/Symfony/Bridge/PsrHttpMessage/Factory/PsrHttpFactory.php 90 108 36
/src/Symfony/Bridge/PsrHttpMessage/Factory/UploadedFile.php 61 32 25
/src/Symfony/Bridge/PsrHttpMessage/HttpFoundationFactoryInterface.php 34 9 4
/src/Symfony/Bridge/PsrHttpMessage/HttpMessageFactoryInterface.php 17 5 2
/src/Symfony/Bridge/PsrHttpMessage/Tests/ArgumentValueResolver/PsrServerRequestResolverTest.php 28 27 11
/src/Symfony/Bridge/PsrHttpMessage/Tests/EventListener/PsrResponseListenerTest.php 49 19 11
/src/Symfony/Bridge/PsrHttpMessage/Tests/Factory/HttpFoundationFactoryTest.php 215 86 19
/src/Symfony/Bridge/PsrHttpMessage/Tests/Factory/PsrHttpFactoryTest.php 121 119 28
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/App/Controller/PsrRequestController.php 14 17 9
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/App/Kernel.php 60 29 21
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Message.php 24 87 25
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Response.php 22 38 24
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/ServerRequest.php 129 205 40
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Stream.php 98 70 23
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/UploadedFile.php 22 53 15
/src/Symfony/Bridge/PsrHttpMessage/Tests/Fixtures/Uri.php 29 148 30
/src/Symfony/Bridge/PsrHttpMessage/Tests/Functional/ControllerTest.php 22 28 10
/src/Symfony/Bridge/PsrHttpMessage/Tests/Functional/CovertTest.php 39 146 30
/src/Symfony/Bridge/Twig/AppVariable.php 172 83 22
/src/Symfony/Bridge/Twig/Attribute/Template.php 17 24 14
/src/Symfony/Bridge/Twig/Command/DebugCommand.php 561 371 81
/src/Symfony/Bridge/Twig/Command/LintCommand.php 120 177 68
/src/Symfony/Bridge/Twig/DataCollector/TwigDataCollector.php 65 116 41
/src/Symfony/Bridge/Twig/ErrorRenderer/TwigErrorRenderer.php 58 39 24
/src/Symfony/Bridge/Twig/EventListener/TemplateAttributeListener.php 45 51 38
/src/Symfony/Bridge/Twig/Extension/AssetExtension.php 32 24 12
/src/Symfony/Bridge/Twig/Extension/CsrfExtension.php 23 10 9
/src/Symfony/Bridge/Twig/Extension/CsrfRuntime.php 29 4 4
/src/Symfony/Bridge/Twig/Extension/DumpExtension.php 38 40 21
/src/Symfony/Bridge/Twig/Extension/ExpressionExtension.php 32 16 12
/src/Symfony/Bridge/Twig/Extension/FormExtension.php 149 164 42
/src/Symfony/Bridge/Twig/Extension/HtmlSanitizerExtension.php 23 25 17
/src/Symfony/Bridge/Twig/Extension/HttpFoundationExtension.php 33 13 9
/src/Symfony/Bridge/Twig/Extension/HttpKernelExtension.php 25 24 13
/src/Symfony/Bridge/Twig/Extension/HttpKernelRuntime.php 52 30 20
/src/Symfony/Bridge/Twig/Extension/ImportMapExtension.php 22 10 9
/src/Symfony/Bridge/Twig/Extension/ImportMapRuntime.php 25 13 13
/src/Symfony/Bridge/Twig/Extension/LogoutUrlExtension.php 32 25 13
/src/Symfony/Bridge/Twig/Extension/ProfilerExtension.php 53 38 18
/src/Symfony/Bridge/Twig/Extension/RoutingExtension.php 82 44 21
/src/Symfony/Bridge/Twig/Extension/SecurityExtension.php 49 67 22
/src/Symfony/Bridge/Twig/Extension/SerializerExtension.php 22 9 8
/src/Symfony/Bridge/Twig/Extension/SerializerRuntime.php 29 9 9
/src/Symfony/Bridge/Twig/Extension/StopwatchExtension.php 43 20 14
/src/Symfony/Bridge/Twig/Extension/TranslationExtension.php 93 105 42
/src/Symfony/Bridge/Twig/Extension/WebLinkExtension.php 34 36 18
/src/Symfony/Bridge/Twig/Extension/WorkflowExtension.php 102 68 20
/src/Symfony/Bridge/Twig/Extension/YamlExtension.php 33 22 14
/src/Symfony/Bridge/Twig/Form/TwigRendererEngine.php 136 37 22
/src/Symfony/Bridge/Twig/Mime/BodyRenderer.php 38 44 24
/src/Symfony/Bridge/Twig/Mime/NotificationEmail.php 229 145 48
/src/Symfony/Bridge/Twig/Mime/TemplatedEmail.php 86 54 18
/src/Symfony/Bridge/Twig/Mime/WrappedTemplatedEmail.php 35 115 21
/src/Symfony/Bridge/Twig/Node/DumpNode.php 57 37 19
/src/Symfony/Bridge/Twig/Node/FormThemeNode.php 42 22 13
/src/Symfony/Bridge/Twig/Node/RenderBlockNode.php 27 12 10
/src/Symfony/Bridge/Twig/Node/SearchAndRenderBlockNode.php 40 55 24
/src/Symfony/Bridge/Twig/Node/StopwatchNode.php 47 24 11
/src/Symfony/Bridge/Twig/Node/TransDefaultDomainNode.php 30 20 12
/src/Symfony/Bridge/Twig/Node/TransNode.php 58 84 28
/src/Symfony/Bridge/Twig/NodeVisitor/Scope.php 83 33 18
/src/Symfony/Bridge/Twig/NodeVisitor/TranslationDefaultDomainNodeVisitor.php 99 107 30
/src/Symfony/Bridge/Twig/NodeVisitor/TranslationNodeVisitor.php 41 140 28
/src/Symfony/Bridge/Twig/Test/FormLayoutTestCase.php 59 55 25
/src/Symfony/Bridge/Twig/Test/Traits/RuntimeLoaderProvider.php 22 10 8
/src/Symfony/Bridge/Twig/Tests/AppVariableTest.php 80 154 21
/src/Symfony/Bridge/Twig/Tests/Command/DebugCommandTest.php 281 115 31
/src/Symfony/Bridge/Twig/Tests/Command/LintCommandTest.php 126 104 32
/src/Symfony/Bridge/Twig/Tests/ErrorRenderer/TwigErrorRendererTest.php 28 32 14
/src/Symfony/Bridge/Twig/Tests/EventListener/TemplateAttributeListenerTest.php 73 48 14
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3HorizontalLayoutTestCase.php 31 76 9
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap3LayoutTestCase.php 19 600 16
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap4HorizontalLayoutTestCase.php 97 98 9
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap4LayoutTestCase.php 33 228 13
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5HorizontalLayoutTestCase.php 29 84 8
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractBootstrap5LayoutTestCase.php 41 332 12
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractDivLayoutTestCase.php 109 287 16
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractLayoutTestCase.php 2756 698 37
/src/Symfony/Bridge/Twig/Tests/Extension/AbstractTableLayoutTestCase.php 235 142 11
/src/Symfony/Bridge/Twig/Tests/Extension/DumpExtensionTest.php 44 88 29
/src/Symfony/Bridge/Twig/Tests/Extension/ExpressionExtensionTest.php 21 13 8
/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/SerializerModelFixture.php 13 12 8
/src/Symfony/Bridge/Twig/Tests/Extension/Fixtures/StubTranslator.php 23 13 9
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3HorizontalLayoutTest.php 20 11 7
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap3LayoutTest.php 25 31 13
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap4HorizontalLayoutTest.php 25 11 7
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap4LayoutTest.php 54 31 13
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap5HorizontalLayoutTest.php 25 11 7
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionBootstrap5LayoutTest.php 32 31 13
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionDivLayoutTest.php 352 160 26
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionFieldHelpersTest.php 220 133 14
/src/Symfony/Bridge/Twig/Tests/Extension/FormExtensionTableLayoutTest.php 20 58 10
/src/Symfony/Bridge/Twig/Tests/Extension/HtmlSanitizerExtensionTest.php 23 24 10
/src/Symfony/Bridge/Twig/Tests/Extension/HttpFoundationExtensionTest.php 35 62 14
/src/Symfony/Bridge/Twig/Tests/Extension/HttpKernelExtensionTest.php 35 63 21
/src/Symfony/Bridge/Twig/Tests/Extension/ImportMapExtensionTest.php 38 17 10
/src/Symfony/Bridge/Twig/Tests/Extension/RoutingExtensionTest.php 29 28 14
/src/Symfony/Bridge/Twig/Tests/Extension/SerializerExtensionTest.php 55 29 16
/src/Symfony/Bridge/Twig/Tests/Extension/StopwatchExtensionTest.php 40 47 21
/src/Symfony/Bridge/Twig/Tests/Extension/TranslationExtensionTest.php 52 101 27
/src/Symfony/Bridge/Twig/Tests/Extension/WebLinkExtensionTest.php 38 42 11
/src/Symfony/Bridge/Twig/Tests/Extension/WorkflowExtensionTest.php 100 77 17
/src/Symfony/Bridge/Twig/Tests/Fixtures/TemplateAttributeController.php 19 17 12
/src/Symfony/Bridge/Twig/Tests/Mime/BodyRendererTest.php 139 99 25
/src/Symfony/Bridge/Twig/Tests/Mime/NotificationEmailTest.php 81 52 12
/src/Symfony/Bridge/Twig/Tests/Mime/TemplatedEmailTest.php 36 64 22
/src/Symfony/Bridge/Twig/Tests/Node/DumpNodeTest.php 90 69 14
/src/Symfony/Bridge/Twig/Tests/Node/FormThemeTest.php 58 75 16
/src/Symfony/Bridge/Twig/Tests/Node/SearchAndRenderBlockNodeTest.php 261 247 15
/src/Symfony/Bridge/Twig/Tests/Node/TransNodeTest.php 40 45 15
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/ScopeTest.php 19 9 9
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationDefaultDomainNodeVisitorTest.php 56 63 22
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TranslationNodeVisitorTest.php 29 50 17
/src/Symfony/Bridge/Twig/Tests/NodeVisitor/TwigNodeProvider.php 41 68 12
/src/Symfony/Bridge/Twig/Tests/TokenParser/FormThemeTokenParserTest.php 32 94 14
/src/Symfony/Bridge/Twig/Tests/Translation/TwigExtractorTest.php 32 58 16
/src/Symfony/Bridge/Twig/TokenParser/DumpTokenParser.php 32 26 14
/src/Symfony/Bridge/Twig/TokenParser/FormThemeTokenParser.php 27 39 17
/src/Symfony/Bridge/Twig/TokenParser/StopwatchTokenParser.php 55 37 19
/src/Symfony/Bridge/Twig/TokenParser/TransDefaultDomainTokenParser.php 26 20 13
/src/Symfony/Bridge/Twig/TokenParser/TransTokenParser.php 80 64 20
/src/Symfony/Bridge/Twig/Translation/TwigExtractor.php 53 41 24
/src/Symfony/Bridge/Twig/UndefinedCallableHandler.php 86 52 21
/src/Symfony/Bundle/DebugBundle/Command/ServerDumpPlaceholderCommand.php 29 33 20
/src/Symfony/Bundle/DebugBundle/DebugBundle.php 52 31 17
/src/Symfony/Bundle/DebugBundle/DependencyInjection/Compiler/DumpDataCollectorPass.php 38 8 8
/src/Symfony/Bundle/DebugBundle/DependencyInjection/Configuration.php 55 8 8
/src/Symfony/Bundle/DebugBundle/DependencyInjection/DebugExtension.php 88 28 15
/src/Symfony/Bundle/DebugBundle/Resources/config/services.php 137 29 11
/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/Compiler/DumpDataCollectorPassTest.php 25 56 10
/src/Symfony/Bundle/DebugBundle/Tests/DependencyInjection/DebugExtensionTest.php 86 40 18
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/AbstractPhpFileCacheWarmer.php 42 32 23
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/CachePoolClearerCacheWarmer.php 40 11 8
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ConfigBuilderCacheWarmer.php 75 45 28
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/RouterCacheWarmer.php 48 15 14
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/SerializerCacheWarmer.php 53 22 18
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/TranslationsCacheWarmer.php 52 17 12
/src/Symfony/Bundle/FrameworkBundle/CacheWarmer/ValidatorCacheWarmer.php 52 28 22
/src/Symfony/Bundle/FrameworkBundle/Command/AboutCommand.php 31 39 24
/src/Symfony/Bundle/FrameworkBundle/Command/AbstractConfigCommand.php 152 61 28
/src/Symfony/Bundle/FrameworkBundle/Command/AssetsInstallCommand.php 255 114 46
/src/Symfony/Bundle/FrameworkBundle/Command/BuildDebugContainerTrait.php 42 25 15
/src/Symfony/Bundle/FrameworkBundle/Command/CacheClearCommand.php 181 107 38
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolClearCommand.php 122 58 30
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolDeleteCommand.php 84 37 22
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolInvalidateTagsCommand.php 72 51 27
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolListCommand.php 33 26 20
/src/Symfony/Bundle/FrameworkBundle/Command/CachePoolPruneCommand.php 34 23 17
/src/Symfony/Bundle/FrameworkBundle/Command/CacheWarmupCommand.php 36 30 18
/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDebugCommand.php 217 130 51
/src/Symfony/Bundle/FrameworkBundle/Command/ConfigDumpReferenceCommand.php 149 67 27
/src/Symfony/Bundle/FrameworkBundle/Command/ContainerDebugCommand.php 188 141 36
/src/Symfony/Bundle/FrameworkBundle/Command/ContainerLintCommand.php 61 56 24
/src/Symfony/Bundle/FrameworkBundle/Command/DebugAutowiringCommand.php 104 102 43
/src/Symfony/Bundle/FrameworkBundle/Command/EventDispatcherDebugCommand.php 120 64 30
/src/Symfony/Bundle/FrameworkBundle/Command/RouterDebugCommand.php 146 72 31
/src/Symfony/Bundle/FrameworkBundle/Command/RouterMatchCommand.php 113 53 28
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsDecryptToLocalCommand.php 34 46 22
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsEncryptFromLocalCommand.php 33 35 23
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsGenerateKeysCommand.php 36 37 22
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsListCommand.php 99 54 29
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsRemoveCommand.php 77 42 25
/src/Symfony/Bundle/FrameworkBundle/Command/SecretsSetCommand.php 105 71 36
/src/Symfony/Bundle/FrameworkBundle/Command/TranslationDebugCommand.php 150 134 49
/src/Symfony/Bundle/FrameworkBundle/Command/TranslationUpdateCommand.php 141 183 53
/src/Symfony/Bundle/FrameworkBundle/Command/WorkflowDumpCommand.php 45 41 24
/src/Symfony/Bundle/FrameworkBundle/Command/XliffLintCommand.php 29 24 18
/src/Symfony/Bundle/FrameworkBundle/Command/YamlLintCommand.php 28 24 18
/src/Symfony/Bundle/FrameworkBundle/Console/Application.php 124 103 39
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/Descriptor.php 327 218 66
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/JsonDescriptor.php 412 302 63
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/MarkdownDescriptor.php 356 356 57
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/TextDescriptor.php 316 510 73
/src/Symfony/Bundle/FrameworkBundle/Console/Descriptor/XmlDescriptor.php 537 364 60
/src/Symfony/Bundle/FrameworkBundle/Console/Helper/DescriptorHelper.php 14 10 7
/src/Symfony/Bundle/FrameworkBundle/Controller/AbstractController.php 180 252 52
/src/Symfony/Bundle/FrameworkBundle/Controller/ControllerResolver.php 27 9 9
/src/Symfony/Bundle/FrameworkBundle/Controller/RedirectController.php 159 114 35
/src/Symfony/Bundle/FrameworkBundle/Controller/TemplateController.php 59 52 23
/src/Symfony/Bundle/FrameworkBundle/DataCollector/AbstractDataCollector.php 26 13 11
/src/Symfony/Bundle/FrameworkBundle/DataCollector/RouterDataCollector.php 25 15 15
/src/Symfony/Bundle/FrameworkBundle/DataCollector/TemplateAwareDataCollectorInterface.php 21 4 4
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddDebugLogProcessorPass.php 20 8 6
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AssetsContextPass.php 36 15 9
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ContainerBuilderDebugDumpPass.php 28 11 9
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ErrorLoggerCompilerPass.php 23 7 7
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/ProfilerPass.php 29 15 12
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/RemoveUnusedSessionMarshallingHandlerPass.php 39 14 12
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TestServiceContainerRealRefPass.php 24 17 14
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/TestServiceContainerWeakRefPass.php 42 15 13
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/UnusedTagsPass.php 113 20 11
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Configuration.php 1324 557 57
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php 2344 1409 86
/src/Symfony/Bundle/FrameworkBundle/DependencyInjection/VirtualRequestStackPass.php 20 7 7
/src/Symfony/Bundle/FrameworkBundle/EventListener/ConsoleProfilerListener.php 109 103 38
/src/Symfony/Bundle/FrameworkBundle/EventListener/SuggestMissingPackageSubscriber.php 65 31 22
/src/Symfony/Bundle/FrameworkBundle/FrameworkBundle.php 111 103 16
/src/Symfony/Bundle/FrameworkBundle/HttpCache/HttpCache.php 56 58 25
/src/Symfony/Bundle/FrameworkBundle/Kernel/MicroKernelTrait.php 186 79 27
/src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php 57 96 42
/src/Symfony/Bundle/FrameworkBundle/Resources/bin/check-unused-known-tags.php 16 9 7
/src/Symfony/Bundle/FrameworkBundle/Resources/config/asset_mapper.php 254 18 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/assets.php 83 11 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache.php 251 36 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/cache_debug.php 18 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/collectors.php 80 8 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/console.php 383 29 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug.php 48 7 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/debug_prod.php 41 7 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/error_renderer.php 29 12 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/esi.php 18 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/form.php 152 11 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_csrf.php 17 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/form_debug.php 36 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_listener.php 17 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/fragment_renderer.php 69 8 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/html_sanitizer.php 28 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/http_client.php 61 15 8
/src/Symfony/Bundle/FrameworkBundle/Resources/config/http_client_debug.php 17 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/identity_translator.php 18 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/lock.php 28 6 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer.php 85 8 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer_debug.php 17 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer_transports.php 105 11 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mailer_webhook.php 50 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger.php 221 21 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/messenger_debug.php 17 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/mime_type.php 19 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier.php 130 12 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_debug.php 17 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_transports.php 304 78 7
/src/Symfony/Bundle/FrameworkBundle/Resources/config/notifier_webhook.php 18 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/process.php 18 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/profiling.php 53 9 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_access.php 18 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/property_info.php 50 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/rate_limiter.php 17 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/remote_event.php 20 3 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/request.php 17 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/routing.php 210 31 7
/src/Symfony/Bundle/FrameworkBundle/Resources/config/scheduler.php 36 8 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/secrets.php 31 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/security_csrf.php 48 6 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/semaphore.php 17 3 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer.php 218 18 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/serializer_debug.php 18 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/services.php 234 49 13
/src/Symfony/Bundle/FrameworkBundle/Resources/config/session.php 107 6 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/ssi.php 18 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/test.php 57 8 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation.php 190 16 8
/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_debug.php 18 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/translation_providers.php 77 16 4
/src/Symfony/Bundle/FrameworkBundle/Resources/config/uid.php 39 3 3
/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator.php 129 12 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/validator_debug.php 36 2 2
/src/Symfony/Bundle/FrameworkBundle/Resources/config/web.php 145 25 6
/src/Symfony/Bundle/FrameworkBundle/Resources/config/web_link.php 18 1 1
/src/Symfony/Bundle/FrameworkBundle/Resources/config/webhook.php 55 5 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/workflow.php 44 10 5
/src/Symfony/Bundle/FrameworkBundle/Resources/config/workflow_debug.php 24 5 4
/src/Symfony/Bundle/FrameworkBundle/Routing/Attribute/AsRoutingConditionService.php 44 8 8
/src/Symfony/Bundle/FrameworkBundle/Routing/AttributeRouteControllerLoader.php 29 19 13
/src/Symfony/Bundle/FrameworkBundle/Routing/DelegatingLoader.php 66 30 21
/src/Symfony/Bundle/FrameworkBundle/Routing/RedirectableCompiledUrlMatcher.php 24 4 4
/src/Symfony/Bundle/FrameworkBundle/Routing/RouteLoaderInterface.php 17 1 1
/src/Symfony/Bundle/FrameworkBundle/Routing/Router.php 76 74 41
/src/Symfony/Bundle/FrameworkBundle/Secrets/AbstractVault.php 36 29 19
/src/Symfony/Bundle/FrameworkBundle/Secrets/DotenvVault.php 42 41 17
/src/Symfony/Bundle/FrameworkBundle/Secrets/SodiumVault.php 120 143 45
/src/Symfony/Bundle/FrameworkBundle/Test/BrowserKitAssertionsTrait.php 149 203 34
/src/Symfony/Bundle/FrameworkBundle/Test/DomCrawlerAssertionsTrait.php 140 122 16
/src/Symfony/Bundle/FrameworkBundle/Test/HttpClientAssertionsTrait.php 75 66 27
/src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php 90 56 27
/src/Symfony/Bundle/FrameworkBundle/Test/MailerAssertionsTrait.php 73 122 19
/src/Symfony/Bundle/FrameworkBundle/Test/NotificationAssertionsTrait.php 30 90 19
/src/Symfony/Bundle/FrameworkBundle/Test/TestBrowserToken.php 42 19 17
/src/Symfony/Bundle/FrameworkBundle/Test/TestContainer.php 76 88 31
/src/Symfony/Bundle/FrameworkBundle/Test/WebTestAssertionsTrait.php 14 1 1
/src/Symfony/Bundle/FrameworkBundle/Test/WebTestCase.php 48 18 13
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ConfigBuilderCacheWarmerTest.php 233 239 44
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/RouterCacheWarmerTest.php 22 21 12
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/SerializerCacheWarmerTest.php 27 64 22
/src/Symfony/Bundle/FrameworkBundle/Tests/CacheWarmer/ValidatorCacheWarmerTest.php 23 82 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/AboutCommand/AboutCommandTest.php 50 49 20
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/AboutCommand/Fixture/TestAppKernel.php 21 16 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/CacheClearCommandTest.php 88 69 30
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CacheClearCommand/Fixture/TestAppKernel.php 23 24 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolClearCommandTest.php 47 29 18
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolDeleteCommandTest.php 90 56 20
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePoolInvalidateTagsCommandTest.php 33 55 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/CachePruneCommandTest.php 32 41 17
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/EventDispatcherDebugCommandTest.php 35 28 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/RouterMatchCommandTest.php 37 37 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsListCommandTest.php 55 12 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsRemoveCommandTest.php 24 14 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/SecretsSetCommandTest.php 24 12 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationDebugCommandTest.php 176 157 37
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandCompletionTest.php 45 72 33
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/TranslationUpdateCommandTest.php 40 174 30
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/WorkflowDumpCommandTest.php 25 18 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/XliffLintCommandTest.php 34 43 24
/src/Symfony/Bundle/FrameworkBundle/Tests/Command/YamlLintCommandTest.php 84 63 25
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/ApplicationTest.php 36 145 27
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/AbstractDescriptorTestCase.php 29 201 34
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/JsonDescriptorTest.php 14 11 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/MarkdownDescriptorTest.php 14 11 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/ObjectsProvider.php 219 132 22
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/TextDescriptorTest.php 39 39 22
/src/Symfony/Bundle/FrameworkBundle/Tests/Console/Descriptor/XmlDescriptorTest.php 14 11 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/AbstractControllerTest.php 385 236 25
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/ControllerResolverTest.php 109 77 31
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/RedirectControllerTest.php 303 151 25
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TemplateControllerTest.php 76 37 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Controller/TestAbstractController.php 55 23 18
/src/Symfony/Bundle/FrameworkBundle/Tests/DataCollector/RouterDataCollectorTest.php 24 22 10
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/ProfilerPassTest.php 94 65 23
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/TestServiceContainerRefPassesTest.php 26 28 9
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassTest.php 35 20 12
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Compiler/UnusedTagsPassUtils.php 18 27 7
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/ConfigurationTest.php 149 244 30
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/CustomPathBundle/src/CustomPathBundle.php 18 5 5
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/TestBundle/TestBundle.php 16 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets.php 3 4 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/assets_version_strategy_as_service.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache_app_redis_tag_aware.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/cache_app_redis_tag_aware_pool.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/csrf_needs_session.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/default_config.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/esi_and_ssi_without_fragments.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/esi_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/exceptions.php 8 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_csrf_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_default_csrf.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/form_no_csrf.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/fragments_and_hinclude.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/full.php 3 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/html_sanitizer.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/html_sanitizer_default_allowed_link_and_media_hosts.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/html_sanitizer_default_config.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_default_options.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_full_default_options.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_mock_response_factory.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_override_default_options.php 3 5 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_retry.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_scoped_without_query_option.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/http_client_xml_key.php 3 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_disabled_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_dsn.php 20 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_specific_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/mailer_with_transports.php 23 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger.php 6 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_middleware_factory_erroneous_format.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_multiple_buses.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_multiple_failure_transports.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_multiple_failure_transports_global.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing.php 3 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing_invalid_transport.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing_invalid_wildcard.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_routing_single.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transport.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/messenger_transports.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_with_disabled_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_with_specific_message_bus.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_without_mailer.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_without_messenger.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/notifier_without_transports.php 6 4 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_disabled.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_enabled.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_log_level.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/php_errors_log_levels.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/profiler.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/profiler_collect_serializer_data.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_accessor.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/property_info.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/request.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_enabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_mapping.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_mapping_without_annotations.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/serializer_without_translator.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/session.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/ssi_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/translator_cache_dir_disabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/translator_fallbacks.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_attributes.php 3 3 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_auto_mapping.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_email_validation_mode.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_mapping.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_multiple_static_methods.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_no_static_method.php 3 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/validation_translation_domain.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/web_link.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/webhook.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/webhook_without_serializer.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflow_not_valid.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflow_with_guard_expression.php 5 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflow_with_multiple_transitions_with_same_name.php 5 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflow_with_no_events_to_dispatch.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflow_with_specified_events_to_dispatch.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflow_with_support_and_support_strategy.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflow_without_support_and_support_strategy.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflows.php 5 5 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflows_enabled.php 3 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflows_explicitly_enabled.php 5 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/Fixtures/php/workflows_explicitly_enabled_named_workflows.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/FrameworkExtensionTestCase.php 1211 718 72
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/PhpFrameworkExtensionTest.php 208 64 15
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/XmlFrameworkExtensionTest.php 36 26 14
/src/Symfony/Bundle/FrameworkBundle/Tests/DependencyInjection/YamlFrameworkExtensionTest.php 14 16 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/BackslashClass.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/ClassAliasExampleClass.php 11 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/ClassAliasTargetClass.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/ContainerExcluded.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/DeclaredClass.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/DeprecatedClass.php 8 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/FooUnitEnum.php 14 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/BarMessage.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/DummyMessage.php 14 7 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/DummyMessageInterface.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/DummySchedule.php 18 7 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/DummyTask.php 21 69 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/DummyTaskWithCustomReceiver.php 16 8 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/FooMessage.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Messenger/SecondMessage.php 5 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php 3 17 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Author.php 7 8 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serialization/Person.php 7 8 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serializer/CircularReferenceHandler.php 16 4 4
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Serializer/MaxDepthHandler.php 16 4 4
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Suit.php 14 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TemplatePathsCache/templates.php 2 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/TranslatableBackedEnum.php 23 9 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Article.php 7 10 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Author.php 7 8 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Category.php 11 17 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/Person.php 7 8 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Validation/SubCategory.php 10 8 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/WarmedClass.php 5 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Fixtures/templates.php 4 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AbstractAttributeRoutingTestCase.php 34 12 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AbstractWebTestCase.php 54 42 25
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AnnotatedControllerTest.php 16 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ApiAttributesTest.php 393 116 35
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/AutowiringTypesTest.php 42 20 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/DefaultConfigTestBundle/DefaultConfigTestBundle.php 16 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/DefaultConfigTestBundle/DependencyInjection/Configuration.php 27 7 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/DefaultConfigTestBundle/DependencyInjection/DefaultConfigTestExtension.php 19 5 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ExtensionWithoutConfigTestBundle/DependencyInjection/ExtensionWithoutConfigTestExtension.php 28 18 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ExtensionWithoutConfigTestBundle/ExtensionWithoutConfigTestBundle.php 16 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/LegacyBundle/Entity/LegacyPerson.php 17 8 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/LegacyBundle/LegacyBundle.php 16 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ModernBundle/src/Entity/ModernPerson.php 17 8 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/ModernBundle/src/ModernBundle.php 18 6 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Controller/DefaultController.php 41 74 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/RoutingConditionServiceBundle.php 16 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Service/AutoConfiguredNonAliasedService.php 24 8 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Service/AutoConfiguredService.php 21 12 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Service/FooOriginalService.php 19 7 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Service/FooReplacementService.php 19 10 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/RoutingConditionServiceBundle/Service/ManuallyTaggedService.php 21 8 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/AutowiringTypes/AutowiredServices.php 19 22 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/AnnotatedController.php 39 60 18
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/EmailController.php 37 23 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/FragmentController.php 47 54 20
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/HttpClientController.php 19 16 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/NotificationController.php 21 14 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/ProfilerController.php 18 9 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SecurityController.php 28 13 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SessionController.php 70 56 25
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestController.php 58 42 24
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/SubRequestServiceResolutionController.php 34 26 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/TransController.php 18 7 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Controller/UidController.php 34 51 15
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Config/CustomConfig.php 28 5 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/Configuration.php 27 11 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/DependencyInjection/TestExtension.php 40 20 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Slugger/SlugConstructArgService.php 25 8 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestBundle.php 23 10 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestServiceContainer/NonPublicService.php 14 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestServiceContainer/PrivateService.php 16 7 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestServiceContainer/PublicService.php 16 10 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TestServiceContainer/UnusedPrivateService.php 14 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/Tests/MockClientCallback.php 15 12 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransConstructArgService.php 25 7 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransMethodCallsService.php 25 8 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransPropertyService.php 20 9 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Bundle/TestBundle/TransDebug/TransSubscriberService.php 27 9 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/BundlePathsTest.php 62 40 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CacheAttributeListenerTest.php 73 69 21
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolClearCommandTest.php 32 66 20
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolListCommandTest.php 38 18 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php 127 44 24
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDebugCommandTest.php 165 85 16
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ConfigDumpReferenceCommandTest.php 30 47 17
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDebugCommandTest.php 41 197 17
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ContainerDumpTest.php 19 13 7
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/DebugAutowiringCommandTest.php 42 78 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Extension/TestDumpExtension.php 33 11 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/FragmentTest.php 19 16 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/HttpClientTest.php 16 36 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/MailerTest.php 86 98 22
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/NotificationTest.php 27 45 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/ProfilerTest.php 60 18 9
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/PropertyInfoTest.php 31 13 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/Psr4RoutingTest.php 19 2 2
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/RouterDebugCommandTest.php 115 37 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/RoutingConditionServiceTest.php 19 10 8
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SchedulerTest.php 100 37 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SecurityTest.php 21 30 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SerializerTest.php 30 39 19
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SessionTest.php 21 39 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SluggerLocaleAwareTest.php 24 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/SubRequestsTest.php 16 9 5
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/TestServiceContainerTest.php 23 39 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/TranslationDebugCommandTest.php 31 11 10
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/UidTest.php 39 42 15
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/AppKernel.php 58 74 32
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/ConfigDump/bundles.php 15 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Fragment/bundles.php 13 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Notifier/bundles.php 13 4 4
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Psr4Routing/bundles.php 13 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/Functional/app/Security/bundles.php 13 1 1
/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/ConcreteMicroKernel.php 82 63 27
/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/MicroKernelTraitTest.php 120 85 36
/src/Symfony/Bundle/FrameworkBundle/Tests/Kernel/flex-style/src/FlexStyleMicroKernel.php 38 56 28
/src/Symfony/Bundle/FrameworkBundle/Tests/KernelBrowserTest.php 20 48 12
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/DelegatingLoaderTest.php 31 28 11
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RedirectableCompiledUrlMatcherTest.php 23 32 15
/src/Symfony/Bundle/FrameworkBundle/Tests/Routing/RouterTest.php 534 383 30
/src/Symfony/Bundle/FrameworkBundle/Tests/Secrets/DotenvVaultTest.php 41 47 13
/src/Symfony/Bundle/FrameworkBundle/Tests/Secrets/SodiumVaultTest.php 56 37 14
/src/Symfony/Bundle/FrameworkBundle/Tests/Test/TestBrowserTokenTest.php 19 6 6
/src/Symfony/Bundle/FrameworkBundle/Tests/Test/WebTestCaseTest.php 337 337 24
/src/Symfony/Bundle/FrameworkBundle/Tests/TestCase.php 14 3 3
/src/Symfony/Bundle/FrameworkBundle/Tests/Translation/TranslatorTest.php 103 172 33
/src/Symfony/Bundle/FrameworkBundle/Translation/Translator.php 117 73 32
/src/Symfony/Bundle/FullStack.php 19 1 1
/src/Symfony/Bundle/SecurityBundle/CacheWarmer/ExpressionCacheWarmer.php 32 15 12
/src/Symfony/Bundle/SecurityBundle/Command/DebugFirewallCommand.php 225 104 39
/src/Symfony/Bundle/SecurityBundle/DataCollector/SecurityDataCollector.php 111 141 42
/src/Symfony/Bundle/SecurityBundle/Debug/TraceableFirewallListener.php 54 25 17
/src/Symfony/Bundle/SecurityBundle/Debug/TraceableListenerTrait.php 33 28 14
/src/Symfony/Bundle/SecurityBundle/Debug/WrappedLazyListener.php 47 12 10
/src/Symfony/Bundle/SecurityBundle/Debug/WrappedListener.php 39 7 6
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddExpressionLanguageProvidersPass.php 25 6 6
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSecurityVotersPass.php 39 13 10
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/AddSessionDomainConstraintPass.php 33 20 11
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/CleanRememberMeVerifierPass.php 24 5 5
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/MakeFirewallsEventDispatcherTraceablePass.php 25 16 11
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterCsrfFeaturesPass.php 29 13 9
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterEntryPointPass.php 58 19 16
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPass.php 55 9 9
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterLdapLocatorPass.php 28 10 7
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/RegisterTokenUsageTrackingPass.php 37 12 11
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/ReplaceDecoratedRememberMeHandlerPass.php 29 10 9
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Compiler/SortFirewallListenersPass.php 48 18 14
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/MainConfiguration.php 225 163 33
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcTokenHandlerFactory.php 26 29 16
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/OidcUserInfoTokenHandlerFactory.php 26 24 16
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/ServiceTokenHandlerFactory.php 35 13 11
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/AccessToken/TokenHandlerFactoryInterface.php 35 6 4
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AbstractFactory.php 46 35 20
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AccessTokenFactory.php 76 81 38
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/AuthenticatorFactoryInterface.php 42 4 3
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/CustomAuthenticatorFactory.php 30 17 12
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FirewallListenerFactoryInterface.php 30 1 1
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginFactory.php 41 17 11
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/FormLoginLdapFactory.php 28 6 6
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicFactory.php 51 18 15
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/HttpBasicLdapFactory.php 73 30 17
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginFactory.php 42 14 10
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/JsonLoginLdapFactory.php 25 6 6
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LdapFactoryTrait.php 35 18 9
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginLinkFactory.php 31 50 27
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/LoginThrottlingFactory.php 91 47 23
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RememberMeFactory.php 54 96 41
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/RemoteUserFactory.php 54 20 16
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/SignatureAlgorithmFactory.php 36 23 15
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/StatelessAuthenticatorFactoryInterface.php 27 5 5
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/Factory/X509Factory.php 55 23 17
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/InMemoryFactory.php 45 21 18
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/LdapFactory.php 48 30 18
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/Security/UserProvider/UserProviderFactoryInterface.php 27 4 2
/src/Symfony/Bundle/SecurityBundle/DependencyInjection/SecurityExtension.php 1059 520 69
/src/Symfony/Bundle/SecurityBundle/EventListener/FirewallListener.php 50 25 18
/src/Symfony/Bundle/SecurityBundle/EventListener/VoteListener.php 39 10 8
/src/Symfony/Bundle/SecurityBundle/LoginLink/FirewallAwareLoginLinkHandler.php 36 18 10
/src/Symfony/Bundle/SecurityBundle/RememberMe/DecoratedRememberMeHandler.php 34 8 6
/src/Symfony/Bundle/SecurityBundle/RememberMe/FirewallAwareRememberMeHandler.php 50 17 8
/src/Symfony/Bundle/SecurityBundle/Resources/config/collectors.php 17 1 1
/src/Symfony/Bundle/SecurityBundle/Resources/config/console.php 17 1 1
/src/Symfony/Bundle/SecurityBundle/Resources/config/debug_console.php 22 3 3
/src/Symfony/Bundle/SecurityBundle/Resources/config/password_hasher.php 51 2 2
/src/Symfony/Bundle/SecurityBundle/Resources/config/security.php 305 33 6
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator.php 165 35 5
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_access_token.php 78 30 8
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_login_link.php 68 14 6
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_authenticator_remember_me.php 99 26 7
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_debug.php 40 3 3
/src/Symfony/Bundle/SecurityBundle/Resources/config/security_listeners.php 172 39 6
/src/Symfony/Bundle/SecurityBundle/Resources/config/templating_twig.php 15 2 2
/src/Symfony/Bundle/SecurityBundle/Routing/LogoutRouteLoader.php 24 19 14
/src/Symfony/Bundle/SecurityBundle/Security.php 60 97 37
/src/Symfony/Bundle/SecurityBundle/Security/FirewallAwareTrait.php 39 27 15
/src/Symfony/Bundle/SecurityBundle/Security/FirewallConfig.php 103 105 15
/src/Symfony/Bundle/SecurityBundle/Security/FirewallContext.php 28 28 5
/src/Symfony/Bundle/SecurityBundle/Security/FirewallMap.php 28 18 11
/src/Symfony/Bundle/SecurityBundle/Security/LazyFirewallContext.php 37 28 16
/src/Symfony/Bundle/SecurityBundle/Security/UserAuthenticator.php 38 15 10
/src/Symfony/Bundle/SecurityBundle/SecurityBundle.php 101 35 11
/src/Symfony/Bundle/SecurityBundle/Tests/CacheWarmer/ExpressionCacheWarmerTest.php 22 17 13
/src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php 464 269 41
/src/Symfony/Bundle/SecurityBundle/Tests/Debug/TraceableFirewallListenerTest.php 38 51 19
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddExpressionLanguageProvidersPassTest.php 40 33 10
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddSecurityVotersPassTest.php 132 41 9
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/AddSessionDomainConstraintPassTest.php 103 51 16
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/MakeFirewallsEventDispatcherTraceablePassTest.php 63 29 15
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterEntryPointsPassTest.php 96 41 19
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterGlobalSecurityEventListenersPassTest.php 157 67 21
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/RegisterTokenUsageTrackingPassTest.php 62 26 8
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Compiler/SortFirewallListenersPassTest.php 26 54 17
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/CompleteConfigurationTestCase.php 333 163 30
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/UserProvider/DummyProvider.php 20 13 9
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/access_decision_manager_customized_config.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/access_decision_manager_default_strategy.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/access_decision_manager_service.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/access_decision_manager_service_and_strategy.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/access_decision_manager_strategy_service.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/argon2i_hasher.php 5 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/authenticator_manager.php 5 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/bcrypt_hasher.php 5 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/container1.php 3 14 5
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/firewall_patterns.php 3 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/firewall_provider.php 3 6 5
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/firewall_undefined_provider.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/listener_provider.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/listener_undefined_provider.php 3 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/logout_clear_site_data.php 3 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge.php 5 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/merge_import.php 3 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/migrating_hasher.php 5 3 3
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/no_custom_user_checker.php 3 6 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/remember_me_options.php 3 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Fixtures/php/sodium_hasher.php 5 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/MainConfigurationTest.php 90 56 14
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/PhpCompleteConfigurationTest.php 16 15 10
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AbstractFactoryTest.php 92 51 23
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/AccessTokenFactoryTest.php 176 66 17
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/Security/Factory/LoginLinkFactoryTest.php 21 11 11
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/SecurityExtensionTest.php 660 252 30
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/XmlCompleteConfigurationTest.php 20 19 13
/src/Symfony/Bundle/SecurityBundle/Tests/DependencyInjection/YamlCompleteConfigurationTest.php 16 17 12
/src/Symfony/Bundle/SecurityBundle/Tests/EventListener/VoteListenerTest.php 22 9 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AbstractWebTestCase.php 23 43 26
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AccessTokenTest.php 209 212 18
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticationCommencingTest.php 16 7 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AuthenticatorTest.php 19 59 12
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/AutowiringTypesTest.php 33 13 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/AccessTokenBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Controller/BarController.php 20 5 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Controller/FooController.php 21 7 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Security/Handler/AccessTokenHandler.php 23 9 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Security/Http/JsonAuthenticationFailureHandler.php 22 8 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AccessTokenBundle/Security/Http/JsonAuthenticationSuccessHandler.php 22 12 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/ApiAuthenticator.php 40 39 21
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/AuthenticatorBundle.php 20 8 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/DummyFormLoginFactory.php 26 9 8
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/LoginFormAuthenticator.php 37 29 18
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/ProfileController.php 20 8 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AuthenticatorBundle/SecurityController.php 19 14 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AutowiringBundle/AutowiredServices.php 25 5 4
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/AutowiringBundle/AutowiringBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Controller/LoginController.php 59 32 17
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/CsrfFormLoginBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/CsrfFormLoginBundle/Form/UserLoginType.php 35 28 21
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/EventBundle/DependencyInjection/EventExtension.php 20 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/EventBundle/EventBundle.php 16 1 1
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/EventBundle/EventSubscriber/TestSubscriber.php 28 15 15
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/DependencyInjection/FirewallEntryPointExtension.php 21 17 13
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/FirewallEntryPointBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FirewallEntryPointBundle/Security/EntryPointStub.php 23 13 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LocalizedController.php 74 50 20
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Controller/LoginController.php 66 41 24
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/DependencyInjection/FormLoginExtension.php 21 6 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/FormLoginBundle.php 21 7 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/FormLoginBundle/Security/LocalizedFormFailureHandler.php 31 7 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/JsonLoginBundle/Controller/TestController.php 22 10 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/JsonLoginBundle/JsonLoginBundle.php 19 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/JsonLoginBundle/Security/Http/JsonAuthenticationFailureHandler.php 22 8 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/JsonLoginBundle/Security/Http/JsonAuthenticationSuccessHandler.php 22 12 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/LoginLink/TestCustomLoginLinkSuccessHandler.php 22 12 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/MissingUserProviderBundle/MissingUserProviderBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/Controller/ProfileController.php 14 6 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/RememberMeBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/Security/StaticTokenProvider.php 60 26 17
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RememberMeBundle/Security/UserChangingUserProvider.php 36 25 16
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RequestTrackerBundle/DependencyInjection/RequestTrackerExtension.php 20 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RequestTrackerBundle/EventSubscriber/RequestTrackerSubscriber.php 29 16 10
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/RequestTrackerBundle/RequestTrackerBundle.php 16 1 1
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/SecuredPageBundle/Controller/AdminController.php 18 9 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/SecuredPageBundle/SecuredPageBundle.php 16 2 2
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/SecuredPageBundle/Security/Core/User/ArrayUserProvider.php 60 23 12
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/Bundle/TestBundle.php 21 9 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/CsrfFormLoginTest.php 95 67 23
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/EventAliasTest.php 25 6 6
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FirewallEntryPointTest.php 18 5 5
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/FormLoginTest.php 100 42 12
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/JsonLoginLdapTest.php 18 4 4
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/JsonLoginTest.php 51 29 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LocalizedRoutesAsPathTest.php 26 30 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LoginLinkAuthenticationTest.php 24 14 11
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/LogoutTest.php 92 48 18
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/MissingUserProviderTest.php 18 7 7
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/RememberMeCookieTest.php 34 13 9
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/RememberMeTest.php 50 30 13
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityRoutingIntegrationTest.php 117 94 17
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityTest.php 136 162 43
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/SwitchUserTest.php 83 35 15
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AbstractTokenCompareRoles/bundles.php 15 1 1
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AliasedEvents/bundles.php 15 1 1
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/AppKernel.php 60 57 24
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/LogoutWithoutSessionInvalidation/bundles.php 14 1 1
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/MissingUserProvider/bundles.php 15 1 1
/src/Symfony/Bundle/SecurityBundle/Tests/Functional/app/StandardFormLogin/bundles.php 16 1 1
/src/Symfony/Bundle/SecurityBundle/Tests/LoginLink/FirewallAwareLoginLinkHandlerTest.php 27 25 14
/src/Symfony/Bundle/SecurityBundle/Tests/Routing/LogoutRouteLoaderTest.php 22 17 9
/src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallConfigTest.php 19 37 7
/src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallContextTest.php 22 16 9
/src/Symfony/Bundle/SecurityBundle/Tests/Security/FirewallMapTest.php 94 40 19
/src/Symfony/Bundle/SecurityBundle/Tests/Security/UserAuthenticatorTest.php 26 13 11
/src/Symfony/Bundle/SecurityBundle/Tests/SecurityTest.php 85 154 23
/src/Symfony/Bundle/TwigBundle/CacheWarmer/TemplateCacheWarmer.php 45 31 20
/src/Symfony/Bundle/TwigBundle/Command/LintCommand.php 23 16 11
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/ExtensionPass.php 28 15 8
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/RuntimeLoaderPass.php 24 7 7
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigEnvironmentPass.php 29 8 7
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Compiler/TwigLoaderPass.php 28 12 10
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configuration.php 36 70 21
/src/Symfony/Bundle/TwigBundle/DependencyInjection/Configurator/EnvironmentConfigurator.php 50 38 18
/src/Symfony/Bundle/TwigBundle/DependencyInjection/TwigExtension.php 159 86 37
/src/Symfony/Bundle/TwigBundle/Resources/config/console.php 15 7 3
/src/Symfony/Bundle/TwigBundle/Resources/config/form.php 28 4 3
/src/Symfony/Bundle/TwigBundle/Resources/config/importmap.php 18 1 1
/src/Symfony/Bundle/TwigBundle/Resources/config/mailer.php 19 2 2
/src/Symfony/Bundle/TwigBundle/Resources/config/twig.php 66 72 9
/src/Symfony/Bundle/TwigBundle/TemplateIterator.php 47 44 20
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/AcmeBundle/AcmeBundle.php 16 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/ExtensionPassTest.php 34 24 11
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigEnvironmentPassTest.php 48 33 12
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Compiler/TwigLoaderPassTest.php 44 39 13
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/ConfigurationTest.php 32 20 7
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/customTemplateEscapingGuesser.php 3 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/empty.php 3 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/extra.php 3 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/formats.php 3 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/full.php 3 4 3
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/Fixtures/php/mailer.php 3 2 2
/src/Symfony/Bundle/TwigBundle/Tests/DependencyInjection/TwigExtensionTest.php 326 107 28
/src/Symfony/Bundle/TwigBundle/Tests/Functional/EmptyAppTest.php 70 38 18
/src/Symfony/Bundle/TwigBundle/Tests/Functional/NoTemplatingEntryTest.php 63 40 19
/src/Symfony/Bundle/TwigBundle/Tests/TemplateIteratorTest.php 38 19 8
/src/Symfony/Bundle/TwigBundle/Tests/TestCase.php 14 3 3
/src/Symfony/Bundle/TwigBundle/TwigBundle.php 41 16 9
/src/Symfony/Bundle/WebProfilerBundle/Controller/ExceptionPanelController.php 40 19 12
/src/Symfony/Bundle/WebProfilerBundle/Controller/ProfilerController.php 156 193 42
/src/Symfony/Bundle/WebProfilerBundle/Controller/RouterController.php 57 55 22
/src/Symfony/Bundle/WebProfilerBundle/Csp/ContentSecurityPolicyHandler.php 159 87 29
/src/Symfony/Bundle/WebProfilerBundle/Csp/NonceGenerator.php 23 7 7
/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/Configuration.php 39 6 6
/src/Symfony/Bundle/WebProfilerBundle/DependencyInjection/WebProfilerExtension.php 60 27 14
/src/Symfony/Bundle/WebProfilerBundle/EventListener/WebDebugToolbarListener.php 87 98 41
/src/Symfony/Bundle/WebProfilerBundle/Profiler/CodeExtension.php 84 219 52
/src/Symfony/Bundle/WebProfilerBundle/Profiler/TemplateManager.php 43 25 17
/src/Symfony/Bundle/WebProfilerBundle/Resources/config/profiler.php 86 21 6
/src/Symfony/Bundle/WebProfilerBundle/Resources/config/toolbar.php 17 3 2
/src/Symfony/Bundle/WebProfilerBundle/Tests/Controller/ProfilerControllerTest.php 164 261 33
/src/Symfony/Bundle/WebProfilerBundle/Tests/Csp/ContentSecurityPolicyHandlerTest.php 76 66 13
/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/ConfigurationTest.php 23 19 9
/src/Symfony/Bundle/WebProfilerBundle/Tests/DependencyInjection/WebProfilerExtensionTest.php 47 82 30
/src/Symfony/Bundle/WebProfilerBundle/Tests/EventListener/WebDebugToolbarListenerTest.php 362 218 19
/src/Symfony/Bundle/WebProfilerBundle/Tests/Functional/WebProfilerBundleKernel.php 80 46 21
/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/CodeExtensionTest.php 120 44 19
/src/Symfony/Bundle/WebProfilerBundle/Tests/Profiler/TemplateManagerTest.php 108 61 24
/src/Symfony/Bundle/WebProfilerBundle/Tests/Resources/IconTest.php 35 27 15
/src/Symfony/Bundle/WebProfilerBundle/Tests/Resources/MinifyTest.php 23 12 8
/src/Symfony/Bundle/WebProfilerBundle/Tests/TestCase.php 14 3 3
/src/Symfony/Bundle/WebProfilerBundle/Tests/Twig/WebProfilerExtensionTest.php 25 36 18
/src/Symfony/Bundle/WebProfilerBundle/Twig/WebProfilerExtension.php 94 89 35
/src/Symfony/Bundle/WebProfilerBundle/WebProfilerBundle.php 21 5 5
/src/Symfony/Component/Asset/Context/ContextInterface.php 24 2 1
/src/Symfony/Component/Asset/Context/NullContext.php 19 1 1
/src/Symfony/Component/Asset/Context/RequestStackContext.php 23 17 9
/src/Symfony/Component/Asset/Exception/AssetNotFoundException.php 34 11 11
/src/Symfony/Component/Asset/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Asset/Exception/InvalidArgumentException.php 19 3 3
/src/Symfony/Component/Asset/Exception/LogicException.php 19 3 3
/src/Symfony/Component/Asset/Exception/RuntimeException.php 17 2 2
/src/Symfony/Component/Asset/Package.php 27 11 10
/src/Symfony/Component/Asset/Packages.php 72 34 18
/src/Symfony/Component/Asset/PathPackage.php 39 20 16
/src/Symfony/Component/Asset/Tests/Context/NullContextTest.php 26 9 6
/src/Symfony/Component/Asset/Tests/Context/RequestStackContextTest.php 45 20 6
/src/Symfony/Component/Asset/Tests/PackageTest.php 30 24 12
/src/Symfony/Component/Asset/Tests/PackagesTest.php 50 42 13
/src/Symfony/Component/Asset/Tests/PathPackageTest.php 80 41 12
/src/Symfony/Component/Asset/Tests/UrlPackageTest.php 119 62 14
/src/Symfony/Component/Asset/Tests/VersionStrategy/EmptyVersionStrategyTest.php 19 7 5
/src/Symfony/Component/Asset/Tests/VersionStrategy/JsonManifestVersionStrategyTest.php 95 56 18
/src/Symfony/Component/Asset/Tests/VersionStrategy/StaticVersionStrategyTest.php 33 20 12
/src/Symfony/Component/Asset/UrlPackage.php 83 44 30
/src/Symfony/Component/Asset/VersionStrategy/EmptyVersionStrategy.php 26 2 2
/src/Symfony/Component/Asset/VersionStrategy/JsonManifestVersionStrategy.php 77 82 32
/src/Symfony/Component/Asset/VersionStrategy/StaticVersionStrategy.php 43 13 10
/src/Symfony/Component/AssetMapper/AssetMapper.php 27 51 26
/src/Symfony/Component/AssetMapper/AssetMapperCompiler.php 23 21 14
/src/Symfony/Component/AssetMapper/AssetMapperDevServerSubscriber.php 105 100 47
/src/Symfony/Component/AssetMapper/AssetMapperInterface.php 24 6 2
/src/Symfony/Component/AssetMapper/AssetMapperRepository.php 32 77 29
/src/Symfony/Component/AssetMapper/Command/AssetMapperCompileCommand.php 37 94 35
/src/Symfony/Component/AssetMapper/Command/DebugAssetMapperCommand.php 101 48 25
/src/Symfony/Component/AssetMapper/Command/ImportMapAuditCommand.php 63 108 40
/src/Symfony/Component/AssetMapper/Command/ImportMapInstallCommand.php 31 46 27
/src/Symfony/Component/AssetMapper/Command/ImportMapOutdatedCommand.php 32 62 36
/src/Symfony/Component/AssetMapper/Command/ImportMapRemoveCommand.php 28 33 22
/src/Symfony/Component/AssetMapper/Command/ImportMapRequireCommand.php 34 76 36
/src/Symfony/Component/AssetMapper/Command/ImportMapUpdateCommand.php 32 46 30
/src/Symfony/Component/AssetMapper/Command/VersionProblemCommandTrait.php 27 9 5
/src/Symfony/Component/AssetMapper/CompiledAssetMapperConfigReader.php 32 26 14
/src/Symfony/Component/AssetMapper/Compiler/AssetCompilerInterface.php 33 6 3
/src/Symfony/Component/AssetMapper/Compiler/CssAssetUrlCompiler.php 41 45 29
/src/Symfony/Component/AssetMapper/Compiler/JavaScriptImportPathCompiler.php 227 108 46
/src/Symfony/Component/AssetMapper/Compiler/SourceMappingUrlsCompiler.php 27 15 11
/src/Symfony/Component/AssetMapper/Event/PreAssetsCompileEvent.php 24 4 4
/src/Symfony/Component/AssetMapper/Exception/CircularAssetsException.php 32 14 14
/src/Symfony/Component/AssetMapper/Exception/ExceptionInterface.php 14 2 2
/src/Symfony/Component/AssetMapper/Exception/LogicException.php 14 3 3
/src/Symfony/Component/AssetMapper/Exception/RuntimeException.php 14 2 2
/src/Symfony/Component/AssetMapper/Factory/CachedMappedAssetFactory.php 26 51 30
/src/Symfony/Component/AssetMapper/Factory/MappedAssetFactory.php 30 89 35
/src/Symfony/Component/AssetMapper/Factory/MappedAssetFactoryInterface.php 18 2 2
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapAuditor.php 24 42 24
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapConfigReader.php 40 76 39
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntries.php 57 15 13
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapEntry.php 21 72 26
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapGenerator.php 27 92 33
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapManager.php 26 78 38
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapPackageAudit.php 16 20 13
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapPackageAuditVulnerability.php 16 45 10
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapRenderer.php 36 108 44
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapType.php 14 1 1
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapUpdateChecker.php 59 54 28
/src/Symfony/Component/AssetMapper/ImportMap/ImportMapVersionChecker.php 105 90 46
/src/Symfony/Component/AssetMapper/ImportMap/JavaScriptImport.php 24 26 8
/src/Symfony/Component/AssetMapper/ImportMap/PackageRequireOptions.php 23 30 12
/src/Symfony/Component/AssetMapper/ImportMap/PackageUpdateInfo.php 22 33 16
/src/Symfony/Component/AssetMapper/ImportMap/PackageVersionProblem.php 20 23 8
/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageDownloader.php 127 67 29
/src/Symfony/Component/AssetMapper/ImportMap/RemotePackageStorage.php 93 60 22
/src/Symfony/Component/AssetMapper/ImportMap/Resolver/JsDelivrEsmResolver.php 261 178 48
/src/Symfony/Component/AssetMapper/ImportMap/Resolver/PackageResolverInterface.php 42 4 3
/src/Symfony/Component/AssetMapper/ImportMap/Resolver/ResolvedImportMapPackage.php 19 21 10
/src/Symfony/Component/AssetMapper/MappedAsset.php 60 36 13
/src/Symfony/Component/AssetMapper/MapperAwareAssetPackage.php 23 15 12
/src/Symfony/Component/AssetMapper/Path/LocalPublicAssetsFilesystem.php 39 10 8
/src/Symfony/Component/AssetMapper/Path/PublicAssetsPathResolver.php 18 5 4
/src/Symfony/Component/AssetMapper/Tests/AssetMapperCompilerTest.php 25 36 16
/src/Symfony/Component/AssetMapper/Tests/AssetMapperDevServerSubscriberFunctionalTest.php 38 24 7
/src/Symfony/Component/AssetMapper/Tests/AssetMapperRepositoryTest.php 46 51 12
/src/Symfony/Component/AssetMapper/Tests/AssetMapperTest.php 42 39 18
/src/Symfony/Component/AssetMapper/Tests/Command/AssetMapperCompileCommandTest.php 86 66 20
/src/Symfony/Component/AssetMapper/Tests/Command/DebugAssetsMapperCommandTest.php 21 16 9
/src/Symfony/Component/AssetMapper/Tests/CompiledAssetMapperConfigReaderTest.php 54 38 17
/src/Symfony/Component/AssetMapper/Tests/Compiler/CssAssetUrlCompilerTest.php 125 56 23
/src/Symfony/Component/AssetMapper/Tests/Compiler/JavaScriptImportPathCompilerTest.php 657 214 34
/src/Symfony/Component/AssetMapper/Tests/Compiler/SourceMappingUrlsCompilerTest.php 30 37 21
/src/Symfony/Component/AssetMapper/Tests/Factory/CachedMappedAssetFactoryTest.php 41 82 25
/src/Symfony/Component/AssetMapper/Tests/Factory/MappedAssetFactoryTest.php 31 95 33
/src/Symfony/Component/AssetMapper/Tests/Fixtures/AssetMapperTestAppKernel.php 23 20 13
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapAuditorTest.php 95 57 27
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapConfigReaderTest.php 115 77 28
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapEntriesTest.php 48 25 9
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapEntryTest.php 79 40 11
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapGeneratorTest.php 788 471 49
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapManagerTest.php 89 243 59
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapRendererTest.php 137 64 17
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapUpdateCheckerTest.php 38 144 39
/src/Symfony/Component/AssetMapper/Tests/ImportMap/ImportMapVersionCheckerTest.php 269 114 29
/src/Symfony/Component/AssetMapper/Tests/ImportMap/JavaScriptImportTest.php 19 9 6
/src/Symfony/Component/AssetMapper/Tests/ImportMap/PackageUpdateInfoTest.php 50 40 13
/src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageDownloaderTest.php 101 95 25
/src/Symfony/Component/AssetMapper/Tests/ImportMap/RemotePackageStorageTest.php 93 73 22
/src/Symfony/Component/AssetMapper/Tests/ImportMap/Resolver/JsDelivrEsmResolverTest.php 27 147 32
/src/Symfony/Component/AssetMapper/Tests/MappedAssetTest.php 37 31 16
/src/Symfony/Component/AssetMapper/Tests/MapperAwareAssetPackageIntegrationTest.php 20 7 6
/src/Symfony/Component/AssetMapper/Tests/MapperAwareAssetPackageTest.php 21 24 13
/src/Symfony/Component/AssetMapper/Tests/Path/LocalPublicAssetsFilesystemTest.php 48 28 15
/src/Symfony/Component/AssetMapper/Tests/Path/PublicAssetsPathResolverTest.php 19 7 6
/src/Symfony/Component/BrowserKit/AbstractBrowser.php 378 327 67
/src/Symfony/Component/BrowserKit/Cookie.php 163 133 40
/src/Symfony/Component/BrowserKit/CookieJar.php 183 85 30
/src/Symfony/Component/BrowserKit/Exception/BadMethodCallException.php 14 3 3
/src/Symfony/Component/BrowserKit/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/BrowserKit/Exception/InvalidArgumentException.php 14 3 3
/src/Symfony/Component/BrowserKit/Exception/JsonException.php 14 3 3
/src/Symfony/Component/BrowserKit/Exception/LogicException.php 14 3 3
/src/Symfony/Component/BrowserKit/Exception/RuntimeException.php 14 3 3
/src/Symfony/Component/BrowserKit/Exception/UnexpectedValueException.php 14 3 3
/src/Symfony/Component/BrowserKit/History.php 92 20 10
/src/Symfony/Component/BrowserKit/HttpBrowser.php 97 80 42
/src/Symfony/Component/BrowserKit/Request.php 25 31 10
/src/Symfony/Component/BrowserKit/Response.php 102 47 28
/src/Symfony/Component/BrowserKit/Test/Constraint/BrowserCookieValueSame.php 37 42 23
/src/Symfony/Component/BrowserKit/Test/Constraint/BrowserHasCookie.php 33 31 19
/src/Symfony/Component/BrowserKit/Tests/AbstractBrowserTest.php 791 329 27
/src/Symfony/Component/BrowserKit/Tests/CookieJarTest.php 244 275 23
/src/Symfony/Component/BrowserKit/Tests/CookieTest.php 141 188 20
/src/Symfony/Component/BrowserKit/Tests/HistoryTest.php 93 57 10
/src/Symfony/Component/BrowserKit/Tests/HttpBrowserTest.php 190 117 24
/src/Symfony/Component/BrowserKit/Tests/RequestTest.php 55 35 7
/src/Symfony/Component/BrowserKit/Tests/ResponseTest.php 113 65 16
/src/Symfony/Component/BrowserKit/Tests/Test/Constraint/BrowserCookieValueSameTest.php 36 27 16
/src/Symfony/Component/BrowserKit/Tests/Test/Constraint/BrowserHasCookieTest.php 66 51 17
/src/Symfony/Component/BrowserKit/Tests/TestClient.php 27 23 15
/src/Symfony/Component/BrowserKit/Tests/TestHttpClient.php 45 40 22
/src/Symfony/Component/Cache/Adapter/AbstractAdapter.php 174 138 65
/src/Symfony/Component/Cache/Adapter/AbstractTagAwareAdapter.php 250 176 58
/src/Symfony/Component/Cache/Adapter/AdapterInterface.php 27 6 5
/src/Symfony/Component/Cache/Adapter/ApcuAdapter.php 107 65 36
/src/Symfony/Component/Cache/Adapter/ArrayAdapter.php 255 234 75
/src/Symfony/Component/Cache/Adapter/ChainAdapter.php 91 129 47
/src/Symfony/Component/Cache/Adapter/CouchbaseBucketAdapter.php 74 117 48
/src/Symfony/Component/Cache/Adapter/CouchbaseCollectionAdapter.php 68 128 52
/src/Symfony/Component/Cache/Adapter/DoctrineDbalAdapter.php 146 246 65
/src/Symfony/Component/Cache/Adapter/FilesystemAdapter.php 25 16 14
/src/Symfony/Component/Cache/Adapter/FilesystemTagAwareAdapter.php 188 159 51
/src/Symfony/Component/Cache/Adapter/MemcachedAdapter.php 98 190 77
/src/Symfony/Component/Cache/Adapter/NullAdapter.php 40 70 28
/src/Symfony/Component/Cache/Adapter/ParameterNormalizer.php 31 11 11
/src/Symfony/Component/Cache/Adapter/PdoAdapter.php 132 207 71
/src/Symfony/Component/Cache/Adapter/PhpArrayAdapter.php 350 252 75
/src/Symfony/Component/Cache/Adapter/PhpFilesAdapter.php 139 221 74
/src/Symfony/Component/Cache/Adapter/ProxyAdapter.php 83 135 50
/src/Symfony/Component/Cache/Adapter/Psr16Adapter.php 39 34 21
/src/Symfony/Component/Cache/Adapter/RedisAdapter.php 17 16 13
/src/Symfony/Component/Cache/Adapter/RedisTagAwareAdapter.php 256 215 70
/src/Symfony/Component/Cache/Adapter/TagAwareAdapter.php 158 155 58
/src/Symfony/Component/Cache/Adapter/TagAwareAdapterInterface.php 30 3 3
/src/Symfony/Component/Cache/Adapter/TraceableAdapter.php 97 181 48
/src/Symfony/Component/Cache/Adapter/TraceableTagAwareAdapter.php 29 12 10
/src/Symfony/Component/Cache/CacheItem.php 187 114 48
/src/Symfony/Component/Cache/DataCollector/CacheDataCollector.php 127 77 26
/src/Symfony/Component/Cache/DependencyInjection/CacheCollectorPass.php 29 22 15
/src/Symfony/Component/Cache/DependencyInjection/CachePoolClearerPass.php 23 7 7
/src/Symfony/Component/Cache/DependencyInjection/CachePoolPass.php 139 108 43
/src/Symfony/Component/Cache/DependencyInjection/CachePoolPrunerPass.php 26 14 11
/src/Symfony/Component/Cache/Exception/CacheException.php 14 7 4
/src/Symfony/Component/Cache/Exception/InvalidArgumentException.php 14 7 4
/src/Symfony/Component/Cache/Exception/LogicException.php 14 7 4
/src/Symfony/Component/Cache/LockRegistry.php 158 89 45
/src/Symfony/Component/Cache/Marshaller/DefaultMarshaller.php 84 68 39
/src/Symfony/Component/Cache/Marshaller/DeflateMarshaller.php 39 18 17
/src/Symfony/Component/Cache/Marshaller/MarshallerInterface.php 37 4 4
/src/Symfony/Component/Cache/Marshaller/SodiumMarshaller.php 63 22 18
/src/Symfony/Component/Cache/Marshaller/TagAwareMarshaller.php 48 43 26
/src/Symfony/Component/Cache/Messenger/EarlyExpirationDispatcher.php 37 39 27
/src/Symfony/Component/Cache/Messenger/EarlyExpirationHandler.php 54 30 18
/src/Symfony/Component/Cache/Messenger/EarlyExpirationMessage.php 32 55 29
/src/Symfony/Component/Cache/PruneableInterface.php 19 1 1
/src/Symfony/Component/Cache/Psr16Cache.php 121 168 50
/src/Symfony/Component/Cache/ResettableInterface.php 19 1 1
/src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTestCase.php 40 46 31
/src/Symfony/Component/Cache/Tests/Adapter/AdapterTestCase.php 39 203 49
/src/Symfony/Component/Cache/Tests/Adapter/ApcuAdapterTest.php 109 77 21
/src/Symfony/Component/Cache/Tests/Adapter/ArrayAdapterTest.php 96 69 26
/src/Symfony/Component/Cache/Tests/Adapter/ChainAdapterTest.php 200 118 24
/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseBucketAdapterTest.php 34 31 21
/src/Symfony/Component/Cache/Tests/Adapter/CouchbaseCollectionAdapterTest.php 35 35 23
/src/Symfony/Component/Cache/Tests/Adapter/DoctrineDbalAdapterTest.php 112 132 35
/src/Symfony/Component/Cache/Tests/Adapter/FilesystemAdapterTest.php 28 14 9
/src/Symfony/Component/Cache/Tests/Adapter/FilesystemTagAwareAdapterTest.php 20 5 5
/src/Symfony/Component/Cache/Tests/Adapter/MaxIdLengthAdapterTest.php 90 45 15
/src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php 174 133 42
/src/Symfony/Component/Cache/Tests/Adapter/NamespacedProxyAdapterTest.php 27 12 9
/src/Symfony/Component/Cache/Tests/Adapter/NullAdapterTest.php 108 45 13
/src/Symfony/Component/Cache/Tests/Adapter/PdoAdapterTest.php 106 63 28
/src/Symfony/Component/Cache/Tests/Adapter/PhpArrayAdapterTest.php 90 76 38
/src/Symfony/Component/Cache/Tests/Adapter/PhpArrayAdapterWithFallbackTest.php 35 21 17
/src/Symfony/Component/Cache/Tests/Adapter/PhpFilesAdapterAppendOnlyTest.php 22 8 8
/src/Symfony/Component/Cache/Tests/Adapter/PhpFilesAdapterTest.php 32 17 13
/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterSentinelTest.php 33 19 10
/src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php 66 55 13
/src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php 19 12 9
/src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php 27 12 10
/src/Symfony/Component/Cache/Tests/Adapter/PredisTagAwareAdapterTest.php 32 12 12
/src/Symfony/Component/Cache/Tests/Adapter/PredisTagAwareClusterAdapterTest.php 32 12 12
/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterAndRedisAdapterTest.php 40 43 25
/src/Symfony/Component/Cache/Tests/Adapter/ProxyAdapterTest.php 66 36 29
/src/Symfony/Component/Cache/Tests/Adapter/Psr16AdapterTest.php 35 20 15
/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php 23 26 10
/src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php 25 63 16
/src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php 19 8 7
/src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php 53 27 15
/src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareAdapterTest.php 27 11 10
/src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareArrayAdapterTest.php 26 11 10
/src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareClusterAdapterTest.php 27 11 10
/src/Symfony/Component/Cache/Tests/Adapter/RelayAdapterSentinelTest.php 25 25 12
/src/Symfony/Component/Cache/Tests/Adapter/RelayAdapterTest.php 31 35 16
/src/Symfony/Component/Cache/Tests/Adapter/TagAwareAdapterTest.php 174 132 29
/src/Symfony/Component/Cache/Tests/Adapter/TagAwareAndProxyAdapterIntegrationTest.php 26 35 12
/src/Symfony/Component/Cache/Tests/Adapter/TagAwareTestTrait.php 101 44 6
/src/Symfony/Component/Cache/Tests/Adapter/TraceableAdapterTest.php 67 57 18
/src/Symfony/Component/Cache/Tests/Adapter/TraceableTagAwareAdapterTest.php 23 10 9
/src/Symfony/Component/Cache/Tests/CacheItemTest.php 22 41 13
/src/Symfony/Component/Cache/Tests/DataCollector/CacheDataCollectorTest.php 56 54 19
/src/Symfony/Component/Cache/Tests/DependencyInjection/CacheCollectorPassTest.php 76 18 11
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolClearerPassTest.php 25 41 13
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPassTest.php 105 160 14
/src/Symfony/Component/Cache/Tests/DependencyInjection/CachePoolPrunerPassTest.php 64 25 11
/src/Symfony/Component/Cache/Tests/Fixtures/ExternalAdapter.php 52 30 11
/src/Symfony/Component/Cache/Tests/Fixtures/PrunableAdapter.php 14 3 3
/src/Symfony/Component/Cache/Tests/Fixtures/StringableTag.php 16 5 5
/src/Symfony/Component/Cache/Tests/Fixtures/TestEnum.php 14 1 1
/src/Symfony/Component/Cache/Tests/LockRegistryTest.php 19 12 11
/src/Symfony/Component/Cache/Tests/Marshaller/DefaultMarshallerTest.php 105 52 17
/src/Symfony/Component/Cache/Tests/Marshaller/DeflateMarshallerTest.php 23 18 10
/src/Symfony/Component/Cache/Tests/Marshaller/SodiumMarshallerTest.php 30 29 11
/src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationDispatcherTest.php 63 75 31
/src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationHandlerTest.php 42 27 18
/src/Symfony/Component/Cache/Tests/Messenger/EarlyExpirationMessageTest.php 24 21 14
/src/Symfony/Component/Cache/Tests/Psr16CacheProxyTest.php 38 40 22
/src/Symfony/Component/Cache/Tests/Psr16CacheTest.php 54 90 33
/src/Symfony/Component/Cache/Tests/Psr16CacheWithExternalAdapter.php 32 14 12
/src/Symfony/Component/Cache/Tests/Traits/RedisProxiesTest.php 67 29 13
/src/Symfony/Component/Cache/Tests/Traits/RedisTraitTest.php 106 87 24
/src/Symfony/Component/Cache/Traits/AbstractAdapterTrait.php 98 194 71
/src/Symfony/Component/Cache/Traits/ContractsTrait.php 101 77 39
/src/Symfony/Component/Cache/Traits/FilesystemCommonTrait.php 159 111 48
/src/Symfony/Component/Cache/Traits/FilesystemTrait.php 60 53 23
/src/Symfony/Component/Cache/Traits/ProxyTrait.php 26 8 7
/src/Symfony/Component/Cache/Traits/Redis5Proxy.php 289 2741 24
/src/Symfony/Component/Cache/Traits/Redis6Proxy.php 74 3609 31
/src/Symfony/Component/Cache/Traits/RedisCluster5Proxy.php 659 2203 24
/src/Symfony/Component/Cache/Traits/RedisCluster6Proxy.php 339 3154 31
/src/Symfony/Component/Cache/Traits/RedisClusterNodeProxy.php 27 26 14
/src/Symfony/Component/Cache/Traits/RedisClusterProxy.php 20 4 3
/src/Symfony/Component/Cache/Traits/RedisProxy.php 20 4 3
/src/Symfony/Component/Cache/Traits/RedisTrait.php 92 531 99
/src/Symfony/Component/Cache/Traits/RelayProxy.php 1124 3828 31
/src/Symfony/Component/Cache/Traits/ValueWrapper.php 24 54 30
/src/Symfony/Component/Clock/Clock.php 79 44 27
/src/Symfony/Component/Clock/ClockAwareTrait.php 27 14 11
/src/Symfony/Component/Clock/ClockInterface.php 23 7 5
/src/Symfony/Component/Clock/DatePoint.php 37 79 25
/src/Symfony/Component/Clock/MockClock.php 88 45 25
/src/Symfony/Component/Clock/MonotonicClock.php 83 55 34
/src/Symfony/Component/Clock/NativeClock.php 57 33 26
/src/Symfony/Component/Clock/Resources/now.php 14 5 5
/src/Symfony/Component/Clock/Test/ClockSensitiveTrait.php 37 34 20
/src/Symfony/Component/Clock/Tests/ClockAwareTraitTest.php 21 19 11
/src/Symfony/Component/Clock/Tests/ClockBeforeClassTest.php 32 35 16
/src/Symfony/Component/Clock/Tests/ClockTest.php 56 52 14
/src/Symfony/Component/Clock/Tests/DatePointTest.php 22 25 12
/src/Symfony/Component/Clock/Tests/MockClockTest.php 66 58 16
/src/Symfony/Component/Clock/Tests/MonotonicClockTest.php 61 33 13
/src/Symfony/Component/Clock/Tests/NativeClockTest.php 19 30 12
/src/Symfony/Component/Config/Builder/ClassBuilder.php 52 67 29
/src/Symfony/Component/Config/Builder/ConfigBuilderGenerator.php 354 255 48
/src/Symfony/Component/Config/Builder/ConfigBuilderInterface.php 24 2 1
/src/Symfony/Component/Config/Builder/Method.php 30 5 5
/src/Symfony/Component/Config/Builder/Property.php 82 43 16
/src/Symfony/Component/Config/ConfigCache.php 28 11 9
/src/Symfony/Component/Config/ConfigCacheFactory.php 35 10 10
/src/Symfony/Component/Config/ConfigCacheFactoryInterface.php 29 1 1
/src/Symfony/Component/Config/ConfigCacheInterface.php 33 6 5
/src/Symfony/Component/Config/Definition/ArrayNode.php 288 136 42
/src/Symfony/Component/Config/Definition/BaseNode.php 295 198 52
/src/Symfony/Component/Config/Definition/BooleanNode.php 23 21 13
/src/Symfony/Component/Config/Definition/Builder/ArrayNodeDefinition.php 36 154 49
/src/Symfony/Component/Config/Definition/Builder/BooleanNodeDefinition.php 34 16 13
/src/Symfony/Component/Config/Definition/Builder/BuilderAwareInterface.php 24 1 1
/src/Symfony/Component/Config/Definition/Builder/EnumNodeDefinition.php 30 18 14
/src/Symfony/Component/Config/Definition/Builder/ExprBuilder.php 213 110 26
/src/Symfony/Component/Config/Definition/Builder/FloatNodeDefinition.php 26 6 6
/src/Symfony/Component/Config/Definition/Builder/IntegerNodeDefinition.php 26 6 6
/src/Symfony/Component/Config/Definition/Builder/MergeBuilder.php 50 25 13
/src/Symfony/Component/Config/Definition/Builder/NodeBuilder.php 68 61 28
/src/Symfony/Component/Config/Definition/Builder/NodeDefinition.php 34 145 32
/src/Symfony/Component/Config/Definition/Builder/NodeParentInterface.php 19 1 1
/src/Symfony/Component/Config/Definition/Builder/NormalizationBuilder.php 52 24 15
/src/Symfony/Component/Config/Definition/Builder/NumericNodeDefinition.php 23 35 17
/src/Symfony/Component/Config/Definition/Builder/ParentNodeDefinitionInterface.php 48 4 2
/src/Symfony/Component/Config/Definition/Builder/ScalarNodeDefinition.php 26 3 3
/src/Symfony/Component/Config/Definition/Builder/TreeBuilder.php 24 19 13
/src/Symfony/Component/Config/Definition/Builder/ValidationBuilder.php 35 12 11
/src/Symfony/Component/Config/Definition/Builder/VariableNodeDefinition.php 14 11 7
/src/Symfony/Component/Config/Definition/Configuration.php 27 25 15
/src/Symfony/Component/Config/Definition/Configurator/DefinitionConfigurator.php 24 45 26
/src/Symfony/Component/Config/Definition/Dumper/XmlReferenceDumper.php 130 137 53
/src/Symfony/Component/Config/Definition/Dumper/YamlReferenceDumper.php 99 164 46
/src/Symfony/Component/Config/Definition/EnumNode.php 68 62 37
/src/Symfony/Component/Config/Definition/Exception/DuplicateKeyException.php 20 1 1
/src/Symfony/Component/Config/Definition/Exception/ForbiddenOverwriteException.php 20 1 1
/src/Symfony/Component/Config/Definition/Exception/InvalidConfigurationException.php 30 18 14
/src/Symfony/Component/Config/Definition/Exception/InvalidDefinitionException.php 19 1 1
/src/Symfony/Component/Config/Definition/Exception/InvalidTypeException.php 19 1 1
/src/Symfony/Component/Config/Definition/Exception/UnsetKeyException.php 20 1 1
/src/Symfony/Component/Config/Definition/FloatNode.php 23 17 13
/src/Symfony/Component/Config/Definition/IntegerNode.php 23 17 13
/src/Symfony/Component/Config/Definition/Loader/DefinitionFileLoader.php 70 54 39
/src/Symfony/Component/Config/Definition/NodeInterface.php 53 16 5
/src/Symfony/Component/Config/Definition/NumericNode.php 33 51 23
/src/Symfony/Component/Config/Definition/Processor.php 75 29 17
/src/Symfony/Component/Config/Definition/PrototypeNodeInterface.php 24 1 1
/src/Symfony/Component/Config/Definition/PrototypedArrayNode.php 166 132 63
/src/Symfony/Component/Config/Definition/ScalarNode.php 30 21 14
/src/Symfony/Component/Config/Definition/VariableNode.php 27 55 25
/src/Symfony/Component/Config/Exception/FileLoaderImportCircularReferenceException.php 21 12 11
/src/Symfony/Component/Config/Exception/FileLocatorFileNotFoundException.php 30 8 8
/src/Symfony/Component/Config/Exception/LoaderLoadException.php 33 46 20
/src/Symfony/Component/Config/Exception/LogicException.php 14 1 1
/src/Symfony/Component/Config/FileLocator.php 87 28 21
/src/Symfony/Component/Config/FileLocatorInterface.php 35 6 6
/src/Symfony/Component/Config/Loader/DelegatingLoader.php 31 17 12
/src/Symfony/Component/Config/Loader/DirectoryAwareLoaderInterface.php 21 1 1
/src/Symfony/Component/Config/Loader/FileLoader.php 106 136 56
/src/Symfony/Component/Config/Loader/GlobFileLoader.php 26 14 9
/src/Symfony/Component/Config/Loader/Loader.php 49 37 17
/src/Symfony/Component/Config/Loader/LoaderInterface.php 26 9 5
/src/Symfony/Component/Config/Loader/LoaderResolver.php 39 13 12
/src/Symfony/Component/Config/Loader/LoaderResolverInterface.php 26 7 6
/src/Symfony/Component/Config/Loader/ParamConfigurator.php 21 4 4
/src/Symfony/Component/Config/Resource/ClassExistenceResource.php 185 94 40
/src/Symfony/Component/Config/Resource/ComposerResource.php 55 16 12
/src/Symfony/Component/Config/Resource/DirectoryResource.php 84 25 17
/src/Symfony/Component/Config/Resource/FileExistenceResource.php 26 6 5
/src/Symfony/Component/Config/Resource/FileResource.php 25 14 14
/src/Symfony/Component/Config/Resource/GlobResource.php 169 141 46
/src/Symfony/Component/Config/Resource/ReflectionClassResource.php 103 68 34
/src/Symfony/Component/Config/Resource/ResourceInterface.php 19 1 1
/src/Symfony/Component/Config/Resource/SelfCheckingResourceChecker.php 42 15 12
/src/Symfony/Component/Config/Resource/SelfCheckingResourceInterface.php 27 1 1
/src/Symfony/Component/Config/ResourceCheckerConfigCache.php 160 61 35
/src/Symfony/Component/Config/ResourceCheckerConfigCacheFactory.php 32 8 8
/src/Symfony/Component/Config/ResourceCheckerInterface.php 40 2 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList.config.php 31 16 4
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList.output.php 16 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList.php 80 7 7
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/ReceivingConfig.php 51 37 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Messenger/RoutingConfig.php 31 24 18
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/MessengerConfig.php 40 60 24
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Translator/Books/PageConfig.php 51 37 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/Translator/BooksConfig.php 30 37 25
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToList/TranslatorConfig.php 36 48 28
/src/Symfony/Component/Config/Tests/Builder/Fixtures/AddToList/Symfony/Config/AddToListConfig.php 50 46 25
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys.output.php 13 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys.php 43 9 9
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeys/BarConfig.php 79 38 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeys/BazConfig.php 32 13 12
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeys/FooConfig.php 79 38 20
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ArrayExtraKeys/Symfony/Config/ArrayExtraKeysConfig.php 59 82 31
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues.config.php 20 5 3
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues.output.php 15 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues.php 54 7 7
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/Messenger/TransportsConfig.php 71 47 20
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/MessengerConfig.php 31 36 23
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValues/SomeCleverNameConfig.php 65 45 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/NodeInitialValues/Symfony/Config/NodeInitialValuesConfig.php 56 45 24
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders.config.php 18 3 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders.php 30 8 8
/src/Symfony/Component/Config/Tests/Builder/Fixtures/Placeholders/Symfony/Config/PlaceholdersConfig.php 76 42 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes.config.php 16 11 3
/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes.output.php 14 1 1
/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes.php 32 12 12
/src/Symfony/Component/Config/Tests/Builder/Fixtures/PrimitiveTypes/Symfony/Config/PrimitiveTypesConfig.php 130 70 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes.config.php 16 3 3
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes.output.php 13 2 2
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes.php 139 54 14
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/KeyedListObjectConfig.php 45 42 23
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ListObjectConfig.php 51 39 20
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedListObjectConfig.php 31 28 20
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/Nested/NestedObjectConfig.php 31 25 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/NestedConfig.php 26 64 31
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypes/ObjectConfig.php 65 47 19
/src/Symfony/Component/Config/Tests/Builder/Fixtures/ScalarNormalizedTypes/Symfony/Config/ScalarNormalizedTypesConfig.php 57 131 37
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType.config.php 15 2 2
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType.php 19 7 7
/src/Symfony/Component/Config/Tests/Builder/Fixtures/VariableType/Symfony/Config/VariableTypeConfig.php 22 26 21
/src/Symfony/Component/Config/Tests/Builder/GeneratedConfigTest.php 56 65 25
/src/Symfony/Component/Config/Tests/ConfigCacheFactoryTest.php 19 8 8
/src/Symfony/Component/Config/Tests/ConfigCacheTest.php 99 46 17
/src/Symfony/Component/Config/Tests/Definition/ArrayNodeTest.php 271 186 24
/src/Symfony/Component/Config/Tests/Definition/BaseNodeTest.php 64 62 19
/src/Symfony/Component/Config/Tests/Definition/BooleanNodeTest.php 51 32 15
/src/Symfony/Component/Config/Tests/Definition/Builder/ArrayNodeDefinitionTest.php 115 215 28
/src/Symfony/Component/Config/Tests/Definition/Builder/BooleanNodeDefinitionTest.php 28 19 11
/src/Symfony/Component/Config/Tests/Definition/Builder/EnumNodeDefinitionTest.php 19 56 11
/src/Symfony/Component/Config/Tests/Definition/Builder/ExprBuilderTest.php 189 156 25
/src/Symfony/Component/Config/Tests/Definition/Builder/NodeBuilderTest.php 22 27 10
/src/Symfony/Component/Config/Tests/Definition/Builder/NodeDefinitionTest.php 20 10 8
/src/Symfony/Component/Config/Tests/Definition/Builder/NumericNodeDefinitionTest.php 42 51 11
/src/Symfony/Component/Config/Tests/Definition/Builder/TreeBuilderTest.php 90 65 9
/src/Symfony/Component/Config/Tests/Definition/Dumper/XmlReferenceDumperTest.php 20 17 12
/src/Symfony/Component/Config/Tests/Definition/Dumper/YamlReferenceDumperTest.php 20 14 8
/src/Symfony/Component/Config/Tests/Definition/EnumNodeTest.php 96 82 13
/src/Symfony/Component/Config/Tests/Definition/FinalizationTest.php 42 13 10
/src/Symfony/Component/Config/Tests/Definition/FloatNodeTest.php 66 32 15
/src/Symfony/Component/Config/Tests/Definition/IntegerNodeTest.php 61 30 14
/src/Symfony/Component/Config/Tests/Definition/Loader/DefinitionFileLoaderTest.php 31 25 13
/src/Symfony/Component/Config/Tests/Definition/MergeTest.php 183 37 8
/src/Symfony/Component/Config/Tests/Definition/NormalizationTest.php 215 95 20
/src/Symfony/Component/Config/Tests/Definition/PrototypedArrayNodeTest.php 161 136 14
/src/Symfony/Component/Config/Tests/Definition/ScalarNodeTest.php 78 86 21
/src/Symfony/Component/Config/Tests/Exception/LoaderLoadExceptionTest.php 88 37 9
/src/Symfony/Component/Config/Tests/FileLocatorTest.php 89 41 12
/src/Symfony/Component/Config/Tests/Fixtures/BadFileName.php 9 5 5
/src/Symfony/Component/Config/Tests/Fixtures/BadParent.php 5 2 2
/src/Symfony/Component/Config/Tests/Fixtures/BarNode.php 16 6 6
/src/Symfony/Component/Config/Tests/Fixtures/Builder/BarNodeDefinition.php 15 5 5
/src/Symfony/Component/Config/Tests/Fixtures/Builder/NodeBuilder.php 26 13 12
/src/Symfony/Component/Config/Tests/Fixtures/Builder/VariableNodeDefinition.php 16 2 2
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/CustomNode.php 30 30 12
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/CustomNodeDefinition.php 6 6 6
/src/Symfony/Component/Config/Tests/Fixtures/Configuration/ExampleConfiguration.php 104 13 12
/src/Symfony/Component/Config/Tests/Fixtures/Loader/node_simple.php 6 2 2
/src/Symfony/Component/Config/Tests/Fixtures/ParseError.php 8 1 1
/src/Symfony/Component/Config/Tests/Fixtures/Resource/ConditionalClass.php 5 5 5
/src/Symfony/Component/Config/Tests/Fixtures/TestEnum.php 5 1 1
/src/Symfony/Component/Config/Tests/Fixtures/TestEnum2.php 5 1 1
/src/Symfony/Component/Config/Tests/Loader/DelegatingLoaderTest.php 28 44 14
/src/Symfony/Component/Config/Tests/Loader/FileLoaderTest.php 61 110 34
/src/Symfony/Component/Config/Tests/Loader/LoaderResolverTest.php 20 22 12
/src/Symfony/Component/Config/Tests/Loader/LoaderTest.php 129 79 24
/src/Symfony/Component/Config/Tests/Resource/ClassExistenceResourceTest.php 70 55 20
/src/Symfony/Component/Config/Tests/Resource/ComposerResourceTest.php 24 18 13
/src/Symfony/Component/Config/Tests/Resource/DirectoryResourceTest.php 137 102 23
/src/Symfony/Component/Config/Tests/Resource/FileExistenceResourceTest.php 37 38 14
/src/Symfony/Component/Config/Tests/Resource/FileResourceTest.php 68 40 15
/src/Symfony/Component/Config/Tests/Resource/GlobResourceTest.php 214 100 17
/src/Symfony/Component/Config/Tests/Resource/ReflectionClassResourceTest.php 54 121 47
/src/Symfony/Component/Config/Tests/Resource/ResourceStub.php 16 4 4
/src/Symfony/Component/Config/Tests/ResourceCheckerConfigCacheTest.php 102 74 17
/src/Symfony/Component/Config/Tests/Util/XmlUtilsTest.php 214 122 28
/src/Symfony/Component/Config/Util/Exception/InvalidXmlException.php 20 1 1
/src/Symfony/Component/Config/Util/XmlUtils.php 219 134 50
/src/Symfony/Component/Console/Application.php 207 588 101
/src/Symfony/Component/Console/Attribute/AsCommand.php 20 34 25
/src/Symfony/Component/Console/CI/GithubActionReporter.php 90 68 23
/src/Symfony/Component/Console/Color.php 124 48 19
/src/Symfony/Component/Console/Command/Command.php 322 279 71
/src/Symfony/Component/Console/Command/CompleteCommand.php 155 110 44
/src/Symfony/Component/Console/Command/DumpCompletionCommand.php 39 66 38
/src/Symfony/Component/Console/Command/HelpCommand.php 28 25 15
/src/Symfony/Component/Console/Command/LazyCommand.php 116 127 25
/src/Symfony/Component/Console/Command/ListCommand.php 28 22 12
/src/Symfony/Component/Console/Command/LockableTrait.php 65 23 17
/src/Symfony/Component/Console/Command/SignalableCommandInterface.php 31 8 5
/src/Symfony/Component/Console/Command/TraceableCommand.php 285 233 49
/src/Symfony/Component/Console/CommandLoader/CommandLoaderInterface.php 14 4 3
/src/Symfony/Component/Console/CommandLoader/ContainerCommandLoader.php 43 14 9
/src/Symfony/Component/Console/CommandLoader/FactoryCommandLoader.php 45 12 9
/src/Symfony/Component/Console/Completion/CompletionInput.php 72 77 41
/src/Symfony/Component/Console/Completion/CompletionSuggestions.php 31 15 7
/src/Symfony/Component/Console/Completion/Output/BashCompletionOutput.php 22 8 7
/src/Symfony/Component/Console/Completion/Output/CompletionOutputInterface.php 24 1 1
/src/Symfony/Component/Console/Completion/Output/FishCompletionOutput.php 22 8 7
/src/Symfony/Component/Console/Completion/Output/ZshCompletionOutput.php 22 9 8
/src/Symfony/Component/Console/Completion/Suggestion.php 32 19 14
/src/Symfony/Component/Console/ConsoleEvents.php 24 7 3
/src/Symfony/Component/Console/Cursor.php 173 77 16
/src/Symfony/Component/Console/DataCollector/CommandDataCollector.php 45 87 17
/src/Symfony/Component/Console/Debug/CliRequest.php 23 40 24
/src/Symfony/Component/Console/DependencyInjection/AddConsoleCommandPass.php 117 44 21
/src/Symfony/Component/Console/Descriptor/ApplicationDescription.php 79 43 20
/src/Symfony/Component/Console/Descriptor/Descriptor.php 35 18 11
/src/Symfony/Component/Console/Descriptor/DescriptorInterface.php 23 2 2
/src/Symfony/Component/Console/Descriptor/JsonDescriptor.php 114 95 23
/src/Symfony/Component/Console/Descriptor/MarkdownDescriptor.php 64 147 36
/src/Symfony/Component/Console/Descriptor/ReStructuredTextDescriptor.php 255 190 47
/src/Symfony/Component/Console/Descriptor/TextDescriptor.php 255 185 42
/src/Symfony/Component/Console/Descriptor/XmlDescriptor.php 197 147 31
/src/Symfony/Component/Console/Event/ConsoleCommandEvent.php 42 9 7
/src/Symfony/Component/Console/Event/ConsoleErrorEvent.php 28 13 11
/src/Symfony/Component/Console/Event/ConsoleEvent.php 28 17 6
/src/Symfony/Component/Console/Event/ConsoleSignalEvent.php 40 27 17
/src/Symfony/Component/Console/Event/ConsoleTerminateEvent.php 26 16 12
/src/Symfony/Component/Console/EventListener/ErrorListener.php 86 38 23
/src/Symfony/Component/Console/Exception/CommandNotFoundException.php 39 10 10
/src/Symfony/Component/Console/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Component/Console/Exception/InvalidArgumentException.php 17 3 3
/src/Symfony/Component/Console/Exception/InvalidOptionException.php 19 3 3
/src/Symfony/Component/Console/Exception/LogicException.php 17 3 3
/src/Symfony/Component/Console/Exception/MissingInputException.php 19 6 6
/src/Symfony/Component/Console/Exception/NamespaceNotFoundException.php 19 3 3
/src/Symfony/Component/Console/Exception/RunCommandFailedException.php 21 10 10
/src/Symfony/Component/Console/Exception/RuntimeException.php 17 2 2
/src/Symfony/Component/Console/Formatter/NullOutputFormatter.php 26 14 10
/src/Symfony/Component/Console/Formatter/NullOutputFormatterStyle.php 19 11 5
/src/Symfony/Component/Console/Formatter/OutputFormatter.php 145 114 43
/src/Symfony/Component/Console/Formatter/OutputFormatterInterface.php 46 9 5
/src/Symfony/Component/Console/Formatter/OutputFormatterStyle.php 74 40 16
/src/Symfony/Component/Console/Formatter/OutputFormatterStyleInterface.php 34 9 3
/src/Symfony/Component/Console/Formatter/OutputFormatterStyleStack.php 99 24 17
/src/Symfony/Component/Console/Formatter/WrappableOutputFormatterInterface.php 24 3 3
/src/Symfony/Component/Console/Helper/DebugFormatterHelper.php 32 55 19
/src/Symfony/Component/Console/Helper/DescriptorHelper.php 55 23 12
/src/Symfony/Component/Console/Helper/Dumper.php 53 42 24
/src/Symfony/Component/Console/Helper/FormatterHelper.php 45 43 21
/src/Symfony/Component/Console/Helper/Helper.php 138 94 28
/src/Symfony/Component/Console/Helper/HelperInterface.php 29 6 4
/src/Symfony/Component/Console/Helper/HelperSet.php 70 20 18
/src/Symfony/Component/Console/Helper/InputAwareHelper.php 26 7 7
/src/Symfony/Component/Console/Helper/OutputWrapper.php 72 24 16
/src/Symfony/Component/Console/Helper/ProcessHelper.php 35 91 38
/src/Symfony/Component/Console/Helper/ProgressBar.php 521 281 67
/src/Symfony/Component/Console/Helper/ProgressIndicator.php 186 111 38
/src/Symfony/Component/Console/Helper/QuestionHelper.php 303 322 76
/src/Symfony/Component/Console/Helper/SymfonyQuestionHelper.php 53 44 19
/src/Symfony/Component/Console/Helper/Table.php 84 408 74
/src/Symfony/Component/Console/Helper/TableCell.php 28 30 15
/src/Symfony/Component/Console/Helper/TableCellStyle.php 70 49 24
/src/Symfony/Component/Console/Helper/TableRows.php 26 6 6
/src/Symfony/Component/Console/Helper/TableSeparator.php 21 4 4
/src/Symfony/Component/Console/Helper/TableStyle.php 58 76 14
/src/Symfony/Component/Console/Input/ArgvInput.php 267 138 49
/src/Symfony/Component/Console/Input/ArrayInput.php 100 85 38
/src/Symfony/Component/Console/Input/Input.php 88 81 35
/src/Symfony/Component/Console/Input/InputArgument.php 51 70 30
/src/Symfony/Component/Console/Input/InputAwareInterface.php 25 1 1
/src/Symfony/Component/Console/Input/InputDefinition.php 227 113 28
/src/Symfony/Component/Console/Input/InputInterface.php 108 31 12
/src/Symfony/Component/Console/Input/InputOption.php 242 128 37
/src/Symfony/Component/Console/Input/StreamableInputInterface.php 29 3 2
/src/Symfony/Component/Console/Input/StringInput.php 67 34 19
/src/Symfony/Component/Console/Logger/ConsoleLogger.php 62 35 21
/src/Symfony/Component/Console/Messenger/RunCommandContext.php 19 22 9
/src/Symfony/Component/Console/Messenger/RunCommandMessage.php 25 19 12
/src/Symfony/Component/Console/Messenger/RunCommandMessageHandler.php 38 25 17
/src/Symfony/Component/Console/Output/AnsiColorMode.php 72 36 17
/src/Symfony/Component/Console/Output/BufferedOutput.php 36 8 8
/src/Symfony/Component/Console/Output/ConsoleOutput.php 110 67 29
/src/Symfony/Component/Console/Output/ConsoleOutputInterface.php 27 3 1
/src/Symfony/Component/Console/Output/ConsoleSectionOutput.php 53 89 36
/src/Symfony/Component/Console/Output/NullOutput.php 80 21 14
/src/Symfony/Component/Console/Output/Output.php 126 37 19
/src/Symfony/Component/Console/Output/OutputInterface.php 40 14 5
/src/Symfony/Component/Console/Output/StreamOutput.php 43 39 23
/src/Symfony/Component/Console/Output/TrimmedBufferOutput.php 27 28 21
/src/Symfony/Component/Console/Question/ChoiceQuestion.php 33 63 34
/src/Symfony/Component/Console/Question/ConfirmationQuestion.php 28 16 14
/src/Symfony/Component/Console/Question/Question.php 146 113 32
/src/Symfony/Component/Console/SignalRegistry/SignalMap.php 34 16 15
/src/Symfony/Component/Console/SignalRegistry/SignalRegistry.php 48 14 10
/src/Symfony/Component/Console/SingleCommandApplication.php 64 34 19
/src/Symfony/Component/Console/Style/OutputStyle.php 48 36 18
/src/Symfony/Component/Console/Style/StyleInterface.php 74 39 10
/src/Symfony/Component/Console/Style/SymfonyStyle.php 297 283 67
/src/Symfony/Component/Console/Terminal.php 150 103 36
/src/Symfony/Component/Console/Tester/ApplicationTester.php 54 28 17
/src/Symfony/Component/Console/Tester/CommandCompletionTester.php 25 14 8
/src/Symfony/Component/Console/Tester/CommandTester.php 49 24 16
/src/Symfony/Component/Console/Tester/Constraint/CommandIsSuccessful.php 41 25 15
/src/Symfony/Component/Console/Tester/TesterTrait.php 99 74 31
/src/Symfony/Component/Console/Tests/ApplicationTest.php 74 1499 77
/src/Symfony/Component/Console/Tests/CI/GithubActionReporterTest.php 25 35 20
/src/Symfony/Component/Console/Tests/ColorTest.php 40 28 8
/src/Symfony/Component/Console/Tests/Command/CommandTest.php 33 369 38
/src/Symfony/Component/Console/Tests/Command/CompleteCommandTest.php 79 64 24
/src/Symfony/Component/Console/Tests/Command/DumpCompletionCommandTest.php 23 10 8
/src/Symfony/Component/Console/Tests/Command/HelpCommandTest.php 86 65 15
/src/Symfony/Component/Console/Tests/Command/ListCommandTest.php 120 78 17
/src/Symfony/Component/Console/Tests/Command/LockableTraitTest.php 60 29 16
/src/Symfony/Component/Console/Tests/Command/SingleCommandApplicationTest.php 22 13 10
/src/Symfony/Component/Console/Tests/CommandLoader/ContainerCommandLoaderTest.php 45 42 11
/src/Symfony/Component/Console/Tests/CommandLoader/FactoryCommandLoaderTest.php 44 41 11
/src/Symfony/Component/Console/Tests/Completion/CompletionInputTest.php 42 38 12
/src/Symfony/Component/Console/Tests/Completion/Output/BashCompletionOutputTest.php 19 9 5
/src/Symfony/Component/Console/Tests/Completion/Output/CompletionOutputTestCase.php 29 31 13
/src/Symfony/Component/Console/Tests/Completion/Output/FishCompletionOutputTest.php 19 9 5
/src/Symfony/Component/Console/Tests/Completion/Output/ZshCompletionOutputTest.php 24 9 5
/src/Symfony/Component/Console/Tests/ConsoleEventsTest.php 38 50 26
/src/Symfony/Component/Console/Tests/CursorTest.php 150 142 21
/src/Symfony/Component/Console/Tests/DependencyInjection/AddConsoleCommandPassTest.php 113 156 24
/src/Symfony/Component/Console/Tests/Descriptor/AbstractDescriptorTestCase.php 77 60 16
/src/Symfony/Component/Console/Tests/Descriptor/ApplicationDescriptionTest.php 24 17 12
/src/Symfony/Component/Console/Tests/Descriptor/JsonDescriptorTest.php 30 30 18
/src/Symfony/Component/Console/Tests/Descriptor/MarkdownDescriptorTest.php 20 20 11
/src/Symfony/Component/Console/Tests/Descriptor/ObjectsProvider.php 62 38 7
/src/Symfony/Component/Console/Tests/Descriptor/ReStructuredTextDescriptorTest.php 28 19 10
/src/Symfony/Component/Console/Tests/Descriptor/TextDescriptorTest.php 37 24 12
/src/Symfony/Component/Console/Tests/Descriptor/XmlDescriptorTest.php 14 12 8
/src/Symfony/Component/Console/Tests/EventListener/ErrorListenerTest.php 126 91 30
/src/Symfony/Component/Console/Tests/Fixtures/BarBucCommand.php 5 8 8
/src/Symfony/Component/Console/Tests/Fixtures/BarHiddenCommand.php 7 11 8
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication1.php 14 3 3
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplication2.php 18 11 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorApplicationMbString.php 18 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand1.php 18 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand2.php 20 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand3.php 18 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommand4.php 18 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DescriptorCommandMbString.php 20 5 5
/src/Symfony/Component/Console/Tests/Fixtures/DummyOutput.php 26 6 3
/src/Symfony/Component/Console/Tests/Fixtures/Foo1Command.php 7 15 10
/src/Symfony/Component/Console/Tests/Fixtures/Foo2Command.php 7 11 8
/src/Symfony/Component/Console/Tests/Fixtures/Foo3Command.php 22 22 13
/src/Symfony/Component/Console/Tests/Fixtures/Foo4Command.php 5 8 8
/src/Symfony/Component/Console/Tests/Fixtures/Foo5Command.php 5 5 5
/src/Symfony/Component/Console/Tests/Fixtures/Foo6Command.php 5 7 7
/src/Symfony/Component/Console/Tests/Fixtures/FooCommand.php 7 25 14
/src/Symfony/Component/Console/Tests/Fixtures/FooHiddenCommand.php 7 11 8
/src/Symfony/Component/Console/Tests/Fixtures/FooLock2Command.php 22 24 16
/src/Symfony/Component/Console/Tests/Fixtures/FooLockCommand.php 8 17 12
/src/Symfony/Component/Console/Tests/Fixtures/FooOptCommand.php 8 26 14
/src/Symfony/Component/Console/Tests/Fixtures/FooSameCaseLowercaseCommand.php 5 7 7
/src/Symfony/Component/Console/Tests/Fixtures/FooSameCaseUppercaseCommand.php 5 7 7
/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced1Command.php 7 17 11
/src/Symfony/Component/Console/Tests/Fixtures/FooSubnamespaced2Command.php 7 17 11
/src/Symfony/Component/Console/Tests/Fixtures/FooWithoutAliasCommand.php 7 15 12
/src/Symfony/Component/Console/Tests/Fixtures/FoobarCommand.php 7 17 11
/src/Symfony/Component/Console/Tests/Fixtures/MockableAppliationWithTerminalWidth.php 18 5 5
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_0.php 3 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_1.php 3 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_10.php 3 9 8
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_11.php 3 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_12.php 3 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_13.php 3 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_14.php 3 9 8
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_15.php 3 9 8
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_16.php 3 9 8
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_17.php 3 9 8
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_18.php 4 9 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_19.php 4 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_2.php 3 14 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_20.php 3 10 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_21.php 3 9 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_22.php 3 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_23.php 3 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_3.php 3 6 5
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_4.php 3 24 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_4_with_iterators.php 3 24 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_5.php 3 18 8
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_6.php 3 7 6
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_7.php 3 13 8
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_8.php 4 6 5
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/command_9.php 3 8 7
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/command/interactive_command_1.php 3 15 8
/src/Symfony/Component/Console/Tests/Fixtures/Style/SymfonyStyle/progress/command_progress_iterate.php 11 11 8
/src/Symfony/Component/Console/Tests/Fixtures/TestAmbiguousCommandRegistering.php 7 14 11
/src/Symfony/Component/Console/Tests/Fixtures/TestAmbiguousCommandRegistering2.php 7 14 11
/src/Symfony/Component/Console/Tests/Fixtures/TestCommand.php 7 20 11
/src/Symfony/Component/Console/Tests/Fixtures/application_signalable.php 21 18 15
/src/Symfony/Component/Console/Tests/Formatter/NullOutputFormatterStyleTest.php 22 28 8
/src/Symfony/Component/Console/Tests/Formatter/NullOutputFormatterTest.php 38 20 9
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleStackTest.php 62 50 13
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterStyleTest.php 100 54 15
/src/Symfony/Component/Console/Tests/Formatter/OutputFormatterTest.php 254 156 31
/src/Symfony/Component/Console/Tests/Helper/AbstractQuestionHelperTestCase.php 26 11 9
/src/Symfony/Component/Console/Tests/Helper/DescriptorHelperTest.php 19 7 6
/src/Symfony/Component/Console/Tests/Helper/DumperNativeFallbackTest.php 45 20 9
/src/Symfony/Component/Console/Tests/Helper/DumperTest.php 38 20 10
/src/Symfony/Component/Console/Tests/Helper/FormatterHelperTest.php 116 43 9
/src/Symfony/Component/Console/Tests/Helper/HelperSetTest.php 69 57 21
/src/Symfony/Component/Console/Tests/Helper/HelperTest.php 20 22 11
/src/Symfony/Component/Console/Tests/Helper/OutputWrapperTest.php 29 15 13
/src/Symfony/Component/Console/Tests/Helper/ProcessHelperTest.php 39 47 25
/src/Symfony/Component/Console/Tests/Helper/ProgressBarTest.php 757 992 48
/src/Symfony/Component/Console/Tests/Helper/ProgressIndicatorTest.php 138 134 25
/src/Symfony/Component/Console/Tests/Helper/QuestionHelperTest.php 866 612 44
/src/Symfony/Component/Console/Tests/Helper/SymfonyQuestionHelperTest.php 61 209 29
/src/Symfony/Component/Console/Tests/Helper/TableCellStyleTest.php 19 8 8
/src/Symfony/Component/Console/Tests/Helper/TableStyleTest.php 19 6 6
/src/Symfony/Component/Console/Tests/Helper/TableTest.php 60 324 34
/src/Symfony/Component/Console/Tests/Input/ArgvInputTest.php 259 439 22
/src/Symfony/Component/Console/Tests/Input/ArrayInputTest.php 162 106 17
/src/Symfony/Component/Console/Tests/Input/InputArgumentTest.php 23 120 21
/src/Symfony/Component/Console/Tests/Input/InputDefinitionTest.php 339 260 25
/src/Symfony/Component/Console/Tests/Input/InputOptionTest.php 166 266 21
/src/Symfony/Component/Console/Tests/Input/InputTest.php 129 114 16
/src/Symfony/Component/Console/Tests/Input/StringInputTest.php 25 32 15
/src/Symfony/Component/Console/Tests/Logger/ConsoleLoggerTest.php 167 86 29
/src/Symfony/Component/Console/Tests/Messenger/RunCommandMessageHandlerTest.php 44 55 23
/src/Symfony/Component/Console/Tests/Output/AnsiColorModeTest.php 31 46 10
/src/Symfony/Component/Console/Tests/Output/ConsoleOutputTest.php 28 22 8
/src/Symfony/Component/Console/Tests/Output/ConsoleSectionOutputTest.php 275 239 22
/src/Symfony/Component/Console/Tests/Output/NullOutputTest.php 23 42 11
/src/Symfony/Component/Console/Tests/Output/OutputTest.php 20 120 24
/src/Symfony/Component/Console/Tests/Output/StreamOutputTest.php 61 45 19
/src/Symfony/Component/Console/Tests/Question/ChoiceQuestionTest.php 122 57 18
/src/Symfony/Component/Console/Tests/Question/ConfirmationQuestionTest.php 22 19 12
/src/Symfony/Component/Console/Tests/Question/QuestionTest.php 86 204 25
/src/Symfony/Component/Console/Tests/SignalRegistry/SignalMapTest.php 31 7 5
/src/Symfony/Component/Console/Tests/SignalRegistry/SignalRegistryTest.php 26 29 11
/src/Symfony/Component/Console/Tests/Style/SymfonyStyleTest.php 176 128 34
/src/Symfony/Component/Console/Tests/TerminalTest.php 106 95 30
/src/Symfony/Component/Console/Tests/Tester/ApplicationTesterTest.php 64 80 18
/src/Symfony/Component/Console/Tests/Tester/CommandTesterTest.php 155 187 23
/src/Symfony/Component/Console/Tests/Tester/Constraint/CommandIsSuccessfulTest.php 40 23 15
/src/Symfony/Component/CssSelector/CssSelectorConverter.php 65 18 13
/src/Symfony/Component/CssSelector/Exception/ExceptionInterface.php 22 2 2
/src/Symfony/Component/CssSelector/Exception/ExpressionErrorException.php 22 2 2
/src/Symfony/Component/CssSelector/Exception/InternalErrorException.php 22 2 2
/src/Symfony/Component/CssSelector/Exception/ParseException.php 22 3 3
/src/Symfony/Component/CssSelector/Exception/SyntaxErrorException.php 14 20 7
/src/Symfony/Component/CssSelector/Node/AbstractNode.php 26 6 6
/src/Symfony/Component/CssSelector/Node/AttributeNode.php 66 34 12
/src/Symfony/Component/CssSelector/Node/ClassNode.php 45 11 9
/src/Symfony/Component/CssSelector/Node/CombinedSelectorNode.php 59 11 7
/src/Symfony/Component/CssSelector/Node/ElementNode.php 45 25 12
/src/Symfony/Component/CssSelector/Node/FunctionNode.php 60 21 14
/src/Symfony/Component/CssSelector/Node/HashNode.php 45 10 8
/src/Symfony/Component/CssSelector/Node/NegationNode.php 45 9 6
/src/Symfony/Component/CssSelector/Node/PseudoNode.php 45 9 7
/src/Symfony/Component/CssSelector/Node/SelectorNode.php 40 22 14
/src/Symfony/Component/CssSelector/Node/Specificity.php 50 19 8
/src/Symfony/Component/CssSelector/Parser/Handler/CommentHandler.php 31 8 8
/src/Symfony/Component/CssSelector/Parser/Handler/HandlerInterface.php 29 4 4
/src/Symfony/Component/CssSelector/Parser/Handler/HashHandler.php 51 17 11
/src/Symfony/Component/CssSelector/Parser/Handler/IdentifierHandler.php 49 17 11
/src/Symfony/Component/CssSelector/Parser/Handler/NumberHandler.php 46 16 11
/src/Symfony/Component/CssSelector/Parser/Handler/StringHandler.php 47 28 15
/src/Symfony/Component/CssSelector/Parser/Handler/WhitespaceHandler.php 38 12 9
/src/Symfony/Component/CssSelector/Parser/Parser.php 198 210 51
/src/Symfony/Component/CssSelector/Parser/ParserInterface.php 33 2 2
/src/Symfony/Component/CssSelector/Parser/Reader.php 56 21 11
/src/Symfony/Component/CssSelector/Parser/Shortcut/ClassParser.php 17 9 7
/src/Symfony/Component/CssSelector/Parser/Shortcut/ElementParser.php 16 8 7
/src/Symfony/Component/CssSelector/Parser/Shortcut/EmptyStringParser.php 16 7 6
/src/Symfony/Component/CssSelector/Parser/Shortcut/HashParser.php 17 9 7
/src/Symfony/Component/CssSelector/Parser/Token.php 75 57 18
/src/Symfony/Component/CssSelector/Parser/TokenStream.php 60 28 17
/src/Symfony/Component/CssSelector/Parser/Tokenizer/Tokenizer.php 14 20 8
/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerEscaping.php 59 23 12
/src/Symfony/Component/CssSelector/Parser/Tokenizer/TokenizerPatterns.php 29 31 6
/src/Symfony/Component/CssSelector/Tests/CssSelectorConverterTest.php 36 32 10
/src/Symfony/Component/CssSelector/Tests/Node/AbstractNodeTestCase.php 33 13 7
/src/Symfony/Component/CssSelector/Tests/Node/AttributeNodeTest.php 28 17 6
/src/Symfony/Component/CssSelector/Tests/Node/ClassNodeTest.php 19 13 6
/src/Symfony/Component/CssSelector/Tests/Node/CombinedSelectorNodeTest.php 27 17 6
/src/Symfony/Component/CssSelector/Tests/Node/ElementNodeTest.php 27 13 6
/src/Symfony/Component/CssSelector/Tests/Node/FunctionNodeTest.php 34 23 7
/src/Symfony/Component/CssSelector/Tests/Node/HashNodeTest.php 26 13 6
/src/Symfony/Component/CssSelector/Tests/Node/NegationNodeTest.php 27 13 6
/src/Symfony/Component/CssSelector/Tests/Node/PseudoNodeTest.php 26 11 6
/src/Symfony/Component/CssSelector/Tests/Node/SelectorNodeTest.php 19 13 6
/src/Symfony/Component/CssSelector/Tests/Node/SpecificityTest.php 48 23 9
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/AbstractHandlerTestCase.php 36 24 9
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/CommentHandlerTest.php 22 21 11
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/HashHandlerTest.php 32 19 9
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/IdentifierHandlerTest.php 21 26 10
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/NumberHandlerTest.php 33 20 9
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/StringHandlerTest.php 21 22 10
/src/Symfony/Component/CssSelector/Tests/Parser/Handler/WhitespaceHandlerTest.php 31 20 10
/src/Symfony/Component/CssSelector/Tests/Parser/ParserTest.php 39 132 21
/src/Symfony/Component/CssSelector/Tests/Parser/ReaderTest.php 19 37 12
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ClassParserTest.php 35 15 11
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/ElementParserTest.php 24 15 11
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/EmptyStringParserTest.php 23 7 7
/src/Symfony/Component/CssSelector/Tests/Parser/Shortcut/HashParserTest.php 24 15 11
/src/Symfony/Component/CssSelector/Tests/Parser/TokenStreamTest.php 21 90 12
/src/Symfony/Component/CssSelector/Tests/XPath/TranslatorTest.php 59 125 19
/src/Symfony/Component/CssSelector/XPath/Extension/AbstractExtension.php 46 5 1
/src/Symfony/Component/CssSelector/XPath/Extension/AttributeMatchingExtension.php 109 81 17
/src/Symfony/Component/CssSelector/XPath/Extension/CombinationExtension.php 38 21 7
/src/Symfony/Component/CssSelector/XPath/Extension/ExtensionInterface.php 66 1 1
/src/Symfony/Component/CssSelector/XPath/Extension/FunctionExtension.php 52 60 23
/src/Symfony/Component/CssSelector/XPath/Extension/HtmlExtension.php 53 52 13
/src/Symfony/Component/CssSelector/XPath/Extension/NodeExtension.php 164 104 25
/src/Symfony/Component/CssSelector/XPath/Extension/PseudoClassExtension.php 75 54 11
/src/Symfony/Component/CssSelector/XPath/Translator.php 108 79 28
/src/Symfony/Component/CssSelector/XPath/TranslatorInterface.php 36 3 2
/src/Symfony/Component/CssSelector/XPath/XPathExpr.php 68 32 23
/src/Symfony/Component/DependencyInjection/Alias.php 82 31 20
/src/Symfony/Component/DependencyInjection/Argument/AbstractArgument.php 27 8 4
/src/Symfony/Component/DependencyInjection/Argument/ArgumentInterface.php 23 2 1
/src/Symfony/Component/DependencyInjection/Argument/BoundArgument.php 25 40 18
/src/Symfony/Component/DependencyInjection/Argument/IteratorArgument.php 21 2 2
/src/Symfony/Component/DependencyInjection/Argument/LazyClosure.php 36 56 31
/src/Symfony/Component/DependencyInjection/Argument/RewindableGenerator.php 28 19 12
/src/Symfony/Component/DependencyInjection/Argument/ServiceClosureArgument.php 25 7 7
/src/Symfony/Component/DependencyInjection/Argument/ServiceLocator.php 35 34 23
/src/Symfony/Component/DependencyInjection/Argument/ServiceLocatorArgument.php 39 16 12
/src/Symfony/Component/DependencyInjection/Argument/TaggedIteratorArgument.php 22 72 21
/src/Symfony/Component/DependencyInjection/Attribute/AsAlias.php 22 18 13
/src/Symfony/Component/DependencyInjection/Attribute/AsDecorator.php 19 20 12
/src/Symfony/Component/DependencyInjection/Attribute/AsTaggedItem.php 22 21 13
/src/Symfony/Component/DependencyInjection/Attribute/Autoconfigure.php 22 94 17
/src/Symfony/Component/DependencyInjection/Attribute/AutoconfigureTag.php 22 7 7
/src/Symfony/Component/DependencyInjection/Attribute/Autowire.php 60 70 30
/src/Symfony/Component/DependencyInjection/Attribute/AutowireCallable.php 48 47 31
/src/Symfony/Component/DependencyInjection/Attribute/AutowireDecorated.php 15 2 2
/src/Symfony/Component/DependencyInjection/Attribute/AutowireIterator.php 25 23 13
/src/Symfony/Component/DependencyInjection/Attribute/AutowireLocator.php 68 48 25
/src/Symfony/Component/DependencyInjection/Attribute/AutowireServiceClosure.php 23 6 6
/src/Symfony/Component/DependencyInjection/Attribute/Exclude.php 20 2 2
/src/Symfony/Component/DependencyInjection/Attribute/TaggedIterator.php 17 45 14
/src/Symfony/Component/DependencyInjection/Attribute/TaggedLocator.php 17 45 14
/src/Symfony/Component/DependencyInjection/Attribute/Target.php 25 51 30
/src/Symfony/Component/DependencyInjection/Attribute/When.php 22 10 10
/src/Symfony/Component/DependencyInjection/ChildDefinition.php 62 23 17
/src/Symfony/Component/DependencyInjection/Compiler/AbstractRecursivePass.php 44 151 50
/src/Symfony/Component/DependencyInjection/Compiler/AliasDeprecatedPublicServicesPass.php 53 34 22
/src/Symfony/Component/DependencyInjection/Compiler/AnalyzeServiceReferencesPass.php 76 97 35
/src/Symfony/Component/DependencyInjection/Compiler/AttributeAutoconfigurationPass.php 60 59 27
/src/Symfony/Component/DependencyInjection/Compiler/AutoAliasServicePass.php 23 11 9
/src/Symfony/Component/DependencyInjection/Compiler/AutowireAsDecoratorPass.php 24 14 11
/src/Symfony/Component/DependencyInjection/Compiler/AutowirePass.php 521 507 94
/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredMethodsPass.php 83 27 26
/src/Symfony/Component/DependencyInjection/Compiler/AutowireRequiredPropertiesPass.php 29 19 14
/src/Symfony/Component/DependencyInjection/Compiler/CheckArgumentsValidityPass.php 34 56 22
/src/Symfony/Component/DependencyInjection/Compiler/CheckCircularReferencesPass.php 63 13 11
/src/Symfony/Component/DependencyInjection/Compiler/CheckDefinitionValidityPass.php 38 28 12
/src/Symfony/Component/DependencyInjection/Compiler/CheckExceptionOnInvalidReferenceBehaviorPass.php 63 55 30
/src/Symfony/Component/DependencyInjection/Compiler/CheckReferenceValidityPass.php 30 15 13
/src/Symfony/Component/DependencyInjection/Compiler/CheckTypeDeclarationsPass.php 280 136 52
/src/Symfony/Component/DependencyInjection/Compiler/Compiler.php 75 34 22
/src/Symfony/Component/DependencyInjection/Compiler/CompilerPassInterface.php 28 1 1
/src/Symfony/Component/DependencyInjection/Compiler/DecoratorServicePass.php 122 38 27
/src/Symfony/Component/DependencyInjection/Compiler/DefinitionErrorExceptionPass.php 35 36 24
/src/Symfony/Component/DependencyInjection/Compiler/ExtensionCompilerPass.php 24 4 4
/src/Symfony/Component/DependencyInjection/Compiler/InlineServiceDefinitionsPass.php 157 73 36
/src/Symfony/Component/DependencyInjection/Compiler/MergeExtensionConfigurationPass.php 74 113 43
/src/Symfony/Component/DependencyInjection/Compiler/PassConfig.php 199 29 11
/src/Symfony/Component/DependencyInjection/Compiler/PriorityTaggedServiceTrait.php 124 72 35
/src/Symfony/Component/DependencyInjection/Compiler/RegisterAutoconfigureAttributesPass.php 75 29 21
/src/Symfony/Component/DependencyInjection/Compiler/RegisterEnvVarProcessorsPass.php 68 33 21
/src/Symfony/Component/DependencyInjection/Compiler/RegisterReverseContainerPass.php 32 15 12
/src/Symfony/Component/DependencyInjection/Compiler/RegisterServiceSubscribersPass.php 93 101 33
/src/Symfony/Component/DependencyInjection/Compiler/RemoveAbstractDefinitionsPass.php 24 5 5
/src/Symfony/Component/DependencyInjection/Compiler/RemoveBuildParametersPass.php 23 6 6
/src/Symfony/Component/DependencyInjection/Compiler/RemovePrivateAliasesPass.php 28 5 5
/src/Symfony/Component/DependencyInjection/Compiler/RemoveUnusedDefinitionsPass.php 34 25 16
/src/Symfony/Component/DependencyInjection/Compiler/ReplaceAliasByActualDefinitionPass.php 64 31 26
/src/Symfony/Component/DependencyInjection/Compiler/ResolveBindingsPass.php 42 84 30
/src/Symfony/Component/DependencyInjection/Compiler/ResolveChildDefinitionsPass.php 66 111 35
/src/Symfony/Component/DependencyInjection/Compiler/ResolveClassPass.php 23 10 8
/src/Symfony/Component/DependencyInjection/Compiler/ResolveDecoratorStackPass.php 85 36 22
/src/Symfony/Component/DependencyInjection/Compiler/ResolveEnvPlaceholdersPass.php 23 18 17
/src/Symfony/Component/DependencyInjection/Compiler/ResolveFactoryClassPass.php 24 17 15
/src/Symfony/Component/DependencyInjection/Compiler/ResolveHotPathPass.php 32 17 15
/src/Symfony/Component/DependencyInjection/Compiler/ResolveInstanceofConditionalsPass.php 130 86 45
/src/Symfony/Component/DependencyInjection/Compiler/ResolveInvalidReferencesPass.php 44 53 34
/src/Symfony/Component/DependencyInjection/Compiler/ResolveNamedArgumentsPass.php 29 45 29
/src/Symfony/Component/DependencyInjection/Compiler/ResolveNoPreloadPass.php 35 25 18
/src/Symfony/Component/DependencyInjection/Compiler/ResolveParameterPlaceHoldersPass.php 67 39 27
/src/Symfony/Component/DependencyInjection/Compiler/ResolveReferencesToAliasesPass.php 41 24 21
/src/Symfony/Component/DependencyInjection/Compiler/ResolveServiceSubscribersPass.php 48 24 21
/src/Symfony/Component/DependencyInjection/Compiler/ResolveTaggedIteratorArgumentPass.php 27 13 13
/src/Symfony/Component/DependencyInjection/Compiler/ServiceLocatorTagPass.php 35 45 29
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraph.php 77 43 22
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphEdge.php 25 37 14
/src/Symfony/Component/DependencyInjection/Compiler/ServiceReferenceGraphNode.php 29 34 12
/src/Symfony/Component/DependencyInjection/Compiler/ValidateEnvPlaceholdersPass.php 94 36 22
/src/Symfony/Component/DependencyInjection/Config/ContainerParametersResource.php 25 9 8
/src/Symfony/Component/DependencyInjection/Config/ContainerParametersResourceChecker.php 38 10 10
/src/Symfony/Component/DependencyInjection/Container.php 220 217 56
/src/Symfony/Component/DependencyInjection/ContainerBuilder.php 1026 763 115
/src/Symfony/Component/DependencyInjection/ContainerInterface.php 54 26 10
/src/Symfony/Component/DependencyInjection/Definition.php 298 227 44
/src/Symfony/Component/DependencyInjection/Dumper/Dumper.php 23 4 4
/src/Symfony/Component/DependencyInjection/Dumper/DumperInterface.php 24 5 5
/src/Symfony/Component/DependencyInjection/Dumper/GraphvizDumper.php 164 96 34
/src/Symfony/Component/DependencyInjection/Dumper/PhpDumper.php 1060 1276 121
/src/Symfony/Component/DependencyInjection/Dumper/Preloader.php 54 65 31
/src/Symfony/Component/DependencyInjection/Dumper/XmlDumper.php 413 133 48
/src/Symfony/Component/DependencyInjection/Dumper/YamlDumper.php 231 208 57
/src/Symfony/Component/DependencyInjection/EnvVarLoaderInterface.php 24 1 1
/src/Symfony/Component/DependencyInjection/EnvVarProcessor.php 161 201 59
/src/Symfony/Component/DependencyInjection/EnvVarProcessorInterface.php 32 7 6
/src/Symfony/Component/DependencyInjection/Exception/AutowiringFailedException.php 56 49 30
/src/Symfony/Component/DependencyInjection/Exception/BadMethodCallException.php 17 3 3
/src/Symfony/Component/DependencyInjection/Exception/EnvNotFoundException.php 19 3 3
/src/Symfony/Component/DependencyInjection/Exception/EnvParameterException.php 19 7 7
/src/Symfony/Component/DependencyInjection/Exception/ExceptionInterface.php 22 3 2
/src/Symfony/Component/DependencyInjection/Exception/InvalidArgumentException.php 19 2 2
/src/Symfony/Component/DependencyInjection/Exception/InvalidParameterTypeException.php 26 7 6
/src/Symfony/Component/DependencyInjection/Exception/LogicException.php 17 3 3
/src/Symfony/Component/DependencyInjection/Exception/OutOfBoundsException.php 17 3 3
/src/Symfony/Component/DependencyInjection/Exception/ParameterCircularReferenceException.php 23 16 14
/src/Symfony/Component/DependencyInjection/Exception/ParameterNotFoundException.php 74 74 21
/src/Symfony/Component/DependencyInjection/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/DependencyInjection/Exception/ServiceCircularReferenceException.php 37 19 14
/src/Symfony/Component/DependencyInjection/Exception/ServiceNotFoundException.php 58 37 17
/src/Symfony/Component/DependencyInjection/ExpressionLanguage.php 15 19 11
/src/Symfony/Component/DependencyInjection/ExpressionLanguageProvider.php 54 42 15
/src/Symfony/Component/DependencyInjection/Extension/AbstractExtension.php 55 21 13
/src/Symfony/Component/DependencyInjection/Extension/ConfigurationExtensionInterface.php 29 2 2
/src/Symfony/Component/DependencyInjection/Extension/Extension.php 117 35 22
/src/Symfony/Component/DependencyInjection/Extension/ExtensionInterface.php 46 1 1
/src/Symfony/Component/DependencyInjection/Extension/ExtensionTrait.php 45 39 15
/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/InstantiatorInterface.php 31 3 2
/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/LazyServiceInstantiator.php 24 16 12
/src/Symfony/Component/DependencyInjection/LazyProxy/Instantiator/RealServiceInstantiator.php 14 5 4
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/DumperInterface.php 28 12 6
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/LazyServiceDumper.php 61 98 39
/src/Symfony/Component/DependencyInjection/LazyProxy/PhpDumper/NullDumper.php 25 14 9
/src/Symfony/Component/DependencyInjection/Loader/ClosureLoader.php 39 28 20
/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractConfigurator.php 37 54 30
/src/Symfony/Component/DependencyInjection/Loader/Configurator/AbstractServiceConfigurator.php 99 56 16
/src/Symfony/Component/DependencyInjection/Loader/Configurator/AliasConfigurator.php 26 4 4
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ClosureReferenceConfigurator.php 14 2 2
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ContainerConfigurator.php 61 149 34
/src/Symfony/Component/DependencyInjection/Loader/Configurator/DefaultsConfigurator.php 45 27 19
/src/Symfony/Component/DependencyInjection/Loader/Configurator/EnvConfigurator.php 38 89 15
/src/Symfony/Component/DependencyInjection/Loader/Configurator/FromCallableConfigurator.php 36 11 11
/src/Symfony/Component/DependencyInjection/Loader/Configurator/InlineServiceConfigurator.php 37 18 10
/src/Symfony/Component/DependencyInjection/Loader/Configurator/InstanceofConfigurator.php 46 18 15
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ParametersConfigurator.php 35 15 12
/src/Symfony/Component/DependencyInjection/Loader/Configurator/PrototypeConfigurator.php 84 52 26
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ReferenceConfigurator.php 35 16 7
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ServiceConfigurator.php 52 31 17
/src/Symfony/Component/DependencyInjection/Loader/Configurator/ServicesConfigurator.php 79 118 43
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/AbstractTrait.php 22 6 6
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ArgumentTrait.php 33 10 7
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/AutoconfigureTrait.php 25 7 7
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/AutowireTrait.php 21 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/BindTrait.php 32 12 12
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/CallTrait.php 29 10 10
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ClassTrait.php 14 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ConfiguratorTrait.php 23 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ConstructorTrait.php 21 3 3
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/DecorateTrait.php 28 11 8
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/DeprecateTrait.php 29 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FactoryTrait.php 30 17 12
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FileTrait.php 21 3 3
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/FromCallableTrait.php 22 22 16
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/LazyTrait.php 23 8 8
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ParentTrait.php 26 11 10
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/PropertyTrait.php 21 6 6
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/PublicTrait.php 29 7 4
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/ShareTrait.php 21 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/SyntheticTrait.php 22 5 5
/src/Symfony/Component/DependencyInjection/Loader/Configurator/Traits/TagTrait.php 23 13 10
/src/Symfony/Component/DependencyInjection/Loader/DirectoryLoader.php 44 27 19
/src/Symfony/Component/DependencyInjection/Loader/FileLoader.php 286 204 68
/src/Symfony/Component/DependencyInjection/Loader/GlobFileLoader.php 32 19 14
/src/Symfony/Component/DependencyInjection/Loader/IniFileLoader.php 87 48 29
/src/Symfony/Component/DependencyInjection/Loader/PhpFileLoader.php 84 106 51
/src/Symfony/Component/DependencyInjection/Loader/XmlFileLoader.php 174 428 82
/src/Symfony/Component/DependencyInjection/Loader/YamlFileLoader.php 645 705 79
/src/Symfony/Component/DependencyInjection/Parameter.php 21 5 5
/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBag.php 33 14 13
/src/Symfony/Component/DependencyInjection/ParameterBag/ContainerBagInterface.php 50 14 6
/src/Symfony/Component/DependencyInjection/ParameterBag/EnvPlaceholderParameterBag.php 143 77 34
/src/Symfony/Component/DependencyInjection/ParameterBag/FrozenParameterBag.php 29 44 19
/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBag.php 142 97 42
/src/Symfony/Component/DependencyInjection/ParameterBag/ParameterBagInterface.php 87 27 10
/src/Symfony/Component/DependencyInjection/Reference.php 22 7 5
/src/Symfony/Component/DependencyInjection/ReverseContainer.php 34 30 20
/src/Symfony/Component/DependencyInjection/ServiceLocator.php 108 102 42
/src/Symfony/Component/DependencyInjection/TaggedContainerInterface.php 26 2 2
/src/Symfony/Component/DependencyInjection/Tests/AliasTest.php 84 51 13
/src/Symfony/Component/DependencyInjection/Tests/Argument/AbstractArgumentTest.php 19 6 6
/src/Symfony/Component/DependencyInjection/Tests/Argument/RewindableGeneratorTest.php 19 14 9
/src/Symfony/Component/DependencyInjection/Tests/Argument/TaggedIteratorArgumentTest.php 112 69 13
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireCallableTest.php 65 96 13
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireLocatorTest.php 22 25 11
/src/Symfony/Component/DependencyInjection/Tests/Attribute/AutowireTest.php 69 65 18
/src/Symfony/Component/DependencyInjection/Tests/ChildDefinitionTest.php 101 100 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AbstractRecursivePassTest.php 43 109 25
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AliasDeprecatedPublicServicesPassTest.php 69 25 9
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AnalyzeServiceReferencesPassTest.php 189 89 17
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AttributeAutoconfigurationPassTest.php 36 24 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutoAliasServicePassTest.php 83 48 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowirePassTest.php 79 622 33
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowireRequiredMethodsPassTest.php 40 34 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/AutowireRequiredPropertiesPassTest.php 23 13 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckArgumentsValidityPassTest.php 69 28 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckCircularReferencesPassTest.php 25 49 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckDefinitionValidityPassTest.php 106 82 18
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckExceptionOnInvalidReferenceBehaviorPassTest.php 27 50 16
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckReferenceValidityPassTest.php 21 16 10
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CheckTypeDeclarationsPassTest.php 582 344 20
/src/Symfony/Component/DependencyInjection/Tests/Compiler/CustomExpressionLanguageFunctionTest.php 31 17 11
/src/Symfony/Component/DependencyInjection/Tests/Compiler/DecoratorServicePassTest.php 25 109 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/DefinitionErrorExceptionPassTest.php 40 35 10
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ExtensionCompilerPassTest.php 66 28 17
/src/Symfony/Component/DependencyInjection/Tests/Compiler/InlineServiceDefinitionsPassTest.php 168 125 16
/src/Symfony/Component/DependencyInjection/Tests/Compiler/IntegrationTest.php 1214 577 47
/src/Symfony/Component/DependencyInjection/Tests/Compiler/MergeExtensionConfigurationPassTest.php 129 123 27
/src/Symfony/Component/DependencyInjection/Tests/Compiler/OptionalServiceClass.php 14 3 3
/src/Symfony/Component/DependencyInjection/Tests/Compiler/PassConfigTest.php 23 17 8
/src/Symfony/Component/DependencyInjection/Tests/Compiler/PriorityTaggedServiceTraitTest.php 195 88 24
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterAutoconfigureAttributesPassTest.php 48 34 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterEnvVarProcessorsPassTest.php 81 32 16
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterReverseContainerPassTest.php 24 55 12
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RegisterServiceSubscribersPassTest.php 264 303 33
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveBuildParametersPassTest.php 20 14 9
/src/Symfony/Component/DependencyInjection/Tests/Compiler/RemoveUnusedDefinitionsPassTest.php 128 69 18
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ReplaceAliasByActualDefinitionPassTest.php 57 21 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveBindingsPassTest.php 247 107 22
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveChildDefinitionsPassTest.php 22 151 13
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveClassPassTest.php 62 44 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveFactoryClassPassTest.php 49 38 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveHotPathPassTest.php 23 18 9
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInstanceofConditionalsPassTest.php 313 138 22
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveInvalidReferencesPassTest.php 100 56 14
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveNamedArgumentsPassTest.php 84 109 19
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveNoPreloadPassTest.php 21 15 7
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveParameterPlaceHoldersPassTest.php 89 80 22
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveReferencesToAliasesPassTest.php 42 104 15
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ResolveTaggedIteratorArgumentPassTest.php 74 62 10
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ServiceLocatorTagPassTest.php 152 114 23
/src/Symfony/Component/DependencyInjection/Tests/Compiler/ValidateEnvPlaceholdersPassTest.php 320 184 33
/src/Symfony/Component/DependencyInjection/Tests/Config/ContainerParametersResourceCheckerTest.php 41 32 13
/src/Symfony/Component/DependencyInjection/Tests/Config/ContainerParametersResourceTest.php 26 16 11
/src/Symfony/Component/DependencyInjection/Tests/ContainerBuilderTest.php 1037 1479 62
/src/Symfony/Component/DependencyInjection/Tests/ContainerTest.php 346 380 41
/src/Symfony/Component/DependencyInjection/Tests/CrossCheckTest.php 33 33 16
/src/Symfony/Component/DependencyInjection/Tests/DefinitionTest.php 395 340 16
/src/Symfony/Component/DependencyInjection/Tests/Dumper/GraphvizDumperTest.php 77 49 17
/src/Symfony/Component/DependencyInjection/Tests/Dumper/PhpDumperTest.php 733 1409 71
/src/Symfony/Component/DependencyInjection/Tests/Dumper/PreloaderTest.php 30 48 10
/src/Symfony/Component/DependencyInjection/Tests/Dumper/XmlDumperTest.php 68 169 29
/src/Symfony/Component/DependencyInjection/Tests/Dumper/YamlDumperTest.php 70 152 27
/src/Symfony/Component/DependencyInjection/Tests/EnvVarProcessorTest.php 960 607 42
/src/Symfony/Component/DependencyInjection/Tests/Exception/AutowiringFailedExceptionTest.php 19 13 11
/src/Symfony/Component/DependencyInjection/Tests/Exception/InvalidParameterTypeExceptionTest.php 45 24 17
/src/Symfony/Component/DependencyInjection/Tests/Extension/AbstractExtensionTest.php 130 67 16
/src/Symfony/Component/DependencyInjection/Tests/Extension/ExtensionTest.php 90 42 16
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AcmeConfig.php 18 26 18
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AcmeConfig/NestedConfig.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomAnyAttribute.php 15 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomAutoconfiguration.php 17 14 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomMethodAttribute.php 17 14 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomParameterAttribute.php 17 14 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Attribute/CustomPropertyAttribute.php 17 13 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfigureAttributed.php 15 15 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredInterface.php 7 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredInterface2.php 17 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredService1.php 14 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutoconfiguredService2.php 14 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/AutowireLocatorConsumer.php 21 17 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Bar.php 27 38 17
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/BarFactory.php 17 8 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/BarInterface.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/BarTagClass.php 12 16 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CaseSensitiveClass.php 16 7 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/Bar.php 7 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/BarErroredDependency.php 7 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/BarMethodCall.php 44 57 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/BarOptionalArgument.php 7 10 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/BarOptionalArgumentNotNull.php 7 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/Deprecated.php 5 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/Foo.php 27 28 12
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/FooObject.php 7 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/IntersectionConstructor.php 7 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/UnionConstructor.php 11 21 12
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/UnionConstructorPHP82.php 7 15 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/Waldo.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/WaldoFoo.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/WaldoInterface.php 5 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CheckTypeDeclarationsPass/Wobble.php 7 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ConstructNotExists.php 7 9 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Container/ConstructorWithMandatoryArgumentsContainer.php 7 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Container/ConstructorWithOptionalArgumentsContainer.php 7 8 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Container/ConstructorWithoutArgumentsContainer.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Container/NoConstructorContainer.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/CustomDefinition.php 14 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/DeprecatedClass.php 14 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/InvalidConfig/Configuration.php 5 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/InvalidConfig/InvalidConfigExtension.php 10 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/SemiValidConfig/Configuration.php 14 10 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/SemiValidConfig/SemiValidConfigExtension.php 10 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/ValidConfig/Configuration.php 10 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Extension/ValidConfig/ValidConfigExtension.php 14 11 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummy.php 16 41 12
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FactoryDummyWithoutReturnTypes.php 16 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooBarTaggedClass.php 14 8 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooBarTaggedForDefaultPriorityClass.php 14 8 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithDefaultArrayAttribute.php 7 12 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithDefaultEnumAttribute.php 7 15 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithDefaultObjectAttribute.php 7 14 12
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooClassWithEnumAttribute.php 14 10 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooForCircularWithAddCalls.php 16 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooTagClass.php 7 10 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooTaggedForInvalidDefaultMethodClass.php 7 17 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooUnitEnum.php 5 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/FooWithAbstractArgument.php 8 13 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/IntBackedEnum.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/IntTagClass.php 7 11 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/MultipleArgumentBindings.php 12 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsDummy.php 16 30 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedArgumentsVariadicsDummy.php 7 8 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedEnumArgumentDummy.php 16 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NamedIterableArgumentDummy.php 16 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/NewInInitializer.php 7 12 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/OptionalParameter.php 20 15 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ParentNotExists.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/A.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/B.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/C.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/D.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/Dummy.php 27 31 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/DummyWithInterface.php 14 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/E.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/F.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/G.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/IntersectionDummy.php 16 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Preload/UnionDummy.php 18 19 17
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/BadClasses/MissingParent.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/Foo.php 15 26 16
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/FooInterface.php 7 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/OtherDir/AnotherSub/DeeperBaz.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/OtherDir/Baz.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/OtherDir/Component1/Dir1/Service1.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/OtherDir/Component1/Dir2/Service2.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/OtherDir/Component2/Dir1/Service4.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/OtherDir/Component2/Dir2/Service5.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/SinglyImplementedInterface/Adapter/Adapter.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/SinglyImplementedInterface/AnotherAdapter/Adapter.php 7 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/SinglyImplementedInterface/Port/PortInterface.php 5 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/StaticConstructor/PrototypeStaticConstructor.php 7 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/StaticConstructor/PrototypeStaticConstructorAsArgument.php 7 9 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/StaticConstructor/PrototypeStaticConstructorInterface.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/Sub/Bar.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Prototype/Sub/BarInterface.php 5 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/AliasBarInterface.php 5 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/AliasFooInterface.php 5 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAlias.php 7 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasDuplicate.php 7 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasIdMultipleInterface.php 7 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasInterface.php 8 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasMultiple.php 7 8 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/PrototypeAsAlias/WithAsAliasMultipleInterface.php 8 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ReadOnlyClass.php 16 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/ScalarFactory.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/SimilarArgumentsDummy.php 17 9 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StaticConstructorAutoconfigure.php 24 25 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StaticMethodTag.php 19 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StdClassDecorator.php 7 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StringBackedEnum.php 14 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/StubbedTranslator.php 14 18 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedConsumerWithExclude.php 20 22 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumer.php 18 15 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultIndexMethod.php 9 15 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod.php 9 16 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedIteratorConsumerWithDefaultPriorityMethod.php 9 15 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumer.php 19 17 17
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerConsumer.php 21 10 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerFactory.php 20 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultIndexMethod.php 10 18 16
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultIndexMethodAndWithDefaultPriorityMethod.php 10 19 16
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithDefaultPriorityMethod.php 10 18 16
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithServiceSubscriber.php 23 34 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedLocatorConsumerWithoutIndex.php 19 14 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService1.php 16 5 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService2.php 16 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService3.php 22 20 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService3Configurator.php 16 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TaggedService4.php 29 41 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestDefinition1.php 14 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestDefinition2.php 5 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestDefinition3.php 5 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriber.php 18 14 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberChild.php 14 39 17
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersection.php 13 11 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberIntersectionWithTrait.php 14 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberParent.php 18 15 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberTrait.php 14 9 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnion.php 13 11 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/TestServiceSubscriberUnionWithTrait.php 14 15 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/Utils/NotAService.php 8 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/WithTarget.php 19 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/WithTargetAnonymous.php 20 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/WitherStaticReturnType.php 25 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/anonymous.php 5 7 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/basic.php 9 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/child.php 15 15 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/closure.php 8 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/config_builder.php 5 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/defaults.php 18 13 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/definition/foo.php 6 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/definition/multiple/bar.php 6 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/definition/multiple/baz.php 6 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/env_configurator.php 9 4 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/env_param.php 6 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/expression_factory.php 6 5 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/factory_short_notation.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/from_callable.php 8 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/inline_binding.php 19 15 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/inline_static_constructor.php 9 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/instanceof.php 19 13 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/instanceof_static_constructor.php 9 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/lazy_fqcn.php 6 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/nested_bundle_config.php 5 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/object.php 11 9 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/php7.php 5 9 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/prototype.php 10 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/prototype_array.php 10 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/remove.php 9 8 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services9.php 32 58 12
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_autoconfigure_with_parent.php 7 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_closure_argument.php 6 5 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_with_enumeration.php 7 10 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/services_with_service_locator_argument.php 8 9 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/stack.php 5 17 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/static_constructor.php 6 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/config/when_env.php 5 5 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/CustomContainer.php 14 11 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container10.php 3 6 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container11.php 4 7 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container12.php 7 4 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container13.php 4 7 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container14.php 12 8 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container15.php 7 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container16.php 7 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container17.php 7 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container19.php 6 17 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container21.php 4 14 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container24.php 8 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container33.php 10 6 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container34.php 4 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container8.php 4 3 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container9.php 62 82 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_abstract.php 8 3 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_almost_circular.php 10 65 9
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_deprecated_parameters.php 8 6 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_env_in_id.php 4 13 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_inline_requires.php 8 13 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_non_scalar_tags.php 4 12 6
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_service_locator_argument.php 5 11 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/containers/container_uninitialized_ref.php 6 17 4
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/directory/simple.php 3 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/AcmeExtension.php 13 22 16
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/FooVariadic.php 13 12 8
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/HotPath/C1.php 5 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/HotPath/C2.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/HotPath/C3.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/HotPath/I1.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/HotPath/P1.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/HotPath/T1.php 5 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/MultipleArgumentsOptionalScalarNotReallyOptional.php 10 13 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectExtension.php 26 37 25
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/ProjectWithXsdExtension.php 3 9 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes.php 447 416 41
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes_80.php 47 194 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php 6 145 40
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/compositetype_classes.php 18 18 11
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/createphar.php 47 7 5
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php 46 56 18
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo_lazy.php 5 2 2
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/intersectiontype_classes.php 11 7 7
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/uniontype_classes.php 7 24 10
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/autowire_closure.php 15 48 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/callable_adapter_consumer.php 15 37 23
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure.php 15 40 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/closure_proxy.php 15 48 27
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_constructor_without_arguments.php 36 31 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_with_mandatory_constructor_arguments.php 28 30 15
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_with_optional_constructor_arguments.php 36 32 16
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/custom_container_class_without_constructor.php 28 25 13
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute.php 92 67 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_autowire_attribute_with_intersection.php 86 75 39
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/lazy_closure.php 15 71 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/return_foo_string.php 2 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1-1.php 17 1 1
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services1.php 15 24 14
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services10.php 15 59 33
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services12.php 15 65 34
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services13.php 15 34 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services19.php 109 71 38
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services24.php 15 29 18
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services26.php 108 66 36
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services33.php 15 40 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services8.php 15 54 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services9_compiled.php 15 243 48
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_adawson.php 15 54 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_private.php 203 231 35
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_almost_circular_public.php 293 280 33
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_array_params.php 15 58 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_base64_env.php 81 45 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_closure_argument_compiled.php 15 51 23
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_csv_env.php 81 45 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_current_factory_inlining.php 15 38 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_dedup_lazy.php 108 102 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deep_graph.php 15 44 21
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_default_env.php 83 45 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_deprecated_parameters.php 17 65 35
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_env_in_id.php 15 68 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_errored_definition.php 15 236 47
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_requires.php 15 62 23
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_inline_self_ref.php 15 39 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_json_env.php 82 45 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_locator.php 15 93 25
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_new_in_initializer.php 15 33 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_duplicates.php 15 56 27
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy.php 15 51 26
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_ghost.php 82 65 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_non_shared_lazy_public.php 73 57 32
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_frozen.php 15 38 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_private_in_expression.php 15 34 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_query_string_env.php 81 45 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_rot13_env.php 117 63 35
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_service_locator_argument.php 15 68 27
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_subscriber.php 15 53 24
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_tsantos.php 15 50 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_uninitialized_ref.php 15 77 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_unsupported_characters.php 15 74 31
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_url_env.php 81 45 29
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither.php 15 33 22
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_annotation.php 15 37 20
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_lazy.php 78 56 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_lazy_non_shared.php 80 59 30
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/services_wither_staticreturntype.php 15 30 19
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/simple.php 3 4 3
/src/Symfony/Component/DependencyInjection/Tests/Fixtures/php/static_constructor.php 15 32 21
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/Instantiator/RealServiceInstantiatorTest.php 26 11 9
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/LazyServiceDumperTest.php 72 36 15
/src/Symfony/Component/DependencyInjection/Tests/LazyProxy/PhpDumper/NullDumperTest.php 25 10 8
/src/Symfony/Component/DependencyInjection/Tests/Loader/ClosureLoaderTest.php 28 28 16
/src/Symfony/Component/DependencyInjection/Tests/Loader/Configurator/EnvConfiguratorTest.php 28 22 13
/src/Symfony/Component/DependencyInjection/Tests/Loader/DirectoryLoaderTest.php 68 54 17
/src/Symfony/Component/DependencyInjection/Tests/Loader/FileLoaderTest.php 380 242 34
/src/Symfony/Component/DependencyInjection/Tests/Loader/GlobFileLoaderTest.php 41 44 28
/src/Symfony/Component/DependencyInjection/Tests/Loader/IniFileLoaderTest.php 58 91 29
/src/Symfony/Component/DependencyInjection/Tests/Loader/LoaderResolverTest.php 44 41 18
/src/Symfony/Component/DependencyInjection/Tests/Loader/PhpFileLoaderTest.php 202 171 23
/src/Symfony/Component/DependencyInjection/Tests/Loader/XmlFileLoaderTest.php 676 1066 44
/src/Symfony/Component/DependencyInjection/Tests/Loader/YamlFileLoaderTest.php 388 1087 41
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ContainerBagTest.php 56 30 14
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/EnvPlaceholderParameterBagTest.php 210 111 17
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/FrozenParameterBagTest.php 60 40 12
/src/Symfony/Component/DependencyInjection/Tests/ParameterBag/ParameterBagTest.php 281 245 27
/src/Symfony/Component/DependencyInjection/Tests/ParameterTest.php 19 8 6
/src/Symfony/Component/DependencyInjection/Tests/ReferenceTest.php 19 8 6
/src/Symfony/Component/DependencyInjection/Tests/ServiceLocatorTest.php 30 72 25
/src/Symfony/Component/DependencyInjection/TypedReference.php 21 22 11
/src/Symfony/Component/DependencyInjection/Variable.php 29 6 6
/src/Symfony/Component/DomCrawler/AbstractUriElement.php 94 51 30
/src/Symfony/Component/DomCrawler/Crawler.php 1066 472 82
/src/Symfony/Component/DomCrawler/Field/ChoiceFormField.php 202 97 42
/src/Symfony/Component/DomCrawler/Field/FileFormField.php 31 47 22
/src/Symfony/Component/DomCrawler/Field/FormField.php 21 43 17
/src/Symfony/Component/DomCrawler/Field/InputFormField.php 29 11 7
/src/Symfony/Component/DomCrawler/Field/TextareaFormField.php 26 7 7
/src/Symfony/Component/DomCrawler/Form.php 156 163 54
/src/Symfony/Component/DomCrawler/FormFieldRegistry.php 96 46 30
/src/Symfony/Component/DomCrawler/Image.php 19 13 11
/src/Symfony/Component/DomCrawler/Link.php 28 6 5
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextContains.php 14 28 15
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerAnySelectorTextSame.php 14 25 15
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorAttributeValueSame.php 20 22 15
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorCount.php 19 26 16
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorExists.php 14 17 13
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorTextContains.php 14 22 14
/src/Symfony/Component/DomCrawler/Test/Constraint/CrawlerSelectorTextSame.php 14 20 14
/src/Symfony/Component/DomCrawler/Tests/AbstractCrawlerTestCase.php 1116 702 42
/src/Symfony/Component/DomCrawler/Tests/Field/ChoiceFormFieldTest.php 103 325 24
/src/Symfony/Component/DomCrawler/Tests/Field/FileFormFieldTest.php 29 60 20
/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTest.php 61 37 10
/src/Symfony/Component/DomCrawler/Tests/Field/FormFieldTestCase.php 14 11 9
/src/Symfony/Component/DomCrawler/Tests/Field/InputFormFieldTest.php 29 22 11
/src/Symfony/Component/DomCrawler/Tests/Field/TextareaFormFieldTest.php 29 22 12
/src/Symfony/Component/DomCrawler/Tests/FormTest.php 699 501 35
/src/Symfony/Component/DomCrawler/Tests/Html5ParserCrawlerTest.php 75 46 17
/src/Symfony/Component/DomCrawler/Tests/ImageTest.php 19 37 15
/src/Symfony/Component/DomCrawler/Tests/LinkTest.php 19 78 17
/src/Symfony/Component/DomCrawler/Tests/NativeParserCrawlerTest.php 46 16 8
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerAnySelectorTextContainsTest.php 35 37 17
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerAnySelectorTextSameTest.php 35 27 16
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorAttributeValueSameTest.php 31 19 14
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorExistsTest.php 31 19 14
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorTextContainsTest.php 41 25 13
/src/Symfony/Component/DomCrawler/Tests/Test/Constraint/CrawlerSelectorTextSameTest.php 30 18 14
/src/Symfony/Component/DomCrawler/Tests/UriResolverTest.php 27 19 11
/src/Symfony/Component/DomCrawler/UriResolver.php 97 47 22
/src/Symfony/Component/Dotenv/Command/DebugCommand.php 184 97 48
/src/Symfony/Component/Dotenv/Command/DotenvDumpCommand.php 108 65 35
/src/Symfony/Component/Dotenv/Dotenv.php 124 208 69
/src/Symfony/Component/Dotenv/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Dotenv/Exception/FormatException.php 30 16 14
/src/Symfony/Component/Dotenv/Exception/FormatExceptionContext.php 44 23 9
/src/Symfony/Component/Dotenv/Exception/PathException.php 19 6 6
/src/Symfony/Component/Dotenv/Tests/Command/DebugCommandTest.php 245 73 18
/src/Symfony/Component/Dotenv/Tests/Command/DotenvDumpCommandTest.php 59 44 17
/src/Symfony/Component/Dotenv/Tests/DotenvTest.php 469 456 30
/src/Symfony/Component/ErrorHandler/BufferingLogger.php 25 31 18
/src/Symfony/Component/ErrorHandler/Debug.php 21 23 13
/src/Symfony/Component/ErrorHandler/DebugClassLoader.php 168 834 93
/src/Symfony/Component/ErrorHandler/Error/ClassNotFoundError.php 16 4 4
/src/Symfony/Component/ErrorHandler/Error/FatalError.php 47 36 27
/src/Symfony/Component/ErrorHandler/Error/OutOfMemoryError.php 14 2 2
/src/Symfony/Component/ErrorHandler/Error/UndefinedFunctionError.php 16 4 4
/src/Symfony/Component/ErrorHandler/Error/UndefinedMethodError.php 16 4 4
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/ClassNotFoundErrorEnhancer.php 42 78 38
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/ErrorEnhancerInterface.php 19 4 4
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedFunctionErrorEnhancer.php 47 47 22
/src/Symfony/Component/ErrorHandler/ErrorEnhancer/UndefinedMethodErrorEnhancer.php 30 27 17
/src/Symfony/Component/ErrorHandler/ErrorHandler.php 496 504 91
/src/Symfony/Component/ErrorHandler/ErrorRenderer/CliErrorRenderer.php 35 18 14
/src/Symfony/Component/ErrorHandler/ErrorRenderer/ErrorRendererInterface.php 23 2 2
/src/Symfony/Component/ErrorHandler/ErrorRenderer/FileLinkFormatter.php 84 96 36
/src/Symfony/Component/ErrorHandler/ErrorRenderer/HtmlErrorRenderer.php 162 247 63
/src/Symfony/Component/ErrorHandler/ErrorRenderer/SerializerErrorRenderer.php 64 33 23
/src/Symfony/Component/ErrorHandler/Exception/FlattenException.php 60 211 63
/src/Symfony/Component/ErrorHandler/Exception/SilencedErrorContext.php 57 20 9
/src/Symfony/Component/ErrorHandler/Internal/TentativeTypes.php 19 4 4
/src/Symfony/Component/ErrorHandler/Resources/assets/images/symfony-ghost.svg.php 1 1 1
/src/Symfony/Component/ErrorHandler/Resources/bin/extract-tentative-return-types.php 61 21 11
/src/Symfony/Component/ErrorHandler/Resources/views/error.html.php 13 8 5
/src/Symfony/Component/ErrorHandler/Resources/views/exception.html.php 1 40 8
/src/Symfony/Component/ErrorHandler/Resources/views/exception_full.html.php 35 26 6
/src/Symfony/Component/ErrorHandler/Resources/views/logs.html.php 14 28 15
/src/Symfony/Component/ErrorHandler/Resources/views/trace.html.php 34 48 7
/src/Symfony/Component/ErrorHandler/Resources/views/traces.html.php 43 40 11
/src/Symfony/Component/ErrorHandler/Resources/views/traces_text.html.php 9 33 9
/src/Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php 70 365 43
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/ClassNotFoundErrorEnhancerTest.php 51 58 33
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedFunctionErrorEnhancerTest.php 23 14 12
/src/Symfony/Component/ErrorHandler/Tests/ErrorEnhancer/UndefinedMethodErrorEnhancerTest.php 23 12 10
/src/Symfony/Component/ErrorHandler/Tests/ErrorHandlerTest.php 45 318 51
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/FileLinkFormatterTest.php 21 48 15
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/HtmlErrorRendererTest.php 27 40 22
/src/Symfony/Component/ErrorHandler/Tests/ErrorRenderer/SerializerErrorRendererTest.php 29 20 16
/src/Symfony/Component/ErrorHandler/Tests/Exception/FlattenExceptionTest.php 35 179 24
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/AnnotatedClass.php 10 5 5
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ClassAlias.php 3 1 1
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ClassWithAnnotatedParameters.php 17 15 7
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/DefinitionInEvaluatedCode.php 5 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/DeprecatedClass.php 10 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/DeprecatedInterface.php 10 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ErrorHandlerThatUsesThePreviousOne.php 18 9 7
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ExtendedFinalMethod.php 9 5 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalClasses.php 81 24 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstants.php 21 12 4
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstants2.php 5 10 4
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstantsInterface.php 19 9 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/FinalConstantsInterface2.php 19 9 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/OverrideFinalConstant.php 7 9 4
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalConstant/OverrideFinalConstant81.php 5 11 5
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalMethod.php 10 10 5
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalMethod2Trait.php 7 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/FinalProperty.php 31 34 11
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/OutsideFinalProperty.php 22 24 9
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/FinalProperty/OverrideFinalPropertySameNamespace.php 7 4 4
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/InterfaceWithAnnotatedParameters.php 25 3 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalClass.php 12 4 4
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalInterface.php 8 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalTrait.php 8 1 1
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/InternalTrait2.php 13 4 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/LoggerThatSetAnErrorHandler.php 9 11 10
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/NonDeprecatedInterface.php 5 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/OutsideInterface.php 10 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/OverrideFinalProperty.php 17 22 8
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/OverrideOutsideFinalProperty.php 9 16 8
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/PEARClass.php 3 5 5
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnType.php 24 94 13
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeGrandParent.php 10 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeInterface.php 10 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeParent.php 83 104 7
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/ReturnTypeParentInterface.php 10 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/StringErrorCodeException.php 10 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/SubClassWithAnnotatedParameters.php 13 15 8
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/Throwing.php 3 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/TraitWithAnnotatedParameters.php 10 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/TraitWithInternalMethod.php 10 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualClass.php 8 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualClassMagicCall.php 15 14 7
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualInterface.php 33 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualSubInterface.php 8 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/VirtualTrait.php 8 1 1
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/casemismatch.php 5 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/notPsr0Bis.php 5 2 2
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/psr4/Psr4CaseMismatch.php 5 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures/reallyNotPsr0.php 5 3 3
/src/Symfony/Component/ErrorHandler/Tests/Fixtures2/RequiredTwice.php 14 3 3
/src/Symfony/Component/ErrorHandler/Tests/HeaderMock.php 19 13 10
/src/Symfony/Component/ErrorHandler/ThrowableUtils.php 21 8 6
/src/Symfony/Component/EventDispatcher/Attribute/AsEventListener.php 22 34 13
/src/Symfony/Component/EventDispatcher/Debug/TraceableEventDispatcher.php 126 171 50
/src/Symfony/Component/EventDispatcher/Debug/WrappedListener.php 52 94 37
/src/Symfony/Component/EventDispatcher/DependencyInjection/AddEventAliasesPass.php 37 5 5
/src/Symfony/Component/EventDispatcher/DependencyInjection/RegisterListenersPass.php 94 78 36
/src/Symfony/Component/EventDispatcher/EventDispatcher.php 45 124 35
/src/Symfony/Component/EventDispatcher/EventDispatcherInterface.php 65 6 2
/src/Symfony/Component/EventDispatcher/EventSubscriberInterface.php 48 1 1
/src/Symfony/Component/EventDispatcher/GenericEvent.php 28 58 24
/src/Symfony/Component/EventDispatcher/ImmutableEventDispatcher.php 43 63 22
/src/Symfony/Component/EventDispatcher/Tests/ChildEventDispatcherTest.php 24 7 6
/src/Symfony/Component/EventDispatcher/Tests/Debug/TraceableEventDispatcherTest.php 282 316 26
/src/Symfony/Component/EventDispatcher/Tests/Debug/WrappedListenerTest.php 63 46 24
/src/Symfony/Component/EventDispatcher/Tests/DependencyInjection/RegisterListenersPassTest.php 306 232 24
/src/Symfony/Component/EventDispatcher/Tests/EventDispatcherTest.php 66 353 39
/src/Symfony/Component/EventDispatcher/Tests/Fixtures/CustomEvent.php 14 1 1
/src/Symfony/Component/EventDispatcher/Tests/Fixtures/TaggedInvokableListener.php 19 4 4
/src/Symfony/Component/EventDispatcher/Tests/Fixtures/TaggedMultiListener.php 34 31 10
/src/Symfony/Component/EventDispatcher/Tests/GenericEventTest.php 45 58 15
/src/Symfony/Component/EventDispatcher/Tests/ImmutableEventDispatcherTest.php 88 48 19
/src/Symfony/Component/ExpressionLanguage/Compiler.php 108 64 33
/src/Symfony/Component/ExpressionLanguage/Expression.php 21 5 5
/src/Symfony/Component/ExpressionLanguage/ExpressionFunction.php 81 38 22
/src/Symfony/Component/ExpressionLanguage/ExpressionLanguage.php 57 71 30
/src/Symfony/Component/ExpressionLanguage/Lexer.php 35 54 21
/src/Symfony/Component/ExpressionLanguage/Node/ArgumentsNode.php 28 8 6
/src/Symfony/Component/ExpressionLanguage/Node/ArrayNode.php 80 38 25
/src/Symfony/Component/ExpressionLanguage/Node/BinaryNode.php 186 83 37
/src/Symfony/Component/ExpressionLanguage/Node/ConditionalNode.php 43 12 8
/src/Symfony/Component/ExpressionLanguage/Node/ConstantNode.php 77 30 22
/src/Symfony/Component/ExpressionLanguage/Node/FunctionNode.php 62 17 13
/src/Symfony/Component/ExpressionLanguage/Node/GetAttrNode.php 71 60 25
/src/Symfony/Component/ExpressionLanguage/Node/NameNode.php 36 17 13
/src/Symfony/Component/ExpressionLanguage/Node/Node.php 67 49 26
/src/Symfony/Component/ExpressionLanguage/Node/NullCoalesceNode.php 39 17 12
/src/Symfony/Component/ExpressionLanguage/Node/UnaryNode.php 48 19 15
/src/Symfony/Component/ExpressionLanguage/ParsedExpression.php 32 4 4
/src/Symfony/Component/ExpressionLanguage/Parser.php 382 183 41
/src/Symfony/Component/ExpressionLanguage/Resources/bin/generate_operator_regex.php 13 7 6
/src/Symfony/Component/ExpressionLanguage/SerializedParsedExpression.php 35 11 10
/src/Symfony/Component/ExpressionLanguage/SyntaxError.php 34 16 11
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionFunctionTest.php 24 13 9
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionLanguageTest.php 377 250 40
/src/Symfony/Component/ExpressionLanguage/Tests/ExpressionTest.php 19 8 7
/src/Symfony/Component/ExpressionLanguage/Tests/Fixtures/FooBackedEnum.php 5 1 1
/src/Symfony/Component/ExpressionLanguage/Tests/Fixtures/FooEnum.php 5 1 1
/src/Symfony/Component/ExpressionLanguage/Tests/Fixtures/TestProvider.php 19 16 11
/src/Symfony/Component/ExpressionLanguage/Tests/LexerTest.php 32 77 16
/src/Symfony/Component/ExpressionLanguage/Tests/Node/AbstractNodeTestCase.php 32 29 10
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArgumentsNodeTest.php 18 13 8
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ArrayNodeTest.php 45 39 15
/src/Symfony/Component/ExpressionLanguage/Tests/Node/BinaryNodeTest.php 222 317 17
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConditionalNodeTest.php 35 28 5
/src/Symfony/Component/ExpressionLanguage/Tests/Node/ConstantNodeTest.php 44 32 6
/src/Symfony/Component/ExpressionLanguage/Tests/Node/FunctionNodeTest.php 27 37 15
/src/Symfony/Component/ExpressionLanguage/Tests/Node/GetAttrNodeTest.php 74 110 21
/src/Symfony/Component/ExpressionLanguage/Tests/Node/NameNodeTest.php 32 16 6
/src/Symfony/Component/ExpressionLanguage/Tests/Node/NodeTest.php 20 14 9
/src/Symfony/Component/ExpressionLanguage/Tests/Node/UnaryNodeTest.php 39 28 5
/src/Symfony/Component/ExpressionLanguage/Tests/ParsedExpressionTest.php 20 9 8
/src/Symfony/Component/ExpressionLanguage/Tests/ParserTest.php 31 321 22
/src/Symfony/Component/ExpressionLanguage/Token.php 56 33 14
/src/Symfony/Component/ExpressionLanguage/TokenStream.php 27 32 19
/src/Symfony/Component/Filesystem/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Filesystem/Exception/FileNotFoundException.php 24 19 13
/src/Symfony/Component/Filesystem/Exception/IOException.php 23 14 8
/src/Symfony/Component/Filesystem/Exception/IOExceptionInterface.php 24 5 5
/src/Symfony/Component/Filesystem/Exception/InvalidArgumentException.php 17 3 3
/src/Symfony/Component/Filesystem/Exception/RuntimeException.php 17 3 3
/src/Symfony/Component/Filesystem/Filesystem.php 612 378 68
/src/Symfony/Component/Filesystem/Path.php 790 225 55
/src/Symfony/Component/Filesystem/Tests/ExceptionTest.php 42 17 7
/src/Symfony/Component/Filesystem/Tests/FilesystemTest.php 1843 607 41
/src/Symfony/Component/Filesystem/Tests/FilesystemTestCase.php 99 80 35
/src/Symfony/Component/Filesystem/Tests/Fixtures/MockStream/MockStream.php 31 24 15
/src/Symfony/Component/Filesystem/Tests/PathTest.php 407 191 25
/src/Symfony/Component/Finder/Comparator/Comparator.php 51 19 14
/src/Symfony/Component/Finder/Comparator/DateComparator.php 41 21 13
/src/Symfony/Component/Finder/Comparator/NumberComparator.php 42 18 12
/src/Symfony/Component/Finder/Exception/AccessDeniedException.php 17 1 1
/src/Symfony/Component/Finder/Exception/DirectoryNotFoundException.php 17 1 1
/src/Symfony/Component/Finder/Finder.php 844 272 47
/src/Symfony/Component/Finder/Gitignore.php 84 52 22
/src/Symfony/Component/Finder/Glob.php 54 48 15
/src/Symfony/Component/Finder/Iterator/CustomFilterIterator.php 49 11 11
/src/Symfony/Component/Finder/Iterator/DateRangeFilterIterator.php 41 9 9
/src/Symfony/Component/Finder/Iterator/DepthRangeFilterIterator.php 44 10 10
/src/Symfony/Component/Finder/Iterator/ExcludeDirectoryFilterIterator.php 97 44 24
/src/Symfony/Component/Finder/Iterator/FileTypeFilterIterator.php 42 15 13
/src/Symfony/Component/Finder/Iterator/FilecontentFilterIterator.php 29 11 10
/src/Symfony/Component/Finder/Iterator/FilenameFilterIterator.php 28 10 9
/src/Symfony/Component/Finder/Iterator/LazyIterator.php 28 10 10
/src/Symfony/Component/Finder/Iterator/MultiplePcreFilterIterator.php 106 21 13
/src/Symfony/Component/Finder/Iterator/PathFilterIterator.php 29 12 11
/src/Symfony/Component/Finder/Iterator/RecursiveDirectoryIterator.php 86 49 26
/src/Symfony/Component/Finder/Iterator/SizeRangeFilterIterator.php 41 9 9
/src/Symfony/Component/Finder/Iterator/SortableIterator.php 87 44 21
/src/Symfony/Component/Finder/Iterator/VcsIgnoredFilterIterator.php 50 57 31
/src/Symfony/Component/Finder/SplFileInfo.php 71 32 18
/src/Symfony/Component/Finder/Tests/Comparator/ComparatorTest.php 66 27 12
/src/Symfony/Component/Finder/Tests/Comparator/DateComparatorTest.php 24 34 12
/src/Symfony/Component/Finder/Tests/Comparator/NumberComparatorTest.php 32 39 12
/src/Symfony/Component/Finder/Tests/FinderOpenBasedirTest.php 21 15 11
/src/Symfony/Component/Finder/Tests/FinderTest.php 119 489 31
/src/Symfony/Component/Finder/Tests/GitignoreTest.php 432 70 18
/src/Symfony/Component/Finder/Tests/GlobTest.php 45 63 12
/src/Symfony/Component/Finder/Tests/Iterator/CustomFilterIteratorTest.php 27 25 15
/src/Symfony/Component/Finder/Tests/Iterator/DateRangeFilterIteratorTest.php 33 15 9
/src/Symfony/Component/Finder/Tests/Iterator/DepthRangeFilterIteratorTest.php 21 22 11
/src/Symfony/Component/Finder/Tests/Iterator/ExcludeDirectoryFilterIteratorTest.php 22 18 11
/src/Symfony/Component/Finder/Tests/Iterator/FileTypeFilterIteratorTest.php 70 22 11
/src/Symfony/Component/Finder/Tests/Iterator/FilecontentFilterIteratorTest.php 18 39 11
/src/Symfony/Component/Finder/Tests/Iterator/FilenameFilterIteratorTest.php 21 15 8
/src/Symfony/Component/Finder/Tests/Iterator/InnerNameIterator.php 16 8 5
/src/Symfony/Component/Finder/Tests/Iterator/Iterator.php 46 20 12
/src/Symfony/Component/Finder/Tests/Iterator/IteratorTestCase.php 14 45 10
/src/Symfony/Component/Finder/Tests/Iterator/LazyIteratorTest.php 44 22 13
/src/Symfony/Component/Finder/Tests/Iterator/MockFileListIterator.php 18 9 9
/src/Symfony/Component/Finder/Tests/Iterator/MockSplFileInfo.php 92 75 26
/src/Symfony/Component/Finder/Tests/Iterator/MultiplePcreFilterIteratorTest.php 56 31 16
/src/Symfony/Component/Finder/Tests/Iterator/PathFilterIteratorTest.php 21 30 11
/src/Symfony/Component/Finder/Tests/Iterator/RealIteratorTestCase.php 106 66 30
/src/Symfony/Component/Finder/Tests/Iterator/RecursiveDirectoryIteratorTest.php 40 11 8
/src/Symfony/Component/Finder/Tests/Iterator/SizeRangeFilterIteratorTest.php 51 27 12
/src/Symfony/Component/Finder/Tests/Iterator/SortableIteratorTest.php 23 52 17
/src/Symfony/Component/Finder/Tests/Iterator/VcsIgnoredFilterIteratorTest.php 378 39 19
/src/Symfony/Component/Finder/Tests/Iterator/VfsIteratorTestTrait.php 75 109 47
/src/Symfony/Component/Form/AbstractExtension.php 78 47 17
/src/Symfony/Component/Form/AbstractRendererEngine.php 75 73 21
/src/Symfony/Component/Form/AbstractType.php 26 9 4
/src/Symfony/Component/Form/AbstractTypeExtension.php 36 7 3
/src/Symfony/Component/Form/Button.php 170 166 34
/src/Symfony/Component/Form/ButtonBuilder.php 545 377 37
/src/Symfony/Component/Form/ButtonTypeInterface.php 19 1 1
/src/Symfony/Component/Form/CallbackTransformer.php 30 20 10
/src/Symfony/Component/Form/ChoiceList/ArrayChoiceList.php 173 65 31
/src/Symfony/Component/Form/ChoiceList/ChoiceList.php 94 158 18
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/AbstractStaticOption.php 46 21 14
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/ChoiceAttr.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/ChoiceFieldName.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/ChoiceFilter.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/ChoiceLabel.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/ChoiceLoader.php 31 14 5
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/ChoiceTranslationParameters.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/ChoiceValue.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/GroupBy.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/Cache/PreferredChoice.php 25 3 2
/src/Symfony/Component/Form/ChoiceList/Factory/CachingFactoryDecorator.php 52 154 39
/src/Symfony/Component/Form/ChoiceList/Factory/ChoiceListFactoryInterface.php 84 27 8
/src/Symfony/Component/Form/ChoiceList/Factory/DefaultChoiceListFactory.php 55 175 46
/src/Symfony/Component/Form/ChoiceList/Factory/PropertyAccessDecorator.php 132 117 30
/src/Symfony/Component/Form/ChoiceList/LazyChoiceList.php 30 18 8
/src/Symfony/Component/Form/ChoiceList/Loader/AbstractChoiceLoader.php 34 37 19
/src/Symfony/Component/Form/ChoiceList/Loader/CallbackChoiceLoader.php 21 7 7
/src/Symfony/Component/Form/ChoiceList/Loader/ChoiceLoaderInterface.php 37 6 2
/src/Symfony/Component/Form/ChoiceList/Loader/FilterChoiceLoaderDecorator.php 22 36 21
/src/Symfony/Component/Form/ChoiceList/Loader/IntlCallbackChoiceLoader.php 22 15 9
/src/Symfony/Component/Form/ChoiceList/View/ChoiceGroupView.php 40 10 9
/src/Symfony/Component/Form/ChoiceList/View/ChoiceListView.php 45 11 9
/src/Symfony/Component/Form/ChoiceList/View/ChoiceView.php 25 22 11
/src/Symfony/Component/Form/ClearableErrorsInterface.php 28 3 3
/src/Symfony/Component/Form/ClickableInterface.php 24 1 1
/src/Symfony/Component/Form/Command/DebugCommand.php 240 163 43
/src/Symfony/Component/Form/Console/Descriptor/Descriptor.php 126 97 32
/src/Symfony/Component/Form/Console/Descriptor/JsonDescriptor.php 70 49 22
/src/Symfony/Component/Form/Console/Descriptor/TextDescriptor.php 125 116 48
/src/Symfony/Component/Form/Console/Helper/DescriptorHelper.php 17 8 7
/src/Symfony/Component/Form/DataAccessorInterface.php 26 8 3
/src/Symfony/Component/Form/DataMapperInterface.php 61 6 3
/src/Symfony/Component/Form/DataTransformerInterface.php 94 5 3
/src/Symfony/Component/Form/DependencyInjection/FormPass.php 91 32 19
/src/Symfony/Component/Form/Event/PostSetDataEvent.php 25 11 11
/src/Symfony/Component/Form/Event/PostSubmitEvent.php 25 11 11
/src/Symfony/Component/Form/Event/PreSetDataEvent.php 21 1 1
/src/Symfony/Component/Form/Event/PreSubmitEvent.php 23 1 1
/src/Symfony/Component/Form/Event/SubmitEvent.php 22 1 1
/src/Symfony/Component/Form/Exception/AccessException.php 14 3 3
/src/Symfony/Component/Form/Exception/AlreadySubmittedException.php 20 3 3
/src/Symfony/Component/Form/Exception/BadMethodCallException.php 19 3 3
/src/Symfony/Component/Form/Exception/ErrorMappingException.php 14 3 3
/src/Symfony/Component/Form/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Component/Form/Exception/InvalidArgumentException.php 19 2 2
/src/Symfony/Component/Form/Exception/InvalidConfigurationException.php 14 3 3
/src/Symfony/Component/Form/Exception/LogicException.php 19 2 2
/src/Symfony/Component/Form/Exception/OutOfBoundsException.php 19 3 3
/src/Symfony/Component/Form/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Form/Exception/StringCastException.php 14 5 5
/src/Symfony/Component/Form/Exception/TransformationFailedException.php 43 24 12
/src/Symfony/Component/Form/Exception/UnexpectedTypeException.php 16 6 6
/src/Symfony/Component/Form/Extension/Core/CoreExtension.php 37 26 14
/src/Symfony/Component/Form/Extension/Core/DataAccessor/CallbackAccessor.php 25 36 14
/src/Symfony/Component/Form/Extension/Core/DataAccessor/ChainAccessor.php 33 23 11
/src/Symfony/Component/Form/Extension/Core/DataAccessor/PropertyPathAccessor.php 93 71 30
/src/Symfony/Component/Form/Extension/Core/DataMapper/CheckboxListMapper.php 40 17 11
/src/Symfony/Component/Form/Extension/Core/DataMapper/DataMapper.php 38 32 20
/src/Symfony/Component/Form/Extension/Core/DataMapper/RadioListMapper.php 40 20 13
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ArrayToPartsTransformer.php 31 26 16
/src/Symfony/Component/Form/Extension/Core/DataTransformer/BaseDateTimeTransformer.php 49 27 15
/src/Symfony/Component/Form/Extension/Core/DataTransformer/BooleanToStringTransformer.php 51 22 16
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoiceToValueTransformer.php 37 15 10
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ChoicesToValuesTransformer.php 35 21 12
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DataTransformerChain.php 48 13 10
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToArrayTransformer.php 89 70 34
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateIntervalToStringTransformer.php 88 38 25
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformer.php 33 20 10
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToArrayTransformer.php 173 49 25
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformer.php 93 43 29
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformer.php 143 74 34
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToRfc3339Transformer.php 72 28 20
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToStringTransformer.php 129 38 25
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeToTimestampTransformer.php 72 24 15
/src/Symfony/Component/Form/Extension/Core/DataTransformer/DateTimeZoneToStringTransformer.php 74 34 21
/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformer.php 36 34 22
/src/Symfony/Component/Form/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformer.php 33 31 18
/src/Symfony/Component/Form/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformer.php 41 34 18
/src/Symfony/Component/Form/Extension/Core/DataTransformer/NumberToLocalizedStringTransformer.php 100 91 36
/src/Symfony/Component/Form/Extension/Core/DataTransformer/PercentToLocalizedStringTransformer.php 120 88 39
/src/Symfony/Component/Form/Extension/Core/DataTransformer/StringToFloatTransformer.php 29 25 13
/src/Symfony/Component/Form/Extension/Core/DataTransformer/UlidToStringTransformer.php 67 28 19
/src/Symfony/Component/Form/Extension/Core/DataTransformer/UuidToStringTransformer.php 71 29 18
/src/Symfony/Component/Form/Extension/Core/DataTransformer/ValueToDuplicatesTransformer.php 51 16 11
/src/Symfony/Component/Form/Extension/Core/DataTransformer/WeekToArrayTransformer.php 36 42 17
/src/Symfony/Component/Form/Extension/Core/EventListener/FixUrlProtocolListener.php 44 16 14
/src/Symfony/Component/Form/Extension/Core/EventListener/MergeCollectionListener.php 37 26 20
/src/Symfony/Component/Form/Extension/Core/EventListener/ResizeFormListener.php 45 46 22
/src/Symfony/Component/Form/Extension/Core/EventListener/TransformationFailureListener.php 32 23 17
/src/Symfony/Component/Form/Extension/Core/EventListener/TrimListener.php 37 10 10
/src/Symfony/Component/Form/Extension/Core/Type/BaseType.php 32 76 19
/src/Symfony/Component/Form/Extension/Core/Type/BirthdayType.php 34 21 13
/src/Symfony/Component/Form/Extension/Core/Type/ButtonType.php 29 16 12
/src/Symfony/Component/Form/Extension/Core/Type/CheckboxType.php 23 35 18
/src/Symfony/Component/Form/Extension/Core/Type/ChoiceType.php 431 179 40
/src/Symfony/Component/Form/Extension/Core/Type/CollectionType.php 69 63 21
/src/Symfony/Component/Form/Extension/Core/Type/ColorType.php 36 41 24
/src/Symfony/Component/Form/Extension/Core/Type/CountryType.php 53 24 15
/src/Symfony/Component/Form/Extension/Core/Type/CurrencyType.php 45 21 14
/src/Symfony/Component/Form/Extension/Core/Type/DateIntervalType.php 139 158 27
/src/Symfony/Component/Form/Extension/Core/Type/DateTimeType.php 165 155 33
/src/Symfony/Component/Form/Extension/Core/Type/DateType.php 205 190 38
/src/Symfony/Component/Form/Extension/Core/Type/EmailType.php 31 14 10
/src/Symfony/Component/Form/Extension/Core/Type/EnumType.php 26 21 12
/src/Symfony/Component/Form/Extension/Core/Type/FileType.php 87 107 46
/src/Symfony/Component/Form/Extension/Core/Type/FormType.php 45 111 29
/src/Symfony/Component/Form/Extension/Core/Type/HiddenType.php 19 8 6
/src/Symfony/Component/Form/Extension/Core/Type/IntegerType.php 31 28 14
/src/Symfony/Component/Form/Extension/Core/Type/LanguageType.php 43 32 19
/src/Symfony/Component/Form/Extension/Core/Type/LocaleType.php 50 21 14
/src/Symfony/Component/Form/Extension/Core/Type/MoneyType.php 123 70 26
/src/Symfony/Component/Form/Extension/Core/Type/NumberType.php 46 48 16
/src/Symfony/Component/Form/Extension/Core/Type/PasswordType.php 21 22 15
/src/Symfony/Component/Form/Extension/Core/Type/PercentType.php 23 36 12
/src/Symfony/Component/Form/Extension/Core/Type/RadioType.php 31 14 10
/src/Symfony/Component/Form/Extension/Core/Type/RangeType.php 19 14 10
/src/Symfony/Component/Form/Extension/Core/Type/RepeatedType.php 21 39 10
/src/Symfony/Component/Form/Extension/Core/Type/ResetType.php 29 12 10
/src/Symfony/Component/Form/Extension/Core/Type/SearchType.php 31 14 10
/src/Symfony/Component/Form/Extension/Core/Type/SubmitType.php 27 28 19
/src/Symfony/Component/Form/Extension/Core/Type/TelType.php 31 14 10
/src/Symfony/Component/Form/Extension/Core/Type/TextType.php 45 26 15
/src/Symfony/Component/Form/Extension/Core/Type/TextareaType.php 20 14 10
/src/Symfony/Component/Form/Extension/Core/Type/TimeType.php 41 220 41
/src/Symfony/Component/Form/Extension/Core/Type/TimezoneType.php 28 55 24
/src/Symfony/Component/Form/Extension/Core/Type/TransformationFailureExtension.php 31 13 10
/src/Symfony/Component/Form/Extension/Core/Type/UlidType.php 24 10 7
/src/Symfony/Component/Form/Extension/Core/Type/UrlType.php 34 34 16
/src/Symfony/Component/Form/Extension/Core/Type/UuidType.php 24 10 7
/src/Symfony/Component/Form/Extension/Core/Type/WeekType.php 33 86 25
/src/Symfony/Component/Form/Extension/Csrf/CsrfExtension.php 27 21 11
/src/Symfony/Component/Form/Extension/Csrf/EventListener/CsrfValidationListener.php 36 39 20
/src/Symfony/Component/Form/Extension/Csrf/Type/FormTypeCsrfExtension.php 77 69 25
/src/Symfony/Component/Form/Extension/DataCollector/DataCollectorExtension.php 14 5 5
/src/Symfony/Component/Form/Extension/DataCollector/EventListener/DataCollectorListener.php 61 19 10
/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollector.php 268 115 44
/src/Symfony/Component/Form/Extension/DataCollector/FormDataCollectorInterface.php 82 4 4
/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractor.php 98 58 13
/src/Symfony/Component/Form/Extension/DataCollector/FormDataExtractorInterface.php 14 1 1
/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeDataCollectorProxy.php 39 28 12
/src/Symfony/Component/Form/Extension/DataCollector/Proxy/ResolvedTypeFactoryDataCollectorProxy.php 36 9 8
/src/Symfony/Component/Form/Extension/DataCollector/Type/DataCollectorTypeExtension.php 28 6 6
/src/Symfony/Component/Form/Extension/DependencyInjection/DependencyInjectionExtension.php 40 33 20
/src/Symfony/Component/Form/Extension/HtmlSanitizer/HtmlSanitizerExtension.php 24 15 11
/src/Symfony/Component/Form/Extension/HtmlSanitizer/Type/TextTypeHtmlSanitizerExtension.php 27 30 23
/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationExtension.php 14 6 6
/src/Symfony/Component/Form/Extension/HttpFoundation/HttpFoundationRequestHandler.php 54 69 34
/src/Symfony/Component/Form/Extension/HttpFoundation/Type/FormTypeHttpFoundationExtension.php 32 10 9
/src/Symfony/Component/Form/Extension/PasswordHasher/EventListener/PasswordHasherListener.php 31 45 25
/src/Symfony/Component/Form/Extension/PasswordHasher/PasswordHasherExtension.php 24 10 10
/src/Symfony/Component/Form/Extension/PasswordHasher/Type/FormTypePasswordHasherExtension.php 25 14 13
/src/Symfony/Component/Form/Extension/PasswordHasher/Type/PasswordTypePasswordHasherExtension.php 27 26 21
/src/Symfony/Component/Form/Extension/Validator/Constraints/Form.php 29 10 8
/src/Symfony/Component/Form/Extension/Validator/Constraints/FormValidator.php 32 86 44
/src/Symfony/Component/Form/Extension/Validator/EventListener/ValidationListener.php 29 14 11
/src/Symfony/Component/Form/Extension/Validator/Type/BaseValidatorExtension.php 27 12 9
/src/Symfony/Component/Form/Extension/Validator/Type/FormTypeValidatorExtension.php 45 43 28
/src/Symfony/Component/Form/Extension/Validator/Type/RepeatedTypeValidatorExtension.php 34 11 10
/src/Symfony/Component/Form/Extension/Validator/Type/SubmitTypeValidatorExtension.php 21 4 4
/src/Symfony/Component/Form/Extension/Validator/Type/UploadValidatorExtension.php 42 21 16
/src/Symfony/Component/Form/Extension/Validator/ValidatorExtension.php 30 31 15
/src/Symfony/Component/Form/Extension/Validator/ValidatorTypeGuesser.php 272 119 31
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/MappingRule.php 58 29 19
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/RelativePath.php 31 9 8
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapper.php 237 115 46
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationMapperInterface.php 28 3 3
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPath.php 188 70 29
/src/Symfony/Component/Form/Extension/Validator/ViolationMapper/ViolationPathIterator.php 28 3 3
/src/Symfony/Component/Form/FileUploadError.php 17 2 2
/src/Symfony/Component/Form/Form.php 1012 394 72
/src/Symfony/Component/Form/FormBuilder.php 139 85 33
/src/Symfony/Component/Form/FormBuilderInterface.php 51 16 7
/src/Symfony/Component/Form/FormConfigBuilder.php 50 266 44
/src/Symfony/Component/Form/FormConfigBuilderInterface.php 89 45 10
/src/Symfony/Component/Form/FormConfigInterface.php 114 36 9
/src/Symfony/Component/Form/FormError.php 28 47 17
/src/Symfony/Component/Form/FormErrorIterator.php 185 92 31
/src/Symfony/Component/Form/FormEvent.php 21 15 7
/src/Symfony/Component/Form/FormEvents.php 29 10 5
/src/Symfony/Component/Form/FormExtensionInterface.php 49 8 4
/src/Symfony/Component/Form/FormFactory.php 31 64 22
/src/Symfony/Component/Form/FormFactoryBuilder.php 135 55 26
/src/Symfony/Component/Form/FormFactoryBuilderInterface.php 42 10 1
/src/Symfony/Component/Form/FormFactoryInterface.php 33 43 10
/src/Symfony/Component/Form/FormInterface.php 134 48 13
/src/Symfony/Component/Form/FormRegistry.php 103 54 30
/src/Symfony/Component/Form/FormRegistryInterface.php 45 4 4
/src/Symfony/Component/Form/FormRenderer.php 45 115 39
/src/Symfony/Component/Form/FormRendererEngineInterface.php 118 15 7
/src/Symfony/Component/Form/FormRendererInterface.php 35 11 6
/src/Symfony/Component/Form/FormTypeExtensionInterface.php 55 5 2
/src/Symfony/Component/Form/FormTypeGuesserChain.php 56 35 14
/src/Symfony/Component/Form/FormTypeGuesserInterface.php 27 12 3
/src/Symfony/Component/Form/FormTypeInterface.php 36 1 1
/src/Symfony/Component/Form/FormView.php 135 62 26
/src/Symfony/Component/Form/Forms.php 68 8 7
/src/Symfony/Component/Form/Guess/Guess.php 97 16 13
/src/Symfony/Component/Form/Guess/TypeGuess.php 51 14 7
/src/Symfony/Component/Form/Guess/ValueGuess.php 36 20 12
/src/Symfony/Component/Form/NativeRequestHandler.php 61 82 40
/src/Symfony/Component/Form/PreloadedExtension.php 57 28 14
/src/Symfony/Component/Form/RequestHandlerInterface.php 29 7 5
/src/Symfony/Component/Form/ResolvedFormType.php 77 69 32
/src/Symfony/Component/Form/ResolvedFormTypeFactory.php 19 10 8
/src/Symfony/Component/Form/ResolvedFormTypeFactoryInterface.php 33 2 2
/src/Symfony/Component/Form/ResolvedFormTypeInterface.php 50 5 3
/src/Symfony/Component/Form/ReversedTransformer.php 31 8 5
/src/Symfony/Component/Form/SubmitButton.php 35 16 15
/src/Symfony/Component/Form/SubmitButtonBuilder.php 19 5 5
/src/Symfony/Component/Form/SubmitButtonTypeInterface.php 19 1 1
/src/Symfony/Component/Form/Test/FormBuilderInterface.php 16 4 4
/src/Symfony/Component/Form/Test/FormIntegrationTestCase.php 23 23 10
/src/Symfony/Component/Form/Test/FormInterface.php 16 2 2
/src/Symfony/Component/Form/Test/FormPerformanceTestCase.php 30 17 15
/src/Symfony/Component/Form/Test/Traits/ValidatorExtensionTrait.php 22 19 14
/src/Symfony/Component/Form/Test/TypeTestCase.php 42 21 15
/src/Symfony/Component/Form/Tests/AbstractExtensionTest.php 21 22 13
/src/Symfony/Component/Form/Tests/AbstractRequestHandlerTestCase.php 103 301 50
/src/Symfony/Component/Form/Tests/ButtonBuilderTest.php 62 28 13
/src/Symfony/Component/Form/Tests/ButtonTest.php 43 31 13
/src/Symfony/Component/Form/Tests/CallbackTransformerTest.php 19 12 9
/src/Symfony/Component/Form/Tests/ChoiceList/AbstractChoiceListTestCase.php 58 95 21
/src/Symfony/Component/Form/Tests/ChoiceList/ArrayChoiceListTest.php 155 95 15
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/Cache/ChoiceLoaderTest.php 23 19 11
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/CachingFactoryDecoratorTest.php 483 414 19
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/DefaultChoiceListFactoryTest.php 615 579 36
/src/Symfony/Component/Form/Tests/ChoiceList/Factory/PropertyAccessDecoratorTest.php 49 147 13
/src/Symfony/Component/Form/Tests/ChoiceList/LazyChoiceListTest.php 96 78 16
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/CallbackChoiceLoaderTest.php 46 44 20
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/FilterChoiceLoaderDecoratorTest.php 67 57 13
/src/Symfony/Component/Form/Tests/ChoiceList/Loader/IntlCallbackChoiceLoaderTest.php 76 37 18
/src/Symfony/Component/Form/Tests/Command/DebugCommandTest.php 58 100 28
/src/Symfony/Component/Form/Tests/CompoundFormPerformanceTest.php 44 14 8
/src/Symfony/Component/Form/Tests/CompoundFormTest.php 1050 499 34
/src/Symfony/Component/Form/Tests/Console/Descriptor/AbstractDescriptorTestCase.php 122 183 40
/src/Symfony/Component/Form/Tests/Console/Descriptor/JsonDescriptorTest.php 14 12 8
/src/Symfony/Component/Form/Tests/Console/Descriptor/TextDescriptorTest.php 14 12 8
/src/Symfony/Component/Form/Tests/DependencyInjection/FormPassTest.php 237 104 22
/src/Symfony/Component/Form/Tests/Extension/Core/CoreExtensionTest.php 20 10 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataMapper/DataMapperTest.php 356 326 28
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ArrayToPartsTransformerTest.php 100 39 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BaseDateTimeTransformerTestCase.php 20 15 9
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/BooleanToStringTransformerTest.php 54 35 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoiceToValueTransformerTest.php 47 47 14
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ChoicesToValuesTransformerTest.php 77 33 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DataTransformerChainTest.php 20 13 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateIntervalTestCase.php 14 5 5
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateIntervalToArrayTransformerTest.php 279 94 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateIntervalToStringTransformerTest.php 105 51 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeImmutableToDateTimeTransformerTest.php 56 28 10
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToArrayTransformerTest.php 525 188 16
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToHtml5LocalDateTimeTransformerTest.php 100 80 20
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToLocalizedStringTransformerTest.php 385 208 32
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToRfc3339TransformerTest.php 110 93 27
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToStringTransformerTest.php 169 75 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeToTimestampTransformerTest.php 109 52 13
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/DateTimeZoneToStringTransformerTest.php 48 19 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntegerToLocalizedStringTransformerTest.php 222 86 16
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/IntlTimeZoneToStringTransformerTest.php 51 18 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/MoneyToLocalizedStringTransformerTest.php 21 56 18
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/NumberToLocalizedStringTransformerTest.php 538 215 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/PercentToLocalizedStringTransformerTest.php 438 194 17
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/StringToFloatTransformerTest.php 81 37 14
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/Traits/DateTimeEqualsTrait.php 19 3 2
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/UlidToStringTransformerTest.php 21 39 12
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/UuidToStringTransformerTest.php 45 28 7
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/ValueToDuplicatesTransformerTest.php 116 59 13
/src/Symfony/Component/Form/Tests/Extension/Core/DataTransformer/WeekToArrayTransformerTest.php 46 38 12
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/FixUrlProtocolListenerTest.php 26 32 12
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayObjectTest.php 28 16 11
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerArrayTest.php 28 14 11
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerCustomArrayObjectTest.php 18 20 14
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/MergeCollectionListenerTestCase.php 211 123 24
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/ResizeFormListenerTest.php 284 172 22
/src/Symfony/Component/Form/Tests/Extension/Core/EventListener/TrimListenerTest.php 35 20 9
/src/Symfony/Component/Form/Tests/Extension/Core/Type/BaseTypeTestCase.php 238 85 12
/src/Symfony/Component/Form/Tests/Extension/Core/Type/BirthdayTypeTest.php 23 7 7
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ButtonTypeTest.php 86 32 11
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CheckboxTypeTest.php 109 66 14
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypePerformanceTest.php 32 8 8
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTest.php 1076 433 31
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ChoiceTypeTranslationTest.php 56 22 15
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CollectionTypeTest.php 554 132 21
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ColorTypeTest.php 85 35 16
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CountryTypeTest.php 44 60 13
/src/Symfony/Component/Form/Tests/Extension/Core/Type/CurrencyTypeTest.php 55 37 13
/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateIntervalTypeTest.php 182 82 15
/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTimeTypeTest.php 208 142 23
/src/Symfony/Component/Form/Tests/Extension/Core/Type/DateTypeTest.php 91 238 23
/src/Symfony/Component/Form/Tests/Extension/Core/Type/EnumTypeTest.php 214 106 18
/src/Symfony/Component/Form/Tests/Extension/Core/Type/ExtendedChoiceTypeTest.php 44 19 12
/src/Symfony/Component/Form/Tests/Extension/Core/Type/FileTypeTest.php 77 119 24
/src/Symfony/Component/Form/Tests/Extension/Core/Type/FormTypeTest.php 893 255 32
/src/Symfony/Component/Form/Tests/Extension/Core/Type/IntegerTypeTest.php 73 47 15
/src/Symfony/Component/Form/Tests/Extension/Core/Type/LanguageTypeTest.php 144 71 14
/src/Symfony/Component/Form/Tests/Extension/Core/Type/LocaleTypeTest.php 60 37 13
/src/Symfony/Component/Form/Tests/Extension/Core/Type/MoneyTypeTest.php 113 45 15
/src/Symfony/Component/Form/Tests/Extension/Core/Type/NumberTypeTest.php 74 74 16
/src/Symfony/Component/Form/Tests/Extension/Core/Type/PasswordTypeTest.php 34 24 10
/src/Symfony/Component/Form/Tests/Extension/Core/Type/PercentTypeTest.php 83 25 13
/src/Symfony/Component/Form/Tests/Extension/Core/Type/RepeatedTypeTest.php 54 79 19
/src/Symfony/Component/Form/Tests/Extension/Core/Type/SubmitTypeTest.php 28 19 6
/src/Symfony/Component/Form/Tests/Extension/Core/Type/TextTypeTest.php 49 22 10
/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimeTypeTest.php 241 206 22
/src/Symfony/Component/Form/Tests/Extension/Core/Type/TimezoneTypeTest.php 171 63 14
/src/Symfony/Component/Form/Tests/Extension/Core/Type/UlidTypeTest.php 21 15 10
/src/Symfony/Component/Form/Tests/Extension/Core/Type/UrlTypeTest.php 86 22 8
/src/Symfony/Component/Form/Tests/Extension/Core/Type/UuidTypeTest.php 31 13 8
/src/Symfony/Component/Form/Tests/Extension/Core/Type/WeekTypeTest.php 226 73 11
/src/Symfony/Component/Form/Tests/Extension/Csrf/EventListener/CsrfValidationListenerTest.php 83 39 14
/src/Symfony/Component/Form/Tests/Extension/Csrf/Type/FormTypeCsrfExtensionTest.php 125 114 23
/src/Symfony/Component/Form/Tests/Extension/DataCollector/DataCollectorExtensionTest.php 29 11 10
/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataCollectorTest.php 304 125 23
/src/Symfony/Component/Form/Tests/Extension/DataCollector/FormDataExtractorTest.php 117 96 21
/src/Symfony/Component/Form/Tests/Extension/DataCollector/Type/DataCollectorTypeExtensionTest.php 34 27 11
/src/Symfony/Component/Form/Tests/Extension/DependencyInjection/DependencyInjectionExtensionTest.php 65 42 18
/src/Symfony/Component/Form/Tests/Extension/HtmlSanitizer/Type/TextTypeHtmlSanitizerExtensionTest.php 45 17 9
/src/Symfony/Component/Form/Tests/Extension/HttpFoundation/HttpFoundationRequestHandlerTest.php 31 48 17
/src/Symfony/Component/Form/Tests/Extension/PasswordHasher/Type/PasswordTypePasswordHasherExtensionTest.php 243 75 26
/src/Symfony/Component/Form/Tests/Extension/Type/ItemFileType.php 21 6 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorFunctionalTest.php 521 186 23
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorPerformanceTest.php 35 11 9
/src/Symfony/Component/Form/Tests/Extension/Validator/Constraints/FormValidatorTest.php 268 280 33
/src/Symfony/Component/Form/Tests/Extension/Validator/EventListener/ValidationListenerTest.php 119 142 35
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/BaseValidatorExtensionTestCase.php 30 29 11
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/BirthdayTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CheckboxTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/ChoiceTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CollectionTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/ColorTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CountryTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/CurrencyTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/DateIntervalTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/DateTimeTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/DateTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/EmailTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/FileTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/FormTypeValidatorExtensionTest.php 35 41 14
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/HiddenTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/IntegerTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/LanguageTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/LocaleTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/MoneyTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/NumberTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/PasswordTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/PercentTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/RadioTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/RangeTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/RepeatedTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/SearchTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/SubmitTypeValidatorExtensionTest.php 22 5 5
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TelTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TimeTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/TimezoneTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/UploadValidatorExtensionTest.php 29 28 16
/src/Symfony/Component/Form/Tests/Extension/Validator/Type/UrlTypeValidatorExtensionTest.php 26 7 7
/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorExtensionTest.php 27 13 8
/src/Symfony/Component/Form/Tests/Extension/Validator/ValidatorTypeGuesserTest.php 141 94 27
/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/Fixtures/Issue.php 14 2 2
/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationMapperTest.php 75 867 36
/src/Symfony/Component/Form/Tests/Extension/Validator/ViolationMapper/ViolationPathTest.php 222 75 17
/src/Symfony/Component/Form/Tests/Fixtures/AbstractAuthor.php 14 2 2
/src/Symfony/Component/Form/Tests/Fixtures/AlternatingRowType.php 12 8 7
/src/Symfony/Component/Form/Tests/Fixtures/Answer.php 14 1 1
/src/Symfony/Component/Form/Tests/Fixtures/ArrayChoiceLoader.php 11 4 4
/src/Symfony/Component/Form/Tests/Fixtures/Author.php 35 53 16
/src/Symfony/Component/Form/Tests/Fixtures/AuthorInterface.php 14 2 2
/src/Symfony/Component/Form/Tests/Fixtures/AuthorType.php 19 11 8
/src/Symfony/Component/Form/Tests/Fixtures/BlockPrefixedFooTextType.php 19 8 8
/src/Symfony/Component/Form/Tests/Fixtures/ChoiceSubType.php 23 16 12
/src/Symfony/Component/Form/Tests/Fixtures/ChoiceTypeExtension.php 21 10 9
/src/Symfony/Component/Form/Tests/Fixtures/ConfigurableFormType.php 24 9 7
/src/Symfony/Component/Form/Tests/Fixtures/CustomArrayObject.php 32 36 21
/src/Symfony/Component/Form/Tests/Fixtures/Debug/A/AmbiguousType.php 16 3 3
/src/Symfony/Component/Form/Tests/Fixtures/Debug/B/AmbiguousType.php 16 3 3
/src/Symfony/Component/Form/Tests/Fixtures/DummyFormRendererEngine.php 19 11 7
/src/Symfony/Component/Form/Tests/Fixtures/FBooType.php 16 2 2
/src/Symfony/Component/Form/Tests/Fixtures/FixedDataTransformer.php 26 20 13
/src/Symfony/Component/Form/Tests/Fixtures/FixedFilterListener.php 49 27 13
/src/Symfony/Component/Form/Tests/Fixtures/FixedTranslator.php 25 12 9
/src/Symfony/Component/Form/Tests/Fixtures/Foo.php 16 2 2
/src/Symfony/Component/Form/Tests/Fixtures/Foo1Bar2Type.php 16 3 3
/src/Symfony/Component/Form/Tests/Fixtures/FooBarHTMLType.php 16 2 2
/src/Symfony/Component/Form/Tests/Fixtures/FooSubType.php 18 7 7
/src/Symfony/Component/Form/Tests/Fixtures/FooType.php 18 6 6
/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBarExtension.php 24 10 8
/src/Symfony/Component/Form/Tests/Fixtures/FooTypeBazExtension.php 19 7 6
/src/Symfony/Component/Form/Tests/Fixtures/FormWithSameParentType.php 18 7 7
/src/Symfony/Component/Form/Tests/Fixtures/LazyChoiceTypeExtension.php 30 12 10
/src/Symfony/Component/Form/Tests/Fixtures/Map.php 23 20 10
/src/Symfony/Component/Form/Tests/Fixtures/NotMappedType.php 19 6 6
/src/Symfony/Component/Form/Tests/Fixtures/NullFormTypeGuesser.php 25 33 8
/src/Symfony/Component/Form/Tests/Fixtures/Number.php 14 1 1
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeBar.php 18 7 7
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeBaz.php 18 7 7
/src/Symfony/Component/Form/Tests/Fixtures/RecursiveFormTypeFoo.php 18 7 7
/src/Symfony/Component/Form/Tests/Fixtures/RepeatedPasswordField.php 21 13 11
/src/Symfony/Component/Form/Tests/Fixtures/Suit.php 14 1 1
/src/Symfony/Component/Form/Tests/Fixtures/TestExtension.php 35 32 15
/src/Symfony/Component/Form/Tests/Fixtures/TranslatableTextAlign.php 17 10 10
/src/Symfony/Component/Form/Tests/Fixtures/Type.php 16 2 2
/src/Symfony/Component/Form/Tests/Fixtures/TypehintedPropertiesCar.php 17 16 10
/src/Symfony/Component/Form/Tests/Fixtures/User.php 18 11 9
/src/Symfony/Component/Form/Tests/FormBuilderTest.php 45 147 15
/src/Symfony/Component/Form/Tests/FormConfigTest.php 68 70 20
/src/Symfony/Component/Form/Tests/FormErrorIteratorTest.php 29 20 11
/src/Symfony/Component/Form/Tests/FormFactoryBuilderTest.php 47 20 11
/src/Symfony/Component/Form/Tests/FormFactoryTest.php 196 117 25
/src/Symfony/Component/Form/Tests/FormRegistryTest.php 122 53 13
/src/Symfony/Component/Form/Tests/FormRendererTest.php 36 19 14
/src/Symfony/Component/Form/Tests/Guess/GuessTest.php 32 10 7
/src/Symfony/Component/Form/Tests/NativeRequestHandlerTest.php 236 123 21
/src/Symfony/Component/Form/Tests/ResolvedFormTypeTest.php 186 145 35
/src/Symfony/Component/Form/Tests/Resources/TranslationFilesTest.php 22 35 16
/src/Symfony/Component/Form/Tests/SimpleFormTest.php 1115 622 44
/src/Symfony/Component/Form/Tests/Util/OrderedHashMapTest.php 310 102 13
/src/Symfony/Component/Form/Tests/Util/ServerParamsTest.php 26 42 19
/src/Symfony/Component/Form/Tests/Util/StringUtilTest.php 30 25 9
/src/Symfony/Component/Form/Tests/VersionAwareTest.php 20 7 6
/src/Symfony/Component/Form/Util/FormUtil.php 33 21 20
/src/Symfony/Component/Form/Util/InheritDataAwareIterator.php 28 9 6
/src/Symfony/Component/Form/Util/OptionsResolverWrapper.php 34 36 16
/src/Symfony/Component/Form/Util/OrderedHashMap.php 139 69 26
/src/Symfony/Component/Form/Util/OrderedHashMapIterator.php 37 61 27
/src/Symfony/Component/Form/Util/ServerParams.php 36 39 26
/src/Symfony/Component/Form/Util/StringUtil.php 48 22 17
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizer.php 63 42 24
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizerConfig.php 359 108 30
/src/Symfony/Component/HtmlSanitizer/HtmlSanitizerInterface.php 32 3 2
/src/Symfony/Component/HtmlSanitizer/Parser/MastermindsParser.php 21 13 12
/src/Symfony/Component/HtmlSanitizer/Parser/ParserInterface.php 26 3 3
/src/Symfony/Component/HtmlSanitizer/Reference/W3CReference.php 23 12 3
/src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerAllTest.php 74 24 12
/src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerConfigTest.php 242 220 15
/src/Symfony/Component/HtmlSanitizer/Tests/HtmlSanitizerCustomTest.php 66 87 15
/src/Symfony/Component/HtmlSanitizer/Tests/Parser/MastermindsParserTest.php 19 6 6
/src/Symfony/Component/HtmlSanitizer/Tests/Reference/W3CReferenceTest.php 29 29 16
/src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/StringSanitizerTest.php 72 13 6
/src/Symfony/Component/HtmlSanitizer/Tests/TextSanitizer/UrlSanitizerTest.php 311 78 22
/src/Symfony/Component/HtmlSanitizer/TextSanitizer/StringSanitizer.php 68 14 7
/src/Symfony/Component/HtmlSanitizer/TextSanitizer/UrlSanitizer.php 70 87 26
/src/Symfony/Component/HtmlSanitizer/Visitor/AttributeSanitizer/AttributeSanitizerInterface.php 28 9 3
/src/Symfony/Component/HtmlSanitizer/Visitor/AttributeSanitizer/UrlAttributeSanitizer.php 35 27 11
/src/Symfony/Component/HtmlSanitizer/Visitor/DomVisitor.php 82 40 22
/src/Symfony/Component/HtmlSanitizer/Visitor/Model/Cursor.php 23 10 10
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/BlockedNode.php 27 9 6
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/DocumentNode.php 26 9 7
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/Node.php 51 34 19
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/NodeInterface.php 36 3 3
/src/Symfony/Component/HtmlSanitizer/Visitor/Node/TextNode.php 35 22 14
/src/Symfony/Component/HttpClient/AmpHttpClient.php 100 136 45
/src/Symfony/Component/HttpClient/AsyncDecoratorTrait.php 39 15 13
/src/Symfony/Component/HttpClient/CachingHttpClient.php 129 97 48
/src/Symfony/Component/HttpClient/Chunk/DataChunk.php 47 17 8
/src/Symfony/Component/HttpClient/Chunk/ErrorChunk.php 106 56 25
/src/Symfony/Component/HttpClient/Chunk/FirstChunk.php 21 2 2
/src/Symfony/Component/HttpClient/Chunk/InformationalChunk.php 28 6 6
/src/Symfony/Component/HttpClient/Chunk/LastChunk.php 21 2 2
/src/Symfony/Component/HttpClient/Chunk/ServerSentEvent.php 97 54 27
/src/Symfony/Component/HttpClient/CurlHttpClient.php 154 300 83
/src/Symfony/Component/HttpClient/DataCollector/HttpClientDataCollector.php 139 93 38
/src/Symfony/Component/HttpClient/DecoratorTrait.php 51 21 16
/src/Symfony/Component/HttpClient/DependencyInjection/HttpClientPass.php 22 6 5
/src/Symfony/Component/HttpClient/EventSourceHttpClient.php 87 116 42
/src/Symfony/Component/HttpClient/Exception/ClientException.php 21 3 3
/src/Symfony/Component/HttpClient/Exception/EventSourceException.php 19 2 2
/src/Symfony/Component/HttpClient/Exception/HttpExceptionTrait.php 74 36 21
/src/Symfony/Component/HttpClient/Exception/InvalidArgumentException.php 19 3 3
/src/Symfony/Component/HttpClient/Exception/JsonException.php 21 2 2
/src/Symfony/Component/HttpClient/Exception/RedirectionException.php 21 3 3
/src/Symfony/Component/HttpClient/Exception/ServerException.php 21 3 3
/src/Symfony/Component/HttpClient/Exception/TimeoutException.php 19 6 6
/src/Symfony/Component/HttpClient/Exception/TransportException.php 19 3 3
/src/Symfony/Component/HttpClient/HttpClient.php 48 38 19
/src/Symfony/Component/HttpClient/HttpClientTrait.php 136 633 100
/src/Symfony/Component/HttpClient/HttpOptions.php 331 105 15
/src/Symfony/Component/HttpClient/HttplugClient.php 108 172 42
/src/Symfony/Component/HttpClient/Internal/AmpBody.php 63 129 42
/src/Symfony/Component/HttpClient/Internal/AmpClientState.php 79 255 53
/src/Symfony/Component/HttpClient/Internal/AmpListener.php 173 221 32
/src/Symfony/Component/HttpClient/Internal/AmpResolver.php 44 46 21
/src/Symfony/Component/HttpClient/Internal/Canary.php 28 6 6
/src/Symfony/Component/HttpClient/Internal/ClientState.php 21 11 6
/src/Symfony/Component/HttpClient/Internal/CurlClientState.php 50 83 31
/src/Symfony/Component/HttpClient/Internal/DnsCache.php 21 7 3
/src/Symfony/Component/HttpClient/Internal/HttplugWaitLoop.php 122 82 38
/src/Symfony/Component/HttpClient/Internal/NativeClientState.php 24 17 8
/src/Symfony/Component/HttpClient/Internal/PushedResponse.php 25 25 9
/src/Symfony/Component/HttpClient/Messenger/PingWebhookMessage.php 19 23 11
/src/Symfony/Component/HttpClient/Messenger/PingWebhookMessageHandler.php 22 15 12
/src/Symfony/Component/HttpClient/MockHttpClient.php 56 64 36
/src/Symfony/Component/HttpClient/NativeHttpClient.php 370 296 73
/src/Symfony/Component/HttpClient/NoPrivateNetworkHttpClient.php 80 58 30
/src/Symfony/Component/HttpClient/Psr18Client.php 108 111 28
/src/Symfony/Component/HttpClient/Response/AmpResponse.php 420 299 93
/src/Symfony/Component/HttpClient/Response/AsyncContext.php 66 112 52
/src/Symfony/Component/HttpClient/Response/AsyncResponse.php 355 358 92
/src/Symfony/Component/HttpClient/Response/CommonResponseTrait.php 165 80 46
/src/Symfony/Component/HttpClient/Response/CurlResponse.php 390 380 78
/src/Symfony/Component/HttpClient/Response/HttplugPromise.php 54 49 21
/src/Symfony/Component/HttpClient/Response/JsonMockResponse.php 25 16 16
/src/Symfony/Component/HttpClient/Response/MockResponse.php 194 235 77
/src/Symfony/Component/HttpClient/Response/NativeResponse.php 189 304 81
/src/Symfony/Component/HttpClient/Response/ResponseStream.php 40 16 7
/src/Symfony/Component/HttpClient/Response/StreamWrapper.php 247 165 54
/src/Symfony/Component/HttpClient/Response/StreamableInterface.php 34 8 5
/src/Symfony/Component/HttpClient/Response/TraceableResponse.php 209 124 41
/src/Symfony/Component/HttpClient/Response/TransportResponseTrait.php 105 198 67
/src/Symfony/Component/HttpClient/Retry/GenericRetryStrategy.php 93 53 19
/src/Symfony/Component/HttpClient/Retry/RetryStrategyInterface.php 15 11 3
/src/Symfony/Component/HttpClient/RetryableHttpClient.php 95 128 53
/src/Symfony/Component/HttpClient/ScopingHttpClient.php 66 93 36
/src/Symfony/Component/HttpClient/Test/HarFileResponseFactory.php 91 45 27
/src/Symfony/Component/HttpClient/Tests/AmpHttpClientTest.php 24 7 6
/src/Symfony/Component/HttpClient/Tests/AsyncDecoratorTraitTest.php 109 238 50
/src/Symfony/Component/HttpClient/Tests/CachingHttpClientTest.php 44 37 13
/src/Symfony/Component/HttpClient/Tests/Chunk/ServerSentEventTest.php 81 39 8
/src/Symfony/Component/HttpClient/Tests/CurlHttpClientTest.php 26 32 17
/src/Symfony/Component/HttpClient/Tests/DataCollector/HttpClientDataCollectorTest.php 430 153 32
/src/Symfony/Component/HttpClient/Tests/DependencyInjection/HttpClientPassTest.php 44 19 10
/src/Symfony/Component/HttpClient/Tests/EventSourceHttpClientTest.php 188 70 21
/src/Symfony/Component/HttpClient/Tests/Exception/HttpExceptionTraitTest.php 42 14 10
/src/Symfony/Component/HttpClient/Tests/Fixtures/assertion_failure.php 3 3 3
/src/Symfony/Component/HttpClient/Tests/HttpClientTest.php 21 10 7
/src/Symfony/Component/HttpClient/Tests/HttpClientTestCase.php 461 140 41
/src/Symfony/Component/HttpClient/Tests/HttpClientTraitTest.php 360 169 31
/src/Symfony/Component/HttpClient/Tests/HttpOptionsTest.php 38 13 9
/src/Symfony/Component/HttpClient/Tests/HttplugClientTest.php 254 144 28
/src/Symfony/Component/HttpClient/Tests/Messenger/PingWebhookMessageHandlerTest.php 44 33 11
/src/Symfony/Component/HttpClient/Tests/MockHttpClientTest.php 287 246 43
/src/Symfony/Component/HttpClient/Tests/NativeHttpClientTest.php 44 13 6
/src/Symfony/Component/HttpClient/Tests/NoPrivateNetworkHttpClientTest.php 70 87 26
/src/Symfony/Component/HttpClient/Tests/Psr18ClientTest.php 65 63 17
/src/Symfony/Component/HttpClient/Tests/Response/HttplugPromiseTest.php 20 20 14
/src/Symfony/Component/HttpClient/Tests/Response/JsonMockResponseTest.php 21 40 11
/src/Symfony/Component/HttpClient/Tests/Response/MockResponseTest.php 25 54 15
/src/Symfony/Component/HttpClient/Tests/Retry/GenericRetryStrategyTest.php 101 76 24
/src/Symfony/Component/HttpClient/Tests/RetryableHttpClientTest.php 283 304 49
/src/Symfony/Component/HttpClient/Tests/ScopingHttpClientTest.php 41 34 15
/src/Symfony/Component/HttpClient/Tests/Test/HarFileResponseFactoryTest.php 28 32 12
/src/Symfony/Component/HttpClient/Tests/TestLogger.php 20 11 9
/src/Symfony/Component/HttpClient/Tests/TraceableHttpClientTest.php 202 158 28
/src/Symfony/Component/HttpClient/Tests/UriTemplateHttpClientTest.php 88 37 16
/src/Symfony/Component/HttpClient/TraceableHttpClient.php 92 54 34
/src/Symfony/Component/HttpClient/UriTemplateHttpClient.php 34 51 28
/src/Symfony/Component/HttpFoundation/AcceptHeader.php 123 60 24
/src/Symfony/Component/HttpFoundation/AcceptHeaderItem.php 131 37 21
/src/Symfony/Component/HttpFoundation/BinaryFileResponse.php 291 177 55
/src/Symfony/Component/HttpFoundation/ChainRequestMatcher.php 28 8 8
/src/Symfony/Component/HttpFoundation/Cookie.php 270 236 45
/src/Symfony/Component/HttpFoundation/Exception/BadRequestException.php 17 1 1
/src/Symfony/Component/HttpFoundation/Exception/ConflictingHeadersException.php 19 1 1
/src/Symfony/Component/HttpFoundation/Exception/RequestExceptionInterface.php 19 1 1
/src/Symfony/Component/HttpFoundation/Exception/SessionNotFoundException.php 23 4 4
/src/Symfony/Component/HttpFoundation/Exception/SuspiciousOperationException.php 18 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/AccessDeniedException.php 23 5 5
/src/Symfony/Component/HttpFoundation/File/Exception/CannotWriteFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/ExtensionFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/FileNotFoundException.php 23 2 2
/src/Symfony/Component/HttpFoundation/File/Exception/FormSizeFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/IniSizeFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/NoFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/NoTmpDirFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/PartialFileException.php 19 1 1
/src/Symfony/Component/HttpFoundation/File/Exception/UnexpectedTypeException.php 16 7 7
/src/Symfony/Component/HttpFoundation/File/Exception/UploadException.php 19 3 3
/src/Symfony/Component/HttpFoundation/File/File.php 90 78 32
/src/Symfony/Component/HttpFoundation/File/Stream.php 21 11 11
/src/Symfony/Component/HttpFoundation/File/UploadedFile.php 171 107 46
/src/Symfony/Component/HttpFoundation/FileBag.php 40 63 28
/src/Symfony/Component/HttpFoundation/HeaderBag.php 180 112 45
/src/Symfony/Component/HttpFoundation/HeaderUtils.php 262 103 38
/src/Symfony/Component/HttpFoundation/InputBag.php 91 64 30
/src/Symfony/Component/HttpFoundation/IpUtils.php 98 100 38
/src/Symfony/Component/HttpFoundation/JsonResponse.php 127 71 35
/src/Symfony/Component/HttpFoundation/ParameterBag.php 174 94 40
/src/Symfony/Component/HttpFoundation/RateLimiter/AbstractRequestRateLimiter.php 32 16 9
/src/Symfony/Component/HttpFoundation/RateLimiter/PeekableRequestRateLimiterInterface.php 34 2 2
/src/Symfony/Component/HttpFoundation/RateLimiter/RequestRateLimiterInterface.php 14 2 2
/src/Symfony/Component/HttpFoundation/RedirectResponse.php 35 23 17
/src/Symfony/Component/HttpFoundation/Request.php 316 964 100
/src/Symfony/Component/HttpFoundation/RequestMatcher/AttributesRequestMatcher.php 15 11 9
/src/Symfony/Component/HttpFoundation/RequestMatcher/ExpressionRequestMatcher.php 26 26 14
/src/Symfony/Component/HttpFoundation/RequestMatcher/HostRequestMatcher.php 15 12 11
/src/Symfony/Component/HttpFoundation/RequestMatcher/IpsRequestMatcher.php 33 13 11
/src/Symfony/Component/HttpFoundation/RequestMatcher/IsJsonRequestMatcher.php 15 7 5
/src/Symfony/Component/HttpFoundation/RequestMatcher/MethodRequestMatcher.php 35 15 11
/src/Symfony/Component/HttpFoundation/RequestMatcher/PathRequestMatcher.php 15 12 11
/src/Symfony/Component/HttpFoundation/RequestMatcher/PortRequestMatcher.php 30 12 11
/src/Symfony/Component/HttpFoundation/RequestMatcher/SchemeRequestMatcher.php 35 16 12
/src/Symfony/Component/HttpFoundation/RequestStack.php 91 18 10
/src/Symfony/Component/HttpFoundation/Response.php 321 523 74
/src/Symfony/Component/HttpFoundation/ResponseHeaderBag.php 163 156 43
/src/Symfony/Component/HttpFoundation/ServerBag.php 37 27 9
/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBag.php 82 38 19
/src/Symfony/Component/HttpFoundation/Session/Attribute/AttributeBagInterface.php 52 18 7
/src/Symfony/Component/HttpFoundation/Session/Flash/AutoExpireFlashBag.php 118 40 17
/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBag.php 109 32 18
/src/Symfony/Component/HttpFoundation/Session/Flash/FlashBagInterface.php 26 17 6
/src/Symfony/Component/HttpFoundation/Session/FlashBagAwareSessionInterface.php 21 1 1
/src/Symfony/Component/HttpFoundation/Session/Session.php 87 92 30
/src/Symfony/Component/HttpFoundation/Session/SessionBagInterface.php 41 4 3
/src/Symfony/Component/HttpFoundation/Session/SessionBagProxy.php 79 40 15
/src/Symfony/Component/HttpFoundation/Session/SessionFactory.php 36 16 12
/src/Symfony/Component/HttpFoundation/Session/SessionFactoryInterface.php 19 2 2
/src/Symfony/Component/HttpFoundation/Session/SessionInterface.php 114 36 10
/src/Symfony/Component/HttpFoundation/Session/SessionUtils.php 38 10 7
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/AbstractSessionHandler.php 47 36 20
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/IdentityMarshaller.php 32 10 9
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MarshallingSessionHandler.php 45 31 14
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MemcachedSessionHandler.php 99 56 30
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MigratingSessionHandler.php 57 23 12
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/MongoDbSessionHandler.php 107 98 41
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NativeFileSessionHandler.php 36 24 14
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/NullSessionHandler.php 51 27 12
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/PdoSessionHandler.php 296 328 71
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/RedisSessionHandler.php 74 69 40
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/SessionHandlerFactory.php 73 84 33
/src/Symfony/Component/HttpFoundation/Session/Storage/Handler/StrictSessionHandler.php 85 35 24
/src/Symfony/Component/HttpFoundation/Session/Storage/MetadataBag.php 108 38 23
/src/Symfony/Component/HttpFoundation/Session/Storage/MockArraySessionStorage.php 99 65 25
/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorage.php 139 70 35
/src/Symfony/Component/HttpFoundation/Session/Storage/MockFileSessionStorageFactory.php 38 22 12
/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorage.php 332 156 53
/src/Symfony/Component/HttpFoundation/Session/Storage/NativeSessionStorageFactory.php 41 33 17
/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorage.php 44 23 17
/src/Symfony/Component/HttpFoundation/Session/Storage/PhpBridgeSessionStorageFactory.php 36 29 16
/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/AbstractProxy.php 80 28 15
/src/Symfony/Component/HttpFoundation/Session/Storage/Proxy/SessionHandlerProxy.php 47 32 14
/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageFactoryInterface.php 14 3 3
/src/Symfony/Component/HttpFoundation/Session/Storage/SessionStorageInterface.php 83 6 5
/src/Symfony/Component/HttpFoundation/StreamedJsonResponse.php 140 63 37
/src/Symfony/Component/HttpFoundation/StreamedResponse.php 82 51 26
/src/Symfony/Component/HttpFoundation/Test/Constraint/RequestAttributeValueSame.php 20 22 15
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseCookieValueSame.php 36 53 25
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseFormatSame.php 44 31 19
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHasCookie.php 34 48 23
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHasHeader.php 15 17 13
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHeaderLocationSame.php 20 30 18
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseHeaderSame.php 14 18 13
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsRedirected.php 15 23 13
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsSuccessful.php 15 23 13
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseIsUnprocessable.php 14 22 12
/src/Symfony/Component/HttpFoundation/Test/Constraint/ResponseStatusCodeSame.php 19 22 15
/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderItemTest.php 29 50 14
/src/Symfony/Component/HttpFoundation/Tests/AcceptHeaderTest.php 20 53 12
/src/Symfony/Component/HttpFoundation/Tests/BinaryFileResponseTest.php 397 251 27
/src/Symfony/Component/HttpFoundation/Tests/CookieTest.php 300 307 25
/src/Symfony/Component/HttpFoundation/Tests/File/FakeFile.php 36 20 9
/src/Symfony/Component/HttpFoundation/Tests/File/FileTest.php 41 76 14
/src/Symfony/Component/HttpFoundation/Tests/File/UploadedFileTest.php 176 103 21
/src/Symfony/Component/HttpFoundation/Tests/FileBagTest.php 162 82 20
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/FooEnum.php 14 1 1
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/common.inc 3 23 12
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/cookie_raw_urlencode.php 5 4 4
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/cookie_samesite_lax.php 5 3 3
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/cookie_samesite_strict.php 5 3 3
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/cookie_urlencode.php 5 8 6
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/deleted_cookie.php 44 26 17
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/early_hints.php 5 19 8
/src/Symfony/Component/HttpFoundation/Tests/Fixtures/response-functional/invalid_cookie_name.php 9 5 5
/src/Symfony/Component/HttpFoundation/Tests/HeaderBagTest.php 206 139 14
/src/Symfony/Component/HttpFoundation/Tests/HeaderUtilsTest.php 116 96 15
/src/Symfony/Component/HttpFoundation/Tests/InputBagTest.php 194 122 14
/src/Symfony/Component/HttpFoundation/Tests/IpUtilsTest.php 209 142 22
/src/Symfony/Component/HttpFoundation/Tests/JsonResponseTest.php 205 142 28
/src/Symfony/Component/HttpFoundation/Tests/ParameterBagTest.php 297 205 18
/src/Symfony/Component/HttpFoundation/Tests/RateLimiter/AbstractRequestRateLimiterTest.php 24 20 13
/src/Symfony/Component/HttpFoundation/Tests/RateLimiter/MockAbstractRequestRateLimiter.php 15 6 6
/src/Symfony/Component/HttpFoundation/Tests/RedirectResponseTest.php 47 35 13
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/AttributesRequestMatcherTest.php 33 26 15
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/ExpressionRequestMatcherTest.php 31 17 11
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/HostRequestMatcherTest.php 23 16 11
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/IpsRequestMatcherTest.php 30 22 13
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/IsJsonRequestMatcherTest.php 30 14 10
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/MethodRequestMatcherTest.php 30 18 15
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/PathRequestMatcherTest.php 48 21 12
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/PortRequestMatcherTest.php 30 15 12
/src/Symfony/Component/HttpFoundation/Tests/RequestMatcher/SchemeRequestMatcherTest.php 29 24 18
/src/Symfony/Component/HttpFoundation/Tests/RequestStackTest.php 20 27 7
/src/Symfony/Component/HttpFoundation/Tests/RequestTest.php 1339 1271 57
/src/Symfony/Component/HttpFoundation/Tests/ResponseFunctionalTest.php 23 55 26
/src/Symfony/Component/HttpFoundation/Tests/ResponseHeaderBagTest.php 147 200 16
/src/Symfony/Component/HttpFoundation/Tests/ResponseTest.php 66 780 32
/src/Symfony/Component/HttpFoundation/Tests/ResponseTestCase.php 19 26 9
/src/Symfony/Component/HttpFoundation/Tests/ServerBagTest.php 102 65 10
/src/Symfony/Component/HttpFoundation/Tests/Session/Attribute/AttributeBagTest.php 132 97 25
/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/AutoExpireFlashBagTest.php 134 76 16
/src/Symfony/Component/HttpFoundation/Tests/Session/Flash/FlashBagTest.php 113 87 18
/src/Symfony/Component/HttpFoundation/Tests/Session/SessionTest.php 73 167 26
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractRedisSessionHandlerTestCase.php 106 97 33
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractSessionHandlerTest.php 21 38 21
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/common.inc 114 107 36
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/empty_destroys.php 3 6 5
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/invalid_regenerate.php 3 20 15
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/read_only.php 3 8 7
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/regenerate.php 3 11 7
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/storage.php 3 22 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/with_cookie.php 3 8 6
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/with_cookie_and_session.php 3 9 6
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/with_samesite.php 3 10 8
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/Fixtures/with_samesite_and_migration.php 3 15 10
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/IdentityMarshallerTest.php 52 22 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MarshallingSessionHandlerTest.php 44 50 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MemcachedSessionHandlerTest.php 135 79 29
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MigratingSessionHandlerTest.php 167 51 11
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/MongoDbSessionHandlerTest.php 86 116 32
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NativeFileSessionHandlerTest.php 29 31 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/NullSessionHandlerTest.php 46 26 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PdoSessionHandlerTest.php 407 295 52
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PredisClusterSessionHandlerTest.php 24 17 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/PredisSessionHandlerTest.php 23 17 13
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisArraySessionHandlerTest.php 19 5 5
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php 19 21 14
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisSessionHandlerTest.php 19 8 8
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RelaySessionHandlerTest.php 24 12 11
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/SessionHandlerFactoryTest.php 33 27 16
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/StrictSessionHandlerTest.php 174 56 7
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/stubs/mongodb.php 20 2 2
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MetadataBagTest.php 71 67 17
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockArraySessionStorageTest.php 47 67 15
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/MockFileSessionStorageTest.php 102 64 20
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/NativeSessionStorageTest.php 223 137 28
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/PhpBridgeSessionStorageTest.php 66 35 21
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/AbstractProxyTest.php 105 68 15
/src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Proxy/SessionHandlerProxyTest.php 163 77 20
/src/Symfony/Component/HttpFoundation/Tests/StreamedJsonResponseTest.php 148 145 35
/src/Symfony/Component/HttpFoundation/Tests/StreamedResponseTest.php 71 89 15
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/RequestAttributeValueSameTest.php 33 21 15
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseCookieValueSameTest.php 36 31 16
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseFormatSameTest.php 37 32 14
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHasCookieTest.php 34 22 16
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHasHeaderTest.php 31 17 13
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHeaderLocationSameTest.php 110 74 20
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseHeaderSameTest.php 31 17 13
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseIsRedirectedTest.php 31 16 13
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseIsSuccessfulTest.php 31 17 13
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseIsUnprocessableTest.php 20 7 6
/src/Symfony/Component/HttpFoundation/Tests/Test/Constraint/ResponseStatusCodeSameTest.php 33 21 14
/src/Symfony/Component/HttpFoundation/Tests/UriSignerTest.php 29 20 7
/src/Symfony/Component/HttpFoundation/Tests/UrlHelperTest.php 85 86 20
/src/Symfony/Component/HttpFoundation/UriSigner.php 80 39 19
/src/Symfony/Component/HttpFoundation/UrlHelper.php 42 49 23
/src/Symfony/Component/HttpKernel/Attribute/AsController.php 24 5 5
/src/Symfony/Component/HttpKernel/Attribute/AsTargetedValueResolver.php 20 12 12
/src/Symfony/Component/HttpKernel/Attribute/Cache.php 26 89 14
/src/Symfony/Component/HttpKernel/Attribute/MapDateTime.php 22 13 13
/src/Symfony/Component/HttpKernel/Attribute/MapQueryParameter.php 29 26 11
/src/Symfony/Component/HttpKernel/Attribute/MapQueryString.php 29 26 16
/src/Symfony/Component/HttpKernel/Attribute/MapRequestPayload.php 29 34 16
/src/Symfony/Component/HttpKernel/Attribute/ValueResolver.php 22 17 12
/src/Symfony/Component/HttpKernel/Attribute/WithHttpStatus.php 23 15 10
/src/Symfony/Component/HttpKernel/Attribute/WithLogLevel.php 25 10 10
/src/Symfony/Component/HttpKernel/Bundle/AbstractBundle.php 30 26 18
/src/Symfony/Component/HttpKernel/Bundle/Bundle.php 28 89 35
/src/Symfony/Component/HttpKernel/Bundle/BundleExtension.php 32 32 22
/src/Symfony/Component/HttpKernel/Bundle/BundleInterface.php 37 16 5
/src/Symfony/Component/HttpKernel/CacheClearer/ChainCacheClearer.php 28 4 4
/src/Symfony/Component/HttpKernel/CacheClearer/Psr6CacheClearer.php 57 12 8
/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmer.php 25 18 10
/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerAggregate.php 89 71 35
/src/Symfony/Component/HttpKernel/CacheWarmer/CacheWarmerInterface.php 29 1 1
/src/Symfony/Component/HttpKernel/CacheWarmer/WarmableInterface.php 29 3 3
/src/Symfony/Component/HttpKernel/Config/FileLocator.php 33 18 17
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver.php 44 60 32
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/BackedEnumValueResolver.php 64 26 14
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DateTimeValueResolver.php 76 45 30
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/DefaultValueResolver.php 31 12 8
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/NotTaggedControllerValueResolver.php 27 32 20
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/QueryParameterValueResolver.php 47 60 30
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestAttributeValueResolver.php 25 11 9
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestPayloadValueResolver.php 108 147 52
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/RequestValueResolver.php 27 11 10
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/ServiceValueResolver.php 58 32 17
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/SessionValueResolver.php 26 13 9
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/TraceableValueResolver.php 26 21 15
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/UidValueResolver.php 34 16 12
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolver/VariadicValueResolver.php 25 15 11
/src/Symfony/Component/HttpKernel/Controller/ArgumentResolverInterface.php 14 3 3
/src/Symfony/Component/HttpKernel/Controller/ContainerControllerResolver.php 45 29 22
/src/Symfony/Component/HttpKernel/Controller/ControllerReference.php 31 9 5
/src/Symfony/Component/HttpKernel/Controller/ControllerResolver.php 129 164 58
/src/Symfony/Component/HttpKernel/Controller/ControllerResolverInterface.php 40 5 5
/src/Symfony/Component/HttpKernel/Controller/ErrorController.php 29 27 17
/src/Symfony/Component/HttpKernel/Controller/TraceableArgumentResolver.php 35 14 12
/src/Symfony/Component/HttpKernel/Controller/TraceableControllerResolver.php 35 15 13
/src/Symfony/Component/HttpKernel/Controller/ValueResolverInterface.php 14 2 2
/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadata.php 27 57 27
/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactory.php 50 21 17
/src/Symfony/Component/HttpKernel/ControllerMetadata/ArgumentMetadataFactoryInterface.php 24 4 4
/src/Symfony/Component/HttpKernel/DataCollector/AjaxDataCollector.php 34 15 9
/src/Symfony/Component/HttpKernel/DataCollector/ConfigDataCollector.php 227 88 30
/src/Symfony/Component/HttpKernel/DataCollector/DataCollector.php 76 47 35
/src/Symfony/Component/HttpKernel/DataCollector/DataCollectorInterface.php 30 6 5
/src/Symfony/Component/HttpKernel/DataCollector/DumpDataCollector.php 195 199 62
/src/Symfony/Component/HttpKernel/DataCollector/EventDataCollector.php 38 81 24
/src/Symfony/Component/HttpKernel/DataCollector/ExceptionDataCollector.php 54 17 14
/src/Symfony/Component/HttpKernel/DataCollector/LateDataCollectorInterface.php 26 1 1
/src/Symfony/Component/HttpKernel/DataCollector/LoggerDataCollector.php 191 143 52
/src/Symfony/Component/HttpKernel/DataCollector/MemoryDataCollector.php 42 35 23
/src/Symfony/Component/HttpKernel/DataCollector/RequestDataCollector.php 449 268 60
/src/Symfony/Component/HttpKernel/DataCollector/RouterDataCollector.php 48 39 22
/src/Symfony/Component/HttpKernel/DataCollector/TimeDataCollector.php 28 49 23
/src/Symfony/Component/HttpKernel/Debug/ErrorHandlerConfigurator.php 43 65 26
/src/Symfony/Component/HttpKernel/Debug/TraceableEventDispatcher.php 80 26 14
/src/Symfony/Component/HttpKernel/Debug/VirtualRequestStack.php 26 37 14
/src/Symfony/Component/HttpKernel/DependencyInjection/AddAnnotatedClassesToCachePass.php 34 39 20
/src/Symfony/Component/HttpKernel/DependencyInjection/ConfigurableExtension.php 30 3 3
/src/Symfony/Component/HttpKernel/DependencyInjection/ControllerArgumentValueResolverPass.php 40 18 11
/src/Symfony/Component/HttpKernel/DependencyInjection/Extension.php 38 6 4
/src/Symfony/Component/HttpKernel/DependencyInjection/FragmentRendererPass.php 28 14 10
/src/Symfony/Component/HttpKernel/DependencyInjection/LazyLoadingFragmentHandler.php 26 20 17
/src/Symfony/Component/HttpKernel/DependencyInjection/LoggerPass.php 28 9 8
/src/Symfony/Component/HttpKernel/DependencyInjection/MergeExtensionConfigurationPass.php 24 7 7
/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterControllerArgumentLocatorsPass.php 137 121 39
/src/Symfony/Component/HttpKernel/DependencyInjection/RegisterLocaleAwareServicesPass.php 38 10 9
/src/Symfony/Component/HttpKernel/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPass.php 55 20 14
/src/Symfony/Component/HttpKernel/DependencyInjection/ResettableServicePass.php 54 15 12
/src/Symfony/Component/HttpKernel/DependencyInjection/ServicesResetter.php 53 15 14
/src/Symfony/Component/HttpKernel/Event/ControllerArgumentsEvent.php 35 35 18
/src/Symfony/Component/HttpKernel/Event/ControllerEvent.php 93 57 30
/src/Symfony/Component/HttpKernel/Event/ExceptionEvent.php 35 9 7
/src/Symfony/Component/HttpKernel/Event/FinishRequestEvent.php 19 1 1
/src/Symfony/Component/HttpKernel/Event/KernelEvent.php 25 15 7
/src/Symfony/Component/HttpKernel/Event/RequestEvent.php 27 13 11
/src/Symfony/Component/HttpKernel/Event/ResponseEvent.php 31 10 9
/src/Symfony/Component/HttpKernel/Event/TerminateEvent.php 37 10 9
/src/Symfony/Component/HttpKernel/Event/ViewEvent.php 29 21 12
/src/Symfony/Component/HttpKernel/EventListener/AbstractSessionListener.php 316 101 41
/src/Symfony/Component/HttpKernel/EventListener/AddRequestFormatsListener.php 27 9 8
/src/Symfony/Component/HttpKernel/EventListener/CacheAttributeListener.php 180 90 45
/src/Symfony/Component/HttpKernel/EventListener/DebugHandlersListener.php 111 57 32
/src/Symfony/Component/HttpKernel/EventListener/DisallowRobotsIndexingListener.php 34 14 13
/src/Symfony/Component/HttpKernel/EventListener/DumpListener.php 51 23 15
/src/Symfony/Component/HttpKernel/EventListener/ErrorListener.php 112 106 40
/src/Symfony/Component/HttpKernel/EventListener/FragmentListener.php 72 25 16
/src/Symfony/Component/HttpKernel/EventListener/LocaleAwareListener.php 72 20 16
/src/Symfony/Component/HttpKernel/EventListener/LocaleListener.php 67 44 23
/src/Symfony/Component/HttpKernel/EventListener/ProfilerListener.php 107 83 34
/src/Symfony/Component/HttpKernel/EventListener/ResponseListener.php 62 21 14
/src/Symfony/Component/HttpKernel/EventListener/RouterListener.php 75 89 36
/src/Symfony/Component/HttpKernel/EventListener/SessionListener.php 25 7 7
/src/Symfony/Component/HttpKernel/EventListener/SurrogateListener.php 61 24 16
/src/Symfony/Component/HttpKernel/EventListener/ValidateRequestListener.php 44 12 10
/src/Symfony/Component/HttpKernel/Exception/AccessDeniedHttpException.php 20 8 8
/src/Symfony/Component/HttpKernel/Exception/BadRequestHttpException.php 19 8 8
/src/Symfony/Component/HttpKernel/Exception/ConflictHttpException.php 19 9 9
/src/Symfony/Component/HttpKernel/Exception/ControllerDoesNotReturnResponseException.php 71 34 25
/src/Symfony/Component/HttpKernel/Exception/GoneHttpException.php 19 9 9
/src/Symfony/Component/HttpKernel/Exception/HttpException.php 21 11 9
/src/Symfony/Component/HttpKernel/Exception/HttpExceptionInterface.php 29 2 1
/src/Symfony/Component/HttpKernel/Exception/InvalidMetadataException.php 14 3 3
/src/Symfony/Component/HttpKernel/Exception/LengthRequiredHttpException.php 19 9 9
/src/Symfony/Component/HttpKernel/Exception/LockedHttpException.php 19 9 9
/src/Symfony/Component/HttpKernel/Exception/MethodNotAllowedHttpException.php 17 9 9
/src/Symfony/Component/HttpKernel/Exception/NotAcceptableHttpException.php 19 9 9
/src/Symfony/Component/HttpKernel/Exception/NotFoundHttpException.php 19 7 7
/src/Symfony/Component/HttpKernel/Exception/PreconditionFailedHttpException.php 19 9 9
/src/Symfony/Component/HttpKernel/Exception/PreconditionRequiredHttpException.php 21 9 9
/src/Symfony/Component/HttpKernel/Exception/ResolverNotFoundException.php 22 8 7
/src/Symfony/Component/HttpKernel/Exception/ServiceUnavailableHttpException.php 24 14 12
/src/Symfony/Component/HttpKernel/Exception/TooManyRequestsHttpException.php 26 14 12
/src/Symfony/Component/HttpKernel/Exception/UnauthorizedHttpException.php 17 9 9
/src/Symfony/Component/HttpKernel/Exception/UnexpectedSessionUsageException.php 17 1 1
/src/Symfony/Component/HttpKernel/Exception/UnprocessableEntityHttpException.php 19 9 9
/src/Symfony/Component/HttpKernel/Exception/UnsupportedMediaTypeHttpException.php 19 9 9
/src/Symfony/Component/HttpKernel/Fragment/AbstractSurrogateFragmentRenderer.php 71 34 18
/src/Symfony/Component/HttpKernel/Fragment/EsiFragmentRenderer.php 21 4 4
/src/Symfony/Component/HttpKernel/Fragment/FragmentHandler.php 81 41 22
/src/Symfony/Component/HttpKernel/Fragment/FragmentRendererInterface.php 15 5 4
/src/Symfony/Component/HttpKernel/Fragment/FragmentUriGenerator.php 71 54 25
/src/Symfony/Component/HttpKernel/Fragment/FragmentUriGeneratorInterface.php 31 6 6
/src/Symfony/Component/HttpKernel/Fragment/HIncludeFragmentRenderer.php 58 56 27
/src/Symfony/Component/HttpKernel/Fragment/InlineFragmentRenderer.php 79 62 27
/src/Symfony/Component/HttpKernel/Fragment/RoutableFragmentRenderer.php 35 10 10
/src/Symfony/Component/HttpKernel/Fragment/SsiFragmentRenderer.php 21 4 4
/src/Symfony/Component/HttpKernel/HttpCache/AbstractSurrogate.php 85 78 28
/src/Symfony/Component/HttpKernel/HttpCache/Esi.php 65 63 29
/src/Symfony/Component/HttpKernel/HttpCache/HttpCache.php 733 222 58
/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategy.php 40 93 36
/src/Symfony/Component/HttpKernel/HttpCache/ResponseCacheStrategyInterface.php 18 2 2
/src/Symfony/Component/HttpKernel/HttpCache/Ssi.php 49 48 28
/src/Symfony/Component/HttpKernel/HttpCache/Store.php 288 265 60
/src/Symfony/Component/HttpKernel/HttpCache/StoreInterface.php 78 7 5
/src/Symfony/Component/HttpKernel/HttpCache/SubRequestHandler.php 85 36 15
/src/Symfony/Component/HttpKernel/HttpCache/SurrogateInterface.php 44 10 7
/src/Symfony/Component/HttpKernel/HttpClientKernel.php 76 78 36
/src/Symfony/Component/HttpKernel/HttpKernel.php 100 154 49
/src/Symfony/Component/HttpKernel/HttpKernelBrowser.php 91 64 34
/src/Symfony/Component/HttpKernel/HttpKernelInterface.php 39 8 6
/src/Symfony/Component/HttpKernel/Kernel.php 720 389 83
/src/Symfony/Component/HttpKernel/KernelEvents.php 28 11 3
/src/Symfony/Component/HttpKernel/KernelInterface.php 69 8 3
/src/Symfony/Component/HttpKernel/Log/DebugLoggerConfigurator.php 37 30 20
/src/Symfony/Component/HttpKernel/Log/DebugLoggerInterface.php 46 6 4
/src/Symfony/Component/HttpKernel/Log/Logger.php 66 123 52
/src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php 227 224 53
/src/Symfony/Component/HttpKernel/Profiler/Profile.php 48 88 20
/src/Symfony/Component/HttpKernel/Profiler/Profiler.php 241 127 41
/src/Symfony/Component/HttpKernel/Profiler/ProfilerStorageInterface.php 38 18 2
/src/Symfony/Component/HttpKernel/RebootableInterface.php 29 3 3
/src/Symfony/Component/HttpKernel/Resources/welcome.html.php 245 10 4
/src/Symfony/Component/HttpKernel/TerminableInterface.php 31 3 2
/src/Symfony/Component/HttpKernel/Tests/Attribute/WithLogLevelTest.php 32 9 7
/src/Symfony/Component/HttpKernel/Tests/Bundle/BundleTest.php 30 21 10
/src/Symfony/Component/HttpKernel/Tests/CacheClearer/ChainCacheClearerTest.php 32 17 13
/src/Symfony/Component/HttpKernel/Tests/CacheClearer/Psr6CacheClearerTest.php 42 12 7
/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerAggregateTest.php 61 79 11
/src/Symfony/Component/HttpKernel/Tests/CacheWarmer/CacheWarmerTest.php 31 34 17
/src/Symfony/Component/HttpKernel/Tests/Config/FileLocatorTest.php 20 11 8
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/BackedEnumValueResolverTest.php 27 77 31
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/DateTimeValueResolverTest.php 193 124 29
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/NotTaggedControllerValueResolverTest.php 35 52 16
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/QueryParameterValueResolverTest.php 54 221 23
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/RequestPayloadValueResolverTest.php 719 377 47
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/ServiceValueResolverTest.php 75 55 20
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/TraceableValueResolverTest.php 23 19 15
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolver/UidValueResolverTest.php 61 76 22
/src/Symfony/Component/HttpKernel/Tests/Controller/ArgumentResolverTest.php 138 377 47
/src/Symfony/Component/HttpKernel/Tests/Controller/ContainerControllerResolverTest.php 200 106 30
/src/Symfony/Component/HttpKernel/Tests/Controller/ControllerResolverTest.php 202 190 33
/src/Symfony/Component/HttpKernel/Tests/Controller/ErrorControllerTest.php 68 33 18
/src/Symfony/Component/HttpKernel/Tests/Controller/TraceableArgumentResolverTest.php 42 25 22
/src/Symfony/Component/HttpKernel/Tests/Controller/TraceableControllerResolverTest.php 41 25 22
/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataFactoryTest.php 50 149 25
/src/Symfony/Component/HttpKernel/Tests/ControllerMetadata/ArgumentMetadataTest.php 20 43 11
/src/Symfony/Component/HttpKernel/Tests/DataCollector/ConfigDataCollectorTest.php 88 85 17
/src/Symfony/Component/HttpKernel/Tests/DataCollector/DataCollectorTest.php 33 56 13
/src/Symfony/Component/HttpKernel/Tests/DataCollector/DumpDataCollectorTest.php 125 105 22
/src/Symfony/Component/HttpKernel/Tests/DataCollector/ExceptionDataCollectorTest.php 22 34 12
/src/Symfony/Component/HttpKernel/Tests/DataCollector/LoggerDataCollectorTest.php 25 100 25
/src/Symfony/Component/HttpKernel/Tests/DataCollector/MemoryDataCollectorTest.php 39 31 14
/src/Symfony/Component/HttpKernel/Tests/DataCollector/RequestDataCollectorTest.php 264 254 36
/src/Symfony/Component/HttpKernel/Tests/DataCollector/RouterDataCollectorTest.php 58 35 11
/src/Symfony/Component/HttpKernel/Tests/DataCollector/TimeDataCollectorTest.php 76 83 15
/src/Symfony/Component/HttpKernel/Tests/Debug/ErrorHandlerConfiguratorTest.php 39 35 21
/src/Symfony/Component/HttpKernel/Tests/Debug/TraceableEventDispatcherTest.php 28 60 20
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/AddAnnotatedClassesToCachePassTest.php 19 30 8
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ControllerArgumentValueResolverPassTest.php 111 30 9
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/FragmentRendererPassTest.php 44 39 20
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LazyLoadingFragmentHandlerTest.php 24 24 11
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/LoggerPassTest.php 45 20 9
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/MergeExtensionConfigurationPassTest.php 23 30 13
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterControllerArgumentLocatorsPassTest.php 736 420 47
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RegisterLocaleAwareServicesPassTest.php 24 16 8
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/RemoveEmptyControllerArgumentLocatorsPassTest.php 29 54 20
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ResettableServicePassTest.php 68 38 12
/src/Symfony/Component/HttpKernel/Tests/DependencyInjection/ServicesResetterTest.php 32 22 15
/src/Symfony/Component/HttpKernel/Tests/Event/ControllerArgumentsEventTest.php 26 50 12
/src/Symfony/Component/HttpKernel/Tests/Event/ControllerEventTest.php 70 31 12
/src/Symfony/Component/HttpKernel/Tests/Event/ExceptionEventTest.php 21 9 8
/src/Symfony/Component/HttpKernel/Tests/EventListener/AddRequestFormatsListenerTest.php 34 18 10
/src/Symfony/Component/HttpKernel/Tests/EventListener/CacheAttributeListenerTest.php 94 233 33
/src/Symfony/Component/HttpKernel/Tests/EventListener/DebugHandlersListenerTest.php 138 69 21
/src/Symfony/Component/HttpKernel/Tests/EventListener/DisallowRobotsIndexingListenerTest.php 27 20 15
/src/Symfony/Component/HttpKernel/Tests/EventListener/DumpListenerTest.php 56 47 27
/src/Symfony/Component/HttpKernel/Tests/EventListener/ErrorListenerTest.php 60 237 45
/src/Symfony/Component/HttpKernel/Tests/EventListener/FragmentListenerTest.php 54 63 14
/src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleAwareListenerTest.php 82 52 22
/src/Symfony/Component/HttpKernel/Tests/EventListener/LocaleListenerTest.php 208 81 19
/src/Symfony/Component/HttpKernel/Tests/EventListener/ProfilerListenerTest.php 90 45 21
/src/Symfony/Component/HttpKernel/Tests/EventListener/ResponseListenerTest.php 61 84 19
/src/Symfony/Component/HttpKernel/Tests/EventListener/RouterListenerTest.php 209 118 22
/src/Symfony/Component/HttpKernel/Tests/EventListener/SessionListenerTest.php 948 386 35
/src/Symfony/Component/HttpKernel/Tests/EventListener/SurrogateListenerTest.php 26 36 11
/src/Symfony/Component/HttpKernel/Tests/EventListener/ValidateRequestListenerTest.php 30 27 16
/src/Symfony/Component/HttpKernel/Tests/Exception/AccessDeniedHttpExceptionTest.php 15 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/BadRequestHttpExceptionTest.php 15 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/ConflictHttpExceptionTest.php 15 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/GoneHttpExceptionTest.php 15 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/HttpExceptionTest.php 51 41 21
/src/Symfony/Component/HttpKernel/Tests/Exception/LengthRequiredHttpExceptionTest.php 14 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/LockedHttpExceptionTest.php 14 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/MethodNotAllowedHttpExceptionTest.php 33 27 17
/src/Symfony/Component/HttpKernel/Tests/Exception/NotAcceptableHttpExceptionTest.php 14 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/NotFoundHttpExceptionTest.php 14 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionFailedHttpExceptionTest.php 14 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/PreconditionRequiredHttpExceptionTest.php 14 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/ServiceUnavailableHttpExceptionTest.php 19 29 17
/src/Symfony/Component/HttpKernel/Tests/Exception/TooManyRequestsHttpExceptionTest.php 41 29 17
/src/Symfony/Component/HttpKernel/Tests/Exception/UnauthorizedHttpExceptionTest.php 19 26 16
/src/Symfony/Component/HttpKernel/Tests/Exception/UnprocessableEntityHttpExceptionTest.php 14 15 12
/src/Symfony/Component/HttpKernel/Tests/Exception/UnsupportedMediaTypeHttpExceptionTest.php 14 15 12
/src/Symfony/Component/HttpKernel/Tests/Fixtures/AcmeFooBundle/AcmeFooBundle.php 37 14 7
/src/Symfony/Component/HttpKernel/Tests/Fixtures/AcmeFooBundle/Resources/config/definition.php 6 1 1
/src/Symfony/Component/HttpKernel/Tests/Fixtures/AcmeFooBundle/Resources/config/services.php 7 2 2
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Attribute/Bar.php 18 15 13
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Attribute/Baz.php 15 2 2
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Attribute/Foo.php 19 9 8
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ClearableService.php 9 8 8
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/AttributeController.php 34 29 9
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/BasicTypesController.php 16 7 5
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/CacheAttributeController.php 27 15 9
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/ExtendingRequest.php 14 3 3
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/ExtendingSession.php 16 2 2
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/NullableController.php 16 15 8
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Controller/VariadicController.php 16 7 6
/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/CloneVarDataCollector.php 38 15 11
/src/Symfony/Component/HttpKernel/Tests/Fixtures/DataCollector/DummyController.php 45 24 9
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/DependencyInjection/ExtensionNotValidExtension.php 16 7 7
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionNotValidBundle/ExtensionNotValidBundle.php 16 3 3
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/DependencyInjection/ExtensionPresentExtension.php 19 5 5
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ExtensionPresentBundle/ExtensionPresentBundle.php 16 2 2
/src/Symfony/Component/HttpKernel/Tests/Fixtures/IntEnum.php 14 1 1
/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTest.php 44 20 15
/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelForTestWithLoadClassCache.php 16 4 4
/src/Symfony/Component/HttpKernel/Tests/Fixtures/KernelWithoutBundles.php 20 14 11
/src/Symfony/Component/HttpKernel/Tests/Fixtures/LazyResettableService.php 23 13 9
/src/Symfony/Component/HttpKernel/Tests/Fixtures/MockableUploadFileWithClientSize.php 18 5 5
/src/Symfony/Component/HttpKernel/Tests/Fixtures/MultiResettableService.php 10 11 6
/src/Symfony/Component/HttpKernel/Tests/Fixtures/ResettableService.php 9 9 9
/src/Symfony/Component/HttpKernel/Tests/Fixtures/Suit.php 14 1 1
/src/Symfony/Component/HttpKernel/Tests/Fixtures/TestClient.php 27 13 11
/src/Symfony/Component/HttpKernel/Tests/Fixtures/UsePropertyInDestruct.php 13 18 15
/src/Symfony/Component/HttpKernel/Tests/Fixtures/WithPublicObjectProperty.php 7 8 8
/src/Symfony/Component/HttpKernel/Tests/Fragment/EsiFragmentRendererTest.php 99 66 17
/src/Symfony/Component/HttpKernel/Tests/Fragment/FragmentHandlerTest.php 57 57 22
/src/Symfony/Component/HttpKernel/Tests/Fragment/HIncludeFragmentRendererTest.php 47 56 17
/src/Symfony/Component/HttpKernel/Tests/Fragment/InlineFragmentRendererTest.php 290 179 28
/src/Symfony/Component/HttpKernel/Tests/Fragment/RoutableFragmentRendererTest.php 68 61 19
/src/Symfony/Component/HttpKernel/Tests/Fragment/SsiFragmentRendererTest.php 78 57 17
/src/Symfony/Component/HttpKernel/Tests/HttpCache/EsiTest.php 75 172 18
/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTest.php 772 1021 49
/src/Symfony/Component/HttpKernel/Tests/HttpCache/HttpCacheTestCase.php 172 152 49
/src/Symfony/Component/HttpKernel/Tests/HttpCache/ResponseCacheStrategyTest.php 57 136 19
/src/Symfony/Component/HttpKernel/Tests/HttpCache/SsiTest.php 22 140 17
/src/Symfony/Component/HttpKernel/Tests/HttpCache/StoreTest.php 72 286 32
/src/Symfony/Component/HttpKernel/Tests/HttpCache/SubRequestHandlerTest.php 145 119 31
/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestHttpKernel.php 49 66 32
/src/Symfony/Component/HttpKernel/Tests/HttpCache/TestMultipleHttpKernel.php 53 43 28
/src/Symfony/Component/HttpKernel/Tests/HttpClientKernelTest.php 34 16 12
/src/Symfony/Component/HttpKernel/Tests/HttpKernelBrowserTest.php 57 108 20
/src/Symfony/Component/HttpKernel/Tests/HttpKernelTest.php 205 398 44
/src/Symfony/Component/HttpKernel/Tests/KernelTest.php 43 296 66
/src/Symfony/Component/HttpKernel/Tests/Log/LoggerTest.php 41 114 37
/src/Symfony/Component/HttpKernel/Tests/Logger.php 84 60 20
/src/Symfony/Component/HttpKernel/Tests/Profiler/FileProfilerStorageTest.php 333 259 26
/src/Symfony/Component/HttpKernel/Tests/Profiler/ProfilerTest.php 45 73 22
/src/Symfony/Component/HttpKernel/Tests/TestHttpKernel.php 28 23 16
/src/Symfony/Component/Intl/Countries.php 109 60 15
/src/Symfony/Component/Intl/Currencies.php 94 87 21
/src/Symfony/Component/Intl/Data/Bundle/Compiler/BundleCompilerInterface.php 27 1 1
/src/Symfony/Component/Intl/Data/Bundle/Compiler/GenrbCompiler.php 46 12 9
/src/Symfony/Component/Intl/Data/Bundle/Reader/BufferedBundleReader.php 33 12 10
/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReader.php 121 44 23
/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleEntryReaderInterface.php 53 6 6
/src/Symfony/Component/Intl/Data/Bundle/Reader/BundleReaderInterface.php 27 2 2
/src/Symfony/Component/Intl/Data/Bundle/Reader/IntlBundleReader.php 33 15 13
/src/Symfony/Component/Intl/Data/Bundle/Reader/JsonBundleReader.php 26 16 11
/src/Symfony/Component/Intl/Data/Bundle/Reader/PhpBundleReader.php 43 14 11
/src/Symfony/Component/Intl/Data/Bundle/Writer/BundleWriterInterface.php 23 3 3
/src/Symfony/Component/Intl/Data/Bundle/Writer/JsonBundleWriter.php 23 17 13
/src/Symfony/Component/Intl/Data/Bundle/Writer/PhpBundleWriter.php 25 16 11
/src/Symfony/Component/Intl/Data/Bundle/Writer/TextBundleWriter.php 29 84 22
/src/Symfony/Component/Intl/Data/Generator/AbstractDataGenerator.php 54 23 9
/src/Symfony/Component/Intl/Data/Generator/CurrencyDataGenerator.php 118 56 20
/src/Symfony/Component/Intl/Data/Generator/FallbackTrait.php 51 22 16
/src/Symfony/Component/Intl/Data/Generator/GeneratorConfig.php 69 10 6
/src/Symfony/Component/Intl/Data/Generator/LanguageDataGenerator.php 167 63 24
/src/Symfony/Component/Intl/Data/Generator/LocaleDataGenerator.php 91 61 25
/src/Symfony/Component/Intl/Data/Generator/RegionDataGenerator.php 253 74 30
/src/Symfony/Component/Intl/Data/Generator/ScriptDataGenerator.php 60 34 14
/src/Symfony/Component/Intl/Data/Generator/TimezoneDataGenerator.php 185 119 35
/src/Symfony/Component/Intl/Data/Util/ArrayAccessibleResourceBundle.php 35 44 18
/src/Symfony/Component/Intl/Data/Util/LocaleScanner.php 92 20 11
/src/Symfony/Component/Intl/Data/Util/RecursiveArrayAccess.php 23 15 15
/src/Symfony/Component/Intl/Data/Util/RingBuffer.php 46 61 23
/src/Symfony/Component/Intl/Exception/BadMethodCallException.php 19 3 3
/src/Symfony/Component/Intl/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Intl/Exception/InvalidArgumentException.php 19 4 4
/src/Symfony/Component/Intl/Exception/MissingResourceException.php 19 3 3
/src/Symfony/Component/Intl/Exception/OutOfBoundsException.php 19 3 3
/src/Symfony/Component/Intl/Exception/ResourceBundleNotFoundException.php 17 3 3
/src/Symfony/Component/Intl/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Intl/Exception/UnexpectedTypeException.php 21 9 9
/src/Symfony/Component/Intl/Intl.php 87 46 23
/src/Symfony/Component/Intl/Languages.php 144 63 17
/src/Symfony/Component/Intl/Locale.php 97 40 18
/src/Symfony/Component/Intl/Locales.php 46 41 16
/src/Symfony/Component/Intl/ResourceBundle.php 46 29 23
/src/Symfony/Component/Intl/Resources/bin/autoload.php 18 4 4
/src/Symfony/Component/Intl/Resources/bin/common.php 32 59 26
/src/Symfony/Component/Intl/Resources/bin/update-data.php 31 71 19
/src/Symfony/Component/Intl/Resources/data/currencies/af.php 662 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/am.php 646 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ar.php 946 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/as.php 630 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/az.php 1002 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/be.php 630 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/bg.php 982 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/bm.php 222 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/bn.php 1018 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/br.php 982 3 2
/src/Symfony/Component/Intl/Resources/data/currencies/bs.php 1082 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/bs_Cyrl.php 1026 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ca.php 1086 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ce.php 622 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/cs.php 1094 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/cv.php 614 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/cy.php 966 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/da.php 994 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/de.php 1094 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ee.php 1050 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/el.php 1006 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/en.php 1102 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/et.php 1010 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/eu.php 1102 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/fa.php 882 6 2
/src/Symfony/Component/Intl/Resources/data/currencies/fa_AF.php 38 2 1
/src/Symfony/Component/Intl/Resources/data/currencies/ff.php 218 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/fi.php 1098 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/fo.php 630 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/fr.php 1022 21 2
/src/Symfony/Component/Intl/Resources/data/currencies/fr_CA.php 66 10 2
/src/Symfony/Component/Intl/Resources/data/currencies/fy.php 1070 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ga.php 1014 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/gd.php 1102 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/gl.php 806 2 2
/src/Symfony/Component/Intl/Resources/data/currencies/gu.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ha.php 634 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/he.php 858 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/hi.php 738 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/hr.php 1086 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/hu.php 1046 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/hy.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ia.php 646 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ig.php 614 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/in.php 1086 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/is.php 870 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/it.php 998 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ja.php 1094 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/jv.php 622 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ka.php 930 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ki.php 218 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/kk.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/km.php 551 126 1
/src/Symfony/Component/Intl/Resources/data/currencies/kn.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ko.php 1066 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ks.php 922 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ku.php 614 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ky.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/lb.php 1010 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/lg.php 222 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ln.php 222 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/lo.php 555 142 1
/src/Symfony/Component/Intl/Resources/data/currencies/lu.php 222 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/lv.php 770 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/meta.php 1010 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/mg.php 222 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/mi.php 614 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/mk.php 870 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ml.php 1018 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/mn.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/mr.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ms.php 658 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/my.php 702 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/nd.php 222 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ne.php 642 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/nl.php 1102 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/no.php 1094 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/or.php 626 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/pa.php 722 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/pl.php 982 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ps.php 618 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/pt.php 1090 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/pt_CV.php 6 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/pt_PT.php 670 2 1
/src/Symfony/Component/Intl/Resources/data/currencies/qu.php 614 3 2
/src/Symfony/Component/Intl/Resources/data/currencies/rm.php 1086 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ro.php 910 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/root.php 82 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ru.php 1018 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sc.php 1102 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sd.php 626 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sg.php 218 2 2
/src/Symfony/Component/Intl/Resources/data/currencies/sk.php 1094 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sl.php 1014 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sn.php 222 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/so.php 662 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sq.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sr.php 1030 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sr_Latn.php 1030 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sv.php 1098 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sw.php 654 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sw_CD.php 42 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/sw_KE.php 262 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ta.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/te.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/th.php 1074 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/tk.php 630 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/tl.php 662 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/tr.php 1094 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ug.php 1090 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/uk.php 1018 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/ur.php 658 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/uz.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/vi.php 1074 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/wo.php 38 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/xh.php 614 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/yo.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/yo_BJ.php 394 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/zh.php 1102 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant.php 1090 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/zh_Hant_HK.php 262 1 1
/src/Symfony/Component/Intl/Resources/data/currencies/zu.php 638 1 1
/src/Symfony/Component/Intl/Resources/data/languages/km.php 291 10 1
/src/Symfony/Component/Intl/Resources/data/locales/ff_Adlm.php 115 1 1
/src/Symfony/Component/Intl/Resources/data/locales/km.php 315 60 1
/src/Symfony/Component/Intl/Resources/data/locales/lo.php 190 1 1
/src/Symfony/Component/Intl/Resources/data/regions/ff_Adlm.php 39 1 1
/src/Symfony/Component/Intl/Resources/data/regions/km.php 76 42 1
/src/Symfony/Component/Intl/Resources/data/regions/lo.php 217 1 1
/src/Symfony/Component/Intl/Resources/data/scripts/km.php 25 4 1
/src/Symfony/Component/Intl/Resources/data/timezones/ff_Adlm.php 182 1 1
/src/Symfony/Component/Intl/Resources/data/timezones/km.php 309 363 1
/src/Symfony/Component/Intl/Resources/data/timezones/lo.php 332 222 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-cs.php 53 211 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-el.php 2352 7 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-ff_adlm.php 43 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-fr.php 1606 2090 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-fr_ca.php 2276 2105 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-kab.php 210 39 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-km.php 1314 119 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-lo.php 3639 226 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-my.php 2313 1 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-sk.php 443 116 1
/src/Symfony/Component/Intl/Resources/data/transliterator/emoji/emoji-sv.php 2328 1 1
/src/Symfony/Component/Intl/Resources/emoji/build.php 137 131 43
/src/Symfony/Component/Intl/Scripts.php 38 26 13
/src/Symfony/Component/Intl/Tests/CountriesTest.php 833 78 13
/src/Symfony/Component/Intl/Tests/CurrenciesTest.php 600 124 20
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/BundleEntryReaderTest.php 122 214 31
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/Fixtures/en.php 13 1 1
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/IntlBundleReaderTest.php 64 32 10
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/JsonBundleReaderTest.php 64 27 10
/src/Symfony/Component/Intl/Tests/Data/Bundle/Reader/PhpBundleReaderTest.php 58 24 10
/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/Fixtures/en.php 15 2 1
/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/JsonBundleWriterTest.php 62 25 14
/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/PhpBundleWriterTest.php 41 25 14
/src/Symfony/Component/Intl/Tests/Data/Bundle/Writer/TextBundleWriterTest.php 43 38 17
/src/Symfony/Component/Intl/Tests/Data/Util/LocaleScannerTest.php 76 55 12
/src/Symfony/Component/Intl/Tests/Data/Util/RingBufferTest.php 88 40 12
/src/Symfony/Component/Intl/Tests/IntlTest.php 53 26 10
/src/Symfony/Component/Intl/Tests/LanguagesTest.php 1856 138 21
/src/Symfony/Component/Intl/Tests/LocaleTest.php 77 25 11
/src/Symfony/Component/Intl/Tests/LocalesTest.php 47 43 9
/src/Symfony/Component/Intl/Tests/ResourceBundleTestCase.php 761 59 25
/src/Symfony/Component/Intl/Tests/ScriptsTest.php 248 34 10
/src/Symfony/Component/Intl/Tests/TimezonesTest.php 623 118 22
/src/Symfony/Component/Intl/Tests/Transliterator/EmojiTransliteratorTest.php 26 49 18
/src/Symfony/Component/Intl/Tests/Util/GitRepositoryTest.php 45 32 21
/src/Symfony/Component/Intl/Tests/Util/IcuVersionTest.php 108 41 9
/src/Symfony/Component/Intl/Tests/Util/VersionTest.php 84 33 9
/src/Symfony/Component/Intl/Timezones.php 38 59 19
/src/Symfony/Component/Intl/Transliterator/EmojiTransliterator.php 99 98 40
/src/Symfony/Component/Intl/Util/GitRepository.php 47 37 19
/src/Symfony/Component/Intl/Util/GzipStreamWrapper.php 37 64 35
/src/Symfony/Component/Intl/Util/IcuVersion.php 83 26 16
/src/Symfony/Component/Intl/Util/IntlTestHelper.php 85 35 17
/src/Symfony/Component/Intl/Util/Version.php 72 26 18
/src/Symfony/Component/Ldap/Adapter/AbstractConnection.php 22 28 14
/src/Symfony/Component/Ldap/Adapter/AbstractQuery.php 43 35 17
/src/Symfony/Component/Ldap/Adapter/AdapterInterface.php 37 2 2
/src/Symfony/Component/Ldap/Adapter/CollectionInterface.php 27 2 2
/src/Symfony/Component/Ldap/Adapter/ConnectionInterface.php 37 10 5
/src/Symfony/Component/Ldap/Adapter/EntryManagerInterface.php 43 10 5
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Adapter.php 62 32 17
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Collection.php 78 74 33
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Connection.php 71 84 36
/src/Symfony/Component/Ldap/Adapter/ExtLdap/ConnectionOptions.php 89 81 8
/src/Symfony/Component/Ldap/Adapter/ExtLdap/EntryManager.php 27 91 24
/src/Symfony/Component/Ldap/Adapter/ExtLdap/Query.php 72 66 39
/src/Symfony/Component/Ldap/Adapter/ExtLdap/UpdateOperation.php 49 19 13
/src/Symfony/Component/Ldap/Adapter/QueryInterface.php 38 11 4
/src/Symfony/Component/Ldap/Entry.php 86 35 17
/src/Symfony/Component/Ldap/Exception/AlreadyExistsException.php 19 3 3
/src/Symfony/Component/Ldap/Exception/ConnectionException.php 19 2 2
/src/Symfony/Component/Ldap/Exception/ConnectionTimeoutException.php 19 3 3
/src/Symfony/Component/Ldap/Exception/DriverNotFoundException.php 19 3 3
/src/Symfony/Component/Ldap/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Component/Ldap/Exception/InvalidCredentialsException.php 19 2 2
/src/Symfony/Component/Ldap/Exception/InvalidSearchCredentialsException.php 20 3 3
/src/Symfony/Component/Ldap/Exception/LdapException.php 19 2 2
/src/Symfony/Component/Ldap/Exception/NotBoundException.php 19 3 3
/src/Symfony/Component/Ldap/Exception/UpdateOperationException.php 14 3 3
/src/Symfony/Component/Ldap/Ldap.php 42 20 14
/src/Symfony/Component/Ldap/LdapInterface.php 16 10 7
/src/Symfony/Component/Ldap/Security/CheckLdapCredentialsListener.php 100 34 18
/src/Symfony/Component/Ldap/Security/LdapAuthenticator.php 83 42 18
/src/Symfony/Component/Ldap/Security/LdapBadge.php 48 30 8
/src/Symfony/Component/Ldap/Security/LdapUser.php 34 40 19
/src/Symfony/Component/Ldap/Security/LdapUserProvider.php 68 101 33
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/AdapterTest.php 182 64 16
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/EntryManagerTest.php 34 19 10
/src/Symfony/Component/Ldap/Tests/Adapter/ExtLdap/LdapManagerTest.php 214 122 13
/src/Symfony/Component/Ldap/Tests/EntryTest.php 19 11 8
/src/Symfony/Component/Ldap/Tests/LdapTest.php 33 42 15
/src/Symfony/Component/Ldap/Tests/LdapTestCase.php 23 15 9
/src/Symfony/Component/Ldap/Tests/Security/CheckLdapCredentialsListenerTest.php 225 139 33
/src/Symfony/Component/Ldap/Tests/Security/LdapAuthenticatorTest.php 25 10 8
/src/Symfony/Component/Ldap/Tests/Security/LdapUserProviderTest.php 30 121 11
/src/Symfony/Component/Lock/BlockingSharedLockStoreInterface.php 26 2 2
/src/Symfony/Component/Lock/BlockingStoreInterface.php 26 2 2
/src/Symfony/Component/Lock/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Lock/Exception/InvalidArgumentException.php 17 2 2
/src/Symfony/Component/Lock/Exception/InvalidTtlException.php 17 6 6
/src/Symfony/Component/Lock/Exception/LockAcquiringException.php 19 3 3
/src/Symfony/Component/Lock/Exception/LockConflictedException.php 23 4 4
/src/Symfony/Component/Lock/Exception/LockExpiredException.php 19 3 3
/src/Symfony/Component/Lock/Exception/LockReleasingException.php 19 3 3
/src/Symfony/Component/Lock/Exception/LockStorageException.php 19 3 3
/src/Symfony/Component/Lock/Exception/UnserializableKeyException.php 21 3 3
/src/Symfony/Component/Lock/Key.php 53 35 19
/src/Symfony/Component/Lock/Lock.php 98 130 40
/src/Symfony/Component/Lock/LockFactory.php 27 33 23
/src/Symfony/Component/Lock/LockInterface.php 47 13 7
/src/Symfony/Component/Lock/NoLock.php 29 17 7
/src/Symfony/Component/Lock/PersistingStoreInterface.php 41 4 2
/src/Symfony/Component/Lock/SharedLockInterface.php 31 5 4
/src/Symfony/Component/Lock/SharedLockStoreInterface.php 26 2 2
/src/Symfony/Component/Lock/Store/CombinedStore.php 64 54 17
/src/Symfony/Component/Lock/Store/DatabaseTableTrait.php 71 43 19
/src/Symfony/Component/Lock/Store/DoctrineDbalPostgreSqlStore.php 192 120 42
/src/Symfony/Component/Lock/Store/DoctrineDbalStore.php 123 168 32
/src/Symfony/Component/Lock/Store/ExpiringStoreTrait.php 24 8 8
/src/Symfony/Component/Lock/Store/FlockStore.php 94 93 41
/src/Symfony/Component/Lock/Store/InMemoryStore.php 57 41 18
/src/Symfony/Component/Lock/Store/MemcachedStore.php 103 41 25
/src/Symfony/Component/Lock/Store/MongoDbStore.php 252 129 40
/src/Symfony/Component/Lock/Store/PdoStore.php 94 147 40
/src/Symfony/Component/Lock/Store/PostgreSqlStore.php 109 122 42
/src/Symfony/Component/Lock/Store/RedisStore.php 255 80 41
/src/Symfony/Component/Lock/Store/SemaphoreStore.php 61 38 19
/src/Symfony/Component/Lock/Store/StoreFactory.php 74 100 19
/src/Symfony/Component/Lock/Store/ZookeeperStore.php 94 53 26
/src/Symfony/Component/Lock/Strategy/ConsensusStrategy.php 28 5 3
/src/Symfony/Component/Lock/Strategy/UnanimousStrategy.php 21 3 2
/src/Symfony/Component/Lock/Tests/KeyTest.php 34 18 11
/src/Symfony/Component/Lock/Tests/LockFactoryTest.php 54 32 13
/src/Symfony/Component/Lock/Tests/LockTest.php 379 264 33
/src/Symfony/Component/Lock/Tests/Store/AbstractRedisStoreTestCase.php 40 55 28
/src/Symfony/Component/Lock/Tests/Store/AbstractStoreTestCase.php 78 43 15
/src/Symfony/Component/Lock/Tests/Store/BlockingStoreTestTrait.php 61 29 18
/src/Symfony/Component/Lock/Tests/Store/CombinedStoreTest.php 225 215 32
/src/Symfony/Component/Lock/Tests/Store/DoctrineDbalPostgreSqlStoreTest.php 87 107 35
/src/Symfony/Component/Lock/Tests/Store/DoctrineDbalStoreTest.php 79 171 37
/src/Symfony/Component/Lock/Tests/Store/ExpiringStoreTestTrait.php 122 49 19
/src/Symfony/Component/Lock/Tests/Store/FlockStoreTest.php 55 51 16
/src/Symfony/Component/Lock/Tests/Store/InMemoryStoreTest.php 24 6 6
/src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php 30 26 17
/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreFactoryTest.php 29 16 10
/src/Symfony/Component/Lock/Tests/Store/MongoDbStoreTest.php 44 80 28
/src/Symfony/Component/Lock/Tests/Store/PdoStoreTest.php 79 55 26
/src/Symfony/Component/Lock/Tests/Store/PostgreSqlStoreTest.php 118 74 29
/src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php 26 29 16
/src/Symfony/Component/Lock/Tests/Store/RedisArrayStoreTest.php 30 19 12
/src/Symfony/Component/Lock/Tests/Store/RedisClusterStoreTest.php 23 18 11
/src/Symfony/Component/Lock/Tests/Store/RedisProxyStoreFactoryTest.php 24 9 7
/src/Symfony/Component/Lock/Tests/Store/RedisStoreTest.php 32 25 16
/src/Symfony/Component/Lock/Tests/Store/RelayStoreTest.php 31 31 19
/src/Symfony/Component/Lock/Tests/Store/SemaphoreStoreTest.php 49 46 25
/src/Symfony/Component/Lock/Tests/Store/SharedLockStoreTestTrait.php 131 51 14
/src/Symfony/Component/Lock/Tests/Store/StoreFactoryTest.php 76 26 12
/src/Symfony/Component/Lock/Tests/Store/UnserializableTestTrait.php 28 8 7
/src/Symfony/Component/Lock/Tests/Store/ZookeeperStoreFactoryTest.php 39 12 6
/src/Symfony/Component/Lock/Tests/Store/ZookeeperStoreTest.php 105 34 16
/src/Symfony/Component/Lock/Tests/Store/stubs/mongodb.php 20 4 2
/src/Symfony/Component/Lock/Tests/Strategy/ConsensusStrategyTest.php 51 40 12
/src/Symfony/Component/Lock/Tests/Strategy/UnanimousStrategyTest.php 29 43 12
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesApiAsyncAwsTransportTest.php 77 84 23
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesHttpAsyncAwsTransportTest.php 77 81 21
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesSmtpTransportTest.php 21 13 8
/src/Symfony/Component/Mailer/Bridge/Amazon/Tests/Transport/SesTransportFactoryTest.php 33 122 17
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesApiAsyncAwsTransport.php 48 73 30
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesHttpAsyncAwsTransport.php 61 59 28
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesSmtpTransport.php 33 42 25
/src/Symfony/Component/Mailer/Bridge/Amazon/Transport/SesTransportFactory.php 50 44 22
/src/Symfony/Component/Mailer/Bridge/Brevo/RemoteEvent/BrevoPayloadConverter.php 38 33 14
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoApiTransportTest.php 152 74 22
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Transport/BrevoTransportFactoryTest.php 84 37 11
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/BrevoRequestParserTest.php 21 5 5
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/blocked.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/click.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/complaint.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/defered.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/delivered.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/hard_bounce.php 5 11 7
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/invalid_email.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/opened.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/proxy_open.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/request.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/request_without_tags.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/soft_bounce.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/unique_opened.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Tests/Webhook/Fixtures/unsubscribed.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoApiTransport.php 67 76 26
/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoSmtpTransport.php 23 12 8
/src/Symfony/Component/Mailer/Bridge/Brevo/Transport/BrevoTransportFactory.php 38 19 10
/src/Symfony/Component/Mailer/Bridge/Brevo/Webhook/BrevoRequestParser.php 58 27 21
/src/Symfony/Component/Mailer/Bridge/Google/Tests/Transport/GmailTransportFactoryTest.php 24 35 11
/src/Symfony/Component/Mailer/Bridge/Google/Transport/GmailSmtpTransport.php 23 13 9
/src/Symfony/Component/Mailer/Bridge/Google/Transport/GmailTransportFactory.php 26 16 11
/src/Symfony/Component/Mailer/Bridge/Infobip/Tests/Transport/InfobipApiTransportFactoryTest.php 25 38 12
/src/Symfony/Component/Mailer/Bridge/Infobip/Tests/Transport/InfobipApiTransportTest.php 37 168 28
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipApiTransport.php 81 71 32
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipSmtpTransport.php 20 12 8
/src/Symfony/Component/Mailer/Bridge/Infobip/Transport/InfobipTransportFactory.php 29 19 11
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceApiTransportTest.php 72 88 22
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceSmtpTransportTest.php 21 24 8
/src/Symfony/Component/Mailer/Bridge/MailPace/Tests/Transport/MailPaceTransportFactoryTest.php 30 36 11
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceApiTransport.php 69 62 26
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceSmtpTransport.php 36 30 18
/src/Symfony/Component/Mailer/Bridge/MailPace/Transport/MailPaceTransportFactory.php 29 19 11
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillApiTransportTest.php 72 63 23
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillHttpTransportTest.php 55 56 23
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillSmtpTransportTest.php 22 21 11
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Tests/Transport/MandrillTransportFactoryTest.php 113 42 12
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillApiTransport.php 64 86 36
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHeadersTrait.php 55 19 14
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillHttpTransport.php 69 53 28
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillSmtpTransport.php 25 13 9
/src/Symfony/Component/Mailer/Bridge/Mailchimp/Transport/MandrillTransportFactory.php 28 19 11
/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendApiTransportTest.php 93 81 21
/src/Symfony/Component/Mailer/Bridge/MailerSend/Tests/Transport/MailerSendTransportFactoryTest.php 76 36 11
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendApiTransport.php 155 63 28
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendSmtpTransport.php 23 12 8
/src/Symfony/Component/Mailer/Bridge/MailerSend/Transport/MailerSendTransportFactory.php 26 17 10
/src/Symfony/Component/Mailer/Bridge/Mailgun/RemoteEvent/MailgunPayloadConverter.php 44 56 22
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunApiTransportTest.php 216 125 22
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunHttpTransportTest.php 94 65 19
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunSmtpTransportTest.php 25 20 11
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Transport/MailgunTransportFactoryTest.php 64 45 12
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/accepted.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/clicks.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/delivered_messages.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/opens.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/permanent_failure_no_description.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/spam_complaints.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/suppression_failure.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/temporary_failure.php 5 11 7
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/Fixtures/unsubscribes.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailgun/Tests/Webhook/MailgunRequestParserTest.php 21 7 5
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunApiTransport.php 78 101 40
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHeadersTrait.php 50 17 13
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunHttpTransport.php 80 65 29
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunSmtpTransport.php 25 19 13
/src/Symfony/Component/Mailer/Bridge/Mailgun/Transport/MailgunTransportFactory.php 30 20 11
/src/Symfony/Component/Mailer/Bridge/Mailgun/Webhook/MailgunRequestParser.php 61 38 29
/src/Symfony/Component/Mailer/Bridge/Mailjet/RemoteEvent/MailjetPayloadConverter.php 25 29 15
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetApiTransportTest.php 324 119 25
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Transport/MailjetTransportFactoryTest.php 30 38 12
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/blocked.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/bounce.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/click.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/open.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/sent.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/spam.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/Fixtures/unsub.php 5 10 6
/src/Symfony/Component/Mailer/Bridge/Mailjet/Tests/Webhook/MailjetRequestParserTest.php 21 5 5
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetApiTransport.php 91 112 45
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetSmtpTransport.php 20 13 9
/src/Symfony/Component/Mailer/Bridge/Mailjet/Transport/MailjetTransportFactory.php 26 20 13
/src/Symfony/Component/Mailer/Bridge/Mailjet/Webhook/MailjetRequestParser.php 44 26 21
/src/Symfony/Component/Mailer/Bridge/Postmark/RemoteEvent/PostmarkPayloadConverter.php 25 40 17
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkApiTransportTest.php 74 69 23
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkSmtpTransportTest.php 60 38 9
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Transport/PostmarkTransportFactoryTest.php 98 40 12
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/bounce.php 10 10 6
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/delivery.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/link_click.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/open.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/spam_complaint.php 9 10 6
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/Fixtures/subscription_change.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Tests/Webhook/PostmarkRequestParserTest.php 21 5 5
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/MessageStreamHeader.php 18 2 2
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkApiTransport.php 71 74 31
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkSmtpTransport.php 40 38 19
/src/Symfony/Component/Mailer/Bridge/Postmark/Transport/PostmarkTransportFactory.php 41 23 14
/src/Symfony/Component/Mailer/Bridge/Postmark/Webhook/PostmarkRequestParser.php 59 34 21
/src/Symfony/Component/Mailer/Bridge/Scaleway/Tests/Transport/ScalewayApiTransportTest.php 58 50 22
/src/Symfony/Component/Mailer/Bridge/Scaleway/Tests/Transport/ScalewayTransportFactoryTest.php 91 38 12
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayApiTransport.php 72 83 30
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewaySmtpTransport.php 20 12 8
/src/Symfony/Component/Mailer/Bridge/Scaleway/Transport/ScalewayTransportFactory.php 28 20 11
/src/Symfony/Component/Mailer/Bridge/Sendgrid/RemoteEvent/SendgridPayloadConverter.php 28 24 14
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridApiTransportTest.php 223 96 19
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Transport/SendgridTransportFactoryTest.php 88 37 12
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/Fixtures/webhook.php 5 9 5
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridMissingSignedRequestParserTest.php 14 13 9
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridSignedRequestParserTest.php 14 15 10
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridUnsignedRequestParserTest.php 14 12 9
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridWrongSecretRequestParserTest.php 14 13 9
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Tests/Webhook/SendgridWrongSignatureRequestParserTest.php 14 13 9
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridApiTransport.php 181 91 31
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridSmtpTransport.php 23 13 9
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Transport/SendgridTransportFactory.php 30 19 11
/src/Symfony/Component/Mailer/Bridge/Sendgrid/Webhook/SendgridRequestParser.php 73 44 30
/src/Symfony/Component/Mailer/Command/MailerTestCommand.php 29 28 19
/src/Symfony/Component/Mailer/DataCollector/MessageDataCollector.php 55 23 13
/src/Symfony/Component/Mailer/DelayedEnvelope.php 61 25 11
/src/Symfony/Component/Mailer/Envelope.php 68 20 12
/src/Symfony/Component/Mailer/Event/FailedMessageEvent.php 22 23 14
/src/Symfony/Component/Mailer/Event/MessageEvent.php 49 27 13
/src/Symfony/Component/Mailer/Event/MessageEvents.php 37 18 13
/src/Symfony/Component/Mailer/Event/SentMessageEvent.php 26 13 12
/src/Symfony/Component/Mailer/EventListener/EnvelopeListener.php 46 38 21
/src/Symfony/Component/Mailer/EventListener/MessageListener.php 57 46 21
/src/Symfony/Component/Mailer/EventListener/MessageLoggerListener.php 33 14 8
/src/Symfony/Component/Mailer/EventListener/MessengerTransportListener.php 43 19 14
/src/Symfony/Component/Mailer/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Mailer/Exception/HttpTransportException.php 30 15 15
/src/Symfony/Component/Mailer/Exception/IncompleteDsnException.php 17 3 3
/src/Symfony/Component/Mailer/Exception/InvalidArgumentException.php 17 2 2
/src/Symfony/Component/Mailer/Exception/LogicException.php 17 2 2
/src/Symfony/Component/Mailer/Exception/RuntimeException.php 17 2 2
/src/Symfony/Component/Mailer/Exception/TransportException.php 21 8 8
/src/Symfony/Component/Mailer/Exception/TransportExceptionInterface.php 19 2 1
/src/Symfony/Component/Mailer/Exception/UnexpectedResponseException.php 14 6 6
/src/Symfony/Component/Mailer/Exception/UnsupportedSchemeException.php 79 40 21
/src/Symfony/Component/Mailer/Header/MetadataHeader.php 30 6 6
/src/Symfony/Component/Mailer/Header/TagHeader.php 21 2 2
/src/Symfony/Component/Mailer/Mailer.php 67 32 13
/src/Symfony/Component/Mailer/MailerInterface.php 14 4 4
/src/Symfony/Component/Mailer/Messenger/MessageHandler.php 22 12 9
/src/Symfony/Component/Mailer/Messenger/SendEmailMessage.php 23 16 9
/src/Symfony/Component/Mailer/SentMessage.php 76 29 17
/src/Symfony/Component/Mailer/Test/Constraint/EmailCount.php 20 27 17
/src/Symfony/Component/Mailer/Test/Constraint/EmailIsQueued.php 14 18 13
/src/Symfony/Component/Mailer/Test/TransportFactoryTestCase.php 40 59 19
/src/Symfony/Component/Mailer/Tests/Command/MailerTestCommandTest.php 50 30 13
/src/Symfony/Component/Mailer/Tests/EnvelopeTest.php 32 102 13
/src/Symfony/Component/Mailer/Tests/EventListener/MessageListenerTest.php 29 62 16
/src/Symfony/Component/Mailer/Tests/EventListener/MessengerTransportListenerTest.php 25 26 9
/src/Symfony/Component/Mailer/Tests/Exception/UnsupportedSchemeExceptionTest.php 87 32 13
/src/Symfony/Component/Mailer/Tests/MailerTest.php 91 79 33
/src/Symfony/Component/Mailer/Tests/SentMessageTest.php 23 26 12
/src/Symfony/Component/Mailer/Tests/Transport/AbstractTransportTest.php 90 86 31
/src/Symfony/Component/Mailer/Tests/Transport/DsnTest.php 23 36 13
/src/Symfony/Component/Mailer/Tests/Transport/FailoverTransportTest.php 32 143 17
/src/Symfony/Component/Mailer/Tests/Transport/Fixtures/fake-sendmail.php 5 3 3
/src/Symfony/Component/Mailer/Tests/Transport/NativeTransportFactoryTest.php 98 49 19
/src/Symfony/Component/Mailer/Tests/Transport/NullTransportFactoryTest.php 24 21 10
/src/Symfony/Component/Mailer/Tests/Transport/NullTransportTest.php 19 6 5
/src/Symfony/Component/Mailer/Tests/Transport/RoundRobinTransportTest.php 164 137 21
/src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportFactoryTest.php 24 25 11
/src/Symfony/Component/Mailer/Tests/Transport/SendmailTransportTest.php 69 45 18
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/DummyStream.php 29 46 21
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/EsmtpTransportFactoryTest.php 48 58 18
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/EsmtpTransportTest.php 212 150 20
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/SmtpTransportTest.php 156 152 21
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/Stream/AbstractStreamTest.php 32 10 8
/src/Symfony/Component/Mailer/Tests/Transport/Smtp/Stream/SocketStreamTest.php 30 17 8
/src/Symfony/Component/Mailer/Tests/Transport/TransportsTest.php 85 49 13
/src/Symfony/Component/Mailer/Tests/TransportTest.php 132 68 27
/src/Symfony/Component/Mailer/Transport.php 72 95 35
/src/Symfony/Component/Mailer/Transport/AbstractApiTransport.php 33 22 12
/src/Symfony/Component/Mailer/Transport/AbstractHttpTransport.php 72 52 22
/src/Symfony/Component/Mailer/Transport/AbstractTransport.php 66 60 28
/src/Symfony/Component/Mailer/Transport/AbstractTransportFactory.php 49 45 18
/src/Symfony/Component/Mailer/Transport/Dsn.php 85 78 24
/src/Symfony/Component/Mailer/Transport/FailoverTransport.php 25 17 11
/src/Symfony/Component/Mailer/Transport/NativeTransportFactory.php 45 23 14
/src/Symfony/Component/Mailer/Transport/NullTransport.php 14 5 5
/src/Symfony/Component/Mailer/Transport/NullTransportFactory.php 23 10 9
/src/Symfony/Component/Mailer/Transport/RoundRobinTransport.php 56 56 32
/src/Symfony/Component/Mailer/Transport/SendmailTransport.php 103 62 26
/src/Symfony/Component/Mailer/Transport/SendmailTransportFactory.php 23 13 10
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/AuthenticatorInterface.php 34 4 3
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/CramMd5Authenticator.php 45 35 17
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/LoginAuthenticator.php 31 11 6
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/PlainAuthenticator.php 31 12 8
/src/Symfony/Component/Mailer/Transport/Smtp/Auth/XOAuth2Authenticator.php 33 7 5
/src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransport.php 203 105 40
/src/Symfony/Component/Mailer/Transport/Smtp/EsmtpTransportFactory.php 26 50 18
/src/Symfony/Component/Mailer/Transport/Smtp/SmtpTransport.php 343 167 47
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/AbstractStream.php 124 60 32
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/ProcessStream.php 42 20 12
/src/Symfony/Component/Mailer/Transport/Smtp/Stream/SocketStream.php 173 78 26
/src/Symfony/Component/Mailer/Transport/TransportFactoryInterface.php 26 7 4
/src/Symfony/Component/Mailer/Transport/TransportInterface.php 15 8 4
/src/Symfony/Component/Mailer/Transport/Transports.php 64 31 18
/src/Symfony/Component/Messenger/Attribute/AsMessageHandler.php 22 44 15
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/MessageDeduplicationAwareInterface.php 23 3 3
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/MessageGroupAwareInterface.php 23 3 3
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Middleware/AddFifoStampMiddleware.php 17 15 10
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Middleware/AddFifoStampTest.php 87 67 18
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsIntegrationTest.php 65 33 20
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsReceiverTest.php 27 32 17
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsSenderTest.php 58 39 12
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsTransportFactoryTest.php 19 5 5
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/AmazonSqsTransportTest.php 106 122 31
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Tests/Transport/ConnectionTest.php 327 205 23
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsFifoStamp.php 16 17 5
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsReceivedStamp.php 28 5 5
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsReceiver.php 42 50 23
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsSender.php 66 25 16
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsTransport.php 76 47 17
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsTransportFactory.php 33 22 17
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/AmazonSqsXrayTraceHeaderStamp.php 18 1 1
/src/Symfony/Component/Messenger/Bridge/AmazonSqs/Transport/Connection.php 168 245 53
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Fixtures/long_receiver.php 13 51 29
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpExtIntegrationTest.php 187 154 36
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpReceivedStampTest.php 22 7 6
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpReceiverTest.php 49 34 15
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpSenderTest.php 90 62 12
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpStampTest.php 57 24 10
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpTransportFactoryTest.php 22 10 6
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/AmqpTransportTest.php 34 28 15
/src/Symfony/Component/Messenger/Bridge/Amqp/Tests/Transport/ConnectionTest.php 588 357 30
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpFactory.php 16 13 4
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpReceivedStamp.php 22 5 3
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpReceiver.php 55 39 21
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpSender.php 73 17 12
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpStamp.php 24 37 15
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpTransport.php 63 35 15
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/AmqpTransportFactory.php 14 13 9
/src/Symfony/Component/Messenger/Bridge/Amqp/Transport/Connection.php 579 283 64
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdReceiverTest.php 28 36 13
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdSenderTest.php 39 23 10
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdTransportFactoryTest.php 30 9 5
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/BeanstalkdTransportTest.php 24 25 13
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Tests/Transport/ConnectionTest.php 272 193 22
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdReceivedStamp.php 30 10 6
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdReceiver.php 49 26 16
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdSender.php 40 12 9
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdTransport.php 56 28 12
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/BeanstalkdTransportFactory.php 14 11 8
/src/Symfony/Component/Messenger/Bridge/Beanstalkd/Transport/Connection.php 168 119 33
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/ConnectionTest.php 479 350 37
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineIntegrationTest.php 200 97 21
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrinePostgreSqlIntegrationTest.php 62 61 22
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrinePostgreSqlPgbouncerIntegrationTest.php 55 66 20
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrinePostgreSqlRegularIntegrationTest.php 41 80 22
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineReceiverTest.php 85 194 33
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineSenderTest.php 25 23 11
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineTransportFactoryTest.php 63 44 14
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/DoctrineTransportTest.php 63 41 18
/src/Symfony/Component/Messenger/Bridge/Doctrine/Tests/Transport/PostgreSqlConnectionTest.php 134 80 19
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/Connection.php 426 322 64
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineReceivedStamp.php 28 5 5
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineReceiver.php 152 95 38
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineSender.php 47 18 14
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineTransport.php 65 55 21
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/DoctrineTransportFactory.php 47 27 19
/src/Symfony/Component/Messenger/Bridge/Doctrine/Transport/PostgreSqlConnection.php 51 55 23
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Fixtures/DummyMessage.php 14 6 6
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Fixtures/ExternalMessage.php 27 14 8
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Fixtures/ExternalMessageSerializer.php 10 16 12
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/ConnectionTest.php 377 124 25
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisExtIntegrationTest.php 353 250 44
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisReceiverTest.php 99 40 18
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisSenderTest.php 24 14 9
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisTransportFactoryTest.php 79 36 18
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RedisTransportTest.php 24 28 15
/src/Symfony/Component/Messenger/Bridge/Redis/Tests/Transport/RelayExtIntegrationTest.php 29 38 11
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/Connection.php 423 504 95
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceivedStamp.php 28 5 5
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisReceiver.php 73 35 22
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisSender.php 41 9 6
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisTransport.php 58 30 12
/src/Symfony/Component/Messenger/Bridge/Redis/Transport/RedisTransportFactory.php 15 13 9
/src/Symfony/Component/Messenger/Command/AbstractFailedMessagesCommand.php 67 138 39
/src/Symfony/Component/Messenger/Command/ConsumeMessagesCommand.php 234 171 56
/src/Symfony/Component/Messenger/Command/DebugCommand.php 130 69 34
/src/Symfony/Component/Messenger/Command/FailedMessagesRemoveCommand.php 97 52 24
/src/Symfony/Component/Messenger/Command/FailedMessagesRetryCommand.php 167 132 49
/src/Symfony/Component/Messenger/Command/FailedMessagesShowCommand.php 100 81 27
/src/Symfony/Component/Messenger/Command/SetupTransportsCommand.php 82 43 28
/src/Symfony/Component/Messenger/Command/StatsCommand.php 33 33 23
/src/Symfony/Component/Messenger/Command/StopWorkersCommand.php 31 24 18
/src/Symfony/Component/Messenger/DataCollector/MessengerDataCollector.php 82 54 25
/src/Symfony/Component/Messenger/DependencyInjection/MessengerPass.php 228 135 43
/src/Symfony/Component/Messenger/Envelope.php 120 25 15
/src/Symfony/Component/Messenger/Event/AbstractWorkerMessageEvent.php 19 7 6
/src/Symfony/Component/Messenger/Event/SendMessageToTransportsEvent.php 53 11 8
/src/Symfony/Component/Messenger/Event/WorkerMessageFailedEvent.php 14 7 5
/src/Symfony/Component/Messenger/Event/WorkerMessageHandledEvent.php 19 1 1
/src/Symfony/Component/Messenger/Event/WorkerMessageReceivedEvent.php 23 7 6
/src/Symfony/Component/Messenger/Event/WorkerMessageRetriedEvent.php 19 1 1
/src/Symfony/Component/Messenger/Event/WorkerRateLimitedEvent.php 33 16 10
/src/Symfony/Component/Messenger/Event/WorkerRunningEvent.php 26 7 4
/src/Symfony/Component/Messenger/Event/WorkerStartedEvent.php 30 3 3
/src/Symfony/Component/Messenger/Event/WorkerStoppedEvent.php 30 3 3
/src/Symfony/Component/Messenger/EventListener/AddErrorDetailsStampListener.php 31 11 10
/src/Symfony/Component/Messenger/EventListener/DispatchPcntlSignalListener.php 22 10 9
/src/Symfony/Component/Messenger/EventListener/ResetServicesListener.php 43 13 11
/src/Symfony/Component/Messenger/EventListener/SendFailedMessageForRetryListener.php 110 78 34
/src/Symfony/Component/Messenger/EventListener/SendFailedMessageToFailureTransportListener.php 71 24 14
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnCustomStopExceptionListener.php 50 16 13
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnFailureLimitListener.php 54 25 18
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnMemoryLimitListener.php 46 21 15
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnMessageLimitListener.php 49 23 17
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnRestartSignalListener.php 50 24 18
/src/Symfony/Component/Messenger/EventListener/StopWorkerOnTimeLimitListener.php 54 23 17
/src/Symfony/Component/Messenger/Exception/DelayedMessageHandlingException.php 29 21 18
/src/Symfony/Component/Messenger/Exception/EnvelopeAwareExceptionInterface.php 21 4 4
/src/Symfony/Component/Messenger/Exception/EnvelopeAwareExceptionTrait.php 23 9 7
/src/Symfony/Component/Messenger/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Messenger/Exception/HandlerFailedException.php 44 16 13
/src/Symfony/Component/Messenger/Exception/InvalidArgumentException.php 17 2 2
/src/Symfony/Component/Messenger/Exception/LogicException.php 17 2 2
/src/Symfony/Component/Messenger/Exception/MessageDecodingFailedException.php 17 3 3
/src/Symfony/Component/Messenger/Exception/NoHandlerForMessageException.php 17 3 3
/src/Symfony/Component/Messenger/Exception/NoSenderForMessageException.php 17 3 3
/src/Symfony/Component/Messenger/Exception/RecoverableExceptionInterface.php 22 1 1
/src/Symfony/Component/Messenger/Exception/RecoverableMessageHandlingException.php 19 7 7
/src/Symfony/Component/Messenger/Exception/RejectRedeliveredMessageException.php 17 3 3
/src/Symfony/Component/Messenger/Exception/RuntimeException.php 17 2 2
/src/Symfony/Component/Messenger/Exception/StopWorkerException.php 17 10 10
/src/Symfony/Component/Messenger/Exception/StopWorkerExceptionInterface.php 17 1 1
/src/Symfony/Component/Messenger/Exception/TransportException.php 17 3 3
/src/Symfony/Component/Messenger/Exception/UnrecoverableExceptionInterface.php 22 1 1
/src/Symfony/Component/Messenger/Exception/UnrecoverableMessageHandlingException.php 19 6 6
/src/Symfony/Component/Messenger/Exception/ValidationFailedException.php 41 18 14
/src/Symfony/Component/Messenger/Exception/WrappedExceptionsInterface.php 24 5 5
/src/Symfony/Component/Messenger/Exception/WrappedExceptionsTrait.php 47 20 14
/src/Symfony/Component/Messenger/HandleTrait.php 34 28 16
/src/Symfony/Component/Messenger/Handler/Acknowledger.php 24 55 28
/src/Symfony/Component/Messenger/Handler/BatchHandlerInterface.php 33 2 2
/src/Symfony/Component/Messenger/Handler/BatchHandlerTrait.php 36 23 20
/src/Symfony/Component/Messenger/Handler/HandlerDescriptor.php 36 42 24
/src/Symfony/Component/Messenger/Handler/HandlersLocator.php 50 35 26
/src/Symfony/Component/Messenger/Handler/HandlersLocatorInterface.php 14 1 1
/src/Symfony/Component/Messenger/Handler/RedispatchMessageHandler.php 20 13 11
/src/Symfony/Component/Messenger/Message/RedispatchMessage.php 22 14 11
/src/Symfony/Component/Messenger/MessageBus.php 47 25 20
/src/Symfony/Component/Messenger/MessageBusInterface.php 27 2 2
/src/Symfony/Component/Messenger/Middleware/ActivationMiddleware.php 23 15 12
/src/Symfony/Component/Messenger/Middleware/AddBusNameStampMiddleware.php 33 10 10
/src/Symfony/Component/Messenger/Middleware/DispatchAfterCurrentBusMiddleware.php 69 37 22
/src/Symfony/Component/Messenger/Middleware/FailedMessageProcessingMiddleware.php 28 12 12
/src/Symfony/Component/Messenger/Middleware/HandleMessageMiddleware.php 97 90 48
/src/Symfony/Component/Messenger/Middleware/MiddlewareInterface.php 14 2 2
/src/Symfony/Component/Messenger/Middleware/RejectRedeliveredMessageMiddleware.php 34 9 9
/src/Symfony/Component/Messenger/Middleware/RouterContextMiddleware.php 73 18 14
/src/Symfony/Component/Messenger/Middleware/SendMessageMiddleware.php 31 46 30
/src/Symfony/Component/Messenger/Middleware/StackMiddleware.php 57 40 23
/src/Symfony/Component/Messenger/Middleware/TraceableMiddleware.php 39 53 30
/src/Symfony/Component/Messenger/Middleware/ValidationMiddleware.php 24 19 14
/src/Symfony/Component/Messenger/Retry/MultiplierRetryStrategy.php 46 27 11
/src/Symfony/Component/Messenger/Retry/RetryStrategyInterface.php 33 6 4
/src/Symfony/Component/Messenger/RoutableMessageBus.php 37 19 12
/src/Symfony/Component/Messenger/Stamp/AckStamp.php 24 15 14
/src/Symfony/Component/Messenger/Stamp/BusNameStamp.php 28 3 3
/src/Symfony/Component/Messenger/Stamp/ConsumedByWorkerStamp.php 17 2 2
/src/Symfony/Component/Messenger/Stamp/DelayStamp.php 29 9 8
/src/Symfony/Component/Messenger/Stamp/DispatchAfterCurrentBusStamp.php 21 1 1
/src/Symfony/Component/Messenger/Stamp/ErrorDetailsStamp.php 64 42 15
/src/Symfony/Component/Messenger/Stamp/FlushBatchHandlersStamp.php 26 6 5
/src/Symfony/Component/Messenger/Stamp/HandledStamp.php 30 16 8
/src/Symfony/Component/Messenger/Stamp/HandlerArgumentsStamp.php 19 7 7
/src/Symfony/Component/Messenger/Stamp/MessageDecodingFailedStamp.php 17 2 2
/src/Symfony/Component/Messenger/Stamp/NoAutoAckStamp.php 28 3 3
/src/Symfony/Component/Messenger/Stamp/NonSendableStampInterface.php 19 1 1
/src/Symfony/Component/Messenger/Stamp/ReceivedStamp.php 35 4 4
/src/Symfony/Component/Messenger/Stamp/RedeliveryStamp.php 35 10 8
/src/Symfony/Component/Messenger/Stamp/RouterContextStamp.php 45 38 7
/src/Symfony/Component/Messenger/Stamp/SentStamp.php 37 14 6
/src/Symfony/Component/Messenger/Stamp/SentToFailureTransportStamp.php 21 1 1
/src/Symfony/Component/Messenger/Stamp/SerializedMessageStamp.php 20 8 8
/src/Symfony/Component/Messenger/Stamp/SerializerStamp.php 26 5 5
/src/Symfony/Component/Messenger/Stamp/StampInterface.php 21 1 1
/src/Symfony/Component/Messenger/Stamp/TransportMessageIdStamp.php 21 10 6
/src/Symfony/Component/Messenger/Stamp/TransportNamesStamp.php 19 3 3
/src/Symfony/Component/Messenger/Stamp/ValidationStamp.php 21 5 3
/src/Symfony/Component/Messenger/Test/Middleware/MiddlewareTestCase.php 27 21 16
/src/Symfony/Component/Messenger/Tests/Command/ConsumeMessagesCommandTest.php 126 110 19
/src/Symfony/Component/Messenger/Tests/Command/DebugCommandTest.php 34 45 22
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesRemoveCommandTest.php 91 221 16
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesRetryCommandTest.php 172 87 14
/src/Symfony/Component/Messenger/Tests/Command/FailedMessagesShowCommandTest.php 33 199 24
/src/Symfony/Component/Messenger/Tests/Command/SetupTransportsCommandTest.php 71 38 12
/src/Symfony/Component/Messenger/Tests/Command/StatsCommandTest.php 72 49 15
/src/Symfony/Component/Messenger/Tests/Command/StopWorkersCommandTest.php 22 11 9
/src/Symfony/Component/Messenger/Tests/DataCollector/MessengerDataCollectorTest.php 92 79 26
/src/Symfony/Component/Messenger/Tests/DependencyInjection/MessengerPassTest.php 361 342 45
/src/Symfony/Component/Messenger/Tests/EnvelopeTest.php 124 69 20
/src/Symfony/Component/Messenger/Tests/EventListener/AddErrorDetailsStampListenerTest.php 54 24 9
/src/Symfony/Component/Messenger/Tests/EventListener/ResetServicesListenerTest.php 37 22 14
/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageForRetryListenerTest.php 163 69 12
/src/Symfony/Component/Messenger/Tests/EventListener/SendFailedMessageToFailureTransportListenerTest.php 24 45 13
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnCustomStopExceptionListenerTest.php 42 48 17
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnFailureLimitListenerTest.php 55 29 17
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnMemoryLimitListenerTest.php 44 27 19
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnMessageLimitListenerTest.php 25 22 15
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnRestartSignalListenerTest.php 53 29 14
/src/Symfony/Component/Messenger/Tests/EventListener/StopWorkerOnTimeLimitListenerTest.php 25 11 9
/src/Symfony/Component/Messenger/Tests/Exception/HandlerFailedExceptionTest.php 30 56 17
/src/Symfony/Component/Messenger/Tests/FailureIntegrationTest.php 236 240 35
/src/Symfony/Component/Messenger/Tests/Fixtures/AnEnvelopeStamp.php 16 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/ChildDummyMessage.php 14 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/DummyCommand.php 14 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/DummyCommandHandler.php 16 5 5
/src/Symfony/Component/Messenger/Tests/Fixtures/DummyCommandWithDescription.php 17 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/DummyCommandWithDescriptionHandler.php 19 5 5
/src/Symfony/Component/Messenger/Tests/Fixtures/DummyHandlerWithCustomMethods.php 20 9 5
/src/Symfony/Component/Messenger/Tests/Fixtures/DummyMessage.php 14 5 5
/src/Symfony/Component/Messenger/Tests/Fixtures/DummyMessageInterface.php 5 1 1
/src/Symfony/Component/Messenger/Tests/Fixtures/DummyQuery.php 14 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/DummyQueryHandler.php 16 5 5
/src/Symfony/Component/Messenger/Tests/Fixtures/DummyReceiver.php 46 15 9
/src/Symfony/Component/Messenger/Tests/Fixtures/MultipleBusesMessage.php 14 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/MultipleBusesMessageHandler.php 16 5 5
/src/Symfony/Component/Messenger/Tests/Fixtures/MyOwnChildException.php 14 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/MyOwnException.php 14 1 1
/src/Symfony/Component/Messenger/Tests/Fixtures/ResettableDummyReceiver.php 20 7 6
/src/Symfony/Component/Messenger/Tests/Fixtures/SecondMessage.php 5 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/TaggedDummyHandler.php 15 21 10
/src/Symfony/Component/Messenger/Tests/Fixtures/TaggedDummyHandlerWithUnionTypes.php 24 12 8
/src/Symfony/Component/Messenger/Tests/Fixtures/TestTracesWithHandleTraitAction.php 29 5 5
/src/Symfony/Component/Messenger/Tests/Fixtures/ThirdMessage.php 5 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/UnionBuiltinTypeArgumentHandler.php 16 6 6
/src/Symfony/Component/Messenger/Tests/Fixtures/UnionTypeArgumentHandler.php 16 6 6
/src/Symfony/Component/Messenger/Tests/Fixtures/UnionTypeOneMessage.php 5 2 2
/src/Symfony/Component/Messenger/Tests/Fixtures/UnionTypeTwoMessage.php 5 2 2
/src/Symfony/Component/Messenger/Tests/HandleTraitTest.php 48 44 19
/src/Symfony/Component/Messenger/Tests/Handler/HandleDescriptorTest.php 49 34 18
/src/Symfony/Component/Messenger/Tests/Handler/HandlersLocatorTest.php 23 43 14
/src/Symfony/Component/Messenger/Tests/MessageBusTest.php 44 102 31
/src/Symfony/Component/Messenger/Tests/Middleware/ActivationMiddlewareTest.php 58 28 10
/src/Symfony/Component/Messenger/Tests/Middleware/AddBusNameStampMiddlewareTest.php 22 10 7
/src/Symfony/Component/Messenger/Tests/Middleware/DispatchAfterCurrentBusMiddlewareTest.php 313 121 27
/src/Symfony/Component/Messenger/Tests/Middleware/HandleMessageMiddlewareTest.php 94 202 41
/src/Symfony/Component/Messenger/Tests/Middleware/RouterContextMiddlewareTest.php 46 22 12
/src/Symfony/Component/Messenger/Tests/Middleware/SendMessageMiddlewareTest.php 76 109 18
/src/Symfony/Component/Messenger/Tests/Middleware/StackMiddlewareTest.php 22 19 15
/src/Symfony/Component/Messenger/Tests/Middleware/TraceableMiddlewareTest.php 129 93 26
/src/Symfony/Component/Messenger/Tests/Middleware/ValidationMiddlewareTest.php 56 26 9
/src/Symfony/Component/Messenger/Tests/Retry/MultiplierRetryStrategyTest.php 44 39 13
/src/Symfony/Component/Messenger/Tests/RoutableMessageBusTest.php 44 39 14
/src/Symfony/Component/Messenger/Tests/Stamp/DelayStampTest.php 22 7 5
/src/Symfony/Component/Messenger/Tests/Stamp/ErrorDetailsStampTest.php 40 23 10
/src/Symfony/Component/Messenger/Tests/Stamp/HandledStampTest.php 34 18 9
/src/Symfony/Component/Messenger/Tests/Stamp/RedeliveryStampTest.php 32 14 7
/src/Symfony/Component/Messenger/Tests/Stamp/SentToFailureTransportStampTest.php 19 6 6
/src/Symfony/Component/Messenger/Tests/Stamp/SerializerStampTest.php 23 7 7
/src/Symfony/Component/Messenger/Tests/Stamp/TransportNamesStampTest.php 25 28 13
/src/Symfony/Component/Messenger/Tests/Stamp/ValidationStampTest.php 23 21 10
/src/Symfony/Component/Messenger/Tests/TraceableMessageBusTest.php 140 67 15
/src/Symfony/Component/Messenger/Tests/Transport/InMemory/InMemoryTransportFactoryTest.php 37 36 14
/src/Symfony/Component/Messenger/Tests/Transport/InMemory/InMemoryTransportTest.php 41 130 17
/src/Symfony/Component/Messenger/Tests/Transport/Receiver/SingleMessageReceiverTest.php 34 18 9
/src/Symfony/Component/Messenger/Tests/Transport/Sender/SendersLocatorTest.php 39 47 12
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/Normalizer/FlattenExceptionNormalizerTest.php 44 89 21
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerTest.php 23 41 15
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/PhpSerializerWithClassNotFoundSupportTest.php 52 21 13
/src/Symfony/Component/Messenger/Tests/Transport/Serialization/SerializerTest.php 254 120 34
/src/Symfony/Component/Messenger/Tests/Transport/Sync/SyncTransportFactoryTest.php 22 7 6
/src/Symfony/Component/Messenger/Tests/Transport/Sync/SyncTransportTest.php 22 14 11
/src/Symfony/Component/Messenger/Tests/WorkerMetadataTest.php 22 24 9
/src/Symfony/Component/Messenger/Tests/WorkerTest.php 84 306 37
/src/Symfony/Component/Messenger/TraceableMessageBus.php 77 59 27
/src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransport.php 53 59 29
/src/Symfony/Component/Messenger/Transport/InMemory/InMemoryTransportFactory.php 58 24 18
/src/Symfony/Component/Messenger/Transport/Receiver/ListableReceiverInterface.php 39 7 5
/src/Symfony/Component/Messenger/Transport/Receiver/MessageCountAwareInterface.php 25 1 1
/src/Symfony/Component/Messenger/Transport/Receiver/QueueReceiverInterface.php 30 3 3
/src/Symfony/Component/Messenger/Transport/Receiver/ReceiverInterface.php 14 4 3
/src/Symfony/Component/Messenger/Transport/Receiver/SingleMessageReceiver.php 26 11 8
/src/Symfony/Component/Messenger/Transport/Sender/SenderInterface.php 29 2 2
/src/Symfony/Component/Messenger/Transport/Sender/SendersLocator.php 59 16 11
/src/Symfony/Component/Messenger/Transport/Sender/SendersLocatorInterface.php 14 1 1
/src/Symfony/Component/Messenger/Transport/Serialization/Normalizer/FlattenExceptionNormalizer.php 86 53 19
/src/Symfony/Component/Messenger/Transport/Serialization/PhpSerializer.php 94 59 34
/src/Symfony/Component/Messenger/Transport/Serialization/Serializer.php 84 70 33
/src/Symfony/Component/Messenger/Transport/Serialization/SerializerInterface.php 14 2 2
/src/Symfony/Component/Messenger/Transport/SetupableTransportInterface.php 22 1 1
/src/Symfony/Component/Messenger/Transport/Sync/SyncTransport.php 40 24 15
/src/Symfony/Component/Messenger/Transport/Sync/SyncTransportFactory.php 38 12 10
/src/Symfony/Component/Messenger/Transport/TransportFactory.php 59 27 14
/src/Symfony/Component/Messenger/Transport/TransportFactoryInterface.php 30 4 3
/src/Symfony/Component/Messenger/Transport/TransportInterface.php 20 1 1
/src/Symfony/Component/Messenger/Worker.php 263 149 55
/src/Symfony/Component/Messenger/WorkerMetadata.php 45 12 10
/src/Symfony/Component/Mime/Address.php 77 74 28
/src/Symfony/Component/Mime/CharacterStream.php 71 166 34
/src/Symfony/Component/Mime/Crypto/DkimOptions.php 81 28 8
/src/Symfony/Component/Mime/Crypto/DkimSigner.php 212 119 33
/src/Symfony/Component/Mime/Crypto/SMime.php 62 58 20
/src/Symfony/Component/Mime/Crypto/SMimeEncrypter.php 49 32 25
/src/Symfony/Component/Mime/Crypto/SMimeSigner.php 59 35 20
/src/Symfony/Component/Mime/DependencyInjection/AddMimeTypeGuesserPass.php 25 6 6
/src/Symfony/Component/Mime/DraftEmail.php 33 14 10
/src/Symfony/Component/Mime/Email.php 244 243 48
/src/Symfony/Component/Mime/Encoder/AddressEncoderInterface.php 27 3 3
/src/Symfony/Component/Mime/Encoder/Base64ContentEncoder.php 28 16 14
/src/Symfony/Component/Mime/Encoder/Base64Encoder.php 29 9 7
/src/Symfony/Component/Mime/Encoder/Base64MimeHeaderEncoder.php 30 13 11
/src/Symfony/Component/Mime/Encoder/ContentEncoderInterface.php 29 4 3
/src/Symfony/Component/Mime/Encoder/EightBitContentEncoder.php 26 12 9
/src/Symfony/Component/Mime/Encoder/EncoderInterface.php 25 4 4
/src/Symfony/Component/Mime/Encoder/IdnAddressEncoder.php 35 12 7
/src/Symfony/Component/Mime/Encoder/MimeHeaderEncoderInterface.php 22 3 3
/src/Symfony/Component/Mime/Encoder/QpContentEncoder.php 49 25 18
/src/Symfony/Component/Mime/Encoder/QpEncoder.php 118 51 29
/src/Symfony/Component/Mime/Encoder/QpMimeHeaderEncoder.php 37 15 11
/src/Symfony/Component/Mime/Encoder/Rfc2231Encoder.php 32 18 13
/src/Symfony/Component/Mime/Exception/AddressEncoderException.php 17 5 5
/src/Symfony/Component/Mime/Exception/ExceptionInterface.php 17 2 2
/src/Symfony/Component/Mime/Exception/InvalidArgumentException.php 17 3 3
/src/Symfony/Component/Mime/Exception/LogicException.php 17 3 3
/src/Symfony/Component/Mime/Exception/RfcComplianceException.php 17 2 2
/src/Symfony/Component/Mime/Exception/RuntimeException.php 17 3 3
/src/Symfony/Component/Mime/FileBinaryMimeTypeGuesser.php 58 26 16
/src/Symfony/Component/Mime/FileinfoMimeTypeGuesser.php 41 23 17
/src/Symfony/Component/Mime/Header/AbstractHeader.php 200 87 45
/src/Symfony/Component/Mime/Header/DateHeader.php 33 10 10
/src/Symfony/Component/Mime/Header/HeaderInterface.php 33 19 6
/src/Symfony/Component/Mime/Header/Headers.php 269 132 42
/src/Symfony/Component/Mime/Header/IdentificationHeader.php 39 22 17
/src/Symfony/Component/Mime/Header/MailboxHeader.php 38 20 17
/src/Symfony/Component/Mime/Header/MailboxListHeader.php 41 22 20
/src/Symfony/Component/Mime/Header/ParameterizedHeader.php 181 85 35
/src/Symfony/Component/Mime/Header/PathHeader.php 38 10 9
/src/Symfony/Component/Mime/Header/UnstructuredHeader.php 33 11 10
/src/Symfony/Component/Mime/HtmlToTextConverter/DefaultHtmlToTextConverter.php 21 7 6
/src/Symfony/Component/Mime/HtmlToTextConverter/LeagueHtmlToMarkdownConverter.php 22 12 10
/src/Symfony/Component/Mime/Message.php 140 64 28
/src/Symfony/Component/Mime/MessageConverter.php 72 56 13
/src/Symfony/Component/Mime/MimeTypeGuesserInterface.php 24 3 3
/src/Symfony/Component/Mime/MimeTypes.php 61 118 23
/src/Symfony/Component/Mime/MimeTypesInterface.php 31 3 2
/src/Symfony/Component/Mime/Part/AbstractMultipartPart.php 77 29 17
/src/Symfony/Component/Mime/Part/AbstractPart.php 21 15 8
/src/Symfony/Component/Mime/Part/DataPart.php 79 91 39
/src/Symfony/Component/Mime/Part/File.php 23 34 21
/src/Symfony/Component/Mime/Part/MessagePart.php 26 22 18
/src/Symfony/Component/Mime/Part/Multipart/FormDataPart.php 85 36 21
/src/Symfony/Component/Mime/Part/Multipart/RelatedPart.php 42 11 9
/src/Symfony/Component/Mime/Part/SMimePart.php 64 32 14
/src/Symfony/Component/Mime/Part/TextPart.php 118 101 35
/src/Symfony/Component/Mime/RawMessage.php 21 21 16
/src/Symfony/Component/Mime/Resources/bin/update_mime_types.php 153 60 20
/src/Symfony/Component/Mime/Test/Constraint/EmailAddressContains.php 14 21 14
/src/Symfony/Component/Mime/Test/Constraint/EmailAttachmentCount.php 21 29 21
/src/Symfony/Component/Mime/Test/Constraint/EmailHasHeader.php 14 17 14
/src/Symfony/Component/Mime/Test/Constraint/EmailHeaderSame.php 43 24 18
/src/Symfony/Component/Mime/Test/Constraint/EmailHtmlBodyContains.php 14 18 14
/src/Symfony/Component/Mime/Test/Constraint/EmailSubjectContains.php 19 21 16
/src/Symfony/Component/Mime/Test/Constraint/EmailTextBodyContains.php 15 18 14
/src/Symfony/Component/Mime/Tests/AbstractMimeTypeGuesserTestCase.php 38 51 14
/src/Symfony/Component/Mime/Tests/AddressTest.php 150 53 16
/src/Symfony/Component/Mime/Tests/CharacterStreamTest.php 37 77 9
/src/Symfony/Component/Mime/Tests/Crypto/DkimSignerTest.php 136 33 16
/src/Symfony/Component/Mime/Tests/Crypto/SMimeEncrypterTest.php 24 32 12
/src/Symfony/Component/Mime/Tests/Crypto/SMimeSignerTest.php 133 71 16
/src/Symfony/Component/Mime/Tests/Crypto/SMimeTestCase.php 60 40 21
/src/Symfony/Component/Mime/Tests/DependencyInjection/AddMimeTypeGuesserPassTest.php 24 18 10
/src/Symfony/Component/Mime/Tests/DraftEmailTest.php 39 18 8
/src/Symfony/Component/Mime/Tests/EmailTest.php 595 671 35
/src/Symfony/Component/Mime/Tests/Encoder/Base64EncoderTest.php 66 51 12
/src/Symfony/Component/Mime/Tests/Encoder/Base64MimeHeaderEncoderTest.php 19 6 6
/src/Symfony/Component/Mime/Tests/Encoder/IdnAddressEncoderTest.php 18 5 5
/src/Symfony/Component/Mime/Tests/Encoder/QpEncoderTest.php 156 70 10
/src/Symfony/Component/Mime/Tests/Encoder/QpMimeHeaderEncoderTest.php 104 54 13
/src/Symfony/Component/Mime/Tests/Encoder/Rfc2231EncoderTest.php 83 70 19
/src/Symfony/Component/Mime/Tests/FileBinaryMimeTypeGuesserTest.php 24 7 6
/src/Symfony/Component/Mime/Tests/FileinfoMimeTypeGuesserTest.php 22 5 5
/src/Symfony/Component/Mime/Tests/Header/DateHeaderTest.php 53 47 9
/src/Symfony/Component/Mime/Tests/Header/HeadersTest.php 238 233 17
/src/Symfony/Component/Mime/Tests/Header/IdentificationHeaderTest.php 73 76 9
/src/Symfony/Component/Mime/Tests/Header/MailboxHeaderTest.php 67 57 13
/src/Symfony/Component/Mime/Tests/Header/MailboxListHeaderTest.php 22 71 11
/src/Symfony/Component/Mime/Tests/Header/ParameterizedHeaderTest.php 27 139 12
/src/Symfony/Component/Mime/Tests/Header/PathHeaderTest.php 26 37 10
/src/Symfony/Component/Mime/Tests/Header/UnstructuredHeaderTest.php 240 102 12
/src/Symfony/Component/Mime/Tests/HtmlToTextConverter/DefaultHtmlToTextConverterTest.php 19 5 5
/src/Symfony/Component/Mime/Tests/HtmlToTextConverter/LeagueHtmlToMarkdownConverterTest.php 19 5 5
/src/Symfony/Component/Mime/Tests/MessageConverterTest.php 22 33 13
/src/Symfony/Component/Mime/Tests/MessageTest.php 113 136 21
/src/Symfony/Component/Mime/Tests/MimeTypesTest.php 37 33 17
/src/Symfony/Component/Mime/Tests/Part/DataPartTest.php 157 199 35
/src/Symfony/Component/Mime/Tests/Part/MessagePartTest.php 23 29 12
/src/Symfony/Component/Mime/Tests/Part/Multipart/AlternativePartTest.php 19 7 6
/src/Symfony/Component/Mime/Tests/Part/Multipart/DigestPartTest.php 21 13 9
/src/Symfony/Component/Mime/Tests/Part/Multipart/FormDataPartTest.php 22 104 21
/src/Symfony/Component/Mime/Tests/Part/Multipart/MixedPartTest.php 19 7 6
/src/Symfony/Component/Mime/Tests/Part/Multipart/RelatedPartTest.php 20 18 9
/src/Symfony/Component/Mime/Tests/Part/TextPartTest.php 90 84 18
/src/Symfony/Component/Mime/Tests/RawMessageTest.php 67 81 22
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsOptions.php 56 30 11
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransport.php 77 60 30
/src/Symfony/Component/Notifier/Bridge/AllMySms/AllMySmsTransportFactory.php 34 17 10
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportFactoryTest.php 37 23 10
/src/Symfony/Component/Notifier/Bridge/AllMySms/Tests/AllMySmsTransportTest.php 42 33 19
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsOptions.php 70 21 15
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransport.php 78 56 31
/src/Symfony/Component/Notifier/Bridge/AmazonSns/AmazonSnsTransportFactory.php 32 29 14
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsOptionsTest.php 25 11 8
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsTransportFactoryTest.php 31 24 11
/src/Symfony/Component/Notifier/Bridge/AmazonSns/Tests/AmazonSnsTransportTest.php 63 63 25
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthOptions.php 28 26 11
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransport.php 88 83 33
/src/Symfony/Component/Notifier/Bridge/Bandwidth/BandwidthTransportFactory.php 39 18 11
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthOptionsTest.php 19 10 9
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportFactoryTest.php 35 33 10
/src/Symfony/Component/Notifier/Bridge/Bandwidth/Tests/BandwidthTransportTest.php 88 63 24
/src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransport.php 75 46 29
/src/Symfony/Component/Notifier/Bridge/Brevo/BrevoTransportFactory.php 33 16 10
/src/Symfony/Component/Notifier/Bridge/Brevo/Tests/BrevoTransportFactoryTest.php 19 34 10
/src/Symfony/Component/Notifier/Bridge/Brevo/Tests/BrevoTransportTest.php 36 33 16
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkMessageBodyBuilder.php 20 20 11
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkOptions.php 33 17 15
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransport.php 85 49 28
/src/Symfony/Component/Notifier/Bridge/Chatwork/ChatworkTransportFactory.php 39 18 12
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkMessageBodyBuilderTest.php 19 22 9
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkOptionsTest.php 29 17 9
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkTransportFactoryTest.php 39 34 10
/src/Symfony/Component/Notifier/Bridge/Chatwork/Tests/ChatworkTransportTest.php 42 35 17
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendOptions.php 66 27 11
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransport.php 99 91 35
/src/Symfony/Component/Notifier/Bridge/ClickSend/ClickSendTransportFactory.php 37 21 11
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendTransportFactoryTest.php 40 28 10
/src/Symfony/Component/Notifier/Bridge/ClickSend/Tests/ClickSendTransportTest.php 60 67 22
/src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransport.php 81 56 30
/src/Symfony/Component/Notifier/Bridge/Clickatell/ClickatellTransportFactory.php 33 17 10
/src/Symfony/Component/Notifier/Bridge/Clickatell/Tests/ClickatellTransportFactoryTest.php 19 29 11
/src/Symfony/Component/Notifier/Bridge/Clickatell/Tests/ClickatellTransportTest.php 59 48 20
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneOptions.php 77 22 13
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransport.php 94 72 31
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/ContactEveryoneTransportFactory.php 30 19 10
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneTransportFactoryTest.php 58 28 10
/src/Symfony/Component/Notifier/Bridge/ContactEveryone/Tests/ContactEveryoneTransportTest.php 32 42 20
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordOptions.php 30 24 16
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransport.php 93 63 33
/src/Symfony/Component/Notifier/Bridge/Discord/DiscordTransportFactory.php 33 16 10
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/AbstractDiscordEmbed.php 21 8 8
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/AbstractDiscordEmbedObject.php 19 6 6
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordAuthorEmbedObject.php 60 14 7
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbed.php 116 43 9
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordEmbedObjectInterface.php 19 2 2
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFieldEmbedObject.php 55 16 10
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordFooterEmbedObject.php 50 11 7
/src/Symfony/Component/Notifier/Bridge/Discord/Embeds/DiscordMediaEmbedObject.php 42 12 5
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordOptionsTest.php 107 16 6
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordTransportFactoryTest.php 43 33 10
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/DiscordTransportTest.php 58 38 17
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordAuthorEmbedObjectTest.php 36 9 7
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordEmbedTest.php 59 20 9
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordFieldEmbedObjectTest.php 42 15 8
/src/Symfony/Component/Notifier/Bridge/Discord/Tests/Embeds/DiscordFooterEmbedObjectTest.php 20 10 7
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotOptions.php 83 31 12
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransport.php 95 64 35
/src/Symfony/Component/Notifier/Bridge/Engagespot/EngagespotTransportFactory.php 33 17 10
/src/Symfony/Component/Notifier/Bridge/Engagespot/Tests/EngagespotTransportFactoryTest.php 41 23 10
/src/Symfony/Component/Notifier/Bridge/Engagespot/Tests/EngagespotTransportTest.php 37 25 14
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexOptions.php 28 11 10
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransport.php 84 67 36
/src/Symfony/Component/Notifier/Bridge/Esendex/EsendexTransportFactory.php 32 16 10
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportFactoryTest.php 38 33 10
/src/Symfony/Component/Notifier/Bridge/Esendex/Tests/EsendexTransportTest.php 128 64 24
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoOptions.php 39 53 13
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransport.php 89 54 27
/src/Symfony/Component/Notifier/Bridge/Expo/ExpoTransportFactory.php 32 17 11
/src/Symfony/Component/Notifier/Bridge/Expo/Tests/ExpoTransportFactoryTest.php 35 23 10
/src/Symfony/Component/Notifier/Bridge/Expo/Tests/ExpoTransportTest.php 32 26 15
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatEmailTransport.php 67 46 25
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatLoggerTransport.php 59 32 20
/src/Symfony/Component/Notifier/Bridge/FakeChat/FakeChatTransportFactory.php 30 42 21
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatEmailTransportTest.php 44 58 18
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatLoggerTransportTest.php 48 39 19
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/FakeChatTransportFactoryTest.php 26 73 17
/src/Symfony/Component/Notifier/Bridge/FakeChat/Tests/TestLogger.php 20 10 9
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsEmailTransport.php 68 46 25
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsLoggerTransport.php 32 29 20
/src/Symfony/Component/Notifier/Bridge/FakeSms/FakeSmsTransportFactory.php 31 42 21
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsEmailTransportTest.php 37 46 18
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsLoggerTransportTest.php 38 35 19
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/FakeSmsTransportFactoryTest.php 51 73 17
/src/Symfony/Component/Notifier/Bridge/FakeSms/Tests/TestLogger.php 20 10 9
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseOptions.php 39 25 12
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransport.php 87 53 31
/src/Symfony/Component/Notifier/Bridge/Firebase/FirebaseTransportFactory.php 32 18 11
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/AndroidNotification.php 21 30 3
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/IOSNotification.php 41 24 3
/src/Symfony/Component/Notifier/Bridge/Firebase/Notification/WebNotification.php 21 6 3
/src/Symfony/Component/Notifier/Bridge/Firebase/Tests/FirebaseTransportFactoryTest.php 27 23 10
/src/Symfony/Component/Notifier/Bridge/Firebase/Tests/FirebaseTransportTest.php 36 44 20
/src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransport.php 77 49 29
/src/Symfony/Component/Notifier/Bridge/FortySixElks/FortySixElksTransportFactory.php 29 17 10
/src/Symfony/Component/Notifier/Bridge/FortySixElks/Tests/FortySixElksTransportFactoryTest.php 38 24 11
/src/Symfony/Component/Notifier/Bridge/FortySixElks/Tests/FortySixElksTransportTest.php 78 43 17
/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransport.php 82 50 25
/src/Symfony/Component/Notifier/Bridge/FreeMobile/FreeMobileTransportFactory.php 35 16 10
/src/Symfony/Component/Notifier/Bridge/FreeMobile/Tests/FreeMobileTransportFactoryTest.php 38 28 10
/src/Symfony/Component/Notifier/Bridge/FreeMobile/Tests/FreeMobileTransportTest.php 30 33 17
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiOptions.php 46 18 12
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransport.php 76 52 30
/src/Symfony/Component/Notifier/Bridge/GatewayApi/GatewayApiTransportFactory.php 33 16 10
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiOptionsTest.php 19 9 9
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiTransportFactoryTest.php 23 28 10
/src/Symfony/Component/Notifier/Bridge/GatewayApi/Tests/GatewayApiTransportTest.php 47 34 17
/src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransport.php 72 41 25
/src/Symfony/Component/Notifier/Bridge/Gitter/GitterTransportFactory.php 33 16 10
/src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportFactoryTest.php 35 33 10
/src/Symfony/Component/Notifier/Bridge/Gitter/Tests/GitterTransportTest.php 32 25 14
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpOptions.php 28 18 13
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransport.php 90 79 33
/src/Symfony/Component/Notifier/Bridge/GoIp/GoIpTransportFactory.php 26 21 13
/src/Symfony/Component/Notifier/Bridge/GoIp/Tests/GoIpTransportFactoryTest.php 51 33 10
/src/Symfony/Component/Notifier/Bridge/GoIp/Tests/GoIpTransportTest.php 51 56 22
/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatOptions.php 67 34 18
/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransport.php 117 72 34
/src/Symfony/Component/Notifier/Bridge/GoogleChat/GoogleChatTransportFactory.php 34 22 13
/src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatOptionsTest.php 19 14 9
/src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/GoogleChat/Tests/GoogleChatTransportTest.php 147 97 27
/src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransport.php 84 45 27
/src/Symfony/Component/Notifier/Bridge/Infobip/InfobipTransportFactory.php 24 14 9
/src/Symfony/Component/Notifier/Bridge/Infobip/Tests/InfobipTransportFactoryTest.php 32 29 10
/src/Symfony/Component/Notifier/Bridge/Infobip/Tests/InfobipTransportTest.php 39 25 14
/src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransport.php 77 52 31
/src/Symfony/Component/Notifier/Bridge/Iqsms/IqsmsTransportFactory.php 34 16 10
/src/Symfony/Component/Notifier/Bridge/Iqsms/Tests/IqsmsTransportFactoryTest.php 19 33 10
/src/Symfony/Component/Notifier/Bridge/Iqsms/Tests/IqsmsTransportTest.php 29 25 14
/src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransport.php 94 69 36
/src/Symfony/Component/Notifier/Bridge/Isendpro/IsendproTransportFactory.php 30 19 10
/src/Symfony/Component/Notifier/Bridge/Isendpro/Tests/IsendproTransportFactoryTest.php 81 37 12
/src/Symfony/Component/Notifier/Bridge/Isendpro/Tests/IsendproTransportTest.php 31 47 17
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransport.php 88 67 35
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/KazInfoTehTransportFactory.php 35 16 9
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/Tests/KazInfoTehTransportFactoryTest.php 22 33 10
/src/Symfony/Component/Notifier/Bridge/KazInfoTeh/Tests/KazInfoTehTransportTest.php 56 42 18
/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransport.php 123 61 35
/src/Symfony/Component/Notifier/Bridge/LightSms/LightSmsTransportFactory.php 35 16 10
/src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportFactoryTest.php 32 23 10
/src/Symfony/Component/Notifier/Bridge/LightSms/Tests/LightSmsTransportTest.php 39 25 14
/src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransport.php 58 40 25
/src/Symfony/Component/Notifier/Bridge/LineNotify/LineNotifyTransportFactory.php 37 17 11
/src/Symfony/Component/Notifier/Bridge/LineNotify/Tests/LineNotifyTransportFactoryTest.php 18 30 12
/src/Symfony/Component/Notifier/Bridge/LineNotify/Tests/LineNotifyTransportTest.php 34 34 17
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInOptions.php 38 60 20
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransport.php 88 57 29
/src/Symfony/Component/Notifier/Bridge/LinkedIn/LinkedInTransportFactory.php 33 16 10
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/AbstractLinkedInShare.php 19 6 6
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/AuthorShare.php 23 8 7
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/LifecycleStateShare.php 43 25 14
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/ShareContentShare.php 75 50 17
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/ShareMediaShare.php 57 37 18
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Share/VisibilityShare.php 42 33 12
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Tests/LinkedInTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/LinkedIn/Tests/LinkedInTransportTest.php 168 74 21
/src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransport.php 75 44 26
/src/Symfony/Component/Notifier/Bridge/Mailjet/MailjetTransportFactory.php 33 16 10
/src/Symfony/Component/Notifier/Bridge/Mailjet/Tests/MailjetTransportFactoryTest.php 43 29 10
/src/Symfony/Component/Notifier/Bridge/Mailjet/Tests/MailjetTransportTest.php 34 25 14
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonOptions.php 19 21 12
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransport.php 90 65 39
/src/Symfony/Component/Notifier/Bridge/Mastodon/MastodonTransportFactory.php 23 14 9
/src/Symfony/Component/Notifier/Bridge/Mastodon/Tests/MastodonTransportFactoryTest.php 22 30 12
/src/Symfony/Component/Notifier/Bridge/Mastodon/Tests/MastodonTransportTest.php 96 59 21
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostOptions.php 31 17 13
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransport.php 78 58 30
/src/Symfony/Component/Notifier/Bridge/Mattermost/MattermostTransportFactory.php 23 15 9
/src/Symfony/Component/Notifier/Bridge/Mattermost/Tests/MattermostTransportFactoryTest.php 56 33 10
/src/Symfony/Component/Notifier/Bridge/Mattermost/Tests/MattermostTransportTest.php 32 25 14
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureOptions.php 78 42 13
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransport.php 88 78 37
/src/Symfony/Component/Notifier/Bridge/Mercure/MercureTransportFactory.php 48 43 27
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/Fixtures/DummyHub.php 33 46 17
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureOptionsTest.php 43 14 9
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportFactoryTest.php 28 38 15
/src/Symfony/Component/Notifier/Bridge/Mercure/Tests/MercureTransportTest.php 72 142 33
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdOptions.php 46 45 12
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransport.php 75 53 31
/src/Symfony/Component/Notifier/Bridge/MessageBird/MessageBirdTransportFactory.php 33 16 10
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdOptionsTest.php 33 9 9
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/MessageBird/Tests/MessageBirdTransportTest.php 30 26 15
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaOptions.php 28 34 12
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransport.php 98 67 32
/src/Symfony/Component/Notifier/Bridge/MessageMedia/MessageMediaTransportFactory.php 34 17 10
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaOptionsTest.php 29 9 9
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaTransportFactoryTest.php 37 23 10
/src/Symfony/Component/Notifier/Bridge/MessageMedia/Tests/MessageMediaTransportTest.php 56 48 22
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/ActionCard.php 24 12 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/ActionCardCompatibleActionInterface.php 19 1 1
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Element/Header.php 22 7 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/HttpPostAction.php 24 10 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/AbstractInput.php 25 18 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/DateInput.php 36 13 11
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/MultiChoiceInput.php 56 29 20
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/Input/TextInput.php 46 16 11
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/InvokeAddInCommandAction.php 22 10 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Action/OpenUriAction.php 31 17 14
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsOptions.php 35 49 24
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransport.php 82 54 33
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/MicrosoftTeamsTransportFactory.php 25 19 9
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Activity.php 22 8 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Fact.php 19 7 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Field/Image.php 22 6 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Section/Section.php 27 17 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Test/Action/Input/AbstractInputTestCase.php 60 21 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/ActionCardTest.php 26 21 8
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Element/HeaderTest.php 19 8 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/HttpPostActionTest.php 28 20 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Input/DateInputTest.php 24 11 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Input/MultiChoiceInputTest.php 28 27 10
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/Input/TextInputTest.php 43 16 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/InvokeAddInCommandActionTest.php 43 17 7
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Action/OpenUriActionTest.php 75 24 11
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsOptionsTest.php 67 109 15
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsTransportFactoryTest.php 32 23 10
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/MicrosoftTeamsTransportTest.php 151 104 25
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/Field/ActivityTest.php 27 14 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/Field/FactTest.php 27 8 5
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/Field/ImageTest.php 27 11 6
/src/Symfony/Component/Notifier/Bridge/MicrosoftTeams/Tests/Section/SectionTest.php 27 30 8
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytOptions.php 41 35 24
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransport.php 86 64 33
/src/Symfony/Component/Notifier/Bridge/Mobyt/MobytTransportFactory.php 35 17 10
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytOptionsTest.php 36 30 13
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytTransportFactoryTest.php 52 28 10
/src/Symfony/Component/Notifier/Bridge/Mobyt/Tests/MobytTransportTest.php 33 30 18
/src/Symfony/Component/Notifier/Bridge/Novu/NovuOptions.php 34 75 18
/src/Symfony/Component/Notifier/Bridge/Novu/NovuSubscriberRecipient.php 34 88 15
/src/Symfony/Component/Notifier/Bridge/Novu/NovuTransport.php 89 51 29
/src/Symfony/Component/Notifier/Bridge/Novu/NovuTransportFactory.php 38 18 12
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuTransportFactoryTest.php 44 29 10
/src/Symfony/Component/Notifier/Bridge/Novu/Tests/NovuTransportTest.php 49 40 19
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyOptions.php 163 80 29
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransport.php 102 86 35
/src/Symfony/Component/Notifier/Bridge/Ntfy/NtfyTransportFactory.php 33 36 19
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyOptionsTest.php 39 6 6
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyTransportFactoryTest.php 23 23 9
/src/Symfony/Component/Notifier/Bridge/Ntfy/Tests/NtfyTransportTest.php 98 90 24
/src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransport.php 83 50 27
/src/Symfony/Component/Notifier/Bridge/Octopush/OctopushTransportFactory.php 36 16 10
/src/Symfony/Component/Notifier/Bridge/Octopush/Tests/OctopushTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/Octopush/Tests/OctopushTransportTest.php 34 25 14
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalOptions.php 94 36 18
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransport.php 98 68 31
/src/Symfony/Component/Notifier/Bridge/OneSignal/OneSignalTransportFactory.php 25 18 10
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalOptionsTest.php 19 6 5
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalTransportFactoryTest.php 41 28 10
/src/Symfony/Component/Notifier/Bridge/OneSignal/Tests/OneSignalTransportTest.php 137 85 27
/src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransport.php 75 58 26
/src/Symfony/Component/Notifier/Bridge/OrangeSms/OrangeSmsTransportFactory.php 32 17 10
/src/Symfony/Component/Notifier/Bridge/OrangeSms/Tests/OrangeSmsTransportFactoryTest.php 50 33 10
/src/Symfony/Component/Notifier/Bridge/OrangeSms/Tests/OrangeSmsTransportTest.php 34 26 14
/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransport.php 125 80 34
/src/Symfony/Component/Notifier/Bridge/OvhCloud/OvhCloudTransportFactory.php 37 19 11
/src/Symfony/Component/Notifier/Bridge/OvhCloud/Tests/OvhCloudTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/OvhCloud/Tests/OvhCloudTransportTest.php 60 67 24
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyOptions.php 74 38 19
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransport.php 66 49 30
/src/Symfony/Component/Notifier/Bridge/PagerDuty/PagerDutyTransportFactory.php 46 22 12
/src/Symfony/Component/Notifier/Bridge/PagerDuty/Tests/PagerDutyTransportFactoryTest.php 39 28 10
/src/Symfony/Component/Notifier/Bridge/PagerDuty/Tests/PagerDutyTransportTest.php 43 27 15
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoOptions.php 76 33 12
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransport.php 83 68 34
/src/Symfony/Component/Notifier/Bridge/Plivo/PlivoTransportFactory.php 36 17 11
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoTransportFactoryTest.php 24 33 10
/src/Symfony/Component/Notifier/Bridge/Plivo/Tests/PlivoTransportTest.php 62 63 23
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverOptions.php 63 68 28
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransport.php 73 53 29
/src/Symfony/Component/Notifier/Bridge/Pushover/PushoverTransportFactory.php 26 19 9
/src/Symfony/Component/Notifier/Bridge/Pushover/Tests/PushoverTransportFactoryTest.php 29 23 10
/src/Symfony/Component/Notifier/Bridge/Pushover/Tests/PushoverTransportTest.php 109 54 22
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkOptions.php 25 32 16
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransport.php 93 66 31
/src/Symfony/Component/Notifier/Bridge/Redlink/RedlinkTransportFactory.php 32 19 9
/src/Symfony/Component/Notifier/Bridge/Redlink/Tests/RedlinkTransportFactoryTest.php 44 28 10
/src/Symfony/Component/Notifier/Bridge/Redlink/Tests/RedlinkTransportTest.php 50 26 14
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralOptions.php 49 19 10
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransport.php 78 61 33
/src/Symfony/Component/Notifier/Bridge/RingCentral/RingCentralTransportFactory.php 33 17 11
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralOptionsTest.php 19 10 10
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralTransportFactoryTest.php 29 33 10
/src/Symfony/Component/Notifier/Bridge/RingCentral/Tests/RingCentralTransportTest.php 60 62 22
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatOptions.php 60 24 14
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransport.php 77 52 26
/src/Symfony/Component/Notifier/Bridge/RocketChat/RocketChatTransportFactory.php 33 17 10
/src/Symfony/Component/Notifier/Bridge/RocketChat/Tests/RocketChatTransportFactoryTest.php 46 28 10
/src/Symfony/Component/Notifier/Bridge/RocketChat/Tests/RocketChatTransportTest.php 43 32 18
/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransport.php 93 61 30
/src/Symfony/Component/Notifier/Bridge/Sendberry/SendberryTransportFactory.php 31 16 10
/src/Symfony/Component/Notifier/Bridge/Sendberry/Tests/SendberryTransportFactoryTest.php 38 28 10
/src/Symfony/Component/Notifier/Bridge/Sendberry/Tests/SendberryTransportTest.php 39 25 14
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransport.php 82 66 34
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/SimpleTextinTransportFactory.php 35 18 11
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/Tests/SimpleTextinTransportFactoryTest.php 41 28 10
/src/Symfony/Component/Notifier/Bridge/SimpleTextin/Tests/SimpleTextinTransportTest.php 58 65 24
/src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransport.php 76 47 27
/src/Symfony/Component/Notifier/Bridge/Sinch/SinchTransportFactory.php 34 16 10
/src/Symfony/Component/Notifier/Bridge/Sinch/Tests/SinchTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/Sinch/Tests/SinchTransportTest.php 29 25 14
/src/Symfony/Component/Notifier/Bridge/Slack/Block/AbstractSlackBlock.php 19 6 6
/src/Symfony/Component/Notifier/Bridge/Slack/Block/AbstractSlackBlockElement.php 21 8 8
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackActionsBlock.php 42 8 8
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackContextBlock.php 36 21 10
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackHeaderBlock.php 27 10 6
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackImageBlock.php 19 1 1
/src/Symfony/Component/Notifier/Bridge/Slack/Block/SlackSectionBlock.php 47 17 10
/src/Symfony/Component/Notifier/Bridge/Slack/SlackOptions.php 147 80 25
/src/Symfony/Component/Notifier/Bridge/Slack/SlackSentMessage.php 32 11 9
/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransport.php 97 69 34
/src/Symfony/Component/Notifier/Bridge/Slack/SlackTransportFactory.php 31 18 10
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackActionsBlockTest.php 50 15 9
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackContextBlockTest.php 53 24 11
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackHeaderBlockTest.php 20 15 8
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/Block/SlackSectionBlockTest.php 50 22 11
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackOptionsTest.php 208 96 26
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/Slack/Tests/SlackTransportTest.php 270 142 28
/src/Symfony/Component/Notifier/Bridge/Slack/UpdateMessageSlackOptions.php 19 2 2
/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77Transport.php 79 56 31
/src/Symfony/Component/Notifier/Bridge/Sms77/Sms77TransportFactory.php 33 17 10
/src/Symfony/Component/Notifier/Bridge/Sms77/Tests/Sms77TransportFactoryTest.php 37 28 10
/src/Symfony/Component/Notifier/Bridge/Sms77/Tests/Sms77TransportTest.php 40 32 18
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransport.php 95 63 32
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/SmsBiurasTransportFactory.php 35 18 11
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/Tests/SmsBiurasTransportFactoryTest.php 48 28 10
/src/Symfony/Component/Notifier/Bridge/SmsBiuras/Tests/SmsBiurasTransportTest.php 61 44 24
/src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorPushType.php 17 1 1
/src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransport.php 90 69 36
/src/Symfony/Component/Notifier/Bridge/SmsFactor/SmsFactorTransportFactory.php 35 25 17
/src/Symfony/Component/Notifier/Bridge/SmsFactor/Tests/SmsFactorTransportFactoryTest.php 46 28 10
/src/Symfony/Component/Notifier/Bridge/SmsFactor/Tests/SmsFactorTransportTest.php 40 29 17
/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransport.php 119 62 32
/src/Symfony/Component/Notifier/Bridge/Smsapi/SmsapiTransportFactory.php 33 21 11
/src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/Smsapi/Tests/SmsapiTransportTest.php 31 50 22
/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransport.php 82 59 28
/src/Symfony/Component/Notifier/Bridge/Smsc/SmscTransportFactory.php 34 16 9
/src/Symfony/Component/Notifier/Bridge/Smsc/Tests/SmscTransportFactoryTest.php 43 28 10
/src/Symfony/Component/Notifier/Bridge/Smsc/Tests/SmscTransportTest.php 29 25 14
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeOptions.php 28 14 11
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransport.php 85 66 35
/src/Symfony/Component/Notifier/Bridge/Smsmode/SmsmodeTransportFactory.php 35 17 11
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeTransportFactoryTest.php 34 33 10
/src/Symfony/Component/Notifier/Bridge/Smsmode/Tests/SmsmodeTransportTest.php 91 76 25
/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransport.php 110 77 32
/src/Symfony/Component/Notifier/Bridge/SpotHit/SpotHitTransportFactory.php 35 19 10
/src/Symfony/Component/Notifier/Bridge/SpotHit/Tests/SpotHitTransportFactoryTest.php 40 23 10
/src/Symfony/Component/Notifier/Bridge/SpotHit/Tests/SpotHitTransportTest.php 87 89 27
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/AbstractTelegramReplyMarkup.php 19 6 6
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/Button/AbstractKeyboardButton.php 19 6 6
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/Button/InlineKeyboardButton.php 79 24 4
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/Button/KeyboardButton.php 29 12 4
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/ForceReply.php 21 3 3
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/InlineKeyboardMarkup.php 33 9 8
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/ReplyKeyboardMarkup.php 45 21 9
/src/Symfony/Component/Notifier/Bridge/Telegram/Reply/Markup/ReplyKeyboardRemove.php 21 3 3
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramOptions.php 138 81 20
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransport.php 123 109 43
/src/Symfony/Component/Notifier/Bridge/Telegram/TelegramTransportFactory.php 34 36 13
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramOptionsTest.php 49 24 11
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportFactoryTest.php 32 28 10
/src/Symfony/Component/Notifier/Bridge/Telegram/Tests/TelegramTransportTest.php 584 288 38
/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransport.php 96 65 32
/src/Symfony/Component/Notifier/Bridge/Telnyx/TelnyxTransportFactory.php 34 17 10
/src/Symfony/Component/Notifier/Bridge/Telnyx/Tests/TelnyxTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/Telnyx/Tests/TelnyxTransportTest.php 29 26 15
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiOptions.php 46 17 11
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransport.php 82 69 35
/src/Symfony/Component/Notifier/Bridge/Termii/TermiiTransportFactory.php 36 17 11
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiOptionsTest.php 19 8 8
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiTransportFactoryTest.php 46 33 10
/src/Symfony/Component/Notifier/Bridge/Termii/Tests/TermiiTransportTest.php 86 63 23
/src/Symfony/Component/Notifier/Bridge/TurboSms/Tests/TurboSmsTransportFactoryTest.php 43 28 10
/src/Symfony/Component/Notifier/Bridge/TurboSms/Tests/TurboSmsTransportTest.php 74 73 26
/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransport.php 55 61 29
/src/Symfony/Component/Notifier/Bridge/TurboSms/TurboSmsTransportFactory.php 33 16 10
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/TwilioTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/TwilioTransportTest.php 36 63 24
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/Webhook/Fixtures/delivered.php 5 8 5
/src/Symfony/Component/Notifier/Bridge/Twilio/Tests/Webhook/TwilioRequestParserTest.php 14 14 8
/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioOptions.php 18 16 12
/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransport.php 88 58 30
/src/Symfony/Component/Notifier/Bridge/Twilio/TwilioTransportFactory.php 34 16 10
/src/Symfony/Component/Notifier/Bridge/Twilio/Webhook/TwilioRequestParser.php 41 31 15
/src/Symfony/Component/Notifier/Bridge/Twitter/Tests/TwitterTransportFactoryTest.php 24 29 11
/src/Symfony/Component/Notifier/Bridge/Twitter/Tests/TwitterTransportTest.php 91 113 22
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterOptions.php 25 64 21
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransport.php 272 171 64
/src/Symfony/Component/Notifier/Bridge/Twitter/TwitterTransportFactory.php 42 25 14
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/VonageTransportFactoryTest.php 19 28 10
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/VonageTransportTest.php 39 25 14
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/Webhook/Fixtures/delivered.php 5 10 6
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/Webhook/Fixtures/undeliverable.php 5 10 6
/src/Symfony/Component/Notifier/Bridge/Vonage/Tests/Webhook/VonageRequestParserTest.php 22 18 10
/src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransport.php 73 46 26
/src/Symfony/Component/Notifier/Bridge/Vonage/VonageTransportFactory.php 34 16 10
/src/Symfony/Component/Notifier/Bridge/Vonage/Webhook/VonageRequestParser.php 61 40 25
/src/Symfony/Component/Notifier/Bridge/Yunpian/Tests/YunpianTransportFactoryTest.php 19 23 10
/src/Symfony/Component/Notifier/Bridge/Yunpian/Tests/YunpianTransportTest.php 30 33 17
/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransport.php 72 46 28
/src/Symfony/Component/Notifier/Bridge/Yunpian/YunpianTransportFactory.php 30 18 11
/src/Symfony/Component/Notifier/Bridge/Zendesk/Tests/ZendeskTransportFactoryTest.php 24 28 10
/src/Symfony/Component/Notifier/Bridge/Zendesk/Tests/ZendeskTransportTest.php 29 25 13
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskOptions.php 28 17 10
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransport.php 83 51 28
/src/Symfony/Component/Notifier/Bridge/Zendesk/ZendeskTransportFactory.php 47 23 12
/src/Symfony/Component/Notifier/Bridge/Zulip/Tests/ZulipTransportFactoryTest.php 48 33 10
/src/Symfony/Component/Notifier/Bridge/Zulip/Tests/ZulipTransportTest.php 39 25 14
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipOptions.php 30 21 8
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransport.php 90 61 28
/src/Symfony/Component/Notifier/Bridge/Zulip/ZulipTransportFactory.php 23 14 9
/src/Symfony/Component/Notifier/Channel/AbstractChannel.php 23 21 10
/src/Symfony/Component/Notifier/Channel/BrowserChannel.php 35 20 13
/src/Symfony/Component/Notifier/Channel/ChannelInterface.php 24 4 3
/src/Symfony/Component/Notifier/Channel/ChannelPolicy.php 34 6 6
/src/Symfony/Component/Notifier/Channel/ChatChannel.php 24 9 8
/src/Symfony/Component/Notifier/Channel/EmailChannel.php 52 62 26
/src/Symfony/Component/Notifier/Channel/PushChannel.php 24 9 8
/src/Symfony/Component/Notifier/Channel/SmsChannel.php 48 12 10
/src/Symfony/Component/Notifier/Chatter.php 42 36 17
/src/Symfony/Component/Notifier/ChatterInterface.php 14 2 2
/src/Symfony/Component/Notifier/DataCollector/NotificationDataCollector.php 37 20 12
/src/Symfony/Component/Notifier/Event/FailedMessageEvent.php 22 8 5
/src/Symfony/Component/Notifier/Event/MessageEvent.php 36 12 9
/src/Symfony/Component/Notifier/Event/NotificationEvents.php 57 19 14
/src/Symfony/Component/Notifier/Event/SentMessageEvent.php 22 5 4
/src/Symfony/Component/Notifier/EventListener/NotificationLoggerListener.php 46 14 8
/src/Symfony/Component/Notifier/EventListener/SendFailedMessageToNotifierListener.php 52 20 13
/src/Symfony/Component/Notifier/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Notifier/Exception/FlashMessageImportanceMapperException.php 17 5 5
/src/Symfony/Component/Notifier/Exception/IncompleteDsnException.php 31 15 11
/src/Symfony/Component/Notifier/Exception/InvalidArgumentException.php 17 2 2
/src/Symfony/Component/Notifier/Exception/LengthException.php 17 3 3
/src/Symfony/Component/Notifier/Exception/LogicException.php 17 2 2
/src/Symfony/Component/Notifier/Exception/MissingRequiredOptionException.php 17 13 10
/src/Symfony/Component/Notifier/Exception/MultipleExclusiveOptionsUsedException.php 17 10 9
/src/Symfony/Component/Notifier/Exception/RuntimeException.php 17 2 2
/src/Symfony/Component/Notifier/Exception/TransportException.php 32 22 18
/src/Symfony/Component/Notifier/Exception/TransportExceptionInterface.php 19 1 1
/src/Symfony/Component/Notifier/Exception/UnsupportedMessageTypeException.php 19 6 6
/src/Symfony/Component/Notifier/Exception/UnsupportedSchemeException.php 310 101 23
/src/Symfony/Component/Notifier/FlashMessage/AbstractFlashMessageImportanceMapper.php 21 8 8
/src/Symfony/Component/Notifier/FlashMessage/BootstrapFlashMessageImportanceMapper.php 19 4 4
/src/Symfony/Component/Notifier/FlashMessage/DefaultFlashMessageImportanceMapper.php 19 4 4
/src/Symfony/Component/Notifier/FlashMessage/FlashMessageImportanceMapperInterface.php 14 1 1
/src/Symfony/Component/Notifier/Message/ChatMessage.php 55 52 15
/src/Symfony/Component/Notifier/Message/EmailMessage.php 48 82 26
/src/Symfony/Component/Notifier/Message/FromNotificationInterface.php 21 4 4
/src/Symfony/Component/Notifier/Message/MessageInterface.php 23 7 3
/src/Symfony/Component/Notifier/Message/MessageOptionsInterface.php 19 3 3
/src/Symfony/Component/Notifier/Message/NullMessage.php 36 17 8
/src/Symfony/Component/Notifier/Message/PushMessage.php 42 57 15
/src/Symfony/Component/Notifier/Message/SentMessage.php 34 13 8
/src/Symfony/Component/Notifier/Message/SmsMessage.php 92 66 18
/src/Symfony/Component/Notifier/Messenger/MessageHandler.php 23 10 7
/src/Symfony/Component/Notifier/Notification/ChatNotificationInterface.php 22 5 3
/src/Symfony/Component/Notifier/Notification/EmailNotificationInterface.php 22 5 3
/src/Symfony/Component/Notifier/Notification/Notification.php 117 81 33
/src/Symfony/Component/Notifier/Notification/PushNotificationInterface.php 19 5 3
/src/Symfony/Component/Notifier/Notification/SmsNotificationInterface.php 22 5 3
/src/Symfony/Component/Notifier/Notifier.php 104 63 31
/src/Symfony/Component/Notifier/Recipient/EmailRecipientTrait.php 19 3 3
/src/Symfony/Component/Notifier/Recipient/NoRecipient.php 17 2 2
/src/Symfony/Component/Notifier/Recipient/Recipient.php 31 18 12
/src/Symfony/Component/Notifier/Recipient/RecipientInterface.php 17 1 1
/src/Symfony/Component/Notifier/Recipient/SmsRecipientTrait.php 19 3 3
/src/Symfony/Component/Notifier/Test/Constraint/NotificationCount.php 23 27 17
/src/Symfony/Component/Notifier/Test/Constraint/NotificationIsQueued.php 14 18 13
/src/Symfony/Component/Notifier/Test/Constraint/NotificationSubjectContains.php 15 18 13
/src/Symfony/Component/Notifier/Test/Constraint/NotificationTransportIsEqual.php 15 21 15
/src/Symfony/Component/Notifier/Test/TransportFactoryTestCase.php 68 52 15
/src/Symfony/Component/Notifier/Test/TransportTestCase.php 108 59 14
/src/Symfony/Component/Notifier/Tests/Channel/AbstractChannelTest.php 40 15 11
/src/Symfony/Component/Notifier/Tests/Channel/BrowserChannelTest.php 52 18 10
/src/Symfony/Component/Notifier/Tests/Channel/ChannelPolicyTest.php 23 16 10
/src/Symfony/Component/Notifier/Tests/ChatterTest.php 51 31 14
/src/Symfony/Component/Notifier/Tests/Event/FailedMessageEventTest.php 99 68 33
/src/Symfony/Component/Notifier/Tests/Event/SentMessageEventTest.php 25 22 13
/src/Symfony/Component/Notifier/Tests/Exception/MultipleExclusiveOptionsUsedExceptionTest.php 19 9 8
/src/Symfony/Component/Notifier/Tests/Exception/UnsupportedSchemeExceptionTest.php 104 101 15
/src/Symfony/Component/Notifier/Tests/Fixtures/TestOptions.php 30 11 10
/src/Symfony/Component/Notifier/Tests/Mailer/DummyMailer.php 25 8 8
/src/Symfony/Component/Notifier/Tests/Message/DummyMessageWithTransport.php 22 15 8
/src/Symfony/Component/Notifier/Tests/Message/DummyMessageWithoutTransport.php 22 16 8
/src/Symfony/Component/Notifier/Tests/Message/EmailMessageTest.php 24 7 7
/src/Symfony/Component/Notifier/Tests/Message/NullMessageTest.php 26 19 9
/src/Symfony/Component/Notifier/Tests/Message/PushMessageTest.php 39 27 9
/src/Symfony/Component/Notifier/Tests/Message/SmsMessageTest.php 59 34 9
/src/Symfony/Component/Notifier/Tests/NotifierTest.php 26 9 7
/src/Symfony/Component/Notifier/Tests/Recipient/RecipientTest.php 41 24 10
/src/Symfony/Component/Notifier/Tests/TexterTest.php 50 31 14
/src/Symfony/Component/Notifier/Tests/Transport/DsnTest.php 248 94 21
/src/Symfony/Component/Notifier/Tests/Transport/DummyMessage.php 37 16 8
/src/Symfony/Component/Notifier/Tests/Transport/FailoverTransportTest.php 114 65 16
/src/Symfony/Component/Notifier/Tests/Transport/NullTransportFactoryTest.php 37 18 9
/src/Symfony/Component/Notifier/Tests/Transport/NullTransportTest.php 28 11 7
/src/Symfony/Component/Notifier/Tests/Transport/TransportsTest.php 82 40 11
/src/Symfony/Component/Notifier/Texter.php 42 36 17
/src/Symfony/Component/Notifier/TexterInterface.php 14 2 2
/src/Symfony/Component/Notifier/Transport.php 104 64 24
/src/Symfony/Component/Notifier/Transport/AbstractTransport.php 81 69 27
/src/Symfony/Component/Notifier/Transport/AbstractTransportFactory.php 45 41 19
/src/Symfony/Component/Notifier/Transport/Dsn.php 87 90 24
/src/Symfony/Component/Notifier/Transport/FailoverTransport.php 14 17 11
/src/Symfony/Component/Notifier/Transport/NullTransport.php 53 27 18
/src/Symfony/Component/Notifier/Transport/NullTransportFactory.php 23 10 9
/src/Symfony/Component/Notifier/Transport/RoundRobinTransport.php 74 54 33
/src/Symfony/Component/Notifier/Transport/TransportFactoryInterface.php 30 9 4
/src/Symfony/Component/Notifier/Transport/TransportInterface.php 16 6 4
/src/Symfony/Component/Notifier/Transport/Transports.php 44 26 13
/src/Symfony/Component/OptionsResolver/Debug/OptionsResolverIntrospector.php 46 28 14
/src/Symfony/Component/OptionsResolver/Exception/AccessException.php 20 3 3
/src/Symfony/Component/OptionsResolver/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Component/OptionsResolver/Exception/InvalidArgumentException.php 19 2 2
/src/Symfony/Component/OptionsResolver/Exception/InvalidOptionsException.php 21 3 3
/src/Symfony/Component/OptionsResolver/Exception/MissingOptionsException.php 21 3 3
/src/Symfony/Component/OptionsResolver/Exception/NoConfigurationException.php 24 4 4
/src/Symfony/Component/OptionsResolver/Exception/NoSuchOptionException.php 24 3 3
/src/Symfony/Component/OptionsResolver/Exception/OptionDefinitionException.php 19 3 3
/src/Symfony/Component/OptionsResolver/Exception/UndefinedOptionsException.php 22 3 3
/src/Symfony/Component/OptionsResolver/OptionConfigurator.php 65 58 19
/src/Symfony/Component/OptionsResolver/Options.php 20 1 1
/src/Symfony/Component/OptionsResolver/OptionsResolver.php 1157 481 68
/src/Symfony/Component/OptionsResolver/Tests/Debug/OptionsResolverIntrospectorTest.php 170 207 19
/src/Symfony/Component/OptionsResolver/Tests/OptionsResolverTest.php 538 2201 43
/src/Symfony/Component/PasswordHasher/Command/UserPasswordHashCommand.php 149 79 37
/src/Symfony/Component/PasswordHasher/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/PasswordHasher/Exception/InvalidPasswordException.php 17 6 6
/src/Symfony/Component/PasswordHasher/Exception/LogicException.php 17 3 3
/src/Symfony/Component/PasswordHasher/Hasher/CheckPasswordLengthTrait.php 23 3 3
/src/Symfony/Component/PasswordHasher/Hasher/MessageDigestPasswordHasher.php 44 59 31
/src/Symfony/Component/PasswordHasher/Hasher/MigratingPasswordHasher.php 41 17 10
/src/Symfony/Component/PasswordHasher/Hasher/NativePasswordHasher.php 48 57 23
/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherAwareInterface.php 25 2 2
/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactory.php 200 121 35
/src/Symfony/Component/PasswordHasher/Hasher/PasswordHasherFactoryInterface.php 30 1 1
/src/Symfony/Component/PasswordHasher/Hasher/Pbkdf2PasswordHasher.php 55 44 25
/src/Symfony/Component/PasswordHasher/Hasher/PlaintextPasswordHasher.php 62 34 21
/src/Symfony/Component/PasswordHasher/Hasher/SodiumPasswordHasher.php 41 41 18
/src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasher.php 52 18 8
/src/Symfony/Component/PasswordHasher/Hasher/UserPasswordHasherInterface.php 36 2 1
/src/Symfony/Component/PasswordHasher/LegacyPasswordHasherInterface.php 35 14 8
/src/Symfony/Component/PasswordHasher/PasswordHasherInterface.php 32 3 3
/src/Symfony/Component/PasswordHasher/Tests/Command/UserPasswordHashCommandTest.php 28 206 36
/src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestLegacyPasswordAuthenticatedUser.php 38 31 11
/src/Symfony/Component/PasswordHasher/Tests/Fixtures/TestPasswordAuthenticatedUser.php 16 10 6
/src/Symfony/Component/PasswordHasher/Tests/Hasher/MessageDigestPasswordHasherTest.php 20 46 12
/src/Symfony/Component/PasswordHasher/Tests/Hasher/MigratingPasswordHasherTest.php 41 30 9
/src/Symfony/Component/PasswordHasher/Tests/Hasher/NativePasswordHasherTest.php 111 67 23
/src/Symfony/Component/PasswordHasher/Tests/Hasher/PasswordHasherFactoryTest.php 235 136 24
/src/Symfony/Component/PasswordHasher/Tests/Hasher/Pbkdf2PasswordHasherTest.php 39 32 12
/src/Symfony/Component/PasswordHasher/Tests/Hasher/PlaintextPasswordHasherTest.php 35 40 12
/src/Symfony/Component/PasswordHasher/Tests/Hasher/SodiumPasswordHasherTest.php 86 59 18
/src/Symfony/Component/PasswordHasher/Tests/Hasher/UserPasswordHasherTest.php 128 41 13
/src/Symfony/Component/Process/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Component/Process/Exception/InvalidArgumentException.php 19 3 3
/src/Symfony/Component/Process/Exception/LogicException.php 19 3 3
/src/Symfony/Component/Process/Exception/ProcessFailedException.php 50 19 11
/src/Symfony/Component/Process/Exception/ProcessSignaledException.php 37 11 10
/src/Symfony/Component/Process/Exception/ProcessTimedOutException.php 58 30 19
/src/Symfony/Component/Process/Exception/RunProcessFailedException.php 21 9 9
/src/Symfony/Component/Process/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Process/ExecutableFinder.php 27 34 14
/src/Symfony/Component/Process/InputStream.php 43 32 25
/src/Symfony/Component/Process/Messenger/RunProcessContext.php 25 29 13
/src/Symfony/Component/Process/Messenger/RunProcessMessage.php 23 43 16
/src/Symfony/Component/Process/Messenger/RunProcessMessageHandler.php 29 14 9
/src/Symfony/Component/Process/PhpExecutableFinder.php 32 49 26
/src/Symfony/Component/Process/PhpProcess.php 53 50 23
/src/Symfony/Component/Process/PhpSubprocess.php 76 83 36
/src/Symfony/Component/Process/Pipes/AbstractPipes.php 78 76 38
/src/Symfony/Component/Process/Pipes/PipesInterface.php 55 9 4
/src/Symfony/Component/Process/Pipes/UnixPipes.php 29 45 27
/src/Symfony/Component/Process/Pipes/WindowsPipes.php 38 87 41
/src/Symfony/Component/Process/Process.php 1376 644 102
/src/Symfony/Component/Process/ProcessUtils.php 40 18 17
/src/Symfony/Component/Process/Tests/CreateNewConsoleTest.php 30 23 13
/src/Symfony/Component/Process/Tests/ErrorProcessInitiator.php 32 24 15
/src/Symfony/Component/Process/Tests/ExecutableFinderTest.php 104 55 19
/src/Symfony/Component/Process/Tests/KillableProcessWithOutput.php 22 2 2
/src/Symfony/Component/Process/Tests/Messenger/RunProcessMessageHandlerTest.php 34 19 12
/src/Symfony/Component/Process/Tests/NonStopableProcess.php 21 14 12
/src/Symfony/Component/Process/Tests/OutputMemoryLimitProcess.php 19 13 9
/src/Symfony/Component/Process/Tests/PhpExecutableFinderTest.php 74 28 11
/src/Symfony/Component/Process/Tests/PhpProcessTest.php 21 44 14
/src/Symfony/Component/Process/Tests/PhpSubprocessTest.php 67 32 16
/src/Symfony/Component/Process/Tests/PipeStdinInStdoutStdErrStreamSelect.php 48 37 12
/src/Symfony/Component/Process/Tests/ProcessFailedExceptionTest.php 95 32 11
/src/Symfony/Component/Process/Tests/ProcessTest.php 1242 845 79
/src/Symfony/Component/Process/Tests/SignalListener.php 12 8 8
/src/Symfony/Component/Process/Tests/ThreeSecondProcess.php 13 1 1
/src/Symfony/Component/PropertyAccess/Exception/AccessException.php 19 4 4
/src/Symfony/Component/PropertyAccess/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/PropertyAccess/Exception/InvalidArgumentException.php 19 3 3
/src/Symfony/Component/PropertyAccess/Exception/InvalidPropertyPathException.php 19 3 3
/src/Symfony/Component/PropertyAccess/Exception/NoSuchIndexException.php 19 3 3
/src/Symfony/Component/PropertyAccess/Exception/NoSuchPropertyException.php 19 3 3
/src/Symfony/Component/PropertyAccess/Exception/OutOfBoundsException.php 19 3 3
/src/Symfony/Component/PropertyAccess/Exception/RuntimeException.php 19 4 4
/src/Symfony/Component/PropertyAccess/Exception/UnexpectedTypeException.php 27 8 8
/src/Symfony/Component/PropertyAccess/Exception/UninitializedPropertyException.php 19 3 3
/src/Symfony/Component/PropertyAccess/PropertyAccess.php 29 5 5
/src/Symfony/Component/PropertyAccess/PropertyAccessor.php 200 374 69
/src/Symfony/Component/PropertyAccess/PropertyAccessorBuilder.php 37 71 10
/src/Symfony/Component/PropertyAccess/PropertyAccessorInterface.php 76 13 4
/src/Symfony/Component/PropertyAccess/PropertyPath.php 161 68 28
/src/Symfony/Component/PropertyAccess/PropertyPathBuilder.php 243 72 31
/src/Symfony/Component/PropertyAccess/PropertyPathInterface.php 41 4 4
/src/Symfony/Component/PropertyAccess/PropertyPathIterator.php 38 9 6
/src/Symfony/Component/PropertyAccess/PropertyPathIteratorInterface.php 31 1 1
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/ExtendedUninitializedProperty.php 14 2 2
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/NonTraversableArrayObject.php 32 32 19
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/ReturnTyped.php 19 25 11
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestAdderRemoverInvalidArgumentLength.php 24 20 7
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestAdderRemoverInvalidMethods.php 16 13 7
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClass.php 195 166 27
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassIsWritable.php 18 7 6
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicCall.php 16 3 2
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassMagicGet.php 25 12 8
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassSetValue.php 18 14 8
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassTypeErrorInsideCall.php 20 13 8
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestClassTypedProperty.php 16 6 6
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestPublicPropertyDynamicallyCreated.php 15 1 1
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestPublicPropertyGetterOnObject.php 16 11 7
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestPublicPropertyGetterOnObjectMagicGet.php 21 12 10
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TestSingularAndPluralProps.php 31 17 10
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/Ticket5775Object.php 16 10 9
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TraversableArrayObject.php 32 35 19
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/TypeHinted.php 31 13 7
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/UninitializedObjectProperty.php 19 12 9
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/UninitializedPrivateProperty.php 18 7 7
/src/Symfony/Component/PropertyAccess/Tests/Fixtures/UninitializedProperty.php 24 11 8
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayAccessTestCase.php 30 48 16
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayObjectTest.php 16 6 6
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorArrayTest.php 16 4 4
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorBuilderTest.php 111 66 11
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorCollectionTestCase.php 79 102 16
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorNonTraversableArrayObjectTest.php 20 8 8
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTest.php 933 724 51
/src/Symfony/Component/PropertyAccess/Tests/PropertyAccessorTraversableArrayObjectTest.php 20 8 8
/src/Symfony/Component/PropertyAccess/Tests/PropertyPathBuilderTest.php 80 135 19
/src/Symfony/Component/PropertyAccess/Tests/PropertyPathTest.php 27 83 15
/src/Symfony/Component/PropertyAccess/Tests/TestPluralAdderRemoverAndSetter.php 23 13 8
/src/Symfony/Component/PropertyAccess/Tests/TestPluralAdderRemoverAndSetterSameSingularAndPlural.php 28 13 8
/src/Symfony/Component/PropertyInfo/DependencyInjection/PropertyInfoConstructorPass.php 28 4 4
/src/Symfony/Component/PropertyInfo/DependencyInjection/PropertyInfoPass.php 28 13 5
/src/Symfony/Component/PropertyInfo/Extractor/ConstructorArgumentTypeExtractorInterface.php 32 6 6
/src/Symfony/Component/PropertyInfo/Extractor/ConstructorExtractor.php 26 8 8
/src/Symfony/Component/PropertyInfo/Extractor/PhpDocExtractor.php 194 175 48
/src/Symfony/Component/PropertyInfo/Extractor/PhpStanExtractor.php 231 169 46
/src/Symfony/Component/PropertyInfo/Extractor/ReflectionExtractor.php 529 323 49
/src/Symfony/Component/PropertyInfo/Extractor/SerializerExtractor.php 26 23 19
/src/Symfony/Component/PropertyInfo/PhpStan/NameScope.php 51 22 12
/src/Symfony/Component/PropertyInfo/PhpStan/NameScopeFactory.php 39 30 21
/src/Symfony/Component/PropertyInfo/PropertyAccessExtractorInterface.php 24 7 4
/src/Symfony/Component/PropertyInfo/PropertyDescriptionExtractorInterface.php 24 8 4
/src/Symfony/Component/PropertyInfo/PropertyInfoCacheExtractor.php 75 64 23
/src/Symfony/Component/PropertyInfo/PropertyInfoExtractor.php 80 56 19
/src/Symfony/Component/PropertyInfo/PropertyInfoExtractorInterface.php 21 1 1
/src/Symfony/Component/PropertyInfo/PropertyInitializableExtractorInterface.php 24 4 4
/src/Symfony/Component/PropertyInfo/PropertyListExtractorInterface.php 26 3 3
/src/Symfony/Component/PropertyInfo/PropertyReadInfo.php 30 53 15
/src/Symfony/Component/PropertyInfo/PropertyReadInfoExtractorInterface.php 24 3 3
/src/Symfony/Component/PropertyInfo/PropertyTypeExtractorInterface.php 26 3 3
/src/Symfony/Component/PropertyInfo/PropertyWriteInfo.php 37 80 21
/src/Symfony/Component/PropertyInfo/PropertyWriteInfoExtractorInterface.php 24 3 3
/src/Symfony/Component/PropertyInfo/Tests/AbstractPropertyInfoExtractorTest.php 38 18 11
/src/Symfony/Component/PropertyInfo/Tests/DependencyInjection/PropertyInfoConstructorPassTest.php 43 15 7
/src/Symfony/Component/PropertyInfo/Tests/DependencyInjection/PropertyInfoPassTest.php 25 22 10
/src/Symfony/Component/PropertyInfo/Tests/Extractor/ConstructorExtractorTest.php 36 17 9
/src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpDocExtractorTest.php 46 217 25
/src/Symfony/Component/PropertyInfo/Tests/Extractor/PhpStanExtractorTest.php 441 234 27
/src/Symfony/Component/PropertyInfo/Tests/Extractor/ReflectionExtractorTest.php 623 258 24
/src/Symfony/Component/PropertyInfo/Tests/Extractor/SerializerExtractorTest.php 48 15 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/AdderRemoverDummy.php 22 21 11
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ConstructorDummy.php 26 24 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ConstructorDummyWithoutDocBlock.php 16 13 7
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DefaultValue.php 22 27 11
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DockBlockFallback.php 40 19 5
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Dummy.php 168 206 21
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyExtractor.php 32 52 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyNamespace.php 22 9 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyTraitExternal.php 36 24 8
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/DummyUnionType.php 40 40 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Extractor/DummyNamespace.php 21 12 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/IgnorePropertyDummy.php 15 16 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/IntRangeDummy.php 19 17 7
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/InvalidDummy.php 46 22 13
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/NoProperties.php 17 2 2
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/NotInstantiable.php 19 6 6
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/NullExtractor.php 35 54 14
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/ParentDummy.php 125 82 14
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php71Dummy.php 23 43 16
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php74Dummy.php 30 40 15
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7Dummy.php 27 30 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php7ParentDummy.php 16 9 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php80Dummy.php 30 111 23
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php80PromotedDummy.php 20 10 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php81Dummy.php 20 26 21
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/Php82Dummy.php 18 32 13
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/PhpStanPseudoTypesDummy.php 38 46 7
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/PseudoTypeDummy.php 19 7 7
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/PseudoTypesDummy.php 47 52 7
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/RootDummy/RootDummyItem.php 14 2 2
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/SnakeCaseDummy.php 20 22 10
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/TraitUsage/AnotherNamespace/DummyInAnotherNamespace.php 5 2 2
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/TraitUsage/AnotherNamespace/DummyTraitInAnotherNamespace.php 10 4 4
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/TraitUsage/DummyTrait.php 55 25 9
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/TraitUsage/DummyUsedInTrait.php 14 2 2
/src/Symfony/Component/PropertyInfo/Tests/Fixtures/TraitUsage/DummyUsingTrait.php 16 1 1
/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoCacheExtractorTest.php 29 47 8
/src/Symfony/Component/PropertyInfo/Tests/PropertyInfoExtractorTest.php 17 2 2
/src/Symfony/Component/PropertyInfo/Tests/TypeTest.php 81 41 14
/src/Symfony/Component/PropertyInfo/Type.php 67 71 24
/src/Symfony/Component/PropertyInfo/Util/PhpDocTypeHelper.php 159 147 38
/src/Symfony/Component/PropertyInfo/Util/PhpStanTypeHelper.php 172 131 24
/src/Symfony/Component/RateLimiter/CompoundLimiter.php 28 17 16
/src/Symfony/Component/RateLimiter/Exception/InvalidIntervalException.php 17 1 1
/src/Symfony/Component/RateLimiter/Exception/MaxWaitDurationExceededException.php 30 7 7
/src/Symfony/Component/RateLimiter/Exception/RateLimitExceededException.php 40 16 8
/src/Symfony/Component/RateLimiter/Exception/ReserveNotSupportedException.php 21 5 5
/src/Symfony/Component/RateLimiter/LimiterInterface.php 49 8 5
/src/Symfony/Component/RateLimiter/LimiterStateInterface.php 27 2 2
/src/Symfony/Component/RateLimiter/Policy/FixedWindowLimiter.php 53 49 23
/src/Symfony/Component/RateLimiter/Policy/NoLimiter.php 38 14 11
/src/Symfony/Component/RateLimiter/Policy/Rate.php 77 28 11
/src/Symfony/Component/RateLimiter/Policy/ResetLimiterTrait.php 25 20 12
/src/Symfony/Component/RateLimiter/Policy/SlidingWindow.php 103 58 25
/src/Symfony/Component/RateLimiter/Policy/SlidingWindowLimiter.php 57 53 25
/src/Symfony/Component/RateLimiter/Policy/TokenBucket.php 92 42 18
/src/Symfony/Component/RateLimiter/Policy/TokenBucketLimiter.php 61 42 21
/src/Symfony/Component/RateLimiter/Policy/Window.php 91 43 18
/src/Symfony/Component/RateLimiter/RateLimit.php 75 14 9
/src/Symfony/Component/RateLimiter/RateLimiterFactory.php 63 51 26
/src/Symfony/Component/RateLimiter/Reservation.php 41 16 10
/src/Symfony/Component/RateLimiter/Storage/CacheStorage.php 40 18 13
/src/Symfony/Component/RateLimiter/Storage/InMemoryStorage.php 28 29 18
/src/Symfony/Component/RateLimiter/Storage/StorageInterface.php 21 4 3
/src/Symfony/Component/RateLimiter/Tests/CompoundLimiterTest.php 35 28 16
/src/Symfony/Component/RateLimiter/Tests/LimiterTest.php 49 14 10
/src/Symfony/Component/RateLimiter/Tests/Policy/FixedWindowLimiterTest.php 122 53 22
/src/Symfony/Component/RateLimiter/Tests/Policy/NoLimiterTest.php 21 11 7
/src/Symfony/Component/RateLimiter/Tests/Policy/RateTest.php 22 11 9
/src/Symfony/Component/RateLimiter/Tests/Policy/SlidingWindowLimiterTest.php 92 30 15
/src/Symfony/Component/RateLimiter/Tests/Policy/SlidingWindowTest.php 24 75 18
/src/Symfony/Component/RateLimiter/Tests/Policy/TokenBucketLimiterTest.php 138 72 26
/src/Symfony/Component/RateLimiter/Tests/RateLimitTest.php 37 19 13
/src/Symfony/Component/RateLimiter/Tests/RateLimiterFactoryTest.php 73 21 10
/src/Symfony/Component/RateLimiter/Tests/Resources/DummyWindow.php 32 15 8
/src/Symfony/Component/RateLimiter/Tests/Storage/CacheStorageTest.php 71 44 14
/src/Symfony/Component/RateLimiter/Util/TimeUtil.php 21 2 2
/src/Symfony/Component/RemoteEvent/Attribute/AsRemoteEventConsumer.php 20 10 10
/src/Symfony/Component/RemoteEvent/Consumer/ConsumerInterface.php 21 1 1
/src/Symfony/Component/RemoteEvent/Event/Mailer/AbstractMailerEvent.php 31 17 5
/src/Symfony/Component/RemoteEvent/Event/Mailer/MailerDeliveryEvent.php 32 8 4
/src/Symfony/Component/RemoteEvent/Event/Mailer/MailerEngagementEvent.php 21 4 1
/src/Symfony/Component/RemoteEvent/Event/Sms/SmsEvent.php 24 4 3
/src/Symfony/Component/RemoteEvent/Exception/ExceptionInterface.php 17 2 2
/src/Symfony/Component/RemoteEvent/Exception/InvalidArgumentException.php 17 4 4
/src/Symfony/Component/RemoteEvent/Exception/LogicException.php 17 3 3
/src/Symfony/Component/RemoteEvent/Exception/ParseException.php 17 3 3
/src/Symfony/Component/RemoteEvent/Exception/RuntimeException.php 17 5 5
/src/Symfony/Component/RemoteEvent/Messenger/ConsumeRemoteEventHandler.php 23 20 12
/src/Symfony/Component/RemoteEvent/Messenger/ConsumeRemoteEventMessage.php 21 19 12
/src/Symfony/Component/RemoteEvent/PayloadConverterInterface.php 21 4 4
/src/Symfony/Component/RemoteEvent/RemoteEvent.php 19 25 11
/src/Symfony/Component/RemoteEvent/Tests/Event/Sms/SmsEventTest.php 19 8 8
/src/Symfony/Component/Routing/Alias.php 71 27 15
/src/Symfony/Component/Routing/Annotation/Route.php 16 3 3
/src/Symfony/Component/Routing/Attribute/Route.php 188 139 22
/src/Symfony/Component/Routing/CompiledRoute.php 89 52 17
/src/Symfony/Component/Routing/DependencyInjection/AddExpressionLanguageProvidersPass.php 25 6 6
/src/Symfony/Component/Routing/DependencyInjection/RoutingResolverPass.php 30 7 7
/src/Symfony/Component/Routing/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Component/Routing/Exception/InvalidArgumentException.php 14 3 3
/src/Symfony/Component/Routing/Exception/InvalidParameterException.php 19 3 3
/src/Symfony/Component/Routing/Exception/LogicException.php 14 1 1
/src/Symfony/Component/Routing/Exception/MethodNotAllowedException.php 40 12 12
/src/Symfony/Component/Routing/Exception/MissingMandatoryParametersException.php 40 18 14
/src/Symfony/Component/Routing/Exception/NoConfigurationException.php 19 3 3
/src/Symfony/Component/Routing/Exception/ResourceNotFoundException.php 21 2 2
/src/Symfony/Component/Routing/Exception/RouteCircularReferenceException.php 14 4 4
/src/Symfony/Component/Routing/Exception/RouteNotFoundException.php 19 3 3
/src/Symfony/Component/Routing/Exception/RuntimeException.php 14 4 4
/src/Symfony/Component/Routing/Generator/CompiledUrlGenerator.php 53 28 19
/src/Symfony/Component/Routing/Generator/ConfigurableRequirementsInterface.php 50 7 4
/src/Symfony/Component/Routing/Generator/Dumper/CompiledUrlGeneratorDumper.php 56 28 15
/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumper.php 23 4 4
/src/Symfony/Component/Routing/Generator/Dumper/GeneratorDumperInterface.php 32 5 3
/src/Symfony/Component/Routing/Generator/UrlGenerator.php 190 199 55
/src/Symfony/Component/Routing/Generator/UrlGeneratorInterface.php 79 9 4
/src/Symfony/Component/Routing/Loader/AttributeClassLoader.php 221 181 62
/src/Symfony/Component/Routing/Loader/AttributeDirectoryLoader.php 70 34 24
/src/Symfony/Component/Routing/Loader/AttributeFileLoader.php 68 91 40
/src/Symfony/Component/Routing/Loader/ClosureLoader.php 36 20 16
/src/Symfony/Component/Routing/Loader/Configurator/AliasConfigurator.php 37 9 8
/src/Symfony/Component/Routing/Loader/Configurator/CollectionConfigurator.php 83 82 40
/src/Symfony/Component/Routing/Loader/Configurator/ImportConfigurator.php 81 30 16
/src/Symfony/Component/Routing/Loader/Configurator/RouteConfigurator.php 43 21 17
/src/Symfony/Component/Routing/Loader/Configurator/RoutingConfigurator.php 45 50 24
/src/Symfony/Component/Routing/Loader/Configurator/Traits/AddTrait.php 26 23 13
/src/Symfony/Component/Routing/Loader/Configurator/Traits/HostTrait.php 24 23 17
/src/Symfony/Component/Routing/Loader/Configurator/Traits/LocalizedRouteTrait.php 43 41 27
/src/Symfony/Component/Routing/Loader/Configurator/Traits/PrefixTrait.php 39 35 24
/src/Symfony/Component/Routing/Loader/Configurator/Traits/RouteTrait.php 38 57 14
/src/Symfony/Component/Routing/Loader/ContainerLoader.php 31 21 19
/src/Symfony/Component/Routing/Loader/DirectoryLoader.php 35 28 17
/src/Symfony/Component/Routing/Loader/GlobFileLoader.php 24 16 11
/src/Symfony/Component/Routing/Loader/ObjectLoader.php 36 36 21
/src/Symfony/Component/Routing/Loader/PhpFileLoader.php 59 35 28
/src/Symfony/Component/Routing/Loader/Psr4DirectoryLoader.php 51 48 27
/src/Symfony/Component/Routing/Loader/XmlFileLoader.php 440 168 48
/src/Symfony/Component/Routing/Loader/YamlFileLoader.php 285 167 47
/src/Symfony/Component/Routing/Matcher/CompiledUrlMatcher.php 29 6 2
/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherDumper.php 480 284 86
/src/Symfony/Component/Routing/Matcher/Dumper/CompiledUrlMatcherTrait.php 86 110 42
/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumper.php 23 4 4
/src/Symfony/Component/Routing/Matcher/Dumper/MatcherDumperInterface.php 32 5 3
/src/Symfony/Component/Routing/Matcher/Dumper/StaticPrefixCollection.php 160 71 30
/src/Symfony/Component/Routing/Matcher/ExpressionLanguageProvider.php 47 15 12
/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcher.php 52 24 16
/src/Symfony/Component/Routing/Matcher/RedirectableUrlMatcherInterface.php 28 2 2
/src/Symfony/Component/Routing/Matcher/RequestMatcherInterface.php 16 5 2
/src/Symfony/Component/Routing/Matcher/TraceableUrlMatcher.php 57 84 35
/src/Symfony/Component/Routing/Matcher/UrlMatcher.php 118 117 45
/src/Symfony/Component/Routing/Matcher/UrlMatcherInterface.php 15 4 2
/src/Symfony/Component/Routing/RequestContext.php 301 95 29
/src/Symfony/Component/Routing/Requirement/EnumRequirement.php 27 19 14
/src/Symfony/Component/Routing/Requirement/Requirement.php 17 5 3
/src/Symfony/Component/Routing/Route.php 421 163 44
/src/Symfony/Component/Routing/RouteCollection.php 72 93 30
/src/Symfony/Component/Routing/RouteCompiler.php 329 174 46
/src/Symfony/Component/Routing/RouteCompilerInterface.php 27 3 3
/src/Symfony/Component/Routing/Router.php 301 155 42
/src/Symfony/Component/Routing/RouterInterface.php 24 1 1
/src/Symfony/Component/Routing/Tests/Attribute/RouteTest.php 23 13 10
/src/Symfony/Component/Routing/Tests/CompiledRouteTest.php 19 9 6
/src/Symfony/Component/Routing/Tests/DependencyInjection/AddExpressionLanguageProvidersPassTest.php 41 33 10
/src/Symfony/Component/Routing/Tests/DependencyInjection/RoutingResolverPassTest.php 22 10 8
/src/Symfony/Component/Routing/Tests/Fixtures/AnnotationFixtures/InvokableFQCNAliasConflictController.php 5 6 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/AbstractClassController.php 5 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ActionPathController.php 10 7 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/BazClass.php 18 16 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/DefaultValueController.php 25 62 19
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/EncodingClass.php 10 6 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExplicitLocalizedActionPathController.php 10 10 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExtendedRoute.php 10 18 16
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExtendedRouteOnClassController.php 11 11 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/ExtendedRouteOnMethodController.php 8 9 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/FooController.php 10 68 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/GlobalDefaultsClass.php 20 46 10
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/InvokableController.php 7 10 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/InvokableFQCNAliasConflictController.php 7 8 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/InvokableLocalizedController.php 7 8 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/InvokableMethodController.php 10 11 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedActionPathController.php 10 10 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedMethodActionControllers.php 11 21 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedPrefixLocalizedActionController.php 11 13 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedPrefixMissingLocaleActionController.php 11 13 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedPrefixMissingRouteLocaleActionController.php 11 13 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/LocalizedPrefixWithRouteWithoutLocale.php 11 13 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/MethodActionControllers.php 16 16 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/MethodsAndSchemes.php 20 31 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/MissingRouteNameController.php 10 7 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/NothingButNameController.php 10 9 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/PrefixedActionLocalizedRouteController.php 11 11 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/PrefixedActionPathController.php 11 15 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RequirementsWithoutPlaceholderNameController.php 20 20 12
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RouteWithEnv.php 16 22 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RouteWithPrefixController.php 11 11 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/RouteWithPriorityController.php 10 13 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributeFixtures/Utf8ActionControllers.php 16 20 9
/src/Symfony/Component/Routing/Tests/Fixtures/AttributedClasses/AbstractClass.php 21 18 12
/src/Symfony/Component/Routing/Tests/Fixtures/AttributedClasses/BarClass.php 16 13 8
/src/Symfony/Component/Routing/Tests/Fixtures/AttributedClasses/BazClass.php 16 3 3
/src/Symfony/Component/Routing/Tests/Fixtures/AttributedClasses/EncodingClass.php 7 4 4
/src/Symfony/Component/Routing/Tests/Fixtures/AttributedClasses/FooClass.php 14 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/AttributedClasses/FooTrait.php 7 5 5
/src/Symfony/Component/Routing/Tests/Fixtures/Attributes/FooAttributes.php 11 11 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamAfterCommaController.php 12 9 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamAfterParenthesisController.php 9 8 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamInlineAfterCommaController.php 7 9 7
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamInlineAfterParenthesisController.php 7 8 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamInlineQuotedAfterCommaController.php 7 8 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamInlineQuotedAfterParenthesisController.php 7 8 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamQuotedAfterCommaController.php 8 8 6
/src/Symfony/Component/Routing/Tests/Fixtures/AttributesFixtures/AttributesClassParamQuotedAfterParenthesisController.php 8 7 5
/src/Symfony/Component/Routing/Tests/Fixtures/CustomCompiledRoute.php 16 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/CustomRouteCompiler.php 20 6 6
/src/Symfony/Component/Routing/Tests/Fixtures/CustomXmlFileLoader.php 15 9 9
/src/Symfony/Component/Routing/Tests/Fixtures/Enum/TestIntBackedEnum.php 14 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/Enum/TestStringBackedEnum.php 14 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/Enum/TestStringBackedEnum2.php 14 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/Enum/TestUnitEnum.php 14 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/OtherAnnotatedClasses/VariadicClass.php 19 9 9
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/MyController.php 22 10 6
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/MyUnannotatedController.php 18 10 10
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/EvenDeeperNamespace/MyOtherController.php 27 28 9
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/IrrelevantClass.php 24 10 10
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/IrrelevantEnum.php 20 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/IrrelevantInterface.php 14 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/MyAbstractController.php 20 15 11
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/MyChildController.php 16 5 5
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/MyControllerWithATrait.php 16 4 4
/src/Symfony/Component/Routing/Tests/Fixtures/Psr4Controllers/SubNamespace/SomeSharedImplementation.php 20 13 9
/src/Symfony/Component/Routing/Tests/Fixtures/RedirectableUrlMatcher.php 22 6 6
/src/Symfony/Component/Routing/Tests/Fixtures/TraceableAttributeClassLoader.php 23 18 17
/src/Symfony/Component/Routing/Tests/Fixtures/alias/alias.php 7 7 2
/src/Symfony/Component/Routing/Tests/Fixtures/alias/expected.php 4 9 5
/src/Symfony/Component/Routing/Tests/Fixtures/class-attributes.php 12 4 4
/src/Symfony/Component/Routing/Tests/Fixtures/collection-defaults.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/defaults.php 6 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher1.php 95 11 2
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher10.php 2690 1002 2
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher11.php 14 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher12.php 39 7 2
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher13.php 23 5 2
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher2.php 95 11 2
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher3.php 30 11 7
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher5.php 26 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher7.php 22 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/dumper/compiled_url_matcher8.php 14 3 1
/src/Symfony/Component/Routing/Tests/Fixtures/glob/php_dsl.php 5 3 3
/src/Symfony/Component/Routing/Tests/Fixtures/glob/php_dsl_bar.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/glob/php_dsl_baz.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/imported-with-defaults.php 7 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/importer-with-defaults.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-with-host-expected-collection.php 39 76 7
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-with-locale-and-host-expected-collection.php 9 76 7
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-with-single-host-expected-collection.php 24 42 7
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/import-without-host-expected-collection.php 23 40 7
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/imported.php 17 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/importer-with-host.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/importer-with-locale-and-host.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/importer-with-single-host.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/locale_and_host/importer-without-host.php 6 3 3
/src/Symfony/Component/Routing/Tests/Fixtures/localized/imported-with-utf8.php 7 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/localized/importer-with-utf8.php 6 2 2
/src/Symfony/Component/Routing/Tests/Fixtures/localized/utf8.php 7 1 1
/src/Symfony/Component/Routing/Tests/Fixtures/php_dsl.php 15 11 5
/src/Symfony/Component/Routing/Tests/Fixtures/php_dsl_i18n.php 15 7 5
/src/Symfony/Component/Routing/Tests/Fixtures/php_dsl_sub_i18n.php 12 3 3
/src/Symfony/Component/Routing/Tests/Fixtures/php_object_dsl.php 17 14 8
/src/Symfony/Component/Routing/Tests/Fixtures/psr4-attributes.php 13 4 4
/src/Symfony/Component/Routing/Tests/Fixtures/psr4-controllers-redirection.php 6 3 3
/src/Symfony/Component/Routing/Tests/Fixtures/psr4-controllers-redirection/psr4-attributes.php 13 4 4
/src/Symfony/Component/Routing/Tests/Fixtures/validpattern.php 3 5 4
/src/Symfony/Component/Routing/Tests/Fixtures/validresource.php 5 5 3
/src/Symfony/Component/Routing/Tests/Fixtures/with_define_path_variable.php 3 1 1
/src/Symfony/Component/Routing/Tests/Generator/Dumper/CompiledUrlGeneratorDumperTest.php 139 297 19
/src/Symfony/Component/Routing/Tests/Generator/UrlGeneratorTest.php 199 591 36
/src/Symfony/Component/Routing/Tests/Loader/AttributeClassLoaderTest.php 362 145 21
/src/Symfony/Component/Routing/Tests/Loader/AttributeDirectoryLoaderTest.php 70 52 18
/src/Symfony/Component/Routing/Tests/Loader/AttributeFileLoaderTest.php 42 114 17
/src/Symfony/Component/Routing/Tests/Loader/ClosureLoaderTest.php 34 26 13
/src/Symfony/Component/Routing/Tests/Loader/ContainerLoaderTest.php 28 17 14
/src/Symfony/Component/Routing/Tests/Loader/DirectoryLoaderTest.php 60 34 17
/src/Symfony/Component/Routing/Tests/Loader/FileLocatorStub.php 18 11 11
/src/Symfony/Component/Routing/Tests/Loader/GlobFileLoaderTest.php 41 38 23
/src/Symfony/Component/Routing/Tests/Loader/ObjectLoaderTest.php 100 78 32
/src/Symfony/Component/Routing/Tests/Loader/PhpFileLoaderTest.php 333 277 21
/src/Symfony/Component/Routing/Tests/Loader/Psr4DirectoryLoaderTest.php 84 47 18
/src/Symfony/Component/Routing/Tests/Loader/XmlFileLoaderTest.php 550 452 25
/src/Symfony/Component/Routing/Tests/Loader/YamlFileLoaderTest.php 406 423 25
/src/Symfony/Component/Routing/Tests/Matcher/CompiledRedirectableUrlMatcherTest.php 36 13 10
/src/Symfony/Component/Routing/Tests/Matcher/CompiledUrlMatcherTest.php 25 10 10
/src/Symfony/Component/Routing/Tests/Matcher/Dumper/CompiledUrlMatcherDumperTest.php 410 370 32
/src/Symfony/Component/Routing/Tests/Matcher/Dumper/StaticPrefixCollectionTest.php 23 21 14
/src/Symfony/Component/Routing/Tests/Matcher/ExpressionLanguageProviderTest.php 31 46 22
/src/Symfony/Component/Routing/Tests/Matcher/RedirectableUrlMatcherTest.php 32 159 14
/src/Symfony/Component/Routing/Tests/Matcher/TraceableUrlMatcherTest.php 22 66 17
/src/Symfony/Component/Routing/Tests/Matcher/UrlMatcherTest.php 44 801 29
/src/Symfony/Component/Routing/Tests/RequestContextTest.php 56 110 12
/src/Symfony/Component/Routing/Tests/Requirement/EnumRequirementTest.php 52 45 20
/src/Symfony/Component/Routing/Tests/Requirement/RequirementTest.php 132 125 7
/src/Symfony/Component/Routing/Tests/RouteCollectionTest.php 115 276 16
/src/Symfony/Component/Routing/Tests/RouteCompilerTest.php 384 110 18
/src/Symfony/Component/Routing/Tests/RouteTest.php 290 273 24
/src/Symfony/Component/Routing/Tests/RouterTest.php 165 93 24
/src/Symfony/Component/Runtime/GenericRuntime.php 80 108 43
/src/Symfony/Component/Runtime/Internal/BasicErrorHandler.php 21 22 12
/src/Symfony/Component/Runtime/Internal/ComposerPlugin.php 98 99 39
/src/Symfony/Component/Runtime/Internal/Console/ApplicationRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/Console/Command/CommandRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/Console/Input/InputInterfaceRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/Console/Output/OutputInterfaceRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/HttpFoundation/RequestRuntime.php 19 2 2
/src/Symfony/Component/Runtime/Internal/HttpFoundation/ResponseRuntime.php 19 2 2
/src/Symfony/Component/Runtime/Internal/HttpKernel/HttpKernelInterfaceRuntime.php 19 3 3
/src/Symfony/Component/Runtime/Internal/MissingDotenv.php 17 2 2
/src/Symfony/Component/Runtime/Internal/SymfonyErrorHandler.php 25 13 12
/src/Symfony/Component/Runtime/Resolver/ClosureResolver.php 21 15 10
/src/Symfony/Component/Runtime/Resolver/DebugClosureResolver.php 19 14 13
/src/Symfony/Component/Runtime/ResolverInterface.php 22 2 2
/src/Symfony/Component/Runtime/Runner/ClosureRunner.php 21 14 14
/src/Symfony/Component/Runtime/Runner/Symfony/ConsoleApplicationRunner.php 25 33 15
/src/Symfony/Component/Runtime/Runner/Symfony/HttpKernelRunner.php 26 28 16
/src/Symfony/Component/Runtime/Runner/Symfony/ResponseRunner.php 22 14 14
/src/Symfony/Component/Runtime/RunnerInterface.php 19 1 1
/src/Symfony/Component/Runtime/RuntimeInterface.php 33 6 4
/src/Symfony/Component/Runtime/SymfonyRuntime.php 221 111 39
/src/Symfony/Component/Runtime/Tests/phpt/application.php 17 15 9
/src/Symfony/Component/Runtime/Tests/phpt/autoload.php 24 17 14
/src/Symfony/Component/Runtime/Tests/phpt/command.php 17 7 6
/src/Symfony/Component/Runtime/Tests/phpt/command2.php 16 8 6
/src/Symfony/Component/Runtime/Tests/phpt/command_list.php 25 9 5
/src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload.php 15 13 11
/src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload_command_debug_exists_0_to_1.php 15 7 6
/src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload_command_debug_exists_1_to_0.php 15 7 6
/src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload_command_env_conflict.php 17 3 3
/src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload_command_env_exists.php 21 6 5
/src/Symfony/Component/Runtime/Tests/phpt/dotenv_overload_command_no_debug.php 20 5 5
/src/Symfony/Component/Runtime/Tests/phpt/generic-request.php 19 11 10
/src/Symfony/Component/Runtime/Tests/phpt/hello.php 14 3 3
/src/Symfony/Component/Runtime/Tests/phpt/kernel-loop.php 20 13 12
/src/Symfony/Component/Runtime/Tests/phpt/kernel.php 18 22 19
/src/Symfony/Component/Runtime/Tests/phpt/request.php 17 10 9
/src/Symfony/Component/Runtime/Tests/phpt/runtime-options.php 18 6 5
/src/Symfony/Component/Scheduler/Attribute/AsCronTask.php 22 66 17
/src/Symfony/Component/Scheduler/Attribute/AsPeriodicTask.php 22 76 17
/src/Symfony/Component/Scheduler/Attribute/AsSchedule.php 22 10 10
/src/Symfony/Component/Scheduler/Command/DebugCommand.php 113 60 37
/src/Symfony/Component/Scheduler/DependencyInjection/AddScheduleMessengerPass.php 69 51 24
/src/Symfony/Component/Scheduler/Event/FailureEvent.php 21 52 20
/src/Symfony/Component/Scheduler/Event/PostRunEvent.php 19 34 15
/src/Symfony/Component/Scheduler/Event/PreRunEvent.php 21 43 20
/src/Symfony/Component/Scheduler/EventListener/DispatchSchedulerEventListener.php 29 51 22
/src/Symfony/Component/Scheduler/Exception/ExceptionInterface.php 17 2 2
/src/Symfony/Component/Scheduler/Exception/InvalidArgumentException.php 14 3 3
/src/Symfony/Component/Scheduler/Exception/LogicException.php 14 3 3
/src/Symfony/Component/Scheduler/Generator/Checkpoint.php 24 63 26
/src/Symfony/Component/Scheduler/Generator/CheckpointInterface.php 24 9 4
/src/Symfony/Component/Scheduler/Generator/MessageContext.php 21 32 10
/src/Symfony/Component/Scheduler/Generator/MessageGenerator.php 83 78 40
/src/Symfony/Component/Scheduler/Generator/TriggerHeap.php 32 20 19
/src/Symfony/Component/Scheduler/Messenger/ScheduledStamp.php 19 7 7
/src/Symfony/Component/Scheduler/Messenger/SchedulerTransport.php 22 28 22
/src/Symfony/Component/Scheduler/Messenger/SchedulerTransportFactory.php 28 37 25
/src/Symfony/Component/Scheduler/Messenger/ServiceCallMessage.php 45 21 13
/src/Symfony/Component/Scheduler/Messenger/ServiceCallMessageHandler.php 14 13 10
/src/Symfony/Component/Scheduler/RecurringMessage.php 82 72 35
/src/Symfony/Component/Scheduler/Schedule.php 24 77 23
/src/Symfony/Component/Scheduler/Scheduler.php 90 57 31
/src/Symfony/Component/Scheduler/Tests/Command/DebugCommandTest.php 45 56 16
/src/Symfony/Component/Scheduler/Tests/EventListener/DispatchSchedulerEventListenerTest.php 75 41 19
/src/Symfony/Component/Scheduler/Tests/Fixtures/SomeScheduleProvider.php 19 11 11
/src/Symfony/Component/Scheduler/Tests/Generator/CheckpointTest.php 256 188 18
/src/Symfony/Component/Scheduler/Tests/Generator/MessageGeneratorTest.php 318 141 48
/src/Symfony/Component/Scheduler/Tests/Messenger/SchedulerTransportFactoryTest.php 100 37 11
/src/Symfony/Component/Scheduler/Tests/Messenger/SchedulerTransportTest.php 46 41 14
/src/Symfony/Component/Scheduler/Tests/RecurringMessageTest.php 34 28 11
/src/Symfony/Component/Scheduler/Tests/ScheduleTest.php 21 17 10
/src/Symfony/Component/Scheduler/Tests/SchedulerTest.php 23 27 18
/src/Symfony/Component/Scheduler/Tests/Trigger/AbstractDecoratedTriggerTest.php 21 17 9
/src/Symfony/Component/Scheduler/Tests/Trigger/CallbackMessageProviderTest.php 21 23 12
/src/Symfony/Component/Scheduler/Tests/Trigger/CallbackTriggerTest.php 19 21 11
/src/Symfony/Component/Scheduler/Tests/Trigger/CronExpressionTriggerTest.php 107 34 11
/src/Symfony/Component/Scheduler/Tests/Trigger/ExcludeTimeTriggerTest.php 20 6 6
/src/Symfony/Component/Scheduler/Tests/Trigger/JitterTriggerTest.php 20 14 12
/src/Symfony/Component/Scheduler/Tests/Trigger/PeriodicalTriggerTest.php 232 105 32
/src/Symfony/Component/Scheduler/Trigger/AbstractDecoratedTrigger.php 23 15 13
/src/Symfony/Component/Scheduler/Trigger/CallbackMessageProvider.php 40 18 12
/src/Symfony/Component/Scheduler/Trigger/CallbackTrigger.php 33 13 9
/src/Symfony/Component/Scheduler/Trigger/CronExpressionTrigger.php 49 73 36
/src/Symfony/Component/Scheduler/Trigger/ExcludeTimeTrigger.php 16 16 10
/src/Symfony/Component/Scheduler/Trigger/JitterTrigger.php 22 14 12
/src/Symfony/Component/Scheduler/Trigger/PeriodicalTrigger.php 69 82 42
/src/Symfony/Component/Scheduler/Trigger/StatefulTriggerInterface.php 16 2 2
/src/Symfony/Component/Scheduler/Trigger/StaticMessageProvider.php 21 23 14
/src/Symfony/Component/Scheduler/Trigger/TriggerInterface.php 19 2 2
/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolver.php 34 14 7
/src/Symfony/Component/Security/Core/Authentication/AuthenticationTrustResolverInterface.php 26 6 2
/src/Symfony/Component/Security/Core/Authentication/RememberMe/CacheTokenVerifier.php 21 12 7
/src/Symfony/Component/Security/Core/Authentication/RememberMe/InMemoryTokenProvider.php 25 15 8
/src/Symfony/Component/Security/Core/Authentication/RememberMe/PersistentToken.php 21 24 7
/src/Symfony/Component/Security/Core/Authentication/RememberMe/TokenProviderInterface.php 14 2 2
/src/Symfony/Component/Security/Core/Authentication/Token/AbstractToken.php 125 50 30
/src/Symfony/Component/Security/Core/Authentication/Token/NullToken.php 65 48 18
/src/Symfony/Component/Security/Core/Authentication/Token/PreAuthenticatedToken.php 23 12 12
/src/Symfony/Component/Security/Core/Authentication/Token/RememberMeToken.php 36 17 12
/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorage.php 56 25 14
/src/Symfony/Component/Security/Core/Authentication/Token/Storage/TokenStorageInterface.php 33 4 2
/src/Symfony/Component/Security/Core/Authentication/Token/Storage/UsageTrackingTokenStorage.php 67 23 12
/src/Symfony/Component/Security/Core/Authentication/Token/SwitchUserToken.php 45 22 14
/src/Symfony/Component/Security/Core/Authentication/Token/TokenInterface.php 74 12 5
/src/Symfony/Component/Security/Core/Authentication/Token/UsernamePasswordToken.php 23 11 11
/src/Symfony/Component/Security/Core/AuthenticationEvents.php 16 4 3
/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManager.php 67 75 41
/src/Symfony/Component/Security/Core/Authorization/AccessDecisionManagerInterface.php 29 5 5
/src/Symfony/Component/Security/Core/Authorization/AuthorizationChecker.php 33 25 19
/src/Symfony/Component/Security/Core/Authorization/AuthorizationCheckerInterface.php 26 5 5
/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguage.php 17 16 13
/src/Symfony/Component/Security/Core/Authorization/ExpressionLanguageProvider.php 33 37 11
/src/Symfony/Component/Security/Core/Authorization/Strategy/AffirmativeStrategy.php 34 6 6
/src/Symfony/Component/Security/Core/Authorization/Strategy/ConsensusStrategy.php 44 6 5
/src/Symfony/Component/Security/Core/Authorization/Strategy/PriorityStrategy.php 35 5 5
/src/Symfony/Component/Security/Core/Authorization/Strategy/UnanimousStrategy.php 34 6 6
/src/Symfony/Component/Security/Core/Authorization/TraceableAccessDecisionManager.php 50 35 27
/src/Symfony/Component/Security/Core/Authorization/Voter/AuthenticatedVoter.php 43 30 13
/src/Symfony/Component/Security/Core/Authorization/Voter/CacheableVoterInterface.php 24 2 1
/src/Symfony/Component/Security/Core/Authorization/Voter/ExpressionVoter.php 72 35 18
/src/Symfony/Component/Security/Core/Authorization/Voter/RoleHierarchyVoter.php 36 7 7
/src/Symfony/Component/Security/Core/Authorization/Voter/RoleVoter.php 30 12 10
/src/Symfony/Component/Security/Core/Authorization/Voter/TraceableVoter.php 36 15 11
/src/Symfony/Component/Security/Core/Authorization/Voter/Voter.php 37 16 11
/src/Symfony/Component/Security/Core/Authorization/Voter/VoterInterface.php 38 5 3
/src/Symfony/Component/Security/Core/Event/AuthenticationEvent.php 15 3 3
/src/Symfony/Component/Security/Core/Event/AuthenticationSuccessEvent.php 14 1 1
/src/Symfony/Component/Security/Core/Event/VoteEvent.php 27 20 9
/src/Symfony/Component/Security/Core/Exception/AccessDeniedException.php 25 23 15
/src/Symfony/Component/Security/Core/Exception/AccountExpiredException.php 22 7 7
/src/Symfony/Component/Security/Core/Exception/AccountStatusException.php 30 14 12
/src/Symfony/Component/Security/Core/Exception/AuthenticationCredentialsNotFoundException.php 23 5 5
/src/Symfony/Component/Security/Core/Exception/AuthenticationException.php 28 15 12
/src/Symfony/Component/Security/Core/Exception/AuthenticationExpiredException.php 24 7 7
/src/Symfony/Component/Security/Core/Exception/AuthenticationServiceException.php 22 4 4
/src/Symfony/Component/Security/Core/Exception/BadCredentialsException.php 22 5 5
/src/Symfony/Component/Security/Core/Exception/CookieTheftException.php 23 5 5
/src/Symfony/Component/Security/Core/Exception/CredentialsExpiredException.php 22 7 7
/src/Symfony/Component/Security/Core/Exception/CustomUserMessageAccountStatusException.php 48 19 12
/src/Symfony/Component/Security/Core/Exception/CustomUserMessageAuthenticationException.php 23 14 12
/src/Symfony/Component/Security/Core/Exception/DisabledException.php 22 5 5
/src/Symfony/Component/Security/Core/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Security/Core/Exception/InsufficientAuthenticationException.php 24 6 6
/src/Symfony/Component/Security/Core/Exception/InvalidArgumentException.php 19 3 3
/src/Symfony/Component/Security/Core/Exception/InvalidCsrfTokenException.php 22 5 5
/src/Symfony/Component/Security/Core/Exception/LazyResponseException.php 30 9 9
/src/Symfony/Component/Security/Core/Exception/LockedException.php 22 7 7
/src/Symfony/Component/Security/Core/Exception/LogicException.php 19 3 3
/src/Symfony/Component/Security/Core/Exception/LogoutException.php 19 6 6
/src/Symfony/Component/Security/Core/Exception/ProviderNotFoundException.php 23 7 7
/src/Symfony/Component/Security/Core/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Security/Core/Exception/SessionUnavailableException.php 28 7 7
/src/Symfony/Component/Security/Core/Exception/TokenNotFoundException.php 22 5 5
/src/Symfony/Component/Security/Core/Exception/TooManyLoginAttemptsAuthenticationException.php 29 20 14
/src/Symfony/Component/Security/Core/Exception/UnsupportedUserException.php 20 3 3
/src/Symfony/Component/Security/Core/Exception/UserNotFoundException.php 24 18 14
/src/Symfony/Component/Security/Core/Role/Role.php 19 10 9
/src/Symfony/Component/Security/Core/Role/RoleHierarchy.php 67 15 9
/src/Symfony/Component/Security/Core/Role/SwitchUserRole.php 22 11 7
/src/Symfony/Component/Security/Core/Signature/Exception/ExpiredSignatureException.php 19 3 3
/src/Symfony/Component/Security/Core/Signature/Exception/InvalidSignatureException.php 19 4 4
/src/Symfony/Component/Security/Core/Signature/ExpiredSignatureStorage.php 21 5 4
/src/Symfony/Component/Security/Core/Signature/SignatureHasher.php 41 39 20
/src/Symfony/Component/Security/Core/Test/AccessDecisionStrategyTestCase.php 74 37 27
/src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php 138 99 23
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/CacheTokenVerifierTest.php 35 12 6
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/InMemoryTokenProviderTest.php 21 36 10
/src/Symfony/Component/Security/Core/Tests/Authentication/RememberMe/PersistentTokenTest.php 31 15 7
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php 80 63 28
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Fixtures/CustomUser.php 20 19 10
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php 27 16 9
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/RememberMeTokenTest.php 20 22 12
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/TokenStorageTest.php 21 11 8
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/UsageTrackingTokenStorageTest.php 69 29 11
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/SwitchUserTokenTest.php 43 36 13
/src/Symfony/Component/Security/Core/Tests/Authentication/Token/UsernamePasswordTokenTest.php 20 16 8
/src/Symfony/Component/Security/Core/Tests/Authorization/AccessDecisionManagerTest.php 115 112 35
/src/Symfony/Component/Security/Core/Tests/Authorization/AuthorizationCheckerTest.php 37 44 19
/src/Symfony/Component/Security/Core/Tests/Authorization/ExpressionLanguageTest.php 31 17 11
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/AffirmativeStrategyTest.php 19 8 7
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/ConsensusStrategyTest.php 19 10 8
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/PriorityStrategyTest.php 20 8 7
/src/Symfony/Component/Security/Core/Tests/Authorization/Strategy/UnanimousStrategyTest.php 19 9 8
/src/Symfony/Component/Security/Core/Tests/Authorization/TraceableAccessDecisionManagerTest.php 27 69 24
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/AuthenticatedVoterTest.php 94 38 15
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/ExpressionVoterTest.php 28 38 14
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleHierarchyVoterTest.php 23 20 7
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/RoleVoterTest.php 26 27 14
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/TraceableVoterTest.php 88 30 9
/src/Symfony/Component/Security/Core/Tests/Authorization/Voter/VoterTest.php 92 102 32
/src/Symfony/Component/Security/Core/Tests/Exception/CustomUserMessageAuthenticationExceptionTest.php 61 34 17
/src/Symfony/Component/Security/Core/Tests/Exception/UserNotFoundExceptionTest.php 19 10 6
/src/Symfony/Component/Security/Core/Tests/Fixtures/DummyVoter.php 19 7 7
/src/Symfony/Component/Security/Core/Tests/Fixtures/MockableUsernamePasswordTokenWithRoles.php 18 5 5
/src/Symfony/Component/Security/Core/Tests/Resources/TranslationFilesTest.php 22 35 16
/src/Symfony/Component/Security/Core/Tests/Role/LegacyRoleTest.php 19 8 8
/src/Symfony/Component/Security/Core/Tests/Role/RoleHierarchyTest.php 19 5 5
/src/Symfony/Component/Security/Core/Tests/Signature/ExpiredSignatureStorageTest.php 20 6 6
/src/Symfony/Component/Security/Core/Tests/User/ChainUserCheckerTest.php 43 14 6
/src/Symfony/Component/Security/Core/Tests/User/ChainUserProviderTest.php 26 89 13
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserCheckerTest.php 35 16 8
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserProviderTest.php 21 39 16
/src/Symfony/Component/Security/Core/Tests/User/InMemoryUserTest.php 26 63 13
/src/Symfony/Component/Security/Core/Tests/User/OidcUserTest.php 27 72 13
/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordTest.php 48 70 24
/src/Symfony/Component/Security/Core/Tests/Validator/Constraints/UserPasswordValidatorTestCase.php 69 61 24
/src/Symfony/Component/Security/Core/User/AttributesBasedUserProviderInterface.php 35 8 8
/src/Symfony/Component/Security/Core/User/ChainUserChecker.php 19 4 4
/src/Symfony/Component/Security/Core/User/ChainUserProvider.php 112 28 15
/src/Symfony/Component/Security/Core/User/EquatableInterface.php 29 1 1
/src/Symfony/Component/Security/Core/User/InMemoryUser.php 89 53 22
/src/Symfony/Component/Security/Core/User/InMemoryUserChecker.php 25 7 7
/src/Symfony/Component/Security/Core/User/InMemoryUserProvider.php 107 18 13
/src/Symfony/Component/Security/Core/User/LegacyPasswordAuthenticatedUserInterface.php 27 3 3
/src/Symfony/Component/Security/Core/User/MissingUserProvider.php 34 28 12
/src/Symfony/Component/Security/Core/User/OidcUser.php 21 251 22
/src/Symfony/Component/Security/Core/User/PasswordAuthenticatedUserInterface.php 27 2 2
/src/Symfony/Component/Security/Core/User/PasswordUpgraderInterface.php 26 1 1
/src/Symfony/Component/Security/Core/User/UserCheckerInterface.php 14 1 1
/src/Symfony/Component/Security/Core/User/UserInterface.php 55 1 1
/src/Symfony/Component/Security/Core/User/UserProviderInterface.php 54 3 2
/src/Symfony/Component/Security/Core/Validator/Constraints/UserPassword.php 28 28 17
/src/Symfony/Component/Security/Core/Validator/Constraints/UserPasswordValidator.php 34 27 20
/src/Symfony/Component/Security/Csrf/CsrfToken.php 22 12 9
/src/Symfony/Component/Security/Csrf/CsrfTokenManager.php 139 75 33
/src/Symfony/Component/Security/Csrf/CsrfTokenManagerInterface.php 51 4 3
/src/Symfony/Component/Security/Csrf/Exception/TokenNotFoundException.php 19 4 4
/src/Symfony/Component/Security/Csrf/Tests/CsrfTokenManagerTest.php 173 327 22
/src/Symfony/Component/Security/Csrf/Tests/TokenGenerator/UriSafeTokenGeneratorTest.php 65 35 24
/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/NativeSessionTokenStorageTest.php 45 45 13
/src/Symfony/Component/Security/Csrf/Tests/TokenStorage/SessionTokenStorageTest.php 42 88 16
/src/Symfony/Component/Security/Csrf/TokenGenerator/UriSafeTokenGenerator.php 30 7 7
/src/Symfony/Component/Security/Csrf/TokenStorage/NativeSessionTokenStorage.php 36 18 13
/src/Symfony/Component/Security/Csrf/TokenStorage/SessionTokenStorage.php 39 23 15
/src/Symfony/Component/Security/Csrf/TokenStorage/TokenStorageInterface.php 39 2 2
/src/Symfony/Component/Security/Http/AccessMap.php 25 10 8
/src/Symfony/Component/Security/Http/AccessMapInterface.php 14 1 1
/src/Symfony/Component/Security/Http/AccessToken/AccessTokenExtractorInterface.php 14 3 3
/src/Symfony/Component/Security/Http/AccessToken/AccessTokenHandlerInterface.php 14 1 1
/src/Symfony/Component/Security/Http/AccessToken/ChainAccessTokenExtractor.php 26 12 12
/src/Symfony/Component/Security/Http/AccessToken/FormEncodedBodyExtractor.php 39 14 14
/src/Symfony/Component/Security/Http/AccessToken/HeaderAccessTokenExtractor.php 43 18 11
/src/Symfony/Component/Security/Http/AccessToken/Oidc/Exception/InvalidSignatureException.php 21 5 5
/src/Symfony/Component/Security/Http/AccessToken/Oidc/Exception/MissingClaimException.php 21 5 5
/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTokenHandler.php 96 117 30
/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcTrait.php 47 27 17
/src/Symfony/Component/Security/Http/AccessToken/Oidc/OidcUserInfoTokenHandler.php 51 30 19
/src/Symfony/Component/Security/Http/AccessToken/QueryAccessTokenExtractor.php 33 13 13
/src/Symfony/Component/Security/Http/Attribute/CurrentUser.php 23 5 5
/src/Symfony/Component/Security/Http/Attribute/IsGranted.php 22 48 17
/src/Symfony/Component/Security/Http/Authentication/AuthenticationFailureHandlerInterface.php 15 2 1
/src/Symfony/Component/Security/Http/Authentication/AuthenticationSuccessHandlerInterface.php 14 4 3
/src/Symfony/Component/Security/Http/Authentication/AuthenticationUtils.php 38 25 20
/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManager.php 210 158 39
/src/Symfony/Component/Security/Http/Authentication/AuthenticatorManagerInterface.php 15 7 4
/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationFailureHandler.php 36 10 9
/src/Symfony/Component/Security/Http/Authentication/CustomAuthenticationSuccessHandler.php 40 14 12
/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationFailureHandler.php 57 46 17
/src/Symfony/Component/Security/Http/Authentication/DefaultAuthenticationSuccessHandler.php 63 64 23
/src/Symfony/Component/Security/Http/Authentication/UserAuthenticatorInterface.php 31 8 6
/src/Symfony/Component/Security/Http/Authenticator/AbstractAuthenticator.php 31 5 4
/src/Symfony/Component/Security/Http/Authenticator/AbstractLoginFormAuthenticator.php 42 21 14
/src/Symfony/Component/Security/Http/Authenticator/AbstractPreAuthenticatedAuthenticator.php 64 56 23
/src/Symfony/Component/Security/Http/Authenticator/AccessTokenAuthenticator.php 39 94 32
/src/Symfony/Component/Security/Http/Authenticator/AuthenticatorInterface.php 15 8 3
/src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticator.php 114 72 35
/src/Symfony/Component/Security/Http/Authenticator/Debug/TraceableAuthenticatorManagerListener.php 38 27 17
/src/Symfony/Component/Security/Http/Authenticator/FallbackUserLoader.php 28 13 13
/src/Symfony/Component/Security/Http/Authenticator/FormLoginAuthenticator.php 77 104 28
/src/Symfony/Component/Security/Http/Authenticator/HttpBasicAuthenticator.php 86 55 22
/src/Symfony/Component/Security/Http/Authenticator/InteractiveAuthenticatorInterface.php 30 1 1
/src/Symfony/Component/Security/Http/Authenticator/JsonLoginAuthenticator.php 154 114 30
/src/Symfony/Component/Security/Http/Authenticator/LoginLinkAuthenticator.php 64 39 22
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/CsrfTokenBadge.php 47 19 9
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/PasswordUpgradeBadge.php 41 21 10
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/PreAuthenticatedUserBadge.php 29 3 3
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/RememberMeBadge.php 31 21 14
/src/Symfony/Component/Security/Http/Authenticator/Passport/Badge/UserBadge.php 86 46 25
/src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/CredentialsInterface.php 22 1 1
/src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/CustomCredentials.php 27 15 10
/src/Symfony/Component/Security/Http/Authenticator/Passport/Credentials/PasswordCredentials.php 36 14 12
/src/Symfony/Component/Security/Http/Authenticator/Passport/Passport.php 109 49 28
/src/Symfony/Component/Security/Http/Authenticator/Passport/SelfValidatingPassport.php 28 8 6
/src/Symfony/Component/Security/Http/Authenticator/RememberMeAuthenticator.php 55 63 30
/src/Symfony/Component/Security/Http/Authenticator/RemoteUserAuthenticator.php 33 15 11
/src/Symfony/Component/Security/Http/Authenticator/Token/PostAuthenticationToken.php 42 18 16
/src/Symfony/Component/Security/Http/Authenticator/X509Authenticator.php 35 22 15
/src/Symfony/Component/Security/Http/Authorization/AccessDeniedHandlerInterface.php 14 6 4
/src/Symfony/Component/Security/Http/Controller/SecurityTokenValueResolver.php 27 22 15
/src/Symfony/Component/Security/Http/Controller/UserValueResolver.php 40 27 15
/src/Symfony/Component/Security/Http/EntryPoint/AuthenticationEntryPointInterface.php 15 5 4
/src/Symfony/Component/Security/Http/EntryPoint/Exception/NotAnEntryPointException.php 23 1 1
/src/Symfony/Component/Security/Http/Event/AuthenticationTokenCreatedEvent.php 34 9 6
/src/Symfony/Component/Security/Http/Event/CheckPassportEvent.php 30 9 6
/src/Symfony/Component/Security/Http/Event/InteractiveLoginEvent.php 32 12 7
/src/Symfony/Component/Security/Http/Event/LazyResponseEvent.php 34 28 14
/src/Symfony/Component/Security/Http/Event/LoginFailureEvent.php 49 50 13
/src/Symfony/Component/Security/Http/Event/LoginSuccessEvent.php 89 45 14
/src/Symfony/Component/Security/Http/Event/LogoutEvent.php 39 28 12
/src/Symfony/Component/Security/Http/Event/SwitchUserEvent.php 37 19 10
/src/Symfony/Component/Security/Http/Event/TokenDeauthenticatedEvent.php 47 12 7
/src/Symfony/Component/Security/Http/EventListener/CheckCredentialsListener.php 94 16 13
/src/Symfony/Component/Security/Http/EventListener/CheckRememberMeConditionsListener.php 68 28 19
/src/Symfony/Component/Security/Http/EventListener/ClearSiteDataLogoutListener.php 43 23 20
/src/Symfony/Component/Security/Http/EventListener/CookieClearingLogoutListener.php 47 14 14
/src/Symfony/Component/Security/Http/EventListener/CsrfProtectionListener.php 50 12 11
/src/Symfony/Component/Security/Http/EventListener/CsrfTokenClearingLogoutListener.php 42 10 9
/src/Symfony/Component/Security/Http/EventListener/DefaultLogoutListener.php 39 18 13
/src/Symfony/Component/Security/Http/EventListener/IsGrantedAttributeListener.php 83 85 52
/src/Symfony/Component/Security/Http/EventListener/LoginThrottlingListener.php 65 21 14
/src/Symfony/Component/Security/Http/EventListener/PasswordMigratingListener.php 89 18 13
/src/Symfony/Component/Security/Http/EventListener/RememberMeListener.php 76 28 16
/src/Symfony/Component/Security/Http/EventListener/SessionLogoutListener.php 33 11 10
/src/Symfony/Component/Security/Http/EventListener/SessionStrategyListener.php 58 17 14
/src/Symfony/Component/Security/Http/EventListener/UserCheckerListener.php 55 11 9
/src/Symfony/Component/Security/Http/EventListener/UserProviderListener.php 28 7 6
/src/Symfony/Component/Security/Http/Firewall.php 66 46 25
/src/Symfony/Component/Security/Http/Firewall/AbstractListener.php 25 6 6
/src/Symfony/Component/Security/Http/Firewall/AccessListener.php 48 40 26
/src/Symfony/Component/Security/Http/Firewall/AuthenticatorManagerListener.php 14 9 8
/src/Symfony/Component/Security/Http/Firewall/ChannelListener.php 83 51 27
/src/Symfony/Component/Security/Http/Firewall/ContextListener.php 234 205 67
/src/Symfony/Component/Security/Http/Firewall/ExceptionListener.php 207 138 41
/src/Symfony/Component/Security/Http/Firewall/FirewallListenerInterface.php 42 5 5
/src/Symfony/Component/Security/Http/Firewall/LogoutListener.php 78 57 25
/src/Symfony/Component/Security/Http/Firewall/SwitchUserListener.php 165 131 46
/src/Symfony/Component/Security/Http/FirewallMap.php 30 16 10
/src/Symfony/Component/Security/Http/FirewallMapInterface.php 14 3 2
/src/Symfony/Component/Security/Http/HttpUtils.php 57 98 31
/src/Symfony/Component/Security/Http/Impersonate/ImpersonateUrlGenerator.php 88 47 22
/src/Symfony/Component/Security/Http/LoginLink/Exception/ExpiredLoginLinkException.php 19 6 6
/src/Symfony/Component/Security/Http/LoginLink/Exception/InvalidLoginLinkAuthenticationException.php 23 5 5
/src/Symfony/Component/Security/Http/LoginLink/Exception/InvalidLoginLinkException.php 17 3 3
/src/Symfony/Component/Security/Http/LoginLink/Exception/InvalidLoginLinkExceptionInterface.php 17 1 1
/src/Symfony/Component/Security/Http/LoginLink/LoginLinkDetails.php 19 8 6
/src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandler.php 67 48 21
/src/Symfony/Component/Security/Http/LoginLink/LoginLinkHandlerInterface.php 29 6 4
/src/Symfony/Component/Security/Http/LoginLink/LoginLinkNotification.php 66 36 18
/src/Symfony/Component/Security/Http/Logout/LogoutUrlGenerator.php 90 112 29
/src/Symfony/Component/Security/Http/ParameterBagUtils.php 51 59 20
/src/Symfony/Component/Security/Http/RateLimiter/DefaultLoginRateLimiter.php 61 24 16
/src/Symfony/Component/Security/Http/RememberMe/AbstractRememberMeHandler.php 65 47 23
/src/Symfony/Component/Security/Http/RememberMe/PersistentRememberMeHandler.php 42 53 27
/src/Symfony/Component/Security/Http/RememberMe/RememberMeDetails.php 42 30 18
/src/Symfony/Component/Security/Http/RememberMe/RememberMeHandlerInterface.php 14 1 1
/src/Symfony/Component/Security/Http/RememberMe/ResponseListener.php 47 14 12
/src/Symfony/Component/Security/Http/RememberMe/SignatureRememberMeHandler.php 72 26 14
/src/Symfony/Component/Security/Http/SecurityEvents.php 17 5 3
/src/Symfony/Component/Security/Http/SecurityRequestAttributes.php 19 4 2
/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategy.php 14 23 13
/src/Symfony/Component/Security/Http/Session/SessionAuthenticationStrategyInterface.php 14 1 1
/src/Symfony/Component/Security/Http/Tests/AccessMapTest.php 34 17 9
/src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcTokenHandlerTest.php 99 79 25
/src/Symfony/Component/Security/Http/Tests/AccessToken/Oidc/OidcUserInfoTokenHandlerTest.php 64 29 18
/src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticationUtilsTest.php 38 50 11
/src/Symfony/Component/Security/Http/Tests/Authentication/AuthenticatorManagerTest.php 349 234 45
/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationFailureHandlerTest.php 175 127 15
/src/Symfony/Component/Security/Http/Tests/Authentication/DefaultAuthenticationSuccessHandlerTest.php 165 56 14
/src/Symfony/Component/Security/Http/Tests/Authenticator/AbstractAuthenticatorTest.php 40 34 13
/src/Symfony/Component/Security/Http/Tests/Authenticator/AbstractLoginFormAuthenticatorTest.php 118 38 24
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/ChainedAccessTokenExtractorsTest.php 44 49 20
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/FormEncodedBodyAccessTokenAuthenticatorTest.php 48 65 23
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/HeaderAccessTokenAuthenticatorTest.php 41 79 21
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessToken/QueryAccessTokenAuthenticatorTest.php 81 59 21
/src/Symfony/Component/Security/Http/Tests/Authenticator/AccessTokenAuthenticatorTest.php 112 69 21
/src/Symfony/Component/Security/Http/Tests/Authenticator/Debug/TraceableAuthenticatorTest.php 23 20 9
/src/Symfony/Component/Security/Http/Tests/Authenticator/Fixtures/PasswordUpgraderProvider.php 20 3 3
/src/Symfony/Component/Security/Http/Tests/Authenticator/FormLoginAuthenticatorTest.php 118 154 30
/src/Symfony/Component/Security/Http/Tests/Authenticator/HttpBasicAuthenticatorTest.php 77 28 18
/src/Symfony/Component/Security/Http/Tests/Authenticator/InMemoryAccessTokenHandler.php 34 10 8
/src/Symfony/Component/Security/Http/Tests/Authenticator/JsonLoginAuthenticatorTest.php 142 126 30
/src/Symfony/Component/Security/Http/Tests/Authenticator/LoginLinkAuthenticatorTest.php 46 62 20
/src/Symfony/Component/Security/Http/Tests/Authenticator/Passport/Badge/UserBadgeTest.php 20 10 10
/src/Symfony/Component/Security/Http/Tests/Authenticator/RememberMeAuthenticatorTest.php 80 52 17
/src/Symfony/Component/Security/Http/Tests/Authenticator/RemoteUserAuthenticatorTest.php 67 34 18
/src/Symfony/Component/Security/Http/Tests/Authenticator/X509AuthenticatorTest.php 141 52 15
/src/Symfony/Component/Security/Http/Tests/Controller/SecurityTokenValueResolverTest.php 28 58 17
/src/Symfony/Component/Security/Http/Tests/Controller/UserValueResolverTest.php 74 92 21
/src/Symfony/Component/Security/Http/Tests/EventListener/CheckCredentialsListenerTest.php 116 99 22
/src/Symfony/Component/Security/Http/Tests/EventListener/CheckRememberMeConditionsListenerTest.php 70 68 22
/src/Symfony/Component/Security/Http/Tests/EventListener/ClearSiteDataLogoutListenerTest.php 25 23 16
/src/Symfony/Component/Security/Http/Tests/EventListener/CookieClearingLogoutListenerTest.php 24 27 12
/src/Symfony/Component/Security/Http/Tests/EventListener/CsrfProtectionListenerTest.php 46 47 24
/src/Symfony/Component/Security/Http/Tests/EventListener/CsrfTokenClearingLogoutListenerTest.php 30 11 8
/src/Symfony/Component/Security/Http/Tests/EventListener/IsGrantedAttributeListenerTest.php 241 125 19
/src/Symfony/Component/Security/Http/Tests/EventListener/LoginThrottlingListenerTest.php 62 59 23
/src/Symfony/Component/Security/Http/Tests/EventListener/PasswordMigratingListenerTest.php 129 126 30
/src/Symfony/Component/Security/Http/Tests/EventListener/RememberMeListenerTest.php 53 58 27
/src/Symfony/Component/Security/Http/Tests/EventListener/SessionLogoutListenerTest.php 22 14 8
/src/Symfony/Component/Security/Http/Tests/EventListener/SessionStrategyListenerTest.php 86 67 19
/src/Symfony/Component/Security/Http/Tests/EventListener/UserCheckerListenerTest.php 54 44 19
/src/Symfony/Component/Security/Http/Tests/EventListener/UserProviderListenerTest.php 48 26 14
/src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php 47 76 20
/src/Symfony/Component/Security/Http/Tests/Firewall/ChannelListenerTest.php 75 32 7
/src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php 581 311 52
/src/Symfony/Component/Security/Http/Tests/Firewall/ExceptionListenerTest.php 160 139 21
/src/Symfony/Component/Security/Http/Tests/Firewall/LogoutListenerTest.php 142 77 21
/src/Symfony/Component/Security/Http/Tests/Firewall/SwitchUserListenerTest.php 279 203 25
/src/Symfony/Component/Security/Http/Tests/FirewallMapTest.php 64 35 9
/src/Symfony/Component/Security/Http/Tests/FirewallTest.php 26 26 9
/src/Symfony/Component/Security/Http/Tests/Fixtures/DummyAuthenticator.php 45 30 12
/src/Symfony/Component/Security/Http/Tests/Fixtures/DummySupportsAuthenticator.php 25 12 9
/src/Symfony/Component/Security/Http/Tests/Fixtures/IsGrantedAttributeController.php 24 11 7
/src/Symfony/Component/Security/Http/Tests/Fixtures/IsGrantedAttributeMethodsController.php 77 95 11
/src/Symfony/Component/Security/Http/Tests/HttpUtilsTest.php 132 217 25
/src/Symfony/Component/Security/Http/Tests/LoginLink/LoginLinkHandlerTest.php 145 184 48
/src/Symfony/Component/Security/Http/Tests/Logout/LogoutUrlGeneratorTest.php 72 63 13
/src/Symfony/Component/Security/Http/Tests/RememberMe/PersistentRememberMeHandlerTest.php 144 101 25
/src/Symfony/Component/Security/Http/Tests/RememberMe/ResponseListenerTest.php 26 41 15
/src/Symfony/Component/Security/Http/Tests/RememberMe/SignatureRememberMeHandlerTest.php 74 56 19
/src/Symfony/Component/Security/Http/Tests/Session/SessionAuthenticationStrategyTest.php 61 36 14
/src/Symfony/Component/Security/Http/Tests/Util/TargetPathTraitTest.php 20 23 9
/src/Symfony/Component/Security/Http/Util/TargetPathTrait.php 28 12 8
/src/Symfony/Component/Semaphore/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Semaphore/Exception/InvalidArgumentException.php 17 3 3
/src/Symfony/Component/Semaphore/Exception/RuntimeException.php 17 3 3
/src/Symfony/Component/Semaphore/Exception/SemaphoreAcquiringException.php 22 5 5
/src/Symfony/Component/Semaphore/Exception/SemaphoreExpiredException.php 22 5 5
/src/Symfony/Component/Semaphore/Exception/SemaphoreReleasingException.php 22 6 6
/src/Symfony/Component/Semaphore/Key.php 76 41 21
/src/Symfony/Component/Semaphore/PersistingStoreInterface.php 41 4 2
/src/Symfony/Component/Semaphore/Semaphore.php 83 66 27
/src/Symfony/Component/Semaphore/SemaphoreFactory.php 28 35 23
/src/Symfony/Component/Semaphore/SemaphoreInterface.php 57 15 5
/src/Symfony/Component/Semaphore/Store/RedisStore.php 159 58 32
/src/Symfony/Component/Semaphore/Store/StoreFactory.php 39 28 18
/src/Symfony/Component/Semaphore/Tests/SemaphoreFactoryTest.php 54 30 12
/src/Symfony/Component/Semaphore/Tests/SemaphoreTest.php 112 91 15
/src/Symfony/Component/Semaphore/Tests/Store/AbstractRedisStoreTestCase.php 25 12 9
/src/Symfony/Component/Semaphore/Tests/Store/AbstractStoreTestCase.php 122 51 14
/src/Symfony/Component/Semaphore/Tests/Store/PredisStoreTest.php 24 29 16
/src/Symfony/Component/Semaphore/Tests/Store/RedisArrayStoreTest.php 28 19 12
/src/Symfony/Component/Semaphore/Tests/Store/RedisClusterStoreTest.php 21 18 11
/src/Symfony/Component/Semaphore/Tests/Store/RedisStoreTest.php 30 22 14
/src/Symfony/Component/Semaphore/Tests/Store/RelayStoreTest.php 30 31 19
/src/Symfony/Component/Semaphore/Tests/Store/StoreFactoryTest.php 57 25 11
/src/Symfony/Component/Serializer/Annotation/Context.php 16 3 3
/src/Symfony/Component/Serializer/Annotation/DiscriminatorMap.php 14 3 3
/src/Symfony/Component/Serializer/Annotation/Groups.php 14 3 3
/src/Symfony/Component/Serializer/Annotation/Ignore.php 14 3 3
/src/Symfony/Component/Serializer/Annotation/MaxDepth.php 14 3 3
/src/Symfony/Component/Serializer/Annotation/SerializedName.php 14 3 3
/src/Symfony/Component/Serializer/Annotation/SerializedPath.php 14 3 3
/src/Symfony/Component/Serializer/Attribute/Context.php 29 26 14
/src/Symfony/Component/Serializer/Attribute/DiscriminatorMap.php 22 17 11
/src/Symfony/Component/Serializer/Attribute/Groups.php 30 9 8
/src/Symfony/Component/Serializer/Attribute/Ignore.php 23 4 4
/src/Symfony/Component/Serializer/Attribute/MaxDepth.php 22 10 10
/src/Symfony/Component/Serializer/Attribute/SerializedName.php 22 10 10
/src/Symfony/Component/Serializer/Attribute/SerializedPath.php 30 14 13
/src/Symfony/Component/Serializer/CacheWarmer/CompiledClassMetadataCacheWarmer.php 24 32 13
/src/Symfony/Component/Serializer/Command/DebugCommand.php 78 53 30
/src/Symfony/Component/Serializer/Context/ContextBuilderInterface.php 25 2 2
/src/Symfony/Component/Serializer/Context/ContextBuilderTrait.php 24 19 14
/src/Symfony/Component/Serializer/Context/Encoder/CsvEncoderContextBuilder.php 37 70 14
/src/Symfony/Component/Serializer/Context/Encoder/JsonEncoderContextBuilder.php 68 24 8
/src/Symfony/Component/Serializer/Context/Encoder/XmlEncoderContextBuilder.php 143 83 8
/src/Symfony/Component/Serializer/Context/Encoder/YamlEncoderContextBuilder.php 64 24 8
/src/Symfony/Component/Serializer/Context/Normalizer/AbstractNormalizerContextBuilder.php 101 70 18
/src/Symfony/Component/Serializer/Context/Normalizer/AbstractObjectNormalizerContextBuilder.php 127 66 13
/src/Symfony/Component/Serializer/Context/Normalizer/BackedEnumNormalizerContextBuilder.php 33 4 4
/src/Symfony/Component/Serializer/Context/Normalizer/ConstraintViolationListNormalizerContextBuilder.php 30 27 9
/src/Symfony/Component/Serializer/Context/Normalizer/DateIntervalNormalizerContextBuilder.php 34 5 5
/src/Symfony/Component/Serializer/Context/Normalizer/DateTimeNormalizerContextBuilder.php 57 20 16
/src/Symfony/Component/Serializer/Context/Normalizer/FormErrorNormalizerContextBuilder.php 46 17 7
/src/Symfony/Component/Serializer/Context/Normalizer/GetSetMethodNormalizerContextBuilder.php 19 1 1
/src/Symfony/Component/Serializer/Context/Normalizer/JsonSerializableNormalizerContextBuilder.php 19 1 1
/src/Symfony/Component/Serializer/Context/Normalizer/ObjectNormalizerContextBuilder.php 19 1 1
/src/Symfony/Component/Serializer/Context/Normalizer/ProblemNormalizerContextBuilder.php 38 19 9
/src/Symfony/Component/Serializer/Context/Normalizer/PropertyNormalizerContextBuilder.php 28 3 3
/src/Symfony/Component/Serializer/Context/Normalizer/UidNormalizerContextBuilder.php 35 9 9
/src/Symfony/Component/Serializer/Context/Normalizer/UnwrappingDenormalizerContextBuilder.php 47 14 12
/src/Symfony/Component/Serializer/Context/SerializerContextBuilder.php 35 14 9
/src/Symfony/Component/Serializer/DataCollector/SerializerDataCollector.php 67 162 33
/src/Symfony/Component/Serializer/Debug/TraceableEncoder.php 62 65 34
/src/Symfony/Component/Serializer/Debug/TraceableNormalizer.php 124 84 32
/src/Symfony/Component/Serializer/Debug/TraceableSerializer.php 156 148 36
/src/Symfony/Component/Serializer/DependencyInjection/SerializerPass.php 52 20 13
/src/Symfony/Component/Serializer/Encoder/ChainDecoder.php 49 24 18
/src/Symfony/Component/Serializer/Encoder/ChainEncoder.php 50 31 21
/src/Symfony/Component/Serializer/Encoder/ContextAwareDecoderInterface.php 24 5 5
/src/Symfony/Component/Serializer/Encoder/ContextAwareEncoderInterface.php 24 5 5
/src/Symfony/Component/Serializer/Encoder/CsvEncoder.php 127 130 44
/src/Symfony/Component/Serializer/Encoder/DecoderInterface.php 35 5 5
/src/Symfony/Component/Serializer/Encoder/EncoderInterface.php 30 5 5
/src/Symfony/Component/Serializer/Encoder/JsonDecode.php 91 35 21
/src/Symfony/Component/Serializer/Encoder/JsonEncode.php 43 16 13
/src/Symfony/Component/Serializer/Encoder/JsonEncoder.php 44 25 13
/src/Symfony/Component/Serializer/Encoder/NormalizationAwareInterface.php 22 1 1
/src/Symfony/Component/Serializer/Encoder/XmlEncoder.php 270 230 60
/src/Symfony/Component/Serializer/Encoder/YamlEncoder.php 84 53 21
/src/Symfony/Component/Serializer/Exception/BadMethodCallException.php 14 3 3
/src/Symfony/Component/Serializer/Exception/CircularReferenceException.php 19 3 3
/src/Symfony/Component/Serializer/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Component/Serializer/Exception/ExtraAttributesException.php 21 17 16
/src/Symfony/Component/Serializer/Exception/InvalidArgumentException.php 19 2 2
/src/Symfony/Component/Serializer/Exception/LogicException.php 19 3 3
/src/Symfony/Component/Serializer/Exception/MappingException.php 19 3 3
/src/Symfony/Component/Serializer/Exception/MissingConstructorArgumentsException.php 23 25 15
/src/Symfony/Component/Serializer/Exception/NotEncodableValueException.php 17 2 2
/src/Symfony/Component/Serializer/Exception/NotNormalizableValueException.php 30 42 16
/src/Symfony/Component/Serializer/Exception/PartialDenormalizationException.php 23 30 18
/src/Symfony/Component/Serializer/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Serializer/Exception/UnexpectedValueException.php 19 2 2
/src/Symfony/Component/Serializer/Exception/UnsupportedException.php 19 3 3
/src/Symfony/Component/Serializer/Exception/UnsupportedFormatException.php 17 3 3
/src/Symfony/Component/Serializer/Extractor/ObjectPropertyListExtractor.php 19 10 7
/src/Symfony/Component/Serializer/Extractor/ObjectPropertyListExtractorInterface.php 24 5 5
/src/Symfony/Component/Serializer/Mapping/AttributeMetadata.php 160 73 24
/src/Symfony/Component/Serializer/Mapping/AttributeMetadataInterface.php 57 25 7
/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorFromClassMetadata.php 23 49 23
/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorMapping.php 22 26 18
/src/Symfony/Component/Serializer/Mapping/ClassDiscriminatorResolverInterface.php 23 8 3
/src/Symfony/Component/Serializer/Mapping/ClassMetadata.php 88 31 17
/src/Symfony/Component/Serializer/Mapping/ClassMetadataInterface.php 47 7 4
/src/Symfony/Component/Serializer/Mapping/Factory/CacheClassMetadataFactory.php 58 28 20
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactory.php 63 38 30
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryCompiler.php 14 9 8
/src/Symfony/Component/Serializer/Mapping/Factory/ClassMetadataFactoryInterface.php 44 6 5
/src/Symfony/Component/Serializer/Mapping/Factory/ClassResolverTrait.php 33 12 8
/src/Symfony/Component/Serializer/Mapping/Factory/CompiledClassMetadataFactory.php 36 33 23
/src/Symfony/Component/Serializer/Mapping/Loader/AttributeLoader.php 190 76 27
/src/Symfony/Component/Serializer/Mapping/Loader/FileLoader.php 23 8 7
/src/Symfony/Component/Serializer/Mapping/Loader/LoaderChain.php 46 13 11
/src/Symfony/Component/Serializer/Mapping/Loader/LoaderInterface.php 14 1 1
/src/Symfony/Component/Serializer/Mapping/Loader/XmlFileLoader.php 72 47 29
/src/Symfony/Component/Serializer/Mapping/Loader/YamlFileLoader.php 93 60 26
/src/Symfony/Component/Serializer/NameConverter/AdvancedNameConverterInterface.php 23 20 9
/src/Symfony/Component/Serializer/NameConverter/CamelCaseToSnakeCaseNameConverter.php 42 32 21
/src/Symfony/Component/Serializer/NameConverter/MetadataAwareNameConverter.php 38 118 36
/src/Symfony/Component/Serializer/NameConverter/NameConverterInterface.php 24 1 1
/src/Symfony/Component/Serializer/Normalizer/AbstractNormalizer.php 462 265 57
/src/Symfony/Component/Serializer/Normalizer/AbstractObjectNormalizer.php 467 456 88
/src/Symfony/Component/Serializer/Normalizer/ArrayDenormalizer.php 43 55 27
/src/Symfony/Component/Serializer/Normalizer/BackedEnumNormalizer.php 78 55 23
/src/Symfony/Component/Serializer/Normalizer/ConstraintViolationListNormalizer.php 46 76 36
/src/Symfony/Component/Serializer/Normalizer/CustomNormalizer.php 38 37 14
/src/Symfony/Component/Serializer/Normalizer/DataUriNormalizer.php 70 91 38
/src/Symfony/Component/Serializer/Normalizer/DateIntervalNormalizer.php 92 97 35
/src/Symfony/Component/Serializer/Normalizer/DateTimeNormalizer.php 127 94 34
/src/Symfony/Component/Serializer/Normalizer/DateTimeZoneNormalizer.php 60 49 21
/src/Symfony/Component/Serializer/Normalizer/DenormalizableInterface.php 37 6 6
/src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareInterface.php 22 1 1
/src/Symfony/Component/Serializer/Normalizer/DenormalizerAwareTrait.php 19 3 3
/src/Symfony/Component/Serializer/Normalizer/DenormalizerInterface.php 45 26 8
/src/Symfony/Component/Serializer/Normalizer/FormErrorNormalizer.php 48 34 19
/src/Symfony/Component/Serializer/Normalizer/GetSetMethodNormalizer.php 91 90 35
/src/Symfony/Component/Serializer/Normalizer/JsonSerializableNormalizer.php 24 44 17
/src/Symfony/Component/Serializer/Normalizer/MimeMessageNormalizer.php 65 84 29
/src/Symfony/Component/Serializer/Normalizer/NormalizableInterface.php 36 9 7
/src/Symfony/Component/Serializer/Normalizer/NormalizerAwareInterface.php 22 1 1
/src/Symfony/Component/Serializer/Normalizer/NormalizerAwareTrait.php 21 4 4
/src/Symfony/Component/Serializer/Normalizer/NormalizerInterface.php 47 23 9
/src/Symfony/Component/Serializer/Normalizer/ObjectNormalizer.php 141 148 53
/src/Symfony/Component/Serializer/Normalizer/ObjectToPopulateTrait.php 28 30 13
/src/Symfony/Component/Serializer/Normalizer/ProblemNormalizer.php 54 82 37
/src/Symfony/Component/Serializer/Normalizer/PropertyNormalizer.php 103 105 29
/src/Symfony/Component/Serializer/Normalizer/TranslatableNormalizer.php 46 38 24
/src/Symfony/Component/Serializer/Normalizer/UidNormalizer.php 73 64 25
/src/Symfony/Component/Serializer/Normalizer/UnwrappingDenormalizer.php 41 35 24
/src/Symfony/Component/Serializer/Serializer.php 267 245 58
/src/Symfony/Component/Serializer/SerializerAwareTrait.php 19 7 7
/src/Symfony/Component/Serializer/SerializerInterface.php 24 6 3
/src/Symfony/Component/Serializer/Tests/Annotation/ContextTest.php 76 90 25
/src/Symfony/Component/Serializer/Tests/Annotation/DiscriminatorMapTest.php 43 29 10
/src/Symfony/Component/Serializer/Tests/Annotation/GroupsTest.php 43 23 10
/src/Symfony/Component/Serializer/Tests/Annotation/MaxDepthTest.php 34 11 8
/src/Symfony/Component/Serializer/Tests/Annotation/SerializedNameTest.php 23 13 9
/src/Symfony/Component/Serializer/Tests/Annotation/SerializedPathTest.php 24 12 8
/src/Symfony/Component/Serializer/Tests/CacheWarmer/CompiledClassMetadataCacheWarmerTest.php 33 13 8
/src/Symfony/Component/Serializer/Tests/Command/DebugCommandTest.php 80 18 10
/src/Symfony/Component/Serializer/Tests/Context/ContextBuilderTraitTest.php 43 21 9
/src/Symfony/Component/Serializer/Tests/Context/Encoder/CsvEncoderContextBuilderTest.php 36 43 17
/src/Symfony/Component/Serializer/Tests/Context/Encoder/JsonEncoderContextBuilderTest.php 36 20 14
/src/Symfony/Component/Serializer/Tests/Context/Encoder/XmlEncoderContextBuilderTest.php 33 30 15
/src/Symfony/Component/Serializer/Tests/Context/Encoder/YamlEncoderContextBuilderTest.php 35 20 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/AbstractNormalizerContextBuilderTest.php 36 45 23
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/AbstractObjectNormalizerContextBuilderTest.php 92 47 25
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/BackedEnumNormalizerContextBuilderTest.php 27 11 9
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/ConstraintViolationListNormalizerContextBuilderTest.php 35 22 15
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/DateIntervalNormalizerContextBuilderTest.php 35 17 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/DateTimeNormalizerContextBuilderTest.php 36 26 16
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/FormErrorNormalizerContextBuilderTest.php 35 19 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/ProblemNormalizerContextBuilderTest.php 35 19 14
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/PropertyNormalizerContextBuilderTest.php 30 11 9
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/UidNormalizerContextBuilderTest.php 36 22 16
/src/Symfony/Component/Serializer/Tests/Context/Normalizer/UnwrappingDenormalizerContextBuilderTest.php 36 23 17
/src/Symfony/Component/Serializer/Tests/Context/SerializerContextBuilderTest.php 36 19 14
/src/Symfony/Component/Serializer/Tests/DataCollector/SerializerDataCollectorTest.php 318 227 15
/src/Symfony/Component/Serializer/Tests/Debug/TraceableEncoderTest.php 23 41 9
/src/Symfony/Component/Serializer/Tests/Debug/TraceableNormalizerTest.php 81 49 9
/src/Symfony/Component/Serializer/Tests/Debug/TraceableSerializerTest.php 178 135 23
/src/Symfony/Component/Serializer/Tests/DependencyInjection/SerializerPassTest.php 78 42 10
/src/Symfony/Component/Serializer/Tests/DeserializeNestedArrayOfObjectsTest.php 176 98 25
/src/Symfony/Component/Serializer/Tests/Dummy/DummyClassOne.php 27 19 11
/src/Symfony/Component/Serializer/Tests/Encoder/ChainDecoderTest.php 58 46 15
/src/Symfony/Component/Serializer/Tests/Encoder/ChainEncoderTest.php 135 74 22
/src/Symfony/Component/Serializer/Tests/Encoder/CsvEncoderTest.php 665 238 19
/src/Symfony/Component/Serializer/Tests/Encoder/JsonDecodeTest.php 45 30 14
/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncodeTest.php 28 26 15
/src/Symfony/Component/Serializer/Tests/Encoder/JsonEncoderTest.php 129 74 26
/src/Symfony/Component/Serializer/Tests/Encoder/XmlEncoderTest.php 45 303 29
/src/Symfony/Component/Serializer/Tests/Encoder/YamlEncoderTest.php 75 47 12
/src/Symfony/Component/Serializer/Tests/Extractor/ObjectPropertyListExtractorTest.php 20 16 10
/src/Symfony/Component/Serializer/Tests/Fixtures/AbstractNormalizerDummy.php 37 50 21
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/AbstractDummy.php 16 10 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/AbstractDummyFirstChild.php 30 14 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/AbstractDummySecondChild.php 35 16 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/AbstractDummyThirdChild.php 14 1 1
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/BadAttributeDummy.php 20 9 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/BadMethodContextDummy.php 22 9 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/ClassWithIgnoreAnnotation.php 21 12 12
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/ClassWithIgnoreAttribute.php 21 12 12
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/ContextDummy.php 38 34 17
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/ContextDummyParent.php 21 17 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/ContextDummyPromotedProperties.php 21 40 20
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/Entity45016.php 20 12 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupClassDummy.php 37 25 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummy.php 38 38 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummyChild.php 16 13 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummyInterface.php 22 4 4
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/GroupDummyParent.php 41 14 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummy.php 27 18 12
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummyAdditionalGetter.php 12 19 15
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/IgnoreDummyAdditionalGetterWithoutIgnoreAnnotations.php 19 17 13
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/MaxDepthDummy.php 32 21 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/SerializedNameDummy.php 34 26 11
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/SerializedPathDummy.php 27 12 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Attributes/SerializedPathInConstructorDummy.php 18 9 9
/src/Symfony/Component/Serializer/Tests/Fixtures/ChildOfGroupsAnnotationDummy.php 10 4 4
/src/Symfony/Component/Serializer/Tests/Fixtures/CircularReferenceDummy.php 19 4 4
/src/Symfony/Component/Serializer/Tests/Fixtures/DeepObjectPopulateChildDummy.php 24 17 6
/src/Symfony/Component/Serializer/Tests/Fixtures/DeepObjectPopulateParentDummy.php 22 8 6
/src/Symfony/Component/Serializer/Tests/Fixtures/DenormalizableDummy.php 19 8 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Dummy.php 41 43 17
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyFirstChildQuux.php 26 6 6
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyMessageInterface.php 19 5 4
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyMessageNumberOne.php 14 11 8
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyMessageNumberThree.php 17 3 3
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyMessageNumberTwo.php 36 12 12
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyNullableInt.php 19 12 12
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyObjectWithEnumConstructor.php 16 11 11
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyObjectWithEnumProperty.php 9 10 10
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyPrivatePropertyWithoutGetter.php 19 13 10
/src/Symfony/Component/Serializer/Tests/Fixtures/DummySecondChildQuux.php 26 7 6
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyString.php 25 11 10
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithNotNormalizable.php 19 15 14
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithObjectOrBool.php 19 11 11
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithObjectOrNull.php 19 14 13
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithStringObject.php 19 14 13
/src/Symfony/Component/Serializer/Tests/Fixtures/DummyWithWithVariadicParameterConstructor.php 29 20 7
/src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopeNormalizer.php 23 23 12
/src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopeObject.php 19 8 8
/src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopedMessage.php 19 7 7
/src/Symfony/Component/Serializer/Tests/Fixtures/EnvelopedMessageNormalizer.php 21 21 11
/src/Symfony/Component/Serializer/Tests/Fixtures/FalseBuiltInDummy.php 16 9 9
/src/Symfony/Component/Serializer/Tests/Fixtures/FooDummyInterface.php 14 1 1
/src/Symfony/Component/Serializer/Tests/Fixtures/FooImplementationDummy.php 19 6 6
/src/Symfony/Component/Serializer/Tests/Fixtures/FooInterfaceDummyDenormalizer.php 30 26 12
/src/Symfony/Component/Serializer/Tests/Fixtures/IntegerBackedEnumDummy.php 5 1 1
/src/Symfony/Component/Serializer/Tests/Fixtures/JsonSerializableCircularReferenceDummy.php 19 4 4
/src/Symfony/Component/Serializer/Tests/Fixtures/JsonSerializableDummy.php 16 5 5
/src/Symfony/Component/Serializer/Tests/Fixtures/NormalizableTraversableDummy.php 29 16 11
/src/Symfony/Component/Serializer/Tests/Fixtures/NotNormalizableDummy.php 27 10 10
/src/Symfony/Component/Serializer/Tests/Fixtures/NotSerializedConstructorArgumentDummy.php 22 12 10
/src/Symfony/Component/Serializer/Tests/Fixtures/NullableConstructorArgumentDummy.php 23 18 13
/src/Symfony/Component/Serializer/Tests/Fixtures/NullableOptionalConstructorArgumentDummy.php 28 18 13
/src/Symfony/Component/Serializer/Tests/Fixtures/ObjectCollectionPropertyDummy.php 21 8 7
/src/Symfony/Component/Serializer/Tests/Fixtures/OtherSerializedNameDummy.php 36 12 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Php74Dummy.php 19 12 7
/src/Symfony/Component/Serializer/Tests/Fixtures/Php74DummyPrivate.php 28 14 8
/src/Symfony/Component/Serializer/Tests/Fixtures/Php74Full.php 18 104 15
/src/Symfony/Component/Serializer/Tests/Fixtures/Php80Dummy.php 16 9 9
/src/Symfony/Component/Serializer/Tests/Fixtures/Php80WithOptionalConstructorParameter.php 16 20 10
/src/Symfony/Component/Serializer/Tests/Fixtures/Php80WithPromotedTypedConstructor.php 16 21 10
/src/Symfony/Component/Serializer/Tests/Fixtures/PropertyCircularReferenceDummy.php 19 4 4
/src/Symfony/Component/Serializer/Tests/Fixtures/PropertySiblingHolder.php 20 20 8
/src/Symfony/Component/Serializer/Tests/Fixtures/ProxyDummy.php 17 2 2
/src/Symfony/Component/Serializer/Tests/Fixtures/ScalarDummy.php 26 23 15
/src/Symfony/Component/Serializer/Tests/Fixtures/SiblingHolder.php 53 22 9
/src/Symfony/Component/Serializer/Tests/Fixtures/StaticConstructorDummy.php 20 22 12
/src/Symfony/Component/Serializer/Tests/Fixtures/StaticConstructorNormalizer.php 31 41 20
/src/Symfony/Component/Serializer/Tests/Fixtures/StringBackedEnumDummy.php 5 1 1
/src/Symfony/Component/Serializer/Tests/Fixtures/ToBeProxyfiedDummy.php 21 9 6
/src/Symfony/Component/Serializer/Tests/Fixtures/TraversableDummy.php 21 15 10
/src/Symfony/Component/Serializer/Tests/Fixtures/TrueBuiltInDummy.php 16 8 8
/src/Symfony/Component/Serializer/Tests/Fixtures/UnitEnumDummy.php 5 1 1
/src/Symfony/Component/Serializer/Tests/Fixtures/VariadicConstructorArgsDummy.php 23 8 6
/src/Symfony/Component/Serializer/Tests/Fixtures/VariadicConstructorTypedArgsDummy.php 24 7 6
/src/Symfony/Component/Serializer/Tests/Fixtures/WithTypedConstructor.php 23 10 5
/src/Symfony/Component/Serializer/Tests/Fixtures/serializer.class.metadata.php 6 6 2
/src/Symfony/Component/Serializer/Tests/Mapping/AttributeMetadataTest.php 175 118 17
/src/Symfony/Component/Serializer/Tests/Mapping/ClassDiscriminatorMappingTest.php 35 10 6
/src/Symfony/Component/Serializer/Tests/Mapping/ClassMetadataTest.php 43 21 10
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CacheMetadataFactoryTest.php 27 26 12
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryCompilerTest.php 57 22 13
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/ClassMetadataFactoryTest.php 29 16 7
/src/Symfony/Component/Serializer/Tests/Mapping/Factory/CompiledClassMetadataFactoryTest.php 75 47 13
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/AttributeLoaderTest.php 184 111 20
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/Features/ContextMappingTestTrait.php 27 37 12
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/XmlFileLoaderTest.php 48 63 17
/src/Symfony/Component/Serializer/Tests/Mapping/Loader/YamlFileLoaderTest.php 73 77 17
/src/Symfony/Component/Serializer/Tests/Mapping/TestClassMetadataFactory.php 61 22 11
/src/Symfony/Component/Serializer/Tests/NameConverter/CamelCaseToSnakeCaseNameConverterTest.php 41 22 9
/src/Symfony/Component/Serializer/Tests/NameConverter/MetadataAwareNameConverterTest.php 60 89 23
/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractNormalizerTest.php 188 141 27
/src/Symfony/Component/Serializer/Tests/Normalizer/AbstractObjectNormalizerTest.php 271 1183 74
/src/Symfony/Component/Serializer/Tests/Normalizer/ArrayDenormalizerTest.php 31 65 20
/src/Symfony/Component/Serializer/Tests/Normalizer/BackedEnumNormalizerTest.php 42 100 15
/src/Symfony/Component/Serializer/Tests/Normalizer/ConstraintViolationListNormalizerTest.php 34 48 23
/src/Symfony/Component/Serializer/Tests/Normalizer/CustomNormalizerTest.php 43 56 15
/src/Symfony/Component/Serializer/Tests/Normalizer/DataUriNormalizerTest.php 43 94 21
/src/Symfony/Component/Serializer/Tests/Normalizer/DateIntervalNormalizerTest.php 168 110 24
/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeNormalizerTest.php 127 164 20
/src/Symfony/Component/Serializer/Tests/Normalizer/DateTimeZoneNormalizerTest.php 38 50 12
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/AttributesTestTrait.php 61 34 7
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CacheableObjectAttributesTestTrait.php 55 17 10
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksObject.php 44 25 8
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CallbacksTestTrait.php 191 138 20
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/CircularReferenceTestTrait.php 38 18 11
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ConstructorArgumentsObject.php 16 21 7
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ConstructorArgumentsTestTrait.php 68 33 13
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ContextMetadataTestTrait.php 34 85 19
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/DummyContextChild.php 14 3 3
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/GroupsTestTrait.php 81 28 7
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/IgnoredAttributesTestTrait.php 35 24 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/MaxDepthTestTrait.php 82 19 9
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectDummy.php 37 41 11
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectDummyWithContextAttribute.php 20 14 9
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectInner.php 29 19 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectOuter.php 36 34 7
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectToPopulateTestTrait.php 61 23 8
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/SkipNullValuesTestTrait.php 23 4 4
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/SkipUninitializedValuesTestTrait.php 62 26 16
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypeEnforcementNumberObject.php 21 7 6
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypeEnforcementTestTrait.php 26 14 7
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypedPropertiesObject.php 22 21 11
/src/Symfony/Component/Serializer/Tests/Normalizer/Features/TypedPropertiesObjectWithGetters.php 40 12 4
/src/Symfony/Component/Serializer/Tests/Normalizer/FormErrorNormalizerTest.php 41 50 14
/src/Symfony/Component/Serializer/Tests/Normalizer/GetSetMethodNormalizerTest.php 216 600 51
/src/Symfony/Component/Serializer/Tests/Normalizer/JsonSerializableNormalizerTest.php 69 68 25
/src/Symfony/Component/Serializer/Tests/Normalizer/MapDenormalizationTest.php 55 140 24
/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectNormalizerTest.php 1061 793 61
/src/Symfony/Component/Serializer/Tests/Normalizer/ObjectToPopulateTraitTest.php 47 16 7
/src/Symfony/Component/Serializer/Tests/Normalizer/ProblemNormalizerTest.php 36 56 15
/src/Symfony/Component/Serializer/Tests/Normalizer/PropertyNormalizerTest.php 554 381 44
/src/Symfony/Component/Serializer/Tests/Normalizer/TestDenormalizer.php 23 22 13
/src/Symfony/Component/Serializer/Tests/Normalizer/TestNormalizer.php 33 23 12
/src/Symfony/Component/Serializer/Tests/Normalizer/TranslatableNormalizerTest.php 59 39 16
/src/Symfony/Component/Serializer/Tests/Normalizer/UidNormalizerTest.php 35 91 24
/src/Symfony/Component/Serializer/Tests/Normalizer/UnwrappinDenormalizerTest.php 42 38 15
/src/Symfony/Component/Serializer/Tests/SerializerTest.php 462 782 57
/src/Symfony/Component/Stopwatch/Section.php 93 70 25
/src/Symfony/Component/Stopwatch/Stopwatch.php 123 35 21
/src/Symfony/Component/Stopwatch/StopwatchEvent.php 156 69 31
/src/Symfony/Component/Stopwatch/StopwatchPeriod.php 32 23 12
/src/Symfony/Component/Stopwatch/Tests/StopwatchEventTest.php 28 237 17
/src/Symfony/Component/Stopwatch/Tests/StopwatchPeriodTest.php 22 35 9
/src/Symfony/Component/Stopwatch/Tests/StopwatchTest.php 166 106 16
/src/Symfony/Component/String/AbstractString.php 660 382 78
/src/Symfony/Component/String/AbstractUnicodeString.php 543 395 75
/src/Symfony/Component/String/ByteString.php 305 324 63
/src/Symfony/Component/String/CodePointString.php 146 195 35
/src/Symfony/Component/String/Exception/ExceptionInterface.php 14 2 2
/src/Symfony/Component/String/Exception/InvalidArgumentException.php 14 3 3
/src/Symfony/Component/String/Exception/RuntimeException.php 14 3 3
/src/Symfony/Component/String/Inflector/EnglishInflector.php 519 28 10
/src/Symfony/Component/String/Inflector/FrenchInflector.php 136 17 7
/src/Symfony/Component/String/Inflector/InflectorInterface.php 32 1 1
/src/Symfony/Component/String/LazyString.php 140 83 47
/src/Symfony/Component/String/Resources/WcswidthDataGenerator.php 107 45 18
/src/Symfony/Component/String/Resources/bin/update-data.php 53 34 20
/src/Symfony/Component/String/Resources/functions.php 28 22 12
/src/Symfony/Component/String/Slugger/AsciiSlugger.php 187 126 46
/src/Symfony/Component/String/Slugger/SluggerInterface.php 26 2 2
/src/Symfony/Component/String/Tests/AbstractAsciiTestCase.php 264 600 31
/src/Symfony/Component/String/Tests/AbstractUnicodeTestCase.php 156 147 15
/src/Symfony/Component/String/Tests/ByteStringTest.php 53 46 14
/src/Symfony/Component/String/Tests/CodePointStringTest.php 24 17 8
/src/Symfony/Component/String/Tests/FunctionsTest.php 53 34 10
/src/Symfony/Component/String/Tests/Inflector/EnglishInflectorTest.php 335 23 8
/src/Symfony/Component/String/Tests/Inflector/FrenchInflectorTest.php 19 12 8
/src/Symfony/Component/String/Tests/LazyStringTest.php 94 59 23
/src/Symfony/Component/String/Tests/Slugger/AsciiSluggerTest.php 22 35 19
/src/Symfony/Component/String/Tests/SluggerTest.php 100 48 12
/src/Symfony/Component/String/Tests/UnicodeStringTest.php 24 85 8
/src/Symfony/Component/String/UnicodeString.php 151 295 43
/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProvider.php 227 133 32
/src/Symfony/Component/Translation/Bridge/Crowdin/CrowdinProviderFactory.php 47 41 17
/src/Symfony/Component/Translation/Bridge/Crowdin/Tests/CrowdinProviderFactoryTest.php 39 31 9
/src/Symfony/Component/Translation/Bridge/Crowdin/Tests/CrowdinProviderTest.php 120 464 33
/src/Symfony/Component/Translation/Bridge/Loco/LocoProvider.php 195 148 44
/src/Symfony/Component/Translation/Bridge/Loco/LocoProviderFactory.php 50 43 18
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderFactoryTest.php 26 31 10
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderFactoryWithoutTranslatorBagTest.php 19 9 6
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderTest.php 581 624 33
/src/Symfony/Component/Translation/Bridge/Loco/Tests/LocoProviderWithoutTranslatorBagTest.php 91 58 23
/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProvider.php 370 117 32
/src/Symfony/Component/Translation/Bridge/Lokalise/LokaliseProviderFactory.php 47 35 15
/src/Symfony/Component/Translation/Bridge/Lokalise/Tests/LokaliseProviderFactoryTest.php 60 42 13
/src/Symfony/Component/Translation/Bridge/Lokalise/Tests/LokaliseProviderTest.php 692 342 34
/src/Symfony/Component/Translation/Bridge/Phrase/PhraseProvider.php 255 154 45
/src/Symfony/Component/Translation/Bridge/Phrase/PhraseProviderFactory.php 97 92 32
/src/Symfony/Component/Translation/Bridge/Phrase/Tests/PhraseProviderFactoryTest.php 141 117 22
/src/Symfony/Component/Translation/Bridge/Phrase/Tests/PhraseProviderTest.php 295 518 54
/src/Symfony/Component/Translation/Catalogue/AbstractOperation.php 159 76 29
/src/Symfony/Component/Translation/Catalogue/MergeOperation.php 52 8 6
/src/Symfony/Component/Translation/Catalogue/OperationInterface.php 40 6 2
/src/Symfony/Component/Translation/Catalogue/TargetOperation.php 59 9 7
/src/Symfony/Component/Translation/CatalogueMetadataAwareInterface.php 30 7 3
/src/Symfony/Component/Translation/Command/TranslationPullCommand.php 140 79 35
/src/Symfony/Component/Translation/Command/TranslationPushCommand.php 52 72 32
/src/Symfony/Component/Translation/Command/TranslationTrait.php 33 16 10
/src/Symfony/Component/Translation/Command/XliffLintCommand.php 156 166 62
/src/Symfony/Component/Translation/DataCollector/TranslationDataCollector.php 136 54 28
/src/Symfony/Component/Translation/DataCollectorTranslator.php 92 70 30
/src/Symfony/Component/Translation/DependencyInjection/DataCollectorTranslatorPass.php 23 7 7
/src/Symfony/Component/Translation/DependencyInjection/LoggingTranslatorPass.php 25 13 10
/src/Symfony/Component/Translation/DependencyInjection/TranslationDumperPass.php 23 5 5
/src/Symfony/Component/Translation/DependencyInjection/TranslationExtractorPass.php 24 7 6
/src/Symfony/Component/Translation/DependencyInjection/TranslatorPass.php 41 22 12
/src/Symfony/Component/Translation/DependencyInjection/TranslatorPathsPass.php 59 47 32
/src/Symfony/Component/Translation/Dumper/CsvFileDumper.php 44 16 12
/src/Symfony/Component/Translation/Dumper/DumperInterface.php 29 3 3
/src/Symfony/Component/Translation/Dumper/FileDumper.php 66 34 19
/src/Symfony/Component/Translation/Dumper/IcuResFileDumper.php 83 34 21
/src/Symfony/Component/Translation/Dumper/IniFileDumper.php 27 10 10
/src/Symfony/Component/Translation/Dumper/JsonFileDumper.php 25 11 11
/src/Symfony/Component/Translation/Dumper/MoFileDumper.php 72 22 17
/src/Symfony/Component/Translation/Dumper/PhpFileDumper.php 25 10 10
/src/Symfony/Component/Translation/Dumper/PoFileDumper.php 34 65 31
/src/Symfony/Component/Translation/Dumper/QtFileDumper.php 40 14 13
/src/Symfony/Component/Translation/Dumper/XliffFileDumper.php 31 90 41
/src/Symfony/Component/Translation/Dumper/YamlFileDumper.php 33 22 19
/src/Symfony/Component/Translation/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Translation/Exception/IncompleteDsnException.php 18 10 8
/src/Symfony/Component/Translation/Exception/InvalidArgumentException.php 19 2 2
/src/Symfony/Component/Translation/Exception/InvalidResourceException.php 19 3 3
/src/Symfony/Component/Translation/Exception/LogicException.php 19 2 2
/src/Symfony/Component/Translation/Exception/MissingRequiredOptionException.php 17 13 10
/src/Symfony/Component/Translation/Exception/NotFoundResourceException.php 19 3 3
/src/Symfony/Component/Translation/Exception/ProviderException.php 32 23 20
/src/Symfony/Component/Translation/Exception/ProviderExceptionInterface.php 22 1 1
/src/Symfony/Component/Translation/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Translation/Exception/UnsupportedSchemeException.php 44 33 22
/src/Symfony/Component/Translation/Extractor/AbstractFileExtractor.php 25 17 12
/src/Symfony/Component/Translation/Extractor/ChainExtractor.php 45 10 7
/src/Symfony/Component/Translation/Extractor/ExtractorInterface.php 31 1 1
/src/Symfony/Component/Translation/Extractor/PhpAstExtractor.php 31 59 31
/src/Symfony/Component/Translation/Extractor/Visitor/AbstractVisitor.php 129 161 39
/src/Symfony/Component/Translation/Extractor/Visitor/ConstraintVisitor.php 61 115 34
/src/Symfony/Component/Translation/Extractor/Visitor/TransMethodVisitor.php 51 91 27
/src/Symfony/Component/Translation/Extractor/Visitor/TranslatableMessageVisitor.php 52 76 27
/src/Symfony/Component/Translation/Formatter/IntlFormatter.php 39 33 19
/src/Symfony/Component/Translation/Formatter/IntlFormatterInterface.php 26 1 1
/src/Symfony/Component/Translation/Formatter/MessageFormatter.php 37 18 12
/src/Symfony/Component/Translation/Formatter/MessageFormatterInterface.php 27 2 2
/src/Symfony/Component/Translation/IdentityTranslator.php 23 2 2
/src/Symfony/Component/Translation/Loader/ArrayLoader.php 23 10 9
/src/Symfony/Component/Translation/Loader/CsvFileLoader.php 33 14 10
/src/Symfony/Component/Translation/Loader/FileLoader.php 24 16 8
/src/Symfony/Component/Translation/Loader/IcuDatFileLoader.php 38 21 13
/src/Symfony/Component/Translation/Loader/IcuResFileLoader.php 38 30 20
/src/Symfony/Component/Translation/Loader/IniFileLoader.php 23 5 5
/src/Symfony/Component/Translation/Loader/JsonFileLoader.php 42 17 15
/src/Symfony/Component/Translation/Loader/LoaderInterface.php 31 4 3
/src/Symfony/Component/Translation/Loader/MoFileLoader.php 52 68 30
/src/Symfony/Component/Translation/Loader/PhpFileLoader.php 33 22 18
/src/Symfony/Component/Translation/Loader/PoFileLoader.php 125 47 20
/src/Symfony/Component/Translation/Loader/QtFileLoader.php 44 32 18
/src/Symfony/Component/Translation/Loader/XliffFileLoader.php 204 76 31
/src/Symfony/Component/Translation/Loader/YamlFileLoader.php 41 20 15
/src/Symfony/Component/Translation/LocaleSwitcher.php 72 40 31
/src/Symfony/Component/Translation/LoggingTranslator.php 86 57 26
/src/Symfony/Component/Translation/MessageCatalogue.php 251 160 43
/src/Symfony/Component/Translation/MessageCatalogueInterface.php 121 18 5
/src/Symfony/Component/Translation/MetadataAwareInterface.php 30 7 3
/src/Symfony/Component/Translation/Provider/AbstractProviderFactory.php 30 21 10
/src/Symfony/Component/Translation/Provider/Dsn.php 87 94 24
/src/Symfony/Component/Translation/Provider/FilteringProvider.php 58 17 9
/src/Symfony/Component/Translation/Provider/NullProvider.php 36 13 10
/src/Symfony/Component/Translation/Provider/NullProviderFactory.php 23 9 8
/src/Symfony/Component/Translation/Provider/ProviderFactoryInterface.php 25 7 4
/src/Symfony/Component/Translation/Provider/TranslationProviderCollection.php 50 13 10
/src/Symfony/Component/Translation/Provider/TranslationProviderCollectionFactory.php 33 21 14
/src/Symfony/Component/Translation/PseudoLocalizationTranslator.php 309 95 41
/src/Symfony/Component/Translation/Reader/TranslationReader.php 42 11 9
/src/Symfony/Component/Translation/Resources/bin/translation-status.php 271 142 30
/src/Symfony/Component/Translation/Resources/functions.php 14 12 10
/src/Symfony/Component/Translation/Test/ProviderFactoryTestCase.php 110 83 23
/src/Symfony/Component/Translation/Test/ProviderTestCase.php 48 57 17
/src/Symfony/Component/Translation/Tests/Catalogue/AbstractOperationTestCase.php 63 23 7
/src/Symfony/Component/Translation/Tests/Catalogue/MergeOperationTest.php 43 42 9
/src/Symfony/Component/Translation/Tests/Catalogue/TargetOperationTest.php 20 44 9
/src/Symfony/Component/Translation/Tests/Command/TranslationProviderTestCase.php 76 50 22
/src/Symfony/Component/Translation/Tests/Command/TranslationPullCommandTest.php 33 211 26
/src/Symfony/Component/Translation/Tests/Command/TranslationPushCommandTest.php 31 174 26
/src/Symfony/Component/Translation/Tests/Command/XliffLintCommandTest.php 159 154 37
/src/Symfony/Component/Translation/Tests/DataCollector/TranslationDataCollectorTest.php 135 37 9
/src/Symfony/Component/Translation/Tests/DataCollectorTranslatorTest.php 21 23 13
/src/Symfony/Component/Translation/Tests/DependencyInjection/DataCollectorTranslatorPassTest.php 61 50 21
/src/Symfony/Component/Translation/Tests/DependencyInjection/Fixtures/ControllerArguments.php 22 9 5
/src/Symfony/Component/Translation/Tests/DependencyInjection/Fixtures/ServiceArguments.php 18 6 6
/src/Symfony/Component/Translation/Tests/DependencyInjection/Fixtures/ServiceMethodCalls.php 18 6 6
/src/Symfony/Component/Translation/Tests/DependencyInjection/Fixtures/ServiceProperties.php 16 8 8
/src/Symfony/Component/Translation/Tests/DependencyInjection/Fixtures/ServiceSubscriber.php 24 8 8
/src/Symfony/Component/Translation/Tests/DependencyInjection/LoggingTranslatorPassTest.php 22 46 11
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationDumperPassTest.php 34 20 8
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationExtractorPassTest.php 50 28 9
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslationPathsPassTest.php 29 28 11
/src/Symfony/Component/Translation/Tests/DependencyInjection/TranslatorPassTest.php 28 37 9
/src/Symfony/Component/Translation/Tests/Dumper/CsvFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/FileDumperTest.php 35 47 16
/src/Symfony/Component/Translation/Tests/Dumper/IcuResFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/IniFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/JsonFileDumperTest.php 20 16 9
/src/Symfony/Component/Translation/Tests/Dumper/MoFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/PhpFileDumperTest.php 20 10 9
/src/Symfony/Component/Translation/Tests/Dumper/PoFileDumperTest.php 49 21 10
/src/Symfony/Component/Translation/Tests/Dumper/QtFileDumperTest.php 20 11 10
/src/Symfony/Component/Translation/Tests/Dumper/XliffFileDumperTest.php 39 69 11
/src/Symfony/Component/Translation/Tests/Dumper/YamlFileDumperTest.php 20 14 8
/src/Symfony/Component/Translation/Tests/Exception/ProviderExceptionTest.php 20 10 6
/src/Symfony/Component/Translation/Tests/Exception/UnsupportedSchemeExceptionTest.php 52 30 14
/src/Symfony/Component/Translation/Tests/Extractor/PhpAstExtractorTest.php 28 51 17
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-7.3/translation.html.php 2 3 2
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable-fqn.html.php 39 24 4
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable-short-fqn.html.php 43 34 5
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable-short.html.php 3 19 3
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translatable.html.php 12 51 5
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/translation.html.php 68 71 11
/src/Symfony/Component/Translation/Tests/Fixtures/extractor-ast/validator-constraints.php 27 80 22
/src/Symfony/Component/Translation/Tests/Fixtures/extractor/translation.html.php 29 21 5
/src/Symfony/Component/Translation/Tests/Fixtures/resources.php 4 1 1
/src/Symfony/Component/Translation/Tests/Formatter/IntlFormatterTest.php 72 23 12
/src/Symfony/Component/Translation/Tests/Formatter/MessageFormatterTest.php 27 19 12
/src/Symfony/Component/Translation/Tests/IdentityTranslatorTest.php 37 13 9
/src/Symfony/Component/Translation/Tests/Loader/CsvFileLoaderTest.php 52 25 10
/src/Symfony/Component/Translation/Tests/Loader/IcuDatFileLoaderTest.php 24 23 8
/src/Symfony/Component/Translation/Tests/Loader/IcuResFileLoaderTest.php 43 19 9
/src/Symfony/Component/Translation/Tests/Loader/IniFileLoaderTest.php 43 21 10
/src/Symfony/Component/Translation/Tests/Loader/JsonFileLoaderTest.php 33 26 10
/src/Symfony/Component/Translation/Tests/Loader/LocalizedTestCase.php 18 8 8
/src/Symfony/Component/Translation/Tests/Loader/MoFileLoaderTest.php 22 31 10
/src/Symfony/Component/Translation/Tests/Loader/PhpFileLoaderTest.php 41 21 10
/src/Symfony/Component/Translation/Tests/Loader/PoFileLoaderTest.php 32 53 10
/src/Symfony/Component/Translation/Tests/Loader/QtFileLoaderTest.php 22 34 12
/src/Symfony/Component/Translation/Tests/Loader/XliffFileLoaderTest.php 79 134 14
/src/Symfony/Component/Translation/Tests/Loader/YamlFileLoaderTest.php 42 37 10
/src/Symfony/Component/Translation/Tests/LocaleSwitcherTest.php 40 40 16
/src/Symfony/Component/Translation/Tests/LoggingTranslatorTest.php 21 10 9
/src/Symfony/Component/Translation/Tests/MessageCatalogueTest.php 43 148 15
/src/Symfony/Component/Translation/Tests/Provider/DsnTest.php 154 94 21
/src/Symfony/Component/Translation/Tests/Provider/NullProviderFactoryTest.php 32 13 7
/src/Symfony/Component/Translation/Tests/Provider/TranslationProviderCollectionTest.php 36 33 11
/src/Symfony/Component/Translation/Tests/PseudoLocalizationTranslatorTest.php 29 23 11
/src/Symfony/Component/Translation/Tests/TranslatableTest.php 50 40 13
/src/Symfony/Component/Translation/Tests/TranslatorBagTest.php 29 49 14
/src/Symfony/Component/Translation/Tests/TranslatorCacheTest.php 140 233 34
/src/Symfony/Component/Translation/Tests/TranslatorTest.php 601 396 35
/src/Symfony/Component/Translation/Tests/Util/ArrayConverterTest.php 27 15 9
/src/Symfony/Component/Translation/Tests/Writer/TranslationWriterTest.php 44 32 10
/src/Symfony/Component/Translation/TranslatableMessage.php 24 35 17
/src/Symfony/Component/Translation/Translator.php 380 201 74
/src/Symfony/Component/Translation/TranslatorBag.php 40 33 19
/src/Symfony/Component/Translation/TranslatorBagInterface.php 14 4 4
/src/Symfony/Component/Translation/Util/ArrayConverter.php 112 30 19
/src/Symfony/Component/Translation/Util/XliffUtils.php 134 79 28
/src/Symfony/Component/Translation/Writer/TranslationWriter.php 55 23 13
/src/Symfony/Component/Translation/Writer/TranslationWriterInterface.php 14 3 3
/src/Symfony/Component/Uid/AbstractUid.php 153 48 19
/src/Symfony/Component/Uid/BinaryUtil.php 110 72 26
/src/Symfony/Component/Uid/Command/GenerateUlidCommand.php 95 58 37
/src/Symfony/Component/Uid/Command/GenerateUuidCommand.php 120 79 40
/src/Symfony/Component/Uid/Command/InspectUlidCommand.php 50 22 16
/src/Symfony/Component/Uid/Command/InspectUuidCommand.php 54 29 20
/src/Symfony/Component/Uid/Factory/NameBasedUuidFactory.php 21 12 9
/src/Symfony/Component/Uid/Factory/RandomBasedUuidFactory.php 18 5 4
/src/Symfony/Component/Uid/Factory/TimeBasedUuidFactory.php 22 16 8
/src/Symfony/Component/Uid/Factory/UlidFactory.php 14 11 11
/src/Symfony/Component/Uid/Factory/UuidFactory.php 87 76 24
/src/Symfony/Component/Uid/MaxUlid.php 16 3 3
/src/Symfony/Component/Uid/MaxUuid.php 18 4 4
/src/Symfony/Component/Uid/NilUlid.php 16 3 3
/src/Symfony/Component/Uid/NilUuid.php 21 4 4
/src/Symfony/Component/Uid/Tests/Command/GenerateUlidCommandTest.php 47 77 17
/src/Symfony/Component/Uid/Tests/Command/GenerateUuidCommandTest.php 29 175 18
/src/Symfony/Component/Uid/Tests/Command/InspectUlidCommandTest.php 20 10 8
/src/Symfony/Component/Uid/Tests/Command/InspectUuidCommandTest.php 20 59 8
/src/Symfony/Component/Uid/Tests/Factory/UlidFactoryTest.php 37 11 8
/src/Symfony/Component/Uid/Tests/Factory/UuidFactoryTest.php 90 53 10
/src/Symfony/Component/Uid/Tests/Fixtures/CustomUlid.php 14 2 2
/src/Symfony/Component/Uid/Tests/Fixtures/CustomUuid.php 14 2 2
/src/Symfony/Component/Uid/Tests/UlidTest.php 50 119 22
/src/Symfony/Component/Uid/Tests/UuidTest.php 262 188 32
/src/Symfony/Component/Uid/TimeBasedUidInterface.php 21 1 1
/src/Symfony/Component/Uid/Ulid.php 181 165 39
/src/Symfony/Component/Uid/Uuid.php 80 110 33
/src/Symfony/Component/Uid/UuidV1.php 46 53 26
/src/Symfony/Component/Uid/UuidV3.php 25 3 3
/src/Symfony/Component/Uid/UuidV4.php 28 37 17
/src/Symfony/Component/Uid/UuidV5.php 25 3 3
/src/Symfony/Component/Uid/UuidV6.php 61 54 26
/src/Symfony/Component/Uid/UuidV7.php 122 150 39
/src/Symfony/Component/Uid/UuidV8.php 23 3 3
/src/Symfony/Component/Validator/Attribute/HasNamedArguments.php 15 1 1
/src/Symfony/Component/Validator/Command/DebugCommand.php 174 84 44
/src/Symfony/Component/Validator/Constraint.php 57 109 44
/src/Symfony/Component/Validator/ConstraintValidator.php 49 26 21
/src/Symfony/Component/Validator/ConstraintValidatorFactory.php 40 10 9
/src/Symfony/Component/Validator/ConstraintValidatorFactoryInterface.php 24 1 1
/src/Symfony/Component/Validator/ConstraintValidatorInterface.php 33 4 4
/src/Symfony/Component/Validator/ConstraintViolation.php 71 94 22
/src/Symfony/Component/Validator/ConstraintViolationInterface.php 84 24 7
/src/Symfony/Component/Validator/ConstraintViolationList.php 120 59 28
/src/Symfony/Component/Validator/ConstraintViolationListInterface.php 64 12 5
/src/Symfony/Component/Validator/Constraints/AbstractComparison.php 28 63 28
/src/Symfony/Component/Validator/Constraints/AbstractComparisonValidator.php 67 47 31
/src/Symfony/Component/Validator/Constraints/All.php 24 28 18
/src/Symfony/Component/Validator/Constraints/AllValidator.php 24 17 13
/src/Symfony/Component/Validator/Constraints/AtLeastOneOf.php 33 44 23
/src/Symfony/Component/Validator/Constraints/AtLeastOneOfValidator.php 23 21 16
/src/Symfony/Component/Validator/Constraints/Bic.php 46 59 24
/src/Symfony/Component/Validator/Constraints/BicValidator.php 128 67 41
/src/Symfony/Component/Validator/Constraints/Blank.php 30 24 17
/src/Symfony/Component/Validator/Constraints/BlankValidator.php 23 15 13
/src/Symfony/Component/Validator/Constraints/Callback.php 27 47 30
/src/Symfony/Component/Validator/Constraints/CallbackValidator.php 26 24 19
/src/Symfony/Component/Validator/Constraints/CardScheme.php 49 60 28
/src/Symfony/Component/Validator/Constraints/CardSchemeValidator.php 97 34 20
/src/Symfony/Component/Validator/Constraints/Cascade.php 28 34 26
/src/Symfony/Component/Validator/Constraints/Choice.php 50 94 31
/src/Symfony/Component/Validator/Constraints/ChoiceValidator.php 30 40 21
/src/Symfony/Component/Validator/Constraints/Cidr.php 65 62 25
/src/Symfony/Component/Validator/Constraints/CidrValidator.php 54 28 18
/src/Symfony/Component/Validator/Constraints/Collection.php 36 54 30
/src/Symfony/Component/Validator/Constraints/CollectionValidator.php 24 24 18
/src/Symfony/Component/Validator/Constraints/Composite.php 52 36 21
/src/Symfony/Component/Validator/Constraints/Compound.php 27 20 19
/src/Symfony/Component/Validator/Constraints/CompoundValidator.php 23 12 11
/src/Symfony/Component/Validator/Constraints/Count.php 43 81 28
/src/Symfony/Component/Validator/Constraints/CountValidator.php 24 33 22
/src/Symfony/Component/Validator/Constraints/Country.php 33 34 21
/src/Symfony/Component/Validator/Constraints/CountryValidator.php 27 23 17
/src/Symfony/Component/Validator/Constraints/CssColor.php 80 81 40
/src/Symfony/Component/Validator/Constraints/CssColorValidator.php 55 46 15
/src/Symfony/Component/Validator/Constraints/Currency.php 33 29 20
/src/Symfony/Component/Validator/Constraints/CurrencyValidator.php 28 22 17
/src/Symfony/Component/Validator/Constraints/Date.php 32 26 17
/src/Symfony/Component/Validator/Constraints/DateTime.php 35 45 30
/src/Symfony/Component/Validator/Constraints/DateTimeValidator.php 24 28 19
/src/Symfony/Component/Validator/Constraints/DateValidator.php 36 26 19
/src/Symfony/Component/Validator/Constraints/DisableAutoMapping.php 30 18 18
/src/Symfony/Component/Validator/Constraints/DivisibleBy.php 26 8 7
/src/Symfony/Component/Validator/Constraints/DivisibleByValidator.php 23 33 21
/src/Symfony/Component/Validator/Constraints/Email.php 46 66 34
/src/Symfony/Component/Validator/Constraints/EmailValidator.php 48 70 33
/src/Symfony/Component/Validator/Constraints/EnableAutoMapping.php 30 18 18
/src/Symfony/Component/Validator/Constraints/EqualTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/EqualToValidator.php 22 11 9
/src/Symfony/Component/Validator/Constraints/Existence.php 23 11 10
/src/Symfony/Component/Validator/Constraints/Expression.php 37 71 34
/src/Symfony/Component/Validator/Constraints/ExpressionLanguageProvider.php 27 8 7
/src/Symfony/Component/Validator/Constraints/ExpressionSyntax.php 32 40 21
/src/Symfony/Component/Validator/Constraints/ExpressionSyntaxValidator.php 51 32 23
/src/Symfony/Component/Validator/Constraints/ExpressionValidator.php 34 22 20
/src/Symfony/Component/Validator/Constraints/File.php 137 150 32
/src/Symfony/Component/Validator/Constraints/FileValidator.php 41 122 45
/src/Symfony/Component/Validator/Constraints/GreaterThan.php 27 7 6
/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqual.php 27 7 6
/src/Symfony/Component/Validator/Constraints/GreaterThanOrEqualValidator.php 22 13 10
/src/Symfony/Component/Validator/Constraints/GreaterThanValidator.php 22 13 10
/src/Symfony/Component/Validator/Constraints/GroupSequence.php 78 11 10
/src/Symfony/Component/Validator/Constraints/GroupSequenceProvider.php 26 14 14
/src/Symfony/Component/Validator/Constraints/Hostname.php 31 30 18
/src/Symfony/Component/Validator/Constraints/HostnameValidator.php 34 40 25
/src/Symfony/Component/Validator/Constraints/Iban.php 40 30 18
/src/Symfony/Component/Validator/Constraints/IbanValidator.php 231 48 24
/src/Symfony/Component/Validator/Constraints/IdenticalTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/IdenticalToValidator.php 22 11 9
/src/Symfony/Component/Validator/Constraints/Image.php 89 228 25
/src/Symfony/Component/Validator/Constraints/ImageValidator.php 28 68 25
/src/Symfony/Component/Validator/Constraints/Ip.php 75 57 23
/src/Symfony/Component/Validator/Constraints/IpValidator.php 27 23 19
/src/Symfony/Component/Validator/Constraints/IsFalse.php 30 24 17
/src/Symfony/Component/Validator/Constraints/IsFalseValidator.php 29 19 15
/src/Symfony/Component/Validator/Constraints/IsNull.php 30 24 17
/src/Symfony/Component/Validator/Constraints/IsNullValidator.php 23 15 13
/src/Symfony/Component/Validator/Constraints/IsTrue.php 30 25 18
/src/Symfony/Component/Validator/Constraints/IsTrueValidator.php 29 18 14
/src/Symfony/Component/Validator/Constraints/Isbn.php 47 63 31
/src/Symfony/Component/Validator/Constraints/IsbnValidator.php 118 65 35
/src/Symfony/Component/Validator/Constraints/Isin.php 37 29 17
/src/Symfony/Component/Validator/Constraints/IsinValidator.php 26 37 22
/src/Symfony/Component/Validator/Constraints/Issn.php 43 39 18
/src/Symfony/Component/Validator/Constraints/IssnValidator.php 116 45 21
/src/Symfony/Component/Validator/Constraints/Json.php 30 25 17
/src/Symfony/Component/Validator/Constraints/JsonValidator.php 24 22 17
/src/Symfony/Component/Validator/Constraints/Language.php 33 34 21
/src/Symfony/Component/Validator/Constraints/LanguageValidator.php 27 23 17
/src/Symfony/Component/Validator/Constraints/Length.php 61 101 31
/src/Symfony/Component/Validator/Constraints/LengthValidator.php 46 42 27
/src/Symfony/Component/Validator/Constraints/LessThan.php 27 7 6
/src/Symfony/Component/Validator/Constraints/LessThanOrEqual.php 27 7 6
/src/Symfony/Component/Validator/Constraints/LessThanOrEqualValidator.php 22 13 10
/src/Symfony/Component/Validator/Constraints/LessThanValidator.php 22 13 10
/src/Symfony/Component/Validator/Constraints/Locale.php 33 34 21
/src/Symfony/Component/Validator/Constraints/LocaleValidator.php 27 24 17
/src/Symfony/Component/Validator/Constraints/Luhn.php 36 26 17
/src/Symfony/Component/Validator/Constraints/LuhnValidator.php 33 27 20
/src/Symfony/Component/Validator/Constraints/Negative.php 22 5 5
/src/Symfony/Component/Validator/Constraints/NegativeOrZero.php 22 5 5
/src/Symfony/Component/Validator/Constraints/NoSuspiciousCharacters.php 84 75 22
/src/Symfony/Component/Validator/Constraints/NoSuspiciousCharactersValidator.php 59 43 29
/src/Symfony/Component/Validator/Constraints/NotBlank.php 35 39 23
/src/Symfony/Component/Validator/Constraints/NotBlankValidator.php 38 19 17
/src/Symfony/Component/Validator/Constraints/NotCompromisedPassword.php 34 32 17
/src/Symfony/Component/Validator/Constraints/NotCompromisedPasswordValidator.php 74 56 30
/src/Symfony/Component/Validator/Constraints/NotEqualTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/NotEqualToValidator.php 22 11 9
/src/Symfony/Component/Validator/Constraints/NotIdenticalTo.php 27 8 7
/src/Symfony/Component/Validator/Constraints/NotIdenticalToValidator.php 22 11 9
/src/Symfony/Component/Validator/Constraints/NotNull.php 30 25 18
/src/Symfony/Component/Validator/Constraints/NotNullValidator.php 23 15 13
/src/Symfony/Component/Validator/Constraints/Optional.php 17 2 2
/src/Symfony/Component/Validator/Constraints/PasswordStrength.php 48 39 23
/src/Symfony/Component/Validator/Constraints/PasswordStrengthValidator.php 71 53 34
/src/Symfony/Component/Validator/Constraints/Positive.php 22 5 5
/src/Symfony/Component/Validator/Constraints/PositiveOrZero.php 22 5 5
/src/Symfony/Component/Validator/Constraints/Range.php 43 108 24
/src/Symfony/Component/Validator/Constraints/RangeValidator.php 79 65 34
/src/Symfony/Component/Validator/Constraints/Regex.php 36 81 38
/src/Symfony/Component/Validator/Constraints/RegexValidator.php 27 25 20
/src/Symfony/Component/Validator/Constraints/Required.php 17 2 2
/src/Symfony/Component/Validator/Constraints/Sequentially.php 27 32 19
/src/Symfony/Component/Validator/Constraints/SequentiallyValidator.php 23 12 11
/src/Symfony/Component/Validator/Constraints/Time.php 33 33 20
/src/Symfony/Component/Validator/Constraints/TimeValidator.php 37 30 20
/src/Symfony/Component/Validator/Constraints/Timezone.php 41 59 32
/src/Symfony/Component/Validator/Constraints/TimezoneValidator.php 97 53 31
/src/Symfony/Component/Validator/Constraints/Traverse.php 27 29 24
/src/Symfony/Component/Validator/Constraints/Type.php 31 49 30
/src/Symfony/Component/Validator/Constraints/TypeValidator.php 58 29 21
/src/Symfony/Component/Validator/Constraints/Ulid.php 36 28 17
/src/Symfony/Component/Validator/Constraints/UlidValidator.php 63 30 18
/src/Symfony/Component/Validator/Constraints/Unique.php 38 43 24
/src/Symfony/Component/Validator/Constraints/UniqueValidator.php 24 40 30
/src/Symfony/Component/Validator/Constraints/Url.php 35 44 23
/src/Symfony/Component/Validator/Constraints/UrlValidator.php 48 31 22
/src/Symfony/Component/Validator/Constraints/Uuid.php 95 61 24
/src/Symfony/Component/Validator/Constraints/UuidValidator.php 188 80 26
/src/Symfony/Component/Validator/Constraints/Valid.php 31 24 19
/src/Symfony/Component/Validator/Constraints/ValidValidator.php 23 15 13
/src/Symfony/Component/Validator/Constraints/When.php 26 57 35
/src/Symfony/Component/Validator/Constraints/WhenValidator.php 26 29 24
/src/Symfony/Component/Validator/Constraints/ZeroComparisonConstraintTrait.php 24 20 12
/src/Symfony/Component/Validator/ContainerConstraintValidatorFactory.php 54 20 13
/src/Symfony/Component/Validator/Context/ExecutionContext.php 45 147 31
/src/Symfony/Component/Validator/Context/ExecutionContextFactory.php 35 16 11
/src/Symfony/Component/Validator/Context/ExecutionContextFactoryInterface.php 32 2 2
/src/Symfony/Component/Validator/Context/ExecutionContextInterface.php 205 27 8
/src/Symfony/Component/Validator/DataCollector/ValidatorDataCollector.php 70 46 23
/src/Symfony/Component/Validator/DependencyInjection/AddAutoMappingConfigurationPass.php 62 21 16
/src/Symfony/Component/Validator/DependencyInjection/AddConstraintValidatorsPass.php 25 6 6
/src/Symfony/Component/Validator/DependencyInjection/AddValidatorInitializersPass.php 24 5 5
/src/Symfony/Component/Validator/Exception/BadMethodCallException.php 19 5 5
/src/Symfony/Component/Validator/Exception/ConstraintDefinitionException.php 14 3 3
/src/Symfony/Component/Validator/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Validator/Exception/GroupDefinitionException.php 14 3 3
/src/Symfony/Component/Validator/Exception/InvalidArgumentException.php 19 2 2
/src/Symfony/Component/Validator/Exception/InvalidOptionsException.php 25 9 8
/src/Symfony/Component/Validator/Exception/LogicException.php 14 3 3
/src/Symfony/Component/Validator/Exception/MappingException.php 14 3 3
/src/Symfony/Component/Validator/Exception/MissingOptionsException.php 25 9 8
/src/Symfony/Component/Validator/Exception/NoSuchMetadataException.php 17 3 3
/src/Symfony/Component/Validator/Exception/OutOfBoundsException.php 19 3 3
/src/Symfony/Component/Validator/Exception/RuntimeException.php 19 2 2
/src/Symfony/Component/Validator/Exception/UnexpectedTypeException.php 16 5 5
/src/Symfony/Component/Validator/Exception/UnexpectedValueException.php 21 8 8
/src/Symfony/Component/Validator/Exception/UnsupportedMetadataException.php 17 3 3
/src/Symfony/Component/Validator/Exception/ValidationFailedException.php 22 20 12
/src/Symfony/Component/Validator/Exception/ValidatorException.php 14 2 2
/src/Symfony/Component/Validator/GroupProviderInterface.php 29 2 2
/src/Symfony/Component/Validator/GroupSequenceProviderInterface.php 27 2 2
/src/Symfony/Component/Validator/Mapping/AutoMappingStrategy.php 19 6 4
/src/Symfony/Component/Validator/Mapping/CascadingStrategy.php 34 6 5
/src/Symfony/Component/Validator/Mapping/ClassMetadata.php 313 159 50
/src/Symfony/Component/Validator/Mapping/ClassMetadataInterface.php 91 5 4
/src/Symfony/Component/Validator/Mapping/Factory/BlackHoleMetadataFactory.php 33 9 7
/src/Symfony/Component/Validator/Mapping/Factory/LazyLoadingMetadataFactory.php 136 61 26
/src/Symfony/Component/Validator/Mapping/Factory/MetadataFactoryInterface.php 34 5 3
/src/Symfony/Component/Validator/Mapping/GenericMetadata.php 204 31 14
/src/Symfony/Component/Validator/Mapping/GetterMetadata.php 65 29 23
/src/Symfony/Component/Validator/Mapping/Loader/AbstractLoader.php 71 29 21
/src/Symfony/Component/Validator/Mapping/Loader/AttributeLoader.php 61 36 19
/src/Symfony/Component/Validator/Mapping/Loader/AutoMappingTrait.php 32 13 12
/src/Symfony/Component/Validator/Mapping/Loader/FileLoader.php 26 9 7
/src/Symfony/Component/Validator/Mapping/Loader/LoaderChain.php 60 8 7
/src/Symfony/Component/Validator/Mapping/Loader/LoaderInterface.php 14 1 1
/src/Symfony/Component/Validator/Mapping/Loader/PropertyInfoLoader.php 130 113 31
/src/Symfony/Component/Validator/Mapping/Loader/StaticMethodLoader.php 52 7 6
/src/Symfony/Component/Validator/Mapping/Loader/XmlFileLoader.php 181 66 28
/src/Symfony/Component/Validator/Mapping/Loader/XmlFilesLoader.php 24 8 8
/src/Symfony/Component/Validator/Mapping/Loader/YamlFileLoader.php 118 58 27
/src/Symfony/Component/Validator/Mapping/Loader/YamlFilesLoader.php 24 8 8
/src/Symfony/Component/Validator/Mapping/MemberMetadata.php 117 58 29
/src/Symfony/Component/Validator/Mapping/MetadataInterface.php 14 2 2
/src/Symfony/Component/Validator/Mapping/PropertyMetadata.php 62 32 26
/src/Symfony/Component/Validator/Mapping/PropertyMetadataInterface.php 40 3 3
/src/Symfony/Component/Validator/Mapping/TraversalStrategy.php 30 7 5
/src/Symfony/Component/Validator/ObjectInitializerInterface.php 25 2 2
/src/Symfony/Component/Validator/Resources/bin/sync-iban-formats.php 200 76 22
/src/Symfony/Component/Validator/Test/ConstraintValidatorTestCase.php 74 439 57
/src/Symfony/Component/Validator/Tests/Command/DebugCommandTest.php 27 23 10
/src/Symfony/Component/Validator/Tests/ConstraintTest.php 77 141 18
/src/Symfony/Component/Validator/Tests/ConstraintValidatorFactoryTest.php 21 9 6
/src/Symfony/Component/Validator/Tests/ConstraintValidatorTest.php 26 28 16
/src/Symfony/Component/Validator/Tests/ConstraintViolationListTest.php 27 90 20
/src/Symfony/Component/Validator/Tests/ConstraintViolationTest.php 21 48 15
/src/Symfony/Component/Validator/Tests/Constraints/AbstractComparisonValidatorTestCase.php 284 115 31
/src/Symfony/Component/Validator/Tests/Constraints/AllTest.php 32 14 9
/src/Symfony/Component/Validator/Tests/Constraints/AllValidatorTest.php 44 42 17
/src/Symfony/Component/Validator/Tests/Constraints/AtLeastOneOfTest.php 32 14 9
/src/Symfony/Component/Validator/Tests/Constraints/AtLeastOneOfValidatorTest.php 229 191 33
/src/Symfony/Component/Validator/Tests/Constraints/BicValidatorTest.php 236 157 35
/src/Symfony/Component/Validator/Tests/Constraints/BlankValidatorTest.php 42 23 12
/src/Symfony/Component/Validator/Tests/Constraints/CallbackValidatorTest.php 33 133 25
/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeTest.php 21 53 20
/src/Symfony/Component/Validator/Tests/Constraints/CardSchemeValidatorTest.php 25 64 15
/src/Symfony/Component/Validator/Tests/Constraints/CascadeTest.php 22 16 10
/src/Symfony/Component/Validator/Tests/Constraints/ChoiceTest.php 29 73 21
/src/Symfony/Component/Validator/Tests/Constraints/ChoiceValidatorTest.php 345 205 24
/src/Symfony/Component/Validator/Tests/Constraints/CidrTest.php 23 114 25
/src/Symfony/Component/Validator/Tests/Constraints/CidrValidatorTest.php 60 60 14
/src/Symfony/Component/Validator/Tests/Constraints/CollectionTest.php 28 84 11
/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayObjectTest.php 16 6 6
/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorArrayTest.php 16 4 4
/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorCustomArrayObjectTest.php 18 9 9
/src/Symfony/Component/Validator/Tests/Constraints/CollectionValidatorTestCase.php 130 189 18
/src/Symfony/Component/Validator/Tests/Constraints/CompositeTest.php 78 73 16
/src/Symfony/Component/Validator/Tests/Constraints/CompoundTest.php 31 34 21
/src/Symfony/Component/Validator/Tests/Constraints/CompoundValidatorTest.php 36 24 14
/src/Symfony/Component/Validator/Tests/Constraints/CountTest.php 21 64 20
/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorArrayTest.php 19 3 3
/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorCountableTest.php 21 5 5
/src/Symfony/Component/Validator/Tests/Constraints/CountValidatorTestCase.php 39 131 20
/src/Symfony/Component/Validator/Tests/Constraints/CountryTest.php 21 51 21
/src/Symfony/Component/Validator/Tests/Constraints/CountryValidatorTest.php 156 70 18
/src/Symfony/Component/Validator/Tests/Constraints/CssColorTest.php 24 53 21
/src/Symfony/Component/Validator/Tests/Constraints/CssColorValidatorTest.php 401 195 16
/src/Symfony/Component/Validator/Tests/Constraints/CurrencyTest.php 21 46 21
/src/Symfony/Component/Validator/Tests/Constraints/CurrencyValidatorTest.php 43 52 18
/src/Symfony/Component/Validator/Tests/Constraints/DateTest.php 21 45 20
/src/Symfony/Component/Validator/Tests/Constraints/DateTimeTest.php 21 51 20
/src/Symfony/Component/Validator/Tests/Constraints/DateTimeValidatorTest.php 26 51 16
/src/Symfony/Component/Validator/Tests/Constraints/DateValidatorTest.php 68 40 16
/src/Symfony/Component/Validator/Tests/Constraints/DisableAutoMappingTest.php 26 22 14
/src/Symfony/Component/Validator/Tests/Constraints/DivisibleByTest.php 21 49 19
/src/Symfony/Component/Validator/Tests/Constraints/DivisibleByValidatorTest.php 65 43 20
/src/Symfony/Component/Validator/Tests/Constraints/EmailTest.php 36 81 24
/src/Symfony/Component/Validator/Tests/Constraints/EmailValidatorTest.php 246 119 21
/src/Symfony/Component/Validator/Tests/Constraints/EnableAutoMappingTest.php 34 22 14
/src/Symfony/Component/Validator/Tests/Constraints/EqualToTest.php 21 49 19
/src/Symfony/Component/Validator/Tests/Constraints/EqualToValidatorTest.php 74 38 15
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionSyntaxTest.php 22 76 25
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionSyntaxValidatorTest.php 69 29 11
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionTest.php 21 65 22
/src/Symfony/Component/Validator/Tests/Constraints/ExpressionValidatorTest.php 341 112 19
/src/Symfony/Component/Validator/Tests/Constraints/FileTest.php 74 119 31
/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorObjectTest.php 14 8 8
/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorPathTest.php 23 9 8
/src/Symfony/Component/Validator/Tests/Constraints/FileValidatorTestCase.php 539 282 46
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildA.php 21 11 8
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/ChildB.php 20 11 8
/src/Symfony/Component/Validator/Tests/Constraints/Fixtures/WhenTestWithAttributes.php 43 61 20
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualTest.php 21 49 19
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorTest.php 58 30 15
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanOrEqualValidatorWithPositiveOrZeroConstraintTest.php 105 39 12
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanTest.php 21 49 19
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorTest.php 41 42 16
/src/Symfony/Component/Validator/Tests/Constraints/GreaterThanValidatorWithPositiveConstraintTest.php 49 41 12
/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceProviderTest.php 20 7 7
/src/Symfony/Component/Validator/Tests/Constraints/GroupSequenceTest.php 29 7 5
/src/Symfony/Component/Validator/Tests/Constraints/HostnameTest.php 21 51 21
/src/Symfony/Component/Validator/Tests/Constraints/HostnameValidatorTest.php 48 83 19
/src/Symfony/Component/Validator/Tests/Constraints/IbanValidatorTest.php 440 81 24
/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToTest.php 21 49 19
/src/Symfony/Component/Validator/Tests/Constraints/IdenticalToValidatorTest.php 74 38 17
/src/Symfony/Component/Validator/Tests/Constraints/ImageTest.php 21 61 21
/src/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php 243 243 28
/src/Symfony/Component/Validator/Tests/Constraints/IpTest.php 46 67 23
/src/Symfony/Component/Validator/Tests/Constraints/IpValidatorTest.php 480 185 22
/src/Symfony/Component/Validator/Tests/Constraints/IsFalseValidatorTest.php 42 24 15
/src/Symfony/Component/Validator/Tests/Constraints/IsNullValidatorTest.php 25 29 16
/src/Symfony/Component/Validator/Tests/Constraints/IsTrueValidatorTest.php 25 24 15
/src/Symfony/Component/Validator/Tests/Constraints/IsbnTest.php 21 51 21
/src/Symfony/Component/Validator/Tests/Constraints/IsbnValidatorTest.php 273 97 22
/src/Symfony/Component/Validator/Tests/Constraints/IsinTest.php 21 45 20
/src/Symfony/Component/Validator/Tests/Constraints/IsinValidatorTest.php 118 56 14
/src/Symfony/Component/Validator/Tests/Constraints/IssnTest.php 21 53 20
/src/Symfony/Component/Validator/Tests/Constraints/IssnValidatorTest.php 69 67 18
/src/Symfony/Component/Validator/Tests/Constraints/JsonTest.php 21 45 20
/src/Symfony/Component/Validator/Tests/Constraints/JsonValidatorTest.php 38 26 13
/src/Symfony/Component/Validator/Tests/Constraints/LanguageTest.php 21 50 20
/src/Symfony/Component/Validator/Tests/Constraints/LanguageValidatorTest.php 50 71 18
/src/Symfony/Component/Validator/Tests/Constraints/LengthTest.php 52 104 24
/src/Symfony/Component/Validator/Tests/Constraints/LengthValidatorTest.php 36 169 22
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualTest.php 21 49 19
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorTest.php 60 42 16
/src/Symfony/Component/Validator/Tests/Constraints/LessThanOrEqualValidatorWithNegativeOrZeroConstraintTest.php 82 46 12
/src/Symfony/Component/Validator/Tests/Constraints/LessThanTest.php 21 49 19
/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorTest.php 54 42 16
/src/Symfony/Component/Validator/Tests/Constraints/LessThanValidatorWithNegativeConstraintTest.php 111 46 12
/src/Symfony/Component/Validator/Tests/Constraints/LocaleTest.php 21 52 21
/src/Symfony/Component/Validator/Tests/Constraints/LocaleValidatorTest.php 33 56 17
/src/Symfony/Component/Validator/Tests/Constraints/LuhnTest.php 21 46 21
/src/Symfony/Component/Validator/Tests/Constraints/LuhnValidatorTest.php 105 49 15
/src/Symfony/Component/Validator/Tests/Constraints/NegativeOrZeroTest.php 21 36 19
/src/Symfony/Component/Validator/Tests/Constraints/NegativeTest.php 21 36 19
/src/Symfony/Component/Validator/Tests/Constraints/NoSuspiciousCharactersValidatorTest.php 59 36 20
/src/Symfony/Component/Validator/Tests/Constraints/NotBlankTest.php 25 52 23
/src/Symfony/Component/Validator/Tests/Constraints/NotBlankValidatorTest.php 35 44 13
/src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordTest.php 31 56 21
/src/Symfony/Component/Validator/Tests/Constraints/NotCompromisedPasswordValidatorTest.php 129 127 38
/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToTest.php 21 49 19
/src/Symfony/Component/Validator/Tests/Constraints/NotEqualToValidatorTest.php 54 38 15
/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToTest.php 21 49 19
/src/Symfony/Component/Validator/Tests/Constraints/NotIdenticalToValidatorTest.php 91 34 17
/src/Symfony/Component/Validator/Tests/Constraints/NotNullValidatorTest.php 48 27 17
/src/Symfony/Component/Validator/Tests/Constraints/PasswordStrengthTest.php 26 25 10
/src/Symfony/Component/Validator/Tests/Constraints/PasswordStrengthValidatorTest.php 28 41 19
/src/Symfony/Component/Validator/Tests/Constraints/PositiveOrZeroTest.php 21 36 19
/src/Symfony/Component/Validator/Tests/Constraints/PositiveTest.php 21 36 19
/src/Symfony/Component/Validator/Tests/Constraints/RangeTest.php 31 78 11
/src/Symfony/Component/Validator/Tests/Constraints/RangeValidatorTest.php 830 403 23
/src/Symfony/Component/Validator/Tests/Constraints/RegexTest.php 99 93 27
/src/Symfony/Component/Validator/Tests/Constraints/RegexValidatorTest.php 26 74 20
/src/Symfony/Component/Validator/Tests/Constraints/SequentiallyTest.php 30 14 9
/src/Symfony/Component/Validator/Tests/Constraints/SequentiallyValidatorTest.php 39 47 16
/src/Symfony/Component/Validator/Tests/Constraints/TimeTest.php 21 46 21
/src/Symfony/Component/Validator/Tests/Constraints/TimeValidatorTest.php 26 55 15
/src/Symfony/Component/Validator/Tests/Constraints/TimezoneTest.php 38 78 24
/src/Symfony/Component/Validator/Tests/Constraints/TimezoneValidatorTest.php 97 110 21
/src/Symfony/Component/Validator/Tests/Constraints/TraverseTest.php 22 23 10
/src/Symfony/Component/Validator/Tests/Constraints/TypeTest.php 21 54 20
/src/Symfony/Component/Validator/Tests/Constraints/TypeValidatorTest.php 136 80 28
/src/Symfony/Component/Validator/Tests/Constraints/UlidTest.php 21 46 20
/src/Symfony/Component/Validator/Tests/Constraints/UlidValidatorTest.php 84 33 16
/src/Symfony/Component/Validator/Tests/Constraints/UniqueTest.php 47 69 23
/src/Symfony/Component/Validator/Tests/Constraints/UniqueValidatorTest.php 297 165 29
/src/Symfony/Component/Validator/Tests/Constraints/UrlTest.php 39 70 23
/src/Symfony/Component/Validator/Tests/Constraints/UrlValidatorTest.php 248 80 16
/src/Symfony/Component/Validator/Tests/Constraints/UuidTest.php 25 72 23
/src/Symfony/Component/Validator/Tests/Constraints/UuidValidatorTest.php 38 115 25
/src/Symfony/Component/Validator/Tests/Constraints/ValidTest.php 38 54 22
/src/Symfony/Component/Validator/Tests/Constraints/ValidValidatorTest.php 20 37 20
/src/Symfony/Component/Validator/Tests/Constraints/WhenTest.php 44 66 14
/src/Symfony/Component/Validator/Tests/Constraints/WhenValidatorTest.php 120 89 16
/src/Symfony/Component/Validator/Tests/ContainerConstraintValidatorFactoryTest.php 39 27 11
/src/Symfony/Component/Validator/Tests/DataCollector/ValidatorDataCollectorTest.php 53 24 11
/src/Symfony/Component/Validator/Tests/DependencyInjection/AddAutoMappingConfigurationPassTest.php 63 30 15
/src/Symfony/Component/Validator/Tests/DependencyInjection/AddConstraintValidatorsPassTest.php 30 38 12
/src/Symfony/Component/Validator/Tests/DependencyInjection/AddValidatorInitializersPassTest.php 21 9 6
/src/Symfony/Component/Validator/Tests/Dummy/DummyClassOne.php 16 22 14
/src/Symfony/Component/Validator/Tests/Dummy/DummyClassTwo.php 16 23 14
/src/Symfony/Component/Validator/Tests/Dummy/DummyGroupProvider.php 19 5 5
/src/Symfony/Component/Validator/Tests/Dummy/TraitPass.php 14 1 1
/src/Symfony/Component/Validator/Tests/Fixtures/AbstractPropertyGetter.php 9 8 8
/src/Symfony/Component/Validator/Tests/Fixtures/Attribute/GroupProviderDto.php 17 15 11
/src/Symfony/Component/Validator/Tests/Fixtures/CallbackClass.php 21 8 7
/src/Symfony/Component/Validator/Tests/Fixtures/CascadedChild.php 16 7 7
/src/Symfony/Component/Validator/Tests/Fixtures/CascadingEntity.php 27 26 12
/src/Symfony/Component/Validator/Tests/Fixtures/CascadingEntityIntersection.php 16 9 9
/src/Symfony/Component/Validator/Tests/Fixtures/CascadingEntityUnion.php 16 70 14
/src/Symfony/Component/Validator/Tests/Fixtures/ChildGetterInterface.php 5 2 2
/src/Symfony/Component/Validator/Tests/Fixtures/ClassConstraint.php 14 4 4
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintA.php 22 13 10
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintB.php 14 3 3
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintC.php 25 11 9
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintChoiceWithPreset.php 24 13 13
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithRequiredArgument.php 23 17 15
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithStaticProperty.php 9 9 9
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithTypedProperty.php 9 8 8
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValue.php 21 21 13
/src/Symfony/Component/Validator/Tests/Fixtures/ConstraintWithValueAsDefault.php 21 21 13
/src/Symfony/Component/Validator/Tests/Fixtures/Countable.php 23 6 6
/src/Symfony/Component/Validator/Tests/Fixtures/CustomArrayObject.php 32 35 19
/src/Symfony/Component/Validator/Tests/Fixtures/DummyConstraint.php 18 5 5
/src/Symfony/Component/Validator/Tests/Fixtures/DummyConstraintValidator.php 19 7 7
/src/Symfony/Component/Validator/Tests/Fixtures/EntityInterfaceA.php 14 2 2
/src/Symfony/Component/Validator/Tests/Fixtures/EntityInterfaceB.php 14 2 2
/src/Symfony/Component/Validator/Tests/Fixtures/EntityParentInterface.php 14 2 2
/src/Symfony/Component/Validator/Tests/Fixtures/EntityStaticCar.php 19 7 6
/src/Symfony/Component/Validator/Tests/Fixtures/EntityStaticCarTurbo.php 19 7 6
/src/Symfony/Component/Validator/Tests/Fixtures/EntityStaticVehicle.php 21 13 12
/src/Symfony/Component/Validator/Tests/Fixtures/EntityWithGroupedConstraintOnMethods.php 18 18 14
/src/Symfony/Component/Validator/Tests/Fixtures/Entity_74.php 7 8 8
/src/Symfony/Component/Validator/Tests/Fixtures/Entity_74_Proxy.php 14 13 12
/src/Symfony/Component/Validator/Tests/Fixtures/Entity_81.php 7 7 7
/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraint.php 20 10 10
/src/Symfony/Component/Validator/Tests/Fixtures/FailingConstraintValidator.php 19 6 6
/src/Symfony/Component/Validator/Tests/Fixtures/FakeMetadataFactory.php 22 33 15
/src/Symfony/Component/Validator/Tests/Fixtures/FilesLoader.php 28 14 10
/src/Symfony/Component/Validator/Tests/Fixtures/GroupSequenceProviderChildEntity.php 16 2 2
/src/Symfony/Component/Validator/Tests/Fixtures/InvalidConstraint.php 14 3 3
/src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/Entity.php 120 169 27
/src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/EntityParent.php 27 33 17
/src/Symfony/Component/Validator/Tests/Fixtures/NestedAttribute/GroupSequenceProviderEntity.php 31 18 11
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyConstraint.php 18 6 6
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyGetter.php 10 5 5
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyGetterInterface.php 7 1 1
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyInfoLoaderEntity.php 48 78 16
/src/Symfony/Component/Validator/Tests/Fixtures/PropertyInfoLoaderNoAutoMappingEntity.php 22 13 9
/src/Symfony/Component/Validator/Tests/Fixtures/Reference.php 25 12 8
/src/Symfony/Component/Validator/Tests/Fixtures/TestEnum.php 14 1 1
/src/Symfony/Component/Validator/Tests/Fixtures/ToString.php 16 7 7
/src/Symfony/Component/Validator/Tests/IcuCompatibilityTrait.php 22 5 4
/src/Symfony/Component/Validator/Tests/Mapping/ClassMetadataTest.php 50 223 31
/src/Symfony/Component/Validator/Tests/Mapping/Factory/BlackHoleMetadataFactoryTest.php 20 13 8
/src/Symfony/Component/Validator/Tests/Mapping/Factory/LazyLoadingMetadataFactoryTest.php 181 68 19
/src/Symfony/Component/Validator/Tests/Mapping/GetterMetadataTest.php 30 29 12
/src/Symfony/Component/Validator/Tests/Mapping/Loader/AbstractStaticMethodLoader.php 18 3 3
/src/Symfony/Component/Validator/Tests/Mapping/Loader/AttributeLoaderTest.php 109 194 14
/src/Symfony/Component/Validator/Tests/Mapping/Loader/FilesLoaderTest.php 28 16 10
/src/Symfony/Component/Validator/Tests/Mapping/Loader/Fixtures/ConstraintWithNamedArguments.php 22 23 20
/src/Symfony/Component/Validator/Tests/Mapping/Loader/Fixtures/ConstraintWithoutValueWithNamedArguments.php 20 12 12
/src/Symfony/Component/Validator/Tests/Mapping/Loader/LoaderChainTest.php 65 20 8
/src/Symfony/Component/Validator/Tests/Mapping/Loader/PropertyInfoLoaderTest.php 219 32 17
/src/Symfony/Component/Validator/Tests/Mapping/Loader/StaticMethodLoaderTest.php 109 61 17
/src/Symfony/Component/Validator/Tests/Mapping/Loader/XmlFileLoaderTest.php 169 113 15
/src/Symfony/Component/Validator/Tests/Mapping/Loader/YamlFileLoaderTest.php 77 116 18
/src/Symfony/Component/Validator/Tests/Mapping/MemberMetadataTest.php 106 99 33
/src/Symfony/Component/Validator/Tests/Mapping/PropertyMetadataTest.php 57 41 16
/src/Symfony/Component/Validator/Tests/Resources/TranslationFilesTest.php 22 35 16
/src/Symfony/Component/Validator/Tests/Test/ConstraintValidatorTestCaseTest.php 44 28 22
/src/Symfony/Component/Validator/Tests/Util/PropertyPathTest.php 27 19 9
/src/Symfony/Component/Validator/Tests/ValidationTest.php 37 21 9
/src/Symfony/Component/Validator/Tests/Validator/RecursiveValidatorTest.php 536 1196 48
/src/Symfony/Component/Validator/Tests/Validator/TraceableValidatorTest.php 70 60 17
/src/Symfony/Component/Validator/Tests/ValidatorBuilderTest.php 102 38 10
/src/Symfony/Component/Validator/Tests/Violation/ConstraintViolationBuilderTest.php 41 67 16
/src/Symfony/Component/Validator/Util/PropertyPath.php 35 8 8
/src/Symfony/Component/Validator/Validation.php 56 38 24
/src/Symfony/Component/Validator/Validator/ContextualValidatorInterface.php 47 24 7
/src/Symfony/Component/Validator/Validator/LazyProperty.php 28 7 7
/src/Symfony/Component/Validator/Validator/RecursiveContextualValidator.php 753 292 55
/src/Symfony/Component/Validator/Validator/RecursiveValidator.php 52 66 24
/src/Symfony/Component/Validator/Validator/TraceableValidator.php 65 73 24
/src/Symfony/Component/Validator/Validator/ValidatorInterface.php 40 19 6
/src/Symfony/Component/Validator/ValidatorBuilder.php 298 111 23
/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilder.php 32 95 24
/src/Symfony/Component/Validator/Violation/ConstraintViolationBuilderInterface.php 81 16 5
/src/Symfony/Component/VarDumper/Caster/AmqpCaster.php 206 44 18
/src/Symfony/Component/VarDumper/Caster/ArgsStub.php 60 34 20
/src/Symfony/Component/VarDumper/Caster/Caster.php 148 66 31
/src/Symfony/Component/VarDumper/Caster/ClassStub.php 53 65 31
/src/Symfony/Component/VarDumper/Caster/ConstStub.php 21 6 6
/src/Symfony/Component/VarDumper/Caster/CutArrayStub.php 25 6 5
/src/Symfony/Component/VarDumper/Caster/CutStub.php 23 16 13
/src/Symfony/Component/VarDumper/Caster/DOMCaster.php 66 109 12
/src/Symfony/Component/VarDumper/Caster/DateCaster.php 125 87 31
/src/Symfony/Component/VarDumper/Caster/DoctrineCaster.php 55 38 14
/src/Symfony/Component/VarDumper/Caster/DsCaster.php 28 29 11
/src/Symfony/Component/VarDumper/Caster/DsPairStub.php 21 5 4
/src/Symfony/Component/VarDumper/Caster/EnumStub.php 25 4 4
/src/Symfony/Component/VarDumper/Caster/ExceptionCaster.php 365 261 59
/src/Symfony/Component/VarDumper/Caster/FFICaster.php 122 51 29
/src/Symfony/Component/VarDumper/Caster/FiberCaster.php 23 18 8
/src/Symfony/Component/VarDumper/Caster/FrameStub.php 24 5 4
/src/Symfony/Component/VarDumper/Caster/GmpCaster.php 26 11 8
/src/Symfony/Component/VarDumper/Caster/ImagineCaster.php 22 15 11
/src/Symfony/Component/VarDumper/Caster/ImgStub.php 19 2 2
/src/Symfony/Component/VarDumper/Caster/IntlCaster.php 24 62 9
/src/Symfony/Component/VarDumper/Caster/LinkStub.php 58 76 32
/src/Symfony/Component/VarDumper/Caster/MemcachedCaster.php 26 25 18
/src/Symfony/Component/VarDumper/Caster/MysqliCaster.php 23 7 6
/src/Symfony/Component/VarDumper/Caster/PdoCaster.php 79 39 17
/src/Symfony/Component/VarDumper/Caster/PgSqlCaster.php 79 65 18
/src/Symfony/Component/VarDumper/Caster/ProxyManagerCaster.php 24 10 10
/src/Symfony/Component/VarDumper/Caster/RdKafkaCaster.php 40 73 13
/src/Symfony/Component/VarDumper/Caster/RedisCaster.php 50 65 24
/src/Symfony/Component/VarDumper/Caster/ReflectionCaster.php 307 240 51
/src/Symfony/Component/VarDumper/Caster/ResourceCaster.php 43 79 17
/src/Symfony/Component/VarDumper/Caster/ScalarStub.php 23 3 3
/src/Symfony/Component/VarDumper/Caster/SplCaster.php 158 101 21
/src/Symfony/Component/VarDumper/Caster/StubCaster.php 75 42 18
/src/Symfony/Component/VarDumper/Caster/SymfonyCaster.php 81 78 26
/src/Symfony/Component/VarDumper/Caster/TraceStub.php 28 11 6
/src/Symfony/Component/VarDumper/Caster/UninitializedStub.php 21 3 3
/src/Symfony/Component/VarDumper/Caster/UuidCaster.php 22 10 9
/src/Symfony/Component/VarDumper/Caster/XmlReaderCaster.php 55 24 17
/src/Symfony/Component/VarDumper/Caster/XmlResourceCaster.php 50 15 11
/src/Symfony/Component/VarDumper/Cloner/AbstractCloner.php 325 253 46
/src/Symfony/Component/VarDumper/Cloner/ClonerInterface.php 22 2 2
/src/Symfony/Component/VarDumper/Cloner/Cursor.php 40 59 14
/src/Symfony/Component/VarDumper/Cloner/Data.php 375 270 68
/src/Symfony/Component/VarDumper/Cloner/DumperInterface.php 24 16 5
/src/Symfony/Component/VarDumper/Cloner/Internal/NoDefault.php 22 1 1
/src/Symfony/Component/VarDumper/Cloner/Stub.php 38 61 22
/src/Symfony/Component/VarDumper/Cloner/VarCloner.php 21 131 44
/src/Symfony/Component/VarDumper/Command/Descriptor/CliDescriptor.php 30 31 22
/src/Symfony/Component/VarDumper/Command/Descriptor/DumpDescriptorInterface.php 22 2 2
/src/Symfony/Component/VarDumper/Command/Descriptor/HtmlDescriptor.php 44 52 26
/src/Symfony/Component/VarDumper/Command/ServerDumpCommand.php 101 53 30
/src/Symfony/Component/VarDumper/Dumper/AbstractDumper.php 93 121 55
/src/Symfony/Component/VarDumper/Dumper/CliDumper.php 352 347 79
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/CliContextProvider.php 21 10 10
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/ContextProviderInterface.php 21 4 4
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/RequestContextProvider.php 47 10 9
/src/Symfony/Component/VarDumper/Dumper/ContextProvider/SourceContextProvider.php 50 104 41
/src/Symfony/Component/VarDumper/Dumper/ContextualizedDumper.php 41 14 13
/src/Symfony/Component/VarDumper/Dumper/DataDumperInterface.php 26 1 1
/src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php 765 216 65
/src/Symfony/Component/VarDumper/Dumper/ServerDumper.php 39 26 20
/src/Symfony/Component/VarDumper/Exception/ThrowingCasterException.php 17 2 2
/src/Symfony/Component/VarDumper/Resources/functions/dump.php 20 42 22
/src/Symfony/Component/VarDumper/Server/Connection.php 91 38 22
/src/Symfony/Component/VarDumper/Server/DumpServer.php 45 49 34
/src/Symfony/Component/VarDumper/Test/VarDumperTestTrait.php 76 43 20
/src/Symfony/Component/VarDumper/Tests/Caster/CasterTest.php 184 79 29
/src/Symfony/Component/VarDumper/Tests/Caster/DateCasterTest.php 493 233 30
/src/Symfony/Component/VarDumper/Tests/Caster/DoctrineCasterTest.php 34 26 12
/src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php 29 164 33
/src/Symfony/Component/VarDumper/Tests/Caster/FFICasterTest.php 332 144 23
/src/Symfony/Component/VarDumper/Tests/Caster/FiberCasterTest.php 34 44 16
/src/Symfony/Component/VarDumper/Tests/Caster/GmpCasterTest.php 26 17 8
/src/Symfony/Component/VarDumper/Tests/Caster/IntlCasterTest.php 174 49 13
/src/Symfony/Component/VarDumper/Tests/Caster/MemcachedCasterTest.php 54 21 10
/src/Symfony/Component/VarDumper/Tests/Caster/MysqliCasterTest.php 29 11 10
/src/Symfony/Component/VarDumper/Tests/Caster/PdoCasterTest.php 31 14 11
/src/Symfony/Component/VarDumper/Tests/Caster/RdKafkaCasterTest.php 109 65 17
/src/Symfony/Component/VarDumper/Tests/Caster/RedisCasterTest.php 56 25 13
/src/Symfony/Component/VarDumper/Tests/Caster/ReflectionCasterTest.php 88 227 41
/src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php 221 93 29
/src/Symfony/Component/VarDumper/Tests/Caster/StubCasterTest.php 168 106 19
/src/Symfony/Component/VarDumper/Tests/Caster/SymfonyCasterTest.php 24 26 9
/src/Symfony/Component/VarDumper/Tests/Caster/XmlReaderCasterTest.php 248 34 19
/src/Symfony/Component/VarDumper/Tests/Cloner/DataTest.php 63 40 16
/src/Symfony/Component/VarDumper/Tests/Cloner/StubTest.php 52 29 15
/src/Symfony/Component/VarDumper/Tests/Cloner/VarClonerTest.php 69 75 21
/src/Symfony/Component/VarDumper/Tests/Command/Descriptor/CliDescriptorTest.php 23 42 26
/src/Symfony/Component/VarDumper/Tests/Command/Descriptor/HtmlDescriptorTest.php 63 37 18
/src/Symfony/Component/VarDumper/Tests/Command/ServerDumpCommandTest.php 31 10 8
/src/Symfony/Component/VarDumper/Tests/Dumper/CliDumperTest.php 218 174 47
/src/Symfony/Component/VarDumper/Tests/Dumper/ContextProvider/RequestContextProviderTest.php 43 18 10
/src/Symfony/Component/VarDumper/Tests/Dumper/ContextualizedDumperTest.php 25 15 11
/src/Symfony/Component/VarDumper/Tests/Dumper/FunctionsTest.php 36 53 17
/src/Symfony/Component/VarDumper/Tests/Dumper/HtmlDumperTest.php 48 74 25
/src/Symfony/Component/VarDumper/Tests/Dumper/ServerDumperTest.php 26 36 21
/src/Symfony/Component/VarDumper/Tests/Fixtures/BackedEnumFixture.php 5 1 1
/src/Symfony/Component/VarDumper/Tests/Fixtures/DateTimeChild.php 7 6 6
/src/Symfony/Component/VarDumper/Tests/Fixtures/ExtendsReflectionTypeFixture.php 7 10 6
/src/Symfony/Component/VarDumper/Tests/Fixtures/FooInterface.php 10 8 5
/src/Symfony/Component/VarDumper/Tests/Fixtures/GeneratorDemo.php 20 9 6
/src/Symfony/Component/VarDumper/Tests/Fixtures/LotsOfAttributes.php 24 16 15
/src/Symfony/Component/VarDumper/Tests/Fixtures/MyAttribute.php 17 24 14
/src/Symfony/Component/VarDumper/Tests/Fixtures/NotLoadableClass.php 5 2 2
/src/Symfony/Component/VarDumper/Tests/Fixtures/Php74.php 9 12 7
/src/Symfony/Component/VarDumper/Tests/Fixtures/Php81Enums.php 8 16 9
/src/Symfony/Component/VarDumper/Tests/Fixtures/Php82NullStandaloneReturnType.php 16 13 11
/src/Symfony/Component/VarDumper/Tests/Fixtures/ReflectionIntersectionTypeFixture.php 7 7 7
/src/Symfony/Component/VarDumper/Tests/Fixtures/ReflectionNamedTypeFixture.php 7 7 7
/src/Symfony/Component/VarDumper/Tests/Fixtures/ReflectionUnionTypeFixture.php 7 8 8
/src/Symfony/Component/VarDumper/Tests/Fixtures/ReflectionUnionTypeWithIntersectionFixture.php 7 11 11
/src/Symfony/Component/VarDumper/Tests/Fixtures/Twig.php 3 50 29
/src/Symfony/Component/VarDumper/Tests/Fixtures/UnitEnumFixture.php 5 1 1
/src/Symfony/Component/VarDumper/Tests/Fixtures/dumb-var.php 34 28 23
/src/Symfony/Component/VarDumper/Tests/Fixtures/dump_server.php 15 18 12
/src/Symfony/Component/VarDumper/Tests/Server/ConnectionTest.php 79 41 23
/src/Symfony/Component/VarDumper/Tests/Test/VarDumperTestTraitTest.php 23 32 15
/src/Symfony/Component/VarDumper/VarDumper.php 70 47 29
/src/Symfony/Component/VarExporter/Exception/ClassNotFoundException.php 18 6 6
/src/Symfony/Component/VarExporter/Exception/ExceptionInterface.php 14 2 2
/src/Symfony/Component/VarExporter/Exception/LogicException.php 14 3 3
/src/Symfony/Component/VarExporter/Exception/NotInstantiableTypeException.php 18 5 5
/src/Symfony/Component/VarExporter/Hydrator.php 57 12 9
/src/Symfony/Component/VarExporter/Instantiator.php 45 19 11
/src/Symfony/Component/VarExporter/Internal/Exporter.php 145 187 65
/src/Symfony/Component/VarExporter/Internal/Hydrator.php 179 158 45
/src/Symfony/Component/VarExporter/Internal/LazyObjectRegistry.php 140 90 34
/src/Symfony/Component/VarExporter/Internal/LazyObjectState.php 62 45 24
/src/Symfony/Component/VarExporter/Internal/LazyObjectTrait.php 32 13 8
/src/Symfony/Component/VarExporter/Internal/Reference.php 25 25 14
/src/Symfony/Component/VarExporter/Internal/Registry.php 39 79 38
/src/Symfony/Component/VarExporter/Internal/Values.php 21 9 9
/src/Symfony/Component/VarExporter/LazyGhostTrait.php 127 207 56
/src/Symfony/Component/VarExporter/LazyObjectInterface.php 31 5 3
/src/Symfony/Component/VarExporter/LazyProxyTrait.php 99 237 55
/src/Symfony/Component/VarExporter/ProxyHelper.php 287 224 57
/src/Symfony/Component/VarExporter/Tests/Fixtures/FooReadonly.php 16 16 10
/src/Symfony/Component/VarExporter/Tests/Fixtures/FooSerializable.php 33 15 11
/src/Symfony/Component/VarExporter/Tests/Fixtures/FooUnitEnum.php 5 1 1
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ChildMagicClass.php 30 9 9
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ChildStdClass.php 17 3 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ChildTestClass.php 31 28 13
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ClassWithUninitializedObjectProperty.php 16 8 8
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/LazyClass.php 22 11 11
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/MagicClass.php 27 23 11
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/NoMagicClass.php 21 19 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/ReadOnlyClass.php 17 10 10
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyGhost/TestClass.php 30 13 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/FinalPublicClass.php 23 10 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/Php82NullStandaloneReturnType.php 16 10 10
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/ReadOnlyClass.php 17 9 9
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/StringMagicGetClass.php 16 2 2
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/TestClass.php 17 13 11
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/TestOverwritePropClass.php 16 15 12
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/TestUnserializeClass.php 21 5 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/LazyProxy/TestWakeupClass.php 16 2 2
/src/Symfony/Component/VarExporter/Tests/Fixtures/MySerializable.php 21 11 9
/src/Symfony/Component/VarExporter/Tests/Fixtures/SimpleObject.php 16 9 9
/src/Symfony/Component/VarExporter/Tests/Fixtures/__serialize-but-no-__unserialize.php 15 9 7
/src/Symfony/Component/VarExporter/Tests/Fixtures/__unserialize-but-no-__serialize.php 5 9 7
/src/Symfony/Component/VarExporter/Tests/Fixtures/abstract-parent.php 5 9 7
/src/Symfony/Component/VarExporter/Tests/Fixtures/array-iterator.php 9 8 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/array-object-custom.php 5 9 7
/src/Symfony/Component/VarExporter/Tests/Fixtures/array-object.php 16 14 7
/src/Symfony/Component/VarExporter/Tests/Fixtures/clone.php 12 8 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/datetime.php 70 31 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/error.php 26 8 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/final-array-iterator.php 5 8 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/final-error.php 5 7 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/final-stdclass.php 9 6 4
/src/Symfony/Component/VarExporter/Tests/Fixtures/foo-serializable.php 11 4 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/hard-references-recursive.php 13 6 5
/src/Symfony/Component/VarExporter/Tests/Fixtures/hard-references.php 5 11 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/incomplete-class.php 6 4 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/lf-ending-string.php 3 1 1
/src/Symfony/Component/VarExporter/Tests/Fixtures/multiline-string.php 5 2 1
/src/Symfony/Component/VarExporter/Tests/Fixtures/php74-serializable.php 13 12 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/private-constructor.php 5 8 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/private.php 23 12 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/readonly.php 5 8 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/serializable.php 6 4 3
/src/Symfony/Component/VarExporter/Tests/Fixtures/spl-object-storage.php 10 12 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/unit-enum.php 4 1 1
/src/Symfony/Component/VarExporter/Tests/Fixtures/var-on-sleep.php 23 9 7
/src/Symfony/Component/VarExporter/Tests/Fixtures/wakeup-refl.php 9 8 6
/src/Symfony/Component/VarExporter/Tests/Fixtures/wakeup.php 6 10 7
/src/Symfony/Component/VarExporter/Tests/InstantiatorTest.php 85 52 20
/src/Symfony/Component/VarExporter/Tests/LazyGhostTraitTest.php 142 184 48
/src/Symfony/Component/VarExporter/Tests/LazyProxyTraitTest.php 172 142 38
/src/Symfony/Component/VarExporter/Tests/ProxyHelperTest.php 261 231 49
/src/Symfony/Component/VarExporter/Tests/VarExporterTest.php 261 289 80
/src/Symfony/Component/VarExporter/VarExporter.php 52 39 28
/src/Symfony/Component/WebLink/EventListener/AddLinkHeaderListener.php 32 20 16
/src/Symfony/Component/WebLink/GenericLinkProvider.php 48 15 9
/src/Symfony/Component/WebLink/HttpHeaderSerializer.php 62 20 11
/src/Symfony/Component/WebLink/Link.php 179 282 20
/src/Symfony/Component/WebLink/Tests/EventListener/AddLinkHeaderListenerTest.php 51 17 9
/src/Symfony/Component/WebLink/Tests/GenericLinkProviderTest.php 23 12 5
/src/Symfony/Component/WebLink/Tests/HttpHeaderSerializerTest.php 27 28 12
/src/Symfony/Component/WebLink/Tests/LinkTest.php 64 34 14
/src/Symfony/Component/Webhook/Client/AbstractRequestParser.php 37 22 13
/src/Symfony/Component/Webhook/Client/RequestParser.php 29 41 22
/src/Symfony/Component/Webhook/Client/RequestParserInterface.php 31 9 6
/src/Symfony/Component/Webhook/Controller/WebhookController.php 29 29 21
/src/Symfony/Component/Webhook/Exception/ExceptionInterface.php 17 2 2
/src/Symfony/Component/Webhook/Exception/InvalidArgumentException.php 17 3 3
/src/Symfony/Component/Webhook/Exception/LogicException.php 17 3 3
/src/Symfony/Component/Webhook/Exception/RejectWebhookException.php 19 9 9
/src/Symfony/Component/Webhook/Exception/RuntimeException.php 17 5 5
/src/Symfony/Component/Webhook/Messenger/SendWebhookHandler.php 21 14 12
/src/Symfony/Component/Webhook/Messenger/SendWebhookMessage.php 22 21 13
/src/Symfony/Component/Webhook/Server/HeaderSignatureConfigurator.php 24 21 14
/src/Symfony/Component/Webhook/Server/HeadersConfigurator.php 22 13 9
/src/Symfony/Component/Webhook/Server/JsonBodyConfigurator.php 23 17 15
/src/Symfony/Component/Webhook/Server/Transport.php 24 35 14
/src/Symfony/Component/Webhook/Subscriber.php 18 19 14
/src/Symfony/Component/Webhook/Test/AbstractRequestParserTestCase.php 35 27 16
/src/Symfony/Component/Webhook/Tests/Client/RequestParserTest.php 21 9 8
/src/Symfony/Component/Workflow/Attribute/AsAnnounceListener.php 24 19 9
/src/Symfony/Component/Workflow/Attribute/AsCompletedListener.php 24 19 9
/src/Symfony/Component/Workflow/Attribute/AsEnterListener.php 24 19 9
/src/Symfony/Component/Workflow/Attribute/AsEnteredListener.php 24 19 9
/src/Symfony/Component/Workflow/Attribute/AsGuardListener.php 24 19 9
/src/Symfony/Component/Workflow/Attribute/AsLeaveListener.php 24 19 9
/src/Symfony/Component/Workflow/Attribute/AsTransitionListener.php 24 19 9
/src/Symfony/Component/Workflow/Attribute/BuildEventNameTrait.php 14 11 6
/src/Symfony/Component/Workflow/DataCollector/WorkflowDataCollector.php 36 109 41
/src/Symfony/Component/Workflow/Debug/TraceableWorkflow.php 100 60 37
/src/Symfony/Component/Workflow/Definition.php 81 33 17
/src/Symfony/Component/Workflow/DefinitionBuilder.php 50 40 15
/src/Symfony/Component/Workflow/DependencyInjection/WorkflowDebugPass.php 26 6 6
/src/Symfony/Component/Workflow/DependencyInjection/WorkflowGuardListenerPass.php 24 7 7
/src/Symfony/Component/Workflow/Dumper/DumperInterface.php 28 7 7
/src/Symfony/Component/Workflow/Dumper/GraphvizDumper.php 343 105 29
/src/Symfony/Component/Workflow/Dumper/MermaidDumper.php 75 107 35
/src/Symfony/Component/Workflow/Dumper/PlantUmlDumper.php 109 94 34
/src/Symfony/Component/Workflow/Dumper/StateMachineGraphvizDumper.php 90 18 15
/src/Symfony/Component/Workflow/Event/AnnounceEvent.php 26 8 5
/src/Symfony/Component/Workflow/Event/CompletedEvent.php 26 8 5
/src/Symfony/Component/Workflow/Event/EnterEvent.php 26 8 5
/src/Symfony/Component/Workflow/Event/EnteredEvent.php 26 8 5
/src/Symfony/Component/Workflow/Event/Event.php 64 31 12
/src/Symfony/Component/Workflow/Event/GuardEvent.php 35 28 18
/src/Symfony/Component/Workflow/Event/HasContextTrait.php 23 2 2
/src/Symfony/Component/Workflow/Event/LeaveEvent.php 26 8 5
/src/Symfony/Component/Workflow/Event/TransitionEvent.php 31 9 5
/src/Symfony/Component/Workflow/EventListener/AuditTrailListener.php 49 27 11
/src/Symfony/Component/Workflow/EventListener/ExpressionLanguage.php 29 34 14
/src/Symfony/Component/Workflow/EventListener/GuardExpression.php 32 10 6
/src/Symfony/Component/Workflow/EventListener/GuardListener.php 55 40 15
/src/Symfony/Component/Workflow/Exception/ExceptionInterface.php 18 2 2
/src/Symfony/Component/Workflow/Exception/InvalidArgumentException.php 18 3 3
/src/Symfony/Component/Workflow/Exception/InvalidDefinitionException.php 19 3 3
/src/Symfony/Component/Workflow/Exception/LogicException.php 18 2 2
/src/Symfony/Component/Workflow/Exception/NotEnabledTransitionException.php 33 9 9
/src/Symfony/Component/Workflow/Exception/RuntimeException.php 19 3 3
/src/Symfony/Component/Workflow/Exception/TransitionException.php 52 24 11
/src/Symfony/Component/Workflow/Exception/UndefinedTransitionException.php 23 7 7
/src/Symfony/Component/Workflow/Marking.php 57 16 11
/src/Symfony/Component/Workflow/MarkingStore/MarkingStoreInterface.php 35 1 1
/src/Symfony/Component/Workflow/MarkingStore/MethodMarkingStore.php 55 64 33
/src/Symfony/Component/Workflow/Metadata/GetMetadataTrait.php 21 14 11
/src/Symfony/Component/Workflow/Metadata/InMemoryMetadataStore.php 49 16 11
/src/Symfony/Component/Workflow/Metadata/MetadataStoreInterface.php 38 8 6
/src/Symfony/Component/Workflow/Registry.php 51 35 22
/src/Symfony/Component/Workflow/StateMachine.php 16 12 7
/src/Symfony/Component/Workflow/SupportStrategy/InstanceOfSupportStrategy.php 34 4 4
/src/Symfony/Component/Workflow/Tests/Attribute/AsListenerTest.php 72 68 16
/src/Symfony/Component/Workflow/Tests/DataCollector/WorkflowDataCollectorTest.php 86 51 19
/src/Symfony/Component/Workflow/Tests/Debug/TraceableWorkflowTest.php 71 50 26
/src/Symfony/Component/Workflow/Tests/DefinitionBuilderTest.php 21 29 12
/src/Symfony/Component/Workflow/Tests/DefinitionTest.php 54 51 11
/src/Symfony/Component/Workflow/Tests/DependencyInjection/WorkflowGuardListenerPassTest.php 35 41 10
/src/Symfony/Component/Workflow/Tests/Dumper/GraphvizDumperTest.php 43 45 9
/src/Symfony/Component/Workflow/Tests/Dumper/MermaidDumperTest.php 176 60 16
/src/Symfony/Component/Workflow/Tests/Dumper/PlantUmlDumperTest.php 29 50 17
/src/Symfony/Component/Workflow/Tests/Dumper/StateMachineGraphvizDumperTest.php 51 16 10
/src/Symfony/Component/Workflow/Tests/EventListener/AuditTrailListenerTest.php 56 31 22
/src/Symfony/Component/Workflow/Tests/EventListener/GuardListenerTest.php 122 93 25
/src/Symfony/Component/Workflow/Tests/MarkingStore/MethodMarkingStoreTest.php 64 52 24
/src/Symfony/Component/Workflow/Tests/MarkingStore/PropertiesMarkingStoreTest.php 98 45 26
/src/Symfony/Component/Workflow/Tests/MarkingStore/SubjectWithProperties.php 17 8 6
/src/Symfony/Component/Workflow/Tests/MarkingStore/SubjectWithType.php 28 9 5
/src/Symfony/Component/Workflow/Tests/MarkingTest.php 19 9 6
/src/Symfony/Component/Workflow/Tests/Metadata/InMemoryMetadataStoreTest.php 38 36 15
/src/Symfony/Component/Workflow/Tests/RegistryTest.php 42 71 20
/src/Symfony/Component/Workflow/Tests/StateMachineTest.php 139 83 15
/src/Symfony/Component/Workflow/Tests/Subject.php 16 18 11
/src/Symfony/Component/Workflow/Tests/SupportStrategy/InstanceOfSupportStrategyTest.php 28 19 10
/src/Symfony/Component/Workflow/Tests/TransitionTest.php 19 9 7
/src/Symfony/Component/Workflow/Tests/Validator/StateMachineValidatorTest.php 22 54 13
/src/Symfony/Component/Workflow/Tests/Validator/WorkflowValidatorTest.php 25 22 10
/src/Symfony/Component/Workflow/Tests/WorkflowBuilderTrait.php 34 62 12
/src/Symfony/Component/Workflow/Tests/WorkflowTest.php 269 435 37
/src/Symfony/Component/Workflow/Transition.php 20 13 8
/src/Symfony/Component/Workflow/TransitionBlocker.php 85 38 19
/src/Symfony/Component/Workflow/TransitionBlockerList.php 63 15 10
/src/Symfony/Component/Workflow/Validator/DefinitionValidatorInterface.php 26 5 4
/src/Symfony/Component/Workflow/Validator/StateMachineValidator.php 39 26 8
/src/Symfony/Component/Workflow/Validator/WorkflowValidator.php 36 29 14
/src/Symfony/Component/Workflow/Workflow.php 446 196 35
/src/Symfony/Component/Workflow/WorkflowEvents.php 26 12 5
/src/Symfony/Component/Workflow/WorkflowInterface.php 35 8 5
/src/Symfony/Component/Yaml/Command/LintCommand.php 139 160 62
/src/Symfony/Component/Yaml/Dumper.php 77 87 29
/src/Symfony/Component/Yaml/Escaper.php 77 29 13
/src/Symfony/Component/Yaml/Exception/DumpException.php 19 3 3
/src/Symfony/Component/Yaml/Exception/ExceptionInterface.php 19 2 2
/src/Symfony/Component/Yaml/Exception/ParseException.php 93 61 23
/src/Symfony/Component/Yaml/Exception/RuntimeException.php 19 4 4
/src/Symfony/Component/Yaml/Inline.php 115 462 79
/src/Symfony/Component/Yaml/Parser.php 148 674 78
/src/Symfony/Component/Yaml/Tag/TaggedValue.php 21 13 6
/src/Symfony/Component/Yaml/Tests/Command/LintCommandTest.php 88 94 31
/src/Symfony/Component/Yaml/Tests/DumperTest.php 374 367 38
/src/Symfony/Component/Yaml/Tests/Fixtures/FooBackedEnum.php 5 1 1
/src/Symfony/Component/Yaml/Tests/Fixtures/FooUnitEnum.php 5 1 1
/src/Symfony/Component/Yaml/Tests/InlineTest.php 132 630 38
/src/Symfony/Component/Yaml/Tests/ParseExceptionTest.php 19 10 6
/src/Symfony/Component/Yaml/Tests/ParserTest.php 40 706 49
/src/Symfony/Component/Yaml/Tests/YamlTest.php 19 19 9
/src/Symfony/Component/Yaml/Unescaper.php 61 40 19
/src/Symfony/Component/Yaml/Yaml.php 73 34 13
/src/Symfony/Contracts/Cache/CacheInterface.php 47 12 9
/src/Symfony/Contracts/Cache/CacheTrait.php 38 57 33
/src/Symfony/Contracts/Cache/CallbackInterface.php 31 4 4
/src/Symfony/Contracts/Cache/ItemInterface.php 57 13 6
/src/Symfony/Contracts/Cache/TagAwareCacheInterface.php 37 3 3
/src/Symfony/Contracts/Deprecation/function.php 23 9 9
/src/Symfony/Contracts/EventDispatcher/Event.php 35 2 2
/src/Symfony/Contracts/EventDispatcher/EventDispatcherInterface.php 32 2 2
/src/Symfony/Contracts/HttpClient/ChunkInterface.php 14 6 4
/src/Symfony/Contracts/HttpClient/Exception/ClientExceptionInterface.php 19 1 1
/src/Symfony/Contracts/HttpClient/Exception/DecodingExceptionInterface.php 19 1 1
/src/Symfony/Contracts/HttpClient/Exception/ExceptionInterface.php 19 1 1
/src/Symfony/Contracts/HttpClient/Exception/HttpExceptionInterface.php 23 3 3
/src/Symfony/Contracts/HttpClient/Exception/RedirectionExceptionInterface.php 19 1 1
/src/Symfony/Contracts/HttpClient/Exception/ServerExceptionInterface.php 19 2 2
/src/Symfony/Contracts/HttpClient/Exception/TimeoutExceptionInterface.php 19 1 1
/src/Symfony/Contracts/HttpClient/Exception/TransportExceptionInterface.php 19 1 1
/src/Symfony/Contracts/HttpClient/HttpClientInterface.php 14 10 8
/src/Symfony/Contracts/HttpClient/ResponseInterface.php 108 18 8
/src/Symfony/Contracts/HttpClient/ResponseStreamInterface.php 25 2 1
/src/Symfony/Contracts/HttpClient/Test/Fixtures/web/index.php 120 107 20
/src/Symfony/Contracts/HttpClient/Test/HttpClientTestCase.php 776 337 51
/src/Symfony/Contracts/HttpClient/Test/TestHttpServer.php 26 24 16
/src/Symfony/Contracts/Service/Attribute/Required.php 23 1 1
/src/Symfony/Contracts/Service/Attribute/SubscribedService.php 39 31 15
/src/Symfony/Contracts/Service/ResetInterface.php 32 2 2
/src/Symfony/Contracts/Service/ServiceLocatorTrait.php 75 55 29
/src/Symfony/Contracts/Service/ServiceProviderInterface.php 29 6 5
/src/Symfony/Contracts/Service/ServiceSubscriberInterface.php 14 1 1
/src/Symfony/Contracts/Service/ServiceSubscriberTrait.php 67 23 17
/src/Symfony/Contracts/Service/Test/ServiceLocatorTest.php 20 2 2
/src/Symfony/Contracts/Service/Test/ServiceLocatorTestCase.php 67 53 21
/src/Symfony/Contracts/Tests/Cache/CacheTraitTest.php 134 108 16
/src/Symfony/Contracts/Tests/Service/ServiceSubscriberTraitTest.php 120 118 39
/src/Symfony/Contracts/Translation/LocaleAwareInterface.php 23 2 1
/src/Symfony/Contracts/Translation/Test/TranslatorTest.php 376 126 26
/src/Symfony/Contracts/Translation/TranslatableInterface.php 19 2 2
/src/Symfony/Contracts/Translation/TranslatorInterface.php 62 5 3
/src/Symfony/Contracts/Translation/TranslatorTrait.php 212 114 42
None 46 705 6